.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:245,251,253;--color-primary-1:239,250,250;--color-primary-2:143,150,150;--color-primary-3:86,90,90;--color-primary-4:29,30,30;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:138,215,225;--color-tertiary-2:60,188,205;--color-tertiary-3:11,171,193;--color-tertiary-4:71,84,90;--headlines-font-family:"ubuntu";--paragraphs-font-family:"Ubuntu"; }body { background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d5abf2e-ed85-4f67-8764-b21216c328a1/Zdjciegwnenastronzapisu.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; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k.adaptive-delivery-prevent-bg, #LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k.lazyload, #LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k.lazyloading { background-image: none; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row .container { background-color: transparent; background-image: none; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.12); }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row .container > .video-iframe-container { display: none; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.12); }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row > .video-iframe-container { display: none; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .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); }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row .container { border-width: 0; border-radius: 0; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#P4z99AuXe97CI8JB1treVsabqTBdrLrU { color:#0d94a6;display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.94375038147rem;left:33.9375rem;height:2.03125rem;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; }
#SBAhfdu3hpsFQoWxo85ZV9OCc9d2LdoI { color:#0d94a6;display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.8125rem;left:30.5rem;height:9.75rem;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; }
#o5RBC0RJQBQ71TmSUD8hueyeq4LPTtDp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15030;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8125rem;left:47.5rem;overflow:hidden;display:block; }
#w4b6yextve5WQ8NEJq098HvBk83gTXV6 { position:absolute;display:block;z-index:15031;height:4.9375rem;width:8.8125rem;top:2.3125rem;left:7.5rem;display:block; }
#zLlMZJw3EOnLeDZv7qzdRKqKd2W25cu9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:26.9375rem;top:0.8125rem;left:7.5rem;overflow:hidden;display:block; }
#U8IdyyWMSKTANasVaibaXrelsatSR3Bg { color:#0d94a6;display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.44375038147rem;left:33.9375rem;height:4.0625rem;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; }
#HdcviRUsTniMPSroGmy34sQFVkK1W9mU { position:relative;display:block; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU { background-color: transparent; background-image: none; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row .container > .video-iframe-container { display: none; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row > .video-iframe-container { display: none; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .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); }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU { border-width: 0; border-radius: 0; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .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; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uduTqqTaNcbwEfKry8Vs6guzBvWpFs3z { display:block;width:40.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:3.375rem;left:17.3125rem;height:4.125rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-form-header {  }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#afe0e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:3.125rem;color:#efe9a8;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-text {padding-top: 0; padding-bottom: 0;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#afe0e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:#efe9a8;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-select {padding-top: 0; padding-bottom: 0;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#52a5a9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:#f2f9ff;width:22.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox [class*="-text"]:-moz-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox [class*="-text"]::-moz-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox [class*="-text"]:-ms-input-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox [class*="-text"]::-webkit-input-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.4375rem;overflow:hidden;font-style:normal;float:none; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-container:first-of-type{padding-top:0;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-container:last-of-type{padding-bottom:0;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:25.000001907349rem;top:6.1875rem;z-index:15022;position:absolute; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-info-text { font-size:0.875rem; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox {display:block;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:25rem;top:8.75rem;z-index:15022;position:absolute; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #FKaCbu2yGTBCTH7e6dMxGtb5fISaIP1t { position:relative; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #aE1sBuZpOWILRBVx33CWfxKturooJVq0 { position:relative;display:none; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #GfEdm5GaRMaQIbDSd4iaBFfVWNetXKbJ { position:relative; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #oefc1ZWEX3dSDoJgFtNPmXUzk89xUAcd { position:relative; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #d0I2ywa1PUCJahMqIXBdZOXDtc8SEDIT { position:relative;display:none; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #K9MOfVenfPV1sE0QA209ZaQ7TO9yCAXB { position:relative; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #csR9m4Ni7Js4rwTi1TbRZOKsIJdwpLyP { position:relative; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #fFWTwVIPXkol3CqNNGQnVmdlFm9fFOba { position:relative;z-index:2; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #L58XhPEE8Vp2UUuc43zHd7QVpa2WfOM4 { position:relative; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #Toh1X3ahChavQTZxOknf4MsWQ5abwNaS { position:relative; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #snxWEvFniCCKMwhoKLEkes31N8IgaQTU { position:relative; }
#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG { position:relative;display:block; }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG { background-color: transparent; background-image: none; }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG > .row .container > .video-iframe-container { display: none; }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG > .row > .video-iframe-container { display: none; }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG > .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); }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG { border-width: 0; border-radius: 0; }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG > .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; }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uC7SmP5oGt3trWsnLD4ligJO95WZkQZt { color:#0d94a6;display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:16.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#P8rEfUcCB4WLDnHfHa5vp7morSu24isg { position:relative;display:block; }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg { background-color: transparent; background-image: none; }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg > .row .container > .video-iframe-container { display: none; }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg > .row > .video-iframe-container { display: none; }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg > .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); }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg { border-width: 0; border-radius: 0; }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg > .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; }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MmlBC6GRT3h8RM8rq9wSnAf9SR3S7vBE { display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10rem;left:0rem;height:5.1875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqyLExCwM6o8lsvbBMx27y8a5OK5NFxl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.375rem;left:10.125rem;overflow:hidden;display:block; }
#cRB9rdT7fVdZXOGKkzLbCaBB9d4xJZIX { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.875rem;left:27.5rem;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#cHG9OADMewcXXbFWD5WPgBzq2BHPGOE8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.375rem;left:35.125rem;overflow:hidden;display:block; }
#XcbiuJeA0vWq40KeQm3vuENf2Zw3vvAO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.6875rem;width:4.6875rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8125rem;left:60.0625rem;overflow:hidden;display:block; }
#a76QmnrU5fdhJtglSaHZ8PVO5EkKCHka { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.875rem;left:52.5rem;height:3.5rem;color:#fafbfb;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ded4a772-f7dc-4654-9159-6e72be42df94/Zdjciegwnenastronzapisu1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT.adaptive-delivery-prevent-bg, #KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT.lazyload, #KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT.lazyloading { background-image: none; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container { background-color: transparent; background-image: none; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container > .video-iframe-container { display: none; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row > .video-iframe-container { display: none; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .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); }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container { border-width: 0; border-radius: 0; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#ItRtITq9Vy2XbI4N2UD2KSFBPTl521A4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6875rem;width:75rem;display:none; }
#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p { position:relative;display:block; }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p { background-color: transparent; background-image: none; }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p > .row .container > .video-iframe-container { display: none; }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p > .row > .video-iframe-container { display: none; }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p > .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); }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p { border-width: 0; border-radius: 0; }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p > .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; }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sQZhRgkTFD4LPZX5NNZKw67aPcv0viHk { color:#0d94a6;display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:16.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vyFRcO4HbfPBOJques0go6trWignc9Wu { position:relative;display:block; }#vyFRcO4HbfPBOJques0go6trWignc9Wu { background-color: transparent; background-image: none; }#vyFRcO4HbfPBOJques0go6trWignc9Wu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyFRcO4HbfPBOJques0go6trWignc9Wu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyFRcO4HbfPBOJques0go6trWignc9Wu > .row .container > .video-iframe-container { display: none; }#vyFRcO4HbfPBOJques0go6trWignc9Wu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vyFRcO4HbfPBOJques0go6trWignc9Wu > .row > .video-iframe-container { display: none; }#vyFRcO4HbfPBOJques0go6trWignc9Wu > .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); }#vyFRcO4HbfPBOJques0go6trWignc9Wu { border-width: 0; border-radius: 0; }#vyFRcO4HbfPBOJques0go6trWignc9Wu > .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; }#vyFRcO4HbfPBOJques0go6trWignc9Wu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Rn0UllRvewAeBXNuTPUooUo3LTx8Zizo { display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:5.90625rem;left:9.9375rem;height:23.744125rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/Xo5udmRb/t_o_1200x1200_4_.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; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv.adaptive-delivery-prevent-bg, #AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv.lazyload, #AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv.lazyloading { background-image: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container { background-color: transparent; background-image: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container > .video-iframe-container { display: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row > .video-iframe-container { display: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .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); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container { border-width: 0; border-radius: 0; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#KTSVPB9qinymBhf3MWZ9UB8dDIRbTTCU { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.9145898818969rem;left:0rem;height:4.5rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvZlSw4QL2Ez52HyZLKkalnn1zFbSe1F { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),0.5);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;box-shadow: none;height:48rem;width:75rem;top:7.5rem;left:0rem;display:block; }
#ApWenP5wBTzhBvEbNEh7fimHq8koz3Ho { border-bottom:0;border-left:0;border-right:0;border-top:0;height:26.375rem;width:26.375rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.1279296875rem;left:4.0625rem;overflow:hidden;display:block; }
#fg29twJLzE0w0e7q3HttIl73hRsnAFbt { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.315631866455rem;left:0rem;height:4.5rem;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLvcEeQIu1dn4rwmsyU8VdmVQavJtBET { display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:20.1279296875rem;left:31.25rem;height:28.456025rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1ETpI9UFRN5va3DFk54UW1MTHFEWWn0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:9.375rem;top:49.2822265625rem;left:45.3125rem;overflow:hidden;display:block; }
#tdSEribF5yTl9pXpMbu3DcTyFONNplSQ { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:23.754167318344rem;left:31.270833969116rem;height:22.95rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#Bkzz6DgubhzIqZq7nV5s11PdKLzgmclN { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:21.25rem;top:10.75rem;left:20.8125rem;display:none; }
#uHqte8kWTX59RcXXTTKOS6qx9kPGgfQG { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.444791793823rem;left:0rem;height:4.5rem;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZaRToaTbNC7gBUikVfu4bX1uOPU9TOaQ { position:relative;display:none; }#ZaRToaTbNC7gBUikVfu4bX1uOPU9TOaQ { border-width: 0; border-radius: 0; }#ZaRToaTbNC7gBUikVfu4bX1uOPU9TOaQ > .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; }#ZaRToaTbNC7gBUikVfu4bX1uOPU9TOaQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),1);background-image:none;font-size:0.875rem;font-family:"open sans";height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nsM9MkkxRdRZm9iqd548X7T2stSp9vfR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:11.25rem;top:1.9679698944092rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k { display:block; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row .container { width:47.75rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P4z99AuXe97CI8JB1treVsabqTBdrLrU { width:25rem;height:1.625rem;top:9.1875038146975rem;left:21.625000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBAhfdu3hpsFQoWxo85ZV9OCc9d2LdoI { width:25rem;height:5.6875rem;top:12.21875rem;left:21.625000357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5RBC0RJQBQ71TmSUD8hueyeq4LPTtDp { width:4.6875rem;height:4.6875rem;top:3.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w4b6yextve5WQ8NEJq098HvBk83gTXV6 { width:8.8125rem;height:4.9375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLlMZJw3EOnLeDZv7qzdRKqKd2W25cu9 { width:23.5625rem;height:28.375rem;top:0.87500381469725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U8IdyyWMSKTANasVaibaXrelsatSR3Bg { width:25rem;height:3.25rem;top:19.5625rem;left:21.625000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdcviRUsTniMPSroGmy34sQFVkK1W9mU { display:block; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row .container { width:47.75rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uduTqqTaNcbwEfKry8Vs6guzBvWpFs3z { width:28.75rem;height:4.125rem;top:2.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-text {padding-top: 0; padding-bottom: 0;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-select {padding-top: 0; padding-bottom: 0;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-button { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-weight:400;font-style:normal;font-size:1.25rem;overflow:hidden; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-checkbox-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-radio-label { float:none; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox  { width:22.5rem;height:auto;top:8.375rem;left:11.375000357628rem; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox {display:block;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox { width:22.5rem;height:auto;top:8.375rem;left:11.375000357628rem; }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #FKaCbu2yGTBCTH7e6dMxGtb5fISaIP1t {  }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #aE1sBuZpOWILRBVx33CWfxKturooJVq0 { display:none; }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #GfEdm5GaRMaQIbDSd4iaBFfVWNetXKbJ {  }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #oefc1ZWEX3dSDoJgFtNPmXUzk89xUAcd {  }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #d0I2ywa1PUCJahMqIXBdZOXDtc8SEDIT { display:none; }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #K9MOfVenfPV1sE0QA209ZaQ7TO9yCAXB {  }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #csR9m4Ni7Js4rwTi1TbRZOKsIJdwpLyP {  }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #fFWTwVIPXkol3CqNNGQnVmdlFm9fFOba {  }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #L58XhPEE8Vp2UUuc43zHd7QVpa2WfOM4 {  }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #Toh1X3ahChavQTZxOknf4MsWQ5abwNaS {  }
 }@media only screen and (max-width: 1199px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #snxWEvFniCCKMwhoKLEkes31N8IgaQTU {  }
 }@media only screen and (max-width: 1199px) { #deXTPJJsn6sZASTgvZaadaNDNmLtK4AG { display:block; }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uC7SmP5oGt3trWsnLD4ligJO95WZkQZt { width:34.1875rem;height:2.4375rem;top:3.4999961853027rem;left:6.7812498807906rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8rEfUcCB4WLDnHfHa5vp7morSu24isg { display:block; }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MmlBC6GRT3h8RM8rq9wSnAf9SR3S7vBE { width:15.625rem;height:6.75rem;top:9.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqyLExCwM6o8lsvbBMx27y8a5OK5NFxl { width:4.5rem;height:4.5rem;top:1.625rem;left:5.707812666893rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRB9rdT7fVdZXOGKkzLbCaBB9d4xJZIX { width:15.625rem;height:5.0625rem;top:9.34375rem;left:15.916406989097rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHG9OADMewcXXbFWD5WPgBzq2BHPGOE8 { width:4.5rem;height:4.5rem;top:1.625rem;left:21.625000357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XcbiuJeA0vWq40KeQm3vuENf2Zw3vvAO { width:3.9375rem;height:3.9375rem;top:1.90625rem;left:37.822656989098rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a76QmnrU5fdhJtglSaHZ8PVO5EkKCHka { width:15.625rem;height:5.0625rem;top:9.34375rem;left:31.832811713219rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT { background-color:transparent;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; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container { background-color: transparent; background-image: none; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container > .video-iframe-container { display: none; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row > .video-iframe-container { display: none; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .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); }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container { border-width: 0; border-radius: 0; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container { width:47.75rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ItRtITq9Vy2XbI4N2UD2KSFBPTl521A4 { top:0.25rem;left:0rem;width:47.75rem;height:22.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #srCJ5TdTyEltBMee1UKqRudg9OMmuB3p { display:block; }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p > .row .container { width:47.75rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sQZhRgkTFD4LPZX5NNZKw67aPcv0viHk { width:34.1875rem;height:2.4375rem;top:4.1867218017578rem;left:6.7812498807906rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyFRcO4HbfPBOJques0go6trWignc9Wu { display:block; }#vyFRcO4HbfPBOJques0go6trWignc9Wu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rn0UllRvewAeBXNuTPUooUo3LTx8Zizo { width:44.6875rem;height:28.05rem;top:3.5687503814698rem;left:1.5312501192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv { background-color:#effafa;background-image:url("https://images.assets-landingi.com/Xo5udmRb/t_o_1200x1200_4_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv.adaptive-delivery-prevent-bg, #AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv.lazyload, #AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv.lazyloading { background-image: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container { background-color: transparent; background-image: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container > .video-iframe-container { display: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row > .video-iframe-container { display: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .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); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container { width:47.75rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KTSVPB9qinymBhf3MWZ9UB8dDIRbTTCU { width:31.248046875rem;height:2.34375rem;top:3.521484375rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #yvZlSw4QL2Ez52HyZLKkalnn1zFbSe1F { width:44rem;height:35rem;top:1.8621082305908rem;left:1.7671874165535rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ApWenP5wBTzhBvEbNEh7fimHq8koz3Ho { width:17.75rem;height:17.75rem;top:9.98828125rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fg29twJLzE0w0e7q3HttIl73hRsnAFbt { width:31.25rem;height:2.34375rem;top:6.484375rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #OLvcEeQIu1dn4rwmsyU8VdmVQavJtBET { width:25rem;height:0;top:11.859375rem;left:19.178904354572rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #t1ETpI9UFRN5va3DFk54UW1MTHFEWWn0 { width:6.75rem;height:2.6875rem;top:33.55078125rem;left:29.931640625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdSEribF5yTl9pXpMbu3DcTyFONNplSQ { width:22.749625rem;height:35.7rem;top:11.561717987061rem;left:22.304295361042rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Bkzz6DgubhzIqZq7nV5s11PdKLzgmclN { top:10.77304649353rem;left:20.839451611042rem;width:25rem;height:21.25rem;z-index:15011;font-size:1.0625rem;font-weight:300;font-style:normal;font-family:ubuntu;line-height:2;text-align:center;text-align-last:center;color:#47545a;display:block; }
 }@media only screen and (max-width: 1199px) { #uHqte8kWTX59RcXXTTKOS6qx9kPGgfQG { width:31.2491875rem;height:2.775rem;top:3.7734365463257rem;left:6.9011715054513rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZaRToaTbNC7gBUikVfu4bX1uOPU9TOaQ { display:none; }#ZaRToaTbNC7gBUikVfu4bX1uOPU9TOaQ > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #nsM9MkkxRdRZm9iqd548X7T2stSp9vfR { width:7.5rem;height:3rem;top:2.28125rem;left:20.125000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k { background-color:rgba(243,249,251,0.74);background-image:url("https://images.assets-landingi.com/uc/4d5abf2e-ed85-4f67-8764-b21216c328a1/Zdjciegwnenastronzapisu.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k.adaptive-delivery-prevent-bg, #LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k.lazyload, #LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k.lazyloading { background-image: none; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row .container { background-color: transparent; background-image: none; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row .container > .video-iframe-container { display: none; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row > .video-iframe-container { display: none; }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .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); }#LJeupRPfg70SVLyRbGvnTPB8nuCXQE8k > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4z99AuXe97CI8JB1treVsabqTBdrLrU { width:20rem;height:1.4625rem;top:22.75rem;left:0rem;font-size:1.125rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #SBAhfdu3hpsFQoWxo85ZV9OCc9d2LdoI { width:20rem;height:4.875rem;top:25.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5RBC0RJQBQ71TmSUD8hueyeq4LPTtDp { width:4.6875rem;height:4.6875rem;top:16.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4b6yextve5WQ8NEJq098HvBk83gTXV6 { width:8.8125rem;height:4.9375rem;top:0.84375rem;left:10.311719298362rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLlMZJw3EOnLeDZv7qzdRKqKd2W25cu9 { width:15.875rem;height:19.0625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8IdyyWMSKTANasVaibaXrelsatSR3Bg { width:20rem;height:2.925rem;top:31.8125rem;left:0rem;font-size:1.125rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #HdcviRUsTniMPSroGmy34sQFVkK1W9mU { display:block; }#HdcviRUsTniMPSroGmy34sQFVkK1W9mU > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uduTqqTaNcbwEfKry8Vs6guzBvWpFs3z { width:20rem;height:4.125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-text {padding-top: 0; padding-bottom: 0;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-select {padding-top: 0; padding-bottom: 0;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox  { width:17.5rem;height:auto;top:7.5rem;left:0rem; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox {display:block;}#xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox { width:17.5rem;height:auto;top:7.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #FKaCbu2yGTBCTH7e6dMxGtb5fISaIP1t {  }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #aE1sBuZpOWILRBVx33CWfxKturooJVq0 { display:none; }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #GfEdm5GaRMaQIbDSd4iaBFfVWNetXKbJ {  }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #oefc1ZWEX3dSDoJgFtNPmXUzk89xUAcd {  }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #d0I2ywa1PUCJahMqIXBdZOXDtc8SEDIT { display:none; }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #K9MOfVenfPV1sE0QA209ZaQ7TO9yCAXB {  }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #csR9m4Ni7Js4rwTi1TbRZOKsIJdwpLyP {  }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #fFWTwVIPXkol3CqNNGQnVmdlFm9fFOba {  }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #L58XhPEE8Vp2UUuc43zHd7QVpa2WfOM4 {  }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #Toh1X3ahChavQTZxOknf4MsWQ5abwNaS {  }
 }@media only screen and (max-width: 763px) { #xLmtWOXED01dQlKkD8qT0AA9UfUdR7Ox #snxWEvFniCCKMwhoKLEkes31N8IgaQTU {  }
 }@media only screen and (max-width: 763px) { #deXTPJJsn6sZASTgvZaadaNDNmLtK4AG { display:block; }#deXTPJJsn6sZASTgvZaadaNDNmLtK4AG > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uC7SmP5oGt3trWsnLD4ligJO95WZkQZt { width:20rem;height:4.0625rem;top:2.7804679870606rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8rEfUcCB4WLDnHfHa5vp7morSu24isg { display:block; }#P8rEfUcCB4WLDnHfHa5vp7morSu24isg > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmlBC6GRT3h8RM8rq9wSnAf9SR3S7vBE { width:18rem;height:6.75rem;top:8.0625rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqyLExCwM6o8lsvbBMx27y8a5OK5NFxl { width:3.75rem;height:3.75rem;top:2.5625001909211rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRB9rdT7fVdZXOGKkzLbCaBB9d4xJZIX { width:15.9375rem;height:5.0625rem;top:24.686718940735rem;left:2.0312501192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cHG9OADMewcXXbFWD5WPgBzq2BHPGOE8 { width:3.75rem;height:3.75rem;top:19.375000953674rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcbiuJeA0vWq40KeQm3vuENf2Zw3vvAO { width:3.75rem;height:3.75rem;top:34.062497138977rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76QmnrU5fdhJtglSaHZ8PVO5EkKCHka { width:19.75rem;height:5.0625rem;top:39.062500953674rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT { display:block; }#KhzUPX8tdpqIIvNuNcmRT6F4CUDEavWT > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItRtITq9Vy2XbI4N2UD2KSFBPTl521A4 { width:20rem;height:9.4758125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srCJ5TdTyEltBMee1UKqRudg9OMmuB3p { display:block; }#srCJ5TdTyEltBMee1UKqRudg9OMmuB3p > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQZhRgkTFD4LPZX5NNZKw67aPcv0viHk { width:20rem;height:2.03125rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyFRcO4HbfPBOJques0go6trWignc9Wu { display:block; }#vyFRcO4HbfPBOJques0go6trWignc9Wu > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rn0UllRvewAeBXNuTPUooUo3LTx8Zizo { width:18.125rem;height:32.5125rem;top:1.8437509536743rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv { background-color:#f5fbfd;background-image:none;display:block; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container { background-color: transparent; background-image: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container > .video-iframe-container { display: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row > .video-iframe-container { display: none; }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .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); }#AZZ18TQ0q65GiS9ru3G8k83KBqTgOUyv > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTSVPB9qinymBhf3MWZ9UB8dDIRbTTCU { width:20rem;height:0;top:4.1947937011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvZlSw4QL2Ez52HyZLKkalnn1zFbSe1F { width:18.125rem;height:48rem;top:1.3113288879394rem;left:0.93632808327675rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApWenP5wBTzhBvEbNEh7fimHq8koz3Ho { width:13.5625rem;height:13.5625rem;top:10.68906211853rem;left:3.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg29twJLzE0w0e7q3HttIl73hRsnAFbt { width:19.9991875rem;height:0;top:9.1160144805906rem;left:0.0011718869209289rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLvcEeQIu1dn4rwmsyU8VdmVQavJtBET { width:18.125rem;height:0;top:32.875779151916rem;left:0.93632808327675rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #t1ETpI9UFRN5va3DFk54UW1MTHFEWWn0 { width:5.625rem;height:2.25rem;top:56.71875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdSEribF5yTl9pXpMbu3DcTyFONNplSQ { width:18.75rem;height:24.8625rem;top:29.498046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #Bkzz6DgubhzIqZq7nV5s11PdKLzgmclN { width:19.9991875rem;height:0;top:64.593353271488rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHqte8kWTX59RcXXTTKOS6qx9kPGgfQG { width:18.125rem;height:9.375rem;top:0.80078125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15008;color:#0d94a6;font-family:ubuntu;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZaRToaTbNC7gBUikVfu4bX1uOPU9TOaQ { display:none; }#ZaRToaTbNC7gBUikVfu4bX1uOPU9TOaQ > .row .container { width:20rem;height:8.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nsM9MkkxRdRZm9iqd548X7T2stSp9vfR { width:6.875rem;height:2.75rem;top:2.40625rem;left:6.5624998807906rem;display:block; }
 }