.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;
}body { background-color:#f6f7f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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); }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .row .container { background-color: transparent; background-image: none; }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .row .container > .video-iframe-container { display: none; }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .row > .video-iframe-container { display: none; }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .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); }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .row .container { border-width: 0; border-radius: 0; }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .row .container { font-size:14px;font-family:arial;height:86px;width:1200px;position:relative;display:block; }#tdD4FBJiRfQOoN24RHy8n9dfKEpus0Oq { 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:50px;width:135px;top:17.989309310913px;left:0px;overflow:hidden;display:block; }
#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC { position:relative;z-index:auto;display:block; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC { background-color: transparent; background-image: none; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row .container > .video-iframe-container { display: none; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row > .video-iframe-container { display: none; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .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); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC { border-width: 0; border-radius: 0; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row .container > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;background-image:none;font-size:14px;font-family:arial;height:246px;width:1200px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; }#XCfpcTzxC6ylB3ysuLR4feut02bOqFSP { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:200px;width:900px;top:44.985198974609px;left:146.99835205078px;overflow:hidden;display:block; }
#QoNOxSq2TiapBxy2M4d90NrmyTN2Ntum { color:#ffffff;display:block;width:285.979px;position:absolute;font-family:inter;font-size:32px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:101px;left:457px;height:41.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJbo7xvk1tZzkTLtzedICOZdoUpgmETw { color:#ffffff;display:block;width:273px;position:absolute;font-family:inter;font-size:27px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:148px;left:448px;height:35.1px;font-style:normal;display:block; }
#HFWP23vab1xTT83m0h9ypyTWogRUGPRI { 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:38.9803px;width:111.986px;top:146px;left:639px;overflow:hidden;display:block; }
#unaUZXTHaTIrgNLLaWztfFCD8PsMwder { 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:105px;width:402px;display:none; }
#aIftWW2Vus8ixCoaSEyUv2mkxQr5nCmV { 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:160px;width:328px;display:none; }
#x10MDKakEyzB9OfdaA6XTIeBb6bDB36w { 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:304px;width:328px;display:none; }
#vs2gr3uJLeAUTO2LqhSidpJCkv8H2nBy { 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:301px;width:328px;display:none; }
#aJx8Gv1mZyhgCrffnx1RO2ZTLr96MQVN { background-color:#00184b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro semibold";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:392px;height:43.9762px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:532.89474487305px;left:174.95886230469px;display:none; }
#xEcPA5mLzSQfqEvGQK5Wr98oar4NXX7k { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hfFwSTV4vR2CpPfXbzMQhSAl6zxLKEcU { background-color:#00184b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro semibold";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:392px;height:43.9762px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:532.89474487305px;left:632.95642089844px;display:none; }
#oZUbTICeC9KJG68eHiKxvl3wBnhpCe8A { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container { background-color: transparent; background-image: none; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container > .video-iframe-container { display: none; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row > .video-iframe-container { display: none; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .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); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container { border-width: 0; border-radius: 0; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container { font-size:14px;font-family:arial;height:644px;width:1200px;position:relative;display:block; }#IC8ed9L3KhRukR98c6Aad5UVLXMp0H04 { 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:216px;width:529px;display:none; }
#KtAnLwdVbVTbIpts4qXF2RWOmPl2PKxR { 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:550px;width:440px;top:54px;left:151px;overflow:hidden;display:block; }
#reUWr3P5wtuINZcZRnZU2UTMV2fZAJPM { 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:550px;width:440px;top:54px;left:609px;overflow:hidden;display:block; }
#SMTlxnXiSbI5ZsMqMLML5KvecTHFLkpy { background-color:#00184b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:392px;height:43.9762px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:532.89474487305px;left:174.95886230469px;display:block; }
#MctMsmekkJRo20KInAiAVmoFhRGD7x2S { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#M8y3d2M7cU51iPirGPfaUn0CVPIsOAgM { background-color:#00184b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:392px;height:43.9762px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:532.89474487305px;left:632.95642089844px;display:block; }
#Lh7RTGxtlb3Uzp8GaspDXrI2V43VRv2H { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AUM4qMtNBH0DU2sSBnFhswznow25lLGs { 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:248px;width:608px;display:none; }
#WFycSgZDcs29q13P77gvRrbaCSwWWy6T { 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:228px;width:300px;display:none; }
#bZ8yn1Q1bfPTACuVGdCE7EGhrMFcV4L6 { 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:596px;width:908px;top:611.98600769043px;left:145.97039794922px;overflow:hidden;display:block; }
#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .row .container { background-color: transparent; background-image: none; }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .row .container > .video-iframe-container { display: none; }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .row > .video-iframe-container { display: none; }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .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); }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .row .container { border-width: 0; border-radius: 0; }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .row .container { font-size:14px;font-family:arial;height:532px;width:1200px;position:relative;display:block; }#yT8NG0SRFrMsB9Ng11ldO7ozrTmhUUrG { 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:596px;width:908px;top:490.95394897461px;left:145.97039794922px;overflow:hidden;display:block; }
#J6V0iGna1aFa8dPgN25hVncSseNDQNur { 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:143px;width:300px;display:none; }
#vau41RlQOaao9ZeAvcBT7WitSM3mk6Ge { 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:244px;width:300px;display:none; }
#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m { position:relative;display:block; }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m { background-color: transparent; background-image: none; }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m > .row .container > .video-iframe-container { display: none; }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m > .row > .video-iframe-container { display: none; }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m > .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); }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m { border-width: 0; border-radius: 0; }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m > .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; }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f7f8;background-image:none;font-size:14px;font-family:arial;height:496px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iWv06CDEDK2Uepcame0iG8rTmTygkVzU { 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:150px;width:300px;display:none; }
#yJSkfPsbX4mvyV8rXR7GM4tXiiOhd9fU { 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:100px;width:188px;display:none; }
#inmAVtSc6a5fdLyWxRbxTohaB9NaJ4H6 { 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:244px;width:300px;display:none; }
#bgbTJbAMbZikI3cFLpF0VG5PQZmTWHSy { 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:100px;width:300px;display:none; }
#rg8Fh1TGBc2rvoyep2U6Q69whqNJms8S { 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:595.991px;width:907.998px;top:412.91137123108px;left:137.890625px;overflow:hidden;display:block; }
#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az { position:relative;display:block; }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az { background-color: transparent; background-image: none; }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az > .row .container > .video-iframe-container { display: none; }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az > .row > .video-iframe-container { display: none; }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az > .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); }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az { border-width: 0; border-radius: 0; }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az > .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; }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f7f8;background-image:none;font-size:14px;font-family:arial;height:387px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .row .container { background-color: transparent; background-image: none; }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .row .container > .video-iframe-container { display: none; }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .row > .video-iframe-container { display: none; }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .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); }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .row .container { border-width: 0; border-radius: 0; }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .row .container { font-size:14px;font-family:arial;height:654px;width:1200px;position:relative;display:block; }#wUSUlmWrio9iS9JurxBCAQxRbCbH5R2m { 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:595.991px;width:907.998px;top:594.9426574707px;left:145.97039794922px;overflow:hidden;display:block; }
#eZReOiykTJ7mrszawrQLUCB58RaVNHpd { 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:263px;width:300px;display:none; }
#MsXNvvK3I40SJFDRah32u5l87ncpLNEk { 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:152px;width:300px;display:none; }
#ZDLg4G0db4zgN6s0xet0VBWkFN2FTu1p { 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:595.991px;width:907.998px;top:28.967926025391px;left:145.97039794922px;overflow:hidden;display:block; }
#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .row .container { background-color: transparent; background-image: none; }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .row .container > .video-iframe-container { display: none; }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .row > .video-iframe-container { display: none; }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .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); }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .row .container { border-width: 0; border-radius: 0; }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .row .container { font-size:14px;font-family:arial;height:529px;width:1200px;position:relative;display:block; }#V8w4h6BE5ZNKpkrWQoX6NMLETZ6BT5ID { 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:596px;width:908px;top:486.41035461426px;left:145.97039794922px;overflow:hidden;display:block; }
#zzUFxuMBcsSa04T7ZwhDx7VVxgX1uzA7 { 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:228px;width:300px;display:none; }
#La1g5DFoTIT9ekzkk92s8vQMAtSzBN9T { 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:228px;width:300px;display:none; }
#MgtFsxrP3a7p8HEH2BEAIhiwMqossy4C { 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:228px;width:300px;display:none; }
#ySFhmNLT33KiPCCUkSP9y0hCtx0GqbT4 { 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:143px;width:256px;display:none; }
#dHS896GBSmASoBKKesGEbU37JVGesNxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .row .container { background-color: transparent; background-image: none; }#dHS896GBSmASoBKKesGEbU37JVGesNxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .row .container > .video-iframe-container { display: none; }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .row > .video-iframe-container { display: none; }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .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); }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .row .container { border-width: 0; border-radius: 0; }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .row .container { font-size:14px;font-family:arial;height:535px;width:1200px;position:relative;display:block; }#UFXWMcpQuWsDZqHlUeSiSE9NFq93Zx39 { 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:595.991px;width:907.998px;top:534.9917755127px;left:145.97039794922px;overflow:hidden;display:block; }
#p8qZiuHOpfSRqbzHuLDT2OsiSCmXnl5p { 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:143px;width:300px;display:none; }
#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .row .container { background-color: transparent; background-image: none; }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .row .container > .video-iframe-container { display: none; }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .row > .video-iframe-container { display: none; }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .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); }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .row .container { border-width: 0; border-radius: 0; }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .row .container { font-size:14px;font-family:arial;height:582px;width:1200px;position:relative;display:block; }#gD0D4xrTnIpbNqpzyKehDuUhe829TNUI { 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:143px;width:300px;display:none; }
#Nsl1XD5Q2PhsMRRFUbUPtBcsA9yrQ2mp { 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:143px;width:300px;top:411.24587249756px;left:145.97039794922px;overflow:hidden;display:none; }
#zuCevdTMdrBtSXeEx9eeQln6iX02odKT { 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:490px;width:908px;top:523.99261474609px;left:145.97039794922px;overflow:hidden;display:block; }
#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .row .container { background-color: transparent; background-image: none; }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .row .container > .video-iframe-container { display: none; }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .row > .video-iframe-container { display: none; }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .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); }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .row .container { border-width: 0; border-radius: 0; }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .row .container { font-size:14px;font-family:arial;height:514px;width:1200px;position:relative;display:block; }#Z7HMWFFsHU7dE6DQLL2kg9Tk33wEmTSR { 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:143px;width:300px;display:none; }
#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .row .container { background-color: transparent; background-image: none; }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .row .container > .video-iframe-container { display: none; }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .row > .video-iframe-container { display: none; }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .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); }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .row .container { border-width: 0; border-radius: 0; }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .row .container { font-size:14px;font-family:arial;height:197px;width:1200px;position:relative;display:block; }#ZGSCpTLfDrmJXLE8sh3fivNLrXTWnIRz { 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:59.9918px;width:229.996px;top:68.462219238281px;left:474.93835449219px;overflow:hidden;display:block; }
#zuufrtSRrH4tNXT9gehHpzolnNX0Wy39 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zuufrtSRrH4tNXT9gehHpzolnNX0Wy39 > .row .container { border-width: 0; border-radius: 0; }#zuufrtSRrH4tNXT9gehHpzolnNX0Wy39 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuufrtSRrH4tNXT9gehHpzolnNX0Wy39 > .row .container { font-size:14px;font-family:arial;height:323px;width:1200px;position:relative;display:none; }#RsUzSmlMcwyIswQe5SWyfEnaXHUEMoIZ { 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:24px;width:24px;top:61.99365234375px;left:41.98193359375px;overflow:hidden;display:block; }
#LGlihZKbq1Ob2hTo8KvoTGR2H461vT6R { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:61.98779296875px;left:79.995849609375px;height:20.7854px;display:block; }
#z3yLxG7SnzzJGpm3GKnW9ks36g3Bk2fK { 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:24px;width:24px;top:116px;left:42px;overflow:hidden;display:block; }
#CLqKXy5fDzyNU1wHTgiMG6NwwM8tDQgE { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:118px;left:80px;height:20.7969px;display:block; }
#vSl72BmRR5Ass46No3eXCuRzsKl5tGeD { 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:24px;width:24px;top:169px;left:42px;overflow:hidden;display:block; }
#SGNitWquhrqhQWPRytso2vS7MfuGP8G2 { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:171px;left:80px;height:20.7969px;display:block; }
#mx47ivbPoWyMJ2XwLszuO3LyMVTmfaGl { 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:24px;width:24px;top:61.99365234375px;left:359.99169921875px;overflow:hidden;display:block; }
#P1Fvu45BJsKleNAx8I3gwqpr33hUcMI8 { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:61.555786132812px;left:391.98193359375px;height:20.7969px;display:block; }
#wNhHLGuRakm6NaZmBxKlSms9i2WpeEKK { 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:24px;width:24px;top:106px;left:360px;overflow:hidden;display:block; }
#KtyvZ0pT08pbKTUPdnXWEOZCTpmzJTZw { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:107.56567382812px;left:391.98193359375px;height:20.7969px;display:block; }
#Zkbl4EQ857Z7oFfZKBTftdLI2Fs30S3u { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:61.99365234375px;left:591.98181152344px;height:20.7969px;display:block; }
#tMo1okCZiSRZMfvNpw0W0tRqGlLvTETg { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:107.56579589844px;left:591.96130371094px;height:20.7969px;display:block; }
#JPFBqSU8rFHQVoU5RmsyGKmoZIFhGoaZ { color:#646d70;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:61.99365234375px;left:839.98767089844px;height:20.7969px;display:block; }
#hMRZdGFJwwhfym8zW3ZOvuVHsMBQXZmI { color:#8f9599;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:249.79467773438px;left:0px;height:46.8133px;display:block; }
#gtJdyL6IbCaVcZvhK9hoPdi89ILLvkko { box-sizing:content-box;height:1px;width:1200px;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:224.54772949219px;left:0px;display:block; }
#et5LlOrxKqbtRH114mkypJ9FmxtKF5hQ { 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:24px;width:24px;top:105.98278808594px;left:878.94738769531px;overflow:hidden;display:block; }
#Xl14DxTNlArZ6u9VodwotXsvbhrRMzBX { 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:24px;width:24px;top:105.98278808594px;left:839.98767089844px;overflow:hidden;display:block; }
#vQW2bV7dUmQNXaShnzHTOQBpARbLoTw6 { box-sizing:content-box;height:1px;width:1200px;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:224.54772949219px;left:0px;display:none; }
#T7iWNrvVudH9MM4grJnzUeT03IWgu1QQ { box-sizing:content-box;height:1px;width:1200px;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:224.54772949219px;left:0px;display:none; }
#FdioIMycvklkmk30B0NUtU3vvAMyWL7m { box-sizing:content-box;height:1px;width:1200px;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:224.54772949219px;left:0px;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #svZFq7fZ8sKHeCTQlueNFigQ90BrKagO { display:block; }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .row .container { width:764px;height:56px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tdD4FBJiRfQOoN24RHy8n9dfKEpus0Oq { width:121px;height:44px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC { display:block; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC { background-color: transparent; background-image: none; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row .container > .video-iframe-container { display: none; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row > .video-iframe-container { display: none; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .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); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row .container { width:764px;height:159px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XCfpcTzxC6ylB3ysuLR4feut02bOqFSP { width:607px;height:134px;top:0px;left:77.939968585968px;display:none; }
 }@media only screen and (max-width: 1199px) { #QoNOxSq2TiapBxy2M4d90NrmyTN2Ntum { width:297.985px;height:36.3898px;top:43px;left:233px;font-size:28px;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #KJbo7xvk1tZzkTLtzedICOZdoUpgmETw { width:160px;height:28.5979px;top:83px;left:264px;font-size:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #HFWP23vab1xTT83m0h9ypyTWogRUGPRI { width:78.9885px;height:28.9885px;top:82px;left:420px;display:block; }
 }@media only screen and (max-width: 1199px) { #unaUZXTHaTIrgNLLaWztfFCD8PsMwder { top:0px;left:78px;width:603px;height:158px;z-index:15001;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 1199px) { #aIftWW2Vus8ixCoaSEyUv2mkxQr5nCmV { width:328px;height:160px;display:none; }
 }@media only screen and (max-width: 1199px) { #x10MDKakEyzB9OfdaA6XTIeBb6bDB36w { width:328px;height:304px;display:none; }
 }@media only screen and (max-width: 1199px) { #vs2gr3uJLeAUTO2LqhSidpJCkv8H2nBy { width:328px;height:301px;display:none; }
 }@media only screen and (max-width: 1199px) { #aJx8Gv1mZyhgCrffnx1RO2ZTLr96MQVN { width:155.983px;height:35.9992px;top:51.973693847656px;left:509.99178600311px;z-index:15008;display:none; }
 }@media only screen and (max-width: 1199px) { #xEcPA5mLzSQfqEvGQK5Wr98oar4NXX7k { display:block; }
 }@media only screen and (max-width: 1199px) { #hfFwSTV4vR2CpPfXbzMQhSAl6zxLKEcU { width:155.983px;height:35.9992px;top:321.91610717773px;left:509.99178600311px;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #oZUbTICeC9KJG68eHiKxvl3wBnhpCe8A { display:block; }
 }@media only screen and (max-width: 1199px) { #Egk6fVsxqaduL4anRa95gmkMAPnnkhoI { 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;display:block; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container { background-color: transparent; background-image: none; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container > .video-iframe-container { display: none; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row > .video-iframe-container { display: none; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .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); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container { border-width: 0; border-radius: 0; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container { width:764px;height:565px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IC8ed9L3KhRukR98c6Aad5UVLXMp0H04 { top:32.956420898438px;left:80.468752861023px;width:603px;height:244px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #KtAnLwdVbVTbIpts4qXF2RWOmPl2PKxR { width:440px;height:550px;top:54px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #reUWr3P5wtuINZcZRnZU2UTMV2fZAJPM { width:440px;height:550px;top:54px;left:324px;display:none; }
 }@media only screen and (max-width: 1199px) { #SMTlxnXiSbI5ZsMqMLML5KvecTHFLkpy { width:155.983px;height:36px;top:51.973693847656px;left:509.99178600311px;z-index:15008;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #MctMsmekkJRo20KInAiAVmoFhRGD7x2S { display:block; }
 }@media only screen and (max-width: 1199px) { #M8y3d2M7cU51iPirGPfaUn0CVPIsOAgM { width:155.983px;height:36px;top:321.91610717773px;left:509.99178600311px;z-index:15010;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #Lh7RTGxtlb3Uzp8GaspDXrI2V43VRv2H { display:block; }
 }@media only screen and (max-width: 1199px) { #AUM4qMtNBH0DU2sSBnFhswznow25lLGs { top:304.58471679688px;left:77.960528373718px;width:608px;height:248px;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #WFycSgZDcs29q13P77gvRrbaCSwWWy6T { width:300px;height:228px;display:none; }
 }@media only screen and (max-width: 1199px) { #bZ8yn1Q1bfPTACuVGdCE7EGhrMFcV4L6 { width:300px;height:162px;top:276.97369384766px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #CMBgawKPg4mGKgR7oSuGfW55Sr25gePO { display:block; }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .row .container { width:764px;height:314px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yT8NG0SRFrMsB9Ng11ldO7ozrTmhUUrG { width:764px;height:501.48017621145px;top:490px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #J6V0iGna1aFa8dPgN25hVncSseNDQNur { top:9.4572219848633px;left:78px;width:608px;height:304px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #vau41RlQOaao9ZeAvcBT7WitSM3mk6Ge { width:300px;height:244px;display:none; }
 }@media only screen and (max-width: 1199px) { #AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m { display:block; }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m > .row .container { width:764px;height:319px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iWv06CDEDK2Uepcame0iG8rTmTygkVzU { top:7.0345458984375px;left:77.960528373718px;width:608px;height:304px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #yJSkfPsbX4mvyV8rXR7GM4tXiiOhd9fU { width:188px;height:100px;display:none; }
 }@media only screen and (max-width: 1199px) { #inmAVtSc6a5fdLyWxRbxTohaB9NaJ4H6 { width:300px;height:244px;display:none; }
 }@media only screen and (max-width: 1199px) { #bgbTJbAMbZikI3cFLpF0VG5PQZmTWHSy { top:289.9875793457px;left:77.960528373718px;width:608px;height:304px;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #rg8Fh1TGBc2rvoyep2U6Q69whqNJms8S { width:300px;height:113px;top:271.89549255371px;left:77.960528373718px;display:none; }
 }@media only screen and (max-width: 1199px) { #ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az { display:block; }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az > .row .container { width:764px;height:242px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 { display:block; }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .row .container { width:764px;height:319px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wUSUlmWrio9iS9JurxBCAQxRbCbH5R2m { width:764px;height:501.47370809187px;top:594px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #eZReOiykTJ7mrszawrQLUCB58RaVNHpd { width:300px;height:263px;display:none; }
 }@media only screen and (max-width: 1199px) { #MsXNvvK3I40SJFDRah32u5l87ncpLNEk { top:9.2105255126953px;left:77.960528373718px;width:607.998px;height:307.998px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDLg4G0db4zgN6s0xet0VBWkFN2FTu1p { width:764px;height:501.47370809187px;top:28px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML { display:block; }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .row .container { width:764px;height:370px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #V8w4h6BE5ZNKpkrWQoX6NMLETZ6BT5ID { width:764px;height:501.48017621145px;top:486px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #zzUFxuMBcsSa04T7ZwhDx7VVxgX1uzA7 { width:300px;height:228px;display:none; }
 }@media only screen and (max-width: 1199px) { #La1g5DFoTIT9ekzkk92s8vQMAtSzBN9T { width:300px;height:228px;display:none; }
 }@media only screen and (max-width: 1199px) { #MgtFsxrP3a7p8HEH2BEAIhiwMqossy4C { width:300px;height:228px;display:none; }
 }@media only screen and (max-width: 1199px) { #ySFhmNLT33KiPCCUkSP9y0hCtx0GqbT4 { top:16.940765380859px;left:77.960528373718px;width:607.998px;height:337.993px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #dHS896GBSmASoBKKesGEbU37JVGesNxu { display:block; }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .row .container { width:764px;height:303px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UFXWMcpQuWsDZqHlUeSiSE9NFq93Zx39 { width:764px;height:501.47370809187px;top:534px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #p8qZiuHOpfSRqbzHuLDT2OsiSCmXnl5p { top:6.9695434570312px;left:77.960528373718px;width:607.998px;height:288.98px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT { display:block; }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .row .container { width:764px;height:309px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gD0D4xrTnIpbNqpzyKehDuUhe829TNUI { top:9.0665893554688px;left:77.960528373718px;width:608px;height:289px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Nsl1XD5Q2PhsMRRFUbUPtBcsA9yrQ2mp { width:608px;height:143px;top:647.999168396px;left:0px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 1199px) { #zuCevdTMdrBtSXeEx9eeQln6iX02odKT { width:764px;height:412.29074889868px;top:523px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 { display:block; }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .row .container { width:764px;height:319px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z7HMWFFsHU7dE6DQLL2kg9Tk33wEmTSR { top:12.623352050781px;left:77.960528373718px;width:608px;height:289px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 { display:block; }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZGSCpTLfDrmJXLE8sh3fivNLrXTWnIRz { width:229px;height:59.732004904433px;top:68px;left:256.93835449219px;display:block; }
 }@media only screen and (max-width: 1199px) { #zuufrtSRrH4tNXT9gehHpzolnNX0Wy39 { display:none; }#zuufrtSRrH4tNXT9gehHpzolnNX0Wy39 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RsUzSmlMcwyIswQe5SWyfEnaXHUEMoIZ { width:24px;height:24px;top:54.999145507812px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #LGlihZKbq1Ob2hTo8KvoTGR2H461vT6R { width:164px;height:20.7969px;top:54.535400390625px;left:33.203125476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #z3yLxG7SnzzJGpm3GKnW9ks36g3Bk2fK { width:24px;height:24px;top:105.9951171875px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #CLqKXy5fDzyNU1wHTgiMG6NwwM8tDQgE { width:119px;height:20.7969px;top:105.578125px;left:33.244244098663px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #vSl72BmRR5Ass46No3eXCuRzsKl5tGeD { width:24px;height:24px;top:158.99670410156px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #SGNitWquhrqhQWPRytso2vS7MfuGP8G2 { width:161px;height:20.7969px;top:158.55920410156px;left:33.203125476837px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #mx47ivbPoWyMJ2XwLszuO3LyMVTmfaGl { width:24px;height:24px;top:54.993408203125px;left:226.00494384766px;display:block; }
 }@media only screen and (max-width: 1199px) { #P1Fvu45BJsKleNAx8I3gwqpr33hUcMI8 { width:98px;height:20.7969px;top:54.993408203125px;left:261.01727294922px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #wNhHLGuRakm6NaZmBxKlSms9i2WpeEKK { width:24px;height:24px;top:105.9892578125px;left:226.00494384766px;display:block; }
 }@media only screen and (max-width: 1199px) { #KtyvZ0pT08pbKTUPdnXWEOZCTpmzJTZw { width:83px;height:20.7969px;top:105.578125px;left:260.95559692383px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Zkbl4EQ857Z7oFfZKBTftdLI2Fs30S3u { width:158px;height:20.7969px;top:54.999145507812px;left:379.99179077148px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #tMo1okCZiSRZMfvNpw0W0tRqGlLvTETg { width:163px;height:20.7969px;top:105.99011230469px;left:379.97122192383px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #JPFBqSU8rFHQVoU5RmsyGKmoZIFhGoaZ { width:125px;height:20.7969px;top:54.999145507812px;left:572px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #hMRZdGFJwwhfym8zW3ZOvuVHsMBQXZmI { width:764px;height:62.4178px;top:244.99255371094px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 1199px) { #gtJdyL6IbCaVcZvhK9hoPdi89ILLvkko { width:764px;height:1px;top:224px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #et5LlOrxKqbtRH114mkypJ9FmxtKF5hQ { width:24px;height:24px;top:105.9951171875px;left:601.93090820312px;display:block; }
 }@media only screen and (max-width: 1199px) { #Xl14DxTNlArZ6u9VodwotXsvbhrRMzBX { width:24px;height:24px;top:106px;left:572.0197558403px;display:block; }
 }@media only screen and (max-width: 1199px) { #vQW2bV7dUmQNXaShnzHTOQBpARbLoTw6 { width:764px;height:1px;top:224px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #T7iWNrvVudH9MM4grJnzUeT03IWgu1QQ { width:764px;height:1px;top:224px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #FdioIMycvklkmk30B0NUtU3vvAMyWL7m { width:764px;height:1px;top:224px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #svZFq7fZ8sKHeCTQlueNFigQ90BrKagO { display:block; }#svZFq7fZ8sKHeCTQlueNFigQ90BrKagO > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdD4FBJiRfQOoN24RHy8n9dfKEpus0Oq { width:91.9819px;height:33.9844px;top:7.9975328445435px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC { position:relative;z-index:auto;display:block; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC { background-color: transparent; background-image: none; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row .container > .video-iframe-container { display: none; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row > .video-iframe-container { display: none; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .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); }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC { border-width: 0; border-radius: 0; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .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; }#LBA36lQrwPtDLAMtidaQqzQTxTVzmHiC > .row .container { width:320px;height:775px;background-color:#f6f7f8;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:relative;display:block; } }@media only screen and (max-width: 763px) { #XCfpcTzxC6ylB3ysuLR4feut02bOqFSP { width:319px;height:70px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #QoNOxSq2TiapBxy2M4d90NrmyTN2Ntum { width:219px;height:28.5979px;top:43px;left:51px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #KJbo7xvk1tZzkTLtzedICOZdoUpgmETw { width:150.987px;height:24.6916px;top:83.963821411133px;left:50.94572353363px;font-size:19px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #HFWP23vab1xTT83m0h9ypyTWogRUGPRI { width:69.9836px;height:25px;top:83.819900512695px;left:187.93338298798px;display:block; }
 }@media only screen and (max-width: 763px) { #unaUZXTHaTIrgNLLaWztfFCD8PsMwder { width:209px;height:55px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #aIftWW2Vus8ixCoaSEyUv2mkxQr5nCmV { top:0px;left:-1px;width:316px;height:154px;z-index:15002;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #x10MDKakEyzB9OfdaA6XTIeBb6bDB36w { top:167.92762756348px;left:0px;width:319.984px;height:294.984px;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vs2gr3uJLeAUTO2LqhSidpJCkv8H2nBy { top:475.96624755859px;left:0px;width:320px;height:293px;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aJx8Gv1mZyhgCrffnx1RO2ZTLr96MQVN { width:303.968px;height:43.9762px;top:408.92269897461px;left:7.9769735336304px;z-index:15012;font-family:inter;font-weight:700;font-style:normal;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xEcPA5mLzSQfqEvGQK5Wr98oar4NXX7k { display:block; }
 }@media only screen and (max-width: 763px) { #hfFwSTV4vR2CpPfXbzMQhSAl6zxLKEcU { width:303.988px;height:42.9893px;top:710.97860717773px;left:7.9564142227173px;z-index:15012;font-size:14px;font-family:inter;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oZUbTICeC9KJG68eHiKxvl3wBnhpCe8A { display:block; }
 }@media only screen and (max-width: 763px) { #Egk6fVsxqaduL4anRa95gmkMAPnnkhoI { background-color:#f6f7f8;background-image:none;display:block; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container { background-color: transparent; background-image: none; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container > .video-iframe-container { display: none; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row > .video-iframe-container { display: none; }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .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); }#Egk6fVsxqaduL4anRa95gmkMAPnnkhoI > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IC8ed9L3KhRukR98c6Aad5UVLXMp0H04 { width:320px;height:129.48590381426px;top:32px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #KtAnLwdVbVTbIpts4qXF2RWOmPl2PKxR { width:320px;height:400px;top:54px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #reUWr3P5wtuINZcZRnZU2UTMV2fZAJPM { width:320px;height:400px;top:54px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SMTlxnXiSbI5ZsMqMLML5KvecTHFLkpy { width:303.968px;height:43.9762px;top:296.93668365479px;left:7.9769735336304px;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #MctMsmekkJRo20KInAiAVmoFhRGD7x2S { display:block; }
 }@media only screen and (max-width: 763px) { #M8y3d2M7cU51iPirGPfaUn0CVPIsOAgM { width:303.988px;height:42.9893px;top:531.99011230469px;left:8px;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Lh7RTGxtlb3Uzp8GaspDXrI2V43VRv2H { display:block; }
 }@media only screen and (max-width: 763px) { #AUM4qMtNBH0DU2sSBnFhswznow25lLGs { width:319.984px;height:130.51px;top:108.984375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WFycSgZDcs29q13P77gvRrbaCSwWWy6T { top:3.9679260253906px;left:0px;width:319.984px;height:241.982px;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bZ8yn1Q1bfPTACuVGdCE7EGhrMFcV4L6 { width:320px;height:210.04405286344px;top:611px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CMBgawKPg4mGKgR7oSuGfW55Sr25gePO { display:block; }#CMBgawKPg4mGKgR7oSuGfW55Sr25gePO > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yT8NG0SRFrMsB9Ng11ldO7ozrTmhUUrG { width:320px;height:210.04405286344px;top:490px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #J6V0iGna1aFa8dPgN25hVncSseNDQNur { width:320px;height:160px;top:9px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #vau41RlQOaao9ZeAvcBT7WitSM3mk6Ge { top:13.466339111328px;left:0px;width:319.984px;height:259.992px;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m { display:block; }#AEozTsMs3kBuTn5Tc5VTBRv8mwgc5x6m > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWv06CDEDK2Uepcame0iG8rTmTygkVzU { width:320px;height:159.99421050727px;top:7px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yJSkfPsbX4mvyV8rXR7GM4tXiiOhd9fU { top:8.9638061523438px;left:0px;width:319.984px;height:167.969px;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #inmAVtSc6a5fdLyWxRbxTohaB9NaJ4H6 { top:189.98767089844px;left:0px;width:319.984px;height:259.992px;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bgbTJbAMbZikI3cFLpF0VG5PQZmTWHSy { width:320px;height:160px;top:469.97967089844px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rg8Fh1TGBc2rvoyep2U6Q69whqNJms8S { width:300px;height:113px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az { display:none; }#ebOQHBz9lEOoFpk5UUvvyFGXoLWDD0az > .row .container { width:320px;height:163px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 { display:block; }#gcRB1Ouy5brsLzyhUVOoPS7tAD94pRe7 > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUSUlmWrio9iS9JurxBCAQxRbCbH5R2m { width:320px;height:210.0413437034px;top:594px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #eZReOiykTJ7mrszawrQLUCB58RaVNHpd { top:7.9613037109375px;left:0px;width:319.984px;height:279.996px;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MsXNvvK3I40SJFDRah32u5l87ncpLNEk { width:320px;height:162.1047437656px;top:9px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ZDLg4G0db4zgN6s0xet0VBWkFN2FTu1p { width:320px;height:210.0413437034px;top:28px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML { display:block; }#R5U4HqxtdsdffZ7xftqtbMvSSg83T1ML > .row .container { width:320px;height:752px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8w4h6BE5ZNKpkrWQoX6NMLETZ6BT5ID { width:320px;height:210.04405286344px;top:486px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zzUFxuMBcsSa04T7ZwhDx7VVxgX1uzA7 { top:13.199020385742px;left:0px;width:319.984px;height:242.989px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #La1g5DFoTIT9ekzkk92s8vQMAtSzBN9T { top:254.91363525391px;left:0px;width:319.984px;height:242.989px;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MgtFsxrP3a7p8HEH2BEAIhiwMqossy4C { top:509.84783935547px;left:0px;width:319.984px;height:242.989px;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ySFhmNLT33KiPCCUkSP9y0hCtx0GqbT4 { width:320px;height:177.89163780144px;top:16px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #dHS896GBSmASoBKKesGEbU37JVGesNxu { display:none; }#dHS896GBSmASoBKKesGEbU37JVGesNxu > .row .container { width:320px;height:300px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UFXWMcpQuWsDZqHlUeSiSE9NFq93Zx39 { width:320px;height:210.0413437034px;top:534px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #p8qZiuHOpfSRqbzHuLDT2OsiSCmXnl5p { width:320px;height:152.09523715539px;top:6px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT { display:none; }#Ulhke2aUCNaKEytr0uRdyd6qehbx5EtT > .row .container { width:320px;height:300px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gD0D4xrTnIpbNqpzyKehDuUhe829TNUI { width:320px;height:152.10526315789px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Nsl1XD5Q2PhsMRRFUbUPtBcsA9yrQ2mp { width:300px;height:143px;top:220.00500025001px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zuCevdTMdrBtSXeEx9eeQln6iX02odKT { width:320px;height:172.6872246696px;top:523px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 { display:none; }#TMRbmuUCNA30k1RMgx6u7lEXMKgzn591 > .row .container { width:320px;height:300px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z7HMWFFsHU7dE6DQLL2kg9Tk33wEmTSR { width:320px;height:152.10526315789px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 { display:block; }#z8cXMFSHI2UpVTGvEis6l9HaG9UC1ZV9 > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGSCpTLfDrmJXLE8sh3fivNLrXTWnIRz { width:207px;height:56px;top:71.977798461914px;left:56.455592155457px;display:block; }
 }@media only screen and (max-width: 763px) { #zuufrtSRrH4tNXT9gehHpzolnNX0Wy39 { display:none; }#zuufrtSRrH4tNXT9gehHpzolnNX0Wy39 > .row .container { width:320px;height:630.01318359375px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RsUzSmlMcwyIswQe5SWyfEnaXHUEMoIZ { width:23.9926px;height:23.9926px;top:35px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #LGlihZKbq1Ob2hTo8KvoTGR2H461vT6R { width:200px;height:20.7969px;top:35px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z3yLxG7SnzzJGpm3GKnW9ks36g3Bk2fK { width:23.9926px;height:23.9926px;top:75px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #CLqKXy5fDzyNU1wHTgiMG6NwwM8tDQgE { width:200px;height:20.7969px;top:75px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vSl72BmRR5Ass46No3eXCuRzsKl5tGeD { width:23.9926px;height:23.9926px;top:115px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #SGNitWquhrqhQWPRytso2vS7MfuGP8G2 { width:200px;height:20.7969px;top:115px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mx47ivbPoWyMJ2XwLszuO3LyMVTmfaGl { width:23.9926px;height:23.9926px;top:181px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #P1Fvu45BJsKleNAx8I3gwqpr33hUcMI8 { width:200px;height:20.7969px;top:181px;left:39px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wNhHLGuRakm6NaZmBxKlSms9i2WpeEKK { width:23.9926px;height:23.9926px;top:221px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #KtyvZ0pT08pbKTUPdnXWEOZCTpmzJTZw { width:200px;height:20.7969px;top:221px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Zkbl4EQ857Z7oFfZKBTftdLI2Fs30S3u { width:200px;height:20.7969px;top:279px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tMo1okCZiSRZMfvNpw0W0tRqGlLvTETg { width:200px;height:20.7969px;top:319px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JPFBqSU8rFHQVoU5RmsyGKmoZIFhGoaZ { width:200px;height:20.7969px;top:381px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hMRZdGFJwwhfym8zW3ZOvuVHsMBQXZmI { width:319.984px;height:156.044px;top:474.01800537109px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gtJdyL6IbCaVcZvhK9hoPdi89ILLvkko { width:319.984px;height:0.986842px;top:365.51068115234px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #et5LlOrxKqbtRH114mkypJ9FmxtKF5hQ { width:24px;height:24px;top:413px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Xl14DxTNlArZ6u9VodwotXsvbhrRMzBX { width:24px;height:24px;top:413px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #vQW2bV7dUmQNXaShnzHTOQBpARbLoTw6 { width:319.984px;height:0.986842px;top:160.94653320312px;left:0px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #T7iWNrvVudH9MM4grJnzUeT03IWgu1QQ { width:319.984px;height:0.986842px;top:260.00982666016px;left:0px;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #FdioIMycvklkmk30B0NUtU3vvAMyWL7m { width:319.984px;height:0.966283px;top:457.98187255859px;left:0px;z-index:15013;display:block; }
 }