.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a2a3e;background-image:none;position:relative;display:block; }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .row .container { background-color: transparent; background-image: none; }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .row .container > .video-iframe-container { display: none; }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .row > .video-iframe-container { display: none; }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .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); }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .row .container { border-width: 0; border-radius: 0; }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .row > .video-iframe-container {  }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .row .container { font-size:14px;font-family:arial;height:126px;width:1200px;position:relative;display:block; }#U4WNwluVSluduH1upBCWay4fSTEJySUF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:215px;top:35px;left:37.083343505859px;overflow:hidden;display:block; }
#fmq0AfJmIV0SOT6vg9VRhPNTTNxQ2O3w { position:absolute;display:block;z-index:15011;background-color:#f3752a;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;height:2px;width:110px;top:84.965278625488px;left:474.06253051758px;display:block; }
#zo5dr200L0zaTPoBE4Dl1oO6kME0VtMX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:185px;height:56px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.4921875px;left:421.6484375px;display:none; }
#A28gicx5ZFSWHn82sKRIM0OExvoDOW2a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IRStpA0Xq2N1WownVMv7DeBdfBEG4dF8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:25px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:55px;left:337px;display:block; }
#rpwT27qMObW9vDy1nqqNakQRAd5b4kSt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gVdh1o6MZgtIC4A2a76sqE5MUlROy6ez { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:25px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:55px;left:470px;display:block; }
#xkL2DJOgipdnUlMb9s6bKiXnTZahzS2B { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#avGRkm7FDd6qrM16vUf2wv5v7hVMIi1Z { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:25px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:55px;left:586px;display:block; }
#biUC4K1ZRsioyVLcsBeVCW8Kp6vRGGDK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pbAckP8GXE7rFIrU3HiKUAbDTkARmBWH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:25px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:55px;left:725px;display:block; }
#u2mepbJsbzqwI8JtJPux5ePW24fi8mxE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gSzQFQmJwr2ouvgz5TTw30oyaatBtvbq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:25px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:55px;left:925px;display:block; }
#hlPR7bbpsFeCuH4Q2sWbTQTWKzlqnRGI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lTmSsTnzCVXOrCIPxFoolvDxXv1DtXT2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:25px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:55px;left:1045px;display:block; }
#V5UA3RNmWgaA3Es3y4QzExJsXC8olwZ6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZpVt5rWTni71IyVChoy6J4uwP932m0bx { position:relative;display:block; }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx { background-color: transparent; background-image: none; }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx > .row .container > .video-iframe-container { display: none; }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx > .row > .video-iframe-container { display: none; }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx > .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); }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx { border-width: 0; border-radius: 0; }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx > .row .container > .video-iframe-container {  }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:12px;width:1200px;position:relative;display:block; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/74cdbceb-5415-4276-a258-a3aba242d2f4/bg_glowna.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;position:relative;z-index:auto;display:block; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ.adaptive-delivery-prevent-bg, #zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ.lazyload, #zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ.lazyloading { background-image: none; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container { background-color: transparent; background-image: none; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container > .video-iframe-container { display: none; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row > .video-iframe-container { display: none; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .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); }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container { border-width: 0; border-radius: 0; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row > .video-iframe-container {  }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container { width:1200px;height:591px;font-size:14px;font-family:"open sans";position:relative;display:block; }#bTPysTlMpPcpRNtTeTwuvyRU21wF42Lm { color:#ffffff;display:block;width:562px;position:absolute;font-family:"open sans";font-size:81px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:213px;left:638px;height:0;font-style:normal;display:none; }
#rntLHWQv75f0WkFpzyhtcxuLVf7Zx2hB { position:absolute;display:block;z-index:15005;background-color:#f3752a;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;height:5px;width:189px;top:365.40625px;left:0px;display:block; }
#Tx0o4nPcmrP5tTCq0o1CZ4nQViRRKS6W { color:#1a2a3e;display:block;width:690px;position:absolute;font-family:"open sans";font-size:85px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:121.96875px;left:0px;height:93.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uJtuX10wkTJItdWRtNNqpsekbTTxPBIy { color:#1a2a3e;display:block;width:543.984px;position:absolute;font-family:"open sans";font-size:38px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:390.5703125px;left:0px;height:49.3945px;font-style:normal;display:block; }
#X1tMifgXxFhspX34b35axbsTfNzKGifd { color:#1a2a3e;display:block;width:690px;position:absolute;font-family:"open sans";font-size:113px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:203.9609375px;left:0px;height:124.297px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mteyphuq9unwk2qCruDrFFEeQM0pCUTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .row .container { background-color: transparent; background-image: none; }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .row .container > .video-iframe-container { display: none; }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .row > .video-iframe-container { display: none; }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .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); }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .row .container { border-width: 0; border-radius: 0; }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .row > .video-iframe-container {  }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .row .container { font-size:14px;font-family:arial;height:1919px;width:1200px;position:relative;display:block; }#XKPFvlkUep3T1tWgmRsVT60mEp0qpuxt { color:#3a3a3a;display:block;width:1155.98px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:25px;left:0px;height:;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;display:block; }
#VVWMJmTWMPdkgMThZpOs4otyP0mQwCHb { color:#3a3a3a;display:block;width:99px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:87.986145019531px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TxXWkxzRxNKDNV8TGvAer3DCvk7tvS3D { color:#3a3a3a;display:block;width:352px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:87.96875px;left:160px;height:;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;display:block; }
#RGDiyX80EBmIFeNCiT00bhAupLguUUCD { color:#3a3a3a;display:block;width:99px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:132.96875px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lEe3F9V59hfnPlmrvGhvrw47dtd0mEQU { color:#3a3a3a;display:block;width:352px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:132.96875px;left:160px;height:;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;display:block; }
#ZwtkPfm0FXZkRt93vaRdUMdTtbOIAmkw { color:#3a3a3a;display:block;width:118px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:177.96875px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#twe6MOIezzFLt0slDA8DrA1BNnceXbEQ { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:177.95141601562px;left:160px;height:;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;display:block; }
#VWQ6ltOoQBoP9Dz3rQyW46QFWncEbW1S { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:272.95141601562px;left:160px;height:;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;display:block; }
#inR6sFKq2TBffD8SLltxpxa5OJs44wTt { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:305.9375px;left:160px;height:;font-style:normal;display:block; }#inR6sFKq2TBffD8SLltxpxa5OJs44wTt li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#inR6sFKq2TBffD8SLltxpxa5OJs44wTt li:before{  }
#ALg4Zfdiw5xiFrVuWsRT3SuXoEvITCdO { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:407.95141601562px;left:160px;height:;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:italic;display:block; }
#cp0pyIzH1Dcl5715JElSazfPvfUtNRvH { color:#3a3a3a;display:block;width:118px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:457.96875px;left:0px;height:;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;display:block; }
#mv0fpihAAlZQVHFtbqTv87UkPnWcBd0O { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:1735px;left:158px;height:;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;display:block; }
#BvqQ2RfCvUbkvQgc01h5CZRAPdb3BBC1 { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:1797px;left:158px;height:;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:italic;display:block; }
#mukSmNycefsRVdiNzbxq1V1bWBXbgOcH { color:#3a3a3a;display:block;width:118px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:566.9619140625px;left:0px;height:;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;display:block; }
#iaGV8nbQHr4S8PHv4lFAlm4qGUTP1KGf { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:566.94445800781px;left:160px;height:;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;display:block; }
#Rmre0DzLdeFSkdms1peyTPAX5EIhnVTJ { color:#3a3a3a;display:block;width:118px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:612.95141601562px;left:0px;height:;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;display:block; }
#g34NLZKy4NOFfqWdJPztb5i9d6eRZ84O { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:612.95141601562px;left:160px;height:;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;display:block; }
#aM3p2aivUZ8tPovVUPfKEhvRF6DLXBPE { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:648.92370605469px;left:160px;height:;font-style:normal;display:block; }#aM3p2aivUZ8tPovVUPfKEhvRF6DLXBPE li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#aM3p2aivUZ8tPovVUPfKEhvRF6DLXBPE li:before{  }
#sqalXz43VS3NttwkTsSm4rmwG5TMznaK { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:948.94104003906px;left:160px;height:;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:italic;display:block; }
#ttyb7Jvu6VTO9EW3GAsxbXL2weE2Fd64 { color:#3a3a3a;display:block;width:118px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:1029.9479980469px;left:0px;height:;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;display:block; }
#xbuaJZgCTUJxfwp2D8pSqukzUpNcEbsU { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:1029.9479980469px;left:160px;height:;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;display:block; }
#tcmLtUtGUvH9bst3TllI0rEx9RI93Tyl { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1096.9271240234px;left:160px;height:;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;display:block; }
#gVTdIe8T3wSCnT9xveT6P7mTTGf8bdV4 { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1192.9376085028px;left:160px;height:;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:italic;display:block; }
#xMvkQTGGQtoLOpV3NcK90Vp9wJrTMU6X { color:#3a3a3a;display:block;width:118px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:1245.9410264716px;left:0px;height:;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;display:block; }
#THHh82vTE22ysKufi3TMmTfIaTpG7SQw { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:1245.9410264716px;left:160px;height:;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;display:block; }
#SbKvmmEJz01ICzinBvhMVhVMnkORBTu0 { color:#3a3a3a;display:block;width:118px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:1566.9896240234px;left:0px;height:;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;display:block; }
#u6BJN0SqdKOeIubWenOeFqZo47O76IUn { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1566.9376220703px;left:160px;height:;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;display:block; }
#pJ8vTkMrsNeJPsVqXTus7pivbDQ0xZiM { color:#3a3a3a;display:block;width:118px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:1613.9862060547px;left:0px;height:;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;display:block; }
#v77ZwKzZ4ZXTcTHkDMAAQl6GkrDd3xMQ { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1613.9342041016px;left:160px;height:;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;display:block; }
#Zfqc4EHs2virwmcogaUu4CAvJ6DabRDt { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:1651.9202880859px;left:160px;height:;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;display:block; }
#FBxIL44VdI78dWokPryaQmQWQoOgCfzm { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:1688.9342041016px;left:160px;height:;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:italic;display:block; }
#v1OTDOfLXiyWT3XR1qw3ApE9ePfn28Ve { color:#3a3a3a;display:block;width:118px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:1732.9967041016px;left:0px;height:;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;display:block; }
#ITEwLOgrCD5Mfp1oi6AnqTkt2sFc3ef5 { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:521.7999420166px;left:163.01666259766px;height:;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:italic;display:block; }
#neL2wllA8q78EBr6PtdQiQRZavlAFO8I { color:#3a3a3a;display:block;width:118px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:1842.9967041016px;left:0px;height:;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;display:block; }
#uqi3kNueZzf1fT8ecAxwXTIIE8sIT8VA { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:1842.9097900391px;left:160px;height:;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;display:block; }
#QHGBzR7rr80CMTwneg9B0VaBpegTiA4w { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1775px;width:1px;top:93.107666015625px;left:130.64236450195px;display:block; }
#zRrZMqppyJooADbTIVqDHIhBCpJROEJV { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:1284.9236450195px;left:160px;height:;font-style:normal;display:block; }#zRrZMqppyJooADbTIVqDHIhBCpJROEJV li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#zRrZMqppyJooADbTIVqDHIhBCpJROEJV li:before{  }
#ObMnwodxagmEIeyKALP5xDo5oX1KXsH1 { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1460.9409942627px;left:160px;height:;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:italic;display:block; }
#GlWm8MCha6EcwsBcdTNImRDVFckk9UOm { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:458px;left:163px;height:;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;display:block; }
#xbZNelfBZmQBIWCInatuy4GKPVaqHsOK { color:#3a3a3a;display:block;width:965px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:493px;left:163px;height:;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;display:block; }
#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .row .container { background-color: transparent; background-image: none; }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .row .container > .video-iframe-container { display: none; }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .row > .video-iframe-container { display: none; }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .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); }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .row .container { border-width: 0; border-radius: 0; }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .row > .video-iframe-container {  }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .row .container { font-size:14px;font-family:arial;height:117px;width:1200px;position:relative;display:block; }#FAwJdTXJEfN3Xs5I6otshVnZFQTyb4iG { color:#001b2e;display:block;width:290.99px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:48.982666015625px;left:901.98608398438px;height:20.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CtXHdx77ErXO9Vh0uGMlNLIQKcqIsR67 { color:#001b2e;display:block;width:348.993px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:48.982666015625px;left:0px;height:20.7986px;display:block; }
#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb { position:relative;display:block; }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb { background-color: transparent; background-image: none; }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb > .row .container > .video-iframe-container { display: none; }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb > .row > .video-iframe-container { display: none; }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb > .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); }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb { border-width: 0; border-radius: 0; }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb > .row .container > .video-iframe-container {  }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb > .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:1px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g { display:block; }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4WNwluVSluduH1upBCWay4fSTEJySUF { top:35px;left:0px;width:215px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #fmq0AfJmIV0SOT6vg9VRhPNTTNxQ2O3w { top:84px;left:256.06253051758px;width:110px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #zo5dr200L0zaTPoBE4Dl1oO6kME0VtMX { width:185px;height:56px;top:39px;left:203.6484375px;display:none; }
 }@media only screen and (max-width: 763px) { #A28gicx5ZFSWHn82sKRIM0OExvoDOW2a { display:block; }
 }@media only screen and (max-width: 763px) { #IRStpA0Xq2N1WownVMv7DeBdfBEG4dF8 { width:120px;height:25px;top:55px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #rpwT27qMObW9vDy1nqqNakQRAd5b4kSt { display:block; }
 }@media only screen and (max-width: 763px) { #gVdh1o6MZgtIC4A2a76sqE5MUlROy6ez { width:120px;height:25px;top:55px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #xkL2DJOgipdnUlMb9s6bKiXnTZahzS2B { display:block; }
 }@media only screen and (max-width: 763px) { #avGRkm7FDd6qrM16vUf2wv5v7hVMIi1Z { width:120px;height:25px;top:55px;left:368px;display:block; }
 }@media only screen and (max-width: 763px) { #biUC4K1ZRsioyVLcsBeVCW8Kp6vRGGDK { display:block; }
 }@media only screen and (max-width: 763px) { #pbAckP8GXE7rFIrU3HiKUAbDTkARmBWH { width:180px;height:25px;top:55px;left:507px;display:block; }
 }@media only screen and (max-width: 763px) { #u2mepbJsbzqwI8JtJPux5ePW24fi8mxE { display:block; }
 }@media only screen and (max-width: 763px) { #gSzQFQmJwr2ouvgz5TTw30oyaatBtvbq { width:120px;height:25px;top:55px;left:644px;display:block; }
 }@media only screen and (max-width: 763px) { #hlPR7bbpsFeCuH4Q2sWbTQTWKzlqnRGI { display:block; }
 }@media only screen and (max-width: 763px) { #lTmSsTnzCVXOrCIPxFoolvDxXv1DtXT2 { width:120px;height:25px;top:55px;left:644px;display:block; }
 }@media only screen and (max-width: 763px) { #V5UA3RNmWgaA3Es3y4QzExJsXC8olwZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZpVt5rWTni71IyVChoy6J4uwP932m0bx { display:block; }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ { display:block; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTPysTlMpPcpRNtTeTwuvyRU21wF42Lm { top:213px;left:202px;width:562px;height:210px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #rntLHWQv75f0WkFpzyhtcxuLVf7Zx2hB { top:365px;left:0px;width:189px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0o4nPcmrP5tTCq0o1CZ4nQViRRKS6W { top:121px;left:0px;width:690px;height:93px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #uJtuX10wkTJItdWRtNNqpsekbTTxPBIy { top:390px;left:0px;width:543px;height:50px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #X1tMifgXxFhspX34b35axbsTfNzKGifd { top:203px;left:0px;width:690px;height:125px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #mteyphuq9unwk2qCruDrFFEeQM0pCUTI { display:block; }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKPFvlkUep3T1tWgmRsVT60mEp0qpuxt { top:25px;left:0px;width:764px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VVWMJmTWMPdkgMThZpOs4otyP0mQwCHb { top:87px;left:0px;width:98px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TxXWkxzRxNKDNV8TGvAer3DCvk7tvS3D { top:87px;left:0px;width:351px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RGDiyX80EBmIFeNCiT00bhAupLguUUCD { top:132px;left:0px;width:98px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lEe3F9V59hfnPlmrvGhvrw47dtd0mEQU { top:132px;left:0px;width:351px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZwtkPfm0FXZkRt93vaRdUMdTtbOIAmkw { top:177px;left:0px;width:118px;height:29px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #twe6MOIezzFLt0slDA8DrA1BNnceXbEQ { top:177px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VWQ6ltOoQBoP9Dz3rQyW46QFWncEbW1S { top:272px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #inR6sFKq2TBffD8SLltxpxa5OJs44wTt { top:305px;left:0px;width:764px;height:;font-size:16px;display:block; }#inR6sFKq2TBffD8SLltxpxa5OJs44wTt li:before{  }
 }@media only screen and (max-width: 763px) { #ALg4Zfdiw5xiFrVuWsRT3SuXoEvITCdO { top:407px;left:0px;width:764px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cp0pyIzH1Dcl5715JElSazfPvfUtNRvH { top:457px;left:0px;width:117px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mv0fpihAAlZQVHFtbqTv87UkPnWcBd0O { top:1735px;left:0px;width:764px;height:57px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BvqQ2RfCvUbkvQgc01h5CZRAPdb3BBC1 { top:1797px;left:0px;width:764px;height:28px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mukSmNycefsRVdiNzbxq1V1bWBXbgOcH { top:566px;left:0px;width:117px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iaGV8nbQHr4S8PHv4lFAlm4qGUTP1KGf { top:566px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Rmre0DzLdeFSkdms1peyTPAX5EIhnVTJ { top:612px;left:0px;width:117px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #g34NLZKy4NOFfqWdJPztb5i9d6eRZ84O { top:612px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aM3p2aivUZ8tPovVUPfKEhvRF6DLXBPE { top:648px;left:0px;width:764px;height:;font-size:16px;display:block; }#aM3p2aivUZ8tPovVUPfKEhvRF6DLXBPE li:before{  }
 }@media only screen and (max-width: 763px) { #sqalXz43VS3NttwkTsSm4rmwG5TMznaK { top:948px;left:0px;width:764px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ttyb7Jvu6VTO9EW3GAsxbXL2weE2Fd64 { top:1029px;left:0px;width:117px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xbuaJZgCTUJxfwp2D8pSqukzUpNcEbsU { top:1029px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tcmLtUtGUvH9bst3TllI0rEx9RI93Tyl { top:1096px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gVTdIe8T3wSCnT9xveT6P7mTTGf8bdV4 { top:1192px;left:0px;width:764px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xMvkQTGGQtoLOpV3NcK90Vp9wJrTMU6X { top:1245px;left:0px;width:117px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #THHh82vTE22ysKufi3TMmTfIaTpG7SQw { top:1245px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SbKvmmEJz01ICzinBvhMVhVMnkORBTu0 { top:1566px;left:0px;width:117px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #u6BJN0SqdKOeIubWenOeFqZo47O76IUn { top:1566px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pJ8vTkMrsNeJPsVqXTus7pivbDQ0xZiM { top:1613px;left:0px;width:117px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #v77ZwKzZ4ZXTcTHkDMAAQl6GkrDd3xMQ { top:1613px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Zfqc4EHs2virwmcogaUu4CAvJ6DabRDt { top:1651px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FBxIL44VdI78dWokPryaQmQWQoOgCfzm { top:1688px;left:0px;width:764px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #v1OTDOfLXiyWT3XR1qw3ApE9ePfn28Ve { top:1732px;left:0px;width:117px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ITEwLOgrCD5Mfp1oi6AnqTkt2sFc3ef5 { top:521px;left:0px;width:764px;height:28px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #neL2wllA8q78EBr6PtdQiQRZavlAFO8I { top:1842px;left:0px;width:117px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uqi3kNueZzf1fT8ecAxwXTIIE8sIT8VA { top:1842px;left:0px;width:764px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QHGBzR7rr80CMTwneg9B0VaBpegTiA4w { top:93px;left:0px;width:1px;height:1775px;display:block; }
 }@media only screen and (max-width: 763px) { #zRrZMqppyJooADbTIVqDHIhBCpJROEJV { top:1284px;left:0px;width:764px;height:;font-size:16px;display:block; }#zRrZMqppyJooADbTIVqDHIhBCpJROEJV li:before{  }
 }@media only screen and (max-width: 763px) { #ObMnwodxagmEIeyKALP5xDo5oX1KXsH1 { top:1460px;left:0px;width:764px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GlWm8MCha6EcwsBcdTNImRDVFckk9UOm { top:458px;left:0px;width:764px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xbZNelfBZmQBIWCInatuy4GKPVaqHsOK { top:493px;left:0px;width:764px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IX8MKxVczeuUBZ22tcInHQLRRS6caMDp { display:block; }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAwJdTXJEfN3Xs5I6otshVnZFQTyb4iG { top:48px;left:474px;width:290px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CtXHdx77ErXO9Vh0uGMlNLIQKcqIsR67 { top:48px;left:0px;width:348px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bRZzSybe34oTbLmzigNXv2MsD7b1K1lb { display:block; }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g { display:block; }#uCHK0TTc4E1LsT6V2iw5fx2DIt6kRu1g > .row .container { width:320px;height:395px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4WNwluVSluduH1upBCWay4fSTEJySUF { width:176px;height:57px;top:35px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #fmq0AfJmIV0SOT6vg9VRhPNTTNxQ2O3w { width:100px;height:1.99219px;top:194.29515075684px;left:110.00000095367px;display:block; }
 }@media only screen and (max-width: 763px) { #zo5dr200L0zaTPoBE4Dl1oO6kME0VtMX { width:185px;height:29px;top:131px;left:68px;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #A28gicx5ZFSWHn82sKRIM0OExvoDOW2a { display:block; }
 }@media only screen and (max-width: 763px) { #IRStpA0Xq2N1WownVMv7DeBdfBEG4dF8 { width:120px;height:25px;top:126px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #rpwT27qMObW9vDy1nqqNakQRAd5b4kSt { display:block; }
 }@media only screen and (max-width: 763px) { #gVdh1o6MZgtIC4A2a76sqE5MUlROy6ez { width:120px;height:25px;top:168px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #xkL2DJOgipdnUlMb9s6bKiXnTZahzS2B { display:block; }
 }@media only screen and (max-width: 763px) { #avGRkm7FDd6qrM16vUf2wv5v7hVMIi1Z { width:120px;height:25px;top:213px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #biUC4K1ZRsioyVLcsBeVCW8Kp6vRGGDK { display:block; }
 }@media only screen and (max-width: 763px) { #pbAckP8GXE7rFIrU3HiKUAbDTkARmBWH { width:180px;height:25px;top:258px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #u2mepbJsbzqwI8JtJPux5ePW24fi8mxE { display:block; }
 }@media only screen and (max-width: 763px) { #gSzQFQmJwr2ouvgz5TTw30oyaatBtvbq { width:120px;height:25px;top:303px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #hlPR7bbpsFeCuH4Q2sWbTQTWKzlqnRGI { display:block; }
 }@media only screen and (max-width: 763px) { #lTmSsTnzCVXOrCIPxFoolvDxXv1DtXT2 { width:120px;height:25px;top:348px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #V5UA3RNmWgaA3Es3y4QzExJsXC8olwZ6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZpVt5rWTni71IyVChoy6J4uwP932m0bx { display:block; }#ZpVt5rWTni71IyVChoy6J4uwP932m0bx > .row .container { width:320px;height:10px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0eb22f0c-2da1-494a-ad8b-b30403331bec/bg_mobile_glowna.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ.adaptive-delivery-prevent-bg, #zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ.lazyload, #zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ.lazyloading { background-image: none; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container { background-color: transparent; background-image: none; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container > .video-iframe-container { display: none; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row > .video-iframe-container { display: none; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .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); }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container { border-width: 0; border-radius: 0; }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row > .video-iframe-container {  }#zhDTVLBvL0RvBHRRkMMTPuOQ5mCcr9fQ > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTPysTlMpPcpRNtTeTwuvyRU21wF42Lm { width:320px;height:119.6px;top:25px;left:0px;font-size:46px;display:none; }
 }@media only screen and (max-width: 763px) { #rntLHWQv75f0WkFpzyhtcxuLVf7Zx2hB { width:75px;height:4px;top:118.97915649414px;left:121.99653720856px;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0o4nPcmrP5tTCq0o1CZ4nQViRRKS6W { width:320px;height:40.6944px;top:19.96875px;left:0px;font-size:37px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJtuX10wkTJItdWRtNNqpsekbTTxPBIy { width:320px;height:27.2852px;top:131.99996948242px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1tMifgXxFhspX34b35axbsTfNzKGifd { width:319.98px;height:40.6944px;top:62.972229003906px;left:0px;font-size:37px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mteyphuq9unwk2qCruDrFFEeQM0pCUTI { display:block; }#mteyphuq9unwk2qCruDrFFEeQM0pCUTI > .row .container { width:320px;height:3040px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKPFvlkUep3T1tWgmRsVT60mEp0qpuxt { width:313.984px;height:23.4028px;top:34px;left:2.98828125px;font-size:18px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VVWMJmTWMPdkgMThZpOs4otyP0mQwCHb { width:97.9861px;height:23.4028px;top:79.3403px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TxXWkxzRxNKDNV8TGvAer3DCvk7tvS3D { width:320px;height:20.7986px;top:100.74304199219px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RGDiyX80EBmIFeNCiT00bhAupLguUUCD { width:97.9861px;height:23.4028px;top:138.14581298828px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lEe3F9V59hfnPlmrvGhvrw47dtd0mEQU { width:320px;height:20.7986px;top:159.54858398438px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZwtkPfm0FXZkRt93vaRdUMdTtbOIAmkw { width:117.986px;height:23.4028px;top:197.95135498047px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #twe6MOIezzFLt0slDA8DrA1BNnceXbEQ { width:320px;height:187.031px;top:223.35412597656px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VWQ6ltOoQBoP9Dz3rQyW46QFWncEbW1S { width:320px;height:20.7986px;top:424.38189697266px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #inR6sFKq2TBffD8SLltxpxa5OJs44wTt { width:320px;height:155.469px;top:453.78472900391px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }#inR6sFKq2TBffD8SLltxpxa5OJs44wTt li:before{  }
 }@media only screen and (max-width: 763px) { #ALg4Zfdiw5xiFrVuWsRT3SuXoEvITCdO { width:320px;height:36.4062px;top:627.58685302734px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cp0pyIzH1Dcl5715JElSazfPvfUtNRvH { width:116.997px;height:23.4028px;top:685.39239501953px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mv0fpihAAlZQVHFtbqTv87UkPnWcBd0O { width:320px;height:83.125px;top:714.79510498047px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BvqQ2RfCvUbkvQgc01h5CZRAPdb3BBC1 { width:320px;height:36.4062px;top:810.38885498047px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mukSmNycefsRVdiNzbxq1V1bWBXbgOcH { width:116.997px;height:23.4028px;top:871.57989501953px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iaGV8nbQHr4S8PHv4lFAlm4qGUTP1KGf { width:320px;height:20.7986px;top:900.98260498047px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rmre0DzLdeFSkdms1peyTPAX5EIhnVTJ { width:116.997px;height:23.4028px;top:941.38540498047px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g34NLZKy4NOFfqWdJPztb5i9d6eRZ84O { width:320px;height:62.3438px;top:972.78820498047px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aM3p2aivUZ8tPovVUPfKEhvRF6DLXBPE { width:320px;height:487.188px;top:1045.9792049805px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }#aM3p2aivUZ8tPovVUPfKEhvRF6DLXBPE li:before{  }
 }@media only screen and (max-width: 763px) { #sqalXz43VS3NttwkTsSm4rmwG5TMznaK { width:320px;height:54.6094px;top:1554.6462049805px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ttyb7Jvu6VTO9EW3GAsxbXL2weE2Fd64 { width:116.997px;height:23.4028px;top:1641.6602049805px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xbuaJZgCTUJxfwp2D8pSqukzUpNcEbsU { width:320px;height:62.3438px;top:1668.0630049805px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tcmLtUtGUvH9bst3TllI0rEx9RI93Tyl { width:320px;height:145.469px;top:1739.6568049805px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gVTdIe8T3wSCnT9xveT6P7mTTGf8bdV4 { width:320px;height:36.4062px;top:1901.2818049805px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xMvkQTGGQtoLOpV3NcK90Vp9wJrTMU6X { width:116.997px;height:23.4028px;top:1966.4728049805px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #THHh82vTE22ysKufi3TMmTfIaTpG7SQw { width:320px;height:41.5625px;top:1997.8756049805px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SbKvmmEJz01ICzinBvhMVhVMnkORBTu0 { width:116.997px;height:23.4028px;top:2432.9864599609px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u6BJN0SqdKOeIubWenOeFqZo47O76IUn { width:320px;height:20.7986px;top:2460.3823339844px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pJ8vTkMrsNeJPsVqXTus7pivbDQ0xZiM { width:116.997px;height:23.4028px;top:2500.7816259766px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v77ZwKzZ4ZXTcTHkDMAAQl6GkrDd3xMQ { width:320px;height:41.5625px;top:2533.1948339844px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zfqc4EHs2virwmcogaUu4CAvJ6DabRDt { width:320px;height:62.3438px;top:2583.9934179687px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FBxIL44VdI78dWokPryaQmQWQoOgCfzm { width:320px;height:36.4062px;top:2659.1843359375px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v1OTDOfLXiyWT3XR1qw3ApE9ePfn28Ve { width:116.997px;height:23.4028px;top:2717.3787939453px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ITEwLOgrCD5Mfp1oi6AnqTkt2sFc3ef5 { width:320px;height:36.4062px;top:2753.76953125px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #neL2wllA8q78EBr6PtdQiQRZavlAFO8I { width:116.997px;height:23.3984px;top:2810.56640625px;left:0px;font-size:18px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uqi3kNueZzf1fT8ecAxwXTIIE8sIT8VA { width:320px;height:20.7812px;top:2838.96484375px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QHGBzR7rr80CMTwneg9B0VaBpegTiA4w { width:1px;height:1521px;top:1231.7882049805px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #zRrZMqppyJooADbTIVqDHIhBCpJROEJV { width:320px;height:248.594px;top:2051.6737670898px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }#zRrZMqppyJooADbTIVqDHIhBCpJROEJV li:before{  }
 }@media only screen and (max-width: 763px) { #ObMnwodxagmEIeyKALP5xDo5oX1KXsH1 { width:320px;height:91.0156px;top:2314.4585571289px;left:0px;font-size:14px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GlWm8MCha6EcwsBcdTNImRDVFckk9UOm { width:320px;height:41.5625px;top:2879.72654375px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xbZNelfBZmQBIWCInatuy4GKPVaqHsOK { width:320px;height:62.3438px;top:2941.28904375px;left:0px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IX8MKxVczeuUBZ22tcInHQLRRS6caMDp { display:block; }#IX8MKxVczeuUBZ22tcInHQLRRS6caMDp > .row .container { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAwJdTXJEfN3Xs5I6otshVnZFQTyb4iG { width:290px;height:44.1797px;top:81.5625px;left:15px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CtXHdx77ErXO9Vh0uGMlNLIQKcqIsR67 { width:320px;height:41.5625px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRZzSybe34oTbLmzigNXv2MsD7b1K1lb { display:block; }#bRZzSybe34oTbLmzigNXv2MsD7b1K1lb > .row .container { width:320px;height:1px;position:relative;display:block; } }