.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#192434;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF { background-color:transparent;background-image: -webkit-linear-gradient(0deg, #000e27, #003ea4);background-image: -moz-linear-gradient(0deg, #000e27, #003ea4);background-image: -ms-linear-gradient(0deg, #000e27, #003ea4);background-image: -o-linear-gradient(0deg, #000e27, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e27', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e27', endColorstr='#003ea4' );";background-image: linear-gradient(0deg, #000e27, #003ea4);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { border-width: 0; border-radius: 0; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { font-size:14px;font-family:arial;height:748px;width:960px;overflow:visible;position:relative;display:none; }#wht6tWRz2Umk8BoQUDiJSpIn41ygCSIB { 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:72px;width:72px;top:77px;left:25.5px;overflow:hidden;display:none; }
#WHeocSoqkCFsmXqCWyyO125ko2wERav6 { color:#ffffff;display:block;width:472px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:377px;left:24.5px;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zwXh4Rck7zlK4lMAEi5ArUwQ32kkotU6 { color:#ffffff;display:block;width:380px;position:absolute;font-family:"tt supermolot neue exp";font-size:80px;font-weight:700;z-index:15010;line-height:1.8;letter-spacing:0;top:244px;left:23.5px;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#V0KU7RTFnNWtuSXxJZqIhpFnyPKspxnS { background-color:rgba(255,165,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(255,165,0,0.35);border-left:1px solid rgba(255,165,0,0.35);border-right:1px solid rgba(255,165,0,0.35);border-bottom:1px solid rgba(255,165,0,0.35);border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"tt supermolot mobile";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:221px;height:46px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:555px;left:270px;display:none; }
#MxfWhTZdxuia8x3WUgWdVhBlzTWxORnX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tnf9xtCTghWWTxuUtwEZzo3ZMCPRkAvI { background-color:#ffaa00;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"tt supermolot mobile";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230px;height:46px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:555px;left:25px;display:none; }
#frFFLXbJpoZ2uqw4bS02EyV12W0hc6Kg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nX02RKDTLAfyUJF8Npvt9AFUuUGZnIPQ { position:absolute;display:block;z-index:15008;height:51px;width:48px;top:552.5px;left:504.5px;display:none; }
#mIZ4bZbDVHxwJZ5dBMvx674DRp2MdfFS { color:#ffffff;display:block;width:398px;position:absolute;font-family:inter;font-size:22px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:346px;left:24.5px;height:99px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JvbCUpQ7o25skhCpsA4n1rFFZ7ggrX8D { 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:20px;width:154px;top:81px;left:554.5px;overflow:hidden;display:none; }
#ZlEKbJDCdazZMOO1QQiQgT7vDg6ApCMo { 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:121px;width:82px;top:81px;left:554.5px;overflow:hidden;display:none; }
#y7KbS8aZB1t6TARV4by3TCV6FINBJiCS { 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:20px;width:138px;top:81px;left:554.5px;overflow:hidden;display:none; }
#LNp6EVCVNg36zyT0MZTNbR2dI0lGEmZP { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 { 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; }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row .container { border-width: 0; border-radius: 0; }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row .container { font-size:14px;font-family:arial;height:738px;width:960px;position:relative;display:none; }#gwBfwteO7zVrbwxJ0NxvZJy0z9GV5Zvr { position:absolute;display:block;z-index:15055;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:30px;width:30px;top:501px;left:530px;overflow:hidden;display:none; }
#fVcBTpHqNzrq6y1JXghTbTTZNySSSvfh { position:absolute;display:block;z-index:15053;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:48px;width:48px;top:157px;left:259px;overflow:hidden;display:none; }
#yRFpNis3xMc20sMVigI5m1ER7VvU4Zh8 { color:#000000;display:block;width:283px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:72px;top:1345px;left:0px;display:none; }
#P73y3ycdvJlv5HXxPVTBA7XyPX6Vvlmy { position:absolute;display:block;z-index:15055;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:51px;width:43px;top:353.5px;left:454px;overflow:hidden;display:none; }
#oSzg3ntK37fwUQmNLMKQBkb2rTySrFRP { position:absolute;display:block;z-index:15055;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:39px;width:43px;top:353.5px;left:454px;overflow:hidden;display:none; }
#I2R5ySXgfNrgwiwNGr818NntBTO3sZML { color:#fdfeff;display:block;width:128px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:504px;left:617px;height:30px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bG2k8IFNss4NXlRfJeuUfbvvfDQliI1c { color:#fdfeff;display:block;width:128px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:504px;left:617px;height:30px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cvObr2eMQRGAoUMGodKvUHOGaX6cfABU { box-sizing:content-box;height:48px;width:48px;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:970px;left:160px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:none; }
#Ic57eUacn3BcLl82vH74kfaBbvqmlaKp { box-sizing:content-box;height:48px;width:48px;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:970px;left:160px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:none; }
#XVD91sdNIP8MZ0maEZU9bWv3bN2eCgtb { color:#fdfeff;display:block;width:128px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:504px;left:617px;height:30px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#tcDL4fEwkRwcU3m5Fnw27fBD8nHoTtlV { position:absolute;display:block;z-index:15055;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:37px;width:22px;top:353.5px;left:454px;overflow:hidden;display:none; }
#ses6geAIhxf9izkJBy8UOIL8cJRON051 { color:#192434;display:block;width:412px;position:absolute;font-family:"tt supermolot mobile";font-size:40px;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:79px;left:511px;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FafImvkHFs4ZxSTEX3sHPA7l1Eni74pQ { box-sizing:content-box;height:48px;width:48px;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:970px;left:160px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:none; }
#DSva2MHle81VQ2XRiJ7TDzXMfPvItJzN { color:#fdfeff;display:block;width:128px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:504px;left:617px;height:30px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#c79G0vKCk4ChV1Ac6AXetNiDiU9GgO9t { color:#fdfeff;display:block;width:128px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:504px;left:617px;height:30px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RFGKX7AU9G26SC8rbaAbGP5aGEw3Ay1i { box-sizing:content-box;height:48px;width:48px;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:970px;left:160px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:none; }
#V58W8Ovnn2ilnC20u9OGya3OQW0NdMCn { box-sizing:content-box;height:48px;width:48px;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.08);background-image:none;top:970px;left:160px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:none; }
#H8hEuVsztPiod55yyueheXvkb4Xzfx3B { color:#fdfeff;display:block;width:128px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:504px;left:617px;height:30px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MstNJF3uIRoPH7Zves3bko21RdudRnxP { box-sizing:content-box;height:62px;width:62px;position:absolute;display:block;z-index:15018;background-color:#0070e1;background-image:none;top:482.5px;left:88px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:none; }
#QJp9egxstiF89bLJSEEtTfGR5FMcBFwf { box-sizing:content-box;height:62px;width:62px;position:absolute;display:block;z-index:15018;background-color:#0070e1;background-image:none;top:482.5px;left:88px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:none; }
#u5xgMDV0sqNtfgV3rRnVGbwtvlZLJkE0 { color:#ffffff;display:block;width:11px;position:absolute;font-family:inter;font-size:25px;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:495.75px;left:112.5px;height:37.5px;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TBvxAmpDRuKXQEBQE4ZTwE6cL4XfO4G0 { color:#192434;display:block;width:423px;position:absolute;font-family:inter;font-size:16px;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:165px;left:513px;height:0;text-align:left;text-align-last:left;display:none; }
#f7ndLTez4SQsauNgtDxC2JWhUZbD9T5u { color:#192434;display:block;width:419px;position:absolute;font-family:inter;font-size:16px;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:288px;left:512px;height:0;text-align:left;text-align-last:left;display:none; }
#w2XBPkUBRkLgWW73UTSRJEyaoJKJvwUa { 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:675px;width:421px;top:41px;left:40px;overflow:hidden;display:none; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:20px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:18px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-trigger.adaptive-delivery-prevent-bg, #lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-trigger.lazyload, #lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-trigger.lazyloading { background-image: none; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa { box-sizing:content-box;height:auto;width:280px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15000;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;display:none; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#lgss57DzkhKTTbOgUpalVlNg8176uUaa #DtQl57naCi3v55bqLZosKRmffSLiyadJ { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #PWsgE1ZoXsoUFHWfeB0BVJbTDswvrz9B { height:auto;display:flex;position:relative;top:0px;left:0px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #iJHV2UnlOCngsaXKtnK10Dk2ktKPEpvz { display:block;position:relative; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #iM6yAc1XfHShhtaPdhLhAI5ooWLu7EGP {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #xgia4h6LVTAG1OKhMIHDSG6XsUxHb9s7 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #wnGEXeTgLaATNyyfG21R1gf8xK2tkNNr { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #SCEzcOWWbag63ZaW2BQGstnO0pHFJh6Q { height:auto;display:flex;position:relative;top:0px;left:0px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #iLVuvFX7mzmGifJD30BSZqCtB1TIdzQ4 { display:block;position:relative; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #aSOaIiiz26VhVr1kss5MDiJuF1tkQNp0 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #hWO5SXTXA8MlP4ZhrsMKRmynqOTia5Ac { display:none; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #BBih8xhuoJBD5TMwenO1Wr2253CECyJE { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #Q8EpbJe1o5X0SHFRT0WT7fi0d0pib1QX { height:auto;display:flex;position:relative;top:0px;left:0px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #x6CmKQCiB3ZvUuiPtKgWI5ShvgxRSEJ6 { display:block;position:relative; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #c09sx59uuCgCLtJgd8O4UNPT2H5u1Aty {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #vi2VqbdbEnowzz3TpSo8aPwcLEI0ZXTH { display:none; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #vSFgUKZ1xQB4LN9yIZrvEnItasOIrWa8 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #HAXbk21SO8gA4a4Lw5E72StXa4SQQwz6 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #LwgDOUKgQ6lAJw3egFox359EfkDgGWvg { display:block;position:relative; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #Lw0bmLgw6AXvda40qWGZeMDTknc21V9K {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #Ak3XWwDBqT0TnxFp6S0m5k6TODNJApq7 { display:none; }
#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0070e1, #003ea4);background-image: -moz-linear-gradient(180deg, #0070e1, #003ea4);background-image: -ms-linear-gradient(180deg, #0070e1, #003ea4);background-image: -o-linear-gradient(180deg, #0070e1, #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, #0070e1, #003ea4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row .container { border-width: 0; border-radius: 0; }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row .container { font-size:14px;font-family:arial;height:460px;width:960px;position:relative;display:none; }#U3OUPU2g3yL2abvU4lrgsynnAz6Nr8sN { position:absolute;display:block;z-index:15055;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:30px;width:30px;top:501px;left:530px;overflow:hidden;display:none; }
#DT5S60ko8Ck2iyi2OgM5VHC1G9pa8v1T { position:absolute;display:block;z-index:15053;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:48px;width:48px;top:157px;left:259px;overflow:hidden;display:none; }
#h12kuRUWSVeJL1JtySTQLyHMMEMJLVDP { color:#000000;display:block;width:283px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:72px;top:1345px;left:0px;display:none; }
#DKTcspLLfLBfuqqruE2gDXkQZgVNRrDp { position:absolute;display:block;z-index:15055;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:51px;width:43px;top:353.5px;left:454px;overflow:hidden;display:none; }
#b1XNIknBxxn1dUNmdVCXVvEmV70ClwR9 { position:absolute;display:block;z-index:15055;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:39px;width:43px;top:353.5px;left:454px;overflow:hidden;display:none; }
#RsVIGaxdKrrTGB9ZrnbKwmiiXptTUvGM { color:#ffffff;display:block;width:380px;position:absolute;font-family:"tt supermolot neue exp";font-size:80px;font-weight:700;z-index:15010;line-height:1.8;letter-spacing:0;top:244px;left:23.5px;height:144px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#g294HoyuGHG0NiIJcIoyBHLbDMzPvbaA { color:#ffffff;display:block;width:398px;position:absolute;font-family:inter;font-size:22px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:346px;left:24.5px;height:99px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TWU7fTOuQa8NgUXGIOc1kNTaDFkJfgyS { 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:94px;width:83px;top:81px;left:554.5px;overflow:hidden;display:none; }
#tPOc8Zbnqya2QQzq5JPH2fWhi55ecw1J { 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:89px;width:83px;top:81px;left:554.5px;overflow:hidden;display:none; }
#bEqETaNcgaxkbGPpfv2eg2TfrZrvV1KX { 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:85px;width:83px;top:81px;left:554.5px;overflow:hidden;display:none; }
#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr { 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; }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .row .container { border-width: 0; border-radius: 0; }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .row .container { font-size:14px;font-family:arial;height:1022px;width:960px;position:relative;display:none; }#caoCpvEEPOG6Rn7Cm1TdmAXFGvoxspfM { 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:1411px;width:300px;display:none; }
#r5qrP7TTP4nXTTBVlOHhSnGyO2B820tI { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:325.5px;left:0px;display:none; }
#We2cLtsPwTb5n8G8KZpCMIqZl3Us2exs { position:absolute;display:block;z-index:14996;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3151px;width:80px;top:250.5px;left:0px;display:none; }
#Qm95a820xECdplRuuMeNmKyoR9Br2zn0 { position:absolute;display:block;z-index:14997;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3164px;width:80px;top:250.5px;left:216px;display:none; }
#H8rzne6kMUvJQCpqIVvDqTXyAmNLLZID { position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3185px;width:80px;top:255.5px;left:440px;display:none; }
#rZUG2QSsQFakaNznkXMszck5NhnI7ydU { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3203px;width:80px;top:250.5px;left:673px;display:none; }
#oTz23bMvHsU0P5Zw1twAXAeCZ5dxiEL3 { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3201px;width:80px;top:250.5px;left:880px;display:none; }
#JyWdhm3oogoQtwQQ3O2ZUbIbLSI99CPd { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:530.5px;left:0px;display:none; }
#J7zKdk5RseEqVUEosFWob2dmdc2lPpSM { position:absolute;display:block;z-index:15000;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:405px;left:0px;display:none; }
#h5FiQJT6lzxUzuApihWTWrI71kgRMXUr { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125px;width:33px;top:2867.5px;left:0px;display:none; }
#XpATpzRMNV84vXUrZhx28hQscLzLxgTv { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:735.5px;left:0px;display:none; }
#V6lTpRC0WubFhI3MDWunNSirKckcih2E { position:absolute;display:block;z-index:15001;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:610.5px;left:0px;display:none; }
#UHsDSPooGXKAIac4VGOv1uvwbnAT1fq9 { position:absolute;display:block;z-index:15002;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:815.5px;left:0px;display:none; }
#NNeyTvMN6bV8DNa7JEfQqZzg9HGXiGMe { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:940.5px;left:0px;display:none; }
#bxazx32kGaxJZUi4g9TcHHPIg8WAbEC2 { position:absolute;display:block;z-index:15003;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:1020.5px;left:0px;display:none; }
#kX3BOhFPyf08VkBRFJuCMqGneg8vrmGi { position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:1145.5px;left:0px;display:none; }
#q2AXFxo7nMfETaJNykVcQUXhFerTKfMB { position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:1350.5px;left:0px;display:none; }
#pNNd7zHa5CtT3S7DpZkky0q58eo3mLLZ { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:1555.5px;left:0px;display:none; }
#E9TdisaAbKzP4IbXAuSvGSSGny1lVWx7 { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:1760.5px;left:0px;display:none; }
#WVAlQKMNALpKFThz7HfamHoKorcbCTAv { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:1965.5px;left:0px;display:none; }
#spZvMGlt1ReKGEg1tIKK6aKXi9tLNpFT { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#dbb0uOrRm9rmdGlN2zseEsOwwIV0oECH { 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:80px;width:70px;top:735.5px;left:0px;overflow:hidden;display:none; }
#gb2HxwDMHcEZpDKg7ddUxBLaFIaCKUat { 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:82px;width:82px;top:941px;left:878px;overflow:hidden;display:none; }
#ZEPU9QeyH0aquhTEUyzIEwaC5K3GqoAI { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2375.5px;left:0px;display:none; }
#FfMXspT4ZE6h9T3tk401f31dARZGaVs2 { position:absolute;display:block;z-index:15010;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2582.5px;left:0px;display:none; }
#VBWA8Nyu4QUVkTBlvIAI3bzsoMnTJEg0 { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2787.5px;left:0px;display:none; }
#S8sC07VZO5TEWwL6Aqdeg7OqAWlFhX9g { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#Zs4CcSD9oggmc01Psu5BNuRNkCnpzQFU { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#Q4RqXLL9Cyffk1XTAOC73wqMEoVpt7hG { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#dBdr1v0GHEdtOBeM2KUo97LT1LwozCLe { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#VDRAvWWiT4LN84E5CDJTeqJ1ZZrrveMi { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#h1qqnB8kJLpL8TssJTOU9OkOt8giEAMq { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#yP287Tpp4JSSayMWMq8gz6eSTbmPTGps { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#Zkhw3Nt1QkbhTw0lJkBuLOg73nP3ewqt { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#EfE8PnruI7SsbWfrk4GC3cJmvN92eqs5 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#rkG3TpV7obMbpUTTRAaFAgPI1Jcb9mW9 { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#SPF9Qon2X3cG8hSpP0PJvnme1uXLWsJh { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2171.4770507812px;left:0px;display:none; }
#AI2xfb7f83F8opTqw4upKrc0HzRXDaGk { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#fXhdgTnUatkf9sSMPggR8QLMXVVB2ogF { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#wZUeozsot072nLwyQ9s657ilG5ytRoHH { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#ZTw4aHgz5AT2nFQII2RBCKHbWEDSOcDa { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#W3e3N9PM3npHKf0xHwGg5dSAy8rTHTrg { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#VWcRRc0lmFOMx4w4uOtOJcHSckq1CV2r { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2170.5px;left:0px;display:none; }
#JdKS6u1kQtMQPukfzUV6LloReLdSxu4g { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:2992.5px;left:0px;display:none; }
#AaJokfiJuJTQIloNEKctTS3vIVKwNoV6 { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:125px;width:33px;top:3277.5px;left:0px;display:none; }
#oFwWFf94EloPFyryMQ8FJyHHwUVl5RzI { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:3197.5px;left:0px;display:none; }
#XKw7bkQRRM4sSTFJbUuHWq3DqInR6wzR { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:960px;top:3402.5px;left:0px;display:none; }
#a95HS8qACUMsGTmDTQrV69AZmctlrqQP { position:absolute;display:block;z-index:15004;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:1225.5px;left:0px;display:none; }
#ltRe2tP02OaKpyZBhvVKG1wzEQ9NWeTA { position:absolute;display:block;z-index:15005;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:1430.5px;left:0px;display:none; }
#bgzH5WZHfDlTk7oXtUp0ri3li1B5rARU { position:absolute;display:block;z-index:15006;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:1635.5px;left:0px;display:none; }
#Hlg4wpdcv80fEQyukUrAw9iSiuXOLbbd { position:absolute;display:block;z-index:15007;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:1840.5px;left:0px;display:none; }
#Ikm8QXDtUKO2k9LrOwVkntnXkHMahJ2I { position:absolute;display:block;z-index:15008;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:2045.5px;left:0px;display:none; }
#Rc2Hw9ICQ02qwdwRDemIDIwx1F4wZEF9 { position:absolute;display:block;z-index:15009;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:2250.5px;left:0px;display:none; }
#oVuw5TT0abbm6JhTmFIWpqsTWcpar2gl { position:absolute;display:block;z-index:15010;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:2455.5px;left:0px;display:none; }
#RdPpUNXzIEmvQZBEdyUCOS7bF6H6O66f { position:absolute;display:block;z-index:15011;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:2662.5px;left:0px;display:none; }
#PUvIddEOqhvt5eMVmcE7UFTxbhpMc9E9 { position:absolute;display:block;z-index:15012;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:2867.5px;left:0px;display:none; }
#lzKQGna2Lt2cVu0y7pEbJz4gAcFVBaip { position:absolute;display:block;z-index:15013;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:3072.5px;left:0px;display:none; }
#RaO4UG3StcCJrtOsT9fnmg2BTK2eNDH3 { position:absolute;display:block;z-index:15014;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:3277.5px;left:0px;display:none; }
#hyoPFv5ZwalFMDr42oaO5y24s4a9KVws { position:absolute;display:block;z-index:15015;background-color:rgba(47,87,160,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25px;width:960px;top:3482.5px;left:0px;display:none; }
#vAV6rKKiSe98Rn6VFy9hwg5asEEcGtW9 { color:#ffffff;display:block;width:148px;position:absolute;font-family:inter;font-size:24px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:840.5px;left:187px;height:62.4148px;text-align:center;text-align-last:center;display:none; }
#iIP5kh3KGyRfVOEcU6UDQVO53u7qlvnx { position:absolute;display:block;z-index:15054;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:78px;width:78px;top:941.5px;left:0px;overflow:hidden;display:none; }
#W1Rc6l1VHNfsxqBSnCpWUU1INtDN5SRZ { position:absolute;display:block;z-index:15054;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:78px;width:78px;top:941.5px;left:0px;overflow:hidden;display:none; }
#Vsqes0UXsFuMvFNm1InFftthNTEBPTAO { position:absolute;display:block;z-index:15054;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:78px;width:78px;top:941.5px;left:0px;overflow:hidden;display:none; }
#TWb5PuLHitIis1bx5aTDmFyOTnJbXBXJ { 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:82px;width:82px;top:1146px;left:673px;overflow:hidden;display:none; }
#g865yhE9kK2gX5y6FLge1v2LCs5TXGel { 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:82px;width:82px;top:1146px;left:673px;overflow:hidden;display:none; }
#dxIATbVoExkI9Qv8bROfTLvnOctr6qCO { 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:82px;width:82px;top:1146px;left:673px;overflow:hidden;display:none; }
#wZVNhvZcAecBDu6R5X4wvi2lNH99SDET { 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:82px;width:82px;top:1146px;left:673px;overflow:hidden;display:none; }
#N9CKApMLPGTnTfX65deBTQptD8f3wPdc { position:absolute;display:block;z-index:15031;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:80px;width:80px;top:1351.5px;left:674px;overflow:hidden;display:none; }
#kDaciKzhcEWasbvxqfWJe5Zl8TwQQlTs { position:absolute;display:block;z-index:15031;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:80px;width:80px;top:1351.5px;left:674px;overflow:hidden;display:none; }
#rPdDfkVRvM9BkTtK1Bhv2n80xM7XJKOB { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:82px;width:82px;top:1759.5px;left:671px;overflow:hidden;display:none; }
#ggtf9basRV2qkBXOiWf1ZPt4oMLV8bNu { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:82px;width:82px;top:1759.5px;left:671px;overflow:hidden;display:none; }
#oAAFdx27R1k2T1WNkGxCVJDN8dElIcmP { position:absolute;display:block;z-index:15066;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:82px;width:82px;top:1965.5px;left:672px;overflow:hidden;display:none; }
#cyrTADRa1sMlNHbRV0qtaFN7XmPPdbR0 { position:absolute;display:block;z-index:15066;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:82px;width:82px;top:1965.5px;left:672px;overflow:hidden;display:none; }
#kAfLXsm5t60rlqC7N0nt7DMPfcl1Ml4L { position:absolute;display:block;z-index:15040;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:78.9915px;width:78.9915px;top:2171.9942321777px;left:0px;overflow:hidden;display:none; }
#KeuLl1D83spegVFuEu5ToOKA1F1zyC9W { position:absolute;display:block;z-index:15040;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:78.9915px;width:78.9915px;top:2171.9942321777px;left:0px;overflow:hidden;display:none; }
#y3F2hJOBMkLyI5BK9xTSLmMreKDi9kvZ { position:absolute;display:block;z-index:15040;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:78.9915px;width:78.9915px;top:2171.9942321777px;left:0px;overflow:hidden;display:none; }
#VXtayTwtnv4O3DTFg9IESsNloiiNLkgx { position:absolute;display:block;z-index:15044;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:80.9943px;width:80.9943px;top:2374.346496582px;left:439px;overflow:hidden;display:none; }
#TXxCglqQhokDbGczaDibSxmeBOCih6LT { position:absolute;display:block;z-index:15044;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:80.9943px;width:80.9943px;top:2374.346496582px;left:439px;overflow:hidden;display:none; }
#ALEEgGNz6QHEcnWhZMauD7KyHrNWUnHD { position:absolute;display:block;z-index:15071;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:80px;width:80px;top:2583.1703272773px;left:217px;overflow:hidden;display:none; }
#N6TEbGHI253OC0dQJaBzK8H7clTTuPb8 { position:absolute;display:block;z-index:15071;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:80px;width:80px;top:2583.1703272773px;left:217px;overflow:hidden;display:none; }
#DWxiUtTixxofXLtrDfgM1nxeDyvodWLz { position:absolute;display:block;z-index:15052;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:81px;width:81px;top:2992.4998779297px;left:438px;overflow:hidden;display:none; }
#McLrvFxcsfPqd9E1wsVTnXODrF5zQOOf { position:absolute;display:block;z-index:15052;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:81px;width:81px;top:2992.4998779297px;left:438px;overflow:hidden;display:none; }
#ACt4ohBiW4JNWL6CexyJrp6m7FZkUOMG { position:absolute;display:block;z-index:15080;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:110px;width:32px;top:3182.5624824043px;left:696px;overflow:hidden;display:none; }
#ilW7Cy9fMVcmkOm1GDkbtGO3QOEcuZIk { position:absolute;display:block;z-index:15080;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:110px;width:32px;top:3182.5624824043px;left:696px;overflow:hidden;display:none; }
#T2ec122R9qSWVLDnRebx6PEcq6ZbnGQJ { color:#ffffff;display:block;width:148px;position:absolute;font-family:inter;font-size:24px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:2064.5px;left:179px;height:62.3958px;text-align:center;text-align-last:center;display:none; }
#PlksXCruQ2CvZmuEsaETewiKZ3DfxTgT { 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:56px;width:216px;top:581.79516601562px;left:1078px;overflow:hidden;display:none; }
#V1Q4y1on4wHhigSdTpwwFpU71aNSysJ8 { position:absolute;display:block;z-index:15054;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:78px;width:78px;top:941.5px;left:0px;overflow:hidden;display:none; }
#GlQAo9qXnu4KKUwu487kva8PgUPfT5gq { color:#ffffff;display:block;width:148px;position:absolute;font-family:inter;font-size:24px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1245px;left:640px;height:62.375px;text-align:center;text-align-last:center;display:none; }
#lp5igJ3fsElVEqLBm18npRNBOh3LPSKt { color:#ffffff;display:block;width:148px;position:absolute;font-family:arial;font-size:24px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1244px;left:183px;height:31.1875px;text-align:center;text-align-last:center;display:none; }
#H9MysT6xPhdtd6odfeygPHGaHVFFzqhC { color:#ffffff;display:block;width:148px;position:absolute;font-family:inter;font-size:24px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1244px;left:0px;height:62.375px;text-align:center;text-align-last:center;display:none; }
#MPTSkgGJA03fMJLVWT81EM2R1fR928Am { color:#ffffff;display:block;width:148px;position:absolute;font-family:inter;font-size:24px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1246px;left:406px;height:31.1875px;text-align:center;text-align-last:center;display:none; }
#VBCZrgnXM2HIb715upD5g9TIaARZTnHd { position:absolute;display:block;z-index:15054;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:78px;width:78px;top:941.5px;left:0px;overflow:hidden;display:none; }
#Um0ee1vWlxNldNi9wSqvmeGntFZdSKL6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:200px;display:none; }
#MP53mhISMfrTXuTQlN0rrGEob89pz7vJ { position:absolute;display:block;z-index:15055;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:38px;width:43px;top:353.5px;left:454px;overflow:hidden;display:none; }
#DHzbIerdtIITDwbZgWhqWHw65P9iutJb { position:absolute;display:block;z-index:15055;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:31px;width:43px;top:353.5px;left:454px;overflow:hidden;display:none; }
#zc85nWJbT1Gx9fiRQfDCq6Z5oxiThm3S { position:absolute;display:block;z-index:15055;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:38px;width:25px;top:353.5px;left:454px;overflow:hidden;display:none; }
#rFTaUAt9Lpedd8urPG83eGChOpfCn5xQ { position:absolute;display:block;z-index:15055;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:27px;width:25px;top:353.5px;left:454px;overflow:hidden;display:none; }
#BtTsFcoHQlU25IwZdbCn91VmDRGs9tay { position:absolute;display:block;z-index:14994;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:127px;width:300px;top:413.5px;left:491px;overflow:hidden;display:none; }
#PFTr4bHm86xfstqefBF3h4Tn6LD0f6GW { position:absolute;display:block;z-index:14994;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:127px;width:300px;top:413.5px;left:491px;overflow:hidden;display:none; }
#x2CsrQ26UwfCv5Hh9Bxi7NitvPCzTyiy { position:absolute;display:block;z-index:14994;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:127px;width:300px;top:413.5px;left:491px;overflow:hidden;display:none; }
#Kykz2Ui781MCwohpSq366W3WX9qLDKGd { box-sizing:content-box;height:60px;width:60px;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:437px;left:514px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:none; }
#ED4B4kLSXuzh2HB7EJrfiliRBsRViSpg { position:absolute;display:block;z-index:15055;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:20px;width:29px;top:353.5px;left:454px;overflow:hidden;display:none; }
#pU0Ittczh5Oox3lAufqyGxHPclSlU17W { box-sizing:content-box;height:60px;width:60px;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:437px;left:514px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:none; }
#iihIcp43LiwoLCxtleFLevwV0sTMI3eU { box-sizing:content-box;color:#5d92ff;font-size:22px;font-weight:400;line-height:1;height:32px;width:32px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:596px;left:529px;display:none; }
#n5GOMAnQFSgmPoyM3g1UxS8vxu8EwqCk { box-sizing:content-box;height:60px;width:60px;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.08);background-image:none;top:437px;left:514px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:none; }
#mv2g0Pp9owOt0HOEJTZm6isHhmCAa6oO { position:absolute;display:block;z-index:15055;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:20px;width:22px;top:353.5px;left:454px;overflow:hidden;display:none; }
#PQFSTbTHwWaHbiJwH60MT3gpGBt24bJu { color:rgba(255,255,255,0.67);display:block;width:801px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:34px;left:80px;height:16.8984px;display:none; }
#NJdxhC4tRklXZ3TqBabEc3Oal0bcXWoq { color:#000000;display:block;width:200px;position:absolute;font-family:inter;font-size:12px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.6953125px;left:443.5px;height:15.5938px;font-style:normal;display:none; }
#xrMQsHtcVrUQL61uRumBIrNA6xq2IVQu { color:#000000;display:block;width:200px;position:absolute;font-family:inter;font-size:12px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.6953125px;left:443.5px;height:15.5938px;font-style:normal;display:none; }
#KIznDfqFcgorkxqBik9HZeRoqvDP1Ugl { position:relative;z-index:auto;display:none; }#KIznDfqFcgorkxqBik9HZeRoqvDP1Ugl { border-width: 0; border-radius: 0; }#KIznDfqFcgorkxqBik9HZeRoqvDP1Ugl > .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; }#KIznDfqFcgorkxqBik9HZeRoqvDP1Ugl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:104px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KsGP3PrC6wMrATMdGLVkEhxfrRQmdsHf { background-color:#ffaa00;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:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#283548;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"tt supermolot mobile";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:56px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:986px;left:246px;display:none; }
#fyDWclB9cMAaQz8yQ9upI4XSIMLJ02rz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vKHozooitDmOgpTux9FIATxJobsByg9L { background-color:rgba(255,165,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(255,165,0,0.35);border-left:1px solid rgba(255,165,0,0.35);border-right:1px solid rgba(255,165,0,0.35);border-bottom:1px solid rgba(255,165,0,0.35);border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffaa00;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"tt supermolot mobile";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:221px;height:56px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:986px;left:497px;display:none; }
#TUkf354s0pEDZrphiN9Ai3Qv08tN9Sgs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tE7rn62moysbnHMxZqRkxXdMWBQC3vTv { position:relative;z-index:auto;display:none; }#tE7rn62moysbnHMxZqRkxXdMWBQC3vTv { border-width: 0; border-radius: 0; }#tE7rn62moysbnHMxZqRkxXdMWBQC3vTv > .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; }#tE7rn62moysbnHMxZqRkxXdMWBQC3vTv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:104px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#S9WIvvxGKya8TSK9ZZVEsxExP57JoF2Z { 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:20px;width:121px;top:81px;left:554.5px;overflow:hidden;display:none; }
body { position:relative;display:block; }
#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF { display:block; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { width:760px;position:relative;display:block; }#wht6tWRz2Umk8BoQUDiJSpIn41ygCSIB { top:77px;left:0px;width:72px;height:72px;display:block; }
#WHeocSoqkCFsmXqCWyyO125ko2wERav6 { top:377px;left:0px;width:472px;height:120px;font-size:20px;display:block; }
#zwXh4Rck7zlK4lMAEi5ArUwQ32kkotU6 { top:244px;left:0px;width:380px;height:144px;font-size:80px;display:block; }
#V0KU7RTFnNWtuSXxJZqIhpFnyPKspxnS { width:221px;height:46px;top:555px;left:172px;display:block; }
#MxfWhTZdxuia8x3WUgWdVhBlzTWxORnX { display:block; }
#tnf9xtCTghWWTxuUtwEZzo3ZMCPRkAvI { width:230px;height:46px;top:555px;left:0px;display:block; }
#frFFLXbJpoZ2uqw4bS02EyV12W0hc6Kg { display:block; }
#nX02RKDTLAfyUJF8Npvt9AFUuUGZnIPQ { top:552px;left:406.5px;width:48px;height:51px;display:block; }
#mIZ4bZbDVHxwJZ5dBMvx674DRp2MdfFS { top:308px;left:0px;width:320px;height:22px;font-size:15px;display:none; }
#JvbCUpQ7o25skhCpsA4n1rFFZ7ggrX8D { top:81px;left:385px;width:154px;height:20px;display:none; }
#ZlEKbJDCdazZMOO1QQiQgT7vDg6ApCMo { top:81px;left:385px;width:82px;height:121px;display:none; }
#y7KbS8aZB1t6TARV4by3TCV6FINBJiCS { top:81px;left:385px;width:138px;height:20px;display:none; }
#LNp6EVCVNg36zyT0MZTNbR2dI0lGEmZP { display:none; }
#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 { display:block; }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row .container { width:764px;position:relative;display:block; }#gwBfwteO7zVrbwxJ0NxvZJy0z9GV5Zvr { top:501px;left:432px;width:30px;height:30px;display:none; }
#fVcBTpHqNzrq6y1JXghTbTTZNySSSvfh { top:157px;left:161px;width:48px;height:48px;display:none; }
#yRFpNis3xMc20sMVigI5m1ER7VvU4Zh8 { top:1345px;left:0px;width:283px;height:72px;font-size:14px;display:none; }
#P73y3ycdvJlv5HXxPVTBA7XyPX6Vvlmy { top:353px;left:356px;width:51px;height:60.488372093023px;display:none; }
#oSzg3ntK37fwUQmNLMKQBkb2rTySrFRP { top:353px;left:356px;width:51px;height:46.255813953488px;display:none; }
#I2R5ySXgfNrgwiwNGr818NntBTO3sZML { top:504px;left:444px;width:320px;height:41px;font-size:16px;display:none; }
#bG2k8IFNss4NXlRfJeuUfbvvfDQliI1c { top:504px;left:444px;width:320px;height:48px;font-size:16px;display:none; }
#cvObr2eMQRGAoUMGodKvUHOGaX6cfABU { top:970px;left:62px;width:48px;height:48px;display:none; }
#Ic57eUacn3BcLl82vH74kfaBbvqmlaKp { top:970px;left:62px;width:48px;height:48px;display:none; }
#XVD91sdNIP8MZ0maEZU9bWv3bN2eCgtb { top:266px;left:0px;width:320px;height:41px;font-size:14px;display:none; }
#tcDL4fEwkRwcU3m5Fnw27fBD8nHoTtlV { top:353px;left:356px;width:51px;height:85.772727272727px;display:none; }
#ses6geAIhxf9izkJBy8UOIL8cJRON051 { top:79px;left:352px;width:412px;height:72px;font-size:40px;display:block; }
#FafImvkHFs4ZxSTEX3sHPA7l1Eni74pQ { top:970px;left:62px;width:48px;height:48px;display:none; }
#DSva2MHle81VQ2XRiJ7TDzXMfPvItJzN { top:375px;left:0px;width:320px;height:41px;font-size:14px;display:none; }
#c79G0vKCk4ChV1Ac6AXetNiDiU9GgO9t { top:466px;left:0px;width:163px;height:41px;font-size:14px;display:none; }
#RFGKX7AU9G26SC8rbaAbGP5aGEw3Ay1i { top:970px;left:62px;width:48px;height:48px;display:none; }
#V58W8Ovnn2ilnC20u9OGya3OQW0NdMCn { top:970px;left:62px;width:48px;height:48px;display:none; }
#H8hEuVsztPiod55yyueheXvkb4Xzfx3B { top:480px;left:63.5px;width:163px;height:20px;font-size:14px;display:none; }
#MstNJF3uIRoPH7Zves3bko21RdudRnxP { top:482px;left:0px;width:62px;height:62px;display:none; }
#QJp9egxstiF89bLJSEEtTfGR5FMcBFwf { top:482px;left:0px;width:62px;height:62px;display:none; }
#u5xgMDV0sqNtfgV3rRnVGbwtvlZLJkE0 { top:657px;left:95.5px;width:18px;height:37px;font-size:25px;display:none; }
#TBvxAmpDRuKXQEBQE4ZTwE6cL4XfO4G0 { top:165px;left:341px;width:423px;height:96px;font-size:16px;display:block; }
#f7ndLTez4SQsauNgtDxC2JWhUZbD9T5u { top:288px;left:345px;width:419px;height:48px;font-size:16px;display:block; }
#w2XBPkUBRkLgWW73UTSRJEyaoJKJvwUa { top:41px;left:0px;width:421px;height:675px;display:block; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa { display:flex;height:auto;width:280px;display:none; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#lgss57DzkhKTTbOgUpalVlNg8176uUaa #DtQl57naCi3v55bqLZosKRmffSLiyadJ {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #PWsgE1ZoXsoUFHWfeB0BVJbTDswvrz9B {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #iJHV2UnlOCngsaXKtnK10Dk2ktKPEpvz {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #iM6yAc1XfHShhtaPdhLhAI5ooWLu7EGP {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #xgia4h6LVTAG1OKhMIHDSG6XsUxHb9s7 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #wnGEXeTgLaATNyyfG21R1gf8xK2tkNNr {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #SCEzcOWWbag63ZaW2BQGstnO0pHFJh6Q {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #iLVuvFX7mzmGifJD30BSZqCtB1TIdzQ4 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #aSOaIiiz26VhVr1kss5MDiJuF1tkQNp0 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #hWO5SXTXA8MlP4ZhrsMKRmynqOTia5Ac {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #BBih8xhuoJBD5TMwenO1Wr2253CECyJE {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #Q8EpbJe1o5X0SHFRT0WT7fi0d0pib1QX {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #x6CmKQCiB3ZvUuiPtKgWI5ShvgxRSEJ6 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #c09sx59uuCgCLtJgd8O4UNPT2H5u1Aty {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #vi2VqbdbEnowzz3TpSo8aPwcLEI0ZXTH {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #vSFgUKZ1xQB4LN9yIZrvEnItasOIrWa8 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #HAXbk21SO8gA4a4Lw5E72StXa4SQQwz6 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #LwgDOUKgQ6lAJw3egFox359EfkDgGWvg {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #Lw0bmLgw6AXvda40qWGZeMDTknc21V9K {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #Ak3XWwDBqT0TnxFp6S0m5k6TODNJApq7 {  }
#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy { display:block; }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row .container { width:764px;position:relative;display:block; }#U3OUPU2g3yL2abvU4lrgsynnAz6Nr8sN { top:501px;left:432px;width:30px;height:30px;display:none; }
#DT5S60ko8Ck2iyi2OgM5VHC1G9pa8v1T { top:157px;left:161px;width:48px;height:48px;display:none; }
#h12kuRUWSVeJL1JtySTQLyHMMEMJLVDP { top:1345px;left:0px;width:283px;height:72px;font-size:14px;display:none; }
#DKTcspLLfLBfuqqruE2gDXkQZgVNRrDp { top:353px;left:356px;width:51px;height:60.488372093023px;display:none; }
#b1XNIknBxxn1dUNmdVCXVvEmV70ClwR9 { top:353px;left:356px;width:51px;height:46.255813953488px;display:none; }
#RsVIGaxdKrrTGB9ZrnbKwmiiXptTUvGM { top:31px;left:0px;width:320px;height:;font-size:20px;display:none; }
#g294HoyuGHG0NiIJcIoyBHLbDMzPvbaA { top:143px;left:0px;width:320px;height:126px;font-size:14px;display:none; }
#TWU7fTOuQa8NgUXGIOc1kNTaDFkJfgyS { top:81px;left:385px;width:83px;height:94px;display:none; }
#tPOc8Zbnqya2QQzq5JPH2fWhi55ecw1J { top:81px;left:385px;width:83px;height:89px;display:none; }
#bEqETaNcgaxkbGPpfv2eg2TfrZrvV1KX { top:81px;left:385px;width:83px;height:85px;display:none; }
#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr { display:block; }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .row .container { width:764px;position:relative;display:block; }#caoCpvEEPOG6Rn7Cm1TdmAXFGvoxspfM { width:;height:;top:0px;display:none; }
#r5qrP7TTP4nXTTBVlOHhSnGyO2B820tI { top:325px;left:0px;width:764px;height:80px;display:block; }
#We2cLtsPwTb5n8G8KZpCMIqZl3Us2exs { top:250px;left:0px;width:80px;height:3151px;display:block; }
#Qm95a820xECdplRuuMeNmKyoR9Br2zn0 { top:250px;left:118px;width:80px;height:3164px;display:block; }
#H8rzne6kMUvJQCpqIVvDqTXyAmNLLZID { top:255px;left:342px;width:80px;height:3185px;display:block; }
#rZUG2QSsQFakaNznkXMszck5NhnI7ydU { top:250px;left:575px;width:80px;height:3203px;display:block; }
#oTz23bMvHsU0P5Zw1twAXAeCZ5dxiEL3 { top:250px;left:684px;width:80px;height:3201px;display:block; }
#JyWdhm3oogoQtwQQ3O2ZUbIbLSI99CPd { top:530px;left:0px;width:764px;height:80px;display:block; }
#J7zKdk5RseEqVUEosFWob2dmdc2lPpSM { top:405px;left:0px;width:764px;height:25px;display:block; }
#h5FiQJT6lzxUzuApihWTWrI71kgRMXUr { top:2867px;left:0px;width:33px;height:125px;display:block; }
#XpATpzRMNV84vXUrZhx28hQscLzLxgTv { top:735px;left:0px;width:764px;height:80px;display:block; }
#V6lTpRC0WubFhI3MDWunNSirKckcih2E { top:610px;left:0px;width:764px;height:25px;display:block; }
#UHsDSPooGXKAIac4VGOv1uvwbnAT1fq9 { top:815px;left:0px;width:764px;height:25px;display:block; }
#NNeyTvMN6bV8DNa7JEfQqZzg9HGXiGMe { top:940px;left:0px;width:764px;height:80px;display:block; }
#bxazx32kGaxJZUi4g9TcHHPIg8WAbEC2 { top:1020px;left:0px;width:764px;height:25px;display:block; }
#kX3BOhFPyf08VkBRFJuCMqGneg8vrmGi { top:1145px;left:0px;width:764px;height:80px;display:block; }
#q2AXFxo7nMfETaJNykVcQUXhFerTKfMB { top:1350px;left:0px;width:764px;height:80px;display:block; }
#pNNd7zHa5CtT3S7DpZkky0q58eo3mLLZ { top:1555px;left:0px;width:764px;height:80px;display:block; }
#E9TdisaAbKzP4IbXAuSvGSSGny1lVWx7 { top:1760px;left:0px;width:764px;height:80px;display:block; }
#WVAlQKMNALpKFThz7HfamHoKorcbCTAv { top:1965px;left:0px;width:764px;height:80px;display:block; }
#spZvMGlt1ReKGEg1tIKK6aKXi9tLNpFT { top:2170px;left:0px;width:764px;height:80px;display:block; }
#dbb0uOrRm9rmdGlN2zseEsOwwIV0oECH { top:735px;left:0px;width:70px;height:80px;display:block; }
#gb2HxwDMHcEZpDKg7ddUxBLaFIaCKUat { top:941px;left:682px;width:82px;height:82px;display:block; }
#ZEPU9QeyH0aquhTEUyzIEwaC5K3GqoAI { top:2375px;left:0px;width:764px;height:80px;display:block; }
#FfMXspT4ZE6h9T3tk401f31dARZGaVs2 { top:2582px;left:0px;width:764px;height:80px;display:block; }
#VBWA8Nyu4QUVkTBlvIAI3bzsoMnTJEg0 { top:2787px;left:0px;width:764px;height:80px;display:block; }
#S8sC07VZO5TEWwL6Aqdeg7OqAWlFhX9g { top:2170px;left:0px;width:764px;height:80px;display:none; }
#Zs4CcSD9oggmc01Psu5BNuRNkCnpzQFU { top:2170px;left:0px;width:764px;height:80px;display:none; }
#Q4RqXLL9Cyffk1XTAOC73wqMEoVpt7hG { top:2170px;left:0px;width:764px;height:80px;display:none; }
#dBdr1v0GHEdtOBeM2KUo97LT1LwozCLe { top:2170px;left:0px;width:764px;height:80px;display:none; }
#VDRAvWWiT4LN84E5CDJTeqJ1ZZrrveMi { top:2170px;left:0px;width:764px;height:80px;display:none; }
#h1qqnB8kJLpL8TssJTOU9OkOt8giEAMq { top:2170px;left:0px;width:764px;height:80px;display:none; }
#yP287Tpp4JSSayMWMq8gz6eSTbmPTGps { top:2170px;left:0px;width:764px;height:80px;display:none; }
#Zkhw3Nt1QkbhTw0lJkBuLOg73nP3ewqt { top:2170px;left:0px;width:764px;height:80px;display:none; }
#EfE8PnruI7SsbWfrk4GC3cJmvN92eqs5 { top:2170px;left:0px;width:764px;height:80px;display:none; }
#rkG3TpV7obMbpUTTRAaFAgPI1Jcb9mW9 { top:2170px;left:0px;width:764px;height:80px;display:none; }
#SPF9Qon2X3cG8hSpP0PJvnme1uXLWsJh { top:2171px;left:0px;width:764px;height:80px;display:none; }
#AI2xfb7f83F8opTqw4upKrc0HzRXDaGk { top:2170px;left:0px;width:764px;height:80px;display:none; }
#fXhdgTnUatkf9sSMPggR8QLMXVVB2ogF { top:2170px;left:0px;width:764px;height:80px;display:none; }
#wZUeozsot072nLwyQ9s657ilG5ytRoHH { top:2170px;left:0px;width:764px;height:80px;display:none; }
#ZTw4aHgz5AT2nFQII2RBCKHbWEDSOcDa { top:2170px;left:0px;width:764px;height:80px;display:none; }
#W3e3N9PM3npHKf0xHwGg5dSAy8rTHTrg { top:2170px;left:0px;width:764px;height:80px;display:none; }
#VWcRRc0lmFOMx4w4uOtOJcHSckq1CV2r { top:2170px;left:0px;width:764px;height:80px;display:none; }
#JdKS6u1kQtMQPukfzUV6LloReLdSxu4g { top:2992px;left:0px;width:764px;height:80px;display:block; }
#AaJokfiJuJTQIloNEKctTS3vIVKwNoV6 { top:3277px;left:0px;width:33px;height:125px;display:block; }
#oFwWFf94EloPFyryMQ8FJyHHwUVl5RzI { top:3197px;left:0px;width:764px;height:80px;display:block; }
#XKw7bkQRRM4sSTFJbUuHWq3DqInR6wzR { top:3402px;left:0px;width:764px;height:80px;display:block; }
#a95HS8qACUMsGTmDTQrV69AZmctlrqQP { top:1225px;left:0px;width:764px;height:25px;display:block; }
#ltRe2tP02OaKpyZBhvVKG1wzEQ9NWeTA { top:1430px;left:0px;width:764px;height:25px;display:block; }
#bgzH5WZHfDlTk7oXtUp0ri3li1B5rARU { top:1635px;left:0px;width:764px;height:25px;display:block; }
#Hlg4wpdcv80fEQyukUrAw9iSiuXOLbbd { top:1840px;left:0px;width:764px;height:25px;display:block; }
#Ikm8QXDtUKO2k9LrOwVkntnXkHMahJ2I { top:2045px;left:0px;width:764px;height:25px;display:block; }
#Rc2Hw9ICQ02qwdwRDemIDIwx1F4wZEF9 { top:2250px;left:0px;width:764px;height:25px;display:block; }
#oVuw5TT0abbm6JhTmFIWpqsTWcpar2gl { top:2455px;left:0px;width:764px;height:25px;display:block; }
#RdPpUNXzIEmvQZBEdyUCOS7bF6H6O66f { top:2662px;left:0px;width:764px;height:25px;display:block; }
#PUvIddEOqhvt5eMVmcE7UFTxbhpMc9E9 { top:2867px;left:0px;width:764px;height:25px;display:block; }
#lzKQGna2Lt2cVu0y7pEbJz4gAcFVBaip { top:3072px;left:0px;width:764px;height:25px;display:block; }
#RaO4UG3StcCJrtOsT9fnmg2BTK2eNDH3 { top:3277px;left:0px;width:764px;height:25px;display:block; }
#hyoPFv5ZwalFMDr42oaO5y24s4a9KVws { top:3482px;left:0px;width:764px;height:25px;display:block; }
#vAV6rKKiSe98Rn6VFy9hwg5asEEcGtW9 { top:840px;left:89px;width:109px;height:36px;font-size:12px;display:none; }
#iIP5kh3KGyRfVOEcU6UDQVO53u7qlvnx { top:941px;left:0px;width:78px;height:78px;display:none; }
#W1Rc6l1VHNfsxqBSnCpWUU1INtDN5SRZ { top:941px;left:0px;width:78px;height:78px;display:none; }
#Vsqes0UXsFuMvFNm1InFftthNTEBPTAO { top:941px;left:0px;width:78px;height:78px;display:none; }
#TWb5PuLHitIis1bx5aTDmFyOTnJbXBXJ { top:1145px;left:575px;width:82px;height:82px;display:none; }
#g865yhE9kK2gX5y6FLge1v2LCs5TXGel { top:1145px;left:575px;width:82px;height:82px;display:none; }
#dxIATbVoExkI9Qv8bROfTLvnOctr6qCO { top:1145px;left:575px;width:82px;height:82px;display:none; }
#wZVNhvZcAecBDu6R5X4wvi2lNH99SDET { top:1145px;left:575px;width:82px;height:82px;display:none; }
#N9CKApMLPGTnTfX65deBTQptD8f3wPdc { top:1351px;left:576px;width:80px;height:80px;display:none; }
#kDaciKzhcEWasbvxqfWJe5Zl8TwQQlTs { top:1351px;left:576px;width:80px;height:80px;display:none; }
#rPdDfkVRvM9BkTtK1Bhv2n80xM7XJKOB { top:1759px;left:573px;width:82px;height:82px;display:none; }
#ggtf9basRV2qkBXOiWf1ZPt4oMLV8bNu { top:1759px;left:573px;width:82px;height:82px;display:none; }
#oAAFdx27R1k2T1WNkGxCVJDN8dElIcmP { top:1965px;left:574px;width:82px;height:82px;display:none; }
#cyrTADRa1sMlNHbRV0qtaFN7XmPPdbR0 { top:1965px;left:574px;width:82px;height:82px;display:none; }
#kAfLXsm5t60rlqC7N0nt7DMPfcl1Ml4L { top:2171px;left:0px;width:78px;height:78px;display:none; }
#KeuLl1D83spegVFuEu5ToOKA1F1zyC9W { top:2171px;left:0px;width:78px;height:78px;display:none; }
#y3F2hJOBMkLyI5BK9xTSLmMreKDi9kvZ { top:2171px;left:0px;width:78px;height:78px;display:none; }
#VXtayTwtnv4O3DTFg9IESsNloiiNLkgx { top:2374px;left:341px;width:80px;height:80px;display:none; }
#TXxCglqQhokDbGczaDibSxmeBOCih6LT { top:2374px;left:341px;width:80px;height:80px;display:none; }
#ALEEgGNz6QHEcnWhZMauD7KyHrNWUnHD { top:2583px;left:119px;width:80px;height:80px;display:none; }
#N6TEbGHI253OC0dQJaBzK8H7clTTuPb8 { top:2583px;left:119px;width:80px;height:80px;display:none; }
#DWxiUtTixxofXLtrDfgM1nxeDyvodWLz { top:2992px;left:340px;width:81px;height:81px;display:none; }
#McLrvFxcsfPqd9E1wsVTnXODrF5zQOOf { top:2992px;left:340px;width:81px;height:81px;display:none; }
#ACt4ohBiW4JNWL6CexyJrp6m7FZkUOMG { top:3182px;left:598px;width:32px;height:110.03920146552px;display:none; }
#ilW7Cy9fMVcmkOm1GDkbtGO3QOEcuZIk { top:3182px;left:598px;width:32px;height:110.03920146552px;display:none; }
#T2ec122R9qSWVLDnRebx6PEcq6ZbnGQJ { top:2064px;left:81px;width:121px;height:36px;font-size:12px;display:none; }
#PlksXCruQ2CvZmuEsaETewiKZ3DfxTgT { top:581px;left:548px;width:216px;height:56px;display:block; }
#V1Q4y1on4wHhigSdTpwwFpU71aNSysJ8 { top:941px;left:0px;width:78px;height:78px;display:none; }
#GlQAo9qXnu4KKUwu487kva8PgUPfT5gq { top:1245px;left:542px;width:123px;height:36px;font-size:12px;display:none; }
#lp5igJ3fsElVEqLBm18npRNBOh3LPSKt { top:1244px;left:85px;width:148px;height:31px;font-size:12px;display:none; }
#H9MysT6xPhdtd6odfeygPHGaHVFFzqhC { top:1244px;left:0px;width:148px;height:62px;font-size:12px;display:none; }
#MPTSkgGJA03fMJLVWT81EM2R1fR928Am { top:1246px;left:308px;width:148px;height:31px;font-size:12px;display:none; }
#VBCZrgnXM2HIb715upD5g9TIaARZTnHd { top:941px;left:0px;width:78px;height:78px;display:none; }
#Um0ee1vWlxNldNi9wSqvmeGntFZdSKL6 { top:0px;width:;height:;display:none; }
#MP53mhISMfrTXuTQlN0rrGEob89pz7vJ { top:353px;left:356px;width:51px;height:45.06976744186px;display:none; }
#DHzbIerdtIITDwbZgWhqWHw65P9iutJb { top:353px;left:356px;width:51px;height:36.767441860465px;display:none; }
#zc85nWJbT1Gx9fiRQfDCq6Z5oxiThm3S { top:353px;left:356px;width:51px;height:77.52px;display:none; }
#rFTaUAt9Lpedd8urPG83eGChOpfCn5xQ { top:353px;left:356px;width:51px;height:55.08px;display:none; }
#BtTsFcoHQlU25IwZdbCn91VmDRGs9tay { top:413px;left:219px;width:545px;height:230.71666666667px;display:none; }
#PFTr4bHm86xfstqefBF3h4Tn6LD0f6GW { top:413px;left:219px;width:545px;height:230.71666666667px;display:none; }
#x2CsrQ26UwfCv5Hh9Bxi7NitvPCzTyiy { top:413px;left:219px;width:545px;height:230.71666666667px;display:none; }
#Kykz2Ui781MCwohpSq366W3WX9qLDKGd { top:437px;left:416px;width:60px;height:60px;display:none; }
#ED4B4kLSXuzh2HB7EJrfiliRBsRViSpg { top:353px;left:356px;width:51px;height:35.172413793103px;display:none; }
#pU0Ittczh5Oox3lAufqyGxHPclSlU17W { top:437px;left:416px;width:60px;height:60px;display:none; }
#iihIcp43LiwoLCxtleFLevwV0sTMI3eU { top:596px;left:431px;width:32px;height:32px;display:none; }
#n5GOMAnQFSgmPoyM3g1UxS8vxu8EwqCk { top:437px;left:416px;width:60px;height:60px;display:none; }
#mv2g0Pp9owOt0HOEJTZm6isHhmCAa6oO { top:353px;left:356px;width:51px;height:46.363636363636px;display:none; }
#PQFSTbTHwWaHbiJwH60MT3gpGBt24bJu { top:34px;left:0px;width:320px;height:33px;font-size:13px;display:none; }
#NJdxhC4tRklXZ3TqBabEc3Oal0bcXWoq { top:34px;left:0px;width:158px;height:15px;font-size:12px;display:none; }
#xrMQsHtcVrUQL61uRumBIrNA6xq2IVQu { top:53px;left:0px;width:158px;height:15px;font-size:12px;display:none; }
#KIznDfqFcgorkxqBik9HZeRoqvDP1Ugl { display:none; }#KIznDfqFcgorkxqBik9HZeRoqvDP1Ugl > .row .container { width:764px;position:relative;display:none; }#KsGP3PrC6wMrATMdGLVkEhxfrRQmdsHf { width:220px;height:56px;top:986px;left:148px;display:none; }
#fyDWclB9cMAaQz8yQ9upI4XSIMLJ02rz { display:block; }
#vKHozooitDmOgpTux9FIATxJobsByg9L { width:221px;height:56px;top:986px;left:399px;display:none; }
#TUkf354s0pEDZrphiN9Ai3Qv08tN9Sgs { display:block; }
#tE7rn62moysbnHMxZqRkxXdMWBQC3vTv { display:none; }#tE7rn62moysbnHMxZqRkxXdMWBQC3vTv > .row .container { width:764px;position:relative;display:none; }#S9WIvvxGKya8TSK9ZZVEsxExP57JoF2Z { top:81px;left:385px;width:121px;height:20px;display:none; }
body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF { background-color:#192434;background-image:url("https://images.assets-landingi.com/uc/6b39f342-91f2-4fad-82b9-71fd71b7f466/bggggggggg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:26px;border-bottom-right-radius:26px;display:block; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF.adaptive-delivery-prevent-bg, #V5eCsKUd9wzc1dNARkr2WF55RCGutLdF.lazyload, #V5eCsKUd9wzc1dNARkr2WF55RCGutLdF.lazyloading { background-image: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { background-color: transparent; background-image: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container > .video-iframe-container { display: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row > .video-iframe-container { display: none; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .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); }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { border-width: 0; border-radius: 0; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:26px;border-bottom-right-radius:26px; }#V5eCsKUd9wzc1dNARkr2WF55RCGutLdF > .row .container { width:320px;height:3872px;position:relative;display:block; }#wht6tWRz2Umk8BoQUDiJSpIn41ygCSIB { width:78px;height:78px;top:57px;left:121px;display:block; }
#WHeocSoqkCFsmXqCWyyO125ko2wERav6 { width:320px;height:0;top:176.203125px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:none; }
#zwXh4Rck7zlK4lMAEi5ArUwQ32kkotU6 { width:320px;height:0;top:110.203125px;left:0px;font-size:38px;text-align:center;text-align-last:center;font-family:inter;display:none; }
#V0KU7RTFnNWtuSXxJZqIhpFnyPKspxnS { width:221px;height:46px;top:1124.796875px;left:99px;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;display:none; }
#MxfWhTZdxuia8x3WUgWdVhBlzTWxORnX { display:block; }
#tnf9xtCTghWWTxuUtwEZzo3ZMCPRkAvI { width:230px;height:46px;top:1124.796875px;left:0px;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:20px;display:none; }
#frFFLXbJpoZ2uqw4bS02EyV12W0hc6Kg { display:block; }
#nX02RKDTLAfyUJF8Npvt9AFUuUGZnIPQ { width:48px;height:51px;top:959.203125px;left:136px;display:none; }
#mIZ4bZbDVHxwJZ5dBMvx674DRp2MdfFS { width:320px;height:21px;top:242.203125px;left:0px;font-size:15px;text-align:center;text-align-last:center;z-index:15010;line-height:1.4;display:block; }
#JvbCUpQ7o25skhCpsA4n1rFFZ7ggrX8D { width:155px;height:21px;top:273px;left:82.5px;overflow:hidden;z-index:15005;display:block; }
#ZlEKbJDCdazZMOO1QQiQgT7vDg6ApCMo { width:272px;height:401px;top:283px;left:24px;overflow:hidden;z-index:15004;display:block; }
#y7KbS8aZB1t6TARV4by3TCV6FINBJiCS { width:293px;height:44px;top:175px;left:13.5px;overflow:hidden;z-index:15009;display:block; }
#LNp6EVCVNg36zyT0MZTNbR2dI0lGEmZP { top:0px;left:0px;width:320px;height:3872px;z-index:15020;display:block; }
#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 { 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; }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row .container { background-color: transparent; background-image: none; }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row .container > .video-iframe-container { display: none; }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row > .video-iframe-container { display: none; }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .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); }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row .container { border-width: 0; border-radius: 0; }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MvVlm6J0mOVHrT9twJsaxtocbFI1OrX8 > .row .container { width:320px;height:357px;position:relative;display:block; }#gwBfwteO7zVrbwxJ0NxvZJy0z9GV5Zvr { width:76px;height:76px;top:902px;left:211.5px;z-index:15056;display:none; }
#fVcBTpHqNzrq6y1JXghTbTTZNySSSvfh { width:30px;height:30px;top:772px;left:71px;z-index:15054;overflow:hidden;display:none; }
#yRFpNis3xMc20sMVigI5m1ER7VvU4Zh8 { top:1358px;left:9px;width:278px;height:0;z-index:15059;color:#ffffff;font-size:14px;font-family:inter;text-align:center;text-align-last:center;display:none; }
#P73y3ycdvJlv5HXxPVTBA7XyPX6Vvlmy { width:26px;height:29px;top:1168px;left:135px;z-index:15056;overflow:hidden;display:none; }
#oSzg3ntK37fwUQmNLMKQBkb2rTySrFRP { width:33px;height:24px;top:1298px;left:131px;z-index:15057;overflow:hidden;display:none; }
#I2R5ySXgfNrgwiwNGr818NntBTO3sZML { width:320px;height:0;top:190px;left:0px;font-size:16px;text-align:center;text-align-last:center;z-index:15012;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
#bG2k8IFNss4NXlRfJeuUfbvvfDQliI1c { width:320px;height:0;top:342px;left:0px;font-size:16px;text-align:center;text-align-last:center;z-index:15013;font-weight:400;font-style:normal;color:#ffffff;display:none; }
#cvObr2eMQRGAoUMGodKvUHOGaX6cfABU { width:48px;height:48px;top:286px;left:136px;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
#Ic57eUacn3BcLl82vH74kfaBbvqmlaKp { width:48px;height:48px;top:109px;left:54px;z-index:15012;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
#XVD91sdNIP8MZ0maEZU9bWv3bN2eCgtb { width:80px;height:0;top:179px;left:38px;font-size:14px;text-align:center;text-align-last:center;z-index:15015;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
#tcDL4fEwkRwcU3m5Fnw27fBD8nHoTtlV { width:23px;height:39px;top:290.5px;left:148.5px;z-index:15063;overflow:hidden;display:none; }
#ses6geAIhxf9izkJBy8UOIL8cJRON051 { width:320px;height:auto;top:79px;left:0px;font-size:32px;display:none; }
#FafImvkHFs4ZxSTEX3sHPA7l1Eni74pQ { width:48px;height:48px;top:109px;left:217.5px;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
#DSva2MHle81VQ2XRiJ7TDzXMfPvItJzN { width:99px;height:0;top:179px;left:192px;font-size:14px;text-align:center;text-align-last:center;z-index:15016;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
#c79G0vKCk4ChV1Ac6AXetNiDiU9GgO9t { width:102px;height:0;top:331px;left:27px;font-size:14px;text-align:center;text-align-last:center;z-index:15017;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
#RFGKX7AU9G26SC8rbaAbGP5aGEw3Ay1i { width:48px;height:48px;top:264px;left:54px;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
#V58W8Ovnn2ilnC20u9OGya3OQW0NdMCn { width:48px;height:48px;top:264px;left:217.5px;z-index:15014;background-color:rgba(227,227,227,0.3);background-image:none;display:none; }
#H8hEuVsztPiod55yyueheXvkb4Xzfx3B { width:74px;height:0;top:331px;left:204.5px;font-size:14px;text-align:center;text-align-last:center;z-index:15018;font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;display:none; }
#MstNJF3uIRoPH7Zves3bko21RdudRnxP { width:48px;height:48px;top:541.90625px;left:136px;z-index:15019;display:none; }
#QJp9egxstiF89bLJSEEtTfGR5FMcBFwf { width:48px;height:48px;top:687.90625px;left:136px;z-index:15020;display:none; }
#u5xgMDV0sqNtfgV3rRnVGbwtvlZLJkE0 { width:49px;height:0;top:693.15625px;left:135.5px;font-size:25px;z-index:15035;text-align:center;text-align-last:center;display:none; }
#TBvxAmpDRuKXQEBQE4ZTwE6cL4XfO4G0 { width:320px;height:auto;top:165px;left:0px;font-size:16px;line-height:1.6;display:none; }
#f7ndLTez4SQsauNgtDxC2JWhUZbD9T5u { width:320px;height:auto;top:288px;left:0px;font-size:16px;line-height:1.6;display:none; }
#w2XBPkUBRkLgWW73UTSRJEyaoJKJvwUa { width:288px;height:463px;top:272.5px;left:16px;overflow:hidden;display:none; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-element-container { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-heading-text { font-family:inter;font-size:16px;height:auto;color:#324157;line-height:1.3;overflow:hidden; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-desc-text { font-family:inter;color:#324157;font-size:15px;height:auto;line-height:1.4;overflow:hidden; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa { display:flex;height:auto;width:320px;top:13.5px;left:0px;z-index:15064;gap:12px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#lgss57DzkhKTTbOgUpalVlNg8176uUaa #DtQl57naCi3v55bqLZosKRmffSLiyadJ {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #PWsgE1ZoXsoUFHWfeB0BVJbTDswvrz9B {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #iJHV2UnlOCngsaXKtnK10Dk2ktKPEpvz {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #iM6yAc1XfHShhtaPdhLhAI5ooWLu7EGP {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #xgia4h6LVTAG1OKhMIHDSG6XsUxHb9s7 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #wnGEXeTgLaATNyyfG21R1gf8xK2tkNNr {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #SCEzcOWWbag63ZaW2BQGstnO0pHFJh6Q {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #iLVuvFX7mzmGifJD30BSZqCtB1TIdzQ4 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #aSOaIiiz26VhVr1kss5MDiJuF1tkQNp0 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #hWO5SXTXA8MlP4ZhrsMKRmynqOTia5Ac {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #BBih8xhuoJBD5TMwenO1Wr2253CECyJE {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #Q8EpbJe1o5X0SHFRT0WT7fi0d0pib1QX {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #x6CmKQCiB3ZvUuiPtKgWI5ShvgxRSEJ6 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #c09sx59uuCgCLtJgd8O4UNPT2H5u1Aty {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #vi2VqbdbEnowzz3TpSo8aPwcLEI0ZXTH {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #vSFgUKZ1xQB4LN9yIZrvEnItasOIrWa8 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #HAXbk21SO8gA4a4Lw5E72StXa4SQQwz6 {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #LwgDOUKgQ6lAJw3egFox359EfkDgGWvg {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #Lw0bmLgw6AXvda40qWGZeMDTknc21V9K {  }
#lgss57DzkhKTTbOgUpalVlNg8176uUaa #Ak3XWwDBqT0TnxFp6S0m5k6TODNJApq7 {  }
#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy { background-color:#e2eaf3;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; }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row .container { background-color: transparent; background-image: none; }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row .container > .video-iframe-container { display: none; }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row > .video-iframe-container { display: none; }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .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); }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row .container { border-width: 0; border-radius: 0; }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBgGTlf1ei9bXzrRLA7vpHDxTU0Wvcwy > .row .container { width:320px;height:1332px;position:relative;display:block; }#U3OUPU2g3yL2abvU4lrgsynnAz6Nr8sN { width:76px;height:76px;top:902px;left:211.5px;z-index:15056;display:none; }
#DT5S60ko8Ck2iyi2OgM5VHC1G9pa8v1T { width:30px;height:30px;top:772px;left:71px;z-index:15054;overflow:hidden;display:none; }
#h12kuRUWSVeJL1JtySTQLyHMMEMJLVDP { top:1358px;left:9px;width:278px;height:0;z-index:15059;color:#ffffff;font-size:14px;font-family:inter;text-align:center;text-align-last:center;display:none; }
#DKTcspLLfLBfuqqruE2gDXkQZgVNRrDp { width:26px;height:29px;top:1168px;left:135px;z-index:15056;overflow:hidden;display:none; }
#b1XNIknBxxn1dUNmdVCXVvEmV70ClwR9 { width:33px;height:24px;top:1298px;left:131px;z-index:15057;overflow:hidden;display:none; }
#RsVIGaxdKrrTGB9ZrnbKwmiiXptTUvGM { width:294px;height:56px;top:31.5px;left:17px;font-size:20px;text-align:left;text-align-last:left;font-family:inter;z-index:15012;line-height:1.4;font-weight:400;font-style:normal;color:#324157;display:block; }
#g294HoyuGHG0NiIJcIoyBHLbDMzPvbaA { width:290px;height:147px;top:111px;left:16px;font-size:14px;text-align:left;text-align-last:left;z-index:15011;line-height:1.5;color:#324157;display:block; }
#TWU7fTOuQa8NgUXGIOc1kNTaDFkJfgyS { width:290px;height:328px;top:289px;left:15px;overflow:hidden;z-index:15006;display:block; }
#tPOc8Zbnqya2QQzq5JPH2fWhi55ecw1J { width:290px;height:312px;top:642.5px;left:15px;overflow:hidden;z-index:15007;display:block; }
#bEqETaNcgaxkbGPpfv2eg2TfrZrvV1KX { width:290px;height:298px;top:981.5px;left:15px;overflow:hidden;z-index:15008;display:block; }
#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr { display:block; }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr { background-color: transparent; background-image: none; }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .row .container > .video-iframe-container { display: none; }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .row > .video-iframe-container { display: none; }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .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); }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr { border-width: 0; border-radius: 0; }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .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; }#XgtTtiXNlVJQRDooBWXCkBKQUG8oDHVr > .row .container { width:320px;height:220px;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:relative;display:block; }#caoCpvEEPOG6Rn7Cm1TdmAXFGvoxspfM { top:166px;left:10px;width:300px;height:1411px;z-index:15009;overflow:hidden;display:none; }
#r5qrP7TTP4nXTTBVlOHhSnGyO2B820tI { width:320px;height:40px;top:224.5px;left:0px;display:none; }
#We2cLtsPwTb5n8G8KZpCMIqZl3Us2exs { width:50px;height:3753px;top:224.5px;left:24.5px;z-index:14996;display:none; }
#Qm95a820xECdplRuuMeNmKyoR9Br2zn0 { width:50px;height:3751px;top:224px;left:132px;display:none; }
#H8rzne6kMUvJQCpqIVvDqTXyAmNLLZID { width:47px;height:3756px;top:224px;left:234.62857142857px;display:none; }
#rZUG2QSsQFakaNznkXMszck5NhnI7ydU { width:80px;height:676px;top:4231.9453125px;left:107px;display:none; }
#oTz23bMvHsU0P5Zw1twAXAeCZ5dxiEL3 { width:80px;height:676px;top:4680.1328px;left:120px;display:none; }
#JyWdhm3oogoQtwQQ3O2ZUbIbLSI99CPd { width:320px;height:40px;top:366.1875px;left:0px;display:none; }
#J7zKdk5RseEqVUEosFWob2dmdc2lPpSM { width:320px;height:17px;top:264px;left:0px;display:none; }
#h5FiQJT6lzxUzuApihWTWrI71kgRMXUr { width:16px;height:102px;top:3891.1875px;left:0px;display:none; }
#XpATpzRMNV84vXUrZhx28hQscLzLxgTv { width:320px;height:40px;top:509.1875px;left:0px;display:none; }
#V6lTpRC0WubFhI3MDWunNSirKckcih2E { width:320px;height:25px;top:5566.1328125px;left:0px;display:none; }
#UHsDSPooGXKAIac4VGOv1uvwbnAT1fq9 { width:320px;height:25px;top:5711.1328125px;left:0px;display:none; }
#NNeyTvMN6bV8DNa7JEfQqZzg9HGXiGMe { width:320px;height:40px;top:727.1875px;left:0px;display:none; }
#bxazx32kGaxJZUi4g9TcHHPIg8WAbEC2 { width:320px;height:25px;top:5856.1328125px;left:0px;display:none; }
#kX3BOhFPyf08VkBRFJuCMqGneg8vrmGi { width:320px;height:40px;top:869.1875px;left:0px;display:none; }
#q2AXFxo7nMfETaJNykVcQUXhFerTKfMB { width:320px;height:40px;top:1011.1875px;left:0px;display:none; }
#pNNd7zHa5CtT3S7DpZkky0q58eo3mLLZ { width:320px;height:40px;top:1153.1875px;left:0px;display:none; }
#E9TdisaAbKzP4IbXAuSvGSSGny1lVWx7 { width:320px;height:40px;top:1295.1875px;left:0px;display:none; }
#WVAlQKMNALpKFThz7HfamHoKorcbCTAv { width:320px;height:40px;top:1437.1875px;left:0px;display:none; }
#spZvMGlt1ReKGEg1tIKK6aKXi9tLNpFT { width:320px;height:40px;top:1579.1875px;left:0px;display:none; }
#dbb0uOrRm9rmdGlN2zseEsOwwIV0oECH { width:35px;height:41px;top:726.17611694336px;left:139.99431705475px;display:none; }
#gb2HxwDMHcEZpDKg7ddUxBLaFIaCKUat { width:81.9886px;height:81.9886px;top:1355.7590942383px;left:100.57143688202px;display:none; }
#ZEPU9QeyH0aquhTEUyzIEwaC5K3GqoAI { width:320px;height:80px;top:11360.578175px;left:0px;display:none; }
#FfMXspT4ZE6h9T3tk401f31dARZGaVs2 { width:320px;height:80px;top:11460.578175px;left:0px;display:none; }
#VBWA8Nyu4QUVkTBlvIAI3bzsoMnTJEg0 { width:320px;height:80px;top:11560.578175px;left:0px;display:none; }
#S8sC07VZO5TEWwL6Aqdeg7OqAWlFhX9g { width:320px;height:40px;top:1721.1875px;left:0px;z-index:15009;display:none; }
#Zs4CcSD9oggmc01Psu5BNuRNkCnpzQFU { width:320px;height:40px;top:1863.1875px;left:0px;z-index:15010;display:none; }
#Q4RqXLL9Cyffk1XTAOC73wqMEoVpt7hG { width:320px;height:40px;top:2005.1875px;left:0px;z-index:15011;display:none; }
#dBdr1v0GHEdtOBeM2KUo97LT1LwozCLe { width:320px;height:40px;top:2147.1875px;left:0px;z-index:15012;display:none; }
#VDRAvWWiT4LN84E5CDJTeqJ1ZZrrveMi { width:320px;height:40px;top:2289.1875px;left:0px;z-index:15013;display:none; }
#h1qqnB8kJLpL8TssJTOU9OkOt8giEAMq { width:320px;height:40px;top:2431.1875px;left:0px;z-index:15014;display:none; }
#yP287Tpp4JSSayMWMq8gz6eSTbmPTGps { width:320px;height:40px;top:2573.1875px;left:0px;z-index:15015;display:none; }
#Zkhw3Nt1QkbhTw0lJkBuLOg73nP3ewqt { width:320px;height:40px;top:2715.1875px;left:0px;z-index:15016;display:none; }
#EfE8PnruI7SsbWfrk4GC3cJmvN92eqs5 { width:320px;height:40px;top:2857.1875px;left:0px;z-index:15017;display:none; }
#rkG3TpV7obMbpUTTRAaFAgPI1Jcb9mW9 { width:320px;height:40px;top:2999.1875px;left:0px;z-index:15018;display:none; }
#SPF9Qon2X3cG8hSpP0PJvnme1uXLWsJh { width:320px;height:40px;top:3141.1875px;left:0px;z-index:15019;display:none; }
#AI2xfb7f83F8opTqw4upKrc0HzRXDaGk { width:320px;height:40px;top:3283.1875px;left:0px;z-index:15020;display:none; }
#fXhdgTnUatkf9sSMPggR8QLMXVVB2ogF { width:320px;height:40px;top:3425.1875px;left:0px;z-index:15021;display:none; }
#wZUeozsot072nLwyQ9s657ilG5ytRoHH { width:320px;height:40px;top:3567.1875px;left:0px;z-index:15022;display:none; }
#ZTw4aHgz5AT2nFQII2RBCKHbWEDSOcDa { width:320px;height:40px;top:3709.1875px;left:0px;z-index:15023;display:none; }
#W3e3N9PM3npHKf0xHwGg5dSAy8rTHTrg { width:320px;height:40px;top:3851.1875px;left:0px;z-index:15024;display:none; }
#VWcRRc0lmFOMx4w4uOtOJcHSckq1CV2r { width:320px;height:40px;top:3993.1875px;left:0px;z-index:15025;display:none; }
#JdKS6u1kQtMQPukfzUV6LloReLdSxu4g { width:320px;height:80px;top:3068px;left:0px;display:none; }
#AaJokfiJuJTQIloNEKctTS3vIVKwNoV6 { width:33px;height:125px;top:14606.208297949px;left:143px;display:none; }
#oFwWFf94EloPFyryMQ8FJyHHwUVl5RzI { width:320px;height:80px;top:3273px;left:0px;display:none; }
#XKw7bkQRRM4sSTFJbUuHWq3DqInR6wzR { width:320px;height:80px;top:3478px;left:0px;display:none; }
#a95HS8qACUMsGTmDTQrV69AZmctlrqQP { width:320px;height:25px;top:11650.172222656px;left:0px;display:none; }
#ltRe2tP02OaKpyZBhvVKG1wzEQ9NWeTA { width:320px;height:25px;top:4943px;left:0px;display:none; }
#bgzH5WZHfDlTk7oXtUp0ri3li1B5rARU { width:320px;height:25px;top:5404px;left:0px;display:none; }
#Hlg4wpdcv80fEQyukUrAw9iSiuXOLbbd { width:320px;height:25px;top:12620.612472656px;left:0px;display:none; }
#Ikm8QXDtUKO2k9LrOwVkntnXkHMahJ2I { width:320px;height:25px;top:12781.379472656px;left:0px;display:none; }
#Rc2Hw9ICQ02qwdwRDemIDIwx1F4wZEF9 { width:320px;height:25px;top:13245.146472656px;left:0px;display:none; }
#oVuw5TT0abbm6JhTmFIWpqsTWcpar2gl { width:320px;height:25px;top:13504.910604004px;left:0px;display:none; }
#RdPpUNXzIEmvQZBEdyUCOS7bF6H6O66f { width:320px;height:25px;top:13665.97301416px;left:0px;display:none; }
#PUvIddEOqhvt5eMVmcE7UFTxbhpMc9E9 { width:320px;height:25px;top:14324.731347168px;left:0px;display:none; }
#lzKQGna2Lt2cVu0y7pEbJz4gAcFVBaip { width:320px;height:25px;top:14385.143122559px;left:0px;display:none; }
#RaO4UG3StcCJrtOsT9fnmg2BTK2eNDH3 { width:320px;height:25px;top:14751.208297949px;left:0px;display:none; }
#hyoPFv5ZwalFMDr42oaO5y24s4a9KVws { width:320px;height:25px;top:15462.642597949px;left:0px;display:none; }
#vAV6rKKiSe98Rn6VFy9hwg5asEEcGtW9 { width:109px;height:0;top:780.11474609375px;left:207.48959445953px;font-size:12px;z-index:15013;display:none; }
#iIP5kh3KGyRfVOEcU6UDQVO53u7qlvnx { width:40px;height:40px;top:1011.1875152588px;left:137.00001049042px;z-index:15055;display:none; }
#W1Rc6l1VHNfsxqBSnCpWUU1INtDN5SRZ { width:40px;height:40px;top:1011.1737060547px;left:241.98959445953px;z-index:15056;display:none; }
#Vsqes0UXsFuMvFNm1InFftthNTEBPTAO { width:40px;height:40px;top:1153.1875152588px;left:28.562502861023px;z-index:15057;display:none; }
#TWb5PuLHitIis1bx5aTDmFyOTnJbXBXJ { width:40px;height:40px;top:1152.6842041016px;left:242.49653720856px;z-index:15030;display:none; }
#g865yhE9kK2gX5y6FLge1v2LCs5TXGel { width:40px;height:40px;top:1294.6806640625px;left:29.489583015442px;z-index:15031;display:none; }
#dxIATbVoExkI9Qv8bROfTLvnOctr6qCO { width:40px;height:40px;top:1294.6806640625px;left:137.99653720856px;z-index:15031;display:none; }
#wZVNhvZcAecBDu6R5X4wvi2lNH99SDET { width:40px;height:40px;top:1294.6806640625px;left:241.61111545563px;z-index:15031;display:none; }
#N9CKApMLPGTnTfX65deBTQptD8f3wPdc { width:40px;height:40px;top:1579.1772460938px;left:241.61807346344px;z-index:15032;display:none; }
#kDaciKzhcEWasbvxqfWJe5Zl8TwQQlTs { width:40px;height:40px;top:1721.696472168px;left:28.991072654724px;z-index:15033;display:none; }
#rPdDfkVRvM9BkTtK1Bhv2n80xM7XJKOB { width:40px;height:40px;top:2147.1786804199px;left:28.991072654724px;z-index:15037;display:none; }
#ggtf9basRV2qkBXOiWf1ZPt4oMLV8bNu { width:40px;height:40px;top:2148.1876831055px;left:137.98611545563px;z-index:15038;display:none; }
#oAAFdx27R1k2T1WNkGxCVJDN8dElIcmP { width:40px;height:40px;top:2289.1772613525px;left:241.62153720856px;z-index:15067;display:none; }
#cyrTADRa1sMlNHbRV0qtaFN7XmPPdbR0 { width:40px;height:40px;top:2289.1772613525px;left:137.99653720856px;z-index:15068;display:none; }
#kAfLXsm5t60rlqC7N0nt7DMPfcl1Ml4L { width:40px;height:40px;top:2431.1876220703px;left:137.00001049042px;z-index:15041;display:none; }
#KeuLl1D83spegVFuEu5ToOKA1F1zyC9W { width:40px;height:40px;top:2431.1737976074px;left:241.62153720856px;z-index:15042;display:none; }
#y3F2hJOBMkLyI5BK9xTSLmMreKDi9kvZ { width:40px;height:40px;top:2573.1876983643px;left:28.982640266418px;z-index:15042;display:none; }
#VXtayTwtnv4O3DTFg9IESsNloiiNLkgx { width:40px;height:40px;top:2714.6460418701px;left:241.62847995758px;z-index:15045;display:none; }
#TXxCglqQhokDbGczaDibSxmeBOCih6LT { width:40px;height:40px;top:2857.1633911133px;left:28.982640266418px;z-index:15046;display:none; }
#ALEEgGNz6QHEcnWhZMauD7KyHrNWUnHD { width:40px;height:40px;top:2999.1773071289px;left:27.975693702698px;z-index:15072;display:none; }
#N6TEbGHI253OC0dQJaBzK8H7clTTuPb8 { width:40px;height:40px;top:2999.1773071289px;left:137.98959445953px;z-index:15072;display:none; }
#DWxiUtTixxofXLtrDfgM1nxeDyvodWLz { width:40px;height:40px;top:3424.1599731445px;left:137.49305820465px;z-index:15053;display:none; }
#McLrvFxcsfPqd9E1wsVTnXODrF5zQOOf { width:40px;height:40px;top:3424.1599731445px;left:241.62153720856px;z-index:15054;display:none; }
#ACt4ohBiW4JNWL6CexyJrp6m7FZkUOMG { width:16px;height:75px;top:3691.6773681641px;left:253.24305820465px;z-index:15081;display:none; }
#ilW7Cy9fMVcmkOm1GDkbtGO3QOEcuZIk { width:16px;height:75px;top:3833.6875px;left:40.989583969116px;z-index:15082;display:none; }
#T2ec122R9qSWVLDnRebx6PEcq6ZbnGQJ { width:121px;height:0;top:2200.015625px;left:95.484375px;font-size:12px;z-index:15019;display:none; }
#PlksXCruQ2CvZmuEsaETewiKZ3DfxTgT { width:216px;height:55.992192231122px;top:4107.1002441406px;left:52px;display:none; }
#V1Q4y1on4wHhigSdTpwwFpU71aNSysJ8 { width:40px;height:40px;top:1153.1875px;left:138px;z-index:15058;display:none; }
#GlQAo9qXnu4KKUwu487kva8PgUPfT5gq { width:116px;height:0;top:1347.6494140625px;left:204px;font-size:12px;z-index:15018;display:none; }
#lp5igJ3fsElVEqLBm18npRNBOh3LPSKt { width:93px;height:0;top:1348.0487060547px;left:0px;font-size:12px;z-index:15016;display:none; }
#H9MysT6xPhdtd6odfeygPHGaHVFFzqhC { width:105px;height:0;top:1206.0695800781px;left:209.9791727066px;font-size:12px;z-index:15015;display:none; }
#MPTSkgGJA03fMJLVWT81EM2R1fR928Am { width:98px;height:0;top:1348.0624389648px;left:109.00000286102px;font-size:12px;z-index:15017;display:none; }
#VBCZrgnXM2HIb715upD5g9TIaARZTnHd { width:40px;height:40px;top:729.14288330078px;left:137.99108409882px;z-index:15056;display:none; }
#Um0ee1vWlxNldNi9wSqvmeGntFZdSKL6 { top:205px;left:31.984375px;width:52px;height:3814px;z-index:14995;background-color:rgba(227,227,227,0.12);background-image:none;display:none; }
#MP53mhISMfrTXuTQlN0rrGEob89pz7vJ { width:30px;height:26px;top:148px;left:23px;z-index:15057;overflow:hidden;display:none; }
#DHzbIerdtIITDwbZgWhqWHw65P9iutJb { width:40px;height:26px;top:312px;left:17.5px;z-index:15058;overflow:hidden;display:none; }
#zc85nWJbT1Gx9fiRQfDCq6Z5oxiThm3S { width:20px;height:31px;top:474.5px;left:27px;z-index:15058;overflow:hidden;display:none; }
#rFTaUAt9Lpedd8urPG83eGChOpfCn5xQ { width:30px;height:30px;top:637px;left:22px;z-index:15059;overflow:hidden;display:none; }
#BtTsFcoHQlU25IwZdbCn91VmDRGs9tay { width:320px;height:136px;top:165px;left:0px;z-index:14995;overflow:hidden;display:none; }
#PFTr4bHm86xfstqefBF3h4Tn6LD0f6GW { width:320px;height:136px;top:300px;left:0px;z-index:14996;overflow:hidden;display:none; }
#x2CsrQ26UwfCv5Hh9Bxi7NitvPCzTyiy { width:320px;height:136px;top:250px;left:0px;z-index:14997;overflow:hidden;display:none; }
#Kykz2Ui781MCwohpSq366W3WX9qLDKGd { width:50px;height:50px;top:151px;left:13px;z-index:15010;display:none; }
#ED4B4kLSXuzh2HB7EJrfiliRBsRViSpg { width:32px;height:21px;top:329px;left:22px;z-index:15063;overflow:hidden;display:none; }
#pU0Ittczh5Oox3lAufqyGxHPclSlU17W { width:50px;height:50px;top:314px;left:13px;z-index:15012;display:none; }
#iihIcp43LiwoLCxtleFLevwV0sTMI3eU { display:flex;width:34px;height:34px;top:159px;left:21px;z-index:15018;font-size:23px;display:none; }
#n5GOMAnQFSgmPoyM3g1UxS8vxu8EwqCk { width:50px;height:50px;top:79px;left:13px;z-index:15013;display:none; }
#mv2g0Pp9owOt0HOEJTZm6isHhmCAa6oO { width:33px;height:28px;top:91px;left:22px;z-index:15064;overflow:hidden;display:none; }
#PQFSTbTHwWaHbiJwH60MT3gpGBt24bJu { width:320px;height:0;top:1279.59375px;left:0px;font-size:13px;text-align:center;text-align-last:center;color:#283548;font-family:inter;z-index:15002;display:none; }
#NJdxhC4tRklXZ3TqBabEc3Oal0bcXWoq { width:158px;height:15.5938px;top:26.5px;left:81px;font-size:12px;text-align:center;text-align-last:center;z-index:15002;display:block; }
#xrMQsHtcVrUQL61uRumBIrNA6xq2IVQu { width:158px;height:15.5938px;top:51.09375px;left:81px;font-size:12px;text-align:center;text-align-last:center;z-index:15003;display:block; }
#KIznDfqFcgorkxqBik9HZeRoqvDP1Ugl { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,112,225,0.85), #003ea4);background-image: -moz-linear-gradient(180deg, rgba(0,112,225,0.85), #003ea4);background-image: -ms-linear-gradient(180deg, rgba(0,112,225,0.85), #003ea4);background-image: -o-linear-gradient(180deg, rgba(0,112,225,0.85), #003ea4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80070e1', endColorstr='#003ea4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80070e1', endColorstr='#003ea4' );";background-image: linear-gradient(180deg, rgba(0,112,225,0.85), #003ea4);background-size:auto !important;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;display:none; }#KIznDfqFcgorkxqBik9HZeRoqvDP1Ugl > .row .container { border-width: 0; border-radius: 0; }#KIznDfqFcgorkxqBik9HZeRoqvDP1Ugl > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#KIznDfqFcgorkxqBik9HZeRoqvDP1Ugl > .row .container { width:320px;height:99px;position:relative;display:none; }#KsGP3PrC6wMrATMdGLVkEhxfrRQmdsHf { width:150px;height:45px;top:27px;left:0px;background-color:#ffaa00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;z-index:15012;display:block; }
#fyDWclB9cMAaQz8yQ9upI4XSIMLJ02rz { display:block; }
#vKHozooitDmOgpTux9FIATxJobsByg9L { width:150px;height:46px;top:26px;left:170px;background-color:rgba(255,170,0,0.05);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;z-index:15013;display:block; }
#TUkf354s0pEDZrphiN9Ai3Qv08tN9Sgs { display:block; }
#tE7rn62moysbnHMxZqRkxXdMWBQC3vTv { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#tE7rn62moysbnHMxZqRkxXdMWBQC3vTv > .row .container { border-width: 0; border-radius: 0; }#tE7rn62moysbnHMxZqRkxXdMWBQC3vTv > .row > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0;border-bottom-right-radius:0; }#tE7rn62moysbnHMxZqRkxXdMWBQC3vTv > .row .container { width:320px;height:123px;position:relative;display:none; }#S9WIvvxGKya8TSK9ZZVEsxExP57JoF2Z { width:320px;height:53px;top:35.5px;left:0px;overflow:hidden;z-index:15008;box-shadow: none;display:block; }
