.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33712001-9a6d-4f2c-a31a-51b9e4fbb242/Topene.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv { background-color:#ffffff;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;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row .container { background-color: transparent; background-image: none; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row .container > .video-iframe-container { display: none; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row > .video-iframe-container { display: none; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .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); }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row .container { border-width: 0; border-radius: 0; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row .container { width:75rem;height:5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#g6hHClqLrVzQshheA1rCC8RIurycCeSw { 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:1.875rem;width:9.125rem;top:1.2999992370606rem;left:3.125rem;overflow:hidden;display:block; }
#zAEhHS3QOpWDSnA5tClruTesXD1hTBeS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:14.0625rem;top:0.8125rem;left:15.0625rem;overflow:hidden;display:block; }
#W1iSJ5tOU1JtcvP2nT4GKe1QC5Np7ZT5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:10.5625rem;top:1.1875rem;left:16.8125rem;overflow:hidden;display:block; }
#KvI3oSEmUXEyNFBwmABKMnG4lvFMsTIL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.75rem;top:0.875rem;left:29.125rem;overflow:hidden;display:block; }
#T14bBqOrmvCsrxxBgsdvS9SDTnavqwsU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.375rem;top:1.3000000715256rem;left:30.4375rem;overflow:hidden;display:block; }
#CDF2GXii0xEktiiOBNO6u1Eek3W366sL { 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.5rem;width:15rem;top:0.86250019073488rem;left:42.343746185302rem;overflow:hidden;display:block; }
#Ctq72GDBphMiBgsweQxbbKW2athMI2Lp { 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:1.875rem;width:13.5625rem;top:1.3000001907349rem;left:43.062496185302rem;overflow:hidden;display:block; }
#ppiFhI5RZI4zrKT9rRxapAL0qvxP2LQT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:13.3125rem;top:0.78125rem;left:1rem;overflow:hidden;display:block; }
#T91hoLxkQhISlFsqsyxistuUreElGp7p { position:absolute;display:block;z-index:14986;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.5rem;width:7.625rem;top:0.8125rem;left:66.4375rem;overflow:hidden;display:block; }
#GGCcTeNLEU1fD3F9yI8uGNkXdDguTAaq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.3125rem;top:1.3000001907349rem;left:67.5937461853rem;overflow:hidden;display:block; }
#elTsT3GtOmcmTxf096HHK9P5cUQvHsZV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.0625rem;top:0.8125rem;left:57.749998092651rem;overflow:hidden;display:block; }
#p5RTaKotWvm89xaIui5amKfn2FGVtdq3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.9375rem;top:1.2992187738419rem;left:58.812498092651rem;overflow:hidden;display:block; }
#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB { display:block; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB { background-color: transparent; background-image: none; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row .container > .video-iframe-container { display: none; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row > .video-iframe-container { display: none; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .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); }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB { border-width: 0; border-radius: 0; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row .container { background-color:transparent;background-image:none;width:75rem;height:25.9375rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#Ztl9kATJFEvlIKlkcNgW6v7UTL00CWJS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:7.25rem;top:7.3958330154419rem;left:60.249996185302rem;overflow:hidden;display:block; }
#ixIJHLbfWPDeuJMve1NQv2XV5zbsVP5h { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:42.5625rem;top:2.0208330154419rem;left:14.9375rem;overflow:hidden;display:block; }
#ifiJ7VRAOIUAiMiApUHo82A7gZkC812y { position:absolute;display:block;z-index:15001;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:39.8125rem;width:46.6875rem;top:1.1145830154419rem;left:-32.614642002208rem;overflow:hidden;display:block; }
#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 { position:relative;display:block; }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 { background-color: transparent; background-image: none; }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 > .row .container > .video-iframe-container { display: none; }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 > .row > .video-iframe-container { display: none; }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 > .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); }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 { border-width: 0; border-radius: 0; }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 > .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; }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xOPzI0bHL6LyqTSmNst5M0Q4ql3k01DW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:31.625rem;top:1.625rem;left:2.5302085876465rem;overflow:hidden;display:block; }
#FXs6JSGdAtbzgAApS7t5BlGNPcXrIqn9 { position:absolute;display:block;z-index:15001;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:5.0625rem;width:31.625rem;top:6rem;left:38.155208587646rem;overflow:hidden;display:block; }
#sglp4RrWwcF0GzLPvdvsxAN0at4Bw9pw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:48.0625rem;top:14rem;left:12.717708587646rem;overflow:hidden;display:block; }
#tXB0VgTDaxownAlSUklEoXTodmCuCVmT { position:relative;display:block; }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT { background-color: transparent; background-image: none; }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT > .row .container > .video-iframe-container { display: none; }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT > .row > .video-iframe-container { display: none; }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT > .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); }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT { border-width: 0; border-radius: 0; }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT > .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; }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d04dDWyxeTkW62cghJVVUTnoDl6Wa1oK { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:anybody;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.34375rem;left:2.21875rem;height:9.1rem;text-align:justify;text-align-last:initial;display:block; }
#sGweEz4FSxvZLuWmXBWEgv9dz9a3v6rq { color:#000000;display:block;width:30.625rem;position:absolute;font-family:anybody;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.34375rem;left:42.8740234375rem;height:12.5125rem;text-align:justify;text-align-last:initial;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; }
#fvNAWJ3OH7nD0HUisxXIKow2FiNRSqk3 { color:#000000;display:block;width:25.75rem;position:absolute;font-family:anybody;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.651041984558rem;left:2.21875rem;height:2.275rem;display:block; }
#xLJz3iI6V1andpbZefmQlCq7vDufnJwl { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:8.625rem;top:14.964583396912rem;left:2.1875rem;overflow:hidden;display:block; }
#w0haFTnJrV2HfQfb0EA1MA1N0PkQSZJi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:16.8125rem;top:6.287109375rem;left:29.3466796875rem;overflow:hidden;display:block; }
#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO { position:relative;display:block; }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO { background-color: transparent; background-image: none; }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO > .row .container > .video-iframe-container { display: none; }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO > .row > .video-iframe-container { display: none; }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO > .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); }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO { border-width: 0; border-radius: 0; }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO > .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; }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xl7uxL9frK8vRq0XzAVfUPUx5OqTAeDG { 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:24.5rem;width:35.4375rem;top:0rem;left:38.531246185302rem;overflow:hidden;display:block; }
#Tf7sckUR9O4tEIQTILx5CBgguKmwJ4bA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:anybody;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.03515625rem;left:59.216796875rem;height:1.7871125rem;font-style:normal;display:block; }
#AORJBOAWdlZwJ49oi9UhTZLqTpt9X6kz { 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:25.0625rem;width:33.875rem;top:9.5367431640625E-7rem;left:2.3500003814698rem;overflow:hidden;display:block; }
#kDPfvRbW3P65b9ciES4smibUpo6OTLKT { position:absolute;display:block;z-index:15019;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.625rem;width:24.6875rem;top:9.6250009536744rem;left:24.938541412354rem;overflow:hidden;display:block; }
#rtsmcUUDTPGMoUPDTLw0kVilKPZnedNw { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:anybody;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.162109375rem;left:4.0009765625rem;height:17.0625rem;display:block; }
#ohsqaX6lallIVTHNSb7WMu0Hs5GNBuhT { color:#000000;display:block;width:26.375rem;position:absolute;font-family:anybody;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.1624994277954rem;left:44.437496185302rem;height:13.65rem;text-align:justify;text-align-last:initial;display:block; }
#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .row .container { background-color: transparent; background-image: none; }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .row .container > .video-iframe-container { display: none; }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .row > .video-iframe-container { display: none; }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .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); }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .row .container { border-width: 0; border-radius: 0; }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#wfDlZwV5I3umZOomi68fzIHxTeqPA0KG { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:30.875rem;top:0.375rem;left:22.0625rem;overflow:hidden;display:block; }
#AUQb45IU5mdirsTIpCS7hRxPMVc5mTV6 { position:absolute;display:block;z-index:15029;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.0625rem;width:3.9375rem;top:0.53125rem;left:16.875rem;overflow:hidden;display:block; }
#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c { position:relative;display:block; }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c { background-color: transparent; background-image: none; }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c > .row .container > .video-iframe-container { display: none; }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c > .row > .video-iframe-container { display: none; }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c > .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); }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c { border-width: 0; border-radius: 0; }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c > .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; }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XfHbu7VW7aOUhlSIKJpMqZT5dQsoRTxo { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:12.9375rem;width:24.0625rem;top:2.90625rem;left:43.086460113526rem;display:block; }
#I6BeaSPyUMEQszJZmkz3R0BDUGz3eUq5 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:12.9375rem;width:24.0625rem;top:2.90625rem;left:5.0927085876465rem;display:block; }
#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl { position:relative;display:block; }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl { background-color: transparent; background-image: none; }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl > .row .container > .video-iframe-container { display: none; }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl > .row > .video-iframe-container { display: none; }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl > .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); }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl { border-width: 0; border-radius: 0; }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tlOcpvvDAiT4A1T0Pw7uf3zvuhTvgJLg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.1875rem;top:0.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#L2XfCoNThd1Q1qnIzqERUuwQTgoeB0ld { position:absolute;display:block;z-index:15001;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.6875rem;width:11.0625rem;top:3.3749771118164rem;left:0.625rem;overflow:hidden;display:block; }
#i6oqnvPfeBteVvtc1dR8PGTDlC6Iuwo8 { box-sizing:content-box;height:6.9375rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0.9375rem;left:15.367659395973rem;display:block; }
#WVbDmapyO5gSCmfZ57z5p8cl2tONS9LF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:0.9375rem;left:17.8125rem;overflow:hidden;display:block; }
#Pz7ZpIn1OI3ATlCNMMLg8O7omewTmRQ4 { position:absolute;display:block;z-index:15001;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:7.5rem;top:4.4052734375rem;left:17.8125rem;overflow:hidden;display:block; }
#phvAV3RQMLRUXzLeAiEyMHoODH8oIi63 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.5rem;top:4.5302734375rem;left:27.375rem;overflow:hidden;display:block; }
#bSd6k0onuuWc34XdJwgx2ad7NUJXUcrc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:7.5rem;top:4.7490234375rem;left:37.75rem;overflow:hidden;display:block; }
#CSRlAEKtN2EitFBPF7E4SmAwh55nccXP { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:9.6875rem;left:0rem;display:block; }
#k94pdEIyEz6SCMgIh20wNx0hH4G07Lcp { position:absolute;display:block;z-index:15003;background-color:#004673;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:0.125rem;top:1rem;left:20.4375rem;display:none; }
#INHEEITkhh1Uke8PTndy5V39iv45fD48 { position:relative;display:block; }#INHEEITkhh1Uke8PTndy5V39iv45fD48 { background-color: transparent; background-image: none; }#INHEEITkhh1Uke8PTndy5V39iv45fD48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INHEEITkhh1Uke8PTndy5V39iv45fD48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INHEEITkhh1Uke8PTndy5V39iv45fD48 > .row .container > .video-iframe-container { display: none; }#INHEEITkhh1Uke8PTndy5V39iv45fD48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INHEEITkhh1Uke8PTndy5V39iv45fD48 > .row > .video-iframe-container { display: none; }#INHEEITkhh1Uke8PTndy5V39iv45fD48 > .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); }#INHEEITkhh1Uke8PTndy5V39iv45fD48 { border-width: 0; border-radius: 0; }#INHEEITkhh1Uke8PTndy5V39iv45fD48 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INHEEITkhh1Uke8PTndy5V39iv45fD48 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MbaBw76J6eKnC8tT8lAuuk4BC3RqLAEd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.3125rem;top:0.9375rem;left:1.25rem;overflow:hidden;display:block; }
#ZF30o5KuT4ZWUSbeJmsVxCld8VlUTcbl { position:absolute;display:block;z-index:14999;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.6875rem;width:13.3125rem;top:3.625rem;left:1.25rem;overflow:hidden;display:block; }
#oG1mFmN4OCIgWoVJXlaHErRI7RGNDBcH { position:absolute;display:block;z-index:15001;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:8.625rem;top:3.65625rem;left:15.90625rem;overflow:hidden;display:block; }
#PtCtTDAFmAT9T0TsXFpczL9tXqQocing { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:9.625rem;left:0rem;display:block; }
#AanQStSr2SDReeklwugnNUy1VJKViDd5 { position:relative;display:block; }#AanQStSr2SDReeklwugnNUy1VJKViDd5 { background-color: transparent; background-image: none; }#AanQStSr2SDReeklwugnNUy1VJKViDd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AanQStSr2SDReeklwugnNUy1VJKViDd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AanQStSr2SDReeklwugnNUy1VJKViDd5 > .row .container > .video-iframe-container { display: none; }#AanQStSr2SDReeklwugnNUy1VJKViDd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AanQStSr2SDReeklwugnNUy1VJKViDd5 > .row > .video-iframe-container { display: none; }#AanQStSr2SDReeklwugnNUy1VJKViDd5 > .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); }#AanQStSr2SDReeklwugnNUy1VJKViDd5 { border-width: 0; border-radius: 0; }#AanQStSr2SDReeklwugnNUy1VJKViDd5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AanQStSr2SDReeklwugnNUy1VJKViDd5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#p6om1lLyustCvkR4SHT4B9vfPsbZd2rg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:17.125rem;top:0.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#a6kqThdaqy0Gm9KFMe0MVz5R119oJcXq { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:9.375rem;left:0rem;display:block; }
#rNfLf66q4SVZQhgsF96O25zaVJgEJJmw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:7.5rem;top:3.9104156494141rem;left:1.3125rem;overflow:hidden;display:block; }
#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT { position:relative;display:block; }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT { background-color: transparent; background-image: none; }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT > .row .container > .video-iframe-container { display: none; }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT > .row > .video-iframe-container { display: none; }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT > .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); }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT { border-width: 0; border-radius: 0; }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DX4NUvMPsFGsdfscz2NCDadhw0L8ukV7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.5rem;top:0.5625rem;left:1.9375rem;overflow:hidden;display:block; }
#v2TloCv1asdlrAl9olqfHMbRXwJTnihx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:14.3125rem;top:5.9375190734863rem;left:29.5rem;overflow:hidden;display:block; }
#SuPwq4iGwIMCfiQz8b9OtJfyHQg1shWT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5rem;top:4.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#zGluclw63Mn880ik5FF5nQc7vHGrJaxt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5rem;top:4.5rem;left:7.9375rem;overflow:hidden;display:block; }
#VcGnz4tIKuhdcK17gsao51BnMZW7N0kN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.625rem;top:5.0000190734863rem;left:21.904167175293rem;overflow:hidden;display:block; }
#BaVLvkE3DctAKgRBx2SpcSATa0bhbZNV { 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:4rem;width:3.75rem;top:4.5625190734863rem;left:15.4375rem;overflow:hidden;display:block; }
#Wu7NCnN1RDvFBLNvTi6BDPlzTSJOk8Xa { 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.6875rem;width:3.75rem;top:5.2187690734863rem;left:52.71667098999rem;overflow:hidden;display:block; }
#EDN4TJuWDTsZHebsStcaIIeFo2DW34wB { 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:4.375rem;width:6.25rem;top:4.3750190734863rem;left:44.850002288818rem;overflow:hidden;display:block; }
#VwydIanJLptM4ldoE5kGZssGayW2claU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.875rem;top:5.5000190734863rem;left:59.02917098999rem;overflow:hidden;display:block; }
#p7tDbIRcF1O3w2ApDf0SncHA9pzdcTzy { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:9.5rem;left:0rem;display:block; }
#lespIGfbzIQxCcp6vbwPilLRhbGinh6q { position:relative;display:block; }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q { background-color: transparent; background-image: none; }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q > .row .container > .video-iframe-container { display: none; }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q > .row > .video-iframe-container { display: none; }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q > .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); }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q { border-width: 0; border-radius: 0; }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZOm4RAdTNZSRWpnVDRzdNu474uBOrqQr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.875rem;top:1.1875rem;left:1.9027776718139rem;overflow:hidden;display:block; }
#Qa22XCKGraKwRfbAki54z0Md5CHCPhEx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:5.1875rem;top:5.0869140625rem;left:1.90234375rem;overflow:hidden;display:block; }
#ofuh3MBF6RLTg3CG47CQg3xMM9XGrnUn { 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.9375rem;width:6.375rem;top:6.0244140625rem;left:9.466796875rem;overflow:hidden;display:block; }
#xcStMrmNzCgx9R928J35noltNZ2N3ESD { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:11.375rem;left:0rem;display:block; }
#iHRlKDkmSHvKDCw0C3IwcOrTxqsHCKEU { 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:6.875rem;top:6.0869140625rem;left:18.75rem;overflow:hidden;display:block; }
#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr { position:relative;display:block; }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr { background-color: transparent; background-image: none; }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr > .row .container > .video-iframe-container { display: none; }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr > .row > .video-iframe-container { display: none; }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr > .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); }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr { border-width: 0; border-radius: 0; }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#SB6vLqt88EMlDUo4mNTRbFnDylpdUOFv { position:absolute;display:block;z-index:15001;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.1875rem;width:11.9375rem;top:0.92499923706056rem;left:1.5302085876465rem;overflow:hidden;display:block; }
#ADoOXxkqIcThGutLsdiryq65vZxOwblQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.0625rem;top:4.0810546875rem;left:1.716796875rem;overflow:hidden;display:block; }
#XvSh9dL0GcB7PiOkw4XURU9oEpznfKSk { 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:1.375rem;width:6.25rem;top:5.3625001907349rem;left:7.2875022888181rem;overflow:hidden;display:block; }
#zDpzp0xG0cy5JLzTMZf0FDsJgsSzciJ6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.9375rem;top:5.3624992370606rem;left:15.467708587646rem;overflow:hidden;display:block; }
#SRtRndUihW2aWEO8eKRhC1Gpz6gSlUst { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.125rem;top:4.6435546875rem;left:25.875rem;overflow:hidden;display:block; }
#OowcWTrfzGlrIK0LsTSRH6zdpwToH9hy { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:10.6875rem;top:4.6748046875rem;left:37.9375rem;overflow:hidden;display:block; }
#HOyAATtcfBbWyKVHWQgMxfx681hl7suO { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.1875rem;top:4.8623046875rem;left:49.75rem;overflow:hidden;display:block; }
#cVkrxCd4l2EJZ59hWT6PTVGUovUvZgFk { position:absolute;display:block;z-index:15018;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:3rem;width:8.8125rem;top:9.3125rem;left:48.9375rem;overflow:hidden;display:block; }
#fBwDUL85f4Zp94wCAATTNXGoT2KbWPcu { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6.1875rem;top:10.625rem;left:1.716796875rem;overflow:hidden;display:block; }
#kAEFPvO0nFr4TxBEbHi7pq2IExzHwI3P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.875rem;top:9.5625rem;left:10rem;overflow:hidden;display:block; }
#MDK4MqlE3Om8DJEa4CMbfGe0bzlmFR5i { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:3.375rem;top:9.375rem;left:19.75rem;overflow:hidden;display:block; }
#g5l5wMNEuuiefXHnH9ivNosm4Px3Z2az { position:absolute;display:block;z-index:15021;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:5.5rem;width:7.75rem;top:8.6875rem;left:26.625rem;overflow:hidden;display:block; }
#HffQymi8a8INKd8yEgStCT6bTgsxP0OE { position:absolute;display:block;z-index:15022;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.75rem;width:8.5625rem;top:9.75rem;left:38.25rem;overflow:hidden;display:block; }
#ISOzCwFLSweAuv5E3g7iHVTgeRG8frdg { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:14.25rem;left:0rem;display:block; }
#RE54SZNXsCgw4bDvuVc0233e7MayhoeE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.1875rem;top:9.9375rem;left:60.125rem;overflow:hidden;display:block; }
#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 { position:relative;display:block; }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 { background-color: transparent; background-image: none; }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 > .row .container > .video-iframe-container { display: none; }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 > .row > .video-iframe-container { display: none; }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 > .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); }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 { border-width: 0; border-radius: 0; }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cqsEDbdRR9xCHN8cOyzoHVx1ysxdwMJL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.875rem;top:0.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#RTnpmMhMAMVJAqeC33IuaQTAeTATGXHt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3.3125rem;top:4.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#v79z0LgB4D6Ec5F5mzzzrdTWSMi9Sx5W { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5rem;top:5.6875rem;left:6.875rem;overflow:hidden;display:block; }
#i8mVIRAiuv7aDGGomywQCUhxp9mTTh5D { 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.875rem;width:3.75rem;top:4.4375rem;left:13.75rem;overflow:hidden;display:block; }
#aBVmRG5t0T45yDihI3kaKkooZafPXk1s { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:10.625rem;left:0rem;display:block; }
#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 { position:relative;display:block; }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 { background-color: transparent; background-image: none; }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 > .row .container > .video-iframe-container { display: none; }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 > .row > .video-iframe-container { display: none; }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 > .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); }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 { border-width: 0; border-radius: 0; }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Q1wAEZBiiG01oh7pJHQX1h6Potsw4LW6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.25rem;top:0.625rem;left:1.9375rem;overflow:hidden;display:block; }
#GX07wkGkXoeAVTv5QHniqnBTnzLTBCgL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:5rem;top:4.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#UTpCk4MVrdZ5e7rGPEoJDZL10a2P20a8 { 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.9375rem;width:3.9375rem;top:4.3125rem;left:8.875rem;overflow:hidden;display:block; }
#gqbAtFQkbNa3KhFFUcOrSb2gohF2DJoP { 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:3.8125rem;width:3.75rem;top:4.375rem;left:14.75rem;overflow:hidden;display:block; }
#oAMB2THnkraox6CuFN5AwW044hOyexbQ { 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:2.25rem;width:6.25rem;top:5.1875rem;left:20.5rem;overflow:hidden;display:block; }
#hQkPqdFRtOiTochIQXE6Owgv507b8FST { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3.75rem;top:3.75rem;left:28.5rem;overflow:hidden;display:block; }
#VhTh5IM37uoxtrudlcmqQArr8gtkVm8t { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:6.875rem;top:4.25rem;left:33.4375rem;overflow:hidden;display:block; }
#eKle5o7bMqJ5TPCgaKVprvCvcxoA8l28 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.0625rem;top:3.75rem;left:43.96875rem;overflow:hidden;display:block; }
#DLUhZ8d6wX53LTB3vTu43NNTamq5TKGo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:9.96875rem;left:34.9375rem;overflow:hidden;display:block; }
#Adiz45vOrvvMfNi9vJywaiJ1peHASRPx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.4375rem;top:9.71875rem;left:26.75rem;overflow:hidden;display:block; }
#CWvDkayEFIUZvIVp5UnuViNTK2lupC9N { position:absolute;display:block;z-index:15019;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:5.0625rem;width:5.0625rem;top:8.875rem;left:18.5rem;overflow:hidden;display:block; }
#QTQZz1q99OOw47ZlQTTQUEVowIilwTap { position:absolute;display:block;z-index:15020;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:4.9375rem;top:10.34375rem;left:11.5234375rem;overflow:hidden;display:block; }
#sAd9oTaU1T88q06bmpwgFtVZifuZFPsv { position:absolute;display:block;z-index:15021;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.375rem;width:9.875rem;top:10.1875rem;left:1.0859375rem;overflow:hidden;display:block; }
#JOuSMgyhGE4wvmcZ12levnUaUpdeOUee { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:15.5rem;left:0rem;display:block; }
#P42aTq1FZBT8A25RWN44Zlc5OAWmOTZ3 { position:absolute;display:block;z-index:15022;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.25rem;width:7.5rem;top:9.96875rem;left:42.4375rem;overflow:hidden;display:block; }
#JlqF8AMK9cyJ92At4T3wsVMoRZNrpHfe { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:9.875rem;left:51rem;overflow:hidden;display:block; }
#hvQiUAZULQiFNgZcXrxVVCZTcQ6f0oEC { position:absolute;display:block;z-index:15024;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.9375rem;top:4.3125rem;left:50.59375rem;overflow:hidden;display:block; }
#E9ZThTOdSg6SAlLtLE8cSglUfAvUfAh1 { position:absolute;display:block;z-index:15025;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.1875rem;width:5.875rem;top:4.71875rem;left:57.1142578125rem;overflow:hidden;display:block; }
#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt { position:relative;display:block; }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt { background-color: transparent; background-image: none; }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt > .row .container > .video-iframe-container { display: none; }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt > .row > .video-iframe-container { display: none; }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt > .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); }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt { border-width: 0; border-radius: 0; }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zPOkcaTPLL9nrxCM8ro11ZmJLa2K6rG1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.875rem;top:1.5000019073486rem;left:2.3125rem;overflow:hidden;display:block; }
#rswNTEMctv0CEQqnGLnJAWZyQwHPaTuZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.3125rem;top:5.0645751953125rem;left:2.3125rem;overflow:hidden;display:block; }
#C7Xkc7KJusgByz6S8mT7lpMcQihtaMR2 { 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.5625rem;width:8.6875rem;top:5.064453125rem;left:37.2490234375rem;overflow:hidden;display:block; }
#GpL9pagCOSMBl0rySdeSQ0cVUn7aBwbQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:5.3125rem;top:4.564453125rem;left:30.875rem;overflow:hidden;display:block; }
#X6DdggMr2eU0Bp6Ds8hibf24KvSis2IK { 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.375rem;width:5.3125rem;top:4.84375rem;left:10.029296875rem;overflow:hidden;display:block; }
#Wo92K3uDVb9867WQqtXUTMEbsQskQe9m { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.3125rem;top:5.064453125rem;left:17.5rem;overflow:hidden;display:block; }
#EP5uKd6CgvWIhnnrTTD0xSnXtk27nr0y { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.125rem;top:5.064453125rem;left:47.3115234375rem;overflow:hidden;display:block; }
#Sp64eFvvWFbCQ8qlh0Ot5y9usOAmrx69 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5rem;top:4.283203125rem;left:24.091796875rem;overflow:hidden;display:block; }
#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 { position:relative;display:block; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 { background-color: transparent; background-image: none; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row .container > .video-iframe-container { display: none; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row > .video-iframe-container { display: none; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .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); }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 { border-width: 0; border-radius: 0; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .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; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bGfsaNhMqMnqV1XrQ0HZbzycKULIZ5dr { 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.625rem;width:10.8125rem;top:1.3749980926514rem;left:4.9375rem;overflow:hidden;display:block; }
#PJvucou8bnMavCDXv2tNdgQ5MO6WZeyO { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:17.25rem;top:1.5rem;left:2.46875rem;overflow:hidden;display:block; }
#SX1TtAtzGqUC3Ni7shR1t8WzXmIHFWAT { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.677734375rem;left:52.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aQU30FomaBGvshQ3BabGvJrCJgWAxaps { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#NhZz5rfQ2sWzpN7W3p1N9ooDWx3Vl6F0 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.5135440826419rem;left:26.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghxaiwWEV9o2B62g6QqBc8TmUeATFZTN { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5126953125rem;left:52.59375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhyE6aLep9AbkeDu8dVMseBgn331G7Lq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:23.4375rem;top:5.6875019073486rem;left:50.781246185302rem;overflow:hidden;display:block; }
#wF5mo9dsbbpTHZs64E7fawkK487GrQWV { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.9775390625rem;left:52.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#waRBkbyMDH8dQWbmIST8TNl45Atelzey { position:absolute;display:block;z-index:15018;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:22.6875rem;top:5.6875019073486rem;left:25.78125rem;overflow:hidden;display:block; }
#v72RRL3PJswOcFfxgt9kWlWUt6ayh297 { position:absolute;display:block;z-index:15019;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:22.6875rem;top:5.6875019073486rem;left:1.15625rem;overflow:hidden;display:block; }
#E5kBTtPLZ2AsLqLUAmwW0f3aihiZ9f8z { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.97812461853rem;left:26.8125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nnmiDaQaEUGcr5ElcH17fsJd2qNy2aA5 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.67812538147rem;left:2.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#u2vZTs1xyxbKgESH7v6Z0lEfr3f9G9ya { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5135440826419rem;left:2.59375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .row .container { background-color: transparent; background-image: none; }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .row .container > .video-iframe-container { display: none; }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .row > .video-iframe-container { display: none; }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .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); }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .row .container { border-width: 0; border-radius: 0; }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#ALM96Xf6CmJG5drE7rleiX3Hx4TWNhuw { color:#004673;display:block;width:25.375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:8.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTOrR4sGqsvsPrTqrVT1PCcpDI2qUykQ { position:absolute;display:block;z-index:15002;background-color:#004673;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:0.125rem;top:0.95624923706056rem;left:31.062500953674rem;display:block; }
#CJdW7T5JfW1sNvZFBdeMsmE6nWKV5xxS { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:0.95624923706056rem;left:1.375rem;height:4.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IoGmn7N4zcx1yQSzQ8OXkt3dnNweiMiV { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.95624923706056rem;left:32.562500953674rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#G6MQ0DSbLGrtaB4kDQ6gPQf4lp11q7PR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.390625rem;left:32.562500953674rem;height:0.73125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bCJtJKgNiQi7I3NsBnHGEPncV8uf8Xly { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.4375rem;top:0.95624923706056rem;left:50.584374427796rem;overflow:hidden;display:block; }
#Ap8eIrLOQC9oFnHlydhOOkNhcUFbPcep { 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.25rem;width:10.75rem;top:0.95624923706056rem;left:61.596874237061rem;overflow:hidden;display:block; }
#zGP8z40NbXdkVPplC9xiFgvqhwM7IllN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:1.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.3812561035156rem;left:62.159374237061rem;display:block; }
#ifOAXnpUXhGOLWLBHiBn12HcHL0FMhol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv { display:block; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6hHClqLrVzQshheA1rCC8RIurycCeSw { width:9.125rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAEhHS3QOpWDSnA5tClruTesXD1hTBeS { width:14.0625rem;height:2.625rem;top:0.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1iSJ5tOU1JtcvP2nT4GKe1QC5Np7ZT5 { width:10.5625rem;height:1.875rem;top:1.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvI3oSEmUXEyNFBwmABKMnG4lvFMsTIL { width:12.75rem;height:2.5rem;top:0.875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T14bBqOrmvCsrxxBgsdvS9SDTnavqwsU { width:9.375rem;height:1.875rem;top:1.25rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDF2GXii0xEktiiOBNO6u1Eek3W366sL { width:15rem;height:2.5rem;top:0.8125rem;left:28.718746185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctq72GDBphMiBgsweQxbbKW2athMI2Lp { width:13.5625rem;height:1.875rem;top:1.25rem;left:29.437496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppiFhI5RZI4zrKT9rRxapAL0qvxP2LQT { width:13.3125rem;height:2.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T91hoLxkQhISlFsqsyxistuUreElGp7p { width:7.625rem;height:2.5rem;top:0.8125rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGCcTeNLEU1fD3F9yI8uGNkXdDguTAaq { width:5.3125rem;height:1.875rem;top:1.25rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elTsT3GtOmcmTxf096HHK9P5cUQvHsZV { width:8.0625rem;height:2.5rem;top:0.8125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5RTaKotWvm89xaIui5amKfn2FGVtdq3 { width:5.9375rem;height:1.875rem;top:1.25rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB { display:block; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ztl9kATJFEvlIKlkcNgW6v7UTL00CWJS { width:7.25rem;height:5.6875rem;top:7.375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixIJHLbfWPDeuJMve1NQv2XV5zbsVP5h { width:42.5625rem;height:23.0625rem;top:2rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifiJ7VRAOIUAiMiApUHo82A7gZkC812y { width:46.6875rem;height:39.8125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 { display:block; }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOPzI0bHL6LyqTSmNst5M0Q4ql3k01DW { width:31.625rem;height:15.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXs6JSGdAtbzgAApS7t5BlGNPcXrIqn9 { width:31.625rem;height:5.0625rem;top:6rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sglp4RrWwcF0GzLPvdvsxAN0at4Bw9pw { width:47.75rem;height:7.1407672301691rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXB0VgTDaxownAlSUklEoXTodmCuCVmT { display:block; }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d04dDWyxeTkW62cghJVVUTnoDl6Wa1oK { width:31.3125rem;height:9.0625rem;top:2.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGweEz4FSxvZLuWmXBWEgv9dz9a3v6rq { width:30.625rem;height:12.5rem;top:2.3125rem;left:17.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvNAWJ3OH7nD0HUisxXIKow2FiNRSqk3 { width:25.75rem;height:2.25rem;top:12.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLJz3iI6V1andpbZefmQlCq7vDufnJwl { width:8.625rem;height:4.625rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0haFTnJrV2HfQfb0EA1MA1N0PkQSZJi { width:16.8125rem;height:15rem;top:6.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO { display:block; }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7uxL9frK8vRq0XzAVfUPUx5OqTAeDG { width:35.4375rem;height:24.5rem;top:0rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf7sckUR9O4tEIQTILx5CBgguKmwJ4bA { width:12.5rem;height:1.75rem;top:20rem;left:35.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AORJBOAWdlZwJ49oi9UhTZLqTpt9X6kz { width:33.875rem;height:25.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDPfvRbW3P65b9ciES4smibUpo6OTLKT { width:24.6875rem;height:16.625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtsmcUUDTPGMoUPDTLw0kVilKPZnedNw { width:25.8125rem;height:17rem;top:5.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohsqaX6lallIVTHNSb7WMu0Hs5GNBuhT { width:26.375rem;height:13.625rem;top:5.125rem;left:21.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz { display:none; }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wfDlZwV5I3umZOomi68fzIHxTeqPA0KG { width:30.875rem;height:4.125rem;top:0.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUQb45IU5mdirsTIpCS7hRxPMVc5mTV6 { width:3.9375rem;height:3.0625rem;top:0.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxfyFrKe2I5olkXKi84GtURA4XmmrT8c { display:block; }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfHbu7VW7aOUhlSIKJpMqZT5dQsoRTxo { width:24.0625rem;height:12.9375rem;top:2.875rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6BeaSPyUMEQszJZmkz3R0BDUGz3eUq5 { width:24.0625rem;height:12.9375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl { display:block; }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlOcpvvDAiT4A1T0Pw7uf3zvuhTvgJLg { width:7.1875rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2XfCoNThd1Q1qnIzqERUuwQTgoeB0ld { width:11.0625rem;height:4.6875rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6oqnvPfeBteVvtc1dR8PGTDlC6Iuwo8 { width:0.125rem;height:6.9375rem;top:0.9375rem;left:1.7426593959731rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVbDmapyO5gSCmfZ57z5p8cl2tONS9LF { width:11.9375rem;height:2.1875rem;top:0.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz7ZpIn1OI3ATlCNMMLg8O7omewTmRQ4 { width:7.5rem;height:2.625rem;top:4.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phvAV3RQMLRUXzLeAiEyMHoODH8oIi63 { width:7.5rem;height:2.375rem;top:4.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSd6k0onuuWc34XdJwgx2ad7NUJXUcrc { width:7.5rem;height:1.9375rem;top:4.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSRlAEKtN2EitFBPF7E4SmAwh55nccXP { width:47.75rem;height:0.125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k94pdEIyEz6SCMgIh20wNx0hH4G07Lcp { width:0.125rem;height:9.625rem;top:1rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #INHEEITkhh1Uke8PTndy5V39iv45fD48 { display:block; }#INHEEITkhh1Uke8PTndy5V39iv45fD48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbaBw76J6eKnC8tT8lAuuk4BC3RqLAEd { width:11.3125rem;height:2.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF30o5KuT4ZWUSbeJmsVxCld8VlUTcbl { width:13.3125rem;height:4.6875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG1mFmN4OCIgWoVJXlaHErRI7RGNDBcH { width:8.625rem;height:4.625rem;top:3.625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtCtTDAFmAT9T0TsXFpczL9tXqQocing { width:47.75rem;height:0.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AanQStSr2SDReeklwugnNUy1VJKViDd5 { display:block; }#AanQStSr2SDReeklwugnNUy1VJKViDd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6om1lLyustCvkR4SHT4B9vfPsbZd2rg { width:17.125rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6kqThdaqy0Gm9KFMe0MVz5R119oJcXq { width:47.75rem;height:0.125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNfLf66q4SVZQhgsF96O25zaVJgEJJmw { width:7.5rem;height:3.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT { display:block; }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX4NUvMPsFGsdfscz2NCDadhw0L8ukV7 { width:13.5rem;height:2.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2TloCv1asdlrAl9olqfHMbRXwJTnihx { width:14.3125rem;height:1.25rem;top:5.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuPwq4iGwIMCfiQz8b9OtJfyHQg1shWT { width:5rem;height:4.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGluclw63Mn880ik5FF5nQc7vHGrJaxt { width:5rem;height:4.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcGnz4tIKuhdcK17gsao51BnMZW7N0kN { width:5.625rem;height:3.125rem;top:5rem;left:8.2791671752931rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaVLvkE3DctAKgRBx2SpcSATa0bhbZNV { width:3.75rem;height:4rem;top:4.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7NCnN1RDvFBLNvTi6BDPlzTSJOk8Xa { width:3.75rem;height:2.6875rem;top:5.1875rem;left:39.09167098999rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDN4TJuWDTsZHebsStcaIIeFo2DW34wB { width:6.25rem;height:4.375rem;top:4.375rem;left:31.225002288818rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwydIanJLptM4ldoE5kGZssGayW2claU { width:6.875rem;height:2.125rem;top:5.5rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7tDbIRcF1O3w2ApDf0SncHA9pzdcTzy { width:47.75rem;height:0.1875rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lespIGfbzIQxCcp6vbwPilLRhbGinh6q { display:block; }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOm4RAdTNZSRWpnVDRzdNu474uBOrqQr { width:13.875rem;height:2.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa22XCKGraKwRfbAki54z0Md5CHCPhEx { width:5.1875rem;height:4.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofuh3MBF6RLTg3CG47CQg3xMM9XGrnUn { width:6.375rem;height:3.9375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcStMrmNzCgx9R928J35noltNZ2N3ESD { width:47.75rem;height:0.125rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHRlKDkmSHvKDCw0C3IwcOrTxqsHCKEU { width:6.875rem;height:2.8125rem;top:6.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr { display:block; }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SB6vLqt88EMlDUo4mNTRbFnDylpdUOFv { width:11.9375rem;height:2.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADoOXxkqIcThGutLsdiryq65vZxOwblQ { width:4.0625rem;height:3.9375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvSh9dL0GcB7PiOkw4XURU9oEpznfKSk { width:6.25rem;height:1.375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDpzp0xG0cy5JLzTMZf0FDsJgsSzciJ6 { width:8.9375rem;height:1.25rem;top:5.3125rem;left:1.8427085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRtRndUihW2aWEO8eKRhC1Gpz6gSlUst { width:11.125rem;height:2.8125rem;top:4.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OowcWTrfzGlrIK0LsTSRH6zdpwToH9hy { width:10.6875rem;height:2.75rem;top:4.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOyAATtcfBbWyKVHWQgMxfx681hl7suO { width:7.1875rem;height:2.375rem;top:4.8125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVkrxCd4l2EJZ59hWT6PTVGUovUvZgFk { width:8.8125rem;height:3rem;top:9.3125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBwDUL85f4Zp94wCAATTNXGoT2KbWPcu { width:6.1875rem;height:1.625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAEFPvO0nFr4TxBEbHi7pq2IExzHwI3P { width:7.875rem;height:3.75rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDK4MqlE3Om8DJEa4CMbfGe0bzlmFR5i { width:3.375rem;height:4.125rem;top:9.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5l5wMNEuuiefXHnH9ivNosm4Px3Z2az { width:7.75rem;height:5.5rem;top:8.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HffQymi8a8INKd8yEgStCT6bTgsxP0OE { width:8.5625rem;height:2.75rem;top:9.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISOzCwFLSweAuv5E3g7iHVTgeRG8frdg { width:47.75rem;height:0.125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE54SZNXsCgw4bDvuVc0233e7MayhoeE { width:7.1875rem;height:1.75rem;top:9.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 { display:block; }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqsEDbdRR9xCHN8cOyzoHVx1ysxdwMJL { width:7.875rem;height:2.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnpmMhMAMVJAqeC33IuaQTAeTATGXHt { width:3.3125rem;height:4.25rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v79z0LgB4D6Ec5F5mzzzrdTWSMi9Sx5W { width:5rem;height:1.75rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8mVIRAiuv7aDGGomywQCUhxp9mTTh5D { width:3.75rem;height:3.875rem;top:4.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBVmRG5t0T45yDihI3kaKkooZafPXk1s { width:47.75rem;height:0.125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 { display:block; }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1wAEZBiiG01oh7pJHQX1h6Potsw4LW6 { width:12.25rem;height:2.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX07wkGkXoeAVTv5QHniqnBTnzLTBCgL { width:5rem;height:4rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTpCk4MVrdZ5e7rGPEoJDZL10a2P20a8 { width:3.9375rem;height:3.9375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqbAtFQkbNa3KhFFUcOrSb2gohF2DJoP { width:3.75rem;height:3.8125rem;top:4.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAMB2THnkraox6CuFN5AwW044hOyexbQ { width:6.25rem;height:2.25rem;top:5.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQkPqdFRtOiTochIQXE6Owgv507b8FST { width:3.75rem;height:4.25rem;top:3.75rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhTh5IM37uoxtrudlcmqQArr8gtkVm8t { width:6.875rem;height:4.125rem;top:4.25rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKle5o7bMqJ5TPCgaKVprvCvcxoA8l28 { width:3.0625rem;height:3.75rem;top:3.75rem;left:30.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLUhZ8d6wX53LTB3vTu43NNTamq5TKGo { width:3.875rem;height:2.875rem;top:9.9375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adiz45vOrvvMfNi9vJywaiJ1peHASRPx { width:3.4375rem;height:3.375rem;top:9.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWvDkayEFIUZvIVp5UnuViNTK2lupC9N { width:5.0625rem;height:5.0625rem;top:8.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQZz1q99OOw47ZlQTTQUEVowIilwTap { width:4.9375rem;height:2.8125rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAd9oTaU1T88q06bmpwgFtVZifuZFPsv { width:9.875rem;height:4.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOuSMgyhGE4wvmcZ12levnUaUpdeOUee { width:47.75rem;height:0.125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P42aTq1FZBT8A25RWN44Zlc5OAWmOTZ3 { width:7.5rem;height:3.25rem;top:9.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlqF8AMK9cyJ92At4T3wsVMoRZNrpHfe { width:3.6875rem;height:3.6875rem;top:9.875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvQiUAZULQiFNgZcXrxVVCZTcQ6f0oEC { width:3.9375rem;height:3.9375rem;top:4.3125rem;left:36.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9ZThTOdSg6SAlLtLE8cSglUfAvUfAh1 { width:5.875rem;height:3.1875rem;top:4.6875rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt { display:block; }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPOkcaTPLL9nrxCM8ro11ZmJLa2K6rG1 { width:11.875rem;height:2.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rswNTEMctv0CEQqnGLnJAWZyQwHPaTuZ { width:5.3125rem;height:2.8125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Xkc7KJusgByz6S8mT7lpMcQihtaMR2 { width:8.6875rem;height:2.5625rem;top:5.0625rem;left:23.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpL9pagCOSMBl0rySdeSQ0cVUn7aBwbQ { width:5.3125rem;height:2.25rem;top:4.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6DdggMr2eU0Bp6Ds8hibf24KvSis2IK { width:5.3125rem;height:2.375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo92K3uDVb9867WQqtXUTMEbsQskQe9m { width:5.3125rem;height:1.9375rem;top:5.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP5uKd6CgvWIhnnrTTD0xSnXtk27nr0y { width:7.125rem;height:1.75rem;top:5.0625rem;left:33.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp64eFvvWFbCQ8qlh0Ot5y9usOAmrx69 { width:5rem;height:2.8125rem;top:4.25rem;left:10.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 { display:block; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGfsaNhMqMnqV1XrQ0HZbzycKULIZ5dr { width:10.8125rem;height:3.625rem;top:1.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJvucou8bnMavCDXv2tNdgQ5MO6WZeyO { width:17.25rem;height:3.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX1TtAtzGqUC3Ni7shR1t8WzXmIHFWAT { width:19.8125rem;height:1.25rem;top:11.625rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQU30FomaBGvshQ3BabGvJrCJgWAxaps { width:19.8125rem;height:1.25rem;top:11.625rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZz5rfQ2sWzpN7W3p1N9ooDWx3Vl6F0 { width:19.8125rem;height:1.4375rem;top:9.5rem;left:11.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxaiwWEV9o2B62g6QqBc8TmUeATFZTN { width:19.8125rem;height:1.4375rem;top:9.5rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhyE6aLep9AbkeDu8dVMseBgn331G7Lq { width:23.4375rem;height:3.9375rem;top:5.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF5mo9dsbbpTHZs64E7fawkK487GrQWV { width:19.8125rem;height:1.25rem;top:12.9375rem;left:27.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waRBkbyMDH8dQWbmIST8TNl45Atelzey { width:22.6875rem;height:3.9375rem;top:5.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v72RRL3PJswOcFfxgt9kWlWUt6ayh297 { width:22.6875rem;height:3.9375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5kBTtPLZ2AsLqLUAmwW0f3aihiZ9f8z { width:19.8125rem;height:1.25rem;top:12.9375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnmiDaQaEUGcr5ElcH17fsJd2qNy2aA5 { width:19.8125rem;height:1.25rem;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2vZTs1xyxbKgESH7v6Z0lEfr3f9G9ya { width:19.8125rem;height:1.4375rem;top:9.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 { display:block; }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALM96Xf6CmJG5drE7rleiX3Hx4TWNhuw { width:25.375rem;height:1.625rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTOrR4sGqsvsPrTqrVT1PCcpDI2qUykQ { width:0.125rem;height:4.5625rem;top:0.9375rem;left:17.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJdW7T5JfW1sNvZFBdeMsmE6nWKV5xxS { top:0.9375rem;left:0rem;width:27.625rem;height:4.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoGmn7N4zcx1yQSzQ8OXkt3dnNweiMiV { width:13.75rem;height:1.3125rem;top:0.9375rem;left:18.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6MQ0DSbLGrtaB4kDQ6gPQf4lp11q7PR { width:12.5rem;height:0.6875rem;top:3.375rem;left:18.937500953674rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCJtJKgNiQi7I3NsBnHGEPncV8uf8Xly { width:6.4375rem;height:2.6875rem;top:0.9375rem;left:36.959374427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8eIrLOQC9oFnHlydhOOkNhcUFbPcep { width:10.75rem;height:2.25rem;top:0.9375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGP8z40NbXdkVPplC9xiFgvqhwM7IllN { width:9.625rem;height:1.1875rem;top:1.375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifOAXnpUXhGOLWLBHiBn12HcHL0FMhol { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row .container { background-color: transparent; background-image: none; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row .container > .video-iframe-container { display: none; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row > .video-iframe-container { display: none; }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .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); }#ymexT7GkRXbDLdulGZLH1JqXTe2HcRTv > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6hHClqLrVzQshheA1rCC8RIurycCeSw { width:6.0625rem;height:1.25rem;top:1.34375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAEhHS3QOpWDSnA5tClruTesXD1hTBeS { width:9rem;height:1.625rem;top:1.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1iSJ5tOU1JtcvP2nT4GKe1QC5Np7ZT5 { width:7rem;height:1.25rem;top:1.375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvI3oSEmUXEyNFBwmABKMnG4lvFMsTIL { width:9.5625rem;height:1.875rem;top:3.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T14bBqOrmvCsrxxBgsdvS9SDTnavqwsU { width:6.25rem;height:1.25rem;top:3.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDF2GXii0xEktiiOBNO6u1Eek3W366sL { width:10.6875rem;height:1.875rem;top:5.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctq72GDBphMiBgsweQxbbKW2athMI2Lp { width:9rem;height:1.25rem;top:6.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppiFhI5RZI4zrKT9rRxapAL0qvxP2LQT { width:8.375rem;height:1.6875rem;top:1.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T91hoLxkQhISlFsqsyxistuUreElGp7p { width:6.25rem;height:1.875rem;top:5.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGCcTeNLEU1fD3F9yI8uGNkXdDguTAaq { width:3.5rem;height:1.25rem;top:6.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elTsT3GtOmcmTxf096HHK9P5cUQvHsZV { width:6rem;height:1.875rem;top:3.5rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5RTaKotWvm89xaIui5amKfn2FGVtdq3 { width:3.9375rem;height:1.25rem;top:3.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB { background-color:transparent;background-image:none;display:block; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row .container { background-color: transparent; background-image: none; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row .container > .video-iframe-container { display: none; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row > .video-iframe-container { display: none; }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .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); }#aIH5DM2ofTdmWBF3gwEUlwtfTmhHvbFB > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ztl9kATJFEvlIKlkcNgW6v7UTL00CWJS { width:2rem;height:1.5625rem;top:1.0625rem;left:16.468749582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixIJHLbfWPDeuJMve1NQv2XV5zbsVP5h { width:10.9375rem;height:5.8125rem;top:0rem;left:4.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifiJ7VRAOIUAiMiApUHo82A7gZkC812y { width:5.3125rem;height:4.5625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 { display:block; }#UL8LhaEZBfdsD21ndo9B3UEI91EPn0x3 > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOPzI0bHL6LyqTSmNst5M0Q4ql3k01DW { width:20rem;height:9.802371541502rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXs6JSGdAtbzgAApS7t5BlGNPcXrIqn9 { width:20rem;height:3.201581027668rem;top:12.3020625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sglp4RrWwcF0GzLPvdvsxAN0at4Bw9pw { width:20rem;height:2.9908972691808rem;top:16.75414375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXB0VgTDaxownAlSUklEoXTodmCuCVmT { display:block; }#tXB0VgTDaxownAlSUklEoXTodmCuCVmT > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d04dDWyxeTkW62cghJVVUTnoDl6Wa1oK { width:18.1875rem;height:12.675rem;top:16.324999809265rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGweEz4FSxvZLuWmXBWEgv9dz9a3v6rq { width:18.3125rem;height:14.625rem;top:0.68750095367431rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvNAWJ3OH7nD0HUisxXIKow2FiNRSqk3 { width:18.25rem;height:2.275rem;top:29.737500190735rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLJz3iI6V1andpbZefmQlCq7vDufnJwl { width:8.625rem;height:4.625rem;top:32.124999046326rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0haFTnJrV2HfQfb0EA1MA1N0PkQSZJi { width:7.625rem;height:6.8125rem;top:37.324999809265rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO { display:block; }#cAC0ssfr2bA9LTnKk5lqLcAEfolcEnlO > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7uxL9frK8vRq0XzAVfUPUx5OqTAeDG { width:20rem;height:13.2573125rem;top:9.5625038146975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf7sckUR9O4tEIQTILx5CBgguKmwJ4bA { width:12.5rem;height:1.7875rem;top:52.5625rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AORJBOAWdlZwJ49oi9UhTZLqTpt9X6kz { width:20rem;height:14.79704797048rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDPfvRbW3P65b9ciES4smibUpo6OTLKT { width:20rem;height:13.46835443038rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtsmcUUDTPGMoUPDTLw0kVilKPZnedNw { width:20rem;height:21.6125rem;top:18.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohsqaX6lallIVTHNSb7WMu0Hs5GNBuhT { width:17.875rem;height:14.625rem;top:0rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz { display:block; }#hPodXCVFC8CDtTu4DT4xNSOphyzxiXuz > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfDlZwV5I3umZOomi68fzIHxTeqPA0KG { width:12.5625rem;height:1.5rem;top:0.63437652587888rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUQb45IU5mdirsTIpCS7hRxPMVc5mTV6 { width:2.8125rem;height:2.1875rem;top:0.57187652587891rem;left:16.748958587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxfyFrKe2I5olkXKi84GtURA4XmmrT8c { display:block; }#QxfyFrKe2I5olkXKi84GtURA4XmmrT8c > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfHbu7VW7aOUhlSIKJpMqZT5dQsoRTxo { width:18.1875rem;height:9.75rem;top:3.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6BeaSPyUMEQszJZmkz3R0BDUGz3eUq5 { width:20rem;height:10.753246753247rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl { display:block; }#BDxfIpXTsrPDcVzq70fUziTnTIFVP7Tl > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlOcpvvDAiT4A1T0Pw7uf3zvuhTvgJLg { width:3.625rem;height:1rem;top:1.0520820617676rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2XfCoNThd1Q1qnIzqERUuwQTgoeB0ld { width:6.125rem;height:2.5625rem;top:2.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6oqnvPfeBteVvtc1dR8PGTDlC6Iuwo8 { width:0.125rem;height:6.9375rem;top:4.6875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVbDmapyO5gSCmfZ57z5p8cl2tONS9LF { width:5.5rem;height:1rem;top:5.9375038146972rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pz7ZpIn1OI3ATlCNMMLg8O7omewTmRQ4 { width:4.625rem;height:1.5625rem;top:8rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phvAV3RQMLRUXzLeAiEyMHoODH8oIi63 { width:5.4375rem;height:1.75rem;top:7.96875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSd6k0onuuWc34XdJwgx2ad7NUJXUcrc { width:4.6875rem;height:1.25rem;top:8.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSRlAEKtN2EitFBPF7E4SmAwh55nccXP { width:20rem;height:0.125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k94pdEIyEz6SCMgIh20wNx0hH4G07Lcp { width:9.625rem;height:0.125rem;top:4.9375rem;left:4.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #INHEEITkhh1Uke8PTndy5V39iv45fD48 { display:block; }#INHEEITkhh1Uke8PTndy5V39iv45fD48 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbaBw76J6eKnC8tT8lAuuk4BC3RqLAEd { width:6.5rem;height:1rem;top:0.47604370117188rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF30o5KuT4ZWUSbeJmsVxCld8VlUTcbl { width:7.25rem;height:2.4375rem;top:1.96875rem;left:2.1318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG1mFmN4OCIgWoVJXlaHErRI7RGNDBcH { width:4.8125rem;height:2.625rem;top:1.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtCtTDAFmAT9T0TsXFpczL9tXqQocing { width:20rem;height:0.125rem;top:4.6010417938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AanQStSr2SDReeklwugnNUy1VJKViDd5 { display:block; }#AanQStSr2SDReeklwugnNUy1VJKViDd5 > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6om1lLyustCvkR4SHT4B9vfPsbZd2rg { width:7.8125rem;height:1rem;top:0.65625rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6kqThdaqy0Gm9KFMe0MVz5R119oJcXq { width:20rem;height:0.125rem;top:5.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNfLf66q4SVZQhgsF96O25zaVJgEJJmw { width:4.125rem;height:1.875rem;top:2.59375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT { display:block; }#h8sRiMa7XZ1TaqWlKGhtfdoyBREDWsvT > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX4NUvMPsFGsdfscz2NCDadhw0L8ukV7 { width:6.125rem;height:1rem;top:0.6767578125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2TloCv1asdlrAl9olqfHMbRXwJTnihx { width:10.125rem;height:0.8125rem;top:6.0281248092651rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuPwq4iGwIMCfiQz8b9OtJfyHQg1shWT { width:2.9375rem;height:2.5rem;top:2.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGluclw63Mn880ik5FF5nQc7vHGrJaxt { width:3rem;height:2.5rem;top:2.375rem;left:5.1947908401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcGnz4tIKuhdcK17gsao51BnMZW7N0kN { width:3.1875rem;height:1.875rem;top:2.6875rem;left:9.9447908401487rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaVLvkE3DctAKgRBx2SpcSATa0bhbZNV { width:2.3125rem;height:2.5625rem;top:2.34375rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7NCnN1RDvFBLNvTi6BDPlzTSJOk8Xa { width:3.375rem;height:2.4375rem;top:7.809374809265rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDN4TJuWDTsZHebsStcaIIeFo2DW34wB { width:6.25rem;height:4.375rem;top:6.840624809265rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwydIanJLptM4ldoE5kGZssGayW2claU { width:5.625rem;height:1.6875rem;top:8.0208349227906rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7tDbIRcF1O3w2ApDf0SncHA9pzdcTzy { width:20rem;height:0.1875rem;top:11.097916603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lespIGfbzIQxCcp6vbwPilLRhbGinh6q { display:block; }#lespIGfbzIQxCcp6vbwPilLRhbGinh6q > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOm4RAdTNZSRWpnVDRzdNu474uBOrqQr { width:6.625rem;height:1rem;top:0.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa22XCKGraKwRfbAki54z0Md5CHCPhEx { width:3.3125rem;height:3.125rem;top:1.5625rem;left:1.6318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofuh3MBF6RLTg3CG47CQg3xMM9XGrnUn { width:4.25rem;height:2.625rem;top:1.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcStMrmNzCgx9R928J35noltNZ2N3ESD { width:20rem;height:0.125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHRlKDkmSHvKDCw0C3IwcOrTxqsHCKEU { width:4.25rem;height:1.6875rem;top:2.28125rem;left:14.3232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr { display:block; }#fdCUUrpCkFBDS1hHQTiWTMvFpXC4alvr > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SB6vLqt88EMlDUo4mNTRbFnDylpdUOFv { width:5.4375rem;height:1rem;top:0.7392578125rem;left:7.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ADoOXxkqIcThGutLsdiryq65vZxOwblQ { width:2.5625rem;height:2.5rem;top:1.7395858764649rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvSh9dL0GcB7PiOkw4XURU9oEpznfKSk { width:6.25rem;height:1.375rem;top:2.3020858764649rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDpzp0xG0cy5JLzTMZf0FDsJgsSzciJ6 { width:6.875rem;height:0.875rem;top:5.5520858764649rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRtRndUihW2aWEO8eKRhC1Gpz6gSlUst { width:7.375rem;height:1.875rem;top:5.0520858764649rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OowcWTrfzGlrIK0LsTSRH6zdpwToH9hy { width:7.25rem;height:1.875rem;top:8.177085876465rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOyAATtcfBbWyKVHWQgMxfx681hl7suO { width:5.625rem;height:1.875rem;top:8.177085876465rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVkrxCd4l2EJZ59hWT6PTVGUovUvZgFk { width:5.8125rem;height:2rem;top:2.3093748092651rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBwDUL85f4Zp94wCAATTNXGoT2KbWPcu { width:4.6875rem;height:1.25rem;top:11.177085876465rem;left:1.5385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAEFPvO0nFr4TxBEbHi7pq2IExzHwI3P { width:4.9375rem;height:2.375rem;top:10.614585876465rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDK4MqlE3Om8DJEa4CMbfGe0bzlmFR5i { width:2.1875rem;height:2.75rem;top:10.052085876465rem;left:14.194790840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5l5wMNEuuiefXHnH9ivNosm4Px3Z2az { width:5.0625rem;height:3.625rem;top:13rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HffQymi8a8INKd8yEgStCT6bTgsxP0OE { width:4.875rem;height:1.5rem;top:13.9443359375rem;left:8.4130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISOzCwFLSweAuv5E3g7iHVTgeRG8frdg { width:20rem;height:0.125rem;top:16.569791793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE54SZNXsCgw4bDvuVc0233e7MayhoeE { width:4.625rem;height:1.0625rem;top:14.28125rem;left:14.1943359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 { display:block; }#nzUOOOOqGHFPysWmI4Gw9gxRAoHM8Lm4 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cqsEDbdRR9xCHN8cOyzoHVx1ysxdwMJL { width:3.5625rem;height:1rem;top:0.6142578125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnpmMhMAMVJAqeC33IuaQTAeTATGXHt { width:1.9375rem;height:2.5rem;top:2.3093738555908rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v79z0LgB4D6Ec5F5mzzzrdTWSMi9Sx5W { width:3.5625rem;height:1.25rem;top:2.9343738555908rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8mVIRAiuv7aDGGomywQCUhxp9mTTh5D { width:2.375rem;height:2.5rem;top:2.4343738555908rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBVmRG5t0T45yDihI3kaKkooZafPXk1s { width:20rem;height:0.125rem;top:5.6145839691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 { display:block; }#ZwttdvkJmoLu9x7xRgrb02peB01JPhp4 > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1wAEZBiiG01oh7pJHQX1h6Potsw4LW6 { width:5.5625rem;height:1rem;top:0.8017578125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX07wkGkXoeAVTv5QHniqnBTnzLTBCgL { width:3.5rem;height:2.8125rem;top:2.6458339691162rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTpCk4MVrdZ5e7rGPEoJDZL10a2P20a8 { width:2.8125rem;height:2.8125rem;top:2.6458339691162rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqbAtFQkbNa3KhFFUcOrSb2gohF2DJoP { width:2.75rem;height:2.8125rem;top:2.6458339691162rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAMB2THnkraox6CuFN5AwW044hOyexbQ { width:5.1875rem;height:1.875rem;top:6.6458339691163rem;left:1.0385408401489rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQkPqdFRtOiTochIQXE6Owgv507b8FST { width:2.6875rem;height:3.0625rem;top:2.5208339691162rem;left:15.781249046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhTh5IM37uoxtrudlcmqQArr8gtkVm8t { width:4.125rem;height:2.5rem;top:6.6458339691163rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKle5o7bMqJ5TPCgaKVprvCvcxoA8l28 { width:2.0625rem;height:2.5625rem;top:10.177083969116rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLUhZ8d6wX53LTB3vTu43NNTamq5TKGo { width:2.8125rem;height:2.125rem;top:6.5208339691163rem;left:15.718749046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adiz45vOrvvMfNi9vJywaiJ1peHASRPx { width:2.625rem;height:2.625rem;top:10.145833969116rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWvDkayEFIUZvIVp5UnuViNTK2lupC9N { width:2.8125rem;height:2.8125rem;top:6.1770839691162rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQZz1q99OOw47ZlQTTQUEVowIilwTap { width:3.8125rem;height:2.1875rem;top:10.208333969116rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAd9oTaU1T88q06bmpwgFtVZifuZFPsv { width:6.1875rem;height:2.75rem;top:10.083333969116rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOuSMgyhGE4wvmcZ12levnUaUpdeOUee { width:20rem;height:0.125rem;top:16.6767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P42aTq1FZBT8A25RWN44Zlc5OAWmOTZ3 { width:3.75rem;height:1.5rem;top:13.8017578125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlqF8AMK9cyJ92At4T3wsVMoRZNrpHfe { width:1.6875rem;height:1.6875rem;top:13.7080078125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvQiUAZULQiFNgZcXrxVVCZTcQ6f0oEC { width:2.375rem;height:2.375rem;top:13.3642578125rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9ZThTOdSg6SAlLtLE8cSglUfAvUfAh1 { width:3.5625rem;height:1.8125rem;top:13.7392578125rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt { display:block; }#obomlxeFeCbnFM1Ehn4tVEFT4owpJ5Tt > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPOkcaTPLL9nrxCM8ro11ZmJLa2K6rG1 { width:5.625rem;height:1rem;top:0.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rswNTEMctv0CEQqnGLnJAWZyQwHPaTuZ { width:4.125rem;height:2.1875rem;top:3.2499980926514rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Xkc7KJusgByz6S8mT7lpMcQihtaMR2 { width:6.3125rem;height:1.875rem;top:9.75rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpL9pagCOSMBl0rySdeSQ0cVUn7aBwbQ { width:4.375rem;height:1.875rem;top:6.3750019073488rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6DdggMr2eU0Bp6Ds8hibf24KvSis2IK { width:4.875rem;height:2.1875rem;top:3.15625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo92K3uDVb9867WQqtXUTMEbsQskQe9m { width:5.125rem;height:1.875rem;top:3.375rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP5uKd6CgvWIhnnrTTD0xSnXtk27nr0y { width:6.0625rem;height:1.5rem;top:6.8197917938231rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp64eFvvWFbCQ8qlh0Ot5y9usOAmrx69 { width:4.375rem;height:2.5rem;top:6.2500019073488rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 { display:block; }#R08XWQX2JDNwzetwOTHyx9x0BldKGLP4 > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGfsaNhMqMnqV1XrQ0HZbzycKULIZ5dr { width:8.375rem;height:2.8125rem;top:1.125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJvucou8bnMavCDXv2tNdgQ5MO6WZeyO { width:15.625rem;height:2.75rem;top:1.15625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX1TtAtzGqUC3Ni7shR1t8WzXmIHFWAT { width:19.8125rem;height:1.1375rem;top:19.621873855591rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQU30FomaBGvshQ3BabGvJrCJgWAxaps { width:19.8125rem;height:1.1375rem;top:12.41250038147rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZz5rfQ2sWzpN7W3p1N9ooDWx3Vl6F0 { width:19.8125rem;height:0.975rem;top:11.4375rem;left:0.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxaiwWEV9o2B62g6QqBc8TmUeATFZTN { width:19.8125rem;height:1.1375rem;top:17.346874237061rem;left:0.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhyE6aLep9AbkeDu8dVMseBgn331G7Lq { width:11.125rem;height:1.875rem;top:15.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF5mo9dsbbpTHZs64E7fawkK487GrQWV { width:19.8125rem;height:1.1375rem;top:18.484375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waRBkbyMDH8dQWbmIST8TNl45Atelzey { width:10.75rem;height:1.875rem;top:9.5625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v72RRL3PJswOcFfxgt9kWlWUt6ayh297 { width:10.75rem;height:1.875rem;top:4.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5kBTtPLZ2AsLqLUAmwW0f3aihiZ9f8z { width:19.8125rem;height:1.1375rem;top:13.549999237061rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnmiDaQaEUGcr5ElcH17fsJd2qNy2aA5 { width:19.8125rem;height:1.1375rem;top:7.762499809265rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2vZTs1xyxbKgESH7v6Z0lEfr3f9G9ya { width:19.8125rem;height:1.1375rem;top:6.625rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 { display:block; }#ddbiSOBDZRRKdwsfqMqgUh2FfpxTrug4 > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALM96Xf6CmJG5drE7rleiX3Hx4TWNhuw { width:15.4375rem;height:0;top:4.25rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTOrR4sGqsvsPrTqrVT1PCcpDI2qUykQ { width:9.625rem;height:0.125rem;top:0.875rem;left:5.1875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CJdW7T5JfW1sNvZFBdeMsmE6nWKV5xxS { width:17.9375rem;height:5.5125rem;top:1.5625rem;left:1.0625rem;font-size:0.4375rem;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #IoGmn7N4zcx1yQSzQ8OXkt3dnNweiMiV { width:11.625rem;height:1.1375rem;top:11.5625rem;left:1.0625rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G6MQ0DSbLGrtaB4kDQ6gPQf4lp11q7PR { width:12.5rem;height:0.65rem;top:10.4375rem;left:1.0625rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bCJtJKgNiQi7I3NsBnHGEPncV8uf8Xly { width:6.4375rem;height:2.6875rem;top:8.9447898864744rem;left:12.632290840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8eIrLOQC9oFnHlydhOOkNhcUFbPcep { width:6.875rem;height:1.4375rem;top:8.3895835876462rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGP8z40NbXdkVPplC9xiFgvqhwM7IllN { width:6.625rem;height:1rem;top:8.9447898864744rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifOAXnpUXhGOLWLBHiBn12HcHL0FMhol { display:block; }
 }