.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .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); }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/ab111d36-0ead-4a42-9387-127a013456e9/paczkatlolp20251.jpg");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; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp.adaptive-delivery-prevent-bg, #S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp.lazyload, #S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp.lazyloading { background-image: none; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row .container { background-color: transparent; background-image: none; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row .container > .video-iframe-container { display: none; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row > .video-iframe-container { display: none; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .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); }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row .container { border-width: 0; border-radius: 0; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;position:relative;display:block; }#WSGcqLZKLSE2LhwtNakfaTA7QF2dsh6v { background-color:#204854;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:4.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.625rem;left:0rem;display:block; }
#eDck1ylggBRApJT6V7FndZmRBNBNltOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMSPTXLFZTmFOQcV06TJa5qDc7WHlllB { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:25rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#E02QRWRpL1sUxyHEtXdLFsNpbkPust38 { display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:8.1875rem;left:0rem;height:13.40625rem;color:#204854;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#h5fc35e1xnPovuw40uszLxdQW1QRPlH2 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.25rem;top:2.25rem;left:0.0010414123535156rem;overflow:hidden;display:block; }
#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0de6c60b-666d-4255-9774-6d3c057c687b/lppaczka25tlowzorek.jpg");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; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt.adaptive-delivery-prevent-bg, #nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt.lazyload, #nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt.lazyloading { background-image: none; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row .container { background-color: transparent; background-image: none; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row .container > .video-iframe-container { display: none; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row > .video-iframe-container { display: none; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .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); }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row .container { border-width: 0; border-radius: 0; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:60rem;position:relative;display:block; }#CBWm3IUUTXLvqmLFoXPy2wuZxrg5ZV8J { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:38.6875rem;width:50rem;top:9.25rem;left:4.9999980926514rem;display:block; }
#OUbpJpUpPNFuWwohoOgimbXVrQAC5TIZ { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.796874046326rem;left:10.281249046326rem;height:15.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3eLufFMKzW7zV8ZdIkgKD4QFNmOTeVQ { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:"helvetika dbk";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:17rem;left:8.6562480926512rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJ5b4SZ4LbXPEzbbAXxL6m9aKKkTgA6u { position:absolute;display:block;z-index:15009;background-color:#db825a;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:14rem;left:24.4375rem;display:block; }
#zPw43hDnWkPzsU2w7UyEpGRheel78sdt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:12.4375rem;left:28.437498092651rem; }
#TWoZPxw7eTIDDbrnAo4zOae5W96c2q3S { position:absolute;display:block;z-index:15010;background-color:#db825a;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:14rem;left:32.125rem;display:block; }
#TnbHDVw0So2IC5TLBL8gcrSshUoSVGhd { color:#000000;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:41.287499427796rem;left:9.6874980926512rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .row .container { background-color: transparent; background-image: none; }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .row .container > .video-iframe-container { display: none; }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .row > .video-iframe-container { display: none; }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .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); }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .row .container { border-width: 0; border-radius: 0; }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#zTIIyHImd76qyd9VD9SnZGwhggTN1Ob4 { color:#204854;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kN0PpnhGosPm8X1pst5TEon8OaDIm6J3 { position:absolute;display:block;z-index:15001;background-color:#db825a;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:10.9375rem;left:24.4375rem;display:block; }
#BcmVSE3NSIv3ww9NowlzZKqwXWueGDHf { position:absolute;display:block;z-index:15002;background-color:#db825a;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:10.9375rem;left:32.125rem;display:block; }
#JZxhXt7f0tryD90ZOe94aT9eJNEODS9q { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.3125rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:8.8125rem;left:28.75rem; }
#ArnI1014U8KNc66cElS0ikAONzPWdA0N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .row .container { background-color: transparent; background-image: none; }#ArnI1014U8KNc66cElS0ikAONzPWdA0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .row .container > .video-iframe-container { display: none; }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .row > .video-iframe-container { display: none; }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .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); }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .row .container { border-width: 0; border-radius: 0; }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#NHNO2JeRuBZwsdVRL3sJDPhRC49egUv0 { color:#000000;display:block;width:56.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.9312496185302rem;left:1.75rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .row .container { background-color: transparent; background-image: none; }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .row .container > .video-iframe-container { display: none; }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .row > .video-iframe-container { display: none; }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .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); }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .row .container { border-width: 0; border-radius: 0; }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#bTKLAMOg90wsnt35iVO5HSg0SI51U81W { color:#000000;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.437501907349rem;left:6.2499990463257rem;height:15.19375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zc1ZUafAsh13eRHrWUhB4TLON2kdRz9e { color:#db825a;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:14998;line-height:1.1;letter-spacing:0;top:7.5rem;left:6.2499990463257rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NMzd79GEnh2z62d0XJobSLHtTUAdwTnf { box-sizing:content-box;height:27.125rem;width:4.125rem;position:absolute;display:block;z-index:14996;background-color:#db825a;background-image:none;top:2.5625rem;left:0.625rem;display:block; }
#BsOMHfJXFiSa9rHxg1rNxAdgTHBMIeMn { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxtMyZuoL7PgneK8PcI2RqzATVT14K9K { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #db825a;border-left:0.0625rem solid #db825a;border-right:0.0625rem solid #db825a;border-bottom:0.0625rem solid #db825a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:33.75rem;top:3.125rem;left:26.25rem;overflow:hidden;display:block; }
#bCGixxcLOwhWzZ1omq65R75TaaiqxOuD { position:absolute;display:block;z-index:15005;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.3125rem;width:43.125rem;top:6.1999998092651rem;left:9.4916667938231rem;overflow:hidden;display:none; }
#GJfGRLmbk5CFu3TV2vKaiNGW2Q8Pitvd { color:#db825a;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.2499990463257rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .row .container { background-color: transparent; background-image: none; }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .row .container > .video-iframe-container { display: none; }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .row > .video-iframe-container { display: none; }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .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); }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .row .container { border-width: 0; border-radius: 0; }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#fvGDcynqCln9KiunNUfdWDHMIfzvcuAB { color:#000000;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:6.1874990463257rem;height:13.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UbU9Uh4kntKkEvTA3UsyJ78DTOu54Jbv { color:#204854;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:14998;line-height:1.1;letter-spacing:0;top:9.6875rem;left:6.4374990463256rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IfTbqyW2QDrw1b0eyusbJVXmtJbvrTz1 { box-sizing:content-box;height:27.125rem;width:4.125rem;position:absolute;display:block;z-index:14996;background-color:#204854;background-image:none;top:2.5625rem;left:0.5625rem;display:block; }
#m9OEzcCALeLnCKfAt58JITq7sbnGU7V9 { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAEzyQIPhZ7JZRt6seiwPEWw70kBHcwp { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #204854;border-left:0.0625rem solid #204854;border-right:0.0625rem solid #204854;border-bottom:0.0625rem solid #204854;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:33.75rem;top:3.125rem;left:26.1875rem;overflow:hidden;display:block; }
#pTc6W5rXa4BxTIuo4aUy1I9hTMS8zsMG { position:absolute;display:block;z-index:15005;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.3125rem;width:43.125rem;top:6.1999998092651rem;left:9.4916667938231rem;overflow:hidden;display:none; }
#LnvSNRbX2TgHhXWesKPENfVg3lgSMJHu { color:#204854;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:14995;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.1874990463257rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .row .container { background-color: transparent; background-image: none; }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .row .container > .video-iframe-container { display: none; }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .row > .video-iframe-container { display: none; }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .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); }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .row .container { border-width: 0; border-radius: 0; }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#uWhCUaICkQ71IsdnH8GWridfMKVd86So { color:#000000;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:6.1874990463257rem;height:13.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mFmwgEGSUbZHgGEOKT2Kkh0mVg5QZGMP { color:#a6c5bf;display:block;width:17.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:14998;line-height:1.2;letter-spacing:0;top:9.5625rem;left:6.1874990463257rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Im2dbEbX8ub7uXNVZvBlPytJHybC3H3q { box-sizing:content-box;height:27.125rem;width:4.125rem;position:absolute;display:block;z-index:14996;background-color:#a6c5bf;background-image:none;top:2.5625rem;left:0.5625rem;display:block; }
#uI3JswKlIRaZtx20pSVt5ZkbQFKiTGNH { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N1J5uGUTvI6TocJncNHTD0TW4xwLd0ct { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #a6c5bf;border-left:0.0625rem solid #a6c5bf;border-right:0.0625rem solid #a6c5bf;border-bottom:0.0625rem solid #a6c5bf;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:33.75rem;top:3.125rem;left:26.1875rem;overflow:hidden;display:block; }
#TfQP5vO8VSPNmcARUKmvmTLXugDvqrSu { position:absolute;display:block;z-index:15005;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.3125rem;width:43.125rem;top:6.1999998092651rem;left:9.4916667938231rem;overflow:hidden;display:none; }
#lmdt6Ar7FP9afgc5ySRFFQO3C3pgyxX5 { color:#a6c5bf;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:14996;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.1874990463257rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .row .container { background-color: transparent; background-image: none; }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .row .container > .video-iframe-container { display: none; }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .row > .video-iframe-container { display: none; }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .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); }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .row .container { border-width: 0; border-radius: 0; }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#vEfrnpN66UP9LPAo90eISe09LiAUqhpF { color:#000000;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.249992370606rem;left:6.1874990463257rem;height:12.43125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#smAg6paOWOHTH7V7EccugakyJI0TKvIG { color:#d04b42;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.1874990463257rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tG7CNT2siUeI1Wq2g9mv3Sz08MxH5VDW { color:#976a57;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:14998;line-height:1.2;letter-spacing:0;top:9.5625rem;left:6.1874990463257rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xvmAImUVXcPWhbrLnoUxEi27WTQQ0nGT { box-sizing:content-box;height:27.125rem;width:4.125rem;position:absolute;display:block;z-index:14996;background-color:#976a57;background-image:none;top:2.5625rem;left:0.5625rem;display:block; }
#NIBWCa6xGQinci9T8rcfkhhmfTRK2ktQ { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QC2rP73FsNtBP29vTb7WEU1NHvHKKAAX { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #976a57;border-left:0.0625rem solid #976a57;border-right:0.0625rem solid #976a57;border-bottom:0.0625rem solid #976a57;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:33.75rem;top:3.125rem;left:26.1875rem;overflow:hidden;display:block; }
#DCgeOASoQobRCmlsrZoc8txduJo4gtCR { position:absolute;display:block;z-index:15005;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.3125rem;width:43.125rem;top:6.1999998092651rem;left:9.4916667938231rem;overflow:hidden;display:none; }
#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0de6c60b-666d-4255-9774-6d3c057c687b/lppaczka25tlowzorek.jpg");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; }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz.adaptive-delivery-prevent-bg, #PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz.lazyload, #PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz.lazyloading { background-image: none; }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .row .container { background-color: transparent; background-image: none; }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .row .container > .video-iframe-container { display: none; }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .row > .video-iframe-container { display: none; }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .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); }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .row .container { border-width: 0; border-radius: 0; }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:60rem;position:relative;display:block; }#Z06dqu49HvsrEJneXxEtcqRdUuRVOIbi { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45rem;width:60rem;top:5.625rem;left:0.125rem;overflow:hidden;display:block; }
#gMK2V1Uu62DqpXTQ0lLR84xwDwVypihB { position:absolute;display:block;z-index:14995;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:45rem;width:60rem;top:5.6250076293945rem;left:0rem;overflow:hidden;display:block; }
#waKZRbs7bCzESnXBXuE7dgbLFXGB6JVF { position:absolute;display:block;z-index:14996;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:45rem;width:60rem;top:5.4687576293945rem;left:0rem;overflow:hidden;display:block; }
#HcwrRpviA1knyrlzz9pMdFvuFmXkUFQy { position:absolute;display:block;z-index:14997;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:45rem;width:60rem;top:5.5937576293945rem;left:0rem;overflow:hidden;display:block; }
#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .row .container { background-color: transparent; background-image: none; }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .row .container > .video-iframe-container { display: none; }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .row > .video-iframe-container { display: none; }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .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); }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .row .container { border-width: 0; border-radius: 0; }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#TKo7dKXTDGv10bPhURWcstkx8HJhHP0a { color:#000000;display:block;width:59.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:4.0812568664551rem;left:0rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#204854;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; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row .container { background-color: transparent; background-image: none; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row .container > .video-iframe-container { display: none; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row > .video-iframe-container { display: none; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .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); }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row .container { border-width: 0; border-radius: 0; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:60rem;position:relative;display:block; }#h1X5CL75VV9n31VCAZpmXvdgdtb7yAfN { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.3125rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:6.0625rem;left:8.75rem; }
#HwfTtpHwZQT3v3ra6mUE1PUOqDJiiihE { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATqQTaXuVkd41tFMuXBgqXPk2Xy6OkAD { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.500000953674rem;left:1.5312490463257rem;height:15.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p4Mc1cCH0J0vECkRnWlCgm9u07SU4SUG { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.499980926514rem;left:21.781249046326rem;height:15.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLEywyEpPFmp9sgerQUU4lsgo86OkTXV { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KIllETdBBaXXxNfKZVugMKNUUPDQOmn8 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.3125rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:6.0625rem;left:28.8125rem; }
#eIp7ALoOsuWy6BlxRCnXtrotputPVD8M { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5rem;left:41.625rem;height:15.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTaZJwv1LwoefwQpHJXGyF5H794fZdJR { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9375rem;left:39.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqpktCPoWuhZLpvABu5C2ebkV1knJdzy { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.3125rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:6.0625rem;left:48.75rem; }
#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0de6c60b-666d-4255-9774-6d3c057c687b/lppaczka25tlowzorek.jpg");background-position:center !important;background-repeat:repeat-x !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; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX.adaptive-delivery-prevent-bg, #cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX.lazyload, #cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX.lazyloading { background-image: none; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row .container { background-color: transparent; background-image: none; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row .container > .video-iframe-container { display: none; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row > .video-iframe-container { display: none; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .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); }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row .container { border-width: 0; border-radius: 0; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:60rem;position:relative;display:block; }#TVIUgMNSe4aNio7xJwLPsMzTeSqCfg6D { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:54.75rem;width:46.5rem;top:8.6875rem;left:6.7489576339719rem;display:block; }
#TuDiD3sG6BN3B9ygTr6bOuZ65DQg8Hp7 { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:20.796878814698rem;left:11.343749046326rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tqGeiFKoES9dzrNNWuqDSG9Xfm1rDxHL { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#El29wgtcyQZkOArz4hOqVaegcAUQtswf { position:absolute;display:block;z-index:15009;background-color:#db825a;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:14rem;left:24.4375rem;display:block; }
#wAhcBuy4Ay0mGVFgoCW9ncqBqQxihNHW { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:4.125rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:11.6875rem;left:28.625rem; }
#zQT1ZXcPc2deLyog9ndmXQvAwtXdQmZr { position:absolute;display:block;z-index:15010;background-color:#db825a;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:14rem;left:32.125rem;display:block; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-form-header { font-size:0.875rem; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-regular-label { height:auto;display:block;font-family:"helveticaneuelt pro";font-size:0.875rem;font-weight:400;color:#12143c;width:23.125rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #204854;border-left:0.0625rem solid #204854;border-right:0.0625rem solid #204854;border-bottom:0.0625rem solid #204854;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:23.125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-size:1.125rem;overflow:hidden;font-family:"helvetika dbk";vertical-align:top;font-weight:300;font-style:normal;box-shadow: none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-text {padding-top: 0; padding-bottom: 0;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #204854;border-left:0.0625rem solid #204854;border-right:0.0625rem solid #204854;border-bottom:0.0625rem solid #204854;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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.125rem;overflow:hidden;font-family:"helvetika dbk";vertical-align:top;font-weight:300;font-style:normal;box-shadow: none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-select { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #204854;border-left:0.0625rem solid #204854;border-right:0.0625rem solid #204854;border-bottom:0.0625rem solid #204854;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:23.125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:poppins;font-size:0.9375rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal;line-height:1.2; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-select {padding-top: 0; padding-bottom: 0;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .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; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#204854;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:4.375rem;margin-bottom:0.25rem;margin-left:4.375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:14.3125rem;height:3.75rem;font-family:poppins;overflow:hidden;font-style:normal; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g [class*="-text"]:-moz-placeholder { color:#000000;font-family:poppins;font-size:0.9375rem;font-weight:300;font-style:normal; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g [class*="-text"]::-moz-placeholder { color:#000000;font-family:poppins;font-size:0.9375rem;font-weight:300;font-style:normal; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:poppins;font-size:0.9375rem;font-weight:300;font-style:normal; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:poppins;font-size:0.9375rem;font-weight:300;font-style:normal; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .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:"helveticaneuelt pro";font-size:0.625rem;font-weight:300;color:#12143c;vertical-align:top;width:22.125rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:"helveticaneuelt pro";font-size:0.875rem;font-weight:300;color:#12143c;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-container:first-of-type{padding-top:0;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-container:last-of-type{padding-bottom:0;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g  { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:17.187499046326rem;top:28.983337402344rem;z-index:15028;position:absolute;font-size:0.875rem; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g {display:block;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:17.187499046326rem;top:28.983337402344rem;z-index:15028;position:absolute;font-size:0.875rem; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #u43IP08AvFdkTcMqKK7naFWfz9HTdbfq { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #zer0rHAQkR4sAnCCNIUCCxai0zyJVpnf { position:relative;display:none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Ts84TEvVaDiuALSLpDEJQT6htBrtHTRB { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #nvaGdwQCskcJW4cSRkyQN6Fxy8vgAT0q { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #phxsQGkXtxvTLwdELimNrw6QZS0phe7z { position:relative;display:none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #oK3ClewzMeetNVHr3FOfTpqWWSlxeL9C { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Dx1HWOBmFNiNhag65eWTOauUsXmVwph2 { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #BIrfq2Lqb7zKJXzfKUdECnaVLoCttRT8 { position:relative;display:none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #E3aeSfgKxCuQemygFAoFkIKhs4PBaPxz { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #uDcOBBtVuwE5goBLdg5pInIi7ZzrVBiw { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #RuIuPpEcTSGqtu4QB2PrSqw8IWdqE3hQ { position:relative;display:none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #TwFo66H9815o2zP7zgVLw86IEHh6mfMf { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Wgm23W56FegyTVecexHWyI4NSPEUM3IV { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #hA8Df9P8F0ssrf7rVw1RD1FEvXSKg1ti { position:relative;display:none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #py5qdGiFvy8S5mHrRgR4WnlqAluNgQgd { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #rXRc56J35iCvRFCEn0HTuIBsHGHwWI7z { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Qr7xNzkxWPgFAAPLNuNncgkHzbkvK2cq { position:relative;display:none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #xTvS9yHacN3UQEBy8W0VkcXErQdK0bRr { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #FFu5x5AzOkUJ0lXfbActArfNNLpCrnsM { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Cimu73zqeTBsRHPGMI9BxpLP4TRTw7Nr { position:relative;display:none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Gr9ftJtygFRNyNEV8ubyOzbVM84MKTUm { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #AknRo7HvFrTwsWU7oCXqMaUvWrt2C5Qi { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #S3CCiZTm8TzrV9AfyPlKw0Ar7GLfXe19 { position:relative;display:none; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #ln4yg4t1TRMaIncg33eX6Bg33SoNFdOG { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #oo6hSoyQGdhATXvGaJ2sxTLndDQRwUPD { position:relative; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #FDDGKHf7UmVonQPmi26G4piZsmtUX7Rc { position:relative; }
#IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0de6c60b-666d-4255-9774-6d3c057c687b/lppaczka25tlowzorek.jpg");background-position:center !important;background-repeat:repeat-x !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:none; }#IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T.adaptive-delivery-prevent-bg, #IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T.lazyload, #IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T.lazyloading { background-image: none; }#IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T > .row .container { border-width: 0; border-radius: 0; }#IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:60rem;position:relative;display:none; }#q63Z5Ev79IasAImeThqRzBM5FSkb437T { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:33.6875rem;width:46.5rem;top:8.6875rem;left:6.7490234375rem;display:block; }
#FlvGnwlaK6RpKHkbzg28a690p8UM8BZr { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:21.484375rem;left:11.3427734375rem;height:17.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBhyNQgna94Hg9iQEEuKeyeSV6H2dMxO { color:#000000;display:block;width:60rem;position:absolute;font-family:"helvetika dbk";font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSfkStEiHe9tzkQgkIoBWukBGGIPc156 { position:absolute;display:block;z-index:15009;background-color:#db825a;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:14rem;left:24.4375rem;display:block; }
#eRVyt7muXbzpO4t0ymx4QuPrhWh1NPW1 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:4.125rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:11.6875rem;left:28.625rem; }
#D2J067TkOpaB2VQ44iO5I53EMIpg5aMI { position:absolute;display:block;z-index:15010;background-color:#db825a;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:14rem;left:32.125rem;display:block; }
#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a6c5bf;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; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row .container { background-color: transparent; background-image: none; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row .container > .video-iframe-container { display: none; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row > .video-iframe-container { display: none; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .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); }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row .container { border-width: 0; border-radius: 0; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#Ab6In1lU8Bunma5egVDNmCTt1raiOgHT { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18.5625rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8vk30J4auu8geDNVpeOSZrV2hWcMJa6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:12.9375rem;top:2.9375rem;left:23.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp { display:block; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSGcqLZKLSE2LhwtNakfaTA7QF2dsh6v { width:20.3125rem;height:4.4375rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDck1ylggBRApJT6V7FndZmRBNBNltOr { display:block; }
 }@media only screen and (max-width: 763px) { #qMSPTXLFZTmFOQcV06TJa5qDc7WHlllB { width:20rem;height:7.5rem;top:25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E02QRWRpL1sUxyHEtXdLFsNpbkPust38 { width:35.25rem;height:13.375rem;top:8.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5fc35e1xnPovuw40uszLxdQW1QRPlH2 { width:8.25rem;height:2.5625rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt { display:block; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBWm3IUUTXLvqmLFoXPy2wuZxrg5ZV8J { top:9.25rem;left:0rem;width:47.75rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUbpJpUpPNFuWwohoOgimbXVrQAC5TIZ { width:39.4375rem;height:15.75rem;top:22.75rem;left:4.1562490463257rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3eLufFMKzW7zV8ZdIkgKD4QFNmOTeVQ { width:42.6875rem;height:3rem;top:17rem;left:2.5312490463257rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ5b4SZ4LbXPEzbbAXxL6m9aKKkTgA6u { width:3.4375rem;height:0.125rem;top:14rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPw43hDnWkPzsU2w7UyEpGRheel78sdt { top:12.4375rem;left:22.312498092651rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWoZPxw7eTIDDbrnAo4zOae5W96c2q3S { width:3.4375rem;height:0.125rem;top:14rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnbHDVw0So2IC5TLBL8gcrSshUoSVGhd { width:40.625rem;height:3.25rem;top:41.25rem;left:3.5624980926514rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHaqlKimphvggeL3GQrBwxPBxbyJUMfN { display:block; }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTIIyHImd76qyd9VD9SnZGwhggTN1Ob4 { width:47.75rem;height:4.0625rem;top:12.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN0PpnhGosPm8X1pst5TEon8OaDIm6J3 { width:3.4375rem;height:0.125rem;top:10.9375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcmVSE3NSIv3ww9NowlzZKqwXWueGDHf { width:3.4375rem;height:0.125rem;top:10.9375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZxhXt7f0tryD90ZOe94aT9eJNEODS9q { top:8.8125rem;left:22.625rem;width:2.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArnI1014U8KNc66cElS0ikAONzPWdA0N { display:block; }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHNO2JeRuBZwsdVRL3sJDPhRC49egUv0 { width:47.75rem;height:1.5625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV { display:block; }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTKLAMOg90wsnt35iVO5HSg0SI51U81W { width:19.125rem;height:15.1875rem;top:13.4375rem;left:0.12499904632568rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc1ZUafAsh13eRHrWUhB4TLON2kdRz9e { width:16rem;height:3.4375rem;top:7.5rem;left:0.12499904632568rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMzd79GEnh2z62d0XJobSLHtTUAdwTnf { top:2.5625rem;left:0rem;width:4.125rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsOMHfJXFiSa9rHxg1rNxAdgTHBMIeMn { width:3.375rem;height:4.0625rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxtMyZuoL7PgneK8PcI2RqzATVT14K9K { top:3.125rem;left:13.875rem;width:33.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCGixxcLOwhWzZ1omq65R75TaaiqxOuD { top:6.1875rem;left:3.3666667938233rem;width:43.125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJfGRLmbk5CFu3TV2vKaiNGW2Q8Pitvd { width:18.0625rem;height:2.8125rem;top:3.125rem;left:0.12499904632568rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo { display:block; }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvGDcynqCln9KiunNUfdWDHMIfzvcuAB { width:19.125rem;height:13.8125rem;top:14.75rem;left:0.062499046325684rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbU9Uh4kntKkEvTA3UsyJ78DTOu54Jbv { width:18.625rem;height:3.4375rem;top:9.6875rem;left:0.31249904632568rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfTbqyW2QDrw1b0eyusbJVXmtJbvrTz1 { top:2.5625rem;left:0rem;width:4.125rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OEzcCALeLnCKfAt58JITq7sbnGU7V9 { width:3.375rem;height:4.0625rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAEzyQIPhZ7JZRt6seiwPEWw70kBHcwp { top:3.125rem;left:13.875rem;width:33.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTc6W5rXa4BxTIuo4aUy1I9hTMS8zsMG { top:6.1875rem;left:3.3666667938233rem;width:43.125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnvSNRbX2TgHhXWesKPENfVg3lgSMJHu { width:18.0625rem;height:5.6875rem;top:3.125rem;left:0.062499046325684rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 { display:block; }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWhCUaICkQ71IsdnH8GWridfMKVd86So { width:18.875rem;height:13.8125rem;top:14.75rem;left:0.062499046325684rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFmwgEGSUbZHgGEOKT2Kkh0mVg5QZGMP { width:17.25rem;height:3.75rem;top:9.5625rem;left:0.062499046325684rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im2dbEbX8ub7uXNVZvBlPytJHybC3H3q { top:2.5625rem;left:0rem;width:4.125rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI3JswKlIRaZtx20pSVt5ZkbQFKiTGNH { width:3.375rem;height:4.0625rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1J5uGUTvI6TocJncNHTD0TW4xwLd0ct { top:3.125rem;left:13.875rem;width:33.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQP5vO8VSPNmcARUKmvmTLXugDvqrSu { top:6.1875rem;left:3.3666667938233rem;width:43.125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmdt6Ar7FP9afgc5ySRFFQO3C3pgyxX5 { width:18.0625rem;height:5.6875rem;top:3.125rem;left:0.062499046325684rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NveOiSW6ISaqalzfDH03MsaRGGXnwIzT { display:block; }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEfrnpN66UP9LPAo90eISe09LiAUqhpF { width:19.125rem;height:12.375rem;top:16.1875rem;left:0.062499046325684rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smAg6paOWOHTH7V7EccugakyJI0TKvIG { width:12.625rem;height:5.6875rem;top:3.125rem;left:0.062499046325684rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG7CNT2siUeI1Wq2g9mv3Sz08MxH5VDW { width:18.4375rem;height:5.625rem;top:9.5625rem;left:0.062499046325684rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvmAImUVXcPWhbrLnoUxEi27WTQQ0nGT { top:2.5625rem;left:0rem;width:4.125rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIBWCa6xGQinci9T8rcfkhhmfTRK2ktQ { width:3.375rem;height:4.0625rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC2rP73FsNtBP29vTb7WEU1NHvHKKAAX { top:3.125rem;left:13.875rem;width:33.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCgeOASoQobRCmlsrZoc8txduJo4gtCR { top:6.1875rem;left:3.3666667938233rem;width:43.125rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz { display:block; }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z06dqu49HvsrEJneXxEtcqRdUuRVOIbi { top:5.625rem;left:0rem;width:47.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMK2V1Uu62DqpXTQ0lLR84xwDwVypihB { top:5.625rem;left:0rem;width:47.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waKZRbs7bCzESnXBXuE7dgbLFXGB6JVF { top:5.4375rem;left:0rem;width:47.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcwrRpviA1knyrlzz9pMdFvuFmXkUFQy { top:5.5625rem;left:0rem;width:47.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toyGwEqwU0FqxmQdVShysivIVBLCCTHJ { display:block; }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKo7dKXTDGv10bPhURWcstkx8HJhHP0a { width:47.75rem;height:2.375rem;top:4.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgTCwJA642Xp9GTgogwOldmf6NcTC1wx { display:block; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1X5CL75VV9n31VCAZpmXvdgdtb7yAfN { top:6.0625rem;left:6.6875rem;width:2.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwfTtpHwZQT3v3ra6mUE1PUOqDJiiihE { width:20.0625rem;height:1.625rem;top:9.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATqQTaXuVkd41tFMuXBgqXPk2Xy6OkAD { width:16.9375rem;height:15.5625rem;top:13.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Mc1cCH0J0vECkRnWlCgm9u07SU4SUG { width:16.625rem;height:15.625rem;top:13.4375rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLEywyEpPFmp9sgerQUU4lsgo86OkTXV { width:20.0625rem;height:1.625rem;top:9.9375rem;left:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIllETdBBaXXxNfKZVugMKNUUPDQOmn8 { top:6.0625rem;left:22.625rem;width:2.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIp7ALoOsuWy6BlxRCnXtrotputPVD8M { width:16.75rem;height:15.5625rem;top:13.5rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaZJwv1LwoefwQpHJXGyF5H794fZdJR { width:20.0625rem;height:1.625rem;top:9.9375rem;left:11.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqpktCPoWuhZLpvABu5C2ebkV1knJdzy { top:6.0625rem;left:38.4375rem;width:2.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX { display:block; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVIUgMNSe4aNio7xJwLPsMzTeSqCfg6D { top:8.6875rem;left:0.62395763397217rem;width:46.5rem;height:54.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuDiD3sG6BN3B9ygTr6bOuZ65DQg8Hp7 { width:37.3125rem;height:6.25rem;top:20.75rem;left:5.2187490463257rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqGeiFKoES9dzrNNWuqDSG9Xfm1rDxHL { width:47.75rem;height:3.25rem;top:16.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #El29wgtcyQZkOArz4hOqVaegcAUQtswf { width:3.4375rem;height:0.125rem;top:14rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAhcBuy4Ay0mGVFgoCW9ncqBqQxihNHW { top:11.6875rem;left:22.5rem;width:2.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQT1ZXcPc2deLyog9ndmXQvAwtXdQmZr { width:3.4375rem;height:0.125rem;top:14rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-regular-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-text { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-text {padding-top: 0; padding-bottom: 0;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-textarea { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-select { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-select {padding-top: 0; padding-bottom: 0;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-checkbox-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g  { width:23.125rem;height:auto;top:28.9375rem;left:11.062499046326rem; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .radio-container { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g {display:block;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g { width:23.125rem;height:auto;top:28.9375rem;left:11.062499046326rem; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #u43IP08AvFdkTcMqKK7naFWfz9HTdbfq {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #zer0rHAQkR4sAnCCNIUCCxai0zyJVpnf { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Ts84TEvVaDiuALSLpDEJQT6htBrtHTRB {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #nvaGdwQCskcJW4cSRkyQN6Fxy8vgAT0q {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #phxsQGkXtxvTLwdELimNrw6QZS0phe7z { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #oK3ClewzMeetNVHr3FOfTpqWWSlxeL9C {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Dx1HWOBmFNiNhag65eWTOauUsXmVwph2 {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #BIrfq2Lqb7zKJXzfKUdECnaVLoCttRT8 { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #E3aeSfgKxCuQemygFAoFkIKhs4PBaPxz {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #uDcOBBtVuwE5goBLdg5pInIi7ZzrVBiw {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #RuIuPpEcTSGqtu4QB2PrSqw8IWdqE3hQ { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #TwFo66H9815o2zP7zgVLw86IEHh6mfMf {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Wgm23W56FegyTVecexHWyI4NSPEUM3IV {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #hA8Df9P8F0ssrf7rVw1RD1FEvXSKg1ti { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #py5qdGiFvy8S5mHrRgR4WnlqAluNgQgd {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #rXRc56J35iCvRFCEn0HTuIBsHGHwWI7z {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Qr7xNzkxWPgFAAPLNuNncgkHzbkvK2cq { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #xTvS9yHacN3UQEBy8W0VkcXErQdK0bRr {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #FFu5x5AzOkUJ0lXfbActArfNNLpCrnsM {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Cimu73zqeTBsRHPGMI9BxpLP4TRTw7Nr { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Gr9ftJtygFRNyNEV8ubyOzbVM84MKTUm {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #AknRo7HvFrTwsWU7oCXqMaUvWrt2C5Qi {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #S3CCiZTm8TzrV9AfyPlKw0Ar7GLfXe19 { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #ln4yg4t1TRMaIncg33eX6Bg33SoNFdOG {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #oo6hSoyQGdhATXvGaJ2sxTLndDQRwUPD {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #FDDGKHf7UmVonQPmi26G4piZsmtUX7Rc {  }
 }@media only screen and (max-width: 763px) { #IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T { display:block; }#IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q63Z5Ev79IasAImeThqRzBM5FSkb437T { top:8.6875rem;left:0.6240234375rem;width:46.5rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlvGnwlaK6RpKHkbzg28a690p8UM8BZr { width:37.3125rem;height:17.8125rem;top:21.4375rem;left:5.2177076339722rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBhyNQgna94Hg9iQEEuKeyeSV6H2dMxO { width:47.75rem;height:3.25rem;top:16.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSfkStEiHe9tzkQgkIoBWukBGGIPc156 { width:3.4375rem;height:0.125rem;top:14rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRVyt7muXbzpO4t0ymx4QuPrhWh1NPW1 { top:11.6875rem;left:22.5rem;width:2.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2J067TkOpaB2VQ44iO5I53EMIpg5aMI { width:3.4375rem;height:0.125rem;top:14rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h { display:block; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ab6In1lU8Bunma5egVDNmCTt1raiOgHT { width:47.75rem;height:1.4375rem;top:18.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8vk30J4auu8geDNVpeOSZrV2hWcMJa6 { top:2.9375rem;left:17.375rem;width:12.9375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/91836ae2-4c5f-4388-bb96-49c7e40146a3/manortlo3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .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: 763px) { #S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/593b4e4d-4234-438f-8140-6118afabe572/lppaczka25tlomobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp.adaptive-delivery-prevent-bg, #S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp.lazyload, #S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp.lazyloading { background-image: none; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row .container { background-color: transparent; background-image: none; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row .container > .video-iframe-container { display: none; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row > .video-iframe-container { display: none; }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .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); }#S7RPTEGcFXrdWsKzPI0T2tAw62GErEzp > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSGcqLZKLSE2LhwtNakfaTA7QF2dsh6v { width:14.625rem;height:3.1875rem;top:30.19375038147rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDck1ylggBRApJT6V7FndZmRBNBNltOr { display:block; }
 }@media only screen and (max-width: 763px) { #qMSPTXLFZTmFOQcV06TJa5qDc7WHlllB { width:10.5625rem;height:8.2875rem;top:14.543749809265rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#204854;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E02QRWRpL1sUxyHEtXdLFsNpbkPust38 { width:18.75rem;height:6.1875rem;top:7.1989583969119rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;color:#204854;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h5fc35e1xnPovuw40uszLxdQW1QRPlH2 { width:10rem;height:3.125rem;top:1.125rem;left:1.25rem;overflow:hidden;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0de6c60b-666d-4255-9774-6d3c057c687b/lppaczka25tlowzorek.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt.adaptive-delivery-prevent-bg, #nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt.lazyload, #nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt.lazyloading { background-image: none; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row .container { background-color: transparent; background-image: none; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row .container > .video-iframe-container { display: none; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row > .video-iframe-container { display: none; }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .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); }#nxVRZZnxB1Q7lePwI14AsJUuJZNyyBqt > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBWm3IUUTXLvqmLFoXPy2wuZxrg5ZV8J { width:18.25rem;height:44.8125rem;top:4rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUbpJpUpPNFuWwohoOgimbXVrQAC5TIZ { width:15.3125rem;height:25.59375rem;top:13.203125rem;left:2.34375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3eLufFMKzW7zV8ZdIkgKD4QFNmOTeVQ { width:15.6875rem;height:3rem;top:8.4375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#011938;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bJ5b4SZ4LbXPEzbbAXxL6m9aKKkTgA6u { width:3.4375rem;height:0.125rem;top:6.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPw43hDnWkPzsU2w7UyEpGRheel78sdt { width:2.1875rem;height:3.375rem;top:4.8125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWoZPxw7eTIDDbrnAo4zOae5W96c2q3S { width:3.4375rem;height:0.125rem;top:6.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnbHDVw0So2IC5TLBL8gcrSshUoSVGhd { width:16.5rem;height:4.875rem;top:41.40625rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHaqlKimphvggeL3GQrBwxPBxbyJUMfN { display:block; }#nHaqlKimphvggeL3GQrBwxPBxbyJUMfN > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTIIyHImd76qyd9VD9SnZGwhggTN1Ob4 { width:20rem;height:1.86875rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#204854;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kN0PpnhGosPm8X1pst5TEon8OaDIm6J3 { width:3.4375rem;height:0.125rem;top:4.21875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcmVSE3NSIv3ww9NowlzZKqwXWueGDHf { width:3.4375rem;height:0.125rem;top:4.21875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZxhXt7f0tryD90ZOe94aT9eJNEODS9q { width:1.875rem;height:1.875rem;top:3.3750038146973rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArnI1014U8KNc66cElS0ikAONzPWdA0N { display:block; }#ArnI1014U8KNc66cElS0ikAONzPWdA0N > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHNO2JeRuBZwsdVRL3sJDPhRC49egUv0 { width:19.3125rem;height:3.6rem;top:1.265625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV { display:block; }#nC9Sg7zMw0DCotqUns5d0v6F2wpUNTKV > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTKLAMOg90wsnt35iVO5HSg0SI51U81W { width:19.25rem;height:12.1875rem;top:12.125rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #zc1ZUafAsh13eRHrWUhB4TLON2kdRz9e { width:12.4375rem;height:3rem;top:7.9750022888181rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#db825a;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NMzd79GEnh2z62d0XJobSLHtTUAdwTnf { width:20rem;height:3.125rem;top:0rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsOMHfJXFiSa9rHxg1rNxAdgTHBMIeMn { width:3.375rem;height:2.4375rem;top:0.375rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uxtMyZuoL7PgneK8PcI2RqzATVT14K9K { width:13.8125rem;height:10.3125rem;top:52.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCGixxcLOwhWzZ1omq65R75TaaiqxOuD { width:20rem;height:15rem;top:25.625rem;left:-0.091667175292969rem;z-index:14993;overflow:hidden;border-top:0.0625rem solid #db825a;border-left:0.0625rem solid #db825a;border-right:0.0625rem solid #db825a;border-bottom:0.0625rem solid #db825a;display:block; }
 }@media only screen and (max-width: 763px) { #GJfGRLmbk5CFu3TV2vKaiNGW2Q8Pitvd { width:18.0625rem;height:2.4375rem;top:4.875rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#db825a;display:block; }
 }@media only screen and (max-width: 763px) { #wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo { display:block; }#wlTnTuyGWxkTIc3nuIFqoPZ6QiyxrPUo > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvGDcynqCln9KiunNUfdWDHMIfzvcuAB { width:19.25rem;height:10.96875rem;top:14.000000953674rem;left:0.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #UbU9Uh4kntKkEvTA3UsyJ78DTOu54Jbv { width:20rem;height:3rem;top:9.9375009536744rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#204854;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IfTbqyW2QDrw1b0eyusbJVXmtJbvrTz1 { width:20rem;height:3.125rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OEzcCALeLnCKfAt58JITq7sbnGU7V9 { width:3.375rem;height:2.4375rem;top:0.34374237060547rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UAEzyQIPhZ7JZRt6seiwPEWw70kBHcwp { width:13.8125rem;height:10.3125rem;top:52.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTc6W5rXa4BxTIuo4aUy1I9hTMS8zsMG { width:20rem;height:15rem;top:26.687500953674rem;left:0rem;z-index:14993;overflow:hidden;border-top:0.0625rem solid #204854;border-left:0.0625rem solid #204854;border-right:0.0625rem solid #204854;border-bottom:0.0625rem solid #204854;display:block; }
 }@media only screen and (max-width: 763px) { #LnvSNRbX2TgHhXWesKPENfVg3lgSMJHu { width:18.0625rem;height:4.5rem;top:4.9083347320557rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#204854;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 { display:block; }#iScuiT62Z2WOms15KzTsIe7QrPhk9mv8 > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWhCUaICkQ71IsdnH8GWridfMKVd86So { width:18.375rem;height:10.96875rem;top:12.375rem;left:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #mFmwgEGSUbZHgGEOKT2Kkh0mVg5QZGMP { width:15.4375rem;height:3rem;top:8.2333335876462rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#a6c5bf;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Im2dbEbX8ub7uXNVZvBlPytJHybC3H3q { width:20rem;height:3.125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI3JswKlIRaZtx20pSVt5ZkbQFKiTGNH { width:3.375rem;height:2.4375rem;top:0.4687442779541rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N1J5uGUTvI6TocJncNHTD0TW4xwLd0ct { width:13.8125rem;height:10.3125rem;top:52.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfQP5vO8VSPNmcARUKmvmTLXugDvqrSu { width:20rem;height:15rem;top:25.1875rem;left:-0.091667175292969rem;z-index:14993;overflow:hidden;border-top:0.0625rem solid #a6c5bf;border-left:0.0625rem solid #a6c5bf;border-right:0.0625rem solid #a6c5bf;border-bottom:0.0625rem solid #a6c5bf;display:block; }
 }@media only screen and (max-width: 763px) { #lmdt6Ar7FP9afgc5ySRFFQO3C3pgyxX5 { width:18.0625rem;height:2.4375rem;top:4.7208347320557rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#a6c5bf;display:block; }
 }@media only screen and (max-width: 763px) { #NveOiSW6ISaqalzfDH03MsaRGGXnwIzT { display:block; }#NveOiSW6ISaqalzfDH03MsaRGGXnwIzT > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEfrnpN66UP9LPAo90eISe09LiAUqhpF { width:18.8125rem;height:9.75rem;top:12.749995231628rem;left:0.59375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #smAg6paOWOHTH7V7EccugakyJI0TKvIG { width:20rem;height:2.4375rem;top:4.9625015258789rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#d04b42;display:block; }
 }@media only screen and (max-width: 763px) { #tG7CNT2siUeI1Wq2g9mv3Sz08MxH5VDW { width:20rem;height:3rem;top:8.3062515258787rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#976a57;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xvmAImUVXcPWhbrLnoUxEi27WTQQ0nGT { width:20rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIBWCa6xGQinci9T8rcfkhhmfTRK2ktQ { width:3.375rem;height:2.4375rem;top:0.375rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QC2rP73FsNtBP29vTb7WEU1NHvHKKAAX { width:13.8125rem;height:10.3125rem;top:52.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCgeOASoQobRCmlsrZoc8txduJo4gtCR { width:20rem;height:15rem;top:24.375rem;left:-0.091667175292969rem;z-index:14993;overflow:hidden;border-top:0.0625rem solid #976a57;border-left:0.0625rem solid #976a57;border-right:0.0625rem solid #976a57;border-bottom:0.0625rem solid #976a57;display:block; }
 }@media only screen and (max-width: 763px) { #PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz { background-color:#ffffff;background-image:none;display:none; }#PhqOuTWIEAC3dbQQBE93Svy40u6ohqLz > .row .container { width:20rem;height:66.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z06dqu49HvsrEJneXxEtcqRdUuRVOIbi { width:20rem;height:15rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMK2V1Uu62DqpXTQ0lLR84xwDwVypihB { width:20rem;height:15rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waKZRbs7bCzESnXBXuE7dgbLFXGB6JVF { width:20rem;height:15rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcwrRpviA1knyrlzz9pMdFvuFmXkUFQy { width:20rem;height:15rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toyGwEqwU0FqxmQdVShysivIVBLCCTHJ { display:block; }#toyGwEqwU0FqxmQdVShysivIVBLCCTHJ > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKo7dKXTDGv10bPhURWcstkx8HJhHP0a { width:20rem;height:4.875rem;top:1.84375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgTCwJA642Xp9GTgogwOldmf6NcTC1wx { background-color:#204854;background-image:none;display:block; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row .container { background-color: transparent; background-image: none; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row .container > .video-iframe-container { display: none; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row > .video-iframe-container { display: none; }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .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); }#rgTCwJA642Xp9GTgogwOldmf6NcTC1wx > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1X5CL75VV9n31VCAZpmXvdgdtb7yAfN { width:2.4375rem;height:3.3125rem;top:3.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwfTtpHwZQT3v3ra6mUE1PUOqDJiiihE { width:20rem;height:1.38125rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ATqQTaXuVkd41tFMuXBgqXPk2Xy6OkAD { width:18.625rem;height:10.96875rem;top:9.1874923706056rem;left:0.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #p4Mc1cCH0J0vECkRnWlCgm9u07SU4SUG { width:18.4375rem;height:12.1875rem;top:27.625rem;left:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GLEywyEpPFmp9sgerQUU4lsgo86OkTXV { width:20rem;height:1.38125rem;top:25.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KIllETdBBaXXxNfKZVugMKNUUPDQOmn8 { width:2.4375rem;height:3.3125rem;top:21.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIp7ALoOsuWy6BlxRCnXtrotputPVD8M { width:18.6875rem;height:12.1875rem;top:48.006252288818rem;left:0.65625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dTaZJwv1LwoefwQpHJXGyF5H794fZdJR { width:20rem;height:1.38125rem;top:45.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hqpktCPoWuhZLpvABu5C2ebkV1knJdzy { width:2.4375rem;height:3.3125rem;top:42rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0de6c60b-666d-4255-9774-6d3c057c687b/lppaczka25tlowzorek.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX.adaptive-delivery-prevent-bg, #cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX.lazyload, #cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX.lazyloading { background-image: none; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row .container { background-color: transparent; background-image: none; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row .container > .video-iframe-container { display: none; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row > .video-iframe-container { display: none; }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .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); }#cyPZxk8WgBXzZUG91PqBhiSDXnTppoLX > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVIUgMNSe4aNio7xJwLPsMzTeSqCfg6D { width:18.25rem;height:48.3125rem;top:3.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuDiD3sG6BN3B9ygTr6bOuZ65DQg8Hp7 { width:15.0625rem;height:10.96875rem;top:10.920837402344rem;left:2.46875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tqGeiFKoES9dzrNNWuqDSG9Xfm1rDxHL { width:20rem;height:1.625rem;top:8.1874990463256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#011938;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #El29wgtcyQZkOArz4hOqVaegcAUQtswf { width:3.4375rem;height:0.125rem;top:6.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAhcBuy4Ay0mGVFgoCW9ncqBqQxihNHW { width:2.1875rem;height:3.375rem;top:4.8125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQT1ZXcPc2deLyog9ndmXQvAwtXdQmZr { width:3.4375rem;height:0.125rem;top:6.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-regular-label { width:15.875rem;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; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-text { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;line-height:1.2;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;color:#000000;height:2.1875rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;font-family:"helvetika dbk";display:block;vertical-align:top; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-text {padding-top: 0; padding-bottom: 0;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-textarea { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;line-height:1.2;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;height:2.6875rem;color:#000000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;font-family:"helvetika dbk";display:block;vertical-align:top; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-select { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;height:1.8125rem;font-size:0.8125rem;overflow:hidden;line-height:1.2;display:block;vertical-align:top; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-select {padding-top: 0; padding-bottom: 0;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-input-button { width:9.8125rem;margin-top:0.25rem;margin-right:3.3125rem;margin-bottom:0.25rem;margin-left:3rem;font-size:1.0625rem;overflow:hidden;height:3.125rem;font-family:"helvetika dbk"; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#12143c;font-size:0.625rem;overflow:hidden;height:auto; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-radio-label { font-size:0.625rem;overflow:hidden; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-container:first-of-type{padding-top:0;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .widget-container:last-of-type{padding-bottom:0;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g  { width:15.875rem;height:auto;top:22.014587402344rem;left:0.8125rem;z-index:15025;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g .radio-container { width:15.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g {display:block;}#zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g { width:15.875rem;height:auto;top:22.014587402344rem;left:0.8125rem;z-index:15025;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #u43IP08AvFdkTcMqKK7naFWfz9HTdbfq {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #zer0rHAQkR4sAnCCNIUCCxai0zyJVpnf { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Ts84TEvVaDiuALSLpDEJQT6htBrtHTRB {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #nvaGdwQCskcJW4cSRkyQN6Fxy8vgAT0q {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #phxsQGkXtxvTLwdELimNrw6QZS0phe7z { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #oK3ClewzMeetNVHr3FOfTpqWWSlxeL9C {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Dx1HWOBmFNiNhag65eWTOauUsXmVwph2 {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #BIrfq2Lqb7zKJXzfKUdECnaVLoCttRT8 { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #E3aeSfgKxCuQemygFAoFkIKhs4PBaPxz {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #uDcOBBtVuwE5goBLdg5pInIi7ZzrVBiw {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #RuIuPpEcTSGqtu4QB2PrSqw8IWdqE3hQ { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #TwFo66H9815o2zP7zgVLw86IEHh6mfMf {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Wgm23W56FegyTVecexHWyI4NSPEUM3IV {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #hA8Df9P8F0ssrf7rVw1RD1FEvXSKg1ti { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #py5qdGiFvy8S5mHrRgR4WnlqAluNgQgd {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #rXRc56J35iCvRFCEn0HTuIBsHGHwWI7z {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Qr7xNzkxWPgFAAPLNuNncgkHzbkvK2cq { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #xTvS9yHacN3UQEBy8W0VkcXErQdK0bRr {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #FFu5x5AzOkUJ0lXfbActArfNNLpCrnsM {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Cimu73zqeTBsRHPGMI9BxpLP4TRTw7Nr { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #Gr9ftJtygFRNyNEV8ubyOzbVM84MKTUm {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #AknRo7HvFrTwsWU7oCXqMaUvWrt2C5Qi {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #S3CCiZTm8TzrV9AfyPlKw0Ar7GLfXe19 { display:none; }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #ln4yg4t1TRMaIncg33eX6Bg33SoNFdOG {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #oo6hSoyQGdhATXvGaJ2sxTLndDQRwUPD {  }
 }@media only screen and (max-width: 763px) { #zccXH4Ggx7MAWExZJB6ClAtaofg1Fu7g #FDDGKHf7UmVonQPmi26G4piZsmtUX7Rc {  }
 }@media only screen and (max-width: 763px) { #IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/43105550-b5be-4138-ad46-c4f8a26fbde5/lppaczka24tlowzorek5.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:none; }#IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T.adaptive-delivery-prevent-bg, #IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T.lazyload, #IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T.lazyloading { background-image: none; }#IXlOOi0M4fZIRnBizAiv5o64XPIpUE6T > .row .container { width:20rem;height:45.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q63Z5Ev79IasAImeThqRzBM5FSkb437T { width:18.25rem;height:38.5rem;top:4rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlvGnwlaK6RpKHkbzg28a690p8UM8BZr { width:15.0625rem;height:26.8125rem;top:12.3125rem;left:2.46875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eBhyNQgna94Hg9iQEEuKeyeSV6H2dMxO { width:20rem;height:1.625rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#011938;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oSfkStEiHe9tzkQgkIoBWukBGGIPc156 { width:3.4375rem;height:0.125rem;top:6.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRVyt7muXbzpO4t0ymx4QuPrhWh1NPW1 { width:2.1875rem;height:3.375rem;top:4.8125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2J067TkOpaB2VQ44iO5I53EMIpg5aMI { width:3.4375rem;height:0.125rem;top:6.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h { background-color:#a6c5bf;background-image:none;display:block; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row .container { background-color: transparent; background-image: none; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row .container > .video-iframe-container { display: none; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row > .video-iframe-container { display: none; }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .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); }#oeMXMVdwSTQyHQtSwqeVB66OrTT4O82h > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ab6In1lU8Bunma5egVDNmCTt1raiOgHT { width:20rem;height:1.21875rem;top:11.562498092651rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;font-family:"helvetika dbk";display:block; }
 }@media only screen and (max-width: 763px) { #v8vk30J4auu8geDNVpeOSZrV2hWcMJa6 { width:8rem;height:8.0625rem;top:1.8124980926514rem;left:6rem;overflow:hidden;display:block; }
 }