.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o { background-color: transparent; background-image: none; }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o > .row .container > .video-iframe-container { display: none; }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o > .row > .video-iframe-container { display: none; }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o > .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); }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o { border-width: 0; border-radius: 0; }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o > .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; }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EhAigmTi83h6R1kZG3Z6ChvmOxGHMueg { position:absolute;display:block;z-index:15000;height:4rem;width:75rem;top:0rem;left:0rem;display:block; }
#pHf4TSkl1v417WIIxxxLLdlJm812z54d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.14);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { background-color: transparent; background-image: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container > .video-iframe-container { display: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container { display: none; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .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); }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { border-width: 0; border-radius: 0; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g { position:relative;display:block; }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g { background-color: transparent; background-image: none; }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g > .row .container > .video-iframe-container { display: none; }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g > .row > .video-iframe-container { display: none; }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g > .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); }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g { border-width: 0; border-radius: 0; }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g > .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; }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fImXAcnOwqpTy2fGHvcHEOlTiUQ2KfD8 { color:#13223f;display:block;width:75rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.09375rem;left:0rem;height:5.625rem;font-style:normal;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; }
#n7duu0kTN7sN2WDvGVQbmEThxwV1Ax2y { color:#1a2d4e;display:block;width:13.375rem;position:absolute;font-family:play;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:30.8125rem;height:1.625rem;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;text-align:right;text-align-last:right;display:block; }
#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT { position:relative;display:block; }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT { background-color: transparent; background-image: none; }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT > .row .container > .video-iframe-container { display: none; }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT > .row > .video-iframe-container { display: none; }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT > .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); }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT { border-width: 0; border-radius: 0; }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT > .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; }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NMgZJ0tdTrMgqzDZG0ySH33l1bQcuWBa { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:7.8125rem;left:15.625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#uVvyEz5vkXB6sFJvNBkVDdqMJEwOeMou { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:6.125rem;left:15.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#ta0uWg1CXHZ03Tn4RuFSywLblB2GuSxl { color:#13223f;display:block;width:13.625rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:3rem;left:15.5625rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LCebLng3TmWmTXTeRnD08bsRGDDuIx3O { color:#13223f;display:block;width:18.75rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.3125rem;left:15.5625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tzfZImfD6NXtAmfzmIaPTiFn58byd1SL { position:absolute;display:block;z-index:15065;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:4.5rem;left:15.5625rem;display:block; }
#vluhDsEfNReEtbhe9eew3TdAJyOKzTXb { color:#13223f;display:block;width:12.0625rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:2.625rem;left:40.5625rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a95wuKkA3MwmMe5fwxaTeeS8cnwTe7Sn { position:absolute;display:block;z-index:15068;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:4.125rem;left:40.5625rem;display:block; }
#UFkDXFMKWRxtqbn8KAcmOBsLCCi7sT3P { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:6.125rem;left:26.5625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#i4B4HQxhL0UoDHJplALRGpTgiXLKGTfu { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:7.8125rem;left:29.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#u2Qx2WfPFkr1SiiNliPIl1UfSBItZnuo { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:16.1875rem;left:15.625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#y0vb7IWdwV2WWqx0HoBXCEITyXKk3NoH { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:16.1875rem;left:26.625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#TNJwbKLWP1fCsrrJGSb1XOPfRrbyrEss { color:#13223f;display:block;width:13.4375rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:12.8125rem;left:15.6875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTacu9GN6PfXTfTfn0HpBDUK5KRoPpEX { position:absolute;display:block;z-index:15067;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:14.3125rem;left:15.6875rem;display:block; }
#yoKrO5rIyIegSqcK8fuPaQTNa8wvADME { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:6.125rem;left:54.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#FWbDBDFRr3hcC80IvzMvNiqU0mWh2dDg { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:6.125rem;left:40.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#faFrJk5JCBotrwPiml8yobtDXSs0L0fL { color:#13223f;display:block;width:20.625rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:22.6875rem;left:40.5625rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NGT4lNqVBUIFnVHn7SZuoiptENDTU4fo { color:#13223f;display:block;width:20.3125rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:21rem;left:40.5625rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y428L1IOt7gCuX9TfoCFnAPXoEQ7q9xi { position:absolute;display:block;z-index:15075;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:24.1875rem;left:40.5625rem;display:block; }
#Ms6fNALJ8cuX0ii7QRVXMSeiTIumTiJr { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:25.8125rem;left:40.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#GP0r1KvXVGedVdG7VOstaArqPIV3vt6U { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:25.8125rem;left:51.5625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#suXVk93InFricXUq12iv2Sdmb1ZcATkO { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:27.875rem;left:40.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#nUJoRCqbcmCkbR8DMJFqUcGeb9KiI6qh { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:27.875rem;left:54.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#CQqCrTf6LO2cwbuCe7XHX1TlKIFihcs8 { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:30rem;left:54.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#GkWLoRNz0IZWQc3yLSqvJTULEkUBwH5b { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:30rem;left:40.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#KkmWRTI3BkLkXoMOnnBnBrATEULXtQDP { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:9.5625rem;left:15.625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#UrR606kyOdCM1hKqIDVVeTZGdUpp7QM4 { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:9.5625rem;left:29.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#u2lUsTbvokeokgvENJh4DGRrTAq8szLq { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:19.6875rem;left:15.625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#aqhfJTRqBUD2BJuGlenBwCSMn4TtHk8t { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:19.6875rem;left:29.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#E0otICpyyPdTGNPks2a7kTfPFs9obbDh { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:17.9375rem;left:15.625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#mlF6J9T6ywZMfx1Tdk6Spf2delhqLKfw { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:17.9375rem;left:29.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#Tbc6Zh9r2fk8hWOZSUT3G86GB6xbxJbd { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:29.375rem;left:15.625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#B7FbQCG4sGqB9cbvHZX9IBtIe91CmUo7 { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:29.375rem;left:29.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#u32k4e4JriVGJuMDTAw4IQ1TgKD3UyrV { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:27.625rem;left:15.625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#yOEEAMFPlWzehPeNXSv6JINXVGkkk9bp { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:27.625rem;left:29.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#FETuTKgt91lIyluTFh0KWW2VKpscHpV1 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:25.875rem;left:15.625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#EuVM1aHsL8dD7DUJNrPqVOgUF6fdVwXS { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:25.875rem;left:26.625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#XZDh0P2ZoDETahKCPv7TthvLlJ2iZsfV { position:absolute;display:block;z-index:15075;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:24rem;left:15.6875rem;display:block; }
#DQ0QAAXEL8LiUrWMncB00eb83GwzTNq6 { color:#13223f;display:block;width:13.4375rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:22.5rem;left:15.6875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AzLro1K7KThrR9pEJ0TgwOHevVaq335h { color:#13223f;display:block;width:17.9375rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:10.4375rem;left:40.625rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GlXMscELsg2mWhwwTPm2BohUW5DxGLOo { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:14.27499961853rem;left:40.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#w9kmxykOKarOVyMKGnvvK0E5uZFPTA2b { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:13.8125rem;left:51.5625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#LLFlXysZwIfrheI0iZab4lFethhIl92x { position:absolute;display:block;z-index:15083;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:11.9375rem;left:40.625rem;display:block; }
#sPsyZk5Ou5DTakzLOXhX4DeT6q83JTF7 { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:15.5625rem;left:40.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#x2h6ts22QedPAse7LiRQb5deEX8nTaiG { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:15.5625rem;left:54.0625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#Gs3XQfP3mtpMoikRorOoXfQr4KrXV02s { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:17.3125rem;left:54.0625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#yEsgkkcSMXfnNCJ6o4wmK4gzDIkkUQM4 { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:17.3125rem;left:40.5625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 { position:relative;display:block; }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 { background-color: transparent; background-image: none; }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 > .row .container > .video-iframe-container { display: none; }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 > .row > .video-iframe-container { display: none; }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 > .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); }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 { border-width: 0; border-radius: 0; }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 > .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; }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xsJDBFqBxQX6QzcZBATgegAekdMy1F0T { color:#13223f;display:block;width:75rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:5.625rem;font-style:normal;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; }
#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 { position:relative;display:block; }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 { background-color: transparent; background-image: none; }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 > .row .container > .video-iframe-container { display: none; }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 > .row > .video-iframe-container { display: none; }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 > .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); }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 { border-width: 0; border-radius: 0; }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 > .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; }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kz419JzP5UBMUXLbqTAZWO9kNKrNM5XI { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:12.0625rem;left:15.5rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#xlGRBd7tzzyrSSQdwJCbwKF53SbM8wT5 { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:9.875rem;left:15.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#TOQ9X0U2gPmiPUVRJqqILNaIhVRikmuB { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:7.6875rem;left:15.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#xVyqQQUOMPXs64xuSXvgaDELEOIU0Hww { color:#13223f;display:block;width:11.5rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:4.5625rem;left:15.4375rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q79ZREgCk4WPOgd7RD8L3xvPG81ntiCG { color:#13223f;display:block;width:13.9375rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:2.875rem;left:15.4375rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UMZe1GmekNWmUNiXZ3PmX9MKXlTxqwrE { position:absolute;display:block;z-index:15065;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:6.0625rem;left:15.4375rem;display:block; }
#W6mKBgTkU3mv4VLpps6TWROIhJMePF2a { color:#13223f;display:block;width:12.0625rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:4.5625rem;left:40.375rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cuV3HJTpiiAHwz4OI722XNIffxfaexNL { color:#13223f;display:block;width:20.3125rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:2.875rem;left:40.375rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ESI2rTk4vERW6NTb6TWE3IadEnxUPoMu { position:absolute;display:block;z-index:15068;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:6.0625rem;left:40.375rem;display:block; }
#dRy86ihhfkSddKHXZieGRSblpDrg6aru { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:7.6875rem;left:26.4375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#xQ2qBJVneZ0HG4pi1tT5qSr7Gi9c9EOE { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:9.875rem;left:29rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#TrCDCsnCk5VF79aZiTQFdXnaW1zDwmwy { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:12.0625rem;left:27.3125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#rQx3qPi2FonnXBPwl6Fsv7zdnuRyZZsm { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:12.0625rem;left:52.25rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#RPKh4NcHcW9T7ZTmXtBdz0eJ1tuUfCEV { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:12.0625rem;left:40.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#X5RkIpBOKFZh576mMcUXZ7KJ8XVLEiL6 { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:9.875rem;left:53.9375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#mCKWXPDk3aAh2P61CUuZ1BmlVZAqfFXu { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:9.875rem;left:40.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#h5UuTURNMZw7txx08nG1fuZDTZZeeprZ { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:7.6875rem;left:40.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#eMVcWLZV56cI84HkrNUuHuiXQJ008brf { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:7.6875rem;left:51.375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#gSCT1Wb2MpqcBovI8B3CbSmNHpV64y7O { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:14.25rem;left:53.9375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#Ah1uwM9Xo1piacmtIGZnOI2a8iN7b5bq { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:14.25rem;left:40.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#ztA2VrffksKZzMgLvvLo5119NZIT6XlH { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:18.4375rem;left:52.25rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#k19dGoNIv9M079cT8PGxtplrxs3GLubg { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:18.4375rem;left:40.4375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#AMVcmTfms2tuOPJV7gBhBJUq3TEB7ByL { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:16.25rem;left:53.9375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#CipkfAfc2qZocW5i8zVKcmeQyp8aoofp { color:#000000;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:16.25rem;left:40.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#LitCAmCzEepo8AysQUcVa0T5AJkUirAH { color:#13223f;display:block;width:20.3125rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:14.875rem;left:15.5rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tNxPpTZDgNinTvyA1pmnHmO104Bw57ya { position:absolute;display:block;z-index:15088;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:16.875rem;left:15.5rem;display:block; }
#NCmCBL1xbI8NZAMGURnyHEAdJWLCgqa0 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:18.5rem;left:15.5rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#NtKa4ROPFugtqqUvOrcNZ0EsAlL5GUGN { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:18.5rem;left:26.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#eeumC8MesC5Mcn2XOfnFWOvSKPCLaZeI { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:27.0625rem;left:15.5rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#ne07vCgSJkhq8tXrwfbu0E3ipCTl7S1y { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:27.0625rem;left:26.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#h0JsTgNTWuLEHfTf0W2TFz36c0cIaEVU { position:absolute;display:block;z-index:15093;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:25.4375rem;left:15.5rem;display:block; }
#TkQq1sBrwtwW31K5GksVnaLgb89qJOLW { color:#13223f;display:block;width:21.0625rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:21.4375rem;left:15.5rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sSzI7HyCPsQvpTVnSMETD5UUyrVilyvS { color:#13223f;display:block;width:21.0625rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:15.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld { position:relative;display:block; }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld { background-color: transparent; background-image: none; }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld > .row .container > .video-iframe-container { display: none; }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld > .row > .video-iframe-container { display: none; }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld > .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); }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld { border-width: 0; border-radius: 0; }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld > .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; }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kaQOQSUbffGzTdpJMS9AcyXm7xaglT9A { color:#13223f;display:block;width:75rem;position:absolute;font-family:play;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;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; }
#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd { position:relative;display:block; }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd { background-color: transparent; background-image: none; }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd > .row .container > .video-iframe-container { display: none; }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd > .row > .video-iframe-container { display: none; }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd > .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); }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd { border-width: 0; border-radius: 0; }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd > .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; }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AJCOi4Hv0JxKsuDzvZBq2B9EFeXwc9Sx { position:absolute;display:block;z-index:15068;background-color:#13223f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:2.625rem;left:15.375rem;display:block; }
#BMUlp1lFgdGiThuQmu0NJdtLR97gtbJS { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:3.75rem;left:26.375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#apGGnayur7TZHMZHcOanD9HPF4GIJvOn { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:5.9375rem;left:28.9375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#sPkBh9Dziblrp3JGUz2QQtPmxDsizqZ3 { color:#13223f;display:block;width:13.9375rem;position:absolute;font-family:play;font-size:1.5625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:0.5625rem;left:15.375rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BKSXolMgAPpWVgb54ZsSzztUN79kEMy7 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:5.9375rem;left:15.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#b7kposOoLt1nyt6LKwIr5SHv83zvtVAy { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:8.125rem;left:15.3125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#SFpOFtpOQNIA9rsQT7u7xsU9NlbQJNXG { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:8.125rem;left:28.875rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#RQPf9lK15GGchPbopyveP2BAHV4KUm8h { color:#13223f;display:block;width:11.5rem;position:absolute;font-family:play;font-size:1.0625rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:1.125rem;left:15.375rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sfGrebwTABAlDuGidZOzSUFTnZyeEtrX { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#tdk9acarAGSOhmUFX7xdqXTgRtWGKuBC { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:10.1875rem;left:15.3125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#oc5KwrhuuDQbJRxtnJ1NuVNpUxM1qc6n { color:#000000;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:10.1875rem;left:28.875rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#lWbyKk3I4paTC5EUnAJDTL4ZXZMwCxS6 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:12.5rem;left:16.625rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { position:relative;display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { background-color: transparent; background-image: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container > .video-iframe-container { display: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row > .video-iframe-container { display: none; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .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); }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { border-width: 0; border-radius: 0; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .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; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13223f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row .container { background-color: transparent; background-image: none; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row .container > .video-iframe-container { display: none; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row > .video-iframe-container { display: none; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .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); }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row .container { border-width: 0; border-radius: 0; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#N44PoxFxkaXsLLPShoswGOmTXb4DHsII { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:50.25rem;height:1.7875rem;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; }
#v7htR7gKXLAeee4cZh3uRtXUJmTtakMB { color:#fbfbfb;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:15.519790649414rem;left:34.1875rem;height:1.6rem;display:block; }
#Hlm3pMx3XzN2MS5mLmg536OBFoeGZT03 { color:#fbfbfb;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:52.6875rem;height:1.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OnesBgd17SyQU1bqm3yTIRmxHSx8caKP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9375rem;left:50.25rem; }
#TVqCsqmmZsEKTSUcI9CnlyNVoBIqoQRH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.4375rem;left:50.25rem; }
#hExfql5maMtStDaz3pTfu60TC2FQOUup { color:#fbfbfb;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4375rem;left:52.6875rem;height:1.6rem;display:block; }
#f98tTKOZ6GNC7i3mewXG4Ad7eNUVxZN3 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.8125rem;left:50.25rem; }
#Qnvl6NeTp2reu8n99dPgfGrkNR2mnk1o { color:#fbfbfb;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8.75rem;left:52.6875rem;height:4.8rem;display:block; }
#KltIygR42vnmf47C4dB6XwuhJWv0q8R1 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:14.875rem;left:9.0625rem;display:block; }
#F1UxJbr5whGP5mFTDmwIP3aQCdtLWGfO { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.375rem;left:10.25rem;height:1.7875rem;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; }
#qWfrPa59mhB95LiuwWqPaG68ITGGW7yG { color:#fbfbfb;display:block;width:9.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:12.6875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#MWKJBR2s0nA3H6KxlS20w103el4TTilp { color:#fbfbfb;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.4187507629394rem;left:12.6875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#TCgO1ct2JlhDmm0qCScwZ0n1OMrqwNhR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.4375rem;left:10.25rem; }
#L34yL2wX8VHx6ItusPPTlShVFE7eaJKa { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.9562492370606rem;left:10.375rem; }
#ilWRkl6Q1TH6dnMbFk7yycvQGetfw9yf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.4874992370606rem;left:33.5rem; }
#ilWRkl6Q1TH6dnMbFk7yycvQGetfw9yf > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#NLhGPD2O48oprUvDc67X9A8LkqkgrkqN { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3624992370606rem;left:36.5625rem; }
#NLhGPD2O48oprUvDc67X9A8LkqkgrkqN > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#lJhuMC4X34wf6eN7LzWPJBHUpkZerUtW { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.3624992370606rem;left:40rem; }
#lJhuMC4X34wf6eN7LzWPJBHUpkZerUtW > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#hqC22hsLX9IlRRzVa1GzZQVDeRcIA8X5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.8125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:17.119792938233rem;left:22.375rem;display:block; }
#QqXz8sSIy6hicmiU84w1rOalGuemq0ca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WA0rUopPCseoROnsfl60ZkmTZTph7IRH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:9.625rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:17.119792938233rem;left:32.3125rem;display:block; }
#trQne1qh37MIRvMB0686DmiH7EHkk1g1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUKB2lM38oU6r9GvcTCMdfzRnGJOCGZN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:17.119791030884rem;left:41.6875rem;display:block; }
#GTCSVN6oDgXKUJKubyfsTwqvR7bBXsRw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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;bottom:0rem;left:0rem;right:0rem;display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { background-color: transparent; background-image: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container > .video-iframe-container { display: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container { display: none; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .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); }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { border-width: 0; border-radius: 0; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.0625rem;left:65.5rem; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o { display:block; }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhAigmTi83h6R1kZG3Z6ChvmOxGHMueg { top:0rem;left:0rem;width:47.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHf4TSkl1v417WIIxxxLLdlJm812z54d { display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g { display:block; }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fImXAcnOwqpTy2fGHvcHEOlTiUQ2KfD8 { top:1.0625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7duu0kTN7sN2WDvGVQbmEThxwV1Ax2y { top:6.125rem;left:17.1875rem;width:13.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT { display:block; }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMgZJ0tdTrMgqzDZG0ySH33l1bQcuWBa { top:7.8125rem;left:2rem;width:10.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVvyEz5vkXB6sFJvNBkVDdqMJEwOeMou { top:6.125rem;left:1.9375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta0uWg1CXHZ03Tn4RuFSywLblB2GuSxl { top:3rem;left:1.9375rem;width:13.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCebLng3TmWmTXTeRnD08bsRGDDuIx3O { top:1.3125rem;left:1.9375rem;width:18.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzfZImfD6NXtAmfzmIaPTiFn58byd1SL { top:4.5rem;left:1.9375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vluhDsEfNReEtbhe9eew3TdAJyOKzTXb { top:2.625rem;left:26.9375rem;width:12.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a95wuKkA3MwmMe5fwxaTeeS8cnwTe7Sn { top:4.125rem;left:26.9375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFkDXFMKWRxtqbn8KAcmOBsLCCi7sT3P { top:6.125rem;left:12.9375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4B4HQxhL0UoDHJplALRGpTgiXLKGTfu { top:7.8125rem;left:15.5rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Qx2WfPFkr1SiiNliPIl1UfSBItZnuo { top:16.1875rem;left:2rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0vb7IWdwV2WWqx0HoBXCEITyXKk3NoH { top:16.1875rem;left:13rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNJwbKLWP1fCsrrJGSb1XOPfRrbyrEss { top:12.8125rem;left:2.0625rem;width:13.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTacu9GN6PfXTfTfn0HpBDUK5KRoPpEX { top:14.3125rem;left:2.0625rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoKrO5rIyIegSqcK8fuPaQTNa8wvADME { top:6.125rem;left:40.5rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWbDBDFRr3hcC80IvzMvNiqU0mWh2dDg { top:6.125rem;left:26.9375rem;width:8.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faFrJk5JCBotrwPiml8yobtDXSs0L0fL { top:22.6875rem;left:26.9375rem;width:20.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGT4lNqVBUIFnVHn7SZuoiptENDTU4fo { top:21rem;left:26.9375rem;width:20.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y428L1IOt7gCuX9TfoCFnAPXoEQ7q9xi { top:24.1875rem;left:26.9375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms6fNALJ8cuX0ii7QRVXMSeiTIumTiJr { top:25.8125rem;left:26.9375rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP0r1KvXVGedVdG7VOstaArqPIV3vt6U { top:25.8125rem;left:37.9375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suXVk93InFricXUq12iv2Sdmb1ZcATkO { top:27.875rem;left:26.9375rem;width:8.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUJoRCqbcmCkbR8DMJFqUcGeb9KiI6qh { top:27.875rem;left:40.5rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQqCrTf6LO2cwbuCe7XHX1TlKIFihcs8 { top:30rem;left:40.5rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkWLoRNz0IZWQc3yLSqvJTULEkUBwH5b { top:30rem;left:26.9375rem;width:10.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkmWRTI3BkLkXoMOnnBnBrATEULXtQDP { top:9.5625rem;left:2rem;width:10.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrR606kyOdCM1hKqIDVVeTZGdUpp7QM4 { top:9.5625rem;left:15.5rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2lUsTbvokeokgvENJh4DGRrTAq8szLq { top:19.6875rem;left:2rem;width:10.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqhfJTRqBUD2BJuGlenBwCSMn4TtHk8t { top:19.6875rem;left:15.5rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0otICpyyPdTGNPks2a7kTfPFs9obbDh { top:17.9375rem;left:2rem;width:10.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlF6J9T6ywZMfx1Tdk6Spf2delhqLKfw { top:17.9375rem;left:15.5rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbc6Zh9r2fk8hWOZSUT3G86GB6xbxJbd { top:29.375rem;left:2rem;width:10.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7FbQCG4sGqB9cbvHZX9IBtIe91CmUo7 { top:29.375rem;left:15.5rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u32k4e4JriVGJuMDTAw4IQ1TgKD3UyrV { top:27.625rem;left:2rem;width:10.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOEEAMFPlWzehPeNXSv6JINXVGkkk9bp { top:27.625rem;left:15.5rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FETuTKgt91lIyluTFh0KWW2VKpscHpV1 { top:25.875rem;left:2rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuVM1aHsL8dD7DUJNrPqVOgUF6fdVwXS { top:25.875rem;left:13rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZDh0P2ZoDETahKCPv7TthvLlJ2iZsfV { top:24rem;left:2.0625rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0QAAXEL8LiUrWMncB00eb83GwzTNq6 { top:22.5rem;left:2.0625rem;width:13.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzLro1K7KThrR9pEJ0TgwOHevVaq335h { top:10.4375rem;left:27rem;width:17.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlXMscELsg2mWhwwTPm2BohUW5DxGLOo { top:14.25rem;left:27.25rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9kmxykOKarOVyMKGnvvK0E5uZFPTA2b { top:13.8125rem;left:37.9375rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLFlXysZwIfrheI0iZab4lFethhIl92x { top:11.9375rem;left:27rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPsyZk5Ou5DTakzLOXhX4DeT6q83JTF7 { top:15.5625rem;left:26.9375rem;width:10.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2h6ts22QedPAse7LiRQb5deEX8nTaiG { top:15.5625rem;left:40.4375rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs3XQfP3mtpMoikRorOoXfQr4KrXV02s { top:17.3125rem;left:40.4375rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEsgkkcSMXfnNCJ6o4wmK4gzDIkkUQM4 { top:17.3125rem;left:26.9375rem;width:10.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTvSCEaUGLVQN16cT5DypPXXnVraHc07 { display:block; }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsJDBFqBxQX6QzcZBATgegAekdMy1F0T { top:0rem;left:0rem;width:47.75rem;height:5.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 { display:block; }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kz419JzP5UBMUXLbqTAZWO9kNKrNM5XI { top:12.0625rem;left:1.875rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlGRBd7tzzyrSSQdwJCbwKF53SbM8wT5 { top:9.875rem;left:1.8125rem;width:4.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQ9X0U2gPmiPUVRJqqILNaIhVRikmuB { top:7.6875rem;left:1.8125rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyqQQUOMPXs64xuSXvgaDELEOIU0Hww { top:4.5625rem;left:1.8125rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q79ZREgCk4WPOgd7RD8L3xvPG81ntiCG { top:2.875rem;left:1.8125rem;width:13.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZe1GmekNWmUNiXZ3PmX9MKXlTxqwrE { top:6.0625rem;left:1.8125rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6mKBgTkU3mv4VLpps6TWROIhJMePF2a { top:4.5625rem;left:26.75rem;width:12.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuV3HJTpiiAHwz4OI722XNIffxfaexNL { top:2.875rem;left:26.75rem;width:20.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESI2rTk4vERW6NTb6TWE3IadEnxUPoMu { top:6.0625rem;left:26.75rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRy86ihhfkSddKHXZieGRSblpDrg6aru { top:7.6875rem;left:12.8125rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ2qBJVneZ0HG4pi1tT5qSr7Gi9c9EOE { top:9.875rem;left:15.375rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCDCsnCk5VF79aZiTQFdXnaW1zDwmwy { top:12.0625rem;left:13.6875rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQx3qPi2FonnXBPwl6Fsv7zdnuRyZZsm { top:12.0625rem;left:38.625rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPKh4NcHcW9T7ZTmXtBdz0eJ1tuUfCEV { top:12.0625rem;left:26.8125rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5RkIpBOKFZh576mMcUXZ7KJ8XVLEiL6 { top:9.875rem;left:40.3125rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCKWXPDk3aAh2P61CUuZ1BmlVZAqfFXu { top:9.875rem;left:26.75rem;width:8.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5UuTURNMZw7txx08nG1fuZDTZZeeprZ { top:7.6875rem;left:26.75rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMVcWLZV56cI84HkrNUuHuiXQJ008brf { top:7.6875rem;left:37.75rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSCT1Wb2MpqcBovI8B3CbSmNHpV64y7O { top:14.25rem;left:40.3125rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah1uwM9Xo1piacmtIGZnOI2a8iN7b5bq { top:14.25rem;left:26.75rem;width:10rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztA2VrffksKZzMgLvvLo5119NZIT6XlH { top:18.4375rem;left:38.625rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k19dGoNIv9M079cT8PGxtplrxs3GLubg { top:18.4375rem;left:26.8125rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMVcmTfms2tuOPJV7gBhBJUq3TEB7ByL { top:16.25rem;left:40.3125rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CipkfAfc2qZocW5i8zVKcmeQyp8aoofp { top:16.25rem;left:26.75rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LitCAmCzEepo8AysQUcVa0T5AJkUirAH { top:14.875rem;left:1.875rem;width:20.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNxPpTZDgNinTvyA1pmnHmO104Bw57ya { top:16.875rem;left:1.875rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCmCBL1xbI8NZAMGURnyHEAdJWLCgqa0 { top:18.5rem;left:1.875rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtKa4ROPFugtqqUvOrcNZ0EsAlL5GUGN { top:18.5rem;left:12.875rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeumC8MesC5Mcn2XOfnFWOvSKPCLaZeI { top:27.0625rem;left:1.875rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne07vCgSJkhq8tXrwfbu0E3ipCTl7S1y { top:27.0625rem;left:12.875rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0JsTgNTWuLEHfTf0W2TFz36c0cIaEVU { top:25.4375rem;left:1.875rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkQq1sBrwtwW31K5GksVnaLgb89qJOLW { top:21.4375rem;left:1.875rem;width:21.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSzI7HyCPsQvpTVnSMETD5UUyrVilyvS { top:54.3125rem;left:0rem;width:17.1875rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld { display:block; }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaQOQSUbffGzTdpJMS9AcyXm7xaglT9A { top:0rem;left:0rem;width:47.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd { display:block; }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJCOi4Hv0JxKsuDzvZBq2B9EFeXwc9Sx { top:2.625rem;left:1.75rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMUlp1lFgdGiThuQmu0NJdtLR97gtbJS { top:3.75rem;left:12.75rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apGGnayur7TZHMZHcOanD9HPF4GIJvOn { top:5.9375rem;left:15.3125rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkBh9Dziblrp3JGUz2QQtPmxDsizqZ3 { top:0.5625rem;left:1.75rem;width:13.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKSXolMgAPpWVgb54ZsSzztUN79kEMy7 { top:5.9375rem;left:1.75rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7kposOoLt1nyt6LKwIr5SHv83zvtVAy { top:8.125rem;left:1.6875rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFpOFtpOQNIA9rsQT7u7xsU9NlbQJNXG { top:8.125rem;left:15.25rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQPf9lK15GGchPbopyveP2BAHV4KUm8h { top:1.125rem;left:1.75rem;width:11.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfGrebwTABAlDuGidZOzSUFTnZyeEtrX { top:3.75rem;left:1.75rem;width:10.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdk9acarAGSOhmUFX7xdqXTgRtWGKuBC { top:10.1875rem;left:1.6875rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc5KwrhuuDQbJRxtnJ1NuVNpUxM1qc6n { top:10.1875rem;left:15.25rem;width:5.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWbyKk3I4paTC5EUnAJDTL4ZXZMwCxS6 { top:12.5rem;left:3rem;width:17.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe { display:block; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N44PoxFxkaXsLLPShoswGOmTXb4DHsII { top:1.375rem;left:36.625rem;width:5.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7htR7gKXLAeee4cZh3uRtXUJmTtakMB { top:15.5rem;left:20.5625rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlm3pMx3XzN2MS5mLmg536OBFoeGZT03 { top:3.9375rem;left:39.0625rem;width:6.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnesBgd17SyQU1bqm3yTIRmxHSx8caKP { top:3.9375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqCsqmmZsEKTSUcI9CnlyNVoBIqoQRH { top:6.4375rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hExfql5maMtStDaz3pTfu60TC2FQOUup { top:6.4375rem;left:35.6875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f98tTKOZ6GNC7i3mewXG4Ad7eNUVxZN3 { top:8.8125rem;left:36.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnvl6NeTp2reu8n99dPgfGrkNR2mnk1o { top:8.75rem;left:34.4375rem;width:13.3125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KltIygR42vnmf47C4dB6XwuhJWv0q8R1 { width:47.75rem;height:0.0625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1UxJbr5whGP5mFTDmwIP3aQCdtLWGfO { top:1.375rem;left:0rem;width:12.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfrPa59mhB95LiuwWqPaG68ITGGW7yG { top:3.9375rem;left:0rem;width:9.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWKJBR2s0nA3H6KxlS20w103el4TTilp { top:6.375rem;left:0rem;width:12.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCgO1ct2JlhDmm0qCScwZ0n1OMrqwNhR { top:6.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L34yL2wX8VHx6ItusPPTlShVFE7eaJKa { top:3.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilWRkl6Q1TH6dnMbFk7yycvQGetfw9yf { top:1.4375rem;left:19.875rem;width:1.5625rem;height:1.5625rem;display:block; }
#ilWRkl6Q1TH6dnMbFk7yycvQGetfw9yf > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #NLhGPD2O48oprUvDc67X9A8LkqkgrkqN { top:1.3125rem;left:22.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#NLhGPD2O48oprUvDc67X9A8LkqkgrkqN > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #lJhuMC4X34wf6eN7LzWPJBHUpkZerUtW { top:1.3125rem;left:26.375rem;width:1.8125rem;height:1.8125rem;display:block; }
#lJhuMC4X34wf6eN7LzWPJBHUpkZerUtW > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #hqC22hsLX9IlRRzVa1GzZQVDeRcIA8X5 { width:9.8125rem;height:2.625rem;top:17.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqXz8sSIy6hicmiU84w1rOalGuemq0ca { display:block; }
 }@media only screen and (max-width: 763px) { #WA0rUopPCseoROnsfl60ZkmTZTph7IRH { width:9.625rem;height:2.625rem;top:17.0625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trQne1qh37MIRvMB0686DmiH7EHkk1g1 { display:block; }
 }@media only screen and (max-width: 763px) { #BUKB2lM38oU6r9GvcTCMdfzRnGJOCGZN { width:10.875rem;height:2.625rem;top:17.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCSVN6oDgXKUJKubyfsTwqvR7bBXsRw { display:block; }
 }@media only screen and (max-width: 763px) { #pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { top:0.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o { position:relative;z-index:auto;display:block; }#KQAvLiXe4GCJmcpBQeT6Uc9dWT6JIP5o > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhAigmTi83h6R1kZG3Z6ChvmOxGHMueg { width:20rem;height:4.25rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pHf4TSkl1v417WIIxxxLLdlJm812z54d { display:block; }#pHf4TSkl1v417WIIxxxLLdlJm812z54d > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g { display:block; }#lXok4mGBWdt2VIsZzmsu14Pyz7PNto2g > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fImXAcnOwqpTy2fGHvcHEOlTiUQ2KfD8 { width:20rem;height:4rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7duu0kTN7sN2WDvGVQbmEThxwV1Ax2y { width:20rem;height:1.3rem;top:4.6937513351441rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT { display:block; }#ND0x6ApAJZ3J5K4TwEMZcALCwFGPJEsT > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMgZJ0tdTrMgqzDZG0ySH33l1bQcuWBa { width:9.5625rem;height:1.3rem;top:7.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVvyEz5vkXB6sFJvNBkVDdqMJEwOeMou { width:7.8125rem;height:1.3rem;top:6.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta0uWg1CXHZ03Tn4RuFSywLblB2GuSxl { width:14.5625rem;height:1.4625rem;top:3.625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCebLng3TmWmTXTeRnD08bsRGDDuIx3O { width:13.9375rem;height:2.03125rem;top:1.875rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzfZImfD6NXtAmfzmIaPTiFn58byd1SL { width:17.5rem;height:0.3125rem;top:4.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vluhDsEfNReEtbhe9eew3TdAJyOKzTXb { width:12.0625rem;height:1.4625rem;top:28.3125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a95wuKkA3MwmMe5fwxaTeeS8cnwTe7Sn { width:17.5rem;height:0.3125rem;top:29.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFkDXFMKWRxtqbn8KAcmOBsLCCi7sT3P { width:5.1875rem;height:1.3rem;top:6.125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4B4HQxhL0UoDHJplALRGpTgiXLKGTfu { width:5.25rem;height:1.3rem;top:7.9375rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Qx2WfPFkr1SiiNliPIl1UfSBItZnuo { width:7.8125rem;height:1.3rem;top:15.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0vb7IWdwV2WWqx0HoBXCEITyXKk3NoH { width:7.8125rem;height:1.3rem;top:15.0625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNJwbKLWP1fCsrrJGSb1XOPfRrbyrEss { width:13.4375rem;height:1.4625rem;top:12.0625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTacu9GN6PfXTfTfn0HpBDUK5KRoPpEX { width:17.5rem;height:0.3125rem;top:13.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoKrO5rIyIegSqcK8fuPaQTNa8wvADME { width:7.8125rem;height:1.3rem;top:31.1875rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWbDBDFRr3hcC80IvzMvNiqU0mWh2dDg { width:8.4375rem;height:1.3rem;top:31.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #faFrJk5JCBotrwPiml8yobtDXSs0L0fL { width:18.0625rem;height:1.38125rem;top:45rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGT4lNqVBUIFnVHn7SZuoiptENDTU4fo { width:14.3125rem;height:2.03125rem;top:43rem;left:0.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y428L1IOt7gCuX9TfoCFnAPXoEQ7q9xi { width:17.5rem;height:0.3125rem;top:46.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms6fNALJ8cuX0ii7QRVXMSeiTIumTiJr { width:10.5rem;height:1.3rem;top:47.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP0r1KvXVGedVdG7VOstaArqPIV3vt6U { width:7.8125rem;height:1.3rem;top:47.875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suXVk93InFricXUq12iv2Sdmb1ZcATkO { width:8.4375rem;height:1.3rem;top:49.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUJoRCqbcmCkbR8DMJFqUcGeb9KiI6qh { width:7.8125rem;height:1.3rem;top:49.8125rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQqCrTf6LO2cwbuCe7XHX1TlKIFihcs8 { width:7.8125rem;height:1.3rem;top:51.8125rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkWLoRNz0IZWQc3yLSqvJTULEkUBwH5b { width:10.125rem;height:1.3rem;top:51.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkmWRTI3BkLkXoMOnnBnBrATEULXtQDP { width:10.9375rem;height:1.3rem;top:9.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrR606kyOdCM1hKqIDVVeTZGdUpp7QM4 { width:5.25rem;height:1.3rem;top:9.8125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2lUsTbvokeokgvENJh4DGRrTAq8szLq { width:10.9375rem;height:1.3rem;top:18.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqhfJTRqBUD2BJuGlenBwCSMn4TtHk8t { width:5.25rem;height:1.3rem;top:18.625rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0otICpyyPdTGNPks2a7kTfPFs9obbDh { width:10.9375rem;height:1.3rem;top:16.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlF6J9T6ywZMfx1Tdk6Spf2delhqLKfw { width:5.25rem;height:1.3rem;top:16.8125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbc6Zh9r2fk8hWOZSUT3G86GB6xbxJbd { width:10.9375rem;height:1.3rem;top:26.487499237061rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7FbQCG4sGqB9cbvHZX9IBtIe91CmUo7 { width:5.25rem;height:1.3rem;top:26.487499237061rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u32k4e4JriVGJuMDTAw4IQ1TgKD3UyrV { width:10.9375rem;height:1.3rem;top:24.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOEEAMFPlWzehPeNXSv6JINXVGkkk9bp { width:5.25rem;height:1.3rem;top:24.8125rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FETuTKgt91lIyluTFh0KWW2VKpscHpV1 { width:7.8125rem;height:1.3rem;top:23.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuVM1aHsL8dD7DUJNrPqVOgUF6fdVwXS { width:7.8125rem;height:1.3rem;top:23.125rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZDh0P2ZoDETahKCPv7TthvLlJ2iZsfV { width:17.5rem;height:0.3125rem;top:22.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ0QAAXEL8LiUrWMncB00eb83GwzTNq6 { width:13.4375rem;height:1.4625rem;top:21rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzLro1K7KThrR9pEJ0TgwOHevVaq335h { width:17.0625rem;height:1.4625rem;top:33.456249237061rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlXMscELsg2mWhwwTPm2BohUW5DxGLOo { width:7.8125rem;height:1.3rem;top:36.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9kmxykOKarOVyMKGnvvK0E5uZFPTA2b { width:7.8125rem;height:1.3rem;top:36.1875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLFlXysZwIfrheI0iZab4lFethhIl92x { width:17.5rem;height:0.3125rem;top:35.02499961853rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPsyZk5Ou5DTakzLOXhX4DeT6q83JTF7 { width:10.9375rem;height:1.3rem;top:38.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2h6ts22QedPAse7LiRQb5deEX8nTaiG { width:5.25rem;height:1.3rem;top:38.1875rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs3XQfP3mtpMoikRorOoXfQr4KrXV02s { width:5.25rem;height:1.3rem;top:40.3125rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEsgkkcSMXfnNCJ6o4wmK4gzDIkkUQM4 { width:10.9375rem;height:1.3rem;top:40.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTvSCEaUGLVQN16cT5DypPXXnVraHc07 { display:block; }#CTvSCEaUGLVQN16cT5DypPXXnVraHc07 > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsJDBFqBxQX6QzcZBATgegAekdMy1F0T { width:20rem;height:4rem;top:2.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 { display:block; }#bTt4Rznz0NxpAp5lX9amMfe9qFfhNJT4 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kz419JzP5UBMUXLbqTAZWO9kNKrNM5XI { width:5.3125rem;height:1.3rem;top:9.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlGRBd7tzzyrSSQdwJCbwKF53SbM8wT5 { width:4.9375rem;height:1.3rem;top:7.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQ9X0U2gPmiPUVRJqqILNaIhVRikmuB { width:7.8125rem;height:1.3rem;top:5.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyqQQUOMPXs64xuSXvgaDELEOIU0Hww { width:11.5rem;height:1.38125rem;top:2.75rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q79ZREgCk4WPOgd7RD8L3xvPG81ntiCG { width:13.9375rem;height:2.03125rem;top:1rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMZe1GmekNWmUNiXZ3PmX9MKXlTxqwrE { width:17.5rem;height:0.3125rem;top:4.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6mKBgTkU3mv4VLpps6TWROIhJMePF2a { width:12.0625rem;height:1.38125rem;top:14.375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuV3HJTpiiAHwz4OI722XNIffxfaexNL { width:16.3125rem;height:2.03125rem;top:12.625rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESI2rTk4vERW6NTb6TWE3IadEnxUPoMu { width:17.5rem;height:0.3125rem;top:15.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRy86ihhfkSddKHXZieGRSblpDrg6aru { width:7.8125rem;height:1.3rem;top:5.8125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ2qBJVneZ0HG4pi1tT5qSr7Gi9c9EOE { width:7.8125rem;height:1.3rem;top:7.625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCDCsnCk5VF79aZiTQFdXnaW1zDwmwy { width:7.8125rem;height:1.3rem;top:9.4375rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQx3qPi2FonnXBPwl6Fsv7zdnuRyZZsm { width:7.8125rem;height:1.3rem;top:21.1875rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPKh4NcHcW9T7ZTmXtBdz0eJ1tuUfCEV { width:9.6875rem;height:1.3rem;top:21.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5RkIpBOKFZh576mMcUXZ7KJ8XVLEiL6 { width:5.25rem;height:1.3rem;top:19.3125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCKWXPDk3aAh2P61CUuZ1BmlVZAqfFXu { width:8.4375rem;height:1.3rem;top:19.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5UuTURNMZw7txx08nG1fuZDTZZeeprZ { width:9.6875rem;height:1.3rem;top:17.4375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMVcWLZV56cI84HkrNUuHuiXQJ008brf { width:7.8125rem;height:1.3rem;top:17.4375rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSCT1Wb2MpqcBovI8B3CbSmNHpV64y7O { width:7.8125rem;height:1.3rem;top:23.0625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah1uwM9Xo1piacmtIGZnOI2a8iN7b5bq { width:10rem;height:1.3rem;top:23.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztA2VrffksKZzMgLvvLo5119NZIT6XlH { width:7.8125rem;height:1.3rem;top:26.8125rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k19dGoNIv9M079cT8PGxtplrxs3GLubg { width:11.3125rem;height:1.3rem;top:26.8125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMVcmTfms2tuOPJV7gBhBJUq3TEB7ByL { width:7.8125rem;height:1.3rem;top:24.9375rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CipkfAfc2qZocW5i8zVKcmeQyp8aoofp { width:11.875rem;height:1.3rem;top:24.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LitCAmCzEepo8AysQUcVa0T5AJkUirAH { width:14.625rem;height:2.03125rem;top:29.75rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNxPpTZDgNinTvyA1pmnHmO104Bw57ya { width:17.5rem;height:0.3125rem;top:32.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCmCBL1xbI8NZAMGURnyHEAdJWLCgqa0 { width:10.25rem;height:1.3rem;top:34.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtKa4ROPFugtqqUvOrcNZ0EsAlL5GUGN { width:7.8125rem;height:1.3rem;top:34.25rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeumC8MesC5Mcn2XOfnFWOvSKPCLaZeI { width:11.9375rem;height:1.3rem;top:40.5625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne07vCgSJkhq8tXrwfbu0E3ipCTl7S1y { width:7.8125rem;height:1.3rem;top:40.5625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0JsTgNTWuLEHfTf0W2TFz36c0cIaEVU { width:18.75rem;height:0.3125rem;top:39.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkQq1sBrwtwW31K5GksVnaLgb89qJOLW { width:17.1875rem;height:0;top:46.362499237061rem;left:0.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSzI7HyCPsQvpTVnSMETD5UUyrVilyvS { width:18.5625rem;height:2.03125rem;top:37.5625rem;left:0.6875rem;font-size:1.5625rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld { display:block; }#i1wZBl7qMu9s3T6bRfnk5yt6lhHF63Ld > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaQOQSUbffGzTdpJMS9AcyXm7xaglT9A { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd { display:block; }#Twgt9BI7lJWy0scwRHVxs3KQoJLiEVbd > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJCOi4Hv0JxKsuDzvZBq2B9EFeXwc9Sx { width:17.5rem;height:0.3125rem;top:3.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMUlp1lFgdGiThuQmu0NJdtLR97gtbJS { width:7.8125rem;height:1.3rem;top:5.3125rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apGGnayur7TZHMZHcOanD9HPF4GIJvOn { width:7.8125rem;height:1.3rem;top:7.0625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkBh9Dziblrp3JGUz2QQtPmxDsizqZ3 { width:13.9375rem;height:2.03125rem;top:1.8125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKSXolMgAPpWVgb54ZsSzztUN79kEMy7 { width:14.5625rem;height:1.3rem;top:7.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7kposOoLt1nyt6LKwIr5SHv83zvtVAy { width:14.4375rem;height:1.3rem;top:9rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFpOFtpOQNIA9rsQT7u7xsU9NlbQJNXG { width:7.8125rem;height:1.3rem;top:9rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQPf9lK15GGchPbopyveP2BAHV4KUm8h { width:11.5rem;height:1.38125rem;top:2.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfGrebwTABAlDuGidZOzSUFTnZyeEtrX { width:10.5625rem;height:1.3rem;top:5.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdk9acarAGSOhmUFX7xdqXTgRtWGKuBC { width:14.4375rem;height:1.3rem;top:11.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc5KwrhuuDQbJRxtnJ1NuVNpUxM1qc6n { width:5.25rem;height:1.3rem;top:11.0625rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWbyKk3I4paTC5EUnAJDTL4ZXZMwCxS6 { width:17.75rem;height:2.275rem;top:12.8125rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg { display:block; }#DtxJRRLwCuFD8Gta0W1SHQPrP4I4dlPg > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/x5DLTEjq/bg1_hd.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe.adaptive-delivery-prevent-bg, #OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe.lazyload, #OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe.lazyloading { background-image: none; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row .container { background-color: transparent; background-image: none; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row .container > .video-iframe-container { display: none; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row > .video-iframe-container { display: none; }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .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); }#OLZl0oJTkuGydcsmapbaq7zGVsbG5OMe > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N44PoxFxkaXsLLPShoswGOmTXb4DHsII { width:17.1875rem;height:1.70625rem;top:12.25rem;left:1.4375rem;font-size:1.3125rem;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; }
 }@media only screen and (max-width: 763px) { #v7htR7gKXLAeee4cZh3uRtXUJmTtakMB { width:6.5625rem;height:1.6rem;top:27.875rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hlm3pMx3XzN2MS5mLmg536OBFoeGZT03 { width:6.5625rem;height:1.6rem;top:14.9375rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OnesBgd17SyQU1bqm3yTIRmxHSx8caKP { display:flex;width:1.5625rem;height:1.5625rem;top:14.9375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #TVqCsqmmZsEKTSUcI9CnlyNVoBIqoQRH { display:flex;width:1.5625rem;height:1.5625rem;top:17.1875rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #hExfql5maMtStDaz3pTfu60TC2FQOUup { width:12.0625rem;height:1.6rem;top:17.1875rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f98tTKOZ6GNC7i3mewXG4Ad7eNUVxZN3 { display:flex;width:1.5625rem;height:1.5625rem;top:19.5rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #Qnvl6NeTp2reu8n99dPgfGrkNR2mnk1o { width:13.3125rem;height:4.8rem;top:19.5rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KltIygR42vnmf47C4dB6XwuhJWv0q8R1 { width:20rem;height:0.0625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1UxJbr5whGP5mFTDmwIP3aQCdtLWGfO { width:12.375rem;height:1.70625rem;top:4.375rem;left:3.8125rem;font-size:1.3125rem;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; }
 }@media only screen and (max-width: 763px) { #qWfrPa59mhB95LiuwWqPaG68ITGGW7yG { width:9.9375rem;height:1.6rem;top:6.875rem;left:6.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MWKJBR2s0nA3H6KxlS20w103el4TTilp { width:8.1875rem;height:1.6rem;top:8.72500038147rem;left:6.28125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TCgO1ct2JlhDmm0qCScwZ0n1OMrqwNhR { display:flex;width:1.5625rem;height:1.5625rem;top:8.72500038147rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #L34yL2wX8VHx6ItusPPTlShVFE7eaJKa { display:flex;width:1.5625rem;height:1.5625rem;top:6.875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #ilWRkl6Q1TH6dnMbFk7yycvQGetfw9yf { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:5.21875rem; }
#ilWRkl6Q1TH6dnMbFk7yycvQGetfw9yf > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #NLhGPD2O48oprUvDc67X9A8LkqkgrkqN { display:flex;width:1.8125rem;height:1.8125rem;top:1.3937492370606rem;left:9.09375rem; }
#NLhGPD2O48oprUvDc67X9A8LkqkgrkqN > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #lJhuMC4X34wf6eN7LzWPJBHUpkZerUtW { display:flex;width:1.5625rem;height:1.5625rem;top:1.5187492370606rem;left:13.28125rem; }
#lJhuMC4X34wf6eN7LzWPJBHUpkZerUtW > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #hqC22hsLX9IlRRzVa1GzZQVDeRcIA8X5 { width:8.4375rem;height:2.625rem;top:30.0625rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqXz8sSIy6hicmiU84w1rOalGuemq0ca { display:block; }
 }@media only screen and (max-width: 763px) { #WA0rUopPCseoROnsfl60ZkmTZTph7IRH { width:9.625rem;height:2.625rem;top:30.0625rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trQne1qh37MIRvMB0686DmiH7EHkk1g1 { display:block; }
 }@media only screen and (max-width: 763px) { #BUKB2lM38oU6r9GvcTCMdfzRnGJOCGZN { width:9.625rem;height:2.625rem;top:32.125rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCSVN6oDgXKUJKubyfsTwqvR7bBXsRw { display:block; }
 }@media only screen and (max-width: 763px) { #pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#pfoKEm7UucuRQeEBg9E56s1pqSM1ZfDx > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 { display:flex;width:2rem;height:2rem;top:1.25rem;left:9rem; }
#piPdQ8idBWCZGgw2B8CLtTrfahWcgzb2 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }