.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(177deg, #243b55, #141e30);background-image: -moz-linear-gradient(177deg, #243b55, #141e30);background-image: -ms-linear-gradient(177deg, #243b55, #141e30);background-image: -o-linear-gradient(177deg, #243b55, #141e30);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#243b55', endColorstr='#141e30' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#243b55', endColorstr='#141e30' );";background-image: linear-gradient(177deg, #243b55, #141e30);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#243b55;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container { background-color: transparent; background-image: none; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container > .video-iframe-container { display: none; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row > .video-iframe-container { display: none; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .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); }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container { border-width: 0; border-radius: 0; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#KIcNQPf2e08qiuhX46hgsxQN89Tt8697 { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:27.1875rem;display:block; }
#JlzR0pfDVxaW3qIwbWbn8e1dkqBAupAL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wlSknPoM4cVCTuzFxCbfu8qWH5b8W6EA { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.125rem;left:50.125rem;display:block; }
#W7T0hcOOMTOJwTTrPfOKuqmnTMGgzu6X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mic5fbzyuhTO47tmzgHShxDBw4lxmQJd { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.125rem;left:41.75rem;display:block; }
#CXAWpddssbH7qBuenJplBlEP9fUoDbC8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m9VdN5VFDoCDUrb4nWUMhCuVFxPbLRhr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#z8tocCVGpk3UHTTRXQ5VJueNJZG0Ji2h { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.125rem;left:56.5625rem;display:block; }
#hEhyQCc8mDzDG4Uq5mH8B6ZFNTxTIWZs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uLvQJABxlGtNTd4ZUZcSx5WE2nAy83xc { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:32.8125rem;display:block; }
#mfTFcyyoaktLhfCTQHysR9oXep3TbgeI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#243b55;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container { border-width: 0; border-radius: 0; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:none; }#yCAHpIAW2ybfKH1Di2IQqb6Gp4ZD9iZp { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.03125rem;left:34.125rem;display:block; }
#UmTHH5X0sO8qS3M524gOprXT8mLKh1UX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6n8MHIwZPlsyOyThOLGWmqyHT0qlZ7z { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.03125rem;left:48.1875rem;display:block; }
#B5TxyuJ9aANsJWEpa7WBvLkgB7WitnhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#My9TmtZEknTl0psxkCMx7v6ypckStbsG { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.03125rem;left:39.75rem;display:block; }
#E7rtZMWVIDyEmh5Cpw8c01goVHBBMu4C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omsmpkBebhrq5hDulhBzZkCadHyA5gla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#PgGqGEbhflznEgl1yOflfeORx2DoJW0u { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.03125rem;left:48.1875rem;display:none; }
#TrtwlRxCPwHFTDesCNsaZNHXZmSTnsF2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reF3Rbpcm68rHI21PDBd4pKUzCzAooeB { background-color:transparent;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.03125rem;left:39.75rem;display:none; }
#Ew2s4Vb6ewqSs5HkMAyp0KvX58vhVxg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rin0vonPR5J0wMnVL0RqTNVxEKMbhRL1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:52.375rem;top:11.312503814698rem;left:3.8125rem;overflow:hidden;display:block; }
#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre { position:relative;display:block; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre { background-color: transparent; background-image: none; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container > .video-iframe-container { display: none; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row > .video-iframe-container { display: none; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .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); }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre { border-width: 0; border-radius: 0; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JaBgkSnmrMF5TAqZvV3cfPolp4wpRgp7 { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1412763595581rem;left:5.9375rem;height:24.69628125rem;text-align:justify;text-align-last:initial;display:block; }
#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S { position:relative;display:block; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S { background-color: transparent; background-image: none; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container > .video-iframe-container { display: none; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row > .video-iframe-container { display: none; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .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); }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S { border-width: 0; border-radius: 0; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:106.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aFzZFNaZzy0NyGWVTJS0CbeG9VVPfMRw { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:25.375rem;height:1.94986875rem;font-style:normal;display:block; }
#PcVh5TS0R8XRpIzv2yypiyRaBkWulQEB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:5.5625rem;top:8.9375rem;left:12.375rem;overflow:hidden;display:block; }
#hmCPC5rP7qcZbL0eohK81OLWN2VhIHOd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:5.5625rem;top:9.6875rem;left:32.125rem;overflow:hidden;display:block; }
#o7BeJkJqzuLzqGlwvDfT9blHnsWggUoI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:5.5625rem;top:9.6875rem;left:43.125rem;overflow:hidden;display:block; }
#IeVuBGQODyQsegVsMTmfycczoPTy8FUg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:5.5625rem;top:20.0625rem;left:11.9375rem;overflow:hidden;display:block; }
#F2HckERCQ9BepiTk9MSDy3DWpDLmTT9X { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:5.5625rem;top:20.0625rem;left:21.5625rem;overflow:hidden;display:block; }
#TgpkXaqzw8ZcSI20NGwKTziy1JpCqTU5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.125rem;top:20.03125rem;left:31.78125rem;overflow:hidden;display:block; }
#T8lGJkkVGGCntGDrCgl4SLHIgknJvtJl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:7rem;top:20.0625rem;left:42.4375rem;overflow:hidden;display:block; }
#dCDW0RIuxhzgBX07IoM7B9nFWt008GSJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6.1875rem;top:31rem;left:12.0625rem;overflow:hidden;display:block; }
#vyV4Qu6tdgPDzt7BiKiI0zTETPwoPE7B { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.625rem;top:30.90625rem;left:21.03125rem;overflow:hidden;display:block; }
#WU8ByToPQ5z7F5BKQHAZ7EhaET7HqO15 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.4375rem;top:43.125rem;left:32.125rem;overflow:hidden;display:block; }
#GoWfqNHLZLEuPnQQBeNrWTTpiG5h91Bv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3.5rem;top:30.5625rem;left:33.59375rem;overflow:hidden;display:block; }
#TnaTncLlNmpsBTR8OLzlb68TBrIovPty { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:31rem;left:43.8125rem;overflow:hidden;display:block; }
#T2l1RgmiR7SBcGrLL40Z1PZwsN1cQDk2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5rem;top:41.6875rem;left:12.1875rem;overflow:hidden;display:block; }
#JNHHkdFQCXLLDeewrgObcizB4akA4JmO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.875rem;top:43.125rem;left:21.875rem;overflow:hidden;display:block; }
#p1PqMncSW4UnMXTRp45vCM116HGKZK3Q { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15rem;left:13.3125rem;height:1.29980625rem;display:block; }
#sCzDfxtqS0gVKJQpBE6FJ9lUn6qz0xo4 { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.125rem;left:33.8125rem;height:1.29980625rem;display:block; }
#T4aAyw2w2NdpfM9W3GZSu0JGuJz1TPQ9 { color:#ffffff;display:block;width:2.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.125rem;left:44.625rem;height:1.29980625rem;display:block; }
#rsvbqXhDdueTngF9urfgzSXhkFsyVSWv { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.5rem;left:13.3125rem;height:1.29980625rem;display:block; }
#VwAvieKEAV2ZhkT0q83AsyxAedwfbeMg { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:25.625rem;left:22.6875rem;height:1.29980625rem;display:block; }
#XQadhxfHs0GzHN0f9mfIn5WtR7NgHOGb { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.6875rem;left:34.625rem;height:1.29980625rem;display:block; }
#yoDoQQwdZCG12ChOGZLHnVrFSIIm5RvC { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:25.8125rem;left:44.5rem;height:1.29980625rem;display:block; }
#AQ3eoQhyOym9JPnnJA66KJi6QBuFgUP3 { color:#ffffff;display:block;width:4rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:36.625rem;left:13.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vK8UO8IXlrOfilOeOQOriVa9HSsCiPFR { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:36.625rem;left:20.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kieMpfZnT25sEaAS6Kp7PJwfIo7702HS { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:47.6875rem;left:10.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#W1ca6QUt2NdFWeXTgr1TtvcV2WCaeNt7 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:36.8125rem;left:43.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xtdncBbByK6o2NKdzScaILErxM5fiCmW { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:36.75rem;left:31.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FL0GfvqtVr7GPpUoFW2saln9N4Oq9xVg { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:47.5625rem;left:31.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qWSufk4wg1ikdUX6sdiDzxmgCbny5qDx { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:47.5rem;left:20.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#o5QhCkTPo83EDTN5DE3hRHsqTbVR3qp9 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:60.6875rem;left:25.5625rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IbwanWSVOqx9LIOGLakoeE7v2f6gBwEL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:3.1875rem;top:65.6875rem;left:13.8125rem;overflow:hidden;display:block; }
#lmB3zZrL2r5HEUmTySENVRBHTTfyU43t { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:4.9375rem;top:66.1875rem;left:22.625rem;overflow:hidden;display:block; }
#X0k4liifbLE7OspIDQ5HFNsAzuJt27fC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:65.6875rem;left:33.1875rem;overflow:hidden;display:block; }
#GNk02qfaL0ETBWn5vIp00exUR1OPAtEN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.8125rem;top:65.6875rem;left:44.0625rem;overflow:hidden;display:block; }
#qpWvdZR51k5TFAEg77uF6f40rlBLpr0d { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:71.3125rem;left:11.46875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wNwTtho6Od5rK0ZiShyQ8Qg8sL13WObC { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:71.3125rem;left:21.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FnTqlO5MyEeIPVFnZW8Q7tVJGCtNySPi { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:70.8125rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sO7HNPHe0o8p4dcPmpFR5LWFPinl7n8g { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:70.625rem;left:42.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JM0JzHur4NLAiEqzVTP3Fd9JPgrPZE45 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.5830688476562E-6rem;left:0rem;display:block; }
#DPBsm1Xs10ARddLq7ilfxyDGGVefvDWW { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:106.5625rem;left:0rem;display:block; }
#pTOzWvlnUoJaKHutwVTukwNkWgvlTVt7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:84.5rem;left:32.9375rem;overflow:hidden;display:block; }
#WeKFUr8nkXXSw7PRVV0w06M78Uc6lT8T { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:90.125rem;left:30.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#F7S6UtQzWWw82ABuXDDwmnGTeRwJAnVa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:84.5rem;left:13.25rem;overflow:hidden;display:block; }
#TnZLKX17Z7yin3VIuJnR9MAGG0OrfSHD { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:90.125rem;left:11.46875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Q2cxNer0QfkAUWhxmxSbZTLcucQwGbn2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.8125rem;top:76.40625rem;left:13.25rem;overflow:hidden;display:block; }
#mHN72wOtpwTXTrtyWLbbxoXXgEBDKpq2 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:81.3125rem;left:11.46875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#g8MfrRA0L5T5i5e7p5IiwRKCVARTocL5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.625rem;top:94.4375rem;left:23.5625rem;overflow:hidden;display:block; }
#NAL5EbwFCKiUkfD0bRbtZrlQ6JvWkhRM { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:99.5625rem;left:21.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MgUm956wkdtIHAEJeRaxBn19rXT00iFG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:84.875rem;left:44.0625rem;overflow:hidden;display:block; }
#dMslvs4TS8o7tufeKpGtTnueCI4Q6VBB { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:90.125rem;left:42.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EwQWlcogpWVUyLeiMegNlZr5677wbowP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:94.5625rem;left:13.5625rem;overflow:hidden;display:block; }
#sxg7DVud1uWfhD9hp3rmHDro3xXLR5Fb { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:99.5625rem;left:10.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZyW02lpxqomJhBPOHiv5kDTFZVl8nbMn { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:81.3125rem;left:42.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#auNxEmSZOSGsQagMmc4nVwSVTw76SJIb { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:81.3125rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uWxPaqXoGhFaavAAN79ubN4cJm6TJfdv { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.8125rem;top:76.375rem;left:44.3125rem;overflow:hidden;display:block; }
#wMhrTw053Abr2OyLTi47D3kkZiFxA6mF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.8125rem;top:76.375rem;left:33.125rem;overflow:hidden;display:block; }
#yqThDainAHwBDEabR9AH0yD5DwOwQZTf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.4375rem;top:10.6875rem;left:21.125rem;overflow:hidden;display:block; }
#nW361aL0BUS5SuuGlEgpuJU9xMd8ts37 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15.125rem;left:20.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZzZBxEUDAmTMiJd8BKTyyNkMzmZZzvTv { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:99.625rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JdRssSbvftBZTTmouR1EexfshSK9fM66 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.5rem;top:94.4375rem;left:33.1875rem;overflow:hidden;display:block; }
#HxzKtBO9MtXvGGMIweDZx4HQISV7S3v0 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:99.5625rem;left:42.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#uwcHccnAm2DTxNeycrtCJnImATFUtM19 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.8125rem;top:95.3125rem;left:44rem;overflow:hidden;display:block; }
#C9Wy1VuX2eOBh2t7LePtCZkHW56qqtam { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:84.5rem;left:23.625rem;overflow:hidden;display:block; }
#bexKazBN9OqPL3GqW9TteFdi6t8i6CAP { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:90.125rem;left:21.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A4ac4mS1p4UCcZSA7vVzo5dLraDFGaIQ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4rem;top:76.34375rem;left:23.1875rem;overflow:hidden;display:block; }
#I2ORi7pidGCBqJ1cMvt0ZAb8kUX9Ddex { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:81.3125rem;left:22.6875rem;height:1.29980625rem;display:block; }
#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc { position:relative;display:block; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc { background-color: transparent; background-image: none; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container > .video-iframe-container { display: none; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row > .video-iframe-container { display: none; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .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); }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc { border-width: 0; border-radius: 0; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:63.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wkz6N8QuOq9y4w2HJ1hDt0xBn1bLiFXo { position:absolute;display:block;z-index:15000;height:18.625rem;width:33.25rem;top:2.0201797485351rem;left:1.75rem;display:block; }
#KBuZNPWqhG19eabAQqtaLwtxZrf0OBPt { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:42.75rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lSnfokAPmHDTqx2TdxxAGwHxovZHC0se { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:7.51171875rem;left:42.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#vUpaKUpTXox8wqObL68NelHGOfAORcBJ { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:8.75rem;left:42.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#o3gdkseWSkL0iU6liUFgHE7Eh4fHxIhE { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:6.2734375rem;left:42.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#iDW5dor8nFkb8G5FTXEon7GEsBMz0nCT { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.925786972046rem;left:42.75rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1qHLk1TCH6d3QVd8RRq83Rr9xNddiHw { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:13.875rem;left:42.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#S03yPNH45fyeufFLVWr7qEmGkPOleDL5 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.5rem;left:3.1875rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QEHzfPHK4txB9K26GT3pyNt928zwfMwk { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:39.25rem;left:3.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#WuHlvPwKRcqycidVD8t0iT3U2bD8KHWs { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:40.5625rem;left:3.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#V7ppKiugrrbbLtPpueUtyQTRsPWNGtXM { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:41.875rem;left:3.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#EBTa7miJE5vB7LbdparVX4w48iGIZ9Tz { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:39.1875rem;left:23.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Ue88XtAeD1PvPVyscURbrOvGA5lAXIGk { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:40.5rem;left:23.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#t908PBbaczKpeaWqnbKQREHfWdgHzwkG { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:41.8125rem;left:23.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#NbyFFGtTTXyBzfnW4AXZuMrufMc8P0OA { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:45.5rem;left:3.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#WQwuZDgTJwb5eaccX3OQ3N0EUvmVNq7U { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:46.8125rem;left:3.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#y0EZcUFnJxtX23nMxt6MNXqFu4eN9hlB { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:48.1875rem;left:3.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#PdNFsbT7mPk9HyhHORMkmsrFKxIIh7gU { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:52.1875rem;left:3.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#bW4ukost9QdGRo4JAJvq3D2MUfw9bN2a { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:53.5rem;left:3.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#K1dlP0ZiyvanzBiDbVNEXfhJ4xZEMvp5 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:54.8125rem;left:3.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#s5uJRs387uLSoaqPiWNa1F4B3t43xhGi { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:56.125rem;left:3.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#q2Mfdu1Tk0mzHZp6LpOKsvyNqlNoTwFh { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:45.5rem;left:23.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#RZrsDZZ2VIKH8bVJRpabAiVzmLTaLKcr { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:46.8125rem;left:23.375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#FhMC7HQTJUX8U9iIE6FzNw1TkbbxF93a { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:48.1875rem;left:23.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GzrEUZEEyBUJZa7AqynWbWHR7myCCn0e { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:41.8125rem;left:23.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE { position:relative;display:block; }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE { background-color: transparent; background-image: none; }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE > .row .container > .video-iframe-container { display: none; }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE > .row > .video-iframe-container { display: none; }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE > .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); }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE { border-width: 0; border-radius: 0; }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KFpUTR1lKKX3RTAaAW5P2F0EECrZ09Ll { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.931640625rem;left:3.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#sA8x1SIsf9oTT10epfwkEfbqSLAWiPVV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:1.15625rem;left:9.8125rem; }
#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR { position:relative;display:block; }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR { background-color: transparent; background-image: none; }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR > .row .container > .video-iframe-container { display: none; }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR > .row > .video-iframe-container { display: none; }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR > .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); }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR { border-width: 0; border-radius: 0; }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:76.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SS2iGhno3qSnNfZiEIW2Q3rM7K3AoW3y { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:2.9375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#JBvtSJ2K5u32uNpqEbf5E0e7Fa0e61vw { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Aaeb9c1bPXSifnypPThige8E9WJcTf7Z { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:7.0625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Jor3qltdhL2zCrs3F4ctuTurEwZAAOtr { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:8.375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#nSJXy7xBqyUzxCkpgvieqyTapxFLcpEv { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:5.75rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LbfxmXkwgy6PSDyBDb4s5NNdzlTAZ4WR { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:7.0625rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#C73UIQEPrXlEMmh9c00hvuk1d7le5L9R { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:8.375rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#lfvKPWb4GGsFDncaMLxCKNOA2LI7gZVi { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:5.75rem;left:42.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#M9HQeV8FLIhDPPb8W1vLS90Zflf3Z6ym { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:7.0625rem;left:42.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#afcQbRssxmSKHhE0DoGdBxDf3TksmU6w { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:8.375rem;left:42.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#BffSpMFvlfcV3ZBuvbx8lCBwnqTxEXGP { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:21.9375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HZqgxn4EbZMgcSk20AS16H1H6fm2GBXa { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:24.75rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XrC66yW3nb9BphhTPCrH4opvmogJqPRy { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:30.0625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#E5DDRuAqvqQr5HQTKe2Eb1sGmhgUGUIB { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:29.4375rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#eosMfUWxCPXN5AT9cNRWpXSgxdhrixqP { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:30.75rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#k3O7WttSJyQgBFxEXZ58zRvcAOiDBghi { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:28.75rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#w2pIemqW0oAAik4FI2rr4qizDpL7hWB4 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:26.0625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#DmlT8cMmDiwWaQs8gwATPeWEt98B4yRG { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:24.75rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LQimivfAJ7Or0CZ2lWWaJuxaT0adFsVt { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:26.0625rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#sMDuM5ecT7Vq6X3d8VMLplDEM2ELXXhE { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:34.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#g2rKO0O7GWeZVMnsPL1zbiESGK2CavFo { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:37.6875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#d6ke5ya5I1wVIoqfTvuTmH4liMIKniTk { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:39rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#NXh0Arn1I2xAkCG1natPcwCJN0dwHREs { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:37.6875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LLhJTUHOGWfmGtCHzKDHoLinZD0a28AI { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:39rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#cB2rc36gm6W9CACsLtIBqz1vAfTOGa0H { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:41.8125rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Nm2oAH8GLQsVWIEoo0GJp1ghUDIRfhMd { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:43.125rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#pJ1sgaE84C4EXp7JZ3HroHaorCV4LdxG { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:41.8125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#To1yitJSthuC6J1S23dVNCRPXn8Q7hTk { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:43.125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#NgJkVpwcQAVxmrieL7bRTypn0CdKuMtP { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#IJETPTkT7KxlS2lTz0lUtx2g7z6uERDI { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#OT4FgIg5qxDrG1dMaAeyVgsbDS9iTakI { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#Pq9pNrwOEKpSVUNvk7z1DFJM5qfeiMtc { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:none; }
#NonuKLSA4uxDnPPFQvaODqX5deJSfQQ7 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZFkt9EDTvtxEOJiqZ1KXI5QwPMoKQANb { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:14.0625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wD0TVnhP8BoQ3umAKNBgp5GBpZNG0DL1 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:12.75rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#m5mgG8q4mWMDabpc4u5N3q34D4tntSyo { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:14.0625rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#zBP9wStRO7bVtczSN4uS8oF0S0bZtWmw { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:56.25rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#I6RR4yn8NLtQMOubmipI0TEMX7x4Bfxq { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:54.9501953125rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Sdmw97vecRF5tFDmeOF6xhPXFehnsNC4 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:56.1875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#AyfP0NtwrgFV2gHaoNXp8T2ASpzoVKyI { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:52.1875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#NRNw9V9BNPrVtNtXb2Tte1o3cLDqa5V5 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:52.1875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#SfkakEq1PJXmPDGUCWKw9vftIRVCmvoI { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:54.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#gld7WStgT73vkGSztqWQUn32ZDCbGfGH { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:50.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#pwNv2TWdo8OxvpMMWq4Z7ly4qZJZWs6V { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:50.875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#IzmfWvvItxRNkqSMIOPB5hu4cXKqS0tS { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:48.0625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#QXrcJ2BMWJ5qfuyoVZH1a8t3nVeDRTyv { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:60.625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#cVb0FwnhWZTfwLXg6vbEDcWseIVGF7zR { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:59.3125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#c7zqar867kfBdf1wHTotl2RMnJ6skrnw { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:65.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#WI1FAGnQkI22R1ZWMOS7nnmZ5KGIJ4Mb { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:71rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#gzFQib6AEHPVA2PrmXIAshHlB4erkWWz { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:69.6875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GgratdCRRzE1IGtfTnpZHG1aHnTdT6H7 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:70.3125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#rzJZUBRsysimeE7GrmixKJX4lZpzN8CV { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:69rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o { position:relative;display:block; }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o { background-color: transparent; background-image: none; }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o > .row .container > .video-iframe-container { display: none; }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o > .row > .video-iframe-container { display: none; }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o > .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); }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o { border-width: 0; border-radius: 0; }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IF4GuOrTXDTPMre4JCtOt5soZkZgDVdg { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.931640625rem;left:3.1875rem;height:1.94986875rem;font-style:normal;display:block; }
#EJ5a4EnwzKzTn04WZLkfU012Ag9dWvQp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:1.1562538146973rem;left:10.625rem; }
#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony { position:relative;display:block; }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony { background-color: transparent; background-image: none; }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony > .row .container > .video-iframe-container { display: none; }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony > .row > .video-iframe-container { display: none; }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony > .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); }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony { border-width: 0; border-radius: 0; }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZRxSOrAps76l82Hh6LzVyDFdqFyTNVbd { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:6.3623046875rem;left:23.21875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#durCPP32fCLKVLhpzeqGWfzwDLQKy9PN { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:5.0498046875rem;left:23.21875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#kqFK3stxPVlTIm2MQkc6o2PdSWa9Oosz { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.21875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ArMRQIrJz3iPhAqH909iNzsgh3PCM5DT { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:9.6875rem;left:3.0625rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#JTnDQJS7c29soGaN2sw5PJFJtQdlMHPV { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:9.6875rem;left:23.25rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#zV6trECoToxeuzPvH7KvN3p0KbnJQTNA { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:12.375rem;left:3.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#xHgSoI6VDcF4bIIXlMF1wnkPsFWHJ5TB { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:13.6875rem;left:3.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uWTCxNOWFgvKLzoAW2BQtcPcbdob65mC { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:5.1875rem;left:42.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#sDtarfPcPfzCoFBGvZ9Ir3hv4If9roAl { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:6.5rem;left:42.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#in38O80lgp0F7hnAxsfSLsgrk717iDwa { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:3.875rem;left:42.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#MTvgmL7vJk2u57mTbbz5obJNk14gT7PG { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#cplLKwgWf3ks5lRnT4TuxTM0dGXiTAS5 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:12.375rem;left:23.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#rP3MgRBNGz1GxBHDTW2deuOxUTeolP60 { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nLbty0RqaREkhnNNZZZtSPFEvK8G2gqV { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:16.6875rem;left:23.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XsHFER1i4EvUlT07sipm85BJcyRJppTu { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:18rem;left:3.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#DFiO3hWqOLMhnVaSqsWgHX1R3QFa98Rf { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:18rem;left:23.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Piyh1wtwqHndgAXlz3l3xBfai9ekTSJR { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:19.3125rem;left:3.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Wxlgw6eVXQJzee2w3AN8L5EMKtalx8en { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:19.3125rem;left:23.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#VGgHDeQpW558m1ICpwg82Jrkg3mMmrDD { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:9.6875rem;left:42.625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#FHX1XPcmRwgOQBbBHuims7fSUoxC1594 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:12.3125rem;left:42.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#amPiKCFFmilgBaSQcoydl0TaeOrnKg02 { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:13.3125rem;left:42.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#eg30KxKmB7Llo3FdlgonHHrsqcTvyhla { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:3.875rem;left:3.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#kx9Auc2dJ7eA4sl64nnVFD57Ja3vnBPG { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:5.1875rem;left:3.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#U0ozWMMQOatfrwq9bLVnWTwJDpq8HDZM { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:6.5rem;left:3.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi { position:relative;display:block; }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi { background-color: transparent; background-image: none; }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi > .row .container > .video-iframe-container { display: none; }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi > .row > .video-iframe-container { display: none; }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi > .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); }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi { border-width: 0; border-radius: 0; }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SWHcTTFAW8lN5qkZxLopw88xIcRkJqOb { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.931640625rem;left:3.1875rem;height:1.94986875rem;font-style:normal;display:block; }
#yS1MWZluk4K4N3bSA1JQXTLG3Jf6MiZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:1.1562709808349rem;left:12.375rem; }
#ESWL13T66dCe4VWtJTNneTgJmfwpePeM { position:relative;display:block; }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM { background-color: transparent; background-image: none; }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM > .row .container > .video-iframe-container { display: none; }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM > .row > .video-iframe-container { display: none; }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM > .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); }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM { border-width: 0; border-radius: 0; }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:113.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FmFCno9WLT4OvXmW5QdT8UOtdklU7DNC { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:2.3125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HKbvaNQiF35Wc4oA5Sab9TzckqeNIZUJ { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:11.4375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#bB1R9IHxBKmruRGFTFmlgl4bs8VTKTJv { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#feEJNFUrXAgf35VJW8eIDIPKX2Nxi75O { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:14rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZeopAod373K6fFn9U0fPn864W7EPNVf7 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#hm5fhStKwuAl2RQPzBkWULgqKTUd9NV5 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:7.0625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HhGMrnlxsBBgbT73MODESmkvgqvxOgK3 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:8.3125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Z3kln4WQKQ4OxUDwnUTQu6gLrVrvlnvr { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:5.75rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#y8J9E6sIW4PfcAh5Fz3EK39fiFgVE1XW { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:7.0625rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#QVTDRpTvPwfCBp2xs5O7nWfCVBitMOl4 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:8.375rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#MPATHu7B5WELK2GSor1PbcZMzpFxTWUU { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:17.3125rem;left:3.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#ADZkCx3GBK48cTSxfGwTmBPFpO8NwEqb { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:19.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#JnXcAvaoilxxN9nXcxv5hub3wDCX5Tr8 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:21.1875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#hX2sVyTKHo7SLTMRPABh77SJrBTRUhQq { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:17.3125rem;left:23.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#dMHZahALBIn0uJwmpW3qvgd25i9Hz3wL { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:19.875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#svPzeuAiukonJmXOhR3qGgeSBG633kAz { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:21.1875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#FUM3o2vSkic8f5k0EnApIe1eu12N51Wy { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:17.3125rem;left:43.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#cETVfGTBPnXwuZhm6iGIbowORU6BMOoE { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:19.875rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#FyCwd4vZMNNTpRoiATMOFZrpAQgqq8sD { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:21.1875rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#WcZK3eZTtLBPhHxgcSuIOTxsQUuxyn1S { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:5.75rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#SXVJpnGyHy9nwOQ1CWFwIBTZ3e4VHKpT { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:7.0625rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LC1I11at4UNRPtlHUKl9RT8KSnISwr1q { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:8.375rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LSn2FIviP97O8ECE4vdT72s53uPXybBo { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:28.1875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TqhKmTB8bVGT24C7xPbhLKHLP2SoKfLI { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:29.4375rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HCzr9tZDKRDznvn9ihRWOZyWXTp8Wno5 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:30.6875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#aEellLLqOatcZdGVnnNLQLwCQbz3uS4c { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:28.1875rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#C0ssowmQFgOxqwTSK1TwQRtF1g18L8Bx { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:29.4375rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#FVt9aA6X2QVTeiIeBlEuB9JQmAQcW1pu { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:30.75rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#FTRIzZfwtAeOb3K6ARX8ob5a5FUGWomf { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:36.4375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#gGNkHD9smZbx0wvTeVzu6mLGLalxt8va { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:39.25rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#cqNQuF8sMmZ2T59FCgQnFkwXN9v1wXKr { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:40.5625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LsNoucxXpIR2i7He7rrurIqoF9Z0HRUP { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:41.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#utDkihqK94LZ8QEoSqFKin5OiCxrOkt3 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:36.4375rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#SNADp6RWAgNvBt2EpVfuVcHwXovD1P48 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:39.25rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#moxek2BVcBfuMrp1NBPknklr5PHfyMag { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:40.5625rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TGDS4y8XDHV1xaKVFQCHzWrzFwMUTTKJ { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:41.875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZwlGVT8cOJJ795qe3f5Kz1BInPZdGB20 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:36.4375rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#apACMFzaGNAc2mzCBtlc90fMAQK4X1EJ { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:39.25rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#SBTl1zodGOqv5QJ4qaZidQ1p4VcRtQvn { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:40.5625rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#hf8go0mIeSh2xvxzacb74NXRMDSUBHAy { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:41.875rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#hrLTDgmk50rTiOQFXHxXyoN8H7iHJk2h { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:46.0625rem;left:3.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#El2oMcHkGcrFPu3E8nHKPfxeXGKLwyVL { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:48.875rem;left:3.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#UIw4uIixp4SoDFO16eoEkG6q7Vf8Ek2g { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:50.1875rem;left:3.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wQKood0K7lOZpbxNSgTUpnCS9Fd4TcpN { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:51.5rem;left:3.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uOTNOSyaVvdPBmvIL3q2ZKWnhD0EfgOR { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:46.0625rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#yiTWlrdTN9vIxrcCU4g1eA4wdCbcotU9 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:48.875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#rzsp3lLNba0amQKUdM0Io5T57qGdusXC { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:50.1875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#W9PsaHDdhJRRM294SvqaDOLbIXqZeapc { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:51.5rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#fI53LkNZosOqqw3mHZHFckdKGwN5VcDZ { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:46.0625rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#a0JoTOQNL7pvvf3OxGrRKIeGh7T76Phi { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:48.875rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#MpawDzslzVN39CcyoMu5fWQ9eig5VIey { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:59.6875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#DtUurBTNtuv0UMhFQtOuIE39aW8ZATei { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:60.9375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Vc6VSpXg5KAEMEeIST5CNTLt4VKRERdo { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:55.5rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#T1pTNukiBcKmlC7xSmFSUpOnJIKNnZSp { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:70.5rem;left:3.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#rBpgoVnye27q2va77vnlvRA29wLFrvCG { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:71.8125rem;left:3.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Rby6tGQJp2nsTFhNf5XB2EpbhwsAqs5v { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:73.125rem;left:3.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#AD18zNVDaxVJk0gFbgNH4pnmKvUzloVx { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:70.5rem;left:23.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#WWH0Za7XupTNIGUFbri2HNTprE4sDzsc { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:71.8125rem;left:23.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#pknqdLIb5pTT4kttkoPcPrdxEWXCH7eb { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:73.125rem;left:23.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#G7e8xe8TXSpDMKLByqtGVJo8txJzvWMZ { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:70.5rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#sEgQI7Tm6fRf5EarTmsSq6rBpou6oFWA { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:71.8125rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#F4sNiXWIVNTdqZPd9gwzxTshVHSrLfXD { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:73.125rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#G4kGlxF4fLt9kHDqH110d10OOlHnfADF { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:74.375rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#M8Qyx3AfVx83d1oeqtVIaJxGwwmxGKlm { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:58.375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Sl5CDWzpJ1Az3RHlvQHXL73uUTHcwXax { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:50.1875rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ENxkD6fsxGvsMbgVx6FolKB321kGTunz { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:51.5rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Zo3JPSbFBwz6XulI4KTaANgthai8qsCS { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:67.125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#fwvAs2xR07t3VK2TEvffTWfCAFfwmaRJ { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:77.25rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#om0TLSyEZKiwSQDeUQxDe9sdI3PX565e { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:78.5625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#VrMGnDJQqVwWyw6oVR2wLNLckx1pb7k9 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:79.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LHB37lFH0APURCkpIPr3M57zT1JdpWeV { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:11.4375rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wy2WTApGHFPrUnMsDu2WUFgcOBqazrwn { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:12.75rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XKk0oXkxfImO7EffvHkU65Q3eF5bw7BC { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:14rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#C1JASO5ImMEJwcsaeQK5ota9ST0eiAKu { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:14rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#q7OVHJDuaRm6aLT6CCtJX8NHgmSphmiz { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:11.4375rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#DI1I3yRUlIK0etgzJMJylI1VdlA7rdoW { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:12.75rem;left:43.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#BrSHzpKXQ1WntoctQA0uNTFnP1BkEJxB { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:90.4375rem;left:6.96875rem;height:18.1972875rem;text-align:center;text-align-last:center;display:block; }
#LAxTnfRgtDDzgSOUIBTbXGgsunE9yTiS { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:28.1875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#qZBmFX9VeoyAMAssJpRXCirrFzDLTT4F { color:#ffffff;display:block;width:47.4375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:87.5rem;left:6.96875rem;height:16.89748125rem;text-align:center;text-align-last:center;display:none; }
#VRagJTK7VyIsBE89RSEGLldav6E6Ko5o { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:29.5rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI { position:relative;display:block; }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI { background-color: transparent; background-image: none; }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI > .row .container > .video-iframe-container { display: none; }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI > .row > .video-iframe-container { display: none; }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI > .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); }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI { border-width: 0; border-radius: 0; }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QmgbItzVPNy7aksXqWTNc9d9t5ASMcWx { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.931640625rem;left:3.1875rem;height:1.94986875rem;font-style:normal;display:block; }
#TqnybHy04G3Crp2HCwnNJUeQnTtGlWKr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:1.1562538146973rem;left:9.5rem; }
#WIh6oupbNeJInESBBbeS8rHu2cETerOL { position:relative;display:block; }#WIh6oupbNeJInESBBbeS8rHu2cETerOL { background-color: transparent; background-image: none; }#WIh6oupbNeJInESBBbeS8rHu2cETerOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIh6oupbNeJInESBBbeS8rHu2cETerOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIh6oupbNeJInESBBbeS8rHu2cETerOL > .row .container > .video-iframe-container { display: none; }#WIh6oupbNeJInESBBbeS8rHu2cETerOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIh6oupbNeJInESBBbeS8rHu2cETerOL > .row > .video-iframe-container { display: none; }#WIh6oupbNeJInESBBbeS8rHu2cETerOL > .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); }#WIh6oupbNeJInESBBbeS8rHu2cETerOL { border-width: 0; border-radius: 0; }#WIh6oupbNeJInESBBbeS8rHu2cETerOL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WIh6oupbNeJInESBBbeS8rHu2cETerOL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:112.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e1UqA5T4qkn3IfGBCfLoBBvCpL9Q7Z8o { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:2.3125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZTeTMHSTbxbrKq87dycTM9XPkN4xHyE4 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:3.6119804382324rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#VZ4oR5NWSMGWMJJ7oQgw3JKtESMqRdD4 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:4.9114589691162rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XWpauqL1XWl7IUnm69T68qaTLSryc1Pe { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#coAubF2nt7QBTxZzgKD3mTNLUEFXTE21 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:11.4375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#p0poKUJ3q5TEksJiux5IX9z24rfEQtbN { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#X8Xw67st9gtfCXC1AUdCsr2GGHxyOwTg { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:14.0625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#JGVvAwPHhXZ43XC4oD2DOVRBEo6POTBb { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:11.4375rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#PbzmBzpeOqFH8XFqPGyWSTZL7vZthV8p { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:12.75rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XEcR4npq9ozPrNdK3OJBnFHR42OlLptl { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:11.4375rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#f5MPMkwLsHOU17ZRaVOzgnvdTisdJ58X { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:12.75rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#lVhTofJFBQN542FtWRo5uIDQKTCQETEH { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:14.0625rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HiRltuL8bM9Oyz0BfwXgGnq4xJDAf56S { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:19.375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#IJ048TfBWWA0FA7oI4wyuv8eUxTp8LIW { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:22.1875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#P7JEpT61AxKynq4qLLSAAPAuU8B3S8Pd { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:23.5rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#mAmDUyTP386JBuBTg5CGFVXBlIiNWLev { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:24.8125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#xTNZ9y2PzSWeC6qeNoNGlRBeH2RMW42Q { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:22.1875rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#z4v4lxxbvzZfobJTppRN9RWRHBWIHET2 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:23.5rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#h6h2AhtgTy8qqlesE14pLDGsKMNg2IeS { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:24.8125rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#lKNTMC8AFzF9GRWgTTxTKGe5IoCE6xL9 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:22.1875rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#NdJgW0tCQHPxLn61bW6gb7CQ5wt28DGQ { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:23.5rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#EICWRTTfPicwH2oGGTmO2Lp9aLBzIt8J { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:34.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#bLfJ61uH0oONbSqlVWT5HNmLhDr7TXf1 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:37.6875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#IbpuCEQHQAo4BKh7M1pqVwgL8TcoN272 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:39rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Ez7edzeQ7oOZiXecTJy9Tpdql7PnkuL1 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:40.3125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#okG5GrPR7HTDf3lqtCzUPtWLuwOveLOm { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:44.6875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#OfHNGBzOR9WzKmThrmOzI1RWPdTToGVz { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:47.5625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#s20nTuxiUuXSL0ERxXd21603gN87V4Oy { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:48.8125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#r4r7mQqNqsvVa84AgZvOoIiDluIKdyP9 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:50.125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#d1K8yPilH4dPHyprEMONHgrGO7fPpEbf { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:47.5625rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ol14llEkX93UOFWfP0zrk2A6e0To5Zv5 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:48.875rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#yl9q0zqcBmTMclNCxmcOA86okWdBfJtO { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:50.1875rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#eFHmpptLsLw1FKCEbEoMeLPukbh5MGHv { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:71.3623046875rem;left:41.53125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#mV8TPPOrJc5GhAMGdwdWVtNGHuKT929J { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:74.375rem;left:41.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#qZS3XRvSOTvBgQ4DmJfaaEP6HwAQL6E7 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:77rem;left:41.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wXnTSVExaChncse8M3sA4pqorVPvgUkZ { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:75.6875rem;left:41.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#O48DEhNlnLdPtSnK9pJ04tWlhTcSc7zU { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:27.5625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#T5sJGpyqMNPuhdb3DTZpJdUff8vtXVcs { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:28.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#FkPRFgXeQrE9lXzfMzQ0HLOzZFJ7NZz1 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:30.1875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ATo0fDtC0ZSphpMGUBTSP2nBTWfyKRAC { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:60.6875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TZZLTE5gu1BlhilPs3FxhvsGI6GOTHPF { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:59.375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#E3DqusCFMahfQ9uArf3BwQ4dQ0dJUQHS { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:55.375rem;left:3.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#ioRvtVWBOgsqB7hesfUg5NrWMqA1aEXC { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:61.9375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#qhVJB8b0yKZGRKUVTkZ0ouizDdIOZenl { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:60.625rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TKtrdP4JwNxzWf6dWJuzVdIKXJ8pAZuZ { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:59.375rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#MP1qTsqA8TJp1C0O3BVcNy9oBL0pQVCa { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:55.375rem;left:22.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#ozWCScZTmXxA5guRmZsZHyNviM06MsI8 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:62rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#lcD2vIEanuZIikwhli6AMkyyn6TM7VXx { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:59.4501953125rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#dA1vwoXAQCUOaGRuZdXoLncJrStfH47M { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:55.375rem;left:42rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#sSFQs4NP1ucgmbnNaVh6hbBgzpc1aznh { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:75.6875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Bf1I2T5Zd3KFDEvK9zcOwXaR14sCrOiU { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:74.375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#f8PhepNbRu654OPULF7hSpkoFkKG0c7R { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:71.3623046875rem;left:3.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#lXJW2oIHRTtwK2tG0fahKB2DpxAcoaQ8 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:77rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#rqL984zqckQaVGcNKdCOqItJKdMTK1FZ { color:#ffffff;display:block;width:51.125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:92.6875rem;left:4.4375rem;height:16.897475rem;text-align:center;text-align-last:center;display:block; }
#K3vvnXeWxT1BGKi1dvJJctgVb0LJVuu4 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:14.0625rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#TWDEl2Us1g3CRunlor0RiOKTNXVoSzxk { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:40.3125rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XSC7KXxTuVKRnEGqk17VuaVvp9neAqBW { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:37.6875rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#xzRTdfPoH8PDsVXDAKhG2PtwasrRNg1M { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:39rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#icMAMctORsXiClqMyfTsOPBT33XLaoJa { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:40.3125rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XQlWiB18R0d3IyPTmmxxzRc97F7WrGsT { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:39rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#fX8QM0dnZ1Qtr9Z43uxCHqzwiuwmdWQO { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:37.6875rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wqeXWsrtAK6quHxqKPTx7z0q0uvhsbo3 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:47.5625rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#xUHcaWwp1TFieCToZXirbe217S8Bhdph { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:48.875rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#yIkpUSgu7Bgf3vnTkSMGLtr905hGQOrA { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:50.1875rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#tHNhLfdfoTCPLuia4nc2cuzW2OZBmM0c { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:62rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#P0Ey0xz1vU2ECzAD9ztQcccgOWJL5P1q { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:60.6875rem;left:41.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#pu2HKypknAd3NTslO0X9CtL7J2AeyFbh { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:75.75rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XETTXPSVZHmvyNxVf2ZbRB8Dx4WhbhdT { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:74.5rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#vaqwBDbTeLWka4PPwUEACTiVemfGkyT1 { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:71.3623046875rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#S1nf4hdGcKg4LPIamZHQLnTvkpW2TQEJ { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:76.875rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#m9JWAzkKahbB4TU3Cl2IVAbnOmHeJJR7 { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:65.8125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#NELrZe7H3tfFawh619LIKlLoOQzvXaX0 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:64.5625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#CtxVLvihIARn95xnECRJOCca8AiV6rnE { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:65.9375rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#kCnaHJIQ6No9BSUHPdkwHP5dTviRxXQQ { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:64.6875rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#bBiJRvsvMoPPWGdue7T86hIL6pHv7ybn { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:66.125rem;left:42rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#M8VV6dfGgz1AhG4m5mQquLSkQFxX06Oc { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:64.875rem;left:42rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#d86HgelRyWkXI4u3Vdv32K2698LWqO1R { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:80.75rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#DiDqRSP3pErWf2366IWBuHCNnuPos8Be { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:79.5rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#tHzVodKrJrP0p6yBQOQD3pkVTefG8sqy { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:80.875rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ef8OeTuBtfLF1sxMevKnJBLzQc0f3X0x { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:79.625rem;left:22.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA { position:relative;display:block; }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA { background-color: transparent; background-image: none; }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA > .row .container > .video-iframe-container { display: none; }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA > .row > .video-iframe-container { display: none; }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA > .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); }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA { border-width: 0; border-radius: 0; }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QSAoigh0EeoO05Bt80hOux5gTQUeHFT5 { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.93163108825681rem;left:3.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#FTySlU8TqDmDewJiu0gBGbEc99dcV6rQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:1.1562328338623rem;left:20.5625rem; }
#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o { position:relative;display:block; }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o { background-color: transparent; background-image: none; }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o > .row .container > .video-iframe-container { display: none; }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o > .row > .video-iframe-container { display: none; }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o > .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); }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o { border-width: 0; border-radius: 0; }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lkNcT3Vd6Zex2Lst1EV780L8z4eEvP8V { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:2.0494785308838rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#IcGSLRSL689fGpKGPdGzCxFiwfTWOsHm { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:2.048828125rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Gly0qUBhmFtpFpR4iUtW8u3JoGmEpfTv { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:3.3483066558838rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#eIoHwkB3GLC8niPJxppLq6M9WdfqIXNl { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:4.6471347808838rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uL0VBw687QHXuUfCRrLSJTe5FlAAA2WR { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:3.34765625rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#vIaRCiVTCaxPbOLkETrKec1K0uQZTRzZ { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:4.646484375rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#DnCwZ2uDKhaT9or2IL5p5BtqQwJAbes1 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:2.048828125rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#qC5l57dVScVmNWmazkUztu9X6VNKFoal { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:3.3483085632324rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#qZPkmpoB3C8bQHDiFbq5P7ZGnXUPuK4G { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:4.646484375rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#zvECsFAIlLl3dnB9TUlQSc3algqGNLd2 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:8.3125rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#PfplwlnTqo44LpiC2hf1J93FvzinbE1f { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:9.625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#OPJ8wz51os4mzXyAIC5lBIp1LmckbksZ { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:10.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#QEvPUyWIq7vRhEhht2nUu77V7pT7d2Ko { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:8.3125rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#rgJr9rlUwQM9iNVUIyfJ2ocXs95wxzsH { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:9.625rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GbIpgw8kGBTus5ye9WOlXyV6c2EhUn2m { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:10.875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#JDKXTgHPoWoc8BxF66zathn8W97PJTu7 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:8.3125rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#mXu4RwT7uUylVuvIOwI3hpe6o7ngOocf { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:9.625rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#P8bXalenA1KT7IBZV7PTMOXUQvuyN1aW { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:10.875rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#iHdb9IsIQ8skKRZXIm7g1hzfRxdTwUAv { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:15rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#lpyOEnHHy3VtnfStl3Van9sINmBvSIgw { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:16.3125rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#KAWGrE4UwGl4gvGJxNUPcLIJBxp3Iedu { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:17.625rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#fi4FVaxe7sLRebVCDmbxpS9I0MrwU6JB { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:15rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#NNRNDFfQo8wNSo2AtJimeGyZW60AdyNs { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:16.3125rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#oIdRCF92xPJMLR9aa6GSoHT5aT3VPH0q { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:17.625rem;left:43.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Jqv5KZLzZgdefrFTTtgAislGOTeN6Sv4 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:15rem;left:3.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#F836AtVaoU3wkpCo6RtqlDWCaNIBCnSz { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:17.625rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#q3IqBfsUyVExgSghRV9KERu8GbTvuL0z { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:18.875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ZRI6MV1KNDDsEvfEGAnagLPR3w9r39B0 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:23.1875rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#dKBKZlZzLTNtK20E3MLt249z2cTCuuTs { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:24.4375rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#qaZJewFGzVJTFlslleyThmTGl3nw2WHS { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:23.1875rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#h5q8X5hscxf51gQdB3ZZ08XtgrlZpbJ4 { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:24.5rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ft3oh7oe1C6gNnP8k6wgK2OlPEa6DR53 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:25.8125rem;left:23.6875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#neudJMKwEpgLCBDVkK1Hgz9JsMJXB18O { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:25.75rem;left:3.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Lv2oDcpn5hF97fevw584AVZesIJdLPrd { position:relative;display:block; }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd { background-color: transparent; background-image: none; }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd > .row .container > .video-iframe-container { display: none; }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd > .row > .video-iframe-container { display: none; }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd > .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); }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd { border-width: 0; border-radius: 0; }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XJ9RCm3H9h3hFUgwDbhIxoci5FdqSwTv { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.93165969848631rem;left:3.1875rem;height:1.94921875rem;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; }
#EEkh1fotTC8di1kiwtbUHgO5tBexrqMO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:1.1562385559082rem;left:32.375rem; }
#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa { position:relative;display:block; }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa { background-color: transparent; background-image: none; }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa > .row .container > .video-iframe-container { display: none; }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa > .row > .video-iframe-container { display: none; }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa > .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); }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa { border-width: 0; border-radius: 0; }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yJByhCIavw1MkaQnr2JikLer3p30H3dT { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:1rem;left:2.8125rem;height:14.29786875rem;text-align:left;text-align-last:left;display:block; }
#bR00oZGM1nPI4CUO5NC7AJTHQWsu9S5V { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:17.3125rem;left:0rem;display:block; }
#sfqTFdzG4yVbvp6Bwh6EvpmTpNi9izCR { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.2978515625rem;left:11.625rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HMHPQ1bN5JFCCfeGR4giJqXNHPXOCv0b { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.2978515625rem;left:11.625rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XseJXIFprNlPVDsTPTuK4HlEsTTswogJ { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.2978515625rem;left:11.625rem;height:1.29980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vLrAFCSugPT7O8hBfr2SMzvJLuwqPFKf { color:#ffffff;display:block;width:10rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.62109375rem;left:12.3125rem;height:4.22265rem;display:none; }
#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E { background-color:#243b55;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container { background-color: transparent; background-image: none; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container > .video-iframe-container { display: none; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row > .video-iframe-container { display: none; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .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); }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container { border-width: 0; border-radius: 0; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;overflow:visible;position:relative;display:block; }#lQeGr92TRQnFmxOLHgQep0Hk1a9lWoD0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:9.25rem;top:10.70703125rem;left:22.3125rem;overflow:hidden;display:block; }
#H4Fn2XTy9v9eJ7Ka6sxv0bTkyRAcwFUn { color:#ffffff;display:block;width:10rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.62109375rem;left:12.3125rem;height:4.22265rem;display:block; }
#DNyVBpQSx9lhqLkvu2anBHOItHKLrZzd { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.62109375rem;left:23.75rem;height:3.1669875rem;display:block; }
#TJHoI0cHVV9l15AB60nWJkm1TlO33KCX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.1875rem;top:11.05078125rem;left:34.1875rem;overflow:hidden;display:block; }
#FJCfdQ4yzoTdXDSxuiBTt6Twao3Ewfsd { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.62109375rem;left:39.4375rem;height:2.111325rem;display:block; }
#hdQfsVymdm5EnBCmZ9Z2c9mbuf9fNFAk { color:#ffffff;display:block;width:42.6875rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:8.65625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M { display:block; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIcNQPf2e08qiuhX46hgsxQN89Tt8697 { width:5.625rem;height:2.1875rem;top:2.125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlzR0pfDVxaW3qIwbWbn8e1dkqBAupAL { display:block; }
 }@media only screen and (max-width: 763px) { #wlSknPoM4cVCTuzFxCbfu8qWH5b8W6EA { width:6.5rem;height:2.1875rem;top:2.125rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7T0hcOOMTOJwTTrPfOKuqmnTMGgzu6X { display:block; }
 }@media only screen and (max-width: 763px) { #Mic5fbzyuhTO47tmzgHShxDBw4lxmQJd { width:8.4375rem;height:2.1875rem;top:2.125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXAWpddssbH7qBuenJplBlEP9fUoDbC8 { display:block; }
 }@media only screen and (max-width: 763px) { #m9VdN5VFDoCDUrb4nWUMhCuVFxPbLRhr { display:none; }
 }@media only screen and (max-width: 763px) { #z8tocCVGpk3UHTTRXQ5VJueNJZG0Ji2h { width:3rem;height:2.1875rem;top:2.125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEhyQCc8mDzDG4Uq5mH8B6ZFNTxTIWZs { display:block; }
 }@media only screen and (max-width: 763px) { #uLvQJABxlGtNTd4ZUZcSx5WE2nAy83xc { width:8.4375rem;height:2.1875rem;top:2.125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTFcyyoaktLhfCTQHysR9oXep3TbgeI { display:block; }
 }@media only screen and (max-width: 763px) { #UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy { display:block; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCAHpIAW2ybfKH1Di2IQqb6Gp4ZD9iZp { width:5.625rem;height:2.1875rem;top:2rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTHH5X0sO8qS3M524gOprXT8mLKh1UX { display:block; }
 }@media only screen and (max-width: 763px) { #a6n8MHIwZPlsyOyThOLGWmqyHT0qlZ7z { width:6.5rem;height:2.1875rem;top:2rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5TxyuJ9aANsJWEpa7WBvLkgB7WitnhN { display:block; }
 }@media only screen and (max-width: 763px) { #My9TmtZEknTl0psxkCMx7v6ypckStbsG { width:8.4375rem;height:2.1875rem;top:2rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7rtZMWVIDyEmh5Cpw8c01goVHBBMu4C { display:block; }
 }@media only screen and (max-width: 763px) { #omsmpkBebhrq5hDulhBzZkCadHyA5gla { display:none; }
 }@media only screen and (max-width: 763px) { #PgGqGEbhflznEgl1yOflfeORx2DoJW0u { width:6.5rem;height:2.1875rem;top:2rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrtwlRxCPwHFTDesCNsaZNHXZmSTnsF2 { display:block; }
 }@media only screen and (max-width: 763px) { #reF3Rbpcm68rHI21PDBd4pKUzCzAooeB { width:8.4375rem;height:2.1875rem;top:2rem;left:33.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ew2s4Vb6ewqSs5HkMAyp0KvX58vhVxg5 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rin0vonPR5J0wMnVL0RqTNVxEKMbhRL1 { top:11.3125rem;left:0rem;width:47.75rem;height:10.256563245823rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre { display:block; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaBgkSnmrMF5TAqZvV3cfPolp4wpRgp7 { top:3.125rem;left:0rem;width:47.75rem;height:24.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S { display:block; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFzZFNaZzy0NyGWVTJS0CbeG9VVPfMRw { top:4.1875rem;left:19.25rem;width:9.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcVh5TS0R8XRpIzv2yypiyRaBkWulQEB { top:8.9375rem;left:6.25rem;width:5.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmCPC5rP7qcZbL0eohK81OLWN2VhIHOd { top:9.6875rem;left:26rem;width:5.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7BeJkJqzuLzqGlwvDfT9blHnsWggUoI { top:9.6875rem;left:37rem;width:5.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeVuBGQODyQsegVsMTmfycczoPTy8FUg { top:20.0625rem;left:5.8125rem;width:5.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2HckERCQ9BepiTk9MSDy3DWpDLmTT9X { top:20.0625rem;left:15.4375rem;width:5.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpkXaqzw8ZcSI20NGwKTziy1JpCqTU5 { top:20rem;left:25.65625rem;width:7.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8lGJkkVGGCntGDrCgl4SLHIgknJvtJl { top:20.0625rem;left:36.3125rem;width:7rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCDW0RIuxhzgBX07IoM7B9nFWt008GSJ { top:31rem;left:5.9375rem;width:6.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyV4Qu6tdgPDzt7BiKiI0zTETPwoPE7B { top:30.875rem;left:14.90625rem;width:6.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU8ByToPQ5z7F5BKQHAZ7EhaET7HqO15 { top:43.125rem;left:26rem;width:6.4375rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoWfqNHLZLEuPnQQBeNrWTTpiG5h91Bv { top:30.5625rem;left:27.46875rem;width:3.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnaTncLlNmpsBTR8OLzlb68TBrIovPty { top:31rem;left:37.6875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2l1RgmiR7SBcGrLL40Z1PZwsN1cQDk2 { top:41.6875rem;left:6.0625rem;width:5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNHHkdFQCXLLDeewrgObcizB4akA4JmO { top:43.125rem;left:15.75rem;width:5.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1PqMncSW4UnMXTRp45vCM116HGKZK3Q { top:15rem;left:7.1875rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCzDfxtqS0gVKJQpBE6FJ9lUn6qz0xo4 { top:15.125rem;left:27.6875rem;width:2.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4aAyw2w2NdpfM9W3GZSu0JGuJz1TPQ9 { top:15.125rem;left:38.5rem;width:2.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsvbqXhDdueTngF9urfgzSXhkFsyVSWv { top:25.5rem;left:7.1875rem;width:2.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwAvieKEAV2ZhkT0q83AsyxAedwfbeMg { top:25.625rem;left:16.5625rem;width:2.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQadhxfHs0GzHN0f9mfIn5WtR7NgHOGb { top:25.6875rem;left:28.5rem;width:3.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoDoQQwdZCG12ChOGZLHnVrFSIIm5RvC { top:25.8125rem;left:38.375rem;width:2.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ3eoQhyOym9JPnnJA66KJi6QBuFgUP3 { top:36.625rem;left:7rem;width:4rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK8UO8IXlrOfilOeOQOriVa9HSsCiPFR { top:36.625rem;left:14.5rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kieMpfZnT25sEaAS6Kp7PJwfIo7702HS { top:47.6875rem;left:4.5rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ca6QUt2NdFWeXTgr1TtvcV2WCaeNt7 { top:36.8125rem;left:37rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtdncBbByK6o2NKdzScaILErxM5fiCmW { top:36.75rem;left:25.5625rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL0GfvqtVr7GPpUoFW2saln9N4Oq9xVg { top:47.5625rem;left:25.5rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWSufk4wg1ikdUX6sdiDzxmgCbny5qDx { top:47.5rem;left:14.5625rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5QhCkTPo83EDTN5DE3hRHsqTbVR3qp9 { top:60.6875rem;left:19.4375rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbwanWSVOqx9LIOGLakoeE7v2f6gBwEL { top:65.6875rem;left:7.6875rem;width:3.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmB3zZrL2r5HEUmTySENVRBHTTfyU43t { top:66.1875rem;left:16.5rem;width:4.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0k4liifbLE7OspIDQ5HFNsAzuJt27fC { top:65.6875rem;left:27.0625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNk02qfaL0ETBWn5vIp00exUR1OPAtEN { top:65.6875rem;left:37.9375rem;width:3.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpWvdZR51k5TFAEg77uF6f40rlBLpr0d { top:71.3125rem;left:5.34375rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNwTtho6Od5rK0ZiShyQ8Qg8sL13WObC { top:71.3125rem;left:14.9375rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnTqlO5MyEeIPVFnZW8Q7tVJGCtNySPi { top:70.8125rem;left:25.125rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO7HNPHe0o8p4dcPmpFR5LWFPinl7n8g { top:70.625rem;left:36.125rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM0JzHur4NLAiEqzVTP3Fd9JPgrPZE45 { top:0rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPBsm1Xs10ARddLq7ilfxyDGGVefvDWW { top:106.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOzWvlnUoJaKHutwVTukwNkWgvlTVt7 { top:84.5rem;left:26.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeKFUr8nkXXSw7PRVV0w06M78Uc6lT8T { top:90.125rem;left:24.5625rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7S6UtQzWWw82ABuXDDwmnGTeRwJAnVa { top:84.5rem;left:7.125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZLKX17Z7yin3VIuJnR9MAGG0OrfSHD { top:90.125rem;left:5.34375rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2cxNer0QfkAUWhxmxSbZTLcucQwGbn2 { top:76.375rem;left:7.125rem;width:3.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHN72wOtpwTXTrtyWLbbxoXXgEBDKpq2 { top:81.3125rem;left:5.34375rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8MfrRA0L5T5i5e7p5IiwRKCVARTocL5 { top:94.4375rem;left:17.4375rem;width:3.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAL5EbwFCKiUkfD0bRbtZrlQ6JvWkhRM { top:99.5625rem;left:15.625rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgUm956wkdtIHAEJeRaxBn19rXT00iFG { top:84.875rem;left:37.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMslvs4TS8o7tufeKpGtTnueCI4Q6VBB { top:90.125rem;left:36rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwQWlcogpWVUyLeiMegNlZr5677wbowP { top:94.5625rem;left:7.4375rem;width:3.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxg7DVud1uWfhD9hp3rmHDro3xXLR5Fb { top:99.5625rem;left:4.5rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyW02lpxqomJhBPOHiv5kDTFZVl8nbMn { top:81.3125rem;left:36.125rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auNxEmSZOSGsQagMmc4nVwSVTw76SJIb { top:81.3125rem;left:25.125rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWxPaqXoGhFaavAAN79ubN4cJm6TJfdv { top:76.375rem;left:38.1875rem;width:3.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMhrTw053Abr2OyLTi47D3kkZiFxA6mF { top:76.375rem;left:27rem;width:3.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqThDainAHwBDEabR9AH0yD5DwOwQZTf { top:10.6875rem;left:15rem;width:6.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW361aL0BUS5SuuGlEgpuJU9xMd8ts37 { top:15.125rem;left:14.5625rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZBxEUDAmTMiJd8BKTyyNkMzmZZzvTv { top:99.625rem;left:25.125rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdRssSbvftBZTTmouR1EexfshSK9fM66 { top:94.4375rem;left:27.0625rem;width:3.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxzKtBO9MtXvGGMIweDZx4HQISV7S3v0 { top:99.5625rem;left:36.3125rem;width:5.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwcHccnAm2DTxNeycrtCJnImATFUtM19 { top:95.3125rem;left:37.875rem;width:3.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Wy1VuX2eOBh2t7LePtCZkHW56qqtam { top:84.5rem;left:17.5rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bexKazBN9OqPL3GqW9TteFdi6t8i6CAP { top:90.125rem;left:15.4375rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ac4mS1p4UCcZSA7vVzo5dLraDFGaIQ { top:76.3125rem;left:17.0625rem;width:4rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ORi7pidGCBqJ1cMvt0ZAb8kUX9Ddex { top:81.3125rem;left:16.5625rem;width:5.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc { display:block; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkz6N8QuOq9y4w2HJ1hDt0xBn1bLiFXo { top:2rem;left:0rem;width:33.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBuZNPWqhG19eabAQqtaLwtxZrf0OBPt { top:3.375rem;left:36.625rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSnfokAPmHDTqx2TdxxAGwHxovZHC0se { top:7.5rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUpaKUpTXox8wqObL68NelHGOfAORcBJ { top:8.75rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3gdkseWSkL0iU6liUFgHE7Eh4fHxIhE { top:6.25rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDW5dor8nFkb8G5FTXEon7GEsBMz0nCT { top:11.9375rem;left:36.625rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1qHLk1TCH6d3QVd8RRq83Rr9xNddiHw { top:13.875rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S03yPNH45fyeufFLVWr7qEmGkPOleDL5 { top:36.5rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEHzfPHK4txB9K26GT3pyNt928zwfMwk { top:39.25rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuHlvPwKRcqycidVD8t0iT3U2bD8KHWs { top:40.5625rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ppKiugrrbbLtPpueUtyQTRsPWNGtXM { top:41.875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTa7miJE5vB7LbdparVX4w48iGIZ9Tz { top:39.1875rem;left:17.25rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue88XtAeD1PvPVyscURbrOvGA5lAXIGk { top:40.5rem;left:17.25rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t908PBbaczKpeaWqnbKQREHfWdgHzwkG { top:41.8125rem;left:17.25rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbyFFGtTTXyBzfnW4AXZuMrufMc8P0OA { top:45.5rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQwuZDgTJwb5eaccX3OQ3N0EUvmVNq7U { top:46.8125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0EZcUFnJxtX23nMxt6MNXqFu4eN9hlB { top:48.1875rem;left:0rem;width:15.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdNFsbT7mPk9HyhHORMkmsrFKxIIh7gU { top:52.1875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW4ukost9QdGRo4JAJvq3D2MUfw9bN2a { top:53.5rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1dlP0ZiyvanzBiDbVNEXfhJ4xZEMvp5 { top:54.8125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5uJRs387uLSoaqPiWNa1F4B3t43xhGi { top:56.125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mfdu1Tk0mzHZp6LpOKsvyNqlNoTwFh { top:45.5rem;left:17.25rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZrsDZZ2VIKH8bVJRpabAiVzmLTaLKcr { top:46.8125rem;left:17.25rem;width:12.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhMC7HQTJUX8U9iIE6FzNw1TkbbxF93a { top:48.1875rem;left:17.25rem;width:15.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzrEUZEEyBUJZa7AqynWbWHR7myCCn0e { top:48.9375rem;left:0rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE { display:block; }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFpUTR1lKKX3RTAaAW5P2F0EECrZ09Ll { top:0.875rem;left:0rem;width:11.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA8x1SIsf9oTT10epfwkEfbqSLAWiPVV { top:1.125rem;left:3.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR { display:block; }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SS2iGhno3qSnNfZiEIW2Q3rM7K3AoW3y { top:2.9375rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBvtSJ2K5u32uNpqEbf5E0e7Fa0e61vw { top:5.75rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaeb9c1bPXSifnypPThige8E9WJcTf7Z { top:7.0625rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jor3qltdhL2zCrs3F4ctuTurEwZAAOtr { top:8.375rem;left:0rem;width:15.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJXy7xBqyUzxCkpgvieqyTapxFLcpEv { top:5.75rem;left:17.5625rem;width:11.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbfxmXkwgy6PSDyBDb4s5NNdzlTAZ4WR { top:7.0625rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C73UIQEPrXlEMmh9c00hvuk1d7le5L9R { top:8.375rem;left:17.5625rem;width:10.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfvKPWb4GGsFDncaMLxCKNOA2LI7gZVi { top:5.75rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9HQeV8FLIhDPPb8W1vLS90Zflf3Z6ym { top:7.0625rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afcQbRssxmSKHhE0DoGdBxDf3TksmU6w { top:8.375rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BffSpMFvlfcV3ZBuvbx8lCBwnqTxEXGP { top:21.9375rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZqgxn4EbZMgcSk20AS16H1H6fm2GBXa { top:24.75rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrC66yW3nb9BphhTPCrH4opvmogJqPRy { top:30.0625rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5DDRuAqvqQr5HQTKe2Eb1sGmhgUGUIB { top:29.4375rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eosMfUWxCPXN5AT9cNRWpXSgxdhrixqP { top:30.75rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3O7WttSJyQgBFxEXZ58zRvcAOiDBghi { top:28.75rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2pIemqW0oAAik4FI2rr4qizDpL7hWB4 { top:26.0625rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmlT8cMmDiwWaQs8gwATPeWEt98B4yRG { top:24.75rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQimivfAJ7Or0CZ2lWWaJuxaT0adFsVt { top:26.0625rem;left:17.5625rem;width:11.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMDuM5ecT7Vq6X3d8VMLplDEM2ELXXhE { top:34.875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2rKO0O7GWeZVMnsPL1zbiESGK2CavFo { top:37.6875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ke5ya5I1wVIoqfTvuTmH4liMIKniTk { top:39rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXh0Arn1I2xAkCG1natPcwCJN0dwHREs { top:37.6875rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLhJTUHOGWfmGtCHzKDHoLinZD0a28AI { top:39rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB2rc36gm6W9CACsLtIBqz1vAfTOGa0H { top:41.8125rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm2oAH8GLQsVWIEoo0GJp1ghUDIRfhMd { top:43.125rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ1sgaE84C4EXp7JZ3HroHaorCV4LdxG { top:41.8125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To1yitJSthuC6J1S23dVNCRPXn8Q7hTk { top:43.125rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgJkVpwcQAVxmrieL7bRTypn0CdKuMtP { top:21.625rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJETPTkT7KxlS2lTz0lUtx2g7z6uERDI { top:23.9375rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OT4FgIg5qxDrG1dMaAeyVgsbDS9iTakI { top:26.3125rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pq9pNrwOEKpSVUNvk7z1DFJM5qfeiMtc { top:27.5625rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NonuKLSA4uxDnPPFQvaODqX5deJSfQQ7 { top:12.75rem;left:0rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFkt9EDTvtxEOJiqZ1KXI5QwPMoKQANb { top:14.0625rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD0TVnhP8BoQ3umAKNBgp5GBpZNG0DL1 { top:12.75rem;left:17.5625rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5mgG8q4mWMDabpc4u5N3q34D4tntSyo { top:14.0625rem;left:17.5625rem;width:16.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBP9wStRO7bVtczSN4uS8oF0S0bZtWmw { top:56.25rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6RR4yn8NLtQMOubmipI0TEMX7x4Bfxq { top:54.9375rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdmw97vecRF5tFDmeOF6xhPXFehnsNC4 { top:56.1875rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyfP0NtwrgFV2gHaoNXp8T2ASpzoVKyI { top:52.1875rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNw9V9BNPrVtNtXb2Tte1o3cLDqa5V5 { top:52.1875rem;left:17.5625rem;width:14.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfkakEq1PJXmPDGUCWKw9vftIRVCmvoI { top:54.875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gld7WStgT73vkGSztqWQUn32ZDCbGfGH { top:50.875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwNv2TWdo8OxvpMMWq4Z7ly4qZJZWs6V { top:50.875rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzmfWvvItxRNkqSMIOPB5hu4cXKqS0tS { top:48.0625rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrcJ2BMWJ5qfuyoVZH1a8t3nVeDRTyv { top:60.625rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVb0FwnhWZTfwLXg6vbEDcWseIVGF7zR { top:59.3125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7zqar867kfBdf1wHTotl2RMnJ6skrnw { top:65.875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI1FAGnQkI22R1ZWMOS7nnmZ5KGIJ4Mb { top:71rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzFQib6AEHPVA2PrmXIAshHlB4erkWWz { top:69.6875rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgratdCRRzE1IGtfTnpZHG1aHnTdT6H7 { top:70.3125rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzJZUBRsysimeE7GrmixKJX4lZpzN8CV { top:69rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o { display:block; }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF4GuOrTXDTPMre4JCtOt5soZkZgDVdg { top:0.875rem;left:0rem;width:11.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ5a4EnwzKzTn04WZLkfU012Ag9dWvQp { top:1.125rem;left:4.5rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll8wHBTHbZIg4un9viv6A8npEQvt5Ony { display:block; }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRxSOrAps76l82Hh6LzVyDFdqFyTNVbd { top:6.3125rem;left:17.09375rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #durCPP32fCLKVLhpzeqGWfzwDLQKy9PN { top:5rem;left:17.09375rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqFK3stxPVlTIm2MQkc6o2PdSWa9Oosz { top:3.75rem;left:17.09375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArMRQIrJz3iPhAqH909iNzsgh3PCM5DT { top:9.6875rem;left:0rem;width:16.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTnDQJS7c29soGaN2sw5PJFJtQdlMHPV { top:9.6875rem;left:17.125rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV6trECoToxeuzPvH7KvN3p0KbnJQTNA { top:12.375rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHgSoI6VDcF4bIIXlMF1wnkPsFWHJ5TB { top:13.6875rem;left:0rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWTCxNOWFgvKLzoAW2BQtcPcbdob65mC { top:5.1875rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDtarfPcPfzCoFBGvZ9Ir3hv4If9roAl { top:6.5rem;left:34.1875rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in38O80lgp0F7hnAxsfSLsgrk717iDwa { top:3.875rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTvgmL7vJk2u57mTbbz5obJNk14gT7PG { top:13.5625rem;left:17.125rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cplLKwgWf3ks5lRnT4TuxTM0dGXiTAS5 { top:12.375rem;left:17.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP3MgRBNGz1GxBHDTW2deuOxUTeolP60 { top:16.6875rem;left:0rem;width:18.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLbty0RqaREkhnNNZZZtSPFEvK8G2gqV { top:16.6875rem;left:17.125rem;width:18.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsHFER1i4EvUlT07sipm85BJcyRJppTu { top:18rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFiO3hWqOLMhnVaSqsWgHX1R3QFa98Rf { top:18rem;left:17.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Piyh1wtwqHndgAXlz3l3xBfai9ekTSJR { top:19.3125rem;left:0rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxlgw6eVXQJzee2w3AN8L5EMKtalx8en { top:19.3125rem;left:17.125rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGgHDeQpW558m1ICpwg82Jrkg3mMmrDD { top:9.6875rem;left:34.8125rem;width:12.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHX1XPcmRwgOQBbBHuims7fSUoxC1594 { top:12.3125rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amPiKCFFmilgBaSQcoydl0TaeOrnKg02 { top:13.3125rem;left:34.1875rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg30KxKmB7Llo3FdlgonHHrsqcTvyhla { top:3.875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx9Auc2dJ7eA4sl64nnVFD57Ja3vnBPG { top:5.1875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ozWMMQOatfrwq9bLVnWTwJDpq8HDZM { top:6.5rem;left:0rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi { display:block; }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWHcTTFAW8lN5qkZxLopw88xIcRkJqOb { top:0.875rem;left:0rem;width:11.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS1MWZluk4K4N3bSA1JQXTLG3Jf6MiZT { top:1.125rem;left:6.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESWL13T66dCe4VWtJTNneTgJmfwpePeM { display:block; }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmFCno9WLT4OvXmW5QdT8UOtdklU7DNC { top:2.3125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKbvaNQiF35Wc4oA5Sab9TzckqeNIZUJ { top:11.4375rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB1R9IHxBKmruRGFTFmlgl4bs8VTKTJv { top:12.75rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feEJNFUrXAgf35VJW8eIDIPKX2Nxi75O { top:14rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeopAod373K6fFn9U0fPn864W7EPNVf7 { top:5.75rem;left:0rem;width:14rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm5fhStKwuAl2RQPzBkWULgqKTUd9NV5 { top:7.0625rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhGMrnlxsBBgbT73MODESmkvgqvxOgK3 { top:8.3125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3kln4WQKQ4OxUDwnUTQu6gLrVrvlnvr { top:5.75rem;left:33.75rem;width:14rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8J9E6sIW4PfcAh5Fz3EK39fiFgVE1XW { top:7.0625rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTDRpTvPwfCBp2xs5O7nWfCVBitMOl4 { top:8.375rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPATHu7B5WELK2GSor1PbcZMzpFxTWUU { top:17.3125rem;left:0rem;width:15.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADZkCx3GBK48cTSxfGwTmBPFpO8NwEqb { top:19.875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnXcAvaoilxxN9nXcxv5hub3wDCX5Tr8 { top:21.1875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX2sVyTKHo7SLTMRPABh77SJrBTRUhQq { top:17.3125rem;left:17.5625rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMHZahALBIn0uJwmpW3qvgd25i9Hz3wL { top:19.875rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svPzeuAiukonJmXOhR3qGgeSBG633kAz { top:21.1875rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUM3o2vSkic8f5k0EnApIe1eu12N51Wy { top:17.3125rem;left:32.9375rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cETVfGTBPnXwuZhm6iGIbowORU6BMOoE { top:19.875rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyCwd4vZMNNTpRoiATMOFZrpAQgqq8sD { top:21.1875rem;left:34.375rem;width:13.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcZK3eZTtLBPhHxgcSuIOTxsQUuxyn1S { top:5.75rem;left:17.5625rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXVJpnGyHy9nwOQ1CWFwIBTZ3e4VHKpT { top:7.0625rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC1I11at4UNRPtlHUKl9RT8KSnISwr1q { top:8.375rem;left:17.5625rem;width:13.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSn2FIviP97O8ECE4vdT72s53uPXybBo { top:28.1875rem;left:17.5625rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqhKmTB8bVGT24C7xPbhLKHLP2SoKfLI { top:29.4375rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCzr9tZDKRDznvn9ihRWOZyWXTp8Wno5 { top:30.6875rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEellLLqOatcZdGVnnNLQLwCQbz3uS4c { top:28.1875rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ssowmQFgOxqwTSK1TwQRtF1g18L8Bx { top:29.4375rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVt9aA6X2QVTeiIeBlEuB9JQmAQcW1pu { top:30.75rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRIzZfwtAeOb3K6ARX8ob5a5FUGWomf { top:36.4375rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGNkHD9smZbx0wvTeVzu6mLGLalxt8va { top:39.25rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqNQuF8sMmZ2T59FCgQnFkwXN9v1wXKr { top:40.5625rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsNoucxXpIR2i7He7rrurIqoF9Z0HRUP { top:41.875rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utDkihqK94LZ8QEoSqFKin5OiCxrOkt3 { top:36.4375rem;left:17.5625rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNADp6RWAgNvBt2EpVfuVcHwXovD1P48 { top:39.25rem;left:17.5625rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxek2BVcBfuMrp1NBPknklr5PHfyMag { top:40.5625rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDS4y8XDHV1xaKVFQCHzWrzFwMUTTKJ { top:41.875rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlGVT8cOJJ795qe3f5Kz1BInPZdGB20 { top:36.4375rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apACMFzaGNAc2mzCBtlc90fMAQK4X1EJ { top:39.25rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTl1zodGOqv5QJ4qaZidQ1p4VcRtQvn { top:40.5625rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf8go0mIeSh2xvxzacb74NXRMDSUBHAy { top:41.875rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLTDgmk50rTiOQFXHxXyoN8H7iHJk2h { top:46.0625rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #El2oMcHkGcrFPu3E8nHKPfxeXGKLwyVL { top:48.875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIw4uIixp4SoDFO16eoEkG6q7Vf8Ek2g { top:50.1875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQKood0K7lOZpbxNSgTUpnCS9Fd4TcpN { top:51.5rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOTNOSyaVvdPBmvIL3q2ZKWnhD0EfgOR { top:46.0625rem;left:17.5625rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTWlrdTN9vIxrcCU4g1eA4wdCbcotU9 { top:48.875rem;left:17.5625rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzsp3lLNba0amQKUdM0Io5T57qGdusXC { top:50.1875rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9PsaHDdhJRRM294SvqaDOLbIXqZeapc { top:51.5rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI53LkNZosOqqw3mHZHFckdKGwN5VcDZ { top:46.0625rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0JoTOQNL7pvvf3OxGrRKIeGh7T76Phi { top:48.875rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpawDzslzVN39CcyoMu5fWQ9eig5VIey { top:59.6875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtUurBTNtuv0UMhFQtOuIE39aW8ZATei { top:60.9375rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc6VSpXg5KAEMEeIST5CNTLt4VKRERdo { top:55.5rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1pTNukiBcKmlC7xSmFSUpOnJIKNnZSp { top:70.5rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBpgoVnye27q2va77vnlvRA29wLFrvCG { top:71.8125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rby6tGQJp2nsTFhNf5XB2EpbhwsAqs5v { top:73.125rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD18zNVDaxVJk0gFbgNH4pnmKvUzloVx { top:70.5rem;left:17.6875rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWH0Za7XupTNIGUFbri2HNTprE4sDzsc { top:71.8125rem;left:17.6875rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pknqdLIb5pTT4kttkoPcPrdxEWXCH7eb { top:73.125rem;left:17.6875rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7e8xe8TXSpDMKLByqtGVJo8txJzvWMZ { top:70.5rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgQI7Tm6fRf5EarTmsSq6rBpou6oFWA { top:71.8125rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4sNiXWIVNTdqZPd9gwzxTshVHSrLfXD { top:73.125rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4kGlxF4fLt9kHDqH110d10OOlHnfADF { top:74.375rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Qyx3AfVx83d1oeqtVIaJxGwwmxGKlm { top:58.375rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl5CDWzpJ1Az3RHlvQHXL73uUTHcwXax { top:50.1875rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENxkD6fsxGvsMbgVx6FolKB321kGTunz { top:51.5rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo3JPSbFBwz6XulI4KTaANgthai8qsCS { top:67.125rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwvAs2xR07t3VK2TEvffTWfCAFfwmaRJ { top:77.25rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #om0TLSyEZKiwSQDeUQxDe9sdI3PX565e { top:78.5625rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrMGnDJQqVwWyw6oVR2wLNLckx1pb7k9 { top:79.875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHB37lFH0APURCkpIPr3M57zT1JdpWeV { top:11.4375rem;left:17.5625rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy2WTApGHFPrUnMsDu2WUFgcOBqazrwn { top:12.75rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKk0oXkxfImO7EffvHkU65Q3eF5bw7BC { top:14rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1JASO5ImMEJwcsaeQK5ota9ST0eiAKu { top:14rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7OVHJDuaRm6aLT6CCtJX8NHgmSphmiz { top:11.4375rem;left:32.9375rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI1I3yRUlIK0etgzJMJylI1VdlA7rdoW { top:12.75rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrSHzpKXQ1WntoctQA0uNTFnP1BkEJxB { top:90.4375rem;left:0.3125rem;width:47.4375rem;height:18.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAxTnfRgtDDzgSOUIBTbXGgsunE9yTiS { top:28.1875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZBmFX9VeoyAMAssJpRXCirrFzDLTT4F { top:175.125rem;left:0rem;width:20rem;height:27.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRagJTK7VyIsBE89RSEGLldav6E6Ko5o { top:29.5rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI { display:block; }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmgbItzVPNy7aksXqWTNc9d9t5ASMcWx { top:0.9375rem;left:0rem;width:11.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqnybHy04G3Crp2HCwnNJUeQnTtGlWKr { top:1.125rem;left:3.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIh6oupbNeJInESBBbeS8rHu2cETerOL { display:block; }#WIh6oupbNeJInESBBbeS8rHu2cETerOL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1UqA5T4qkn3IfGBCfLoBBvCpL9Q7Z8o { top:2.3125rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTeTMHSTbxbrKq87dycTM9XPkN4xHyE4 { top:3.5625rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4oR5NWSMGWMJJ7oQgw3JKtESMqRdD4 { top:4.875rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWpauqL1XWl7IUnm69T68qaTLSryc1Pe { top:8.625rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coAubF2nt7QBTxZzgKD3mTNLUEFXTE21 { top:11.4375rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0poKUJ3q5TEksJiux5IX9z24rfEQtbN { top:12.75rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Xw67st9gtfCXC1AUdCsr2GGHxyOwTg { top:14.0625rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGVvAwPHhXZ43XC4oD2DOVRBEo6POTBb { top:11.4375rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbzmBzpeOqFH8XFqPGyWSTZL7vZthV8p { top:12.75rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEcR4npq9ozPrNdK3OJBnFHR42OlLptl { top:11.4375rem;left:16.8125rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5MPMkwLsHOU17ZRaVOzgnvdTisdJ58X { top:12.75rem;left:16.8125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVhTofJFBQN542FtWRo5uIDQKTCQETEH { top:14.0625rem;left:16.8125rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiRltuL8bM9Oyz0BfwXgGnq4xJDAf56S { top:19.375rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ048TfBWWA0FA7oI4wyuv8eUxTp8LIW { top:22.1875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7JEpT61AxKynq4qLLSAAPAuU8B3S8Pd { top:23.5rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAmDUyTP386JBuBTg5CGFVXBlIiNWLev { top:24.8125rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNZ9y2PzSWeC6qeNoNGlRBeH2RMW42Q { top:22.1875rem;left:16.8125rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4v4lxxbvzZfobJTppRN9RWRHBWIHET2 { top:23.5rem;left:16.8125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6h2AhtgTy8qqlesE14pLDGsKMNg2IeS { top:24.8125rem;left:16.8125rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKNTMC8AFzF9GRWgTTxTKGe5IoCE6xL9 { top:22.1875rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdJgW0tCQHPxLn61bW6gb7CQ5wt28DGQ { top:23.5rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EICWRTTfPicwH2oGGTmO2Lp9aLBzIt8J { top:34.875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLfJ61uH0oONbSqlVWT5HNmLhDr7TXf1 { top:37.6875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpuCEQHQAo4BKh7M1pqVwgL8TcoN272 { top:39rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez7edzeQ7oOZiXecTJy9Tpdql7PnkuL1 { top:40.3125rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okG5GrPR7HTDf3lqtCzUPtWLuwOveLOm { top:44.6875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfHNGBzOR9WzKmThrmOzI1RWPdTToGVz { top:47.5625rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s20nTuxiUuXSL0ERxXd21603gN87V4Oy { top:48.8125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4r7mQqNqsvVa84AgZvOoIiDluIKdyP9 { top:50.125rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1K8yPilH4dPHyprEMONHgrGO7fPpEbf { top:47.5625rem;left:16.8125rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol14llEkX93UOFWfP0zrk2A6e0To5Zv5 { top:48.875rem;left:16.8125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl9q0zqcBmTMclNCxmcOA86okWdBfJtO { top:50.1875rem;left:16.8125rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHmpptLsLw1FKCEbEoMeLPukbh5MGHv { top:71.3125rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV8TPPOrJc5GhAMGdwdWVtNGHuKT929J { top:74.375rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZS3XRvSOTvBgQ4DmJfaaEP6HwAQL6E7 { top:77rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXnTSVExaChncse8M3sA4pqorVPvgUkZ { top:75.6875rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O48DEhNlnLdPtSnK9pJ04tWlhTcSc7zU { top:27.5625rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5sJGpyqMNPuhdb3DTZpJdUff8vtXVcs { top:28.875rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkPRFgXeQrE9lXzfMzQ0HLOzZFJ7NZz1 { top:30.1875rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATo0fDtC0ZSphpMGUBTSP2nBTWfyKRAC { top:60.6875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZZLTE5gu1BlhilPs3FxhvsGI6GOTHPF { top:59.375rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3DqusCFMahfQ9uArf3BwQ4dQ0dJUQHS { top:55.375rem;left:0rem;width:12.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioRvtVWBOgsqB7hesfUg5NrWMqA1aEXC { top:61.9375rem;left:0rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhVJB8b0yKZGRKUVTkZ0ouizDdIOZenl { top:60.625rem;left:16.8125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtrdP4JwNxzWf6dWJuzVdIKXJ8pAZuZ { top:59.375rem;left:16.8125rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP1qTsqA8TJp1C0O3BVcNy9oBL0pQVCa { top:55.375rem;left:16.8125rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozWCScZTmXxA5guRmZsZHyNviM06MsI8 { top:62rem;left:16.8125rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcD2vIEanuZIikwhli6AMkyyn6TM7VXx { top:59.4375rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA1vwoXAQCUOaGRuZdXoLncJrStfH47M { top:55.375rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSFQs4NP1ucgmbnNaVh6hbBgzpc1aznh { top:75.6875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf1I2T5Zd3KFDEvK9zcOwXaR14sCrOiU { top:74.375rem;left:0rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8PhepNbRu654OPULF7hSpkoFkKG0c7R { top:71.3125rem;left:0rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXJW2oIHRTtwK2tG0fahKB2DpxAcoaQ8 { top:77rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqL984zqckQaVGcNKdCOqItJKdMTK1FZ { top:92.6875rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3vvnXeWxT1BGKi1dvJJctgVb0LJVuu4 { top:14.0625rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWDEl2Us1g3CRunlor0RiOKTNXVoSzxk { top:40.3125rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSC7KXxTuVKRnEGqk17VuaVvp9neAqBW { top:37.6875rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzRTdfPoH8PDsVXDAKhG2PtwasrRNg1M { top:39rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icMAMctORsXiClqMyfTsOPBT33XLaoJa { top:40.3125rem;left:16.8125rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQlWiB18R0d3IyPTmmxxzRc97F7WrGsT { top:39rem;left:16.8125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX8QM0dnZ1Qtr9Z43uxCHqzwiuwmdWQO { top:37.6875rem;left:16.8125rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqeXWsrtAK6quHxqKPTx7z0q0uvhsbo3 { top:47.5625rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUHcaWwp1TFieCToZXirbe217S8Bhdph { top:48.875rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIkpUSgu7Bgf3vnTkSMGLtr905hGQOrA { top:50.1875rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHNhLfdfoTCPLuia4nc2cuzW2OZBmM0c { top:62rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Ey0xz1vU2ECzAD9ztQcccgOWJL5P1q { top:60.6875rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu2HKypknAd3NTslO0X9CtL7J2AeyFbh { top:75.75rem;left:16.8125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XETTXPSVZHmvyNxVf2ZbRB8Dx4WhbhdT { top:74.5rem;left:16.8125rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaqwBDbTeLWka4PPwUEACTiVemfGkyT1 { top:71.3125rem;left:16.8125rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1nf4hdGcKg4LPIamZHQLnTvkpW2TQEJ { top:76.875rem;left:16.8125rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9JWAzkKahbB4TU3Cl2IVAbnOmHeJJR7 { top:65.8125rem;left:0rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NELrZe7H3tfFawh619LIKlLoOQzvXaX0 { top:64.5625rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtxVLvihIARn95xnECRJOCca8AiV6rnE { top:65.9375rem;left:16.8125rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCnaHJIQ6No9BSUHPdkwHP5dTviRxXQQ { top:64.6875rem;left:16.8125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBiJRvsvMoPPWGdue7T86hIL6pHv7ybn { top:66.125rem;left:33.5625rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8VV6dfGgz1AhG4m5mQquLSkQFxX06Oc { top:64.875rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d86HgelRyWkXI4u3Vdv32K2698LWqO1R { top:80.75rem;left:0rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiDqRSP3pErWf2366IWBuHCNnuPos8Be { top:79.5rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHzVodKrJrP0p6yBQOQD3pkVTefG8sqy { top:80.875rem;left:16.8125rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef8OeTuBtfLF1sxMevKnJBLzQc0f3X0x { top:79.625rem;left:16.8125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CghyL2tTdwTcJT4q8wThwebsBTHlO2sA { display:block; }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSAoigh0EeoO05Bt80hOux5gTQUeHFT5 { top:0.9375rem;left:0rem;width:19.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTySlU8TqDmDewJiu0gBGbEc99dcV6rQ { top:1.125rem;left:14.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o { display:block; }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkNcT3Vd6Zex2Lst1EV780L8z4eEvP8V { top:2rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcGSLRSL689fGpKGPdGzCxFiwfTWOsHm { top:2rem;left:17.5625rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gly0qUBhmFtpFpR4iUtW8u3JoGmEpfTv { top:3.3125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIoHwkB3GLC8niPJxppLq6M9WdfqIXNl { top:4.625rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL0VBw687QHXuUfCRrLSJTe5FlAAA2WR { top:3.3125rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIaRCiVTCaxPbOLkETrKec1K0uQZTRzZ { top:4.625rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCwZ2uDKhaT9or2IL5p5BtqQwJAbes1 { top:2rem;left:37.0625rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC5l57dVScVmNWmazkUztu9X6VNKFoal { top:3.3125rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPkmpoB3C8bQHDiFbq5P7ZGnXUPuK4G { top:4.625rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvECsFAIlLl3dnB9TUlQSc3algqGNLd2 { top:8.3125rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfplwlnTqo44LpiC2hf1J93FvzinbE1f { top:9.625rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPJ8wz51os4mzXyAIC5lBIp1LmckbksZ { top:10.875rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEvPUyWIq7vRhEhht2nUu77V7pT7d2Ko { top:8.3125rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgJr9rlUwQM9iNVUIyfJ2ocXs95wxzsH { top:9.625rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIpgw8kGBTus5ye9WOlXyV6c2EhUn2m { top:10.875rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDKXTgHPoWoc8BxF66zathn8W97PJTu7 { top:8.3125rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXu4RwT7uUylVuvIOwI3hpe6o7ngOocf { top:9.625rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8bXalenA1KT7IBZV7PTMOXUQvuyN1aW { top:10.875rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdb9IsIQ8skKRZXIm7g1hzfRxdTwUAv { top:15rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyOEnHHy3VtnfStl3Van9sINmBvSIgw { top:16.3125rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWGrE4UwGl4gvGJxNUPcLIJBxp3Iedu { top:17.625rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi4FVaxe7sLRebVCDmbxpS9I0MrwU6JB { top:15rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNRNDFfQo8wNSo2AtJimeGyZW60AdyNs { top:16.3125rem;left:35.125rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIdRCF92xPJMLR9aa6GSoHT5aT3VPH0q { top:17.625rem;left:31.75rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqv5KZLzZgdefrFTTtgAislGOTeN6Sv4 { top:15rem;left:0rem;width:18.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F836AtVaoU3wkpCo6RtqlDWCaNIBCnSz { top:17.625rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3IqBfsUyVExgSghRV9KERu8GbTvuL0z { top:18.875rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRI6MV1KNDDsEvfEGAnagLPR3w9r39B0 { top:23.1875rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKBKZlZzLTNtK20E3MLt249z2cTCuuTs { top:24.4375rem;left:0rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZJewFGzVJTFlslleyThmTGl3nw2WHS { top:23.1875rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5q8X5hscxf51gQdB3ZZ08XtgrlZpbJ4 { top:24.5rem;left:17.5625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft3oh7oe1C6gNnP8k6wgK2OlPEa6DR53 { top:25.8125rem;left:17.5625rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #neudJMKwEpgLCBDVkK1Hgz9JsMJXB18O { top:25.75rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv2oDcpn5hF97fevw584AVZesIJdLPrd { display:block; }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJ9RCm3H9h3hFUgwDbhIxoci5FdqSwTv { top:0.9375rem;left:0rem;width:30.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEkh1fotTC8di1kiwtbUHgO5tBexrqMO { top:1.125rem;left:26.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa { display:block; }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJByhCIavw1MkaQnr2JikLer3p30H3dT { top:1rem;left:0rem;width:38.5625rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR00oZGM1nPI4CUO5NC7AJTHQWsu9S5V { top:17.3125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfqTFdzG4yVbvp6Bwh6EvpmTpNi9izCR { top:15.25rem;left:5.5rem;width:34.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMHPQ1bN5JFCCfeGR4giJqXNHPXOCv0b { top:15.25rem;left:5.5rem;width:34.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XseJXIFprNlPVDsTPTuK4HlEsTTswogJ { top:15.25rem;left:5.5rem;width:34.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLrAFCSugPT7O8hBfr2SMzvJLuwqPFKf { top:21rem;left:0rem;width:18.75rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E { display:block; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQeGr92TRQnFmxOLHgQep0Hk1a9lWoD0 { top:10.6875rem;left:16.1875rem;width:9.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Fn2XTy9v9eJ7Ka6sxv0bTkyRAcwFUn { top:4.5625rem;left:6.1875rem;width:10rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNyVBpQSx9lhqLkvu2anBHOItHKLrZzd { top:4.5625rem;left:17.625rem;width:14.6875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHoI0cHVV9l15AB60nWJkm1TlO33KCX { top:11rem;left:28.0625rem;width:4.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJCfdQ4yzoTdXDSxuiBTt6Twao3Ewfsd { top:4.5625rem;left:32.5625rem;width:15.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdQfsVymdm5EnBCmZ9Z2c9mbuf9fNFAk { top:0.6875rem;left:2.53125rem;width:42.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M { position:relative;z-index:auto;display:none; }#pFJUi4FGoq9bORDzPP0X3GBLslcsoK5M > .row .container { width:20rem;height:19rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KIcNQPf2e08qiuhX46hgsxQN89Tt8697 { width:4.5rem;height:2.1875rem;top:4.3437502384186rem;left:7.7500005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlzR0pfDVxaW3qIwbWbn8e1dkqBAupAL { display:block; }
 }@media only screen and (max-width: 763px) { #wlSknPoM4cVCTuzFxCbfu8qWH5b8W6EA { width:4.1875rem;height:2.1875rem;top:11.375rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7T0hcOOMTOJwTTrPfOKuqmnTMGgzu6X { display:block; }
 }@media only screen and (max-width: 763px) { #Mic5fbzyuhTO47tmzgHShxDBw4lxmQJd { width:11.875rem;height:2.1875rem;top:9.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXAWpddssbH7qBuenJplBlEP9fUoDbC8 { display:block; }
 }@media only screen and (max-width: 763px) { #m9VdN5VFDoCDUrb4nWUMhCuVFxPbLRhr { top:1.21875rem;left:0.634765625rem;width:3.125rem;height:3.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #z8tocCVGpk3UHTTRXQ5VJueNJZG0Ji2h { width:3rem;height:2.1875rem;top:13.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEhyQCc8mDzDG4Uq5mH8B6ZFNTxTIWZs { display:block; }
 }@media only screen and (max-width: 763px) { #uLvQJABxlGtNTd4ZUZcSx5WE2nAy83xc { width:8.4375rem;height:2.1875rem;top:6.53125rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTFcyyoaktLhfCTQHysR9oXep3TbgeI { display:block; }
 }@media only screen and (max-width: 763px) { #UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy { position:relative;z-index:auto;display:block; }#UBkNTw5Ue7Fyna3zsETTw6mRSEV2bQSy > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCAHpIAW2ybfKH1Di2IQqb6Gp4ZD9iZp { width:4.5rem;height:2.1875rem;top:2.65625rem;left:7.7500005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmTHH5X0sO8qS3M524gOprXT8mLKh1UX { display:block; }
 }@media only screen and (max-width: 763px) { #a6n8MHIwZPlsyOyThOLGWmqyHT0qlZ7z { width:4.1875rem;height:2.1875rem;top:9.09375rem;left:7.9062505960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5TxyuJ9aANsJWEpa7WBvLkgB7WitnhN { display:block; }
 }@media only screen and (max-width: 763px) { #My9TmtZEknTl0psxkCMx7v6ypckStbsG { width:11.875rem;height:2.1875rem;top:6.90625rem;left:4.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7rtZMWVIDyEmh5Cpw8c01goVHBBMu4C { display:block; }
 }@media only screen and (max-width: 763px) { #omsmpkBebhrq5hDulhBzZkCadHyA5gla { top:0rem;left:0rem;width:2.4375rem;height:2.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PgGqGEbhflznEgl1yOflfeORx2DoJW0u { width:4.1875rem;height:2.1875rem;top:11.46875rem;left:7.9062505960462rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TrtwlRxCPwHFTDesCNsaZNHXZmSTnsF2 { display:block; }
 }@media only screen and (max-width: 763px) { #reF3Rbpcm68rHI21PDBd4pKUzCzAooeB { width:11.875rem;height:2.1875rem;top:4.78125rem;left:4.0625001192093rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Ew2s4Vb6ewqSs5HkMAyp0KvX58vhVxg5 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rin0vonPR5J0wMnVL0RqTNVxEKMbhRL1 { width:15.5rem;height:3.25rem;top:2.8125rem;left:2.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre { display:block; }#lI1RkXJhTbKTRELxoIz4MRMDFwCMTvre > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaBgkSnmrMF5TAqZvV3cfPolp4wpRgp7 { width:20rem;height:22.75rem;top:4.6875rem;left:0rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S { display:block; }#dFJXiTHOBUxE6SHr1aClWq5JT8w3SB2S > .row .container { width:20rem;height:164.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFzZFNaZzy0NyGWVTJS0CbeG9VVPfMRw { width:9.25rem;height:1.94986875rem;top:1.8125rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcVh5TS0R8XRpIzv2yypiyRaBkWulQEB { width:5.5625rem;height:4.875rem;top:5.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmCPC5rP7qcZbL0eohK81OLWN2VhIHOd { width:5.5625rem;height:3.5625rem;top:14.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7BeJkJqzuLzqGlwvDfT9blHnsWggUoI { width:5.5625rem;height:3.5625rem;top:14.875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeVuBGQODyQsegVsMTmfycczoPTy8FUg { width:5.5625rem;height:3.5625rem;top:23.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2HckERCQ9BepiTk9MSDy3DWpDLmTT9X { width:5.5625rem;height:3.5625rem;top:23.625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpkXaqzw8ZcSI20NGwKTziy1JpCqTU5 { width:8.1875rem;height:4.25rem;top:32.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8lGJkkVGGCntGDrCgl4SLHIgknJvtJl { width:8rem;height:4.375rem;top:32.1875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCDW0RIuxhzgBX07IoM7B9nFWt008GSJ { width:5.625rem;height:3.0625rem;top:40.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyV4Qu6tdgPDzt7BiKiI0zTETPwoPE7B { width:6.625rem;height:3.5625rem;top:40.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU8ByToPQ5z7F5BKQHAZ7EhaET7HqO15 { width:6.4375rem;height:1rem;top:50.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoWfqNHLZLEuPnQQBeNrWTTpiG5h91Bv { width:3.3125rem;height:4rem;top:57rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnaTncLlNmpsBTR8OLzlb68TBrIovPty { width:3.8125rem;height:3.8125rem;top:57.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2l1RgmiR7SBcGrLL40Z1PZwsN1cQDk2 { width:5rem;height:4.125rem;top:49.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNHHkdFQCXLLDeewrgObcizB4akA4JmO { width:5.875rem;height:1.25rem;top:65.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1PqMncSW4UnMXTRp45vCM116HGKZK3Q { width:3.625rem;height:1.29980625rem;top:10.88671875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCzDfxtqS0gVKJQpBE6FJ9lUn6qz0xo4 { width:2.6875rem;height:1.29980625rem;top:19.63671875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4aAyw2w2NdpfM9W3GZSu0JGuJz1TPQ9 { width:2.5625rem;height:1.29980625rem;top:19.63671875rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsvbqXhDdueTngF9urfgzSXhkFsyVSWv { width:2.8125rem;height:1.29980625rem;top:28.38671875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwAvieKEAV2ZhkT0q83AsyxAedwfbeMg { width:2.8125rem;height:1.29980625rem;top:28.38671875rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQadhxfHs0GzHN0f9mfIn5WtR7NgHOGb { width:3.25rem;height:1.29980625rem;top:37.1376953125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoDoQQwdZCG12ChOGZLHnVrFSIIm5RvC { width:2.8125rem;height:1.29980625rem;top:37.1376953125rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ3eoQhyOym9JPnnJA66KJi6QBuFgUP3 { width:4rem;height:1.29980625rem;top:45.8876953125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK8UO8IXlrOfilOeOQOriVa9HSsCiPFR { width:7.375rem;height:1.29980625rem;top:45.8876953125rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kieMpfZnT25sEaAS6Kp7PJwfIo7702HS { width:7.375rem;height:1.29980625rem;top:53.8125rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ca6QUt2NdFWeXTgr1TtvcV2WCaeNt7 { width:7.375rem;height:1.29980625rem;top:61.875rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtdncBbByK6o2NKdzScaILErxM5fiCmW { width:7.375rem;height:1.29980625rem;top:61.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL0GfvqtVr7GPpUoFW2saln9N4Oq9xVg { width:7.375rem;height:1.29980625rem;top:53.8125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWSufk4wg1ikdUX6sdiDzxmgCbny5qDx { width:7.375rem;height:1.29980625rem;top:68.5625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5QhCkTPo83EDTN5DE3hRHsqTbVR3qp9 { width:8.875rem;height:1.94970625rem;top:71.587890625rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbwanWSVOqx9LIOGLakoeE7v2f6gBwEL { width:3.1875rem;height:4.3125rem;top:75.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmB3zZrL2r5HEUmTySENVRBHTTfyU43t { width:4.9375rem;height:2.3125rem;top:76.9375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0k4liifbLE7OspIDQ5HFNsAzuJt27fC { width:3.5625rem;height:3.5625rem;top:85.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNk02qfaL0ETBWn5vIp00exUR1OPAtEN { width:3.8125rem;height:3.4375rem;top:102.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpWvdZR51k5TFAEg77uF6f40rlBLpr0d { width:7.375rem;height:1.29980625rem;top:81.1875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNwTtho6Od5rK0ZiShyQ8Qg8sL13WObC { width:7.375rem;height:1.29980625rem;top:81.5126953125rem;left:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnTqlO5MyEeIPVFnZW8Q7tVJGCtNySPi { width:7.375rem;height:1.29980625rem;top:90.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO7HNPHe0o8p4dcPmpFR5LWFPinl7n8g { width:7.375rem;height:1.29980625rem;top:106.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM0JzHur4NLAiEqzVTP3Fd9JPgrPZE45 { width:20rem;height:0.125rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPBsm1Xs10ARddLq7ilfxyDGGVefvDWW { width:20rem;height:0.125rem;top:150.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTOzWvlnUoJaKHutwVTukwNkWgvlTVt7 { width:3.875rem;height:3.875rem;top:94.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeKFUr8nkXXSw7PRVV0w06M78Uc6lT8T { width:9.5625rem;height:1.29980625rem;top:98.4375rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7S6UtQzWWw82ABuXDDwmnGTeRwJAnVa { width:3.875rem;height:3.875rem;top:102.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZLKX17Z7yin3VIuJnR9MAGG0OrfSHD { width:7.375rem;height:1.29980625rem;top:106.75rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2cxNer0QfkAUWhxmxSbZTLcucQwGbn2 { width:3.8125rem;height:3.3125rem;top:110.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHN72wOtpwTXTrtyWLbbxoXXgEBDKpq2 { width:7.375rem;height:1.29980625rem;top:116.875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8MfrRA0L5T5i5e7p5IiwRKCVARTocL5 { width:3.625rem;height:3.8125rem;top:110.9375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAL5EbwFCKiUkfD0bRbtZrlQ6JvWkhRM { width:7.375rem;height:1.29980625rem;top:116.875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgUm956wkdtIHAEJeRaxBn19rXT00iFG { width:3.5625rem;height:3.5625rem;top:94.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMslvs4TS8o7tufeKpGtTnueCI4Q6VBB { width:7.375rem;height:1.29980625rem;top:98.4375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwQWlcogpWVUyLeiMegNlZr5677wbowP { width:3.5625rem;height:3.5rem;top:85.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxg7DVud1uWfhD9hp3rmHDro3xXLR5Fb { width:7.375rem;height:1.29980625rem;top:89.8125rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyW02lpxqomJhBPOHiv5kDTFZVl8nbMn { width:7.375rem;height:1.29980625rem;top:126.8125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auNxEmSZOSGsQagMmc4nVwSVTw76SJIb { width:7.375rem;height:1.29980625rem;top:126.8125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWxPaqXoGhFaavAAN79ubN4cJm6TJfdv { width:3.8125rem;height:3.375rem;top:120.9375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMhrTw053Abr2OyLTi47D3kkZiFxA6mF { width:3.8125rem;height:3.3125rem;top:121rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqThDainAHwBDEabR9AH0yD5DwOwQZTf { width:6.4375rem;height:1.25rem;top:8.5625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW361aL0BUS5SuuGlEgpuJU9xMd8ts37 { width:7.375rem;height:1.29980625rem;top:10.88671875rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZBxEUDAmTMiJd8BKTyyNkMzmZZzvTv { width:7.375rem;height:1.29980625rem;top:135.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdRssSbvftBZTTmouR1EexfshSK9fM66 { width:3.5rem;height:3.6875rem;top:130.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxzKtBO9MtXvGGMIweDZx4HQISV7S3v0 { width:5.875rem;height:1.29980625rem;top:135.5rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwcHccnAm2DTxNeycrtCJnImATFUtM19 { width:3.8125rem;height:2.0625rem;top:130.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9Wy1VuX2eOBh2t7LePtCZkHW56qqtam { width:3.5625rem;height:3.5625rem;top:139.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bexKazBN9OqPL3GqW9TteFdi6t8i6CAP { width:7.375rem;height:1.29980625rem;top:144.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ac4mS1p4UCcZSA7vVzo5dLraDFGaIQ { width:4rem;height:3.4375rem;top:139.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ORi7pidGCBqJ1cMvt0ZAb8kUX9Ddex { width:5.625rem;height:1.29980625rem;top:144.625rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc { display:block; }#AOGRQH6dOFVqLV2yxBq31tEHGzCGCLJc > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkz6N8QuOq9y4w2HJ1hDt0xBn1bLiFXo { width:20rem;height:18.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBuZNPWqhG19eabAQqtaLwtxZrf0OBPt { width:6.5625rem;height:1.94970625rem;top:21.30078125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSnfokAPmHDTqx2TdxxAGwHxovZHC0se { width:12.125rem;height:1.29980625rem;top:23.19921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vUpaKUpTXox8wqObL68NelHGOfAORcBJ { width:4.3125rem;height:1.29980625rem;top:25.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3gdkseWSkL0iU6liUFgHE7Eh4fHxIhE { width:8.0625rem;height:1.29980625rem;top:24.44921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDW5dor8nFkb8G5FTXEon7GEsBMz0nCT { width:7.4375rem;height:1.94970625rem;top:28.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1qHLk1TCH6d3QVd8RRq83Rr9xNddiHw { width:10.9375rem;height:1.29980625rem;top:30.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S03yPNH45fyeufFLVWr7qEmGkPOleDL5 { width:7.5625rem;height:1.94970625rem;top:33.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEHzfPHK4txB9K26GT3pyNt928zwfMwk { width:4.6875rem;height:1.29980625rem;top:35.7001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuHlvPwKRcqycidVD8t0iT3U2bD8KHWs { width:8.125rem;height:1.29980625rem;top:36.9501953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7ppKiugrrbbLtPpueUtyQTRsPWNGtXM { width:10.5625rem;height:1.29980625rem;top:38.2001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBTa7miJE5vB7LbdparVX4w48iGIZ9Tz { width:7.8125rem;height:1.29980625rem;top:40.7001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ue88XtAeD1PvPVyscURbrOvGA5lAXIGk { width:4.25rem;height:1.29980625rem;top:41.9501953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t908PBbaczKpeaWqnbKQREHfWdgHzwkG { width:13.4375rem;height:1.29980625rem;top:43.2001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbyFFGtTTXyBzfnW4AXZuMrufMc8P0OA { width:5.8125rem;height:1.29980625rem;top:45.7001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQwuZDgTJwb5eaccX3OQ3N0EUvmVNq7U { width:5.0625rem;height:1.29980625rem;top:46.9501953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0EZcUFnJxtX23nMxt6MNXqFu4eN9hlB { width:15.6875rem;height:0;top:60.5625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PdNFsbT7mPk9HyhHORMkmsrFKxIIh7gU { width:7.5625rem;height:1.29980625rem;top:56.9501953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bW4ukost9QdGRo4JAJvq3D2MUfw9bN2a { width:6.6875rem;height:1.29980625rem;top:58.2001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1dlP0ZiyvanzBiDbVNEXfhJ4xZEMvp5 { width:4.5625rem;height:1.29980625rem;top:59.4501953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5uJRs387uLSoaqPiWNa1F4B3t43xhGi { width:8.5625rem;height:1.29980625rem;top:60.7001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mfdu1Tk0mzHZp6LpOKsvyNqlNoTwFh { width:5.9375rem;height:1.29980625rem;top:50.7001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZrsDZZ2VIKH8bVJRpabAiVzmLTaLKcr { width:9.75rem;height:2.5996125rem;top:52rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhMC7HQTJUX8U9iIE6FzNw1TkbbxF93a { width:14.125rem;height:1.29980625rem;top:53.2001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzrEUZEEyBUJZa7AqynWbWHR7myCCn0e { width:14.8125rem;height:1.29980625rem;top:48.2001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE { display:block; }#owJTNqxePXfMXoX7UTtoHfgW6N6GkdyE > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFpUTR1lKKX3RTAaAW5P2F0EECrZ09Ll { width:11.375rem;height:1.94986875rem;top:0.556640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA8x1SIsf9oTT10epfwkEfbqSLAWiPVV { width:1.5rem;height:1.5rem;top:0.78125rem;left:6.7500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR { display:block; }#MHMK4khCTcEICDSJZTXwLqdQ9EEgtZiR > .row .container { width:20rem;height:116.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SS2iGhno3qSnNfZiEIW2Q3rM7K3AoW3y { width:16.8125rem;height:1.29980625rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBvtSJ2K5u32uNpqEbf5E0e7Fa0e61vw { width:16.8125rem;height:1.29980625rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaeb9c1bPXSifnypPThige8E9WJcTf7Z { width:12.625rem;height:1.29980625rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jor3qltdhL2zCrs3F4ctuTurEwZAAOtr { width:15.1875rem;height:1.29980625rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSJXy7xBqyUzxCkpgvieqyTapxFLcpEv { width:16.8125rem;height:1.29980625rem;top:16.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbfxmXkwgy6PSDyBDb4s5NNdzlTAZ4WR { width:12.625rem;height:1.29980625rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C73UIQEPrXlEMmh9c00hvuk1d7le5L9R { width:15.1875rem;height:1.29980625rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfvKPWb4GGsFDncaMLxCKNOA2LI7gZVi { width:16.8125rem;height:1.29980625rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9HQeV8FLIhDPPb8W1vLS90Zflf3Z6ym { width:12.625rem;height:1.29980625rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afcQbRssxmSKHhE0DoGdBxDf3TksmU6w { width:16rem;height:1.29980625rem;top:13.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BffSpMFvlfcV3ZBuvbx8lCBwnqTxEXGP { width:16.8125rem;height:1.29980625rem;top:31.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZqgxn4EbZMgcSk20AS16H1H6fm2GBXa { width:12.625rem;height:1.29980625rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrC66yW3nb9BphhTPCrH4opvmogJqPRy { width:16rem;height:1.29980625rem;top:44.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5DDRuAqvqQr5HQTKe2Eb1sGmhgUGUIB { width:12.625rem;height:1.29980625rem;top:38.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eosMfUWxCPXN5AT9cNRWpXSgxdhrixqP { width:16rem;height:1.29980625rem;top:39.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3O7WttSJyQgBFxEXZ58zRvcAOiDBghi { width:12.625rem;height:1.29980625rem;top:43rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2pIemqW0oAAik4FI2rr4qizDpL7hWB4 { width:16rem;height:1.29980625rem;top:35.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmlT8cMmDiwWaQs8gwATPeWEt98B4yRG { width:12.625rem;height:1.29980625rem;top:47.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQimivfAJ7Or0CZ2lWWaJuxaT0adFsVt { width:19.4375rem;height:1.29980625rem;top:48.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMDuM5ecT7Vq6X3d8VMLplDEM2ELXXhE { width:16.8125rem;height:1.29980625rem;top:53.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2rKO0O7GWeZVMnsPL1zbiESGK2CavFo { width:12.625rem;height:1.29980625rem;top:56.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ke5ya5I1wVIoqfTvuTmH4liMIKniTk { width:16rem;height:1.29980625rem;top:57.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXh0Arn1I2xAkCG1natPcwCJN0dwHREs { width:12.625rem;height:1.29980625rem;top:60.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLhJTUHOGWfmGtCHzKDHoLinZD0a28AI { width:16rem;height:1.29980625rem;top:61.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB2rc36gm6W9CACsLtIBqz1vAfTOGa0H { width:12.625rem;height:1.29980625rem;top:64.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm2oAH8GLQsVWIEoo0GJp1ghUDIRfhMd { width:16rem;height:1.29980625rem;top:65.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ1sgaE84C4EXp7JZ3HroHaorCV4LdxG { width:12.625rem;height:1.29980625rem;top:68.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To1yitJSthuC6J1S23dVNCRPXn8Q7hTk { width:16rem;height:1.29980625rem;top:69.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgJkVpwcQAVxmrieL7bRTypn0CdKuMtP { width:16.8125rem;height:1.29980625rem;top:22.6875rem;left:0rem;font-size:1rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #IJETPTkT7KxlS2lTz0lUtx2g7z6uERDI { width:16rem;height:1.29980625rem;top:23.9375rem;left:0rem;font-size:1rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #OT4FgIg5qxDrG1dMaAeyVgsbDS9iTakI { width:16.8125rem;height:1.29980625rem;top:26.3125rem;left:0rem;font-size:1rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Pq9pNrwOEKpSVUNvk7z1DFJM5qfeiMtc { width:16rem;height:1.29980625rem;top:27.5625rem;left:0rem;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #NonuKLSA4uxDnPPFQvaODqX5deJSfQQ7 { width:11.875rem;height:1.29980625rem;top:73.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFkt9EDTvtxEOJiqZ1KXI5QwPMoKQANb { width:12.625rem;height:1.29980625rem;top:74.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD0TVnhP8BoQ3umAKNBgp5GBpZNG0DL1 { width:11.875rem;height:1.29980625rem;top:76.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5mgG8q4mWMDabpc4u5N3q34D4tntSyo { width:16.125rem;height:1.29980625rem;top:77.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBP9wStRO7bVtczSN4uS8oF0S0bZtWmw { width:16rem;height:1.29980625rem;top:97.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6RR4yn8NLtQMOubmipI0TEMX7x4Bfxq { width:12.625rem;height:1.29980625rem;top:96.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdmw97vecRF5tFDmeOF6xhPXFehnsNC4 { width:16rem;height:1.29980625rem;top:93.2861328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyfP0NtwrgFV2gHaoNXp8T2ASpzoVKyI { width:16rem;height:1.29980625rem;top:85.3994140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNw9V9BNPrVtNtXb2Tte1o3cLDqa5V5 { width:14.9375rem;height:1.29980625rem;top:89.13671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfkakEq1PJXmPDGUCWKw9vftIRVCmvoI { width:12.625rem;height:1.29980625rem;top:91.986328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gld7WStgT73vkGSztqWQUn32ZDCbGfGH { width:12.625rem;height:1.29980625rem;top:84.099609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwNv2TWdo8OxvpMMWq4Z7ly4qZJZWs6V { width:12.625rem;height:1.29980625rem;top:87.8369140625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzmfWvvItxRNkqSMIOPB5hu4cXKqS0tS { width:16.8125rem;height:1.29980625rem;top:81.5498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXrcJ2BMWJ5qfuyoVZH1a8t3nVeDRTyv { width:16rem;height:1.29980625rem;top:101.6123046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVb0FwnhWZTfwLXg6vbEDcWseIVGF7zR { width:12.625rem;height:1.29980625rem;top:100.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7zqar867kfBdf1wHTotl2RMnJ6skrnw { width:16.8125rem;height:1.29980625rem;top:105.28515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI1FAGnQkI22R1ZWMOS7nnmZ5KGIJ4Mb { width:16rem;height:1.29980625rem;top:112.984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzFQib6AEHPVA2PrmXIAshHlB4erkWWz { width:12.625rem;height:1.29980625rem;top:111.6845703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgratdCRRzE1IGtfTnpZHG1aHnTdT6H7 { width:16rem;height:1.29980625rem;top:108.884765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzJZUBRsysimeE7GrmixKJX4lZpzN8CV { width:12.625rem;height:1.29980625rem;top:107.5849609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o { display:block; }#ekCk2CTNq13B0T3eeGxrSm4ZEuZeGX9o > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF4GuOrTXDTPMre4JCtOt5soZkZgDVdg { width:11.375rem;height:1.94986875rem;top:0.556640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ5a4EnwzKzTn04WZLkfU012Ag9dWvQp { width:1.5rem;height:1.5rem;top:0.78125rem;left:7.6875005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll8wHBTHbZIg4un9viv6A8npEQvt5Ony { display:block; }#ll8wHBTHbZIg4un9viv6A8npEQvt5Ony > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRxSOrAps76l82Hh6LzVyDFdqFyTNVbd { width:13.5625rem;height:1.29980625rem;top:9.5722675323488rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #durCPP32fCLKVLhpzeqGWfzwDLQKy9PN { width:12.625rem;height:1.29980625rem;top:8.2734394073488rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqFK3stxPVlTIm2MQkc6o2PdSWa9Oosz { width:16.8125rem;height:1.29980625rem;top:6.9739589691163rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArMRQIrJz3iPhAqH909iNzsgh3PCM5DT { width:16.8125rem;height:3.89941875rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTnDQJS7c29soGaN2sw5PJFJtQdlMHPV { width:16.8125rem;height:2.5996125rem;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV6trECoToxeuzPvH7KvN3p0KbnJQTNA { width:12.625rem;height:1.29980625rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHgSoI6VDcF4bIIXlMF1wnkPsFWHJ5TB { width:13.5625rem;height:1.29980625rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWTCxNOWFgvKLzoAW2BQtcPcbdob65mC { width:12.625rem;height:1.29980625rem;top:13.88542175293rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDtarfPcPfzCoFBGvZ9Ir3hv4If9roAl { width:13.5625rem;height:1.29980625rem;top:15.184917449951rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in38O80lgp0F7hnAxsfSLsgrk717iDwa { width:16.8125rem;height:1.29980625rem;top:12.5859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTvgmL7vJk2u57mTbbz5obJNk14gT7PG { width:13.5625rem;height:1.29980625rem;top:29.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cplLKwgWf3ks5lRnT4TuxTM0dGXiTAS5 { width:12.625rem;height:1.29980625rem;top:28.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP3MgRBNGz1GxBHDTW2deuOxUTeolP60 { width:16.8125rem;height:1.29980625rem;top:40.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLbty0RqaREkhnNNZZZtSPFEvK8G2gqV { width:16.8125rem;height:1.29980625rem;top:46.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsHFER1i4EvUlT07sipm85BJcyRJppTu { width:12.625rem;height:1.29980625rem;top:41.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFiO3hWqOLMhnVaSqsWgHX1R3QFa98Rf { width:12.625rem;height:1.29980625rem;top:47.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Piyh1wtwqHndgAXlz3l3xBfai9ekTSJR { width:13.5625rem;height:1.29980625rem;top:42.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxlgw6eVXQJzee2w3AN8L5EMKtalx8en { width:13.5625rem;height:1.29980625rem;top:48.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGgHDeQpW558m1ICpwg82Jrkg3mMmrDD { width:12.9375rem;height:2.5996125rem;top:33.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHX1XPcmRwgOQBbBHuims7fSUoxC1594 { width:12.625rem;height:1.29980625rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amPiKCFFmilgBaSQcoydl0TaeOrnKg02 { width:13.5625rem;height:1.29980625rem;top:37.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg30KxKmB7Llo3FdlgonHHrsqcTvyhla { width:16.8125rem;height:1.29980625rem;top:0.94970703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx9Auc2dJ7eA4sl64nnVFD57Ja3vnBPG { width:12.625rem;height:1.29980625rem;top:2.24951171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ozWMMQOatfrwq9bLVnWTwJDpq8HDZM { width:13.5625rem;height:1.29980625rem;top:3.54931640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi { display:block; }#xrhP1EgV6Fdh34ALmg7WJQw6ZXoRaLpi > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWHcTTFAW8lN5qkZxLopw88xIcRkJqOb { width:11.375rem;height:1.94986875rem;top:0.556640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS1MWZluk4K4N3bSA1JQXTLG3Jf6MiZT { width:1.5rem;height:1.5rem;top:0.78125rem;left:9.2500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESWL13T66dCe4VWtJTNneTgJmfwpePeM { display:block; }#ESWL13T66dCe4VWtJTNneTgJmfwpePeM > .row .container { width:20rem;height:210rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmFCno9WLT4OvXmW5QdT8UOtdklU7DNC { width:12.625rem;height:1.29980625rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKbvaNQiF35Wc4oA5Sab9TzckqeNIZUJ { width:12.625rem;height:1.29980625rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB1R9IHxBKmruRGFTFmlgl4bs8VTKTJv { width:12.625rem;height:1.29980625rem;top:16.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #feEJNFUrXAgf35VJW8eIDIPKX2Nxi75O { width:12.625rem;height:1.29980625rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeopAod373K6fFn9U0fPn864W7EPNVf7 { width:14rem;height:1.29980625rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm5fhStKwuAl2RQPzBkWULgqKTUd9NV5 { width:12.625rem;height:1.29980625rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhGMrnlxsBBgbT73MODESmkvgqvxOgK3 { width:12.625rem;height:1.29980625rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3kln4WQKQ4OxUDwnUTQu6gLrVrvlnvr { width:14rem;height:1.29980625rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8J9E6sIW4PfcAh5Fz3EK39fiFgVE1XW { width:12.625rem;height:1.29980625rem;top:28.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTDRpTvPwfCBp2xs5O7nWfCVBitMOl4 { width:12.625rem;height:1.29980625rem;top:29.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPATHu7B5WELK2GSor1PbcZMzpFxTWUU { width:15.4375rem;height:2.5996125rem;top:32.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADZkCx3GBK48cTSxfGwTmBPFpO8NwEqb { width:12.625rem;height:1.29980625rem;top:35.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnXcAvaoilxxN9nXcxv5hub3wDCX5Tr8 { width:12.625rem;height:1.29980625rem;top:36.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX2sVyTKHo7SLTMRPABh77SJrBTRUhQq { width:14.8125rem;height:2.5996125rem;top:39.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMHZahALBIn0uJwmpW3qvgd25i9Hz3wL { width:12.625rem;height:1.29980625rem;top:41.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svPzeuAiukonJmXOhR3qGgeSBG633kAz { width:12.625rem;height:1.29980625rem;top:43.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUM3o2vSkic8f5k0EnApIe1eu12N51Wy { width:14.8125rem;height:2.5996125rem;top:46rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cETVfGTBPnXwuZhm6iGIbowORU6BMOoE { width:12.625rem;height:1.29980625rem;top:48.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyCwd4vZMNNTpRoiATMOFZrpAQgqq8sD { width:13.375rem;height:1.29980625rem;top:49.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcZK3eZTtLBPhHxgcSuIOTxsQUuxyn1S { width:16.8125rem;height:1.29980625rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXVJpnGyHy9nwOQ1CWFwIBTZ3e4VHKpT { width:12.625rem;height:1.29980625rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC1I11at4UNRPtlHUKl9RT8KSnISwr1q { width:13.5625rem;height:1.29980625rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSn2FIviP97O8ECE4vdT72s53uPXybBo { width:16.8125rem;height:1.29980625rem;top:62.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqhKmTB8bVGT24C7xPbhLKHLP2SoKfLI { width:12.625rem;height:1.29980625rem;top:63.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCzr9tZDKRDznvn9ihRWOZyWXTp8Wno5 { width:12.625rem;height:1.29980625rem;top:65.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEellLLqOatcZdGVnnNLQLwCQbz3uS4c { width:16.8125rem;height:1.29980625rem;top:67.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0ssowmQFgOxqwTSK1TwQRtF1g18L8Bx { width:12.625rem;height:1.29980625rem;top:69.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVt9aA6X2QVTeiIeBlEuB9JQmAQcW1pu { width:12.625rem;height:1.29980625rem;top:70.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRIzZfwtAeOb3K6ARX8ob5a5FUGWomf { width:16.8125rem;height:1.29980625rem;top:76.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGNkHD9smZbx0wvTeVzu6mLGLalxt8va { width:16.8125rem;height:1.29980625rem;top:79.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqNQuF8sMmZ2T59FCgQnFkwXN9v1wXKr { width:12.625rem;height:1.29980625rem;top:80.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsNoucxXpIR2i7He7rrurIqoF9Z0HRUP { width:16rem;height:1.29980625rem;top:81.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utDkihqK94LZ8QEoSqFKin5OiCxrOkt3 { width:16.8125rem;height:1.29980625rem;top:85.9501953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNADp6RWAgNvBt2EpVfuVcHwXovD1P48 { width:16.8125rem;height:1.29980625rem;top:97.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxek2BVcBfuMrp1NBPknklr5PHfyMag { width:12.625rem;height:1.29980625rem;top:89.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDS4y8XDHV1xaKVFQCHzWrzFwMUTTKJ { width:16rem;height:1.29980625rem;top:91.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlGVT8cOJJ795qe3f5Kz1BInPZdGB20 { width:16.8125rem;height:1.29980625rem;top:94.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apACMFzaGNAc2mzCBtlc90fMAQK4X1EJ { width:16.8125rem;height:1.29980625rem;top:88.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTl1zodGOqv5QJ4qaZidQ1p4VcRtQvn { width:12.625rem;height:1.29980625rem;top:98.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf8go0mIeSh2xvxzacb74NXRMDSUBHAy { width:16rem;height:1.29980625rem;top:99.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrLTDgmk50rTiOQFXHxXyoN8H7iHJk2h { width:16.8125rem;height:1.29980625rem;top:103.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #El2oMcHkGcrFPu3E8nHKPfxeXGKLwyVL { width:16.8125rem;height:1.29980625rem;top:106.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIw4uIixp4SoDFO16eoEkG6q7Vf8Ek2g { width:12.625rem;height:1.29980625rem;top:107.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQKood0K7lOZpbxNSgTUpnCS9Fd4TcpN { width:16rem;height:1.29980625rem;top:109.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOTNOSyaVvdPBmvIL3q2ZKWnhD0EfgOR { width:16.8125rem;height:1.29980625rem;top:112.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTWlrdTN9vIxrcCU4g1eA4wdCbcotU9 { width:16.8125rem;height:1.29980625rem;top:115.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzsp3lLNba0amQKUdM0Io5T57qGdusXC { width:12.625rem;height:1.29980625rem;top:116.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9PsaHDdhJRRM294SvqaDOLbIXqZeapc { width:16rem;height:1.29980625rem;top:117.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI53LkNZosOqqw3mHZHFckdKGwN5VcDZ { width:16.8125rem;height:1.29980625rem;top:120.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0JoTOQNL7pvvf3OxGrRKIeGh7T76Phi { width:16.8125rem;height:1.29980625rem;top:123.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpawDzslzVN39CcyoMu5fWQ9eig5VIey { width:12.625rem;height:1.29980625rem;top:133.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtUurBTNtuv0UMhFQtOuIE39aW8ZATei { width:16rem;height:1.29980625rem;top:134.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc6VSpXg5KAEMEeIST5CNTLt4VKRERdo { width:16.8125rem;height:1.29980625rem;top:129.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1pTNukiBcKmlC7xSmFSUpOnJIKNnZSp { width:16.8125rem;height:1.29980625rem;top:144.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBpgoVnye27q2va77vnlvRA29wLFrvCG { width:12.625rem;height:1.29980625rem;top:145.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rby6tGQJp2nsTFhNf5XB2EpbhwsAqs5v { width:16rem;height:1.29980625rem;top:146.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD18zNVDaxVJk0gFbgNH4pnmKvUzloVx { width:16.8125rem;height:1.29980625rem;top:150.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWH0Za7XupTNIGUFbri2HNTprE4sDzsc { width:12.625rem;height:1.29980625rem;top:151.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pknqdLIb5pTT4kttkoPcPrdxEWXCH7eb { width:16rem;height:1.29980625rem;top:152.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7e8xe8TXSpDMKLByqtGVJo8txJzvWMZ { width:16.8125rem;height:1.29980625rem;top:156.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgQI7Tm6fRf5EarTmsSq6rBpou6oFWA { width:12.625rem;height:1.29980625rem;top:157.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4sNiXWIVNTdqZPd9gwzxTshVHSrLfXD { width:16rem;height:1.29980625rem;top:159.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4kGlxF4fLt9kHDqH110d10OOlHnfADF { width:16rem;height:1.29980625rem;top:160.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Qyx3AfVx83d1oeqtVIaJxGwwmxGKlm { width:16.8125rem;height:1.29980625rem;top:131.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl5CDWzpJ1Az3RHlvQHXL73uUTHcwXax { width:12.625rem;height:1.29980625rem;top:125.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENxkD6fsxGvsMbgVx6FolKB321kGTunz { width:16rem;height:1.29980625rem;top:126.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo3JPSbFBwz6XulI4KTaANgthai8qsCS { width:16.8125rem;height:1.29980625rem;top:140.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwvAs2xR07t3VK2TEvffTWfCAFfwmaRJ { width:16.8125rem;height:1.29980625rem;top:163.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #om0TLSyEZKiwSQDeUQxDe9sdI3PX565e { width:16.8125rem;height:1.29980625rem;top:165.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrMGnDJQqVwWyw6oVR2wLNLckx1pb7k9 { width:16.8125rem;height:1.29980625rem;top:166.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHB37lFH0APURCkpIPr3M57zT1JdpWeV { width:14.8125rem;height:1.29980625rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy2WTApGHFPrUnMsDu2WUFgcOBqazrwn { width:12.625rem;height:1.29980625rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKk0oXkxfImO7EffvHkU65Q3eF5bw7BC { width:12.625rem;height:1.29980625rem;top:23.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1JASO5ImMEJwcsaeQK5ota9ST0eiAKu { width:12.625rem;height:1.29980625rem;top:55.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7OVHJDuaRm6aLT6CCtJX8NHgmSphmiz { width:14.8125rem;height:1.29980625rem;top:52.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI1I3yRUlIK0etgzJMJylI1VdlA7rdoW { width:12.625rem;height:1.29980625rem;top:54.125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrSHzpKXQ1WntoctQA0uNTFnP1BkEJxB { width:20rem;height:0;top:179.39941875rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAxTnfRgtDDzgSOUIBTbXGgsunE9yTiS { width:16.8125rem;height:1.29980625rem;top:58.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZBmFX9VeoyAMAssJpRXCirrFzDLTT4F { width:20rem;height:27.29590625rem;top:175.125rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VRagJTK7VyIsBE89RSEGLldav6E6Ko5o { width:12.625rem;height:1.29980625rem;top:60.0498046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI { display:block; }#ZxQNRTSt1wvo2fVP2TNl5zg9xW4Qr0EI > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmgbItzVPNy7aksXqWTNc9d9t5ASMcWx { width:11.375rem;height:1.94986875rem;top:0.556640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqnybHy04G3Crp2HCwnNJUeQnTtGlWKr { width:1.5rem;height:1.5rem;top:0.78125rem;left:5.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIh6oupbNeJInESBBbeS8rHu2cETerOL { display:block; }#WIh6oupbNeJInESBBbeS8rHu2cETerOL > .row .container { width:20rem;height:192.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1UqA5T4qkn3IfGBCfLoBBvCpL9Q7Z8o { width:16.8125rem;height:1.29980625rem;top:2.5618476867676rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTeTMHSTbxbrKq87dycTM9XPkN4xHyE4 { width:12.625rem;height:1.29980625rem;top:3.8600273132324rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ4oR5NWSMGWMJJ7oQgw3JKtESMqRdD4 { width:16rem;height:1.29980625rem;top:5.1588554382324rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWpauqL1XWl7IUnm69T68qaTLSryc1Pe { width:16.8125rem;height:1.29980625rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coAubF2nt7QBTxZzgKD3mTNLUEFXTE21 { width:16.8125rem;height:1.29980625rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0poKUJ3q5TEksJiux5IX9z24rfEQtbN { width:12.625rem;height:1.29980625rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Xw67st9gtfCXC1AUdCsr2GGHxyOwTg { width:16rem;height:1.29980625rem;top:13.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGVvAwPHhXZ43XC4oD2DOVRBEo6POTBb { width:16.8125rem;height:1.29980625rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbzmBzpeOqFH8XFqPGyWSTZL7vZthV8p { width:16rem;height:1.29980625rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEcR4npq9ozPrNdK3OJBnFHR42OlLptl { width:16.8125rem;height:1.29980625rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5MPMkwLsHOU17ZRaVOzgnvdTisdJ58X { width:12.625rem;height:1.29980625rem;top:22rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVhTofJFBQN542FtWRo5uIDQKTCQETEH { width:16rem;height:1.29980625rem;top:23.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiRltuL8bM9Oyz0BfwXgGnq4xJDAf56S { width:16.8125rem;height:1.29980625rem;top:46rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ048TfBWWA0FA7oI4wyuv8eUxTp8LIW { width:16.8125rem;height:1.29980625rem;top:48.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7JEpT61AxKynq4qLLSAAPAuU8B3S8Pd { width:12.625rem;height:1.29980625rem;top:49.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAmDUyTP386JBuBTg5CGFVXBlIiNWLev { width:16rem;height:1.29980625rem;top:51.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNZ9y2PzSWeC6qeNoNGlRBeH2RMW42Q { width:16.8125rem;height:1.29980625rem;top:53.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4v4lxxbvzZfobJTppRN9RWRHBWIHET2 { width:12.625rem;height:1.29980625rem;top:54.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6h2AhtgTy8qqlesE14pLDGsKMNg2IeS { width:16rem;height:1.29980625rem;top:56.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKNTMC8AFzF9GRWgTTxTKGe5IoCE6xL9 { width:16.8125rem;height:1.29980625rem;top:58.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdJgW0tCQHPxLn61bW6gb7CQ5wt28DGQ { width:16rem;height:1.29980625rem;top:59.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EICWRTTfPicwH2oGGTmO2Lp9aLBzIt8J { width:16.8125rem;height:1.29980625rem;top:27.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLfJ61uH0oONbSqlVWT5HNmLhDr7TXf1 { width:16.8125rem;height:1.29980625rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpuCEQHQAo4BKh7M1pqVwgL8TcoN272 { width:12.625rem;height:1.29980625rem;top:31.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez7edzeQ7oOZiXecTJy9Tpdql7PnkuL1 { width:16rem;height:1.29980625rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okG5GrPR7HTDf3lqtCzUPtWLuwOveLOm { width:16.8125rem;height:1.29980625rem;top:68.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfHNGBzOR9WzKmThrmOzI1RWPdTToGVz { width:16.8125rem;height:1.29980625rem;top:71.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s20nTuxiUuXSL0ERxXd21603gN87V4Oy { width:12.625rem;height:1.29980625rem;top:72.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4r7mQqNqsvVa84AgZvOoIiDluIKdyP9 { width:16rem;height:1.29980625rem;top:73.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1K8yPilH4dPHyprEMONHgrGO7fPpEbf { width:16.8125rem;height:1.29980625rem;top:76rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol14llEkX93UOFWfP0zrk2A6e0To5Zv5 { width:12.625rem;height:1.29980625rem;top:77.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl9q0zqcBmTMclNCxmcOA86okWdBfJtO { width:16rem;height:1.29980625rem;top:78.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHmpptLsLw1FKCEbEoMeLPukbh5MGHv { width:16.8125rem;height:1.29980625rem;top:152.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV8TPPOrJc5GhAMGdwdWVtNGHuKT929J { width:16.8125rem;height:1.29980625rem;top:154.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZS3XRvSOTvBgQ4DmJfaaEP6HwAQL6E7 { width:16rem;height:1.29980625rem;top:157.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXnTSVExaChncse8M3sA4pqorVPvgUkZ { width:12.625rem;height:1.29980625rem;top:156.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O48DEhNlnLdPtSnK9pJ04tWlhTcSc7zU { width:16.8125rem;height:1.29980625rem;top:62.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5sJGpyqMNPuhdb3DTZpJdUff8vtXVcs { width:16.8125rem;height:1.29980625rem;top:63.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkPRFgXeQrE9lXzfMzQ0HLOzZFJ7NZz1 { width:16rem;height:1.29980625rem;top:64.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATo0fDtC0ZSphpMGUBTSP2nBTWfyKRAC { width:12.625rem;height:1.29980625rem;top:92.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZZLTE5gu1BlhilPs3FxhvsGI6GOTHPF { width:16.8125rem;height:1.29980625rem;top:90.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3DqusCFMahfQ9uArf3BwQ4dQ0dJUQHS { width:16.8125rem;height:2.5996125rem;top:87.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioRvtVWBOgsqB7hesfUg5NrWMqA1aEXC { width:14.1875rem;height:1.29980625rem;top:93.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhVJB8b0yKZGRKUVTkZ0ouizDdIOZenl { width:12.625rem;height:1.29980625rem;top:106rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtrdP4JwNxzWf6dWJuzVdIKXJ8pAZuZ { width:13.9375rem;height:1.29980625rem;top:104.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP1qTsqA8TJp1C0O3BVcNy9oBL0pQVCa { width:15.25rem;height:2.5996125rem;top:101rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozWCScZTmXxA5guRmZsZHyNviM06MsI8 { width:16rem;height:1.29980625rem;top:107.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcD2vIEanuZIikwhli6AMkyyn6TM7VXx { width:16.8125rem;height:1.29980625rem;top:117.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA1vwoXAQCUOaGRuZdXoLncJrStfH47M { width:16.8125rem;height:1.29980625rem;top:114.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSFQs4NP1ucgmbnNaVh6hbBgzpc1aznh { width:12.625rem;height:1.29980625rem;top:131.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf1I2T5Zd3KFDEvK9zcOwXaR14sCrOiU { width:16.8125rem;height:1.29980625rem;top:129.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8PhepNbRu654OPULF7hSpkoFkKG0c7R { width:16.8125rem;height:1.29980625rem;top:127.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXJW2oIHRTtwK2tG0fahKB2DpxAcoaQ8 { width:16rem;height:1.29980625rem;top:132.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqL984zqckQaVGcNKdCOqItJKdMTK1FZ { width:20rem;height:28.5957rem;top:162.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3vvnXeWxT1BGKi1dvJJctgVb0LJVuu4 { width:16rem;height:1.29980625rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWDEl2Us1g3CRunlor0RiOKTNXVoSzxk { width:16rem;height:1.29980625rem;top:37.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSC7KXxTuVKRnEGqk17VuaVvp9neAqBW { width:16.8125rem;height:1.29980625rem;top:34.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzRTdfPoH8PDsVXDAKhG2PtwasrRNg1M { width:12.625rem;height:1.29980625rem;top:36rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icMAMctORsXiClqMyfTsOPBT33XLaoJa { width:16rem;height:1.29980625rem;top:42.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQlWiB18R0d3IyPTmmxxzRc97F7WrGsT { width:12.625rem;height:1.29980625rem;top:41rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX8QM0dnZ1Qtr9Z43uxCHqzwiuwmdWQO { width:16.8125rem;height:1.29980625rem;top:39.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqeXWsrtAK6quHxqKPTx7z0q0uvhsbo3 { width:16.8125rem;height:1.29980625rem;top:81rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUHcaWwp1TFieCToZXirbe217S8Bhdph { width:12.625rem;height:1.29980625rem;top:82.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIkpUSgu7Bgf3vnTkSMGLtr905hGQOrA { width:16rem;height:1.29980625rem;top:83.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHNhLfdfoTCPLuia4nc2cuzW2OZBmM0c { width:16rem;height:1.29980625rem;top:119.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0Ey0xz1vU2ECzAD9ztQcccgOWJL5P1q { width:12.625rem;height:1.29980625rem;top:118.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu2HKypknAd3NTslO0X9CtL7J2AeyFbh { width:12.625rem;height:1.29980625rem;top:143.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XETTXPSVZHmvyNxVf2ZbRB8Dx4WhbhdT { width:16.8125rem;height:1.29980625rem;top:142.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaqwBDbTeLWka4PPwUEACTiVemfGkyT1 { width:16.8125rem;height:1.29980625rem;top:139.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1nf4hdGcKg4LPIamZHQLnTvkpW2TQEJ { width:16rem;height:1.29980625rem;top:144.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9JWAzkKahbB4TU3Cl2IVAbnOmHeJJR7 { width:14.1875rem;height:1.29980625rem;top:97.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NELrZe7H3tfFawh619LIKlLoOQzvXaX0 { width:12.625rem;height:1.29980625rem;top:96rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtxVLvihIARn95xnECRJOCca8AiV6rnE { width:14.1875rem;height:1.29980625rem;top:111rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCnaHJIQ6No9BSUHPdkwHP5dTviRxXQQ { width:12.625rem;height:1.29980625rem;top:109.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBiJRvsvMoPPWGdue7T86hIL6pHv7ybn { width:14.1875rem;height:1.29980625rem;top:123.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8VV6dfGgz1AhG4m5mQquLSkQFxX06Oc { width:12.625rem;height:1.29980625rem;top:122.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d86HgelRyWkXI4u3Vdv32K2698LWqO1R { width:14.1875rem;height:1.29980625rem;top:136rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiDqRSP3pErWf2366IWBuHCNnuPos8Be { width:12.625rem;height:1.29980625rem;top:134.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHzVodKrJrP0p6yBQOQD3pkVTefG8sqy { width:14.1875rem;height:1.29980625rem;top:148.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef8OeTuBtfLF1sxMevKnJBLzQc0f3X0x { width:12.625rem;height:1.29980625rem;top:147.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CghyL2tTdwTcJT4q8wThwebsBTHlO2sA { display:block; }#CghyL2tTdwTcJT4q8wThwebsBTHlO2sA > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSAoigh0EeoO05Bt80hOux5gTQUeHFT5 { width:17.3125rem;height:1.94986875rem;top:0.556640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTySlU8TqDmDewJiu0gBGbEc99dcV6rQ { width:1.5rem;height:1.5rem;top:0.78125rem;left:17.312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o { display:block; }#On9a5VX8TRhfCRlfxxOUf39ug7CIwe5o > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkNcT3Vd6Zex2Lst1EV780L8z4eEvP8V { width:12.625rem;height:1.29980625rem;top:0.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcGSLRSL689fGpKGPdGzCxFiwfTWOsHm { width:16.8125rem;height:1.29980625rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gly0qUBhmFtpFpR4iUtW8u3JoGmEpfTv { width:12.625rem;height:1.29980625rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIoHwkB3GLC8niPJxppLq6M9WdfqIXNl { width:16rem;height:1.29980625rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL0VBw687QHXuUfCRrLSJTe5FlAAA2WR { width:12.625rem;height:1.29980625rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIaRCiVTCaxPbOLkETrKec1K0uQZTRzZ { width:16rem;height:1.29980625rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnCwZ2uDKhaT9or2IL5p5BtqQwJAbes1 { width:8.875rem;height:1.29980625rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC5l57dVScVmNWmazkUztu9X6VNKFoal { width:12.625rem;height:1.29980625rem;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPkmpoB3C8bQHDiFbq5P7ZGnXUPuK4G { width:16rem;height:1.29980625rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvECsFAIlLl3dnB9TUlQSc3algqGNLd2 { width:12.625rem;height:1.29980625rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfplwlnTqo44LpiC2hf1J93FvzinbE1f { width:12.625rem;height:1.29980625rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPJ8wz51os4mzXyAIC5lBIp1LmckbksZ { width:16rem;height:1.29980625rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEvPUyWIq7vRhEhht2nUu77V7pT7d2Ko { width:12.625rem;height:1.29980625rem;top:21.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgJr9rlUwQM9iNVUIyfJ2ocXs95wxzsH { width:12.625rem;height:1.29980625rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIpgw8kGBTus5ye9WOlXyV6c2EhUn2m { width:16rem;height:1.29980625rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDKXTgHPoWoc8BxF66zathn8W97PJTu7 { width:12.625rem;height:1.29980625rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXu4RwT7uUylVuvIOwI3hpe6o7ngOocf { width:12.625rem;height:1.29980625rem;top:28.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8bXalenA1KT7IBZV7PTMOXUQvuyN1aW { width:16rem;height:1.29980625rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdb9IsIQ8skKRZXIm7g1hzfRxdTwUAv { width:12.625rem;height:1.29980625rem;top:39.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyOEnHHy3VtnfStl3Van9sINmBvSIgw { width:12.625rem;height:1.29980625rem;top:40.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWGrE4UwGl4gvGJxNUPcLIJBxp3Iedu { width:16rem;height:1.29980625rem;top:42.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi4FVaxe7sLRebVCDmbxpS9I0MrwU6JB { width:12.625rem;height:1.29980625rem;top:45.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNRNDFfQo8wNSo2AtJimeGyZW60AdyNs { width:12.625rem;height:1.29980625rem;top:46.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIdRCF92xPJMLR9aa6GSoHT5aT3VPH0q { width:16rem;height:1.29980625rem;top:47.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqv5KZLzZgdefrFTTtgAislGOTeN6Sv4 { width:18.6875rem;height:2.5996125rem;top:33rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F836AtVaoU3wkpCo6RtqlDWCaNIBCnSz { width:12.625rem;height:1.29980625rem;top:35.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3IqBfsUyVExgSghRV9KERu8GbTvuL0z { width:16rem;height:1.29980625rem;top:36.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRI6MV1KNDDsEvfEGAnagLPR3w9r39B0 { width:12.625rem;height:1.29980625rem;top:50.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKBKZlZzLTNtK20E3MLt249z2cTCuuTs { width:12.625rem;height:1.29980625rem;top:51.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZJewFGzVJTFlslleyThmTGl3nw2WHS { width:12.625rem;height:1.29980625rem;top:55.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5q8X5hscxf51gQdB3ZZ08XtgrlZpbJ4 { width:12.625rem;height:1.29980625rem;top:56.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft3oh7oe1C6gNnP8k6wgK2OlPEa6DR53 { width:16rem;height:1.29980625rem;top:57.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #neudJMKwEpgLCBDVkK1Hgz9JsMJXB18O { width:16rem;height:1.29980625rem;top:52.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv2oDcpn5hF97fevw584AVZesIJdLPrd { display:block; }#Lv2oDcpn5hF97fevw584AVZesIJdLPrd > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJ9RCm3H9h3hFUgwDbhIxoci5FdqSwTv { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEkh1fotTC8di1kiwtbUHgO5tBexrqMO { width:1.5rem;height:1.5rem;top:3.4609386920929rem;left:13.625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa { display:block; }#bcPa8G7OyD1lRywaeJorPOpxmZUMNhVa > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJByhCIavw1MkaQnr2JikLer3p30H3dT { width:16rem;height:22.096675rem;top:0.6767578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR00oZGM1nPI4CUO5NC7AJTHQWsu9S5V { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfqTFdzG4yVbvp6Bwh6EvpmTpNi9izCR { width:20rem;height:auto;top:15.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMHPQ1bN5JFCCfeGR4giJqXNHPXOCv0b { width:20rem;height:0;top:20.75rem;left:1.53125rem;font-size:1rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #XseJXIFprNlPVDsTPTuK4HlEsTTswogJ { width:20rem;height:0;top:24.4375rem;left:2.15625rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #vLrAFCSugPT7O8hBfr2SMzvJLuwqPFKf { width:18.75rem;height:2.111325rem;top:22.1875rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E { display:block; }#nFv45fIePIOKZPBeF6TT4GCx0qvTqp3E > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQeGr92TRQnFmxOLHgQep0Hk1a9lWoD0 { width:9.25rem;height:1.9375rem;top:1.7734375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Fn2XTy9v9eJ7Ka6sxv0bTkyRAcwFUn { width:10.25rem;height:4.22265rem;top:5.8984375rem;left:4.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNyVBpQSx9lhqLkvu2anBHOItHKLrZzd { width:14.6875rem;height:3.1669875rem;top:11.30859375rem;left:2.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJHoI0cHVV9l15AB60nWJkm1TlO33KCX { width:4.1875rem;height:1.25rem;top:20.623046875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJCfdQ4yzoTdXDSxuiBTt6Twao3Ewfsd { width:15.1875rem;height:2.111325rem;top:16.009765625rem;left:2.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdQfsVymdm5EnBCmZ9Z2c9mbuf9fNFAk { width:20rem;height:auto;top:0.6875rem;left:0rem;font-size:1rem;display:none; }
 }