.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/QZigXJPU/Group_66.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.adaptive-delivery-prevent-bg, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.lazyload, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.lazyloading { background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { border-width: 0; border-radius: 0; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:block; }#lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.4375rem;width:2.75rem;top:2.625rem;left:1.5rem;overflow:hidden;display:block; }
#SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:7.3017578125rem;left:0rem;height:;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; }
#eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.4375rem;width:20.6875rem;top:4.125rem;left:33.90625rem;overflow:hidden;display:block; }
#ysyHlvaltDzEfIPtMiwhfXHXCaMGp7DB { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.01953125rem;left:5.8125rem;height:2.625rem;font-style:normal;display:block; }
#oiz2PwGvqdX1wGmyD4BuBEr1TgqlGXxu { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:14.9375rem;left:0rem;height:;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; }
#zOLFgt27Z5XpiVlO0DFAHmCBXA6SbVPy { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:20.23828125rem;left:0.8125rem;height:6.2988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGCmMWp4t7wPTUfgqp9BpH3TRQ4XzITw { background-color:#f86700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:5.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.375rem;left:4.8125rem;display:block; }
#K6Q4wmyeg56GAUZdIwBr4eTKSulDwXhz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #528eed, #f86700);background-image: -moz-linear-gradient(90deg, #528eed, #f86700);background-image: -ms-linear-gradient(90deg, #528eed, #f86700);background-image: -o-linear-gradient(90deg, #528eed, #f86700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#528eed', endColorstr='#f86700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#528eed', endColorstr='#f86700' );";background-image: linear-gradient(90deg, #528eed, #f86700);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row .container { background-color: transparent; background-image: none; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row .container > .video-iframe-container { display: none; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row > .video-iframe-container { display: none; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .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); }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row .container { border-width: 0; border-radius: 0; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;position:relative;display:block; }#xSMT4tfoEhgGrBhx8M5dX3qodOaUsZ7P { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:0.84375rem;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; }
#JWVok0aremDaHZ1PapOKHIf68waibyxn { color:#ffffff;display:block;width:41.625rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.78125rem;left:9.1875rem;height:15.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }#JWVok0aremDaHZ1PapOKHIf68waibyxn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JWVok0aremDaHZ1PapOKHIf68waibyxn li:before{  }
#QLs26X8WIlKC3wWW514H4XRh6G84ono5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #528eed, #f86700);background-image: -moz-linear-gradient(90deg, #528eed, #f86700);background-image: -ms-linear-gradient(90deg, #528eed, #f86700);background-image: -o-linear-gradient(90deg, #528eed, #f86700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#528eed', endColorstr='#f86700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#528eed', endColorstr='#f86700' );";background-image: linear-gradient(90deg, #528eed, #f86700);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row .container { background-color: transparent; background-image: none; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row .container > .video-iframe-container { display: none; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row > .video-iframe-container { display: none; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .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); }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row .container { border-width: 0; border-radius: 0; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#kHTdI3G4VH7naW57sqTEq3U4oOsypWXz { color:#ffffff;display:block;width:59.625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:2.125rem;left:0.375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #528eed, #f86700);background-image: -moz-linear-gradient(90deg, #528eed, #f86700);background-image: -ms-linear-gradient(90deg, #528eed, #f86700);background-image: -o-linear-gradient(90deg, #528eed, #f86700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#528eed', endColorstr='#f86700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#528eed', endColorstr='#f86700' );";background-image: linear-gradient(90deg, #528eed, #f86700);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container { background-color: transparent; background-image: none; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container > .video-iframe-container { display: none; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row > .video-iframe-container { display: none; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .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); }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container { border-width: 0; border-radius: 0; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#Wf9wUOC0N7zM0rDUqu2GSOHaTSPrcO6s { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:21.23828125rem;left:27.6875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZlKWAl2umnV1LoTlx6aaGpx1n75VvPaF { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:1.494140625rem;left:0rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qdQHogMq28XOP1HtAmIVy3GTlKBKTwCT { position:absolute;display:block;z-index:15012;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:17.0625rem;width:22.75rem;top:27rem;left:31.875rem;overflow:hidden;display:block; }
#vzQGDRE5HZk1V3Tm4mFs1BkTWpLg5gSE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:31.625rem;top:5.74609375rem;left:3.625rem;overflow:hidden;display:block; }
#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#122560;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; }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .row .container { background-color: transparent; background-image: none; }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .row .container > .video-iframe-container { display: none; }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .row > .video-iframe-container { display: none; }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .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); }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .row .container { border-width: 0; border-radius: 0; }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#t3oC5HQJETeXo0VhTvHsNnPXaTlIRt0G { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.25rem;left:0.03125rem;height:2.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; }
#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f86700, #f86700);background-image: -moz-linear-gradient(90deg, #f86700, #f86700);background-image: -ms-linear-gradient(90deg, #f86700, #f86700);background-image: -o-linear-gradient(90deg, #f86700, #f86700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86700', endColorstr='#f86700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86700', endColorstr='#f86700' );";background-image: linear-gradient(90deg, #f86700, #f86700);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .row .container { background-color: transparent; background-image: none; }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .row .container > .video-iframe-container { display: none; }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .row > .video-iframe-container { display: none; }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .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); }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .row .container { border-width: 0; border-radius: 0; }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#A4EwR8TTn6y26gOUp8x6E7CirZXXFhLQ { color:#ffffff;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.84375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqbsz6sfyiex0f4w4znG6daxEB7p8cxU { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:6.9375rem;left:3.625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fnV9TIGwC2b7mGXq6TDTMsPefBTtLANv { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:9.1875rem;left:3.625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G21zTMmk0tbyVzzz0RJ8H6uLxgu6tuZq { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.6875rem;left:3.625rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBaH18ouUeU5w4VDaEBupEcGSe14CafV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#528eed;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; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { background-color: transparent; background-image: none; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container > .video-iframe-container { display: none; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row > .video-iframe-container { display: none; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .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); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { border-width: 0; border-radius: 0; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { font-size:0.875rem;font-family:arial;height:65.75rem;width:60rem;position:relative;display:block; }#cTN52Ny8MiD9SboofE0PETwtWl4a9ATt { position:absolute;display:block;z-index:15006;border-top:0.625rem solid #000207;border-left:0.625rem solid #000207;border-right:0.625rem solid #000207;border-bottom:0.625rem solid #000207;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:29.5625rem;width:20.6875rem;top:10.625rem;left:19.0625rem;overflow:hidden;display:block; }
#ru6Uexhhsh0VwOdfpP437wOkmQdbEpWN { position:absolute;display:block;z-index:15013;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.875rem;width:10.0625rem;top:46.375rem;left:13.9375rem;overflow:hidden;display:block; }
#M3V6IcxdcUtXLEIOsBMbrbNMhWFieArq { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid #010205;border-left:0.3125rem solid #010205;border-right:0.3125rem solid #010205;border-bottom:0.3125rem solid #010205;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15rem;width:10.125rem;top:46.375rem;left:25.8125rem;overflow:hidden;display:block; }
#nvfKf5pHFwpp9cKieiIDCx5rXhQLdceW { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15rem;width:10rem;top:46.4375rem;left:37.25rem;overflow:hidden;display:block; }
#eCsmXEHJ8843bBuBRbDZ85OrD7MtCRXt { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:42.8125rem;left:3.6875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tperburR3a6t8J4thX4Sss3UPA2FRb8S { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.0625rem;left:3.6875rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#528eed;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; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row .container { background-color: transparent; background-image: none; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row .container > .video-iframe-container { display: none; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row > .video-iframe-container { display: none; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .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); }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row .container { border-width: 0; border-radius: 0; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:60rem;position:relative;display:block; }#zyW4m34GJO8i4TFb0TKvitPTufrdc4KK { position:absolute;display:block;z-index:15006;border-top:0.875rem solid #000000;border-left:0.875rem solid #000000;border-right:0.875rem solid #000000;border-bottom:0.875rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.8125rem;width:22.4375rem;top:8.1875rem;left:17.90625rem;overflow:hidden;display:block; }
#s7WUTzuGHW2WGXTaD05KyxeNkpn9QN82 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:23.1875rem;top:39.0625rem;left:16.6875rem;overflow:hidden;display:block; }
#TTFTT8KwcAELQGml1rAVGpkrVkIIyAEI { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:0.75rem;left:4.03125rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0lm5SFvawEq8qor0XSNePK7xUeEml3H { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:42.25rem;left:4.03125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tl7vVwg9Oxg2kcFEqcGOdUlkZOXgucH8 { position:absolute;display:block;z-index:15016;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:9.1875rem;top:45.875rem;left:13.1875rem;overflow:hidden;display:block; }
#IKrhdrcA4kqdPQsGnQVsBxfbgEW5enZr { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:9rem;top:45.875rem;left:25.1875rem;overflow:hidden;display:block; }
#HbQaGvK0FW9XwWQx58a3PE4VTnGsFrif { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:9.1875rem;top:45.875rem;left:36.40625rem;overflow:hidden;display:block; }
#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#528eed;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; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row .container { background-color: transparent; background-image: none; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row .container > .video-iframe-container { display: none; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row > .video-iframe-container { display: none; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .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); }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row .container { border-width: 0; border-radius: 0; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:60rem;position:relative;display:block; }#D1k6glKapT4XmZIAeFubTqdatEommGGv { position:absolute;display:block;z-index:15006;border-top:0.625rem solid #010205;border-left:0.625rem solid #010205;border-right:0.625rem solid #010205;border-bottom:0.625rem solid #010205;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.625rem;width:23.0625rem;top:6rem;left:18.1875rem;overflow:hidden;display:block; }
#QTS755s2Wt2D7dfOCpZ1VwmKCvcdksyD { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:9.5625rem;top:45.4375rem;left:14rem;overflow:hidden;display:block; }
#XqOgpG3kJ1stom91RctuqEm5l6xqmrkT { position:absolute;display:block;z-index:15016;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.25rem;width:9.625rem;top:45.375rem;left:25rem;overflow:hidden;display:block; }
#fGXAhksi6zNTqcS1QoiEHeNfp7ZJPISP { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.25rem;width:9.5625rem;top:45.375rem;left:36.125rem;overflow:hidden;display:block; }
#BbCWoTfth47WZUGtht2hknAI2p12TxPM { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:42.0625rem;left:3.6875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbADpRoVyZH4VTa1acewQ4SdFTEURx0h { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:0.75rem;left:4.03125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#528eed;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; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row .container { background-color: transparent; background-image: none; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row .container > .video-iframe-container { display: none; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row > .video-iframe-container { display: none; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .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); }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row .container { border-width: 0; border-radius: 0; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row .container { font-size:0.875rem;font-family:arial;height:83.375rem;width:60rem;position:relative;display:block; }#WB0NVUtbRTyPgQtIJT9KeVZqKyTf8BL3 { position:absolute;display:block;z-index:15006;border-top:0.625rem solid #000104;border-left:0.625rem solid #000104;border-right:0.625rem solid #000104;border-bottom:0.625rem solid #000104;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.625rem;width:23.0625rem;top:6.0625rem;left:17.84375rem;overflow:hidden;display:block; }
#kyX5bvKRq7xrMzWc8IbnpFODcB2pKPLi { position:absolute;display:block;z-index:15016;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.0625rem;width:9rem;top:44.75rem;left:13.9375rem;overflow:hidden;display:block; }
#kADyToqQN1vxdCH16NmD5tOJKTGJXEDr { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:9.0625rem;top:44.75rem;left:25.5rem;overflow:hidden;display:block; }
#InXFHGIZbE0gRdqIu0FH1xzkBEVZ1R93 { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:9.0625rem;top:44.75rem;left:37rem;overflow:hidden;display:block; }
#UdwKDeoxakhkHs971aQk7pLllbRFh0Ib { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:9.3125rem;top:61.375rem;left:36.875rem;overflow:hidden;display:block; }
#VPbIF1KrcBXT1FMJRygTqW83ept1zkyw { position:absolute;display:block;z-index:15020;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:9.0625rem;top:61.375rem;left:25.375rem;overflow:hidden;display:block; }
#eSVl20c42atTbdPql75EiuFwPa2vVguv { position:absolute;display:block;z-index:15021;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:9rem;top:61.375rem;left:13.8125rem;overflow:hidden;display:block; }
#zuhZrKhXL7z3Eb2s8IDhC7RgtdGLUAr9 { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:41.4375rem;left:4.03125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olloKmpnTh1TsN4y4yTL5vb4WGyP4m10 { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:76.9375rem;left:4.96875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JtN5tH2nl9673QBRlmy6X3FqKFOVAgQb { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:1.25rem;left:3.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#528eed;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; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row .container { background-color: transparent; background-image: none; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row .container > .video-iframe-container { display: none; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row > .video-iframe-container { display: none; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .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); }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row .container { border-width: 0; border-radius: 0; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#ekBmPutXpx752JB6T8Alo8DNMdAiTt4V { position:absolute;display:block;z-index:15006;border-top:0.625rem solid #000104;border-left:0.625rem solid #000104;border-right:0.625rem solid #000104;border-bottom:0.625rem solid #000104;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.375rem;width:23.0625rem;top:7.4375rem;left:17.84375rem;overflow:hidden;display:block; }
#TiFZ8IxPusqUbTpxhQndwmsrWEaaGqEi { position:absolute;display:block;z-index:15016;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:7.9375rem;top:24rem;left:13.5625rem;overflow:hidden;display:block; }
#zu6JM56nlx9k8diapNBa9UBCv0nfIibu { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:8.1875rem;top:24rem;left:25.59375rem;overflow:hidden;display:block; }
#hF4tDzlG0fFFvqRqm4TKvcXTlsySKntN { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid #000102;border-left:0.3125rem solid #000102;border-right:0.3125rem solid #000102;border-bottom:0.3125rem solid #000102;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.1875rem;width:7.9375rem;top:24rem;left:37.9375rem;overflow:hidden;display:block; }
#xZZrMJ8AgRVU8achxCQnNpcZ8OzRb37t { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:40.1875rem;left:3.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6ttwGGSK2d3gfOQITqvXnWc8WvVhqXd { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:dosis;font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:2.75rem;left:3.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .row .container { background-color: transparent; background-image: none; }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .row .container > .video-iframe-container { display: none; }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .row > .video-iframe-container { display: none; }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .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); }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .row .container { border-width: 0; border-radius: 0; }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#QtdNiMNQLxuk17zDeet271aTOBt6sa0e { position:absolute;display:block;z-index:15002;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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:11.125rem;width:59.4375rem;top:6.375rem;left:0.3125rem;display:block; }
#Uqd8tCCABl1UaDJu2Og4sd23cQyygSFS { color:#253045;display:block;width:40.75rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:7.875rem;left:11.0625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uP8z7OAiDlBKWQcx3draG4md9XIw4v6k { color:#657087;display:block;width:43.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:10.13671875rem;left:11.0625rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lzaZzICkIL7hXgCkWaclVDniJ8bTKXHm { position:absolute;display:block;z-index:15003;background-color:#f86700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:9rem;left:3.25rem;display:block; }
#b2Dyn8eRT8BkoLUV4bHokLsWWZIbLTDr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:2.625rem;top:10rem;left:4.75rem;overflow:hidden;display:block; }
#eT5DUXDuG8gxVAtmrJW2PWEZsgUQVk2f { color:#253045;display:block;width:59.6875rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5849609375rem;left:0.3125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { background-color: transparent; background-image: none; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container > .video-iframe-container { display: none; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row > .video-iframe-container { display: none; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .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); }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { border-width: 0; border-radius: 0; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#TLddzoVQDp4oRuxGoLaOrCFfKJiHu6T1 { position:absolute;display:block;z-index:15002;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.0625rem solid #c0c9d9;border-left:0.0625rem solid #c0c9d9;border-right:0.0625rem solid #c0c9d9;border-bottom:0.0625rem solid #c0c9d9;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.125rem;width:59.4375rem;top:1.03125rem;left:0rem;display:block; }
#oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { color:#253045;display:block;width:40.75rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.875rem;left:11rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { color:#657087;display:block;width:42.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:5.0625rem;left:11rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { position:absolute;display:block;z-index:15003;background-color:#fee440;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:3.625rem;left:3.125rem;display:block; }
#ai4BA0llhwCXbI7hqVTMXyonwqAUK3wR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:5rem;left:4.625rem;overflow:hidden;display:block; }
#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { background-color: transparent; background-image: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container > .video-iframe-container { display: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container { display: none; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .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); }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { border-width: 0; border-radius: 0; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#Ivd2JVwtw3adAFGrDrRvhv50STXfy1Gs { position:absolute;display:block;z-index:15002;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.0625rem solid #c0c9d9;border-left:0.0625rem solid #c0c9d9;border-right:0.0625rem solid #c0c9d9;border-bottom:0.0625rem solid #c0c9d9;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.125rem;width:59.4375rem;top:0.9375rem;left:0.1875rem;display:block; }
#vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { color:#253045;display:block;width:40.75rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.625rem;left:10.875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { color:#657087;display:block;width:46.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:5.9375rem;left:10.875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GGPlKwiddqJVh41vHMuP9lto1zbElwnm { position:absolute;display:block;z-index:15003;background-color:#7854f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:3.625rem;left:3.125rem;display:block; }
#HIxaKpi4SNe4fIAGvfFiGCNdv0B73GvN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:5rem;left:4.625rem;overflow:hidden;display:block; }
#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;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; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { background-color: transparent; background-image: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container > .video-iframe-container { display: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container { display: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .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); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { border-width: 0; border-radius: 0; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { background-color:#f61010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:22.9375rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.90625rem;left:18.53125rem;display:block; }
#gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #528eed, #f86700);background-image: -moz-linear-gradient(90deg, #528eed, #f86700);background-image: -ms-linear-gradient(90deg, #528eed, #f86700);background-image: -o-linear-gradient(90deg, #528eed, #f86700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#528eed', endColorstr='#f86700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#528eed', endColorstr='#f86700' );";background-image: linear-gradient(90deg, #528eed, #f86700);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { background-color: transparent; background-image: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container > .video-iframe-container { display: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container { display: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .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); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { border-width: 0; border-radius: 0; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;position:relative;display:block; }#XUyKrVqX7tD5aHS2rhDt946viz60JUTq { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:dosis;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:0.84375rem;left:5.125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPZX8FeMhqluCysy6N94qiLoi3paFvO2 { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.15625rem;left:3.625rem;height:7.34765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I4iB2wOThupXCglkzKtp5cmbN0y0krKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #528eed, #f86700);background-image: -moz-linear-gradient(90deg, #528eed, #f86700);background-image: -ms-linear-gradient(90deg, #528eed, #f86700);background-image: -o-linear-gradient(90deg, #528eed, #f86700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#528eed', endColorstr='#f86700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#528eed', endColorstr='#f86700' );";background-image: linear-gradient(90deg, #528eed, #f86700);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { background-color: transparent; background-image: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container > .video-iframe-container { display: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container { display: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .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); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { border-width: 0; border-radius: 0; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { font-size:0.875rem;font-family:arial;height:71rem;width:60rem;position:relative;display:block; }#gZk7X7cm7RR0S0xIy3Z0XRUsmUciwp1S { position:absolute;display:block;z-index:15023;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:9rem;width:28.9375rem;top:22.8125rem;left:0rem;display:block; }
#PRu85gUhuN51mqvTQbzJfbgQ3L2lLrNz { position:absolute;display:block;z-index:15027;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9375rem;width:29.1875rem;top:27.6875rem;left:30.375rem;display:block; }
#SxKWvvMuGzLm9T8dmERc8EmcKl0xSpIm { position:absolute;display:block;z-index:15031;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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:4.25rem;width:24.5625rem;top:1.375rem;left:25.6875rem;display:block; }
#kpOBN0Rb03QpnbbJHiupLTWxcIglX0XP { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.8125rem;width:21.3125rem;top:0rem;left:2.0703125rem;overflow:hidden;display:block; }
#VG37TsAgcXBEXclAN7L3nRphPy9w6pdP { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.5625rem;width:23.875rem;top:1.8125rem;left:26rem;overflow:hidden;display:block; }
#GWPGPkfayI6TTcnXV8k9LoqTnH4ufwAm { position:absolute;display:block;z-index:15047;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:8.875rem;width:28.0625rem;top:22.875rem;left:0.4375rem;overflow:hidden;display:block; }
#kkTdhGKPW5C2e760dmyqcyH6Ap5PtvVI { position:absolute;display:block;z-index:15048;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:6.25rem;width:28.5rem;top:28.5625rem;left:30.75rem;overflow:hidden;display:block; }
#qhkS2IMIJIVrLnTQuTWr3CoAG4f6PzmS { position:absolute;display:block;z-index:15048;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.875rem;width:14.8125rem;top:10.6875rem;left:26.75rem;overflow:hidden;display:block; }
#dFmQNaDlSUbEsALanPH7TGv8sCDbTLoZ { position:absolute;display:block;z-index:15049;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.8125rem;width:11.625rem;top:36.3125rem;left:9.75rem;overflow:hidden;display:block; }
#ynKrJdIlSSADsWwza7Id5T2pOKfDAsHI { position:absolute;display:block;z-index:15049;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.4375rem;width:14.8125rem;top:38rem;left:32.8125rem;overflow:hidden;display:block; }
#cLeJoEklnSokqRGqLVvNfPttOGNApsVq { position:absolute;display:block;z-index:15050;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.625rem;width:25rem;top:48.375rem;left:3.0625rem;overflow:hidden;display:block; }
#Z62tm4HVXfVauksdTGDC1t7PGlQy6bxD { position:absolute;display:block;z-index:15051;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.1875rem;width:26.8125rem;top:49.875rem;left:30.75rem;overflow:hidden;display:block; }
#TearWvOEdcDAegCLB5iHvLnvZRBrTUFK { position:absolute;display:block;z-index:15051;border-top:0.125rem solid #5d92ff;border-left:0.125rem solid #5d92ff;border-right:0.125rem solid #5d92ff;border-bottom:0.125rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.0625rem;width:22.5rem;top:58.6875rem;left:3.3125rem;overflow:hidden;display:block; }
#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { background-color: transparent; background-image: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .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); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { border-width: 0; border-radius: 0; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { color:#657087;display:block;width:35.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.4150390625rem;left:0rem;height:18.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hs8C0InrG63wXZOSuwJCR1gtOTwXgtRk { color:#0063ff;display:block;width:33.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:34.0517578125rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:16.5rem;top:2.0400390625rem;left:35.75rem;overflow:hidden;display:block; }
#D9225FTm02T1pfywzNLTGq2N8yPMZpWm { color:#253045;display:block;width:29.75rem;position:absolute;font-family:dosis;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:0.7900390625rem;left:0rem;height:5.699225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gT80fMcweeWxxinoZRwgVTy3bmvS3MSk { color:#0063ff;display:block;width:34.1875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:24.6142578125rem;left:0.5rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4a8NQlIiHZREK0NWy65gThLpoIOEMT7 { color:#0063ff;display:block;width:4.25rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:30.0625rem;left:37.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VUZH0TM1eT6884XmniNi8F3ELiwoz6VN { color:#0063ff;display:block;width:3.8125rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:30.0625rem;left:42.09375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aFGhm9I2gKnbexOctuAKvezgzhHwsP50 { color:#0063ff;display:block;width:3.8125rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:30.0625rem;left:46.375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pe8Q30w5LTgJxdEluJRRq50wT4oclHBv { color:#0063ff;display:block;width:3.8125rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:30.0625rem;left:50.59375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WFdPUSlQGv3xqPo47Qy35CO4DTq8CTpu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3rem;top:26.0517578125rem;left:41.5625rem;overflow:hidden;display:block; }
#BDgZkybRLvQ7zz9PczkmgblhbRxpccUH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:26.0517578125rem;left:37.53125rem;overflow:hidden;display:block; }
#akAbt45A5vFMnTqxsgaOlXt4IzaML8qN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:25.7392578125rem;left:46rem;overflow:hidden;display:block; }
#iAK6HAFOq4UfLTprHG8qwWf4rlJCePuT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.5625rem;top:25.3017578125rem;left:49.6513671875rem;overflow:hidden;display:block; }
#oK36whKauCaCJgOHS0pROv26PWCeTqsF { color:#0063ff;display:block;width:34.1875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:28.5517578125rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row .container { background-color: transparent; background-image: none; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row .container > .video-iframe-container { display: none; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row > .video-iframe-container { display: none; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .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); }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row .container { border-width: 0; border-radius: 0; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#CeazxGppPMB0lWD6lGkRsbopQi9uDX4k { color:#0063ff;display:block;width:24.0625rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:2.0625rem;left:17.96875rem;height:4.26171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .row .container { background-color: transparent; background-image: none; }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .row .container > .video-iframe-container { display: none; }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .row > .video-iframe-container { display: none; }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .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); }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .row .container { border-width: 0; border-radius: 0; }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#kUO2E6CVeRx7hkdtRKtd4PfhXqt21QHE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:3rem;left:2.875rem;height:4.26171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hX86oZIONEvqkSHTipKv7Zc3EbhXpmNg { color:#ffffff;display:block;width:4.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.5615234375rem;left:5.9375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kVtNpAeN0ahOkWLquWlTNhuqBG4oKwNJ { color:#ffffff;display:block;width:3.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.55859375rem;left:10.25rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DaRnwSdFkcUEzossp2tTDHK2XkC1yQTn { background-color:#f86700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:26.4375rem;left:2.59375rem;display:block; }
#TbBiSRGcXXreudu30kTsi7bdfX8BzaP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9nBGv2bphtQ9dJkioTqHkLzwL3NPs6t { position:absolute;display:block;z-index:15013;background-color:rgba(0,99,255,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.5625rem #545454 ;height:31.125rem;width:19.125rem;top:0.9375rem;left:0rem;display:block; }
#TSf4N4nNO0BUTuI6zWCWoSM3vkra726d { background-color:#f86700;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:32.25rem;left:23.15625rem;display:block; }
#tgf1CH6yRWKrELlyKTEw6U8b1yNbVFTZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMUeF0i0W5Pg2mQATkPaFSeV4AcNbGxh { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.4375rem;left:25.125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IfENsS0VOy7VFiMQ2fdbe3seCVp4T51M { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5rem;left:30.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FyLbF24SIvxFZvlOqHz6drpWHWnso3Wo { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:3rem;left:23.75rem;height:4.26171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHkr0vwTHMU5DxIEU7ZcbTRe75IWTHD2 { position:absolute;display:block;z-index:15023;background-color:#0063ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f86700;border-left:0.1875rem solid #f86700;border-right:0.1875rem solid #f86700;border-bottom:0.1875rem solid #f86700;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:36.3125rem;width:18.875rem;top:1rem;left:40.875rem;display:block; }
#T8sNVOWaeO2srlOVX5nrBNLHtLulgxwH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:3rem;left:44.1875rem;height:4.26171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UmK0zU64gHLDTIKfdk2qvIleOvFlFW9p { color:#ffffff;display:block;width:5.1875rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:8.4365234375rem;left:45.5rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hgkg55p6TBd9UpBIt77r0uTs8Xic7Q8t { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:9.3740234375rem;left:51.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ska3DzGaU8pLFV6pk9a3K2XZgfSOMP4u { background-color:#ff0007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:32.25rem;left:43.65625rem;display:block; }
#skfCKHsNSndvSwWFJ2rTcbeVKeu7X3vv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9XpHw3qzDb7LsCmoHBM392G2ZGGXKmA { position:absolute;display:block;z-index:15011;background-color:rgba(0,99,255,0.78);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.5625rem #545454 ;height:36.8125rem;width:19.125rem;top:0.9375rem;left:20.375rem;display:block; }
#B0VLsQ3ecIIyTehbmw1N1baWpRRHlaxf { position:absolute;display:block;z-index:15035;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: 0rem 0rem 0.625rem #ffffff ;height:6.3125rem;width:4.375rem;top:12.6552734375rem;left:7.375rem;overflow:hidden;display:block; }
#U1kwexf6f41U6ZUHPHJ3XKlGgLwBa9Td { position:absolute;display:block;z-index:15036;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:6.3125rem;width:4.375rem;top:12.6552734375rem;left:27.75rem;overflow:hidden;display:block; }
#gdQZkpETrphgUHz4MbDQNcfzhTEWXVVO { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.1875rem;top:21.96484375rem;left:25.125rem;overflow:hidden;display:block; }
#IKh5XztFLpid8aHpBBZbKNyayxlA4dCV { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.25rem;top:21.9375rem;left:30.875rem;overflow:hidden;display:block; }
#BIH0QvaAPM4VcMcGBr0zM999thhqZy72 { position:absolute;display:block;z-index:15037;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:6.3125rem;width:4.375rem;top:12.6552734375rem;left:48.25rem;overflow:hidden;display:block; }
#nPCaJgLoFC59CwGdTrrlcnDo8cXN1VC5 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:3.25rem;top:19.9375rem;left:42.3125rem;overflow:hidden;display:block; }
#UdWLMzIkzUqFOtUWLleuOV8R99kyVyHk { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.25rem;top:20rem;left:46.46875rem;overflow:hidden;display:block; }
#dq5T9PB9QTxVG4GscD9hT6dk7KreaWBv { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:3.25rem;top:20.25rem;left:54.9375rem;overflow:hidden;display:block; }
#VkWFJ4x71ymRgwk9ynx7WxwClPeFz76u { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:2.9375rem;top:19.9375rem;left:51.1875rem;overflow:hidden;display:block; }
#N8Bbr9GNIxWiz2alrRxxxiE7gf3yQRdQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:21.96484375rem;left:3.53125rem;height:2.1308625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kINhiP6Q0nrrIuEUQ8TBy4uwZT6SbTGD { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:25.02734375rem;left:41.90625rem;height:3.296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#thniTlhDgG8KfyCeKT4Tfvv7TiAugyOa { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:20.4267578125rem;left:23.5rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H72RK3BIbkiyGSwTe4xmKQwbboPBMNyi { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:20.4267578125rem;left:29.125rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHophMirFouA4CSwyx9xFSTwT0s9v536 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:26.46484375rem;left:30.375rem;height:4.12109375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5zHuXBgVMUMoCOqCemHEbvuSC1U53C1 { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:26.65234375rem;left:24.4375rem;height:3.296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5VmzhK8FuVLf9uhO7Aki7VbzZLea2lR { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:24.75rem;left:45.90625rem;height:4.12109375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N1v2bEkKMRDq5pc3ku61sIEJgA8XmELC { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:24.83984375rem;left:50.25rem;height:4.9453125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GU2vsF9ViXdZubfJvAyVz9hEzv7Lvnt5 { color:#ffffff;display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:24.8125rem;left:54.28125rem;height:6.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHuvrfTHbmckqhFn5NssVRFVpbGul1hd { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:20.4267578125rem;left:23.5rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#k7zaxeLpAZShIJBANNPiN7CPFGQMZKTn { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:20.4267578125rem;left:29.125rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#D6msJ1TDtwEPrWFWPhTWgcJIBOOmF5Dw { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:20.4267578125rem;left:29.125rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zuG8czEyVcZZ9U2AQoz62NTlzUk78PQO { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:20.4267578125rem;left:29.125rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row .container { background-color: transparent; background-image: none; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row .container > .video-iframe-container { display: none; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row > .video-iframe-container { display: none; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .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); }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row .container { border-width: 0; border-radius: 0; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#wUHbFC1xt6TVbnnPiInCulcdIwOw4Tly { color:#0063ff;display:block;width:24.0625rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:2.0625rem;left:17.96875rem;height:4.26171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml { position:relative;display:block; }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml { background-color: transparent; background-image: none; }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml > .row .container > .video-iframe-container { display: none; }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml > .row > .video-iframe-container { display: none; }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml > .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); }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml { border-width: 0; border-radius: 0; }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml > .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; }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml > .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:44.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T7fZFqDBAID8HNAPtNHLLqCIZEXngRNi { color:#122560;display:block;width:42.5625rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:22.73046875rem;left:10.09375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zIwF3S9OPAn2qx5XpDNa9yqvTIbG4T8s { color:#122560;display:block;width:45.5rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:24.5625rem;left:10.09375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QutxHGKTvRSSBeO6EQ3T6a243mGkPS4O { box-sizing:content-box;color:#0063ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:6.375rem;left:5.4375rem;display:block; }
#y0tKrsKBdLJMOZkbXv957NbCO6uzkZvU { color:#122560;display:block;width:34.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:5.75rem;left:10.125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBu354WhbORx9OULaZmd2yTb6rFeZNwo { color:#122560;display:block;width:45.5rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:7.5625rem;left:10.125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VyrhpFLJUv5xx7LcI5EXT5IDbMH9LQt8 { color:#122560;display:block;width:40.3125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:30.1875rem;left:10.125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PNuwCSibP7G9ZWx9oIIFsbAT52TBgIAT { color:#122560;display:block;width:44.0625rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:37.4375rem;left:10.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5pGu2dqIR8LEGIgoToHIZIJUREWPiL3 { color:#122560;display:block;width:45.5rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:39.4375rem;left:10.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lqq1xUFVH2mlv9SBGK72imUxC1ezZB1a { box-sizing:content-box;color:#0063ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:22.73046875rem;left:5.5rem;display:block; }
#xdLruts3AQQPfbswEIBFyUUS797aPiq2 { box-sizing:content-box;color:#0063ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:30.75rem;left:5.5625rem;display:block; }
#rxTdqCLUO98hbBLzz8rdx1PpPHXppQUJ { color:#122560;display:block;width:45.5rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:31.974609375rem;left:10.09375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WvRbvqaJwritsZqp4Auk5WyJGvZSC5MU { box-sizing:content-box;color:#0063ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:37.4375rem;left:5.5rem;display:block; }
#DlSRAEPJrT0X9hxW2MX5aWKKXc9OkdUx { box-sizing:content-box;color:#0063ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:14.1875rem;left:5.5rem;display:block; }
#hZiBWBIiVgl0Mxs9aWqaLgJ2M92ai2lx { color:#122560;display:block;width:34.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:13.73046875rem;left:10.09375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fLLXJBiiPhBKRBXhqNQAXxqLiaI3giTd { color:#122560;display:block;width:45.5rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:16.0625rem;left:10.09375rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { top:2.625rem;left:0rem;width:2.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { top:7.25rem;left:0rem;width:33.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { top:4.125rem;left:24.6875rem;width:20.6875rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysyHlvaltDzEfIPtMiwhfXHXCaMGp7DB { top:3rem;left:0rem;width:20.625rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiz2PwGvqdX1wGmyD4BuBEr1TgqlGXxu { top:14.9375rem;left:0rem;width:35.125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOLFgt27Z5XpiVlO0DFAHmCBXA6SbVPy { top:20.1875rem;left:0rem;width:31.8125rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGCmMWp4t7wPTUfgqp9BpH3TRQ4XzITw { width:25.5rem;height:5.5625rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Q4wmyeg56GAUZdIwBr4eTKSulDwXhz { display:block; }
 }@media only screen and (max-width: 763px) { #TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw { display:block; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSMT4tfoEhgGrBhx8M5dX3qodOaUsZ7P { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWVok0aremDaHZ1PapOKHIf68waibyxn { top:4.75rem;left:3.0625rem;width:41.625rem;height:;font-size:1.375rem;display:block; }#JWVok0aremDaHZ1PapOKHIf68waibyxn li:before{  }
 }@media only screen and (max-width: 763px) { #QLs26X8WIlKC3wWW514H4XRh6G84ono5 { display:block; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHTdI3G4VH7naW57sqTEq3U4oOsypWXz { top:2.125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV { display:block; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wf9wUOC0N7zM0rDUqu2GSOHaTSPrcO6s { top:21.1875rem;left:16.625rem;width:31.125rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlKWAl2umnV1LoTlx6aaGpx1n75VvPaF { top:1.4375rem;left:0rem;width:43.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdQHogMq28XOP1HtAmIVy3GTlKBKTwCT { top:27rem;left:25rem;width:22.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzQGDRE5HZk1V3Tm4mFs1BkTWpLg5gSE { top:5.6875rem;left:0rem;width:31.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh { display:block; }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3oC5HQJETeXo0VhTvHsNnPXaTlIRt0G { top:1.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J { display:block; }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4EwR8TTn6y26gOUp8x6E7CirZXXFhLQ { top:0.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqbsz6sfyiex0f4w4znG6daxEB7p8cxU { top:6.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnV9TIGwC2b7mGXq6TDTMsPefBTtLANv { top:9.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21zTMmk0tbyVzzz0RJ8H6uLxgu6tuZq { top:11.6875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBaH18ouUeU5w4VDaEBupEcGSe14CafV { display:block; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTN52Ny8MiD9SboofE0PETwtWl4a9ATt { top:10.625rem;left:12.9375rem;width:20.6875rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru6Uexhhsh0VwOdfpP437wOkmQdbEpWN { top:46.375rem;left:7.8125rem;width:10.0625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3V6IcxdcUtXLEIOsBMbrbNMhWFieArq { top:46.375rem;left:19.6875rem;width:10.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvfKf5pHFwpp9cKieiIDCx5rXhQLdceW { top:46.4375rem;left:31.125rem;width:10rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCsmXEHJ8843bBuBRbDZ85OrD7MtCRXt { top:42.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tperburR3a6t8J4thX4Sss3UPA2FRb8S { top:3.0625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v { display:block; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyW4m34GJO8i4TFb0TKvitPTufrdc4KK { top:8.1875rem;left:11.78125rem;width:22.4375rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WUTzuGHW2WGXTaD05KyxeNkpn9QN82 { top:39.0625rem;left:10.5625rem;width:23.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFTT8KwcAELQGml1rAVGpkrVkIIyAEI { top:0.75rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0lm5SFvawEq8qor0XSNePK7xUeEml3H { top:42.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7vVwg9Oxg2kcFEqcGOdUlkZOXgucH8 { top:45.875rem;left:7.0625rem;width:9.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKrhdrcA4kqdPQsGnQVsBxfbgEW5enZr { top:45.875rem;left:19.0625rem;width:9rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbQaGvK0FW9XwWQx58a3PE4VTnGsFrif { top:45.875rem;left:30.28125rem;width:9.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh { display:block; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1k6glKapT4XmZIAeFubTqdatEommGGv { top:6rem;left:12.0625rem;width:23.0625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTS755s2Wt2D7dfOCpZ1VwmKCvcdksyD { top:45.4375rem;left:7.875rem;width:9.5625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqOgpG3kJ1stom91RctuqEm5l6xqmrkT { top:45.375rem;left:18.875rem;width:9.625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGXAhksi6zNTqcS1QoiEHeNfp7ZJPISP { top:45.375rem;left:30rem;width:9.5625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbCWoTfth47WZUGtht2hknAI2p12TxPM { top:42.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbADpRoVyZH4VTa1acewQ4SdFTEURx0h { top:0.75rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz { display:block; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB0NVUtbRTyPgQtIJT9KeVZqKyTf8BL3 { top:6.0625rem;left:11.71875rem;width:23.0625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyX5bvKRq7xrMzWc8IbnpFODcB2pKPLi { top:44.75rem;left:7.8125rem;width:9rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kADyToqQN1vxdCH16NmD5tOJKTGJXEDr { top:44.75rem;left:19.375rem;width:9.0625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InXFHGIZbE0gRdqIu0FH1xzkBEVZ1R93 { top:44.75rem;left:30.875rem;width:9.0625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdwKDeoxakhkHs971aQk7pLllbRFh0Ib { top:61.375rem;left:30.75rem;width:9.3125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPbIF1KrcBXT1FMJRygTqW83ept1zkyw { top:61.375rem;left:19.25rem;width:9.0625rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSVl20c42atTbdPql75EiuFwPa2vVguv { top:61.375rem;left:7.6875rem;width:9rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuhZrKhXL7z3Eb2s8IDhC7RgtdGLUAr9 { top:41.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #olloKmpnTh1TsN4y4yTL5vb4WGyP4m10 { top:76.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtN5tH2nl9673QBRlmy6X3FqKFOVAgQb { top:1.25rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 { display:block; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekBmPutXpx752JB6T8Alo8DNMdAiTt4V { top:7.4375rem;left:11.71875rem;width:23.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFZ8IxPusqUbTpxhQndwmsrWEaaGqEi { top:24rem;left:7.4375rem;width:7.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu6JM56nlx9k8diapNBa9UBCv0nfIibu { top:24rem;left:19.46875rem;width:8.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF4tDzlG0fFFvqRqm4TKvcXTlsySKntN { top:24rem;left:31.8125rem;width:7.9375rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZZrMJ8AgRVU8achxCQnNpcZ8OzRb37t { top:40.1875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6ttwGGSK2d3gfOQITqvXnWc8WvVhqXd { top:2.75rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ { display:block; }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtdNiMNQLxuk17zDeet271aTOBt6sa0e { top:6.375rem;left:0rem;width:47.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqd8tCCABl1UaDJu2Og4sd23cQyygSFS { top:7.875rem;left:4.9375rem;width:40.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP8z7OAiDlBKWQcx3draG4md9XIw4v6k { top:10.125rem;left:4.125rem;width:43.625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzaZzICkIL7hXgCkWaclVDniJ8bTKXHm { top:9rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Dyn8eRT8BkoLUV4bHokLsWWZIbLTDr { top:10rem;left:0rem;width:2.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT5DUXDuG8gxVAtmrJW2PWEZsgUQVk2f { top:1.5625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGw6uAKzRf6aPTDSD9aDfilrglZucd9e { display:block; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLddzoVQDp4oRuxGoLaOrCFfKJiHu6T1 { top:1rem;left:0rem;width:47.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { top:2.875rem;left:4.875rem;width:40.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { top:5.0625rem;left:4.875rem;width:42.375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { top:3.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai4BA0llhwCXbI7hqVTMXyonwqAUK3wR { top:5rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { display:block; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ivd2JVwtw3adAFGrDrRvhv50STXfy1Gs { top:0.9375rem;left:0rem;width:47.625rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { top:3.625rem;left:4.75rem;width:40.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { top:5.9375rem;left:0rem;width:46.9375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGPlKwiddqJVh41vHMuP9lto1zbElwnm { top:3.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIxaKpi4SNe4fIAGvfFiGCNdv0B73GvN { top:5rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { display:block; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { width:22.9375rem;height:4.6875rem;top:0.875rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block; }
 }@media only screen and (max-width: 763px) { #hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUyKrVqX7tD5aHS2rhDt946viz60JUTq { top:0.8125rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPZX8FeMhqluCysy6N94qiLoi3paFvO2 { top:8.125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4iB2wOThupXCglkzKtp5cmbN0y0krKq { display:block; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZk7X7cm7RR0S0xIy3Z0XRUsmUciwp1S { top:22.8125rem;left:0rem;width:28.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRu85gUhuN51mqvTQbzJfbgQ3L2lLrNz { top:27.6875rem;left:18.5625rem;width:29.1875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxKWvvMuGzLm9T8dmERc8EmcKl0xSpIm { top:1.375rem;left:19.5625rem;width:24.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpOBN0Rb03QpnbbJHiupLTWxcIglX0XP { top:0rem;left:0rem;width:21.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG37TsAgcXBEXclAN7L3nRphPy9w6pdP { top:1.8125rem;left:19.875rem;width:23.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWPGPkfayI6TTcnXV8k9LoqTnH4ufwAm { top:22.875rem;left:0rem;width:28.0625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkTdhGKPW5C2e760dmyqcyH6Ap5PtvVI { top:28.5625rem;left:19.25rem;width:28.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhkS2IMIJIVrLnTQuTWr3CoAG4f6PzmS { top:10.6875rem;left:20.625rem;width:14.8125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFmQNaDlSUbEsALanPH7TGv8sCDbTLoZ { top:36.3125rem;left:3.625rem;width:11.625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynKrJdIlSSADsWwza7Id5T2pOKfDAsHI { top:38rem;left:26.6875rem;width:14.8125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLeJoEklnSokqRGqLVvNfPttOGNApsVq { top:48.375rem;left:0rem;width:25rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z62tm4HVXfVauksdTGDC1t7PGlQy6bxD { top:49.875rem;left:20.6875rem;width:26.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TearWvOEdcDAegCLB5iHvLnvZRBrTUFK { top:58.6875rem;left:0rem;width:22.5rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { top:6.375rem;left:0rem;width:35.1875rem;height:18.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs8C0InrG63wXZOSuwJCR1gtOTwXgtRk { top:34rem;left:0rem;width:33.875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { top:2rem;left:26.5625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9225FTm02T1pfywzNLTGq2N8yPMZpWm { top:0.75rem;left:0rem;width:29.75rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT80fMcweeWxxinoZRwgVTy3bmvS3MSk { top:24.5625rem;left:0rem;width:34.1875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4a8NQlIiHZREK0NWy65gThLpoIOEMT7 { top:30.0625rem;left:28.5rem;width:4.25rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUZH0TM1eT6884XmniNi8F3ELiwoz6VN { top:30.0625rem;left:32.90625rem;width:3.8125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFGhm9I2gKnbexOctuAKvezgzhHwsP50 { top:30.0625rem;left:37.1875rem;width:3.8125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8Q30w5LTgJxdEluJRRq50wT4oclHBv { top:30.0625rem;left:41.40625rem;width:3.8125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFdPUSlQGv3xqPo47Qy35CO4DTq8CTpu { top:26rem;left:32.375rem;width:3rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDgZkybRLvQ7zz9PczkmgblhbRxpccUH { top:26rem;left:28.34375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akAbt45A5vFMnTqxsgaOlXt4IzaML8qN { top:25.6875rem;left:36.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAK6HAFOq4UfLTprHG8qwWf4rlJCePuT { top:25.25rem;left:40.4638671875rem;width:3.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK36whKauCaCJgOHS0pROv26PWCeTqsF { top:28.5rem;left:0rem;width:34.1875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOxQknPxQBeRXquRpVEsN7M63hwOSrWi { display:block; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeazxGppPMB0lWD6lGkRsbopQi9uDX4k { top:2.0625rem;left:11.84375rem;width:24.0625rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxrzfluVhPbsouzld90Uvh5AxwWQAgNW { display:block; }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUO2E6CVeRx7hkdtRKtd4PfhXqt21QHE { top:3rem;left:0rem;width:12.5rem;height:4.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX86oZIONEvqkSHTipKv7Zc3EbhXpmNg { top:8.5rem;left:0rem;width:4.1875rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVtNpAeN0ahOkWLquWlTNhuqBG4oKwNJ { top:9.5rem;left:4.125rem;width:3.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaRnwSdFkcUEzossp2tTDHK2XkC1yQTn { width:13.6875rem;height:4.0625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbBiSRGcXXreudu30kTsi7bdfX8BzaP9 { display:block; }
 }@media only screen and (max-width: 763px) { #P9nBGv2bphtQ9dJkioTqHkLzwL3NPs6t { top:0.9375rem;left:0rem;width:19.125rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSf4N4nNO0BUTuI6zWCWoSM3vkra726d { width:13.6875rem;height:4.0625rem;top:32.25rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgf1CH6yRWKrELlyKTEw6U8b1yNbVFTZ { display:block; }
 }@media only screen and (max-width: 763px) { #mMUeF0i0W5Pg2mQATkPaFSeV4AcNbGxh { top:8.4375rem;left:19rem;width:5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfENsS0VOy7VFiMQ2fdbe3seCVp4T51M { top:9.5rem;left:24.5rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyLbF24SIvxFZvlOqHz6drpWHWnso3Wo { top:3rem;left:17.625rem;width:12.5rem;height:4.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHkr0vwTHMU5DxIEU7ZcbTRe75IWTHD2 { top:1rem;left:28.5rem;width:18.875rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8sNVOWaeO2srlOVX5nrBNLHtLulgxwH { top:3rem;left:35.25rem;width:12.5rem;height:4.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmK0zU64gHLDTIKfdk2qvIleOvFlFW9p { top:8.375rem;left:39.375rem;width:5.1875rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgkg55p6TBd9UpBIt77r0uTs8Xic7Q8t { top:9.3125rem;left:42.75rem;width:5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ska3DzGaU8pLFV6pk9a3K2XZgfSOMP4u { width:13.6875rem;height:4.0625rem;top:32.25rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skfCKHsNSndvSwWFJ2rTcbeVKeu7X3vv { display:block; }
 }@media only screen and (max-width: 763px) { #c9XpHw3qzDb7LsCmoHBM392G2ZGGXKmA { top:0.9375rem;left:14.25rem;width:19.125rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0VLsQ3ecIIyTehbmw1N1baWpRRHlaxf { top:12.625rem;left:1.25rem;width:4.375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1kwexf6f41U6ZUHPHJ3XKlGgLwBa9Td { top:12.625rem;left:21.625rem;width:4.375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdQZkpETrphgUHz4MbDQNcfzhTEWXVVO { top:21.9375rem;left:19rem;width:3.1875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKh5XztFLpid8aHpBBZbKNyayxlA4dCV { top:21.9375rem;left:24.75rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIH0QvaAPM4VcMcGBr0zM999thhqZy72 { top:12.625rem;left:42.125rem;width:4.375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPCaJgLoFC59CwGdTrrlcnDo8cXN1VC5 { top:19.9375rem;left:36.1875rem;width:3.25rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdWLMzIkzUqFOtUWLleuOV8R99kyVyHk { top:20rem;left:40.34375rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq5T9PB9QTxVG4GscD9hT6dk7KreaWBv { top:20.25rem;left:44.5rem;width:3.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkWFJ4x71ymRgwk9ynx7WxwClPeFz76u { top:19.9375rem;left:43.8125rem;width:2.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Bbr9GNIxWiz2alrRxxxiE7gf3yQRdQ { top:21.9375rem;left:0rem;width:12.5rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kINhiP6Q0nrrIuEUQ8TBy4uwZT6SbTGD { top:25rem;left:35.78125rem;width:4.5625rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #thniTlhDgG8KfyCeKT4Tfvv7TiAugyOa { top:20.375rem;left:17.375rem;width:6.5625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H72RK3BIbkiyGSwTe4xmKQwbboPBMNyi { top:20.375rem;left:23rem;width:6.5625rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHophMirFouA4CSwyx9xFSTwT0s9v536 { top:26.4375rem;left:24.25rem;width:4.375rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5zHuXBgVMUMoCOqCemHEbvuSC1U53C1 { top:26.625rem;left:18.3125rem;width:4.5625rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5VmzhK8FuVLf9uhO7Aki7VbzZLea2lR { top:24.75rem;left:39.78125rem;width:4.375rem;height:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1v2bEkKMRDq5pc3ku61sIEJgA8XmELC { top:24.8125rem;left:43.1875rem;width:4.5625rem;height:4.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU2vsF9ViXdZubfJvAyVz9hEzv7Lvnt5 { top:24.8125rem;left:43.1875rem;width:4.5625rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHuvrfTHbmckqhFn5NssVRFVpbGul1hd { top:20.375rem;left:17.375rem;width:6.5625rem;height:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7zaxeLpAZShIJBANNPiN7CPFGQMZKTn { top:20.375rem;left:23rem;width:6.5625rem;height:1.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6msJ1TDtwEPrWFWPhTWgcJIBOOmF5Dw { top:76.3125rem;left:3.375rem;width:4.4375rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuG8czEyVcZZ9U2AQoz62NTlzUk78PQO { top:76.3125rem;left:6.71875rem;width:4.4375rem;height:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm { display:block; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUHbFC1xt6TVbnnPiInCulcdIwOw4Tly { top:2.0625rem;left:11.84375rem;width:24.0625rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml { display:block; }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7fZFqDBAID8HNAPtNHLLqCIZEXngRNi { width:42.5625rem;height:1.75rem;top:22.6875rem;left:3.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIwF3S9OPAn2qx5XpDNa9yqvTIbG4T8s { width:45.5rem;height:3.625rem;top:24.5625rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QutxHGKTvRSSBeO6EQ3T6a243mGkPS4O { top:6.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0tKrsKBdLJMOZkbXv957NbCO6uzkZvU { width:34.4375rem;height:1.75rem;top:5.75rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBu354WhbORx9OULaZmd2yTb6rFeZNwo { width:45.5rem;height:4.875rem;top:7.5625rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyrhpFLJUv5xx7LcI5EXT5IDbMH9LQt8 { width:40.3125rem;height:1.75rem;top:30.1875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNuwCSibP7G9ZWx9oIIFsbAT52TBgIAT { width:44.0625rem;height:1.75rem;top:37.4375rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5pGu2dqIR8LEGIgoToHIZIJUREWPiL3 { width:45.5rem;height:1.1875rem;top:39.4375rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqq1xUFVH2mlv9SBGK72imUxC1ezZB1a { top:22.6875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdLruts3AQQPfbswEIBFyUUS797aPiq2 { top:30.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxTdqCLUO98hbBLzz8rdx1PpPHXppQUJ { width:45.5rem;height:2.4375rem;top:31.9375rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvRbvqaJwritsZqp4Auk5WyJGvZSC5MU { top:37.4375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSRAEPJrT0X9hxW2MX5aWKKXc9OkdUx { top:14.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZiBWBIiVgl0Mxs9aWqaLgJ2M92ai2lx { width:34.4375rem;height:1.75rem;top:13.6875rem;left:3.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLLXJBiiPhBKRBXhqNQAXxqLiaI3giTd { width:45.5rem;height:3.625rem;top:16.0625rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0063ff, #0063ff);background-image: -moz-linear-gradient(180deg, #0063ff, #0063ff);background-image: -ms-linear-gradient(180deg, #0063ff, #0063ff);background-image: -o-linear-gradient(180deg, #0063ff, #0063ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0063ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0063ff' );";background-image: linear-gradient(180deg, #0063ff, #0063ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { border-width: 0; border-radius: 0; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIK77IiZRmFpoaNXeyKPF15zFT6Bq13N { width:2.5rem;height:3.0625rem;top:0.69921875rem;left:0.8125rem;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { width:19.5rem;height:3.75rem;top:6rem;left:0.25rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eKxqqBaUQgWPva700lUW8ATU1WmZ5Qs9 { width:11.6875rem;height:16.6875rem;top:18.25rem;left:4.15625rem;overflow:hidden;box-shadow: 0.1875rem 0.0625rem 1.625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #ysyHlvaltDzEfIPtMiwhfXHXCaMGp7DB { width:15.1875rem;height:2.0996125rem;top:1.423828125rem;left:4.46875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oiz2PwGvqdX1wGmyD4BuBEr1TgqlGXxu { width:19.5rem;height:4.6875rem;top:11.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zOLFgt27Z5XpiVlO0DFAHmCBXA6SbVPy { width:16.8125rem;height:4.72265625rem;top:37.04296875rem;left:1.59375rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;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;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uGCmMWp4t7wPTUfgqp9BpH3TRQ4XzITw { width:19.625rem;height:3.9375rem;top:43.453125rem;left:0rem;font-size:1.1875rem;background-color:#f80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K6Q4wmyeg56GAUZdIwBr4eTKSulDwXhz { display:block; }
 }@media only screen and (max-width: 763px) { #TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f86700, #f86700);background-image: -moz-linear-gradient(90deg, #f86700, #f86700);background-image: -ms-linear-gradient(90deg, #f86700, #f86700);background-image: -o-linear-gradient(90deg, #f86700, #f86700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86700', endColorstr='#f86700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86700', endColorstr='#f86700' );";background-image: linear-gradient(90deg, #f86700, #f86700);background-size:auto !important;display:block; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row .container { background-color: transparent; background-image: none; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row .container > .video-iframe-container { display: none; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row > .video-iframe-container { display: none; }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .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); }#TxkxC7TskKuTUwWMMJWBUtZqwUgl5Dpw > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSMT4tfoEhgGrBhx8M5dX3qodOaUsZ7P { width:20rem;height:3.125rem;top:0.625rem;left:0.28125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JWVok0aremDaHZ1PapOKHIf68waibyxn { width:20rem;height:7.8125rem;top:5.1875rem;left:0rem;font-size:1.375rem;line-height:1;display:block; }#JWVok0aremDaHZ1PapOKHIf68waibyxn li:before{  }
 }@media only screen and (max-width: 763px) { #QLs26X8WIlKC3wWW514H4XRh6G84ono5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0063ff, #0063ff);background-image: -moz-linear-gradient(90deg, #0063ff, #0063ff);background-image: -ms-linear-gradient(90deg, #0063ff, #0063ff);background-image: -o-linear-gradient(90deg, #0063ff, #0063ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0063ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0063ff' );";background-image: linear-gradient(90deg, #0063ff, #0063ff);background-size:auto !important;display:block; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row .container { background-color: transparent; background-image: none; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row .container > .video-iframe-container { display: none; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row > .video-iframe-container { display: none; }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .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); }#QLs26X8WIlKC3wWW514H4XRh6G84ono5 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHTdI3G4VH7naW57sqTEq3U4oOsypWXz { width:20rem;height:5.69921875rem;top:0.92578125rem;left:0rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV { background-color:#f86700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container { background-color: transparent; background-image: none; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container > .video-iframe-container { display: none; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row > .video-iframe-container { display: none; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .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); }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container { border-width: 0; border-radius: 0; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPSMT7tnHyAh3hI4AFNbQ4ia2IgVhFWV > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wf9wUOC0N7zM0rDUqu2GSOHaTSPrcO6s { width:19rem;height:4.5rem;top:16.078125rem;left:0.5rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZlKWAl2umnV1LoTlx6aaGpx1n75VvPaF { width:17.9375rem;height:3rem;top:1.5rem;left:1.0625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qdQHogMq28XOP1HtAmIVy3GTlKBKTwCT { width:18.375rem;height:13.75rem;top:22.0009765625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzQGDRE5HZk1V3Tm4mFs1BkTWpLg5gSE { width:18.875rem;height:8.75rem;top:5.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh { display:block; }#GfAPtSgVZs5NNlxJKdtlbhUqnMOcsvvh > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3oC5HQJETeXo0VhTvHsNnPXaTlIRt0G { width:19.4375rem;height:3.375rem;top:0.94921875rem;left:0rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J { display:block; }#ur1MCBF8gz7kh8pT0sSPBTVBahRfqL5J > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4EwR8TTn6y26gOUp8x6E7CirZXXFhLQ { width:20rem;height:3.625rem;top:0.625rem;left:0.28125rem;font-size:1.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qqbsz6sfyiex0f4w4znG6daxEB7p8cxU { width:20rem;height:4.5rem;top:5.46875rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fnV9TIGwC2b7mGXq6TDTMsPefBTtLANv { width:20rem;height:1.5rem;top:9.974609375rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G21zTMmk0tbyVzzz0RJ8H6uLxgu6tuZq { width:20rem;height:1.5rem;top:12.0625rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fBaH18ouUeU5w4VDaEBupEcGSe14CafV { background-color:#ffffff;background-image:none;display:block; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { background-color: transparent; background-image: none; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container > .video-iframe-container { display: none; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row > .video-iframe-container { display: none; }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .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); }#fBaH18ouUeU5w4VDaEBupEcGSe14CafV > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTN52Ny8MiD9SboofE0PETwtWl4a9ATt { width:12.5rem;height:18.0625rem;top:6.8125rem;left:3.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru6Uexhhsh0VwOdfpP437wOkmQdbEpWN { width:5.5rem;height:8.6875rem;top:29.375rem;left:0.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #M3V6IcxdcUtXLEIOsBMbrbNMhWFieArq { width:5.75rem;height:8.5625rem;top:29.375rem;left:7.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #010205;border-left:0.125rem solid #010205;border-right:0.125rem solid #010205;border-bottom:0.125rem solid #010205;display:block; }
 }@media only screen and (max-width: 763px) { #nvfKf5pHFwpp9cKieiIDCx5rXhQLdceW { width:5.75rem;height:8.6875rem;top:29.375rem;left:13.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #eCsmXEHJ8843bBuBRbDZ85OrD7MtCRXt { width:20rem;height:1.5rem;top:27.125rem;left:0rem;font-size:1.5rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #tperburR3a6t8J4thX4Sss3UPA2FRb8S { width:20rem;height:5rem;top:1rem;left:0rem;font-size:1.25rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v { background-color:#ffffff;background-image:none;display:block; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row .container { background-color: transparent; background-image: none; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row .container > .video-iframe-container { display: none; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row > .video-iframe-container { display: none; }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .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); }#JTswvP7eHe8Aa28dNrlvFb28LrSs1T8v > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyW4m34GJO8i4TFb0TKvitPTufrdc4KK { width:13.625rem;height:19.375rem;top:10.25rem;left:2.5625rem;border-top:0.625rem solid #000000;border-left:0.625rem solid #000000;border-right:0.625rem solid #000000;border-bottom:0.625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #s7WUTzuGHW2WGXTaD05KyxeNkpn9QN82 { width:20rem;height:3.234375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFTT8KwcAELQGml1rAVGpkrVkIIyAEI { width:20rem;height:7.5rem;top:0.6875rem;left:0rem;font-size:1.5rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #X0lm5SFvawEq8qor0XSNePK7xUeEml3H { width:20rem;height:1.5rem;top:32.3125rem;left:0rem;font-size:1.5rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7vVwg9Oxg2kcFEqcGOdUlkZOXgucH8 { width:5.4375rem;height:8.5625rem;top:36.375rem;left:0.90625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #IKrhdrcA4kqdPQsGnQVsBxfbgEW5enZr { width:5.25rem;height:8.4375rem;top:36.4375rem;left:7.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #HbQaGvK0FW9XwWQx58a3PE4VTnGsFrif { width:5.375rem;height:8.375rem;top:36.46875rem;left:13.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh { background-color:#ffffff;background-image:none;display:block; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row .container { background-color: transparent; background-image: none; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row .container > .video-iframe-container { display: none; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row > .video-iframe-container { display: none; }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .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); }#UDTshnhBq4i3UT6y58AAUL4bt8fJQAQh > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1k6glKapT4XmZIAeFubTqdatEommGGv { width:13.625rem;height:19.375rem;top:4.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTS755s2Wt2D7dfOCpZ1VwmKCvcdksyD { width:5.75rem;height:8.5rem;top:27.8125rem;left:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #XqOgpG3kJ1stom91RctuqEm5l6xqmrkT { width:5.75rem;height:8.4375rem;top:27.8125rem;left:7.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #fGXAhksi6zNTqcS1QoiEHeNfp7ZJPISP { width:5.75rem;height:8.5rem;top:27.8125rem;left:13.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #BbCWoTfth47WZUGtht2hknAI2p12TxPM { width:20rem;height:1.25rem;top:25.375rem;left:0rem;font-size:1.25rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #wbADpRoVyZH4VTa1acewQ4SdFTEURx0h { width:20rem;height:2.75rem;top:0.875rem;left:0rem;font-size:1.375rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz { background-color:#ffffff;background-image:none;display:block; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row .container { background-color: transparent; background-image: none; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row .container > .video-iframe-container { display: none; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row > .video-iframe-container { display: none; }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .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); }#CfZx0MSLS7cRtx2HKSvz5tCsRhLa8rCz > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB0NVUtbRTyPgQtIJT9KeVZqKyTf8BL3 { width:17.5rem;height:24.75rem;top:5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyX5bvKRq7xrMzWc8IbnpFODcB2pKPLi { width:5.375rem;height:8.5rem;top:35.75rem;left:0.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #kADyToqQN1vxdCH16NmD5tOJKTGJXEDr { width:5.375rem;height:8.5rem;top:35.75rem;left:7.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #InXFHGIZbE0gRdqIu0FH1xzkBEVZ1R93 { width:5.375rem;height:8.5rem;top:35.75rem;left:13.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #UdwKDeoxakhkHs971aQk7pLllbRFh0Ib { width:5.5625rem;height:8.5rem;top:45.0625rem;left:13.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #VPbIF1KrcBXT1FMJRygTqW83ept1zkyw { width:5.375rem;height:8.4375rem;top:45.125rem;left:7.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #eSVl20c42atTbdPql75EiuFwPa2vVguv { width:5.375rem;height:8.5rem;top:45.0625rem;left:0.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #zuhZrKhXL7z3Eb2s8IDhC7RgtdGLUAr9 { width:20rem;height:1.5rem;top:32.625rem;left:0rem;font-size:1.5rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #olloKmpnTh1TsN4y4yTL5vb4WGyP4m10 { width:20rem;height:5rem;top:55.1875rem;left:0rem;font-size:1.25rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #JtN5tH2nl9673QBRlmy6X3FqKFOVAgQb { width:20rem;height:2.75rem;top:0.8125rem;left:0rem;font-size:1.375rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 { background-color:#ffffff;background-image:none;display:block; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row .container { background-color: transparent; background-image: none; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row .container > .video-iframe-container { display: none; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row > .video-iframe-container { display: none; }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .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); }#TFiGl3HnM81l803DOma1XHJvL7ZVd5a6 > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekBmPutXpx752JB6T8Alo8DNMdAiTt4V { width:15.0625rem;height:9.25rem;top:5rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFZ8IxPusqUbTpxhQndwmsrWEaaGqEi { width:4.75rem;height:8.5rem;top:17.6875rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #zu6JM56nlx9k8diapNBa9UBCv0nfIibu { width:4.875rem;height:8.5rem;top:17.6875rem;left:7.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #hF4tDzlG0fFFvqRqm4TKvcXTlsySKntN { width:4.75rem;height:8.5rem;top:17.6875rem;left:14.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid #000102;border-left:0.125rem solid #000102;border-right:0.125rem solid #000102;border-bottom:0.125rem solid #000102;display:block; }
 }@media only screen and (max-width: 763px) { #xZZrMJ8AgRVU8achxCQnNpcZ8OzRb37t { width:20rem;height:2.5rem;top:28.3125rem;left:0rem;font-size:1.25rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #Q6ttwGGSK2d3gfOQITqvXnWc8WvVhqXd { width:20rem;height:3.5rem;top:0.75rem;left:0rem;font-size:1.75rem;line-height:1;color:#0063ff;display:block; }
 }@media only screen and (max-width: 763px) { #VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ { display:block; }#VxsAvOOGgxT6qLaFuzpfIiIbGw2JIyvJ > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtdNiMNQLxuk17zDeet271aTOBt6sa0e { width:20rem;height:19.6875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqd8tCCABl1UaDJu2Og4sd23cQyygSFS { width:11.5rem;height:3.125rem;top:8.5rem;left:7.1875rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uP8z7OAiDlBKWQcx3draG4md9XIw4v6k { width:16.9375rem;height:10.5rem;top:12.6875rem;left:1.6875rem;font-size:0.9375rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lzaZzICkIL7hXgCkWaclVDniJ8bTKXHm { width:4.375rem;height:4.375rem;top:7.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Dyn8eRT8BkoLUV4bHokLsWWZIbLTDr { width:2.1875rem;height:3.25rem;top:8.4375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT5DUXDuG8gxVAtmrJW2PWEZsgUQVk2f { width:18.4375rem;height:4rem;top:1.375rem;left:0.78125rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qGw6uAKzRf6aPTDSD9aDfilrglZucd9e { display:block; }#qGw6uAKzRf6aPTDSD9aDfilrglZucd9e > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLddzoVQDp4oRuxGoLaOrCFfKJiHu6T1 { width:19.875rem;height:18.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { width:12.875rem;height:4.125rem;top:2.5830078125rem;left:6.0615234375rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XURhLzG0W7V5sWGtS23qXUp9yOSOml7G { width:17.75rem;height:10.5rem;top:7.6875rem;left:1.1241319775581rem;font-size:0.9375rem;color:#030304;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EmOACxyeN6QNqTWs4Ni5KC5KNsA7Tfiw { width:4.375rem;height:4.375rem;top:2.4580078125rem;left:1.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai4BA0llhwCXbI7hqVTMXyonwqAUK3wR { width:2.3125rem;height:2.3125rem;top:3.4892578125rem;left:2.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f { display:block; }#aVT5r8bTeMgGFlBFJmevmzcAwyFySl9f > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ivd2JVwtw3adAFGrDrRvhv50STXfy1Gs { width:19.875rem;height:14.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ7VwFns0Jc7IeB6Dd6Rhs5Hi57U5NEa { width:12.625rem;height:3.1484375rem;top:3.505859375rem;left:6.40625rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rCG9dvB9xyWo6I4DHkUuOklObxBVNVDq { width:17.9375rem;height:6rem;top:8.5625rem;left:1.03125rem;font-size:0.9375rem;color:#070709;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GGPlKwiddqJVh41vHMuP9lto1zbElwnm { width:4.375rem;height:4.375rem;top:3.15625rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIxaKpi4SNe4fIAGvfFiGCNdv0B73GvN { width:2.1875rem;height:2.25rem;top:4.21875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { display:block; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCekAfzlKtwKJOJaFJMqnk0TVRutLSzA { width:17rem;height:3.75rem;top:1.3125rem;left:1.5rem;font-size:1.1875rem;background-color:#f61010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gOEhqAdulGxrKeOkigb6s9nqUvUKzW0i { display:block; }
 }@media only screen and (max-width: 763px) { #hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUyKrVqX7tD5aHS2rhDt946viz60JUTq { width:20rem;height:4.6875rem;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPZX8FeMhqluCysy6N94qiLoi3paFvO2 { width:20rem;height:9.4472625rem;top:7.44921875rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I4iB2wOThupXCglkzKtp5cmbN0y0krKq { display:block; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZk7X7cm7RR0S0xIy3Z0XRUsmUciwp1S { width:9.625rem;height:2.75rem;top:22.625rem;left:5.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #PRu85gUhuN51mqvTQbzJfbgQ3L2lLrNz { width:10.25rem;height:3.5rem;top:4.060546875rem;left:1.625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #SxKWvvMuGzLm9T8dmERc8EmcKl0xSpIm { width:17.625rem;height:3.3125rem;top:22.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpOBN0Rb03QpnbbJHiupLTWxcIglX0XP { width:11.75rem;height:7.125rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG37TsAgcXBEXclAN7L3nRphPy9w6pdP { width:17.4375rem;height:2.5rem;top:22.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWPGPkfayI6TTcnXV8k9LoqTnH4ufwAm { width:17.0625rem;height:5.3125rem;top:62.8125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #kkTdhGKPW5C2e760dmyqcyH6Ap5PtvVI { width:15.1875rem;height:3.25rem;top:8.875rem;left:4.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhkS2IMIJIVrLnTQuTWr3CoAG4f6PzmS { width:12.6875rem;height:7.5625rem;top:13rem;left:0.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #dFmQNaDlSUbEsALanPH7TGv8sCDbTLoZ { width:11.625rem;height:8.8125rem;top:34.875rem;left:8.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ynKrJdIlSSADsWwza7Id5T2pOKfDAsHI { width:14.8125rem;height:8.4375rem;top:45.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #cLeJoEklnSokqRGqLVvNfPttOGNApsVq { width:16.875rem;height:4.375rem;top:56rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Z62tm4HVXfVauksdTGDC1t7PGlQy6bxD { width:16.375rem;height:6.125rem;top:27.3583984375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TearWvOEdcDAegCLB5iHvLnvZRBrTUFK { width:19.75rem;height:8.8326388888889rem;top:69.375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 { background-color:#ffffff;background-image:none;display:block; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { background-color: transparent; background-image: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row > .video-iframe-container { display: none; }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .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); }#huavbyO5mgTQxTQtp4ohNI21vlCCTvu4 > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz7TXo4HVINPGySfsBypKPbXUCp4X5hD { width:18.6875rem;height:20.71289375rem;top:16.525390625rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#050505;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Hs8C0InrG63wXZOSuwJCR1gtOTwXgtRk { width:18.3125rem;height:2.75rem;top:59.375rem;left:0.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0063ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mH0cnGX8V9A8glksmxAcLT5bDBnOXLdq { width:18.375rem;height:18.375rem;top:38.4375rem;left:0.8125rem;z-index:15002;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D9225FTm02T1pfywzNLTGq2N8yPMZpWm { width:20rem;height:4rem;top:0.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gT80fMcweeWxxinoZRwgVTy3bmvS3MSk { width:18.1875rem;height:4.125rem;top:5.5625rem;left:0.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0063ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #n4a8NQlIiHZREK0NWy65gThLpoIOEMT7 { width:4.25rem;height:1.375rem;top:13.625rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0063ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VUZH0TM1eT6884XmniNi8F3ELiwoz6VN { width:3.8125rem;height:1.375rem;top:13.625rem;left:6.25rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0063ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aFGhm9I2gKnbexOctuAKvezgzhHwsP50 { width:3.8125rem;height:1.375rem;top:13.625rem;left:10.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0063ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8Q30w5LTgJxdEluJRRq50wT4oclHBv { width:3.8125rem;height:1.375rem;top:13.625rem;left:14.625rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0063ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WFdPUSlQGv3xqPo47Qy35CO4DTq8CTpu { width:3rem;height:2.0625rem;top:10.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDgZkybRLvQ7zz9PczkmgblhbRxpccUH { width:2.5rem;height:2.5rem;top:10.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akAbt45A5vFMnTqxsgaOlXt4IzaML8qN { width:2.8125rem;height:2.8125rem;top:10.25rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAK6HAFOq4UfLTprHG8qwWf4rlJCePuT { width:3.5625rem;height:3.9375rem;top:9.6875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK36whKauCaCJgOHS0pROv26PWCeTqsF { width:20rem;height:2.75rem;top:64.7998046875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#0063ff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TOxQknPxQBeRXquRpVEsN7M63hwOSrWi { background-color:#f86700;background-image:none;display:block; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row .container { background-color: transparent; background-image: none; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row .container > .video-iframe-container { display: none; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row > .video-iframe-container { display: none; }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .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); }#TOxQknPxQBeRXquRpVEsN7M63hwOSrWi > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeazxGppPMB0lWD6lGkRsbopQi9uDX4k { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WxrzfluVhPbsouzld90Uvh5AxwWQAgNW { display:block; }#WxrzfluVhPbsouzld90Uvh5AxwWQAgNW > .row .container { width:20rem;height:100.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUO2E6CVeRx7hkdtRKtd4PfhXqt21QHE { width:12.5rem;height:3.5rem;top:3.625rem;left:3.75rem;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hX86oZIONEvqkSHTipKv7Zc3EbhXpmNg { width:4.1875rem;height:2.5996125rem;top:7.8125rem;left:6.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVtNpAeN0ahOkWLquWlTNhuqBG4oKwNJ { width:5rem;height:1.7871125rem;top:8.09375rem;left:9.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaRnwSdFkcUEzossp2tTDHK2XkC1yQTn { width:13.0625rem;height:3.4375rem;top:21.25rem;left:3.46875rem;z-index:15020;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbBiSRGcXXreudu30kTsi7bdfX8BzaP9 { display:block; }
 }@media only screen and (max-width: 763px) { #P9nBGv2bphtQ9dJkioTqHkLzwL3NPs6t { width:16.4375rem;height:24rem;top:1.8125rem;left:1.71875rem;box-shadow: 0rem 0rem 1.5625rem #545454 ;display:block; }
 }@media only screen and (max-width: 763px) { #TSf4N4nNO0BUTuI6zWCWoSM3vkra726d { width:13.6875rem;height:3.4375rem;top:54.1875rem;left:3.15625rem;z-index:15013;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgf1CH6yRWKrELlyKTEw6U8b1yNbVFTZ { display:block; }
 }@media only screen and (max-width: 763px) { #mMUeF0i0W5Pg2mQATkPaFSeV4AcNbGxh { width:5rem;height:2.5996125rem;top:35.375rem;left:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfENsS0VOy7VFiMQ2fdbe3seCVp4T51M { width:5rem;height:1.7871125rem;top:35.625rem;left:10.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyLbF24SIvxFZvlOqHz6drpWHWnso3Wo { width:12.5rem;height:3.5rem;top:30.5625rem;left:3.75rem;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JHkr0vwTHMU5DxIEU7ZcbTRe75IWTHD2 { width:16.875rem;height:36.5rem;top:60.9375rem;left:1.34375rem;z-index:15021;box-shadow: 0rem 0rem 1.5625rem #f86700 ;background-color:#0063ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f86700;border-left:0.0625rem solid #f86700;border-right:0.0625rem solid #f86700;border-bottom:0.0625rem solid #f86700;display:block; }
 }@media only screen and (max-width: 763px) { #T8sNVOWaeO2srlOVX5nrBNLHtLulgxwH { width:12.5rem;height:3.5rem;top:62.7119140625rem;left:3.75rem;font-size:1.75rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UmK0zU64gHLDTIKfdk2qvIleOvFlFW9p { width:4.1875rem;height:2.5996125rem;top:67.1875rem;left:5.3125rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hgkg55p6TBd9UpBIt77r0uTs8Xic7Q8t { width:5rem;height:1.7871125rem;top:67.4375rem;left:9.875rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ska3DzGaU8pLFV6pk9a3K2XZgfSOMP4u { width:14.4375rem;height:3.4375rem;top:92.4375rem;left:2.78125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #skfCKHsNSndvSwWFJ2rTcbeVKeu7X3vv { display:block; }
 }@media only screen and (max-width: 763px) { #c9XpHw3qzDb7LsCmoHBM392G2ZGGXKmA { width:16.4375rem;height:30rem;top:28.9375rem;left:1.4375rem;box-shadow: 0rem 0rem 1.5625rem #545454 ;display:block; }
 }@media only screen and (max-width: 763px) { #B0VLsQ3ecIIyTehbmw1N1baWpRRHlaxf { width:4.375rem;height:6.375rem;top:70.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1kwexf6f41U6ZUHPHJ3XKlGgLwBa9Td { width:3.4375rem;height:4.9375rem;top:39.0625rem;left:8.25rem;box-shadow: 0rem 0rem 0.6875rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #gdQZkpETrphgUHz4MbDQNcfzhTEWXVVO { width:3.4375rem;height:4.9375rem;top:79.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKh5XztFLpid8aHpBBZbKNyayxlA4dCV { width:2.4375rem;height:3.375rem;top:45.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIH0QvaAPM4VcMcGBr0zM999thhqZy72 { width:4.375rem;height:6.3125rem;top:12.2060546875rem;left:7.75rem;box-shadow: 0rem 0rem 0.6875rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #nPCaJgLoFC59CwGdTrrlcnDo8cXN1VC5 { width:2.375rem;height:3.4375rem;top:45.71875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdWLMzIkzUqFOtUWLleuOV8R99kyVyHk { width:3.5rem;height:4.875rem;top:79.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq5T9PB9QTxVG4GscD9hT6dk7KreaWBv { width:3.375rem;height:4.75rem;top:79.625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkWFJ4x71ymRgwk9ynx7WxwClPeFz76u { width:3.1875rem;height:5.3125rem;top:79.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Bbr9GNIxWiz2alrRxxxiE7gf3yQRdQ { width:12.5rem;height:2rem;top:91.7685546875rem;left:3.75rem;font-size:2rem;line-height:1;color:#ffffff;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #kINhiP6Q0nrrIuEUQ8TBy4uwZT6SbTGD { width:5.125rem;height:3rem;top:85.125rem;left:5.59375rem;font-size:0.75rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #thniTlhDgG8KfyCeKT4Tfvv7TiAugyOa { width:4.625rem;height:0.75rem;top:44.6875rem;left:4.4375rem;font-size:0.75rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H72RK3BIbkiyGSwTe4xmKQwbboPBMNyi { width:4.4375rem;height:0.75rem;top:44.625rem;left:10.625rem;font-size:0.75rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kHophMirFouA4CSwyx9xFSTwT0s9v536 { width:4.375rem;height:3.75rem;top:85.125rem;left:2.125rem;font-size:0.75rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B5zHuXBgVMUMoCOqCemHEbvuSC1U53C1 { width:4.5625rem;height:3rem;top:49.5625rem;left:10.4375rem;font-size:0.75rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T5VmzhK8FuVLf9uhO7Aki7VbzZLea2lR { width:4.375rem;height:3.75rem;top:49.46875rem;left:4.46875rem;font-size:0.75rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N1v2bEkKMRDq5pc3ku61sIEJgA8XmELC { width:4.5625rem;height:4.5rem;top:85.0625rem;left:9.4375rem;font-size:0.75rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GU2vsF9ViXdZubfJvAyVz9hEzv7Lvnt5 { width:4.5625rem;height:6rem;top:85rem;left:12.71875rem;font-size:0.75rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bHuvrfTHbmckqhFn5NssVRFVpbGul1hd { width:4.625rem;height:0.75rem;top:78.0625rem;left:1.875rem;font-size:0.75rem;line-height:1;color:#ffffff;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #k7zaxeLpAZShIJBANNPiN7CPFGQMZKTn { width:4.4375rem;height:0.75rem;top:78.125rem;left:5.9375rem;font-size:0.75rem;line-height:1;color:#ffffff;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #D6msJ1TDtwEPrWFWPhTWgcJIBOOmF5Dw { width:4.4375rem;height:0.75rem;top:78.125rem;left:9.4375rem;font-size:0.75rem;line-height:1;color:#ffffff;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #zuG8czEyVcZZ9U2AQoz62NTlzUk78PQO { width:4.4375rem;height:0.75rem;top:78.125rem;left:12.84375rem;font-size:0.75rem;line-height:1;color:#ffffff;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm { background-color:#f86700;background-image:none;display:block; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row .container { background-color: transparent; background-image: none; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row .container > .video-iframe-container { display: none; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row > .video-iframe-container { display: none; }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .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); }#TLhPkeXA8KQpTcu6NnG6PCQdZOg1k4Dm > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUHbFC1xt6TVbnnPiInCulcdIwOw4Tly { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml { display:block; }#kQUgy4DdL4bcmSG0NfGpQuNSSLsfZ9ml > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7fZFqDBAID8HNAPtNHLLqCIZEXngRNi { width:19.25rem;height:2.5rem;top:36.6875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:dosis;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zIwF3S9OPAn2qx5XpDNa9yqvTIbG4T8s { width:19.25rem;height:8.75rem;top:39.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:dosis;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QutxHGKTvRSSBeO6EQ3T6a243mGkPS4O { width:3.125rem;height:3.125rem;top:1.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0tKrsKBdLJMOZkbXv957NbCO6uzkZvU { width:20rem;height:1.625rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:dosis;display:block; }
 }@media only screen and (max-width: 763px) { #qBu354WhbORx9OULaZmd2yTb6rFeZNwo { width:20rem;height:10rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;font-family:dosis;display:block; }
 }@media only screen and (max-width: 763px) { #VyrhpFLJUv5xx7LcI5EXT5IDbMH9LQt8 { width:18.8125rem;height:2.5rem;top:53.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:dosis;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PNuwCSibP7G9ZWx9oIIFsbAT52TBgIAT { width:18.5rem;height:1.625rem;top:66.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:dosis;display:block; }
 }@media only screen and (max-width: 763px) { #A5pGu2dqIR8LEGIgoToHIZIJUREWPiL3 { width:19.5rem;height:2.5rem;top:68.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;font-family:dosis;display:block; }
 }@media only screen and (max-width: 763px) { #lqq1xUFVH2mlv9SBGK72imUxC1ezZB1a { width:3.125rem;height:3.125rem;top:63.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdLruts3AQQPfbswEIBFyUUS797aPiq2 { width:3.125rem;height:3.125rem;top:33.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxTdqCLUO98hbBLzz8rdx1PpPHXppQUJ { width:19.3125rem;height:5rem;top:56.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:dosis;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WvRbvqaJwritsZqp4Auk5WyJGvZSC5MU { width:3.125rem;height:3.125rem;top:50.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSRAEPJrT0X9hxW2MX5aWKKXc9OkdUx { width:3.125rem;height:3.125rem;top:17.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZiBWBIiVgl0Mxs9aWqaLgJ2M92ai2lx { width:20rem;height:1.625rem;top:20.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:dosis;display:block; }
 }@media only screen and (max-width: 763px) { #fLLXJBiiPhBKRBXhqNQAXxqLiaI3giTd { width:20rem;height:8.75rem;top:22.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;font-family:dosis;display:block; }
 }