.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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container { display: none; }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .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); }#AUTTZyzelULKVz9bk54700yTrTdQkHxM { border-top:2px solid #f00632;border-left:6px solid #16345f;border-right:6px solid #16345f;border-bottom:0;background-color:#e9eaee;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;z-index:auto;display:block; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container { background-color: transparent; background-image: none; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container > .video-iframe-container { display: none; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row > .video-iframe-container { display: none; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .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); }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container { border-width: 0; border-radius: 0; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container { font-size:14px;font-family:arial;height:105.4px;width:960px;position:relative;display:block; }#pVWQCkRETKgQV7TonWOoOMmUGUxVsWfR { color:#16345f;display:block;width:679px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.150024414062px;left:140.5px;height:59.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container { background-color: transparent; background-image: none; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container > .video-iframe-container { display: none; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row > .video-iframe-container { display: none; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .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); }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container { border-width: 0; border-radius: 0; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container { font-size:14px;font-family:arial;height:493px;width:960px;position:relative;display:block; }#ksTGz2v60vU0CiKv1XlNlhUBgAA2KEyA { position:absolute;display:block;z-index:15001;height:424px;width:440px;top:19px;left:510px;display:block; }
#PvyCW6KWEdJ6cExZk0tiC2lDTfHZnDQv { color:#16345f;display:block;width:424px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:247.8000793457px;left:9.7999877929688px;height:61.6px;font-style:normal;display:block; }
#Ky8JOgemEbproT35cWP6ByxOQReHZPsl { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:384px;left:383px; }
#RBVFQRnrHM6WsdWPKaWqLuyOtDeuZnSy { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f00632, #16345f);background-image: -moz-linear-gradient(180deg, #f00632, #16345f);background-image: -ms-linear-gradient(180deg, #f00632, #16345f);background-image: -o-linear-gradient(180deg, #f00632, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );";background-image: linear-gradient(180deg, #f00632, #16345f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62px;width:62px;top:378px;left:377px;display:block; }
#yRwDuGRsH1peiyESrTkW9sUPbXe4nw7P { color:#16345f;display:block;width:302px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:414.60001373291px;left:12.787506103516px;height:25.2px;font-style:normal;display:block; }
#RfTpBb4SDgrNWOT8IuhlPW5TdRgBUfxI { color:#16345f;display:block;width:427px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:31.000061035156px;left:8.2875061035156px;height:159.6px;font-style:normal;display:block; }
#EFw64K27Mrx6othTEKATDZLk3JM7ucne { border-top:0;border-left:5px solid #f00632;border-right:5px solid #f00632;border-bottom:3px solid #f00632;background-color:#16345f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { background-color: transparent; background-image: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container > .video-iframe-container { display: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row > .video-iframe-container { display: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .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); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { border-width: 0; border-radius: 0; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#uv8ySxdyafflxNzDugMAQ54eXSIqvWLb { color:#ffffff;display:block;width:715px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75px;left:122.5px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { background-color: transparent; background-image: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container > .video-iframe-container { display: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row > .video-iframe-container { display: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .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); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { border-width: 0; border-radius: 0; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { font-size:14px;font-family:arial;height:37px;width:960px;position:relative;display:block; }#l00CAXVUPMKuALLIPNLvlLylsaGHs7OO { color:#16345f;display:block;width:679px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:8.75px;left:140.5px;height:22.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i0EiHep7qg9317PIFvKsQRv8I5oi3sah { position:relative;display:block; }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah { background-color: transparent; background-image: none; }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah > .row .container > .video-iframe-container { display: none; }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah > .row > .video-iframe-container { display: none; }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah > .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); }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah { border-width: 0; border-radius: 0; }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah > .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; }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:151px;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:block; }#VwnobLyOl7ekAA4stnQHJ7v22TkRzHmV { color:#f00632;display:block;width:479px;position:absolute;font-family:lato;font-size:17px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:66.950004577637px;left:240.50003051758px;height:22.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#urBooCbrSc4JGpE8SwTgpC0MZAOXhlSa { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:126px;width:960px;top:15px;left:-1px;display:block; }
#chtFcBohbGbWQSNt0LZFnLMQ6trgggKw { color:#16345f;display:block;width:377px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:32px;left:310.00003051758px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FgKz4rcvWwzeTlqCUecmtmOvxRZXgqkO { color:#16345f;display:block;width:960px;position:absolute;font-family:lato;font-size:27px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:94.675010681152px;left:0px;height:35.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .row .container { background-color: transparent; background-image: none; }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .row .container > .video-iframe-container { display: none; }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .row > .video-iframe-container { display: none; }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .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); }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .row .container { border-width: 0; border-radius: 0; }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .row .container { font-size:14px;font-family:arial;height:523px;width:960px;position:relative;display:block; }#FLUJP3NTJKfth5R5M1JxITaXD7M7TIn0 { color:#ffffff;display:block;width:448px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:38.987503051758px;left:512.00003051758px;height:440px;font-style:normal;display:block; }#FLUJP3NTJKfth5R5M1JxITaXD7M7TIn0 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#FLUJP3NTJKfth5R5M1JxITaXD7M7TIn0 li:before{  }
#TTC3Ry8JwPyGLeKUGLpUKiQGV7B9dI6o { position:absolute;display:block;z-index:15038;background-color:rgba(255,255,255,0.57);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:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:25px;width:25px;top:14px;left:408px;display:block; }
#xd4TOgg5eOqqGoSqx0w4Z5lqGrUTfsRW { 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;height:358px;width:358px;top:82.500030517578px;left:50.799987792969px;overflow:hidden;display:block; }
#nRTKuautNIKwAFdECrT1feuGlO3ZtWdv { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:1008px;width:959px;top:14.000015258789px;left:0px;display:block; }
#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH { position:relative;display:block; }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH { background-color: transparent; background-image: none; }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH > .row .container > .video-iframe-container { display: none; }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH > .row > .video-iframe-container { display: none; }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH > .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); }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH { border-width: 0; border-radius: 0; }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH > .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; }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:517px;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:block; }#vPzv9G7fJ7V0GqGvrBoiKfIcAMd4ccpt { 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;height:220px;width:189px;top:97px;left:32px;overflow:hidden;display:block; }
#kc18lqPvBziWUSTBNvy0RuVwH28LhEXi { 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;height:220px;width:189px;top:97px;left:344px;overflow:hidden;display:block; }
#nfRShVLFfTOnRT7MrWCTUftoRMGsdaka { position:absolute;display:block;z-index:14999;background-color:#16345f;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;height:260px;width:198px;top:225px;left:90px;display:block; }
#Ccn8JxiMaMJ1eRfyPGGPJev5844tawyp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:220px;width:;top:97px;left:672px;overflow:hidden;display:block; }
#lZwGlyxnFZuygdJ2abLFmyaR88ZOHR6q { color:#ffffff;display:block;width:154px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:327px;left:112px;height:126px;text-align:left;text-align-last:left;display:block; }
#RCTgTTS4CWhbsLTxvyN8b0T4Prni9VT5 { color:#ffffff;display:block;width:154px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:327px;left:440px;height:126px;text-align:left;text-align-last:left;display:block; }
#bCT9R3kC9aEkA8aNRqNF1RHlXKBxVmby { color:#ffffff;display:block;width:167px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:327px;left:745px;height:126px;text-align:left;text-align-last:left;display:block; }
#ArVlELit1PTm80IJhHmQw86GT8uoMDCC { position:absolute;display:block;z-index:15002;background-color:#f00632;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;height:260px;width:198px;top:226px;left:418px;display:block; }
#bn63ocJCT0BST8spLJlq5VQI6PEG2HR2 { position:absolute;display:block;z-index:15003;background-color:#16345f;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;height:260px;width:198px;top:225px;left:730px;display:block; }
#a85piHy41L7WpbdGH5lJdNQEmD546nbK { color:#f00632;display:block;width:709px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:18.475006103516px;left:125.5px;height:56px;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;text-align:center;text-align-last:center;display:block; }
#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:url("https://images.assets-landingi.com/uc/2eb6ca5a-e762-4ff6-895a-39dfecb8e220/Projektbeznazwy3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp.adaptive-delivery-prevent-bg, #xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp.lazyload, #xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp.lazyloading { background-image: none; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row .container { background-color: transparent; background-image: none; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row .container > .video-iframe-container { display: none; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row > .video-iframe-container { display: none; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .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); }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row .container { border-width: 0; border-radius: 0; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row .container { font-size:14px;font-family:arial;height:78px;width:960px;position:relative;display:block; }#vEKgQsQupBDERUy0AMs8vnCg40S6Tt5R { color:#ffffff;display:block;width:565px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:19.500022888184px;left:197.5px;height:39px;text-align:center;text-align-last:center;display:block; }
#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym { position:relative;display:block; }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym { background-color: transparent; background-image: none; }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym > .row .container > .video-iframe-container { display: none; }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym > .row > .video-iframe-container { display: none; }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym > .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); }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym { border-width: 0; border-radius: 0; }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym > .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; }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:214px;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:block; }#ubGTRETJkZXTkwLAyi2ItRKCZGQ7CqTT { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 15px 18px rgba(0,0,0,0.1) ;height:173px;width:173px;top:27px;left:243px;display:block; }
#WuG6Kd0PRCM4BBVTNSW9ZWL3Haf0GOzq { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:171px;width:171px;top:29px;left:244px;overflow:hidden;display:block; }
#VLnhc568u7ffg19zoKDyTxSGZEqT7F2g { color:#16345f;display:block;width:285px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:109px;left:432px;height:66.3px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eTPtPPQqd7U6kFRKPcl6lwhZX8vc0gFP { position:absolute;display:block;z-index:14997;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;height:38px;width:343px;top:62px;left:287px;display:block; }
#JJTvS2Kn95a1iU5opCu5gIXR9hwWOdel { color:#16345f;display:block;width:273.958px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:68px;left:433px;height:25.2px;font-style:normal;display:block; }
#rWZ2LvRtsfCurKc3X8DJ7OICab2yBasF { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f00632, #16345f);background-image: -moz-linear-gradient(180deg, #f00632, #16345f);background-image: -ms-linear-gradient(180deg, #f00632, #16345f);background-image: -o-linear-gradient(180deg, #f00632, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );";background-image: linear-gradient(180deg, #f00632, #16345f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62px;width:62px;top:27px;left:243px;display:block; }
#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .row .container { background-color: transparent; background-image: none; }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .row .container > .video-iframe-container { display: none; }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .row > .video-iframe-container { display: none; }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .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); }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .row .container { border-width: 0; border-radius: 0; }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .row .container { font-size:14px;font-family:arial;height:256px;width:960px;position:relative;display:block; }#EnuXygrHhrTawhpEW71EUqKbtlevskm3 { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 15px 18px rgba(0,0,0,0.1) ;height:173px;width:173px;top:30px;left:0px;display:block; }
#uTcT5MyZLD37WOgBMCpgKFKekT9l4wqV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:171px;width:171px;top:32px;left:1px;overflow:hidden;display:block; }
#IGNh74dTnimsQd8w5kOHC0crmgZFVcPE { color:#16345f;display:block;width:285px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:112px;left:189px;height:110.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n1gIy4MicLy2ZXDoEtbBoIZP0mpfx1GM { color:#16345f;display:block;width:273.965px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:71px;left:190px;height:25.2px;font-style:normal;display:block; }
#zzedJQ51GpvtFIfaXiqEv5G1mEsyTqK2 { position:absolute;display:block;z-index:14997;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;height:38px;width:343px;top:64.583343505859px;left:44px;display:block; }
#DXb8Il2nWtmisigQsWSSqOXeka7k85l1 { color:#16345f;display:block;width:285px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:114px;left:675px;height:44.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dt6IBT60sv0xRfONabuSD3GoxccNLkqE { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 15px 18px rgba(0,0,0,0.1) ;height:173px;width:173px;top:32px;left:486px;display:block; }
#DKAK0xTJDongxctx6LWF6uVuc2ZTzeqK { 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;height:171px;width:171px;top:34px;left:487px;overflow:hidden;display:block; }
#JTa5R32r8s30emwTFZPKeJZKx45sqb0d { position:absolute;display:block;z-index:15004;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;height:38px;width:343px;top:67px;left:530px;display:block; }
#ZpOuSoZ3aslKF4Tmd3zHQwaJ4G6JC5qT { color:#16345f;display:block;width:273.965px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:73px;left:676px;height:25.2px;font-style:normal;display:block; }
#AqHCqX2GgnH6EXtL0Gxn4qE2vMDseQHK { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f00632, #16345f);background-image: -moz-linear-gradient(180deg, #f00632, #16345f);background-image: -ms-linear-gradient(180deg, #f00632, #16345f);background-image: -o-linear-gradient(180deg, #f00632, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );";background-image: linear-gradient(180deg, #f00632, #16345f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62px;width:62px;top:30.000015258789px;left:0px;display:block; }
#buWNKFOnQWQQmNqgr2bbJEc01gmpMP7z { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f00632, #16345f);background-image: -moz-linear-gradient(180deg, #f00632, #16345f);background-image: -ms-linear-gradient(180deg, #f00632, #16345f);background-image: -o-linear-gradient(180deg, #f00632, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );";background-image: linear-gradient(180deg, #f00632, #16345f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:63px;width:63px;top:30.000015258789px;left:480px;display:block; }
#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 { position:relative;display:block; }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 { background-color: transparent; background-image: none; }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 > .row .container > .video-iframe-container { display: none; }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 > .row > .video-iframe-container { display: none; }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 > .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); }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 { border-width: 0; border-radius: 0; }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 > .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; }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:214px;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:block; }#qfEJISV005FW56E1io1vC70V1q97Xe9L { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 15px 18px rgba(0,0,0,0.1) ;height:173px;width:173px;top:21px;left:235px;display:block; }
#aNqeD1vEXLTz7AXqS7abzwO1yL6TBDgP { color:#16345f;display:block;width:285px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:103px;left:424px;height:44.2px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bLPDhmGumB3kmRXecXOq4RewyP7uEWLe { position:absolute;display:block;z-index:14997;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;height:57px;width:474px;top:37px;left:279px;display:block; }
#DO35sPRipqEP36lSOPdkaprJRntbN0bl { color:#16345f;display:block;width:400px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:40px;left:425px;height:50.4px;font-style:normal;display:block; }
#xbKsgXPG0QTzamdviObdtFk2qWcfp3Ca { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f00632, #16345f);background-image: -moz-linear-gradient(180deg, #f00632, #16345f);background-image: -ms-linear-gradient(180deg, #f00632, #16345f);background-image: -o-linear-gradient(180deg, #f00632, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );";background-image: linear-gradient(180deg, #f00632, #16345f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62px;width:62px;top:21px;left:235px;display:block; }
#mWFD4gVzc1d1lbtOW41aAystCpxm0FfR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:171px;width:171px;top:21px;left:236px;overflow:hidden;display:block; }
#EJStVg0H91XCX9UBkois1PF40goFZRQc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(22,52,95,0.97);background-image:url("https://images.assets-landingi.com/uc/2eb6ca5a-e762-4ff6-895a-39dfecb8e220/Projektbeznazwy3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EJStVg0H91XCX9UBkois1PF40goFZRQc.adaptive-delivery-prevent-bg, #EJStVg0H91XCX9UBkois1PF40goFZRQc.lazyload, #EJStVg0H91XCX9UBkois1PF40goFZRQc.lazyloading { background-image: none; }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row .container { background-color: transparent; background-image: none; }#EJStVg0H91XCX9UBkois1PF40goFZRQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row .container > .video-iframe-container { display: none; }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row > .video-iframe-container { display: none; }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .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); }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row .container { border-width: 0; border-radius: 0; }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#CeEUAlUTXCO7hrug2Gta7UfLuLU2B5Qg { background-color:#f00632;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:439px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.500045776367px;left:260.5px;display:block; }
#lGIdGKxlFvRtBH4opEW3CvmUGBLg5QTC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#b57Py3JhkURNcPORmDvllELCoBzvg8U1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row .container { background-color: transparent; background-image: none; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row .container > .video-iframe-container { display: none; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row > .video-iframe-container { display: none; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .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); }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row .container { border-width: 0; border-radius: 0; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#LsITUsFxbuyEW9shxTxPbirXcmstcFM4 { color:#f00632;display:block;width:565px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:14px;left:197px;height:39px;text-align:center;text-align-last:center;display:block; }
#G0hEibhlOB8qHinVw6UvztXgUDLrF5cF { color:#ffffff;display:block;width:565px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:52.387481689453px;left:197.5px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row .container { background-color: transparent; background-image: none; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row .container > .video-iframe-container { display: none; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row > .video-iframe-container { display: none; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .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); }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row .container { border-width: 0; border-radius: 0; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#Qm4qFQuTmNoKuTeFrD8VXCm5UaGg33tq { color:#16345f;display:block;width:679px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:8.75px;left:140.5px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL { position:relative;display:block; }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL { background-color: transparent; background-image: none; }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL > .row .container > .video-iframe-container { display: none; }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL > .row > .video-iframe-container { display: none; }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL > .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); }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL { border-width: 0; border-radius: 0; }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL > .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; }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:760px;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:block; }#WbOFCqdGs6ifPI5hFVyFoBxb5hbs1LRc { color:#16345f;display:block;width:466px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29px;left:480.00003051758px;height:624px;display:block; }
#KfhyVsQqTU4Cpn8AnDGvlAoxVU6rVBsf { 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: 1px 1px 3px rgba(0,0,0,0.5) ;height:389px;width:288px;top:241.86103057861px;left:96px;overflow:hidden;display:block; }
#y9DHcSc2irMJsU8DnWXkUrdDsIrMgVrU { position:absolute;display:block;z-index:15001;background-color:#e9eaee;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:203px;width:285px;top:29px;left:97.5px;display:block; }
#pu8VZ9k0U9TW5u1SRU2lZUlKNqclm25i { position:absolute;display:block;z-index:15002;background-color:#e9eaee;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:100px;width:288px;top:640.99990844727px;left:96px;display:block; }
#MHAKACn2TbBRnit45IpCnaEsWi76FN5A { color:#16345f;display:block;width:233px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:649.41668701172px;left:127.5px;height:83.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#idfutuoACi0ZRupBThewSehoaIlieeBR { color:#16345f;display:block;width:258px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:60.319458007812px;left:111px;height:117px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwo2GgTgvZWisGC5zrafSDvD5ohm0AlR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:76px;width:80px;top:221px;left:81px;overflow:hidden;display:block; }
#A0lV1iQwC7ZKE3v6X4Ahhima5k7atrRN { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f00632, #16345f);background-image: -moz-linear-gradient(180deg, #f00632, #16345f);background-image: -ms-linear-gradient(180deg, #f00632, #16345f);background-image: -o-linear-gradient(180deg, #f00632, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );";background-image: linear-gradient(180deg, #f00632, #16345f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62px;width:62px;top:213px;left:98px;display:block; }
#HqsZePnwEarGvQHS7an46T0D4SC0AWXV { position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.57);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:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:25px;width:25px;top:212px;left:98px;display:block; }
#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r { position:relative;display:block; }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r { background-color: transparent; background-image: none; }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r > .row .container > .video-iframe-container { display: none; }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r > .row > .video-iframe-container { display: none; }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r > .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); }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r { border-width: 0; border-radius: 0; }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r > .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; }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:20px;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:block; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row .container { background-color: transparent; background-image: none; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row .container > .video-iframe-container { display: none; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row > .video-iframe-container { display: none; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .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); }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row .container { border-width: 0; border-radius: 0; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#OOT9Uwqaq3XUMIhgWgBR4HrbaCQ8mGlb { background-color:#f00632;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:439px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.999755859375px;left:260.5px;display:block; }
#W1b2lg5IVtDDsDApsnTp6uGVULW5E6zS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK { position:relative;display:block; }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK { background-color: transparent; background-image: none; }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK > .row .container > .video-iframe-container { display: none; }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK > .row > .video-iframe-container { display: none; }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK > .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); }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK { border-width: 0; border-radius: 0; }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK > .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; }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:20px;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:block; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:url("https://images.assets-landingi.com/uc/2eb6ca5a-e762-4ff6-895a-39dfecb8e220/Projektbeznazwy3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK.adaptive-delivery-prevent-bg, #I8IAfPtK48ELTl0u22XddTZtszvwgZwK.lazyload, #I8IAfPtK48ELTl0u22XddTZtszvwgZwK.lazyloading { background-image: none; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row .container { background-color: transparent; background-image: none; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row .container > .video-iframe-container { display: none; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row > .video-iframe-container { display: none; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .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); }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row .container { border-width: 0; border-radius: 0; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#lnOIckmBy8brl0gSrc6GaB9xAsuhlaqm { color:#f00632;display:block;width:565px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:14px;left:197px;height:39px;text-align:center;text-align-last:center;display:block; }
#RsXCZOBqdfntttkHvaiND2CVuhdd1PMx { color:#ffffff;display:block;width:565px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:52.387481689453px;left:197.5px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi { position:relative;display:block; }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi { background-color: transparent; background-image: none; }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi > .row .container > .video-iframe-container { display: none; }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi > .row > .video-iframe-container { display: none; }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi > .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); }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi { border-width: 0; border-radius: 0; }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi > .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; }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:256px;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:block; }#M7b1u6V8mSycm9z4hgrnfBvRB28haCpN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:52px;width:434px;top:45.862510681152px;left:23px;overflow:hidden;display:block; }
#CnFSAUkm7AgHLCHst32oIyZCeARQVFUB { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:166.08332824707px;left:38.972229003906px; }
#GTUddS8y6HzoT0oEF1GpasSiMrswJNWZ { color:#3b3b3b;display:block;width:301px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:109.78749847412px;left:89.5px;height:136px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4KSTLtcQ6JpCnFyLPspXmTXHEPiQW3e { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:112px;width:437px;top:55.513893127441px;left:501.5px;overflow:hidden;display:block; }
#XRlCo4AJXIy6SfoZWagCCbkM8h8K8HNU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:85px;width:440px;top:166.08333587646px;left:500px;overflow:hidden;display:block; }
#CLTw6Rl0PfzRuoqpw1DK9TNV3SLPFl4o { position:absolute;display:block;z-index:15028;background-color:#e2eafe;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;height:21px;width:214px;top:61.375007629395px;left:669.00003051758px;display:block; }
#bT2JyAxxboHSoCEZrL1yJ9ETBscgS8Ep { position:absolute;display:block;z-index:15029;background-color:#e2eafe;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;height:24px;width:150px;top:171.58333587646px;left:721.5px;display:block; }
#cTRZqrHaNyBMsxlrFbHCXoQGWdFxT0LD { position:absolute;display:block;z-index:15029;background-color:#e2eafe;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;height:24px;width:150px;top:201.08317565918px;left:733px;display:none; }
#IXHv9AOE7gv8CATWGNc23CNT4g7uKVqN { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:76px;width:80px;top:23px;left:432px;overflow:hidden;display:block; }
#x6rWDwTDsn4lkMkCIPAHROMSlsPxCIGK { position:absolute;display:block;z-index:15017;background-color:#e2eafe;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:213px;width:460px;top:41.486106872559px;left:490px;display:block; }
#ir31pRaaW7S7poyCcZG6Aa331dm6kTBZ { position:absolute;display:block;z-index:15029;background-color:#e2eafe;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;height:33px;width:116px;top:55.500007629395px;left:823.30001831055px;display:block; }
#hQAAebbTiCPvND5ZhlexVzDv0eLvntin { position:absolute;display:block;z-index:15030;background-color:#e2eafe;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;height:33px;width:116px;top:167.06250762939px;left:823.30001831055px;display:block; }
#Wz5fymVvRZnEJQqG4734kFH35OM6yq6f { position:absolute;display:block;z-index:14999;background-color:#e2eafe;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:213px;width:460px;top:41.487510681152px;left:10px;display:block; }
#PNODTlHhVF5t1HQJqDiqTh9mfQKbW0Bb { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f00632, #16345f);background-image: -moz-linear-gradient(180deg, #f00632, #16345f);background-image: -ms-linear-gradient(180deg, #f00632, #16345f);background-image: -o-linear-gradient(180deg, #f00632, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );";background-image: linear-gradient(180deg, #f00632, #16345f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62px;width:62px;top:15px;left:449px;display:block; }
#LIArQ0IcVsuGKPKu3XQJaAb9DaEWdORx { position:absolute;display:block;z-index:15032;background-color:rgba(255,255,255,0.57);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:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:25px;width:25px;top:8px;left:449px;display:block; }
#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx { position:relative;display:block; }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx { background-color: transparent; background-image: none; }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx > .row .container > .video-iframe-container { display: none; }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx > .row > .video-iframe-container { display: none; }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx > .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); }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx { border-width: 0; border-radius: 0; }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx > .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; }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:268px;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:block; }#eOoGvyPhevl8Z4ASQS0tAPOrmHFwaTKO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:67px;width:162px;top:27.5px;left:498px;overflow:hidden;display:block; }
#rEaaOHMToq85lS5PTmot14Xp38HRsT7A { color:#3b3b3b;display:block;width:268px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15030;line-height:1.7;letter-spacing:0;top:83px;left:586.00003051758px;height:136px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mskO4Ubo6v3OGB6kptIWTpwOOMs0NZiR { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:133.45832824707px;left:520px; }
#EXgpxRex6szu9MwvKl37t9XNTUrRE0ty { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:158px;width:423px;top:42px;left:28.5px;overflow:hidden;display:block; }
#glPWwEN9afwTk6lNbDHklSrd7t6mROEB { position:absolute;display:block;z-index:15029;background-color:#e2eafe;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;height:42px;width:267px;top:39.888885498047px;left:189px;display:block; }
#DRT64letbQ9aaf4MuQsPK4r8scF1gXvK { position:absolute;display:block;z-index:15015;background-color:#e2eafe;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:213px;width:460px;top:27.5px;left:10px;display:block; }
#zeWQWWtLBJtLLGMSsxNQ743i3EQa9LUm { position:absolute;display:block;z-index:15029;background-color:#e2eafe;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;height:45px;width:200px;top:69.972213745117px;left:571px;display:block; }
#Cr4enHHVV1ic8wtFqVM92GNhNoOzgXFz { position:absolute;display:block;z-index:15016;background-color:#e2eafe;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:213px;width:460px;top:27.5px;left:490.00003051758px;display:block; }
#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .row .container { background-color: transparent; background-image: none; }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .row .container > .video-iframe-container { display: none; }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .row > .video-iframe-container { display: none; }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .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); }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .row .container { border-width: 0; border-radius: 0; }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .row .container { font-size:14px;font-family:arial;height:114px;width:960px;position:relative;display:block; }#XIO5NKOIw2T13vn59Upg1X9KNZKMsevL { background-color:#f00632;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-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:513px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.500015258789px;left:223.5px;display:block; }
#fEgq4yfZl8Exp5lQCsRUosNRO176ZP8Q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:url("https://images.assets-landingi.com/uc/2eb6ca5a-e762-4ff6-895a-39dfecb8e220/Projektbeznazwy3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L.adaptive-delivery-prevent-bg, #ewUlsruTEX8SzofW12JGfQa3TpnSJl1L.lazyload, #ewUlsruTEX8SzofW12JGfQa3TpnSJl1L.lazyloading { background-image: none; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row .container { background-color: transparent; background-image: none; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row .container > .video-iframe-container { display: none; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row > .video-iframe-container { display: none; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .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); }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row .container { border-width: 0; border-radius: 0; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row .container { font-size:14px;font-family:arial;height:120px;width:960px;position:relative;display:block; }#L9pwdRSWTorUNvTCxAm66xJk1cC5ewKi { color:#f00632;display:block;width:713px;position:absolute;font-family:lato;font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:24px;left:124px;height:39px;text-align:center;text-align-last:center;display:block; }
#QrwA61imi8zWKK7T4NMytKcvoFTdNFki { color:#ffffff;display:block;width:601px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:63px;left:180px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#oBOFheGPmwFSlTqcyvLyGoXZDAs58wdT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:458px;width:458px;top:119.99995422363px;left:502.00003051758px;overflow:hidden;display:block; }
#XqgWwfhz956dA2trklSAxrstQacnM4Qf { position:relative;display:block; }#XqgWwfhz956dA2trklSAxrstQacnM4Qf { background-color: transparent; background-image: none; }#XqgWwfhz956dA2trklSAxrstQacnM4Qf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqgWwfhz956dA2trklSAxrstQacnM4Qf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqgWwfhz956dA2trklSAxrstQacnM4Qf > .row .container > .video-iframe-container { display: none; }#XqgWwfhz956dA2trklSAxrstQacnM4Qf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XqgWwfhz956dA2trklSAxrstQacnM4Qf > .row > .video-iframe-container { display: none; }#XqgWwfhz956dA2trklSAxrstQacnM4Qf > .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); }#XqgWwfhz956dA2trklSAxrstQacnM4Qf { border-width: 0; border-radius: 0; }#XqgWwfhz956dA2trklSAxrstQacnM4Qf > .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; }#XqgWwfhz956dA2trklSAxrstQacnM4Qf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:459px;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:block; }#QGcVLrRvX0sfKoTqlsPrqJATePwJzJ4y { color:#f00632;display:block;width:394px;position:absolute;font-family:lato;font-size:21px;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:79.388916015625px;left:18px;height:293px;text-align:left;text-align-last:left;font-style:normal;display:block; }#QGcVLrRvX0sfKoTqlsPrqJATePwJzJ4y li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#QGcVLrRvX0sfKoTqlsPrqJATePwJzJ4y li:before{  }
#i5aVuxHsohi94GhPxfLxTENpWE1ut3Ci { color:#16345f;display:block;width:431px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:25px;left:18px;height:32.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row .container { background-color: transparent; background-image: none; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row .container > .video-iframe-container { display: none; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row > .video-iframe-container { display: none; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .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); }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row .container { border-width: 0; border-radius: 0; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row .container { font-size:14px;font-family:arial;height:422px;width:960px;position:relative;display:block; }#UWqTc31c4OG7FkxmOv4RS1oEcDqkhQN4 { color:#16345f;display:block;width:379px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:152.15000915527px;left:50.5px;height:89.7px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xLDBdvzzNVoq2mT73FIzldTF1GHMDvO1 { color:#f00632;display:block;width:479px;position:absolute;font-family:lato;font-size:17px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:90.999954223633px;left:0px;height:22.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r4BwNPbSCqDOQ2lJHPwfFuQgt4m4qyry { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:249px;width:391px;top:77px;left:45px;display:block; }
#ahiKgTcAPSqX9wLqvyBoOyg17rt3TPhk { color:#16345f;display:block;width:402px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:52px;left:519.00003051758px;height:290px;font-style:normal;display:block; }#ahiKgTcAPSqX9wLqvyBoOyg17rt3TPhk li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ahiKgTcAPSqX9wLqvyBoOyg17rt3TPhk li:before{  }
#d66fQkq4uES6XuEcmTVxzoHo5pctKLfO { position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.68);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;height:385px;width:958px;top:18.487501144409px;left:0.38751220703125px;display:block; }
#kVRKx353t91DNfHoZxK2kCSRZeRcVua7 { position:absolute;display:block;z-index:15030;background-color:#e9eaee;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;height:200px;width:200px;top:111.00000190735px;left:379.37503051758px;display:block; }
#SVGmBMDkRBTWCkN9snKwNBVeoi8NLrTN { color:#16345f;display:block;width:200px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:176.19999885559px;left:379.37503051758px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .row .container { background-color: transparent; background-image: none; }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .row .container > .video-iframe-container { display: none; }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .row > .video-iframe-container { display: none; }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .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); }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .row .container { border-width: 0; border-radius: 0; }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .row .container { font-size:14px;font-family:arial;height:421px;width:960px;position:relative;display:block; }#IWJ3Z0Olr6QQ4RDhDay7GNc8TPIOWUN9 { color:#16345f;display:block;width:367px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:145.49990844727px;left:56.5px;height:130px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N59cKDgyaCsftHKXIglyimhUEeDiG6Cr { color:#f00632;display:block;width:479px;position:absolute;font-family:lato;font-size:17px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:91.999969482422px;left:0px;height:22.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aNTLlURM3SF9wv5zciGvIqTQvbQRSEoz { position:absolute;display:block;z-index:15013;background-color:#e9eaee;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:249px;width:391px;top:77px;left:45px;display:block; }
#nTORdCTx53nXGrF2rA8XvlLVqf3WHhf7 { color:#f00632;display:block;width:402px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16px;left:519.00003051758px;height:389px;font-style:normal;display:block; }#nTORdCTx53nXGrF2rA8XvlLVqf3WHhf7 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#nTORdCTx53nXGrF2rA8XvlLVqf3WHhf7 li:before{  }
#TZoyuQsSyw4rc32FGunF0KcTwukh4GhH { position:absolute;display:block;z-index:15030;background-color:rgba(255,255,255,0.68);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;height:385px;width:960px;top:18px;left:0px;display:block; }
#EBG3oWATvW9sAWPJg2lcTTkUCV0HDJmg { position:absolute;display:block;z-index:15031;background-color:#e9eaee;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;height:200px;width:200px;top:110.50007629395px;left:380.00003051758px;display:block; }
#z5AS7PPoNzgO3iLu2TscVMDT1BtxNukE { color:#16345f;display:block;width:200px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:189.68771362305px;left:380.00003051758px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row .container { background-color: transparent; background-image: none; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row .container > .video-iframe-container { display: none; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row > .video-iframe-container { display: none; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .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); }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row .container { border-width: 0; border-radius: 0; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#eGgiHBmWRtVAmAoeAwO9t8DlkNgRayUH { background-color:#f00632;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:439px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.999755859375px;left:260.5px;display:block; }
#naHZTkwidMH3tWpz2XVW6MVi5crfcONd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .row .container { background-color: transparent; background-image: none; }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .row .container > .video-iframe-container { display: none; }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .row > .video-iframe-container { display: none; }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .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); }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .row .container { border-width: 0; border-radius: 0; }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .row .container { font-size:14px;font-family:arial;height:360px;width:960px;position:relative;display:block; }#S2EMyJyvNLWEk6X5cPGfGZT6ChJ054Db { color:#f00632;display:block;width:479px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:81px;left:0px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVBISmdq8wJ9cT4hf8SfyxygXFd9hlQU { color:#16345f;display:block;width:347px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:130px;left:67px;height:130px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SzcehxXhR85SN0wuJx1N8ABLmX1W5Pry { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:249px;width:391px;top:54px;left:43px;display:block; }
#bVPGfodWgMlbqtnhrMTiJxzqrX61nk5s { color:#00b6be;display:block;width:448px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:24.475099563599px;left:496.00003051758px;height:308px;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; }
#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .row .container { background-color: transparent; background-image: none; }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .row .container > .video-iframe-container { display: none; }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .row > .video-iframe-container { display: none; }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .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); }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .row .container { border-width: 0; border-radius: 0; }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .row .container { font-size:14px;font-family:arial;height:321px;width:960px;position:relative;display:block; }#u4UVsmoyJ4VNxLmlPtSyuFHI1rydq4T4 { color:#f00632;display:block;width:479px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:56px;left:0px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hZNfOuTb5p6ntGRQytmhhQeUUPTfndL4 { color:#16345f;display:block;width:347px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:105px;left:67px;height:97.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnZedrnX6JgqfeGVZZO1uV5LBuDatias { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:249px;width:391px;top:29px;left:43px;display:block; }
#hx5NtrsiHI32IMmgwGEA98s8wfewZ8zi { color:#16345f;display:block;width:448px;position:absolute;font-family:lato;font-size:20px;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:29px;left:496.00003051758px;height:196px;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; }
#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.15);background-image:url("https://images.assets-landingi.com/uc/2eb6ca5a-e762-4ff6-895a-39dfecb8e220/Projektbeznazwy3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.adaptive-delivery-prevent-bg, #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.lazyload, #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.lazyloading { background-image: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { background-color: transparent; background-image: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container > .video-iframe-container { display: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row > .video-iframe-container { display: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .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); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { border-width: 0; border-radius: 0; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { font-size:14px;font-family:arial;height:367px;width:960px;position:relative;display:block; }#mgr1NOwyllcMKdN4mBmEzTdrXbm7BGxp { position:absolute;display:block;z-index:15005;background-color:#16345f;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:47px;width:47px;top:209px;left:127px;display:block; }
#XhlRea29NEPsITAVqNPAJSyVbt3OoGq2 { color:#ffffff;display:block;width:40px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:218px;left:131px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEnyw2aQN2r1fry5N2i5V86VSJ0zWakh { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:285px;left:51px;height:36.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVxfGHGh9DTsHOvVqdb1lTc5srtgw7Fv { color:#ffffff;display:block;width:231px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:285px;left:365px;height:36.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRweUzgq8NkMeyWtBpeI0pIRZfn6JNbC { position:absolute;display:block;z-index:15008;background-color:#16345f;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:47px;width:47px;top:209px;left:458px;display:block; }
#fuWxpHsAs7aTBySrRmfVPQOoUBiZ3Xfy { color:#ffffff;display:block;width:40px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:218px;left:462px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBmoCBEHgq6Mrq9My3cgcMhUTxFtClu6 { color:#ffffff;display:block;width:231px;position:absolute;font-family:lato;font-size:14px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:285px;left:695px;height:36.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R988EVIgJNO7dFhrEdymByEKI40kQ34X { position:absolute;display:block;z-index:15011;background-color:#f00632;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:47px;width:47px;top:209px;left:787px;display:block; }
#ivWSe3ufOWwXTfwWrAczyFNxmuqDRFQ6 { color:#ffffff;display:block;width:40px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:218px;left:791px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sH3aDqyLN9s1Gz6Cw4sOIy3BPt1vJhNa { 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;height:50px;width:97px;top:207px;left:260px;overflow:hidden;display:block; }
#X98xvMTBxvoXuQt4b8r1LmtpWlgo764P { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:97px;top:207px;left:598px;overflow:hidden;display:block; }
#EMkVNeD9GOWILqtreLt5DrgB5P8WQ3Ts { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:76px;width:80px;top:33px;left:440px;overflow:hidden;display:block; }
#SnLmV4pf6NeUJpmUcAFAJ7tAc1qTllzp { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f00632, #16345f);background-image: -moz-linear-gradient(180deg, #f00632, #16345f);background-image: -ms-linear-gradient(180deg, #f00632, #16345f);background-image: -o-linear-gradient(180deg, #f00632, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#16345f' );";background-image: linear-gradient(180deg, #f00632, #16345f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:690px;border-top-right-radius:690px;border-bottom-left-radius:690px;border-bottom-right-radius:690px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:62px;width:62px;top:25px;left:457px;display:block; }
#VCQoctSDoyu0z6B9MARg4xCT0OJR0kkJ { position:absolute;display:block;z-index:15035;background-color:rgba(255,255,255,0.57);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:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:25px;width:25px;top:24px;left:457px;display:block; }
#BWTK2dlgX6nsxOZut5v6xfuq3ragQNZm { color:#ffffff;display:block;width:756px;position:absolute;font-family:lato;font-size:26px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:131.25032997131px;left:110px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.15);background-image:url("https://images.assets-landingi.com/uc/2eb6ca5a-e762-4ff6-895a-39dfecb8e220/Projektbeznazwy3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq.adaptive-delivery-prevent-bg, #Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq.lazyload, #Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq.lazyloading { background-image: none; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row .container { background-color: transparent; background-image: none; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row .container > .video-iframe-container { display: none; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row > .video-iframe-container { display: none; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .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); }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row .container { border-width: 0; border-radius: 0; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row .container { font-size:14px;font-family:arial;height:150px;width:960px;position:relative;display:block; }#IdmXJ7vI07qm4Vr0MNvr5Ps9TLX2KvSW { background-color:#f00632;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:63px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.5px;left:350px;display:block; }
#cQDe9VFbX9bPMtGIqiFpxi2CZ1NJvUoT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row .container { background-color: transparent; background-image: none; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row .container > .video-iframe-container { display: none; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row > .video-iframe-container { display: none; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .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); }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row .container { border-width: 0; border-radius: 0; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row .container { font-size:14px;font-family:arial;height:94px;width:960px;position:relative;display:block; }#KHDII4lbULg0xpbDJtdFrLQQivulVSQ7 { color:#16345f;display:block;width:200px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:38.541687011719px;left:380px;height:20.8px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AUTTZyzelULKVz9bk54700yTrTdQkHxM { display:block; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVWQCkRETKgQV7TonWOoOMmUGUxVsWfR { top:20px;left:42.5px;width:679px;height:59px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 { display:block; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksTGz2v60vU0CiKv1XlNlhUBgAA2KEyA { top:19px;left:324px;width:440px;height:424px;display:block; }
 }@media only screen and (max-width: 763px) { #PvyCW6KWEdJ6cExZk0tiC2lDTfHZnDQv { width:424px;height:61px;top:247px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ky8JOgemEbproT35cWP6ByxOQReHZPsl { top:384px;left:332px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #RBVFQRnrHM6WsdWPKaWqLuyOtDeuZnSy { width:62px;height:62px;top:378px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #yRwDuGRsH1peiyESrTkW9sUPbXe4nw7P { width:302px;height:25px;top:414px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RfTpBb4SDgrNWOT8IuhlPW5TdRgBUfxI { width:427px;height:159px;top:31px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EFw64K27Mrx6othTEKATDZLk3JM7ucne { display:block; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv8ySxdyafflxNzDugMAQ54eXSIqvWLb { top:8px;left:24.5px;width:715px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw { display:block; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l00CAXVUPMKuALLIPNLvlLylsaGHs7OO { top:8px;left:42.5px;width:679px;height:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i0EiHep7qg9317PIFvKsQRv8I5oi3sah { display:block; }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwnobLyOl7ekAA4stnQHJ7v22TkRzHmV { top:66px;left:142.50003051758px;width:479px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #urBooCbrSc4JGpE8SwTgpC0MZAOXhlSa { top:15px;left:0px;width:764px;height:126px;display:block; }
 }@media only screen and (max-width: 763px) { #chtFcBohbGbWQSNt0LZFnLMQ6trgggKw { top:32px;left:212.00003051758px;width:377px;height:32px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FgKz4rcvWwzeTlqCUecmtmOvxRZXgqkO { top:94px;left:0px;width:764px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O { display:block; }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLUJP3NTJKfth5R5M1JxITaXD7M7TIn0 { width:448px;height:468px;top:38px;left:316px;font-size:18px;display:block; }#FLUJP3NTJKfth5R5M1JxITaXD7M7TIn0 li:before{  }
 }@media only screen and (max-width: 763px) { #TTC3Ry8JwPyGLeKUGLpUKiQGV7B9dI6o { top:14px;left:357px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xd4TOgg5eOqqGoSqx0w4Z5lqGrUTfsRW { top:82px;left:1.7999877929688px;width:358px;height:358px;display:block; }
 }@media only screen and (max-width: 763px) { #nRTKuautNIKwAFdECrT1feuGlO3ZtWdv { top:14px;left:0px;width:764px;height:1008px;display:block; }
 }@media only screen and (max-width: 763px) { #xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH { display:block; }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPzv9G7fJ7V0GqGvrBoiKfIcAMd4ccpt { top:97px;left:0px;width:189px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #kc18lqPvBziWUSTBNvy0RuVwH28LhEXi { top:97px;left:254px;width:189px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #nfRShVLFfTOnRT7MrWCTUftoRMGsdaka { top:225px;left:56px;width:198px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #Ccn8JxiMaMJ1eRfyPGGPJev5844tawyp { top:97px;left:508px;width:0;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #lZwGlyxnFZuygdJ2abLFmyaR88ZOHR6q { top:327px;left:79px;width:154px;height:147px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RCTgTTS4CWhbsLTxvyN8b0T4Prni9VT5 { top:327px;left:341px;width:154px;height:147px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bCT9R3kC9aEkA8aNRqNF1RHlXKBxVmby { top:327px;left:580px;width:167px;height:126px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ArVlELit1PTm80IJhHmQw86GT8uoMDCC { top:226px;left:310px;width:198px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #bn63ocJCT0BST8spLJlq5VQI6PEG2HR2 { top:225px;left:564px;width:198px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #a85piHy41L7WpbdGH5lJdNQEmD546nbK { width:709px;height:56px;top:18px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp { display:block; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEKgQsQupBDERUy0AMs8vnCg40S6Tt5R { top:19px;left:99.5px;width:565px;height:39px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym { display:block; }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubGTRETJkZXTkwLAyi2ItRKCZGQ7CqTT { width:173px;height:173px;top:27px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #WuG6Kd0PRCM4BBVTNSW9ZWL3Haf0GOzq { width:171px;height:171px;top:29px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #VLnhc568u7ffg19zoKDyTxSGZEqT7F2g { top:109px;left:334.00003051758px;width:285px;height:66px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #eTPtPPQqd7U6kFRKPcl6lwhZX8vc0gFP { top:62px;left:189px;width:343px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #JJTvS2Kn95a1iU5opCu5gIXR9hwWOdel { width:273px;height:25px;top:68px;left:335px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rWZ2LvRtsfCurKc3X8DJ7OICab2yBasF { width:62px;height:62px;top:27px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l { display:block; }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnuXygrHhrTawhpEW71EUqKbtlevskm3 { width:173px;height:173px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uTcT5MyZLD37WOgBMCpgKFKekT9l4wqV { width:171px;height:171px;top:32px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IGNh74dTnimsQd8w5kOHC0crmgZFVcPE { top:112px;left:97px;width:285px;height:110px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #n1gIy4MicLy2ZXDoEtbBoIZP0mpfx1GM { width:273px;height:25px;top:71px;left:109px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zzedJQ51GpvtFIfaXiqEv5G1mEsyTqK2 { top:64px;left:0px;width:343px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #DXb8Il2nWtmisigQsWSSqOXeka7k85l1 { top:114px;left:479px;width:285px;height:44px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dt6IBT60sv0xRfONabuSD3GoxccNLkqE { width:173px;height:173px;top:32px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #DKAK0xTJDongxctx6LWF6uVuc2ZTzeqK { width:171px;height:171px;top:34px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #JTa5R32r8s30emwTFZPKeJZKx45sqb0d { top:67px;left:383px;width:343px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #ZpOuSoZ3aslKF4Tmd3zHQwaJ4G6JC5qT { width:273px;height:25px;top:73px;left:491px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #AqHCqX2GgnH6EXtL0Gxn4qE2vMDseQHK { width:62px;height:62px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #buWNKFOnQWQQmNqgr2bbJEc01gmpMP7z { width:63px;height:63px;top:30px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 { display:block; }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfEJISV005FW56E1io1vC70V1q97Xe9L { width:173px;height:173px;top:21px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #aNqeD1vEXLTz7AXqS7abzwO1yL6TBDgP { top:103px;left:326px;width:285px;height:44px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bLPDhmGumB3kmRXecXOq4RewyP7uEWLe { top:37px;left:181px;width:474px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #DO35sPRipqEP36lSOPdkaprJRntbN0bl { width:400px;height:50px;top:40px;left:327.00003051758px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #xbKsgXPG0QTzamdviObdtFk2qWcfp3Ca { width:62px;height:62px;top:21px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #mWFD4gVzc1d1lbtOW41aAystCpxm0FfR { width:171px;height:171px;top:21px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #EJStVg0H91XCX9UBkois1PF40goFZRQc { display:block; }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeEUAlUTXCO7hrug2Gta7UfLuLU2B5Qg { width:439px;height:55px;top:22px;left:162.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lGIdGKxlFvRtBH4opEW3CvmUGBLg5QTC { display:block; }
 }@media only screen and (max-width: 763px) { #b57Py3JhkURNcPORmDvllELCoBzvg8U1 { display:block; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsITUsFxbuyEW9shxTxPbirXcmstcFM4 { top:14px;left:99px;width:565px;height:39px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #G0hEibhlOB8qHinVw6UvztXgUDLrF5cF { top:52px;left:99.5px;width:565px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c { display:block; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qm4qFQuTmNoKuTeFrD8VXCm5UaGg33tq { top:8px;left:42.5px;width:679px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #oJ7CZRzFZcXJHkofm9TRN0louwRShkCL { display:block; }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbOFCqdGs6ifPI5hFVyFoBxb5hbs1LRc { top:29px;left:298px;width:466px;height:676px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KfhyVsQqTU4Cpn8AnDGvlAoxVU6rVBsf { top:241px;left:47px;width:288px;height:389px;display:block; }
 }@media only screen and (max-width: 763px) { #y9DHcSc2irMJsU8DnWXkUrdDsIrMgVrU { width:285px;height:203px;top:29px;left:48.5px;display:block; }
 }@media only screen and (max-width: 763px) { #pu8VZ9k0U9TW5u1SRU2lZUlKNqclm25i { width:288px;height:100px;top:640px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #MHAKACn2TbBRnit45IpCnaEsWi76FN5A { width:233px;height:83px;top:649px;left:78.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #idfutuoACi0ZRupBThewSehoaIlieeBR { width:258px;height:140px;top:60px;left:62px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rwo2GgTgvZWisGC5zrafSDvD5ohm0AlR { top:221px;left:32px;width:80px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #A0lV1iQwC7ZKE3v6X4Ahhima5k7atrRN { width:62px;height:62px;top:213px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #HqsZePnwEarGvQHS7an46T0D4SC0AWXV { top:212px;left:49px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XLP7duZXCsSud1QwdX8QTBlapOEx3v9r { display:block; }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PelcE6HzgtG1KkNiCadCmdK7NNx4saxr { display:block; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOT9Uwqaq3XUMIhgWgBR4HrbaCQ8mGlb { width:439px;height:55px;top:20px;left:162.5px;display:block; }
 }@media only screen and (max-width: 763px) { #W1b2lg5IVtDDsDApsnTp6uGVULW5E6zS { display:block; }
 }@media only screen and (max-width: 763px) { #G5qSwSkpnIxIp2aq87EkJK80NubfTpqK { display:block; }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8IAfPtK48ELTl0u22XddTZtszvwgZwK { display:block; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnOIckmBy8brl0gSrc6GaB9xAsuhlaqm { top:14px;left:99px;width:565px;height:39px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RsXCZOBqdfntttkHvaiND2CVuhdd1PMx { top:52px;left:99.5px;width:565px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #FzVfDCRvM6WQfp757sWDq78v4nbGZkOi { display:block; }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7b1u6V8mSycm9z4hgrnfBvRB28haCpN { top:45px;left:0px;width:434px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #CnFSAUkm7AgHLCHst32oIyZCeARQVFUB { width:35px;height:35px;top:166px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GTUddS8y6HzoT0oEF1GpasSiMrswJNWZ { width:301px;height:136px;top:109px;left:40.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #M4KSTLtcQ6JpCnFyLPspXmTXHEPiQW3e { top:55px;left:327px;width:437px;height:112px;display:block; }
 }@media only screen and (max-width: 763px) { #XRlCo4AJXIy6SfoZWagCCbkM8h8K8HNU { top:166px;left:324px;width:440px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #CLTw6Rl0PfzRuoqpw1DK9TNV3SLPFl4o { top:61px;left:515px;width:214px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bT2JyAxxboHSoCEZrL1yJ9ETBscgS8Ep { top:171px;left:574.5px;width:150px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cTRZqrHaNyBMsxlrFbHCXoQGWdFxT0LD { top:201px;left:586px;width:150px;height:24px;display:none; }
 }@media only screen and (max-width: 763px) { #IXHv9AOE7gv8CATWGNc23CNT4g7uKVqN { top:23px;left:302px;width:80px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #x6rWDwTDsn4lkMkCIPAHROMSlsPxCIGK { top:41px;left:304px;width:460px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #ir31pRaaW7S7poyCcZG6Aa331dm6kTBZ { top:55px;left:648px;width:116px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #hQAAebbTiCPvND5ZhlexVzDv0eLvntin { top:167px;left:648px;width:116px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Wz5fymVvRZnEJQqG4734kFH35OM6yq6f { top:41px;left:0px;width:460px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #PNODTlHhVF5t1HQJqDiqTh9mfQKbW0Bb { width:62px;height:62px;top:15px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #LIArQ0IcVsuGKPKu3XQJaAb9DaEWdORx { top:8px;left:357px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx { display:block; }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOoGvyPhevl8Z4ASQS0tAPOrmHFwaTKO { top:27px;left:382px;width:162px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #rEaaOHMToq85lS5PTmot14Xp38HRsT7A { width:268px;height:136px;top:83px;left:439.00003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mskO4Ubo6v3OGB6kptIWTpwOOMs0NZiR { width:35px;height:35px;top:133px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #EXgpxRex6szu9MwvKl37t9XNTUrRE0ty { top:42px;left:0px;width:423px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #glPWwEN9afwTk6lNbDHklSrd7t6mROEB { top:39px;left:115px;width:267px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #DRT64letbQ9aaf4MuQsPK4r8scF1gXvK { top:27px;left:0px;width:460px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #zeWQWWtLBJtLLGMSsxNQ743i3EQa9LUm { top:69px;left:424px;width:200px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Cr4enHHVV1ic8wtFqVM92GNhNoOzgXFz { top:27px;left:304px;width:460px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ { display:block; }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIO5NKOIw2T13vn59Upg1X9KNZKMsevL { width:513px;height:55px;top:29px;left:125.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fEgq4yfZl8Exp5lQCsRUosNRO176ZP8Q { display:block; }
 }@media only screen and (max-width: 763px) { #ewUlsruTEX8SzofW12JGfQa3TpnSJl1L { display:block; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9pwdRSWTorUNvTCxAm66xJk1cC5ewKi { top:24px;left:26px;width:713px;height:39px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #QrwA61imi8zWKK7T4NMytKcvoFTdNFki { top:63px;left:82px;width:601px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #oBOFheGPmwFSlTqcyvLyGoXZDAs58wdT { top:119px;left:306px;width:458px;height:458px;display:block; }
 }@media only screen and (max-width: 763px) { #XqgWwfhz956dA2trklSAxrstQacnM4Qf { display:block; }#XqgWwfhz956dA2trklSAxrstQacnM4Qf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGcVLrRvX0sfKoTqlsPrqJATePwJzJ4y { top:79px;left:0px;width:394px;height:;font-size:21px;display:block; }#QGcVLrRvX0sfKoTqlsPrqJATePwJzJ4y li:before{  }
 }@media only screen and (max-width: 763px) { #i5aVuxHsohi94GhPxfLxTENpWE1ut3Ci { top:25px;left:0px;width:431px;height:33px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 { display:block; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWqTc31c4OG7FkxmOv4RS1oEcDqkhQN4 { top:152px;left:1.5px;width:379px;height:89px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #xLDBdvzzNVoq2mT73FIzldTF1GHMDvO1 { top:90px;left:0px;width:479px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #r4BwNPbSCqDOQ2lJHPwfFuQgt4m4qyry { top:77px;left:0px;width:391px;height:249px;display:block; }
 }@media only screen and (max-width: 763px) { #ahiKgTcAPSqX9wLqvyBoOyg17rt3TPhk { width:402px;height:318px;top:52px;left:362px;font-size:18px;display:block; }#ahiKgTcAPSqX9wLqvyBoOyg17rt3TPhk li:before{  }
 }@media only screen and (max-width: 763px) { #d66fQkq4uES6XuEcmTVxzoHo5pctKLfO { top:18px;left:0px;width:764px;height:385px;display:block; }
 }@media only screen and (max-width: 763px) { #kVRKx353t91DNfHoZxK2kCSRZeRcVua7 { top:111px;left:182px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #SVGmBMDkRBTWCkN9snKwNBVeoi8NLrTN { top:176px;left:182px;width:200px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO { display:block; }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWJ3Z0Olr6QQ4RDhDay7GNc8TPIOWUN9 { top:145px;left:7.5px;width:367px;height:130px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #N59cKDgyaCsftHKXIglyimhUEeDiG6Cr { top:91px;left:0px;width:479px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #aNTLlURM3SF9wv5zciGvIqTQvbQRSEoz { top:77px;left:0px;width:391px;height:249px;display:block; }
 }@media only screen and (max-width: 763px) { #nTORdCTx53nXGrF2rA8XvlLVqf3WHhf7 { width:402px;height:;top:16px;left:362px;font-size:18px;display:block; }#nTORdCTx53nXGrF2rA8XvlLVqf3WHhf7 li:before{  }
 }@media only screen and (max-width: 763px) { #TZoyuQsSyw4rc32FGunF0KcTwukh4GhH { top:18px;left:0px;width:764px;height:385px;display:block; }
 }@media only screen and (max-width: 763px) { #EBG3oWATvW9sAWPJg2lcTTkUCV0HDJmg { top:110px;left:182px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #z5AS7PPoNzgO3iLu2TscVMDT1BtxNukE { top:189px;left:182px;width:200px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fm0f4iseg1DaySktVrFCNhtwGfPpREOX { display:block; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGgiHBmWRtVAmAoeAwO9t8DlkNgRayUH { width:439px;height:55px;top:20px;left:162.5px;display:block; }
 }@media only screen and (max-width: 763px) { #naHZTkwidMH3tWpz2XVW6MVi5crfcONd { display:block; }
 }@media only screen and (max-width: 763px) { #Z1oaUEqhLiddaFICSczB9xZUVTfh4993 { display:block; }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2EMyJyvNLWEk6X5cPGfGZT6ChJ054Db { top:81px;left:0px;width:479px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QVBISmdq8wJ9cT4hf8SfyxygXFd9hlQU { top:130px;left:18px;width:347px;height:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SzcehxXhR85SN0wuJx1N8ABLmX1W5Pry { top:54px;left:0px;width:391px;height:249px;display:block; }
 }@media only screen and (max-width: 763px) { #bVPGfodWgMlbqtnhrMTiJxzqrX61nk5s { width:448px;height:308px;top:24px;left:316px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #li7w0nTVdNMtnsso5z0kCzm8boLNhFxM { display:block; }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4UVsmoyJ4VNxLmlPtSyuFHI1rydq4T4 { top:56px;left:0px;width:479px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hZNfOuTb5p6ntGRQytmhhQeUUPTfndL4 { top:105px;left:18px;width:347px;height:97px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TnZedrnX6JgqfeGVZZO1uV5LBuDatias { top:29px;left:0px;width:391px;height:249px;display:block; }
 }@media only screen and (max-width: 763px) { #hx5NtrsiHI32IMmgwGEA98s8wfewZ8zi { width:448px;height:196px;top:29px;left:316px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U { display:block; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgr1NOwyllcMKdN4mBmEzTdrXbm7BGxp { top:209px;left:29px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #XhlRea29NEPsITAVqNPAJSyVbt3OoGq2 { top:218px;left:33px;width:40px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CEnyw2aQN2r1fry5N2i5V86VSJ0zWakh { top:285px;left:0px;width:200px;height:36px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #AVxfGHGh9DTsHOvVqdb1lTc5srtgw7Fv { top:285px;left:267px;width:231px;height:36px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TRweUzgq8NkMeyWtBpeI0pIRZfn6JNbC { top:209px;left:360px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #fuWxpHsAs7aTBySrRmfVPQOoUBiZ3Xfy { top:218px;left:364px;width:40px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lBmoCBEHgq6Mrq9My3cgcMhUTxFtClu6 { top:285px;left:533px;width:231px;height:36px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #R988EVIgJNO7dFhrEdymByEKI40kQ34X { top:209px;left:689px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #ivWSe3ufOWwXTfwWrAczyFNxmuqDRFQ6 { top:218px;left:693px;width:40px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sH3aDqyLN9s1Gz6Cw4sOIy3BPt1vJhNa { top:207px;left:162px;width:97px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #X98xvMTBxvoXuQt4b8r1LmtpWlgo764P { top:207px;left:500px;width:97px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #EMkVNeD9GOWILqtreLt5DrgB5P8WQ3Ts { top:33px;left:342px;width:80px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #SnLmV4pf6NeUJpmUcAFAJ7tAc1qTllzp { width:62px;height:62px;top:25px;left:359px;display:block; }
 }@media only screen and (max-width: 763px) { #VCQoctSDoyu0z6B9MARg4xCT0OJR0kkJ { top:24px;left:359px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #BWTK2dlgX6nsxOZut5v6xfuq3ragQNZm { width:756px;height:31px;top:131px;left:8px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq { display:block; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdmXJ7vI07qm4Vr0MNvr5Ps9TLX2KvSW { width:260px;height:63px;top:43px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #cQDe9VFbX9bPMtGIqiFpxi2CZ1NJvUoT { display:block; }
 }@media only screen and (max-width: 763px) { #uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA { display:block; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHDII4lbULg0xpbDJtdFrLQQivulVSQ7 { top:38px;left:282.00003051758px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AUTTZyzelULKVz9bk54700yTrTdQkHxM { position:relative;z-index:auto;display:block; }#AUTTZyzelULKVz9bk54700yTrTdQkHxM > .row .container { width:320px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVWQCkRETKgQV7TonWOoOMmUGUxVsWfR { width:320px;height:93.6px;top:13.700000166893px;left:0px;font-size:18px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 { display:block; }#aPZ1krUxvB1AV2ER7rt2ys1QTfCUMz15 > .row .container { width:320px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksTGz2v60vU0CiKv1XlNlhUBgAA2KEyA { width:320px;height:420px;top:234px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PvyCW6KWEdJ6cExZk0tiC2lDTfHZnDQv { width:293.938px;height:44.8px;top:139px;left:13.02499961853px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ky8JOgemEbproT35cWP6ByxOQReHZPsl { display:flex;width:50px;height:50px;top:752.56945800781px;left:135.00000476837px;display:none; }
 }@media only screen and (max-width: 763px) { #RBVFQRnrHM6WsdWPKaWqLuyOtDeuZnSy { width:62px;height:62px;top:758.48612213135px;left:129px;display:none; }
 }@media only screen and (max-width: 763px) { #yRwDuGRsH1peiyESrTkW9sUPbXe4nw7P { width:302px;height:25.2px;top:198.0625px;left:9px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RfTpBb4SDgrNWOT8IuhlPW5TdRgBUfxI { width:320px;height:105px;top:24px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFw64K27Mrx6othTEKATDZLk3JM7ucne { background-color:#16345f;background-image:none;display:block; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { background-color: transparent; background-image: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container > .video-iframe-container { display: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row > .video-iframe-container { display: none; }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .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); }#EFw64K27Mrx6othTEKATDZLk3JM7ucne > .row .container { width:320px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv8ySxdyafflxNzDugMAQ54eXSIqvWLb { width:320px;height:57.2px;top:35.887481689453px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw { background-color:#e9eaee;background-image:none;display:block; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { background-color: transparent; background-image: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container > .video-iframe-container { display: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row > .video-iframe-container { display: none; }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .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); }#d5QAgWkCaqZ2Q4NXR5DZablkcIa1VKcw > .row .container { width:320px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l00CAXVUPMKuALLIPNLvlLylsaGHs7OO { width:320px;height:41.6px;top:20px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i0EiHep7qg9317PIFvKsQRv8I5oi3sah { display:block; }#i0EiHep7qg9317PIFvKsQRv8I5oi3sah > .row .container { width:320px;height:203px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwnobLyOl7ekAA4stnQHJ7v22TkRzHmV { width:320px;height:23.4px;top:16px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #urBooCbrSc4JGpE8SwTgpC0MZAOXhlSa { width:320px;height:166px;top:16px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #chtFcBohbGbWQSNt0LZFnLMQ6trgggKw { width:320px;height:27.3px;top:60px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #FgKz4rcvWwzeTlqCUecmtmOvxRZXgqkO { width:320px;height:52px;top:102.98750305176px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O { display:block; }#qEHqWsLoHMXE12aJIg19cnmVNvT4Ta2O > .row .container { width:320px;height:845px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLUJP3NTJKfth5R5M1JxITaXD7M7TIn0 { width:320px;height:498.8px;top:13.20002746582px;left:0px;font-size:18px;text-align:left;text-align-last:left;display:block; }#FLUJP3NTJKfth5R5M1JxITaXD7M7TIn0 li:before{  }
 }@media only screen and (max-width: 763px) { #TTC3Ry8JwPyGLeKUGLpUKiQGV7B9dI6o { width:25px;height:25px;top:66px;left:137px;display:none; }
 }@media only screen and (max-width: 763px) { #xd4TOgg5eOqqGoSqx0w4Z5lqGrUTfsRW { width:320px;height:320px;top:512.00001525879px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nRTKuautNIKwAFdECrT1feuGlO3ZtWdv { width:320px;height:1008px;top:1216px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH { display:block; }#xh51PKJDaHSgig0hUrPpVrBOKEHDdlWH > .row .container { width:320px;height:1379px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPzv9G7fJ7V0GqGvrBoiKfIcAMd4ccpt { width:189px;height:220px;top:154px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #kc18lqPvBziWUSTBNvy0RuVwH28LhEXi { width:189px;height:220px;top:557px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #nfRShVLFfTOnRT7MrWCTUftoRMGsdaka { width:198px;height:230px;top:327px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #Ccn8JxiMaMJ1eRfyPGGPJev5844tawyp { width:189px;height:220px;top:939px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #lZwGlyxnFZuygdJ2abLFmyaR88ZOHR6q { width:154px;height:147px;top:377px;left:106px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RCTgTTS4CWhbsLTxvyN8b0T4Prni9VT5 { width:154px;height:147px;top:780px;left:106px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bCT9R3kC9aEkA8aNRqNF1RHlXKBxVmby { width:167px;height:126px;top:1186px;left:100px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ArVlELit1PTm80IJhHmQw86GT8uoMDCC { width:198px;height:230px;top:709px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #bn63ocJCT0BST8spLJlq5VQI6PEG2HR2 { width:198px;height:230px;top:1120px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #a85piHy41L7WpbdGH5lJdNQEmD546nbK { width:294px;height:126px;top:18.012390136719px;left:24px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp { background-color:#16345f;background-image:none;display:block; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row .container { background-color: transparent; background-image: none; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row .container > .video-iframe-container { display: none; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row > .video-iframe-container { display: none; }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .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); }#xHsGhhJmLwffb4mEeiX3rPnHMxJO63Hp > .row .container { width:320px;height:83px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEKgQsQupBDERUy0AMs8vnCg40S6Tt5R { width:320px;height:27.3px;top:27.847229003906px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym { display:block; }#pCNpJyGWQ9X3eWFfvJhr3cxGl6mM0yym > .row .container { width:320px;height:336px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubGTRETJkZXTkwLAyi2ItRKCZGQ7CqTT { width:173px;height:173px;top:20px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #WuG6Kd0PRCM4BBVTNSW9ZWL3Haf0GOzq { width:168px;height:168px;top:22.45703125px;left:75.4296875px;display:block; }
 }@media only screen and (max-width: 763px) { #VLnhc568u7ffg19zoKDyTxSGZEqT7F2g { width:285px;height:66.3px;top:238px;left:35px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #eTPtPPQqd7U6kFRKPcl6lwhZX8vc0gFP { width:320px;height:38px;top:190.44445800781px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JJTvS2Kn95a1iU5opCu5gIXR9hwWOdel { width:272.988px;height:26.6px;top:193px;left:34px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWZ2LvRtsfCurKc3X8DJ7OICab2yBasF { width:62px;height:62px;top:20px;left:57.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l { display:block; }#WzSAM9fl7WBncSoCfVlRXlE7RtUOXw9l > .row .container { width:320px;height:678px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnuXygrHhrTawhpEW71EUqKbtlevskm3 { width:173px;height:173px;top:20px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #uTcT5MyZLD37WOgBMCpgKFKekT9l4wqV { width:168px;height:168px;top:22.45703125px;left:75.4296875px;display:block; }
 }@media only screen and (max-width: 763px) { #IGNh74dTnimsQd8w5kOHC0crmgZFVcPE { width:285px;height:110.5px;top:243px;left:24px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #n1gIy4MicLy2ZXDoEtbBoIZP0mpfx1GM { width:272.988px;height:26.6px;top:199px;left:23px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzedJQ51GpvtFIfaXiqEv5G1mEsyTqK2 { width:320px;height:38px;top:193px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DXb8Il2nWtmisigQsWSSqOXeka7k85l1 { width:285px;height:44.2px;top:593px;left:17px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dt6IBT60sv0xRfONabuSD3GoxccNLkqE { width:173px;height:173px;top:350px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #DKAK0xTJDongxctx6LWF6uVuc2ZTzeqK { width:171px;height:171px;top:352px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #JTa5R32r8s30emwTFZPKeJZKx45sqb0d { width:320px;height:38px;top:523px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZpOuSoZ3aslKF4Tmd3zHQwaJ4G6JC5qT { width:273px;height:26.6px;top:529px;left:23px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqHCqX2GgnH6EXtL0Gxn4qE2vMDseQHK { width:62px;height:62px;top:20px;left:66.888890266418px;display:block; }
 }@media only screen and (max-width: 763px) { #buWNKFOnQWQQmNqgr2bbJEc01gmpMP7z { width:63px;height:63px;top:327px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 { display:block; }#HfVVZLsGlZVv4yXRESmOnp2OJUQaDad9 > .row .container { width:320px;height:348px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfEJISV005FW56E1io1vC70V1q97Xe9L { width:173px;height:173px;top:20px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #aNqeD1vEXLTz7AXqS7abzwO1yL6TBDgP { width:285px;height:44.2px;top:289px;left:17.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bLPDhmGumB3kmRXecXOq4RewyP7uEWLe { width:320px;height:89px;top:190.4375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DO35sPRipqEP36lSOPdkaprJRntbN0bl { width:272.975px;height:79.8px;top:193.00029754639px;left:23.500001907349px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbKsgXPG0QTzamdviObdtFk2qWcfp3Ca { width:62px;height:62px;top:20px;left:57.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #mWFD4gVzc1d1lbtOW41aAystCpxm0FfR { width:171px;height:171px;top:23px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #EJStVg0H91XCX9UBkois1PF40goFZRQc { background-color:#16345f;background-image:none;display:block; }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row .container { background-color: transparent; background-image: none; }#EJStVg0H91XCX9UBkois1PF40goFZRQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row .container > .video-iframe-container { display: none; }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row > .video-iframe-container { display: none; }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .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); }#EJStVg0H91XCX9UBkois1PF40goFZRQc > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CeEUAlUTXCO7hrug2Gta7UfLuLU2B5Qg { width:304px;height:55px;top:20px;left:8px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #lGIdGKxlFvRtBH4opEW3CvmUGBLg5QTC { display:block; }
 }@media only screen and (max-width: 763px) { #b57Py3JhkURNcPORmDvllELCoBzvg8U1 { background-color:#ffffff;background-image:none;display:block; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row .container { background-color: transparent; background-image: none; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row .container > .video-iframe-container { display: none; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row > .video-iframe-container { display: none; }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .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); }#b57Py3JhkURNcPORmDvllELCoBzvg8U1 > .row .container { width:320px;height:83px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsITUsFxbuyEW9shxTxPbirXcmstcFM4 { width:320px;height:27.3px;top:18.962493896484px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #G0hEibhlOB8qHinVw6UvztXgUDLrF5cF { width:320px;height:23.4px;top:43.574996948242px;left:0px;font-size:18px;color:#16345f;display:block; }
 }@media only screen and (max-width: 763px) { #CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c { background-color:#e9eaee;background-image:none;display:block; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row .container { background-color: transparent; background-image: none; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row .container > .video-iframe-container { display: none; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row > .video-iframe-container { display: none; }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .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); }#CRwxuT5EWvrhF39y0TKU4ZQqr2FTbi2c > .row .container { width:320px;height:66px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qm4qFQuTmNoKuTeFrD8VXCm5UaGg33tq { width:320px;height:24.7px;top:20px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #oJ7CZRzFZcXJHkofm9TRN0louwRShkCL { display:block; }#oJ7CZRzFZcXJHkofm9TRN0louwRShkCL > .row .container { width:320px;height:1676px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbOFCqdGs6ifPI5hFVyFoBxb5hbs1LRc { width:300px;height:864.5px;top:789.40000152588px;left:10px;font-size:19px;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KfhyVsQqTU4Cpn8AnDGvlAoxVU6rVBsf { width:316px;height:425px;top:243px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #y9DHcSc2irMJsU8DnWXkUrdDsIrMgVrU { width:316px;height:218px;top:13.972290039062px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pu8VZ9k0U9TW5u1SRU2lZUlKNqclm25i { width:316px;height:100px;top:676.80000305176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MHAKACn2TbBRnit45IpCnaEsWi76FN5A { width:310px;height:75.6px;top:689px;left:5px;font-size:18px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #idfutuoACi0ZRupBThewSehoaIlieeBR { width:310px;height:126px;top:60px;left:5px;font-size:18px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rwo2GgTgvZWisGC5zrafSDvD5ohm0AlR { width:80px;height:76px;top:1704px;left:219px;display:none; }
 }@media only screen and (max-width: 763px) { #A0lV1iQwC7ZKE3v6X4Ahhima5k7atrRN { width:62px;height:62px;top:1696px;left:236px;display:none; }
 }@media only screen and (max-width: 763px) { #HqsZePnwEarGvQHS7an46T0D4SC0AWXV { width:25px;height:25px;top:1695px;left:236px;display:none; }
 }@media only screen and (max-width: 763px) { #XLP7duZXCsSud1QwdX8QTBlapOEx3v9r { display:block; }#XLP7duZXCsSud1QwdX8QTBlapOEx3v9r > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PelcE6HzgtG1KkNiCadCmdK7NNx4saxr { background-color:#16345f;background-image:none;display:block; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row .container { background-color: transparent; background-image: none; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row .container > .video-iframe-container { display: none; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row > .video-iframe-container { display: none; }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .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); }#PelcE6HzgtG1KkNiCadCmdK7NNx4saxr > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOT9Uwqaq3XUMIhgWgBR4HrbaCQ8mGlb { width:304px;height:55px;top:20px;left:8px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #W1b2lg5IVtDDsDApsnTp6uGVULW5E6zS { display:block; }
 }@media only screen and (max-width: 763px) { #G5qSwSkpnIxIp2aq87EkJK80NubfTpqK { display:block; }#G5qSwSkpnIxIp2aq87EkJK80NubfTpqK > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8IAfPtK48ELTl0u22XddTZtszvwgZwK { background-color:#16345f;background-image:none;display:block; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row .container { background-color: transparent; background-image: none; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row .container > .video-iframe-container { display: none; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row > .video-iframe-container { display: none; }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .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); }#I8IAfPtK48ELTl0u22XddTZtszvwgZwK > .row .container { width:320px;height:83px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnOIckmBy8brl0gSrc6GaB9xAsuhlaqm { width:320px;height:27.3px;top:18.962493896484px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RsXCZOBqdfntttkHvaiND2CVuhdd1PMx { width:320px;height:23.4px;top:43.574996948242px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FzVfDCRvM6WQfp757sWDq78v4nbGZkOi { display:block; }#FzVfDCRvM6WQfp757sWDq78v4nbGZkOi > .row .container { width:320px;height:471px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7b1u6V8mSycm9z4hgrnfBvRB28haCpN { width:320px;height:45px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CnFSAUkm7AgHLCHst32oIyZCeARQVFUB { width:35px;height:35px;top:165.06939697266px;left:27.972229003906px;display:none; }
 }@media only screen and (max-width: 763px) { #GTUddS8y6HzoT0oEF1GpasSiMrswJNWZ { width:268px;height:127.5px;top:85.275001525879px;left:26.000001907349px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4KSTLtcQ6JpCnFyLPspXmTXHEPiQW3e { width:320px;height:82px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XRlCo4AJXIy6SfoZWagCCbkM8h8K8HNU { width:320px;height:62px;top:374px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CLTw6Rl0PfzRuoqpw1DK9TNV3SLPFl4o { width:110px;height:21px;top:258.00001525879px;left:114.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #bT2JyAxxboHSoCEZrL1yJ9ETBscgS8Ep { width:108px;height:24px;top:374px;left:168px;display:block; }
 }@media only screen and (max-width: 763px) { #cTRZqrHaNyBMsxlrFbHCXoQGWdFxT0LD { width:108px;height:24px;top:472.00001525879px;left:166.00000476837px;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #IXHv9AOE7gv8CATWGNc23CNT4g7uKVqN { width:80px;height:76px;top:500.90276948242px;left:120px;display:none; }
 }@media only screen and (max-width: 763px) { #x6rWDwTDsn4lkMkCIPAHROMSlsPxCIGK { width:320px;height:213px;top:20.000007629395px;left:0px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ir31pRaaW7S7poyCcZG6Aa331dm6kTBZ { width:70px;height:33px;top:339.99990844727px;left:206.8000087738px;display:block; }
 }@media only screen and (max-width: 763px) { #hQAAebbTiCPvND5ZhlexVzDv0eLvntin { width:116px;height:27px;top:413.99999809265px;left:204.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #Wz5fymVvRZnEJQqG4734kFH35OM6yq6f { width:320px;height:213px;top:249px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PNODTlHhVF5t1HQJqDiqTh9mfQKbW0Bb { width:62px;height:62px;top:492.90276948242px;left:137px;display:none; }
 }@media only screen and (max-width: 763px) { #LIArQ0IcVsuGKPKu3XQJaAb9DaEWdORx { width:25px;height:25px;top:491.90276948242px;left:137px;display:none; }
 }@media only screen and (max-width: 763px) { #ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx { display:block; }#ZI9gvEfKTd13KXCLk2XiDt6kK3kTk4Zx > .row .container { width:320px;height:482px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOoGvyPhevl8Z4ASQS0tAPOrmHFwaTKO { width:119px;height:49px;top:22.000001907349px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rEaaOHMToq85lS5PTmot14Xp38HRsT7A { width:268px;height:136px;top:77.562498092651px;left:26.000001907349px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mskO4Ubo6v3OGB6kptIWTpwOOMs0NZiR { width:35px;height:35px;top:127.80533790588px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #EXgpxRex6szu9MwvKl37t9XNTUrRE0ty { width:320px;height:119px;top:284.77501830459px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #glPWwEN9afwTk6lNbDHklSrd7t6mROEB { width:147px;height:19px;top:294.77502441406px;left:119.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #DRT64letbQ9aaf4MuQsPK4r8scF1gXvK { width:320px;height:213px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zeWQWWtLBJtLLGMSsxNQ743i3EQa9LUm { width:200px;height:24px;top:47.800018310547px;left:50.987501144409px;display:block; }
 }@media only screen and (max-width: 763px) { #Cr4enHHVV1ic8wtFqVM92GNhNoOzgXFz { width:320px;height:213px;top:246.76249694824px;left:0px;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ { display:block; }#zr8lWKCJDssTpR7sBVoGBA8b71DB99JZ > .row .container { width:320px;height:83px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIO5NKOIw2T13vn59Upg1X9KNZKMsevL { width:304px;height:55px;top:13.985946655273px;left:7.9861116409302px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fEgq4yfZl8Exp5lQCsRUosNRO176ZP8Q { display:block; }
 }@media only screen and (max-width: 763px) { #ewUlsruTEX8SzofW12JGfQa3TpnSJl1L { background-color:#16345f;background-image:none;display:block; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row .container { background-color: transparent; background-image: none; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row .container > .video-iframe-container { display: none; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row > .video-iframe-container { display: none; }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .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); }#ewUlsruTEX8SzofW12JGfQa3TpnSJl1L > .row .container { width:320px;height:398px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9pwdRSWTorUNvTCxAm66xJk1cC5ewKi { width:320px;height:54.6px;top:20px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrwA61imi8zWKK7T4NMytKcvoFTdNFki { width:320px;height:46.8px;top:94.6px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBOFheGPmwFSlTqcyvLyGoXZDAs58wdT { width:320px;height:320px;top:74.599678039551px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XqgWwfhz956dA2trklSAxrstQacnM4Qf { display:block; }#XqgWwfhz956dA2trklSAxrstQacnM4Qf > .row .container { width:320px;height:498px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QGcVLrRvX0sfKoTqlsPrqJATePwJzJ4y { width:320px;height:391.8px;top:81.037498474121px;left:0px;font-size:22px;display:block; }#QGcVLrRvX0sfKoTqlsPrqJATePwJzJ4y li:before{  }
 }@media only screen and (max-width: 763px) { #i5aVuxHsohi94GhPxfLxTENpWE1ut3Ci { width:320px;height:54.6px;top:13px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 { background-color:#ffffff;background-image:none;display:block; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row .container { background-color: transparent; background-image: none; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row .container > .video-iframe-container { display: none; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row > .video-iframe-container { display: none; }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .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); }#eqqT2KwBQEElTuUtZL2KQOkL6r1CLsN5 > .row .container { width:320px;height:540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWqTc31c4OG7FkxmOv4RS1oEcDqkhQN4 { width:320px;height:81.9px;top:36.862495422363px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xLDBdvzzNVoq2mT73FIzldTF1GHMDvO1 { width:320px;height:23.4px;top:8.8123092651367px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #r4BwNPbSCqDOQ2lJHPwfFuQgt4m4qyry { width:320px;height:138px;top:8.8469696044922px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ahiKgTcAPSqX9wLqvyBoOyg17rt3TPhk { width:320px;height:312.4px;top:170.25009918213px;left:0px;font-size:18px;text-align:left;text-align-last:left;display:block; }#ahiKgTcAPSqX9wLqvyBoOyg17rt3TPhk li:before{  }
 }@media only screen and (max-width: 763px) { #d66fQkq4uES6XuEcmTVxzoHo5pctKLfO { width:320px;height:523px;top:8.7994384765625px;left:0px;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kVRKx353t91DNfHoZxK2kCSRZeRcVua7 { width:200px;height:200px;top:170.24960327148px;left:59.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #SVGmBMDkRBTWCkN9snKwNBVeoi8NLrTN { width:200px;height:41.6px;top:249.48789215088px;left:59.999998092651px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO { display:block; }#Nu1OSBRgEVkixVGcPratxrrvgVW7q6tO > .row .container { width:320px;height:573px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWJ3Z0Olr6QQ4RDhDay7GNc8TPIOWUN9 { width:320px;height:81.9px;top:49.050003051758px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #N59cKDgyaCsftHKXIglyimhUEeDiG6Cr { width:320px;height:23.4px;top:21px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aNTLlURM3SF9wv5zciGvIqTQvbQRSEoz { width:320px;height:138px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nTORdCTx53nXGrF2rA8XvlLVqf3WHhf7 { width:320px;height:377.8px;top:182.4375038147px;left:0px;font-size:18px;text-align:left;text-align-last:left;display:block; }#nTORdCTx53nXGrF2rA8XvlLVqf3WHhf7 li:before{  }
 }@media only screen and (max-width: 763px) { #TZoyuQsSyw4rc32FGunF0KcTwukh4GhH { width:320px;height:554px;top:7.8257904052734px;left:0px;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EBG3oWATvW9sAWPJg2lcTTkUCV0HDJmg { width:200px;height:200px;top:159px;left:59.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #z5AS7PPoNzgO3iLu2TscVMDT1BtxNukE { width:200px;height:41.6px;top:238.20001220703px;left:59.999998092651px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fm0f4iseg1DaySktVrFCNhtwGfPpREOX { background-color:#16345f;background-image:none;display:block; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row .container { background-color: transparent; background-image: none; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row .container > .video-iframe-container { display: none; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row > .video-iframe-container { display: none; }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .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); }#Fm0f4iseg1DaySktVrFCNhtwGfPpREOX > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGgiHBmWRtVAmAoeAwO9t8DlkNgRayUH { width:304px;height:55px;top:20px;left:8px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #naHZTkwidMH3tWpz2XVW6MVi5crfcONd { display:block; }
 }@media only screen and (max-width: 763px) { #Z1oaUEqhLiddaFICSczB9xZUVTfh4993 { display:block; }#Z1oaUEqhLiddaFICSczB9xZUVTfh4993 > .row .container { width:320px;height:588px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2EMyJyvNLWEk6X5cPGfGZT6ChJ054Db { width:320px;height:23.4px;top:20.000396728516px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QVBISmdq8wJ9cT4hf8SfyxygXFd9hlQU { width:320px;height:104px;top:57px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SzcehxXhR85SN0wuJx1N8ABLmX1W5Pry { width:320px;height:178px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bVPGfodWgMlbqtnhrMTiJxzqrX61nk5s { width:320px;height:352.8px;top:211.98671722412px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li7w0nTVdNMtnsso5z0kCzm8boLNhFxM { display:block; }#li7w0nTVdNMtnsso5z0kCzm8boLNhFxM > .row .container { width:320px;height:454px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4UVsmoyJ4VNxLmlPtSyuFHI1rydq4T4 { width:320px;height:23.4px;top:38px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hZNfOuTb5p6ntGRQytmhhQeUUPTfndL4 { width:320px;height:78px;top:73px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TnZedrnX6JgqfeGVZZO1uV5LBuDatias { width:320px;height:178px;top:11.000396728516px;left:0px;background-color:#e9eaee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hx5NtrsiHI32IMmgwGEA98s8wfewZ8zi { width:320px;height:226.8px;top:218px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U { background-color:rgba(255,255,255,0.15);background-image:url("https://images.assets-landingi.com/uc/2eb6ca5a-e762-4ff6-895a-39dfecb8e220/Projektbeznazwy3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.adaptive-delivery-prevent-bg, #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.lazyload, #ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U.lazyloading { background-image: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { background-color: transparent; background-image: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container > .video-iframe-container { display: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row > .video-iframe-container { display: none; }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .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); }#ThsBzKTK48JS2VEO1NvnhBWtfhHT7S8U > .row .container { width:320px;height:358px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgr1NOwyllcMKdN4mBmEzTdrXbm7BGxp { width:47px;height:47px;top:130px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XhlRea29NEPsITAVqNPAJSyVbt3OoGq2 { width:40px;height:26px;top:139px;left:24px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CEnyw2aQN2r1fry5N2i5V86VSJ0zWakh { width:91px;height:39px;top:190px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #AVxfGHGh9DTsHOvVqdb1lTc5srtgw7Fv { width:91px;height:39px;top:190px;left:114.5px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TRweUzgq8NkMeyWtBpeI0pIRZfn6JNbC { width:47px;height:47px;top:130px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #fuWxpHsAs7aTBySrRmfVPQOoUBiZ3Xfy { width:40px;height:26px;top:139px;left:141px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lBmoCBEHgq6Mrq9My3cgcMhUTxFtClu6 { width:91px;height:39px;top:190px;left:229px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #R988EVIgJNO7dFhrEdymByEKI40kQ34X { width:47px;height:47px;top:130px;left:250px;display:block; }
 }@media only screen and (max-width: 763px) { #ivWSe3ufOWwXTfwWrAczyFNxmuqDRFQ6 { width:40px;height:26px;top:139px;left:254px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sH3aDqyLN9s1Gz6Cw4sOIy3BPt1vJhNa { width:61px;height:32px;top:137.5px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #X98xvMTBxvoXuQt4b8r1LmtpWlgo764P { width:61px;height:32px;top:137.5px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #EMkVNeD9GOWILqtreLt5DrgB5P8WQ3Ts { width:80px;height:76px;top:262px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #SnLmV4pf6NeUJpmUcAFAJ7tAc1qTllzp { width:62px;height:62px;top:254px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #VCQoctSDoyu0z6B9MARg4xCT0OJR0kkJ { width:25px;height:25px;top:253px;left:137px;display:block; }
 }@media only screen and (max-width: 763px) { #BWTK2dlgX6nsxOZut5v6xfuq3ragQNZm { width:320px;height:86.4px;top:31px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq { background-color:rgba(255,255,255,0.15);background-image:none;display:block; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row .container { background-color: transparent; background-image: none; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row .container > .video-iframe-container { display: none; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row > .video-iframe-container { display: none; }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .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); }#Dzq657hZ6eqkFOME4kzpTLSTavq8aLnq > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdmXJ7vI07qm4Vr0MNvr5Ps9TLX2KvSW { width:260px;height:63px;top:21.555572509766px;left:30.000000953674px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cQDe9VFbX9bPMtGIqiFpxi2CZ1NJvUoT { display:block; }
 }@media only screen and (max-width: 763px) { #uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA { background-color:#e9eaee;background-image:none;display:block; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row .container { background-color: transparent; background-image: none; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row .container > .video-iframe-container { display: none; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row > .video-iframe-container { display: none; }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .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); }#uxkPRv4Natl2J5BLWT5GLEruh4IcxHTA > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHDII4lbULg0xpbDJtdFrLQQivulVSQ7 { width:200px;height:16.9px;top:31.027770996094px;left:59.999997138977px;font-size:13px;display:block; }
 }