.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#e4f6f6;background-image:none;position:relative;display:block; }
#lWNEr5BEBwaOk3rkfLgcttIuDBgvz0y1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWNEr5BEBwaOk3rkfLgcttIuDBgvz0y1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWNEr5BEBwaOk3rkfLgcttIuDBgvz0y1 > .row > .video-iframe-container { display: none; }#lWNEr5BEBwaOk3rkfLgcttIuDBgvz0y1 > .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); }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX { position:relative;display:block; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX { background-color: transparent; background-image: none; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row .container > .video-iframe-container { display: none; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row > .video-iframe-container { display: none; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .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); }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX { border-width: 0; border-radius: 0; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .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; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:14px;font-family:"open sans";height:163px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X01mKmXyx2ibOb9PxaD6gLJ7A27uUzdr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:100px;width:100px;position:absolute;display:block;z-index:15023;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:30.000001907349px;left:550.00003051758px;overflow:hidden;display:block; }
#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc { position:relative;display:block; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc { background-color: transparent; background-image: none; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row .container > .video-iframe-container { display: none; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row > .video-iframe-container { display: none; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .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); }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc { border-width: 0; border-radius: 0; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .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; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:14px;font-family:arial;height:260px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xqId2QKSWLw768vc2gloe2l5NNTKTEP2 { display:block;width:695px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:139.328125px;left:252.5px;height:120px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQFWibeouwBX2Z2MH6DgrPXM54pgEKd3 { display:block;width:923px;position:absolute;font-family:"josefin sans";font-size:55px;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:30px;left:138px;height:82.5px;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#mnbER4yxrC6thbU9hkWeSD0sqvT0MM1f { display:block;width:695px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:546.33331298828px;left:252px;height:120px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 { position:relative;display:block; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 { background-color: transparent; background-image: none; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row .container > .video-iframe-container { display: none; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row > .video-iframe-container { display: none; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .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); }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 { border-width: 0; border-radius: 0; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .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; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:14px;font-family:"open sans";height:684px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E9qPoVlMpk5u02I2wiliy0EKx3eoxpvS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:572px;width:1100px;top:56px;left:50px;display:block; }
#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 { position:relative;display:block; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 { background-color: transparent; background-image: none; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row .container > .video-iframe-container { display: none; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row > .video-iframe-container { display: none; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .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); }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 { border-width: 0; border-radius: 0; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .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; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:14px;font-family:arial;height:209px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WdTEiQDVhFOceTMPhFg2pTz5dAJkO46z { background-color:#52a5a9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"josefin sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:122.5px;left:460px;display:block; }
#WLxAwxwQNJLJat6EoKKpi0geCnRdMFJM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zV5xLfoWr8unl2OUwa63auvw2uQTr8Mh { display:block;width:633px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:34px;left:274px;height:60px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq { position:relative;display:block; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq { background-color: transparent; background-image: none; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row .container > .video-iframe-container { display: none; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row > .video-iframe-container { display: none; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .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); }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq { border-width: 0; border-radius: 0; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .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; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:14px;font-family:"open sans";height:396px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CNtqEsnQWSwpvxBcOH0huQRZQrRWRhQA { display:block;width:633px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:198px;left:283px;height:65px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HtDmonb4txw7ayT3vtwHB33drkQpr2Re { display:block;width:633px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:43px;left:283px;height:120px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cqr8qKLdsEhmc8BAOXvZbZmHVnIi7JT9 { z-index:15006;top:284.5px;left:472px;background-color:#52a5a9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"josefin sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:256px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KemlII8bVafSkMTWloL22CpiktErLhwX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KFGZ1yGALR6SuU1UOKQWDZg5XVUadlst { display:block;width:633px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:43px;left:283px;height:120px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UVexzvv0BPeSNSBLGemwT28wT0BV18O5 { display:block;width:633px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:198px;left:283px;height:64px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kXwPevDO1GTpHF3kUF026p6cSIi1HoRz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kXwPevDO1GTpHF3kUF026p6cSIi1HoRz > .row .container { border-width: 0; border-radius: 0; }#kXwPevDO1GTpHF3kUF026p6cSIi1HoRz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXwPevDO1GTpHF3kUF026p6cSIi1HoRz > .row .container { font-size:14px;font-family:arial;height:631px;width:1200px;position:relative;display:none; }#IqkoBnixb617RrzeQTickMcbqRXKinCA { 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:487px;width:750px;top:0.0001220703125px;left:225.00003051758px;overflow:hidden;display:block; }
#vClwB2WHnmMNNmTHyp3WNdwCyTFyoJRJ { color:#0babc1;display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:55px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:487.0000243187px;left:100.00003051758px;height:71.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvbKvz3rZeLdMNTGTVeLu2nT2UT7T7b0 { color:#486c8f;display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:55px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:487.0000243187px;left:100.00003051758px;height:71.4667px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#np06CcgsVr9ZBTFpquC09Es7zITaNS8u { position:relative;display:none; }#np06CcgsVr9ZBTFpquC09Es7zITaNS8u { border-width: 0; border-radius: 0; }#np06CcgsVr9ZBTFpquC09Es7zITaNS8u > .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; }#np06CcgsVr9ZBTFpquC09Es7zITaNS8u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e4f6f6;background-image:none;font-size:14px;font-family:arial;height:496px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hkZztvKI1kTqOdrmr6K8gt9aEFQrI6dL { display:block;width:857px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:400;z-index:15001;line-height:1.8;letter-spacing:0;top:14px;left:171.5px;height:63px;color:#0babc1;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUwLN9TKRTUpEkVdyUu2ruhrylfOx90G { color:#0babc1;display:block;width:900px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:77.000004291534px;left:150px;height:260px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5UqtFf3ZHJeUAAftidTM0TOFMpsfuCT { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:600px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:383.00001192093px;left:300px;display:block; }
#vGg4bmzC6H0gE1vQJ1yLARqg6hw3aeFr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#zhoOWT2oFae29y5NqSwt9Z9Smtsp0cvK { color:#0babc1;display:block;width:900px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:93.887512207031px;left:150px;height:195px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/T3a8MCxp/Projekt_bez_tytu_u_50_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy.adaptive-delivery-prevent-bg, #h606csvFXhQTW5xCWwFJy6f4AEZlwJKy.lazyload, #h606csvFXhQTW5xCWwFJy6f4AEZlwJKy.lazyloading { background-image: none; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row .container { background-color: transparent; background-image: none; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row .container > .video-iframe-container { display: none; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row > .video-iframe-container { display: none; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .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); }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row .container { border-width: 0; border-radius: 0; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row .container { font-size:14px;font-family:ubuntu;height:466px;width:1200px;position:relative;display:block; }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4f6f6;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; }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .row .container { background-color: transparent; background-image: none; }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .row .container > .video-iframe-container { display: none; }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .row > .video-iframe-container { display: none; }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .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); }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .row .container { border-width: 0; border-radius: 0; }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .row .container { font-size:14px;font-family:"open sans";height:274px;width:1200px;position:relative;display:block; }#LgTvItBfMslxE44wVcgAHAGAqTiqOEi3 { 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:72px;width:180px;top:90px;left:510.00003051758px;overflow:hidden;display:block; }
#RpT8SPspF8DeC5OewaB6bNCi8HVIxk0Z { display:block;width:923px;position:absolute;font-family:"josefin sans";font-size:17px;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:183px;left:138.5px;height:28.9px;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#lWNEr5BEBwaOk3rkfLgcttIuDBgvz0y1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWNEr5BEBwaOk3rkfLgcttIuDBgvz0y1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWNEr5BEBwaOk3rkfLgcttIuDBgvz0y1 > .row > .video-iframe-container { display: none; }#lWNEr5BEBwaOk3rkfLgcttIuDBgvz0y1 > .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); } }@media only screen and (max-width: 1199px) { #hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX { background-color:#e4f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row .container { background-color: transparent; background-image: none; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row .container > .video-iframe-container { display: none; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row > .video-iframe-container { display: none; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .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); }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row .container { border-width: 0; border-radius: 0; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row .container { width:764px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X01mKmXyx2ibOb9PxaD6gLJ7A27uUzdr { width:75px;height:75px;top:0px;left:344.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc { background-color:#e4f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row .container { background-color: transparent; background-image: none; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row .container > .video-iframe-container { display: none; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row > .video-iframe-container { display: none; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .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); }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row .container { border-width: 0; border-radius: 0; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row .container { width:764px;height:295px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xqId2QKSWLw768vc2gloe2l5NNTKTEP2 { width:600px;height:110.4px;top:130px;left:82px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #xQFWibeouwBX2Z2MH6DgrPXM54pgEKd3 { width:764px;height:60px;top:43px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 1199px) { #mnbER4yxrC6thbU9hkWeSD0sqvT0MM1f { width:600px;height:108px;top:516px;left:82px;text-align:center;text-align-last:center;font-size:23px;display:none; }
 }@media only screen and (max-width: 1199px) { #kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 { background-color:#e4f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row .container { background-color: transparent; background-image: none; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row .container > .video-iframe-container { display: none; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row > .video-iframe-container { display: none; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .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); }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row .container { border-width: 0; border-radius: 0; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row .container { width:764px;height:475px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E9qPoVlMpk5u02I2wiliy0EKx3eoxpvS { width:700px;height:410px;top:0px;left:32px;display:block; }
 }@media only screen and (max-width: 1199px) { #zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 { background-color:#e4f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row .container { background-color: transparent; background-image: none; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row .container > .video-iframe-container { display: none; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row > .video-iframe-container { display: none; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .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); }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row .container { border-width: 0; border-radius: 0; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row .container { width:764px;height:209px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WdTEiQDVhFOceTMPhFg2pTz5dAJkO46z { width:280px;height:55px;top:111px;left:242px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #WLxAwxwQNJLJat6EoKKpi0geCnRdMFJM { display:block; }
 }@media only screen and (max-width: 1199px) { #zV5xLfoWr8unl2OUwa63auvw2uQTr8Mh { width:484px;height:48px;top:43px;left:140px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq { background-color:#e4f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row .container { background-color: transparent; background-image: none; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row .container > .video-iframe-container { display: none; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row > .video-iframe-container { display: none; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .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); }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row .container { border-width: 0; border-radius: 0; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row .container { width:764px;height:328px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CNtqEsnQWSwpvxBcOH0huQRZQrRWRhQA { width:484px;height:52px;top:159.00003051758px;left:140.00000572205px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #HtDmonb4txw7ayT3vtwHB33drkQpr2Re { width:600px;height:96px;top:39.000030517578px;left:81.999998092651px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #Cqr8qKLdsEhmc8BAOXvZbZmHVnIi7JT9 { top:227.00006103516px;left:254.00000572205px;width:256px;height:61px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #KemlII8bVafSkMTWloL22CpiktErLhwX { display:block; }
 }@media only screen and (max-width: 1199px) { #KFGZ1yGALR6SuU1UOKQWDZg5XVUadlst { width:600px;height:96px;top:39px;left:104px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #UVexzvv0BPeSNSBLGemwT28wT0BV18O5 { width:484px;height:52px;top:154px;left:162px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #kXwPevDO1GTpHF3kUF026p6cSIi1HoRz { display:none; }#kXwPevDO1GTpHF3kUF026p6cSIi1HoRz > .row .container { width:764px;height:498px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IqkoBnixb617RrzeQTickMcbqRXKinCA { width:700px;height:455px;top:5.5px;left:32.000002861023px;display:block; }
 }@media only screen and (max-width: 1199px) { #vClwB2WHnmMNNmTHyp3WNdwCyTFyoJRJ { width:764px;height:45.5px;top:416.5px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #lvbKvz3rZeLdMNTGTVeLu2nT2UT7T7b0 { width:764px;height:89.6px;top:300px;left:0px;font-size:35px;display:none; }
 }@media only screen and (max-width: 1199px) { #np06CcgsVr9ZBTFpquC09Es7zITaNS8u { background-color:#e4f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#np06CcgsVr9ZBTFpquC09Es7zITaNS8u > .row .container { border-width: 0; border-radius: 0; }#np06CcgsVr9ZBTFpquC09Es7zITaNS8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#np06CcgsVr9ZBTFpquC09Es7zITaNS8u > .row .container { width:764px;height:453px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hkZztvKI1kTqOdrmr6K8gt9aEFQrI6dL { width:589px;height:52.5px;top:30.987495422363px;left:86.999998092651px;line-height:1.5;font-weight:300;font-style:normal;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #wUwLN9TKRTUpEkVdyUu2ruhrylfOx90G { width:650px;height:208px;top:99.800003051758px;left:56.999998092651px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #B5UqtFf3ZHJeUAAftidTM0TOFMpsfuCT { width:600px;height:55px;top:351.78750610352px;left:81.999998092651px;display:block; }
 }@media only screen and (max-width: 1199px) { #vGg4bmzC6H0gE1vQJ1yLARqg6hw3aeFr { display:block; }
 }@media only screen and (max-width: 1199px) { #zhoOWT2oFae29y5NqSwt9Z9Smtsp0cvK { width:650px;height:156px;top:104.79999542236px;left:56.999998092651px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #h606csvFXhQTW5xCWwFJy6f4AEZlwJKy { background-color:transparent;background-image:url("https://images.assets-landingi.com/T3a8MCxp/Projekt_bez_tytu_u_50_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy.adaptive-delivery-prevent-bg, #h606csvFXhQTW5xCWwFJy6f4AEZlwJKy.lazyload, #h606csvFXhQTW5xCWwFJy6f4AEZlwJKy.lazyloading { background-image: none; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row .container { background-color: transparent; background-image: none; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row .container > .video-iframe-container { display: none; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row > .video-iframe-container { display: none; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .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); }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row .container { width:764px;height:192px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl { display:block; }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .row .container { width:764px;height:182px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LgTvItBfMslxE44wVcgAHAGAqTiqOEi3 { width:120px;height:48px;top:34.484375px;left:322px;display:block; }
 }@media only screen and (max-width: 1199px) { #RpT8SPspF8DeC5OewaB6bNCi8HVIxk0Z { width:764px;height:28.9px;top:106px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX { display:block; }#hPhIiBrtZo2HNLRORXdeQ83LQJKhsemX > .row .container { width:320px;height:61px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X01mKmXyx2ibOb9PxaD6gLJ7A27uUzdr { width:50px;height:50px;top:5.5px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc { display:block; }#FCAwVzaxWg0rTiWBTVItDDOusRyrrFBc > .row .container { width:320px;height:209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqId2QKSWLw768vc2gloe2l5NNTKTEP2 { width:320px;height:0;top:391px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #xQFWibeouwBX2Z2MH6DgrPXM54pgEKd3 { width:320px;height:33px;top:19px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mnbER4yxrC6thbU9hkWeSD0sqvT0MM1f { width:290px;height:122.4px;top:69px;left:15px;text-align:center;text-align-last:center;font-size:17px;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 { display:block; }#kCSvqVTslhosHhxmnf74NlAP1rqdH8n1 > .row .container { width:320px;height:209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9qPoVlMpk5u02I2wiliy0EKx3eoxpvS { width:300px;height:172px;top:17px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 { display:block; }#zVSfqEFi018Gl0FLhvyQ1nOvBGLbiB83 > .row .container { width:320px;height:171px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdTEiQDVhFOceTMPhFg2pTz5dAJkO46z { width:280px;height:55px;top:88px;left:20px;font-size:20px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WLxAwxwQNJLJat6EoKKpi0geCnRdMFJM { display:block; }
 }@media only screen and (max-width: 763px) { #zV5xLfoWr8unl2OUwa63auvw2uQTr8Mh { width:320px;height:40.8px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq { display:block; }#x7nOJW45Hnh39VNRmwrqeUs94LJc65Fq > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNtqEsnQWSwpvxBcOH0huQRZQrRWRhQA { width:320px;height:0;top:136px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #HtDmonb4txw7ayT3vtwHB33drkQpr2Re { width:320px;height:0;top:21px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #Cqr8qKLdsEhmc8BAOXvZbZmHVnIi7JT9 { top:229px;left:32px;width:256px;height:55px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KemlII8bVafSkMTWloL22CpiktErLhwX { display:block; }
 }@media only screen and (max-width: 763px) { #KFGZ1yGALR6SuU1UOKQWDZg5XVUadlst { width:320px;height:102px;top:21px;left:0px;text-align:center;text-align-last:center;font-size:17px;z-index:15016;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #UVexzvv0BPeSNSBLGemwT28wT0BV18O5 { width:320px;height:66.3px;top:138px;left:0px;text-align:center;text-align-last:center;font-size:17px;z-index:15014;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #kXwPevDO1GTpHF3kUF026p6cSIi1HoRz { display:none; }#kXwPevDO1GTpHF3kUF026p6cSIi1HoRz > .row .container { width:320px;height:272px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IqkoBnixb617RrzeQTickMcbqRXKinCA { width:320px;height:208px;top:2px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vClwB2WHnmMNNmTHyp3WNdwCyTFyoJRJ { width:290px;height:0;top:229px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #lvbKvz3rZeLdMNTGTVeLu2nT2UT7T7b0 { width:290px;height:58.2px;top:191px;left:15px;font-size:22px;z-index:15004;color:#0babc1;display:block; }
 }@media only screen and (max-width: 763px) { #np06CcgsVr9ZBTFpquC09Es7zITaNS8u { background-color:#e4f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#np06CcgsVr9ZBTFpquC09Es7zITaNS8u > .row .container { border-width: 0; border-radius: 0; }#np06CcgsVr9ZBTFpquC09Es7zITaNS8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#np06CcgsVr9ZBTFpquC09Es7zITaNS8u > .row .container { width:320px;height:479px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hkZztvKI1kTqOdrmr6K8gt9aEFQrI6dL { width:294px;height:66px;top:21.8125px;left:13px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wUwLN9TKRTUpEkVdyUu2ruhrylfOx90G { width:282px;height:0;top:87.8125px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #B5UqtFf3ZHJeUAAftidTM0TOFMpsfuCT { width:304px;height:55px;top:389.97499465942px;left:8px;font-size:17px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vGg4bmzC6H0gE1vQJ1yLARqg6hw3aeFr { display:block; }
 }@media only screen and (max-width: 763px) { #zhoOWT2oFae29y5NqSwt9Z9Smtsp0cvK { width:282px;height:266.2px;top:87.8125px;left:19px;text-align:center;text-align-last:center;font-size:17px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #h606csvFXhQTW5xCWwFJy6f4AEZlwJKy { display:block; }#h606csvFXhQTW5xCWwFJy6f4AEZlwJKy > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl { display:block; }#NSlNaB6ctZVf4Tw3cDeUTRshzWE3teEl > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgTvItBfMslxE44wVcgAHAGAqTiqOEi3 { width:90px;height:36px;top:42.999816894531px;left:115.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #RpT8SPspF8DeC5OewaB6bNCi8HVIxk0Z { width:320px;height:28.9px;top:88.984375px;left:0px;text-align:center;text-align-last:center;display:block; }
 }