.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28a08bc1-2246-432d-b8d1-c6335361304d/TLO_STRONY_v1.png");background-position:top left !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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff9d00;background-image:url("https://images.assets-landingi.com/uc/b084088d-05f3-498d-a418-10ec454bca8f/PROMO_CENT_10_30_09_2025_wersja_mama_stat_FOTO_ZESTAW.webp");background-position:top left !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; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.adaptive-delivery-prevent-bg, #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.lazyload, #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.lazyloading { background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .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); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.5605625rem;width:19.1855625rem;top:29.5rem;left:26.125rem;display:none; }
#qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.2480625rem;width:18.9980625rem;top:26.8125rem;left:45.875rem;display:none; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:#3f5b66;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.1875rem;width:25.9375rem;top:8.125rem;left:48rem;display:block; }
#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;height:34.9375rem;width:25.9375rem;top:9.75rem;left:48rem;display:block; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:#ffffff;display:block;width:23.184375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:49.25rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { color:#3f5b66;display:block;width:23.184375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:49.375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#002c7a;width:22.0625rem;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;line-height:1.1;overflow:hidden;font-style:normal; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:#ff0000;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:1.3125rem;margin-bottom:0.25rem;margin-left:1.3125rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:19.375rem;height:4.0625rem;font-family:poppins;overflow:hidden;line-height:1.3;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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:lato;font-size:0.75rem;font-weight:400;color:#002c7a;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.0625rem;left:48.6875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:400;color:#031f59;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.0625rem;left:48.6875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:#ffdb00;background-image:none;top:16.625rem;left:63.1875rem;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:#373737;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:17.0625rem;left:63.125rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { 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:13.0625rem;width:13.0625rem;top:21.25rem;left:55.25rem;overflow:hidden;display:block; }
#nLAz810WfCwBpGLWNFIKpa3RzZf7mywP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:18.0625rem;top:0rem;left:43.989801406861rem;overflow:hidden;display:block; }
#cOVFEFz8dnXrgBKrLkQRxs43kATA1u0u { box-sizing:content-box;height:38.125rem;width:27.5rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:7.25rem;left:47.0625rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-right-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-top-left-radius:2.3125rem;box-shadow: 0.25rem -0.0625rem 1.25rem rgba(8,108,162,0.37) ;display:block; }
#J6HmdmqLJ4LCepHsrT1UKK4kMWkKMgU2 { position:absolute;display:block;z-index:15063;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:8.2498125rem;width:16.6873125rem;top:8.24978351593rem;left:27.302518844604rem;overflow:hidden;display:block; }
#zqWai7ZAdTLpDGMVQuOfeiWG8n7ixOHO { position:absolute;display:block;z-index:15040;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:13.4375rem;width:20.561rem;top:0rem;left:18.921442031861rem;overflow:hidden;display:block; }
#C26hw0X3MTHCiXthrh7sOeCDx4qJ9OKp { position:absolute;display:block;z-index:15041;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:9.8730625rem;width:25rem;top:27.880861282349rem;left:19.857858657837rem;overflow:hidden;display:block; }
#NRyFphc9MTsoB7dIXACpgxWdQ9d9tTlG { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.68555rem;top:39.0625rem;left:17.8125rem;overflow:hidden;display:block; }
#fcsnZzuLWq3HKhhOGWpy4m1o9uN5ztld { position:absolute;display:block;z-index:15061;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:5.12478125rem;width:5.37435rem;top:0.59353303909302rem;left:5.2018222808838rem;overflow:hidden;display:block; }
#Wm8awcEFSrdWWBF1n8TdZfa4tU2CqPcg { color:#ff0000;display:block;width:25.374375rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:38.75rem;left:21.5625rem;height:3.81875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AviT9uJzfQQ8aCKRpxvtdO8bXsmgZ6fH { position:absolute;display:block;z-index:15062;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:11.9375rem;width:4.6875rem;top:15.474176406861rem;left:35.68577003479rem;overflow:hidden;display:block; }
#TQZK6ZASHpCFQIoR6lTSv2GAKNoOTGKn { 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:37.6859375rem;width:33.3109375rem;top:0rem;left:2.4984369277954rem;overflow:hidden;display:block; }
#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff9d00;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; }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .row .container { background-color: transparent; background-image: none; }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .row .container > .video-iframe-container { display: none; }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .row > .video-iframe-container { display: none; }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .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); }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .row .container { border-width: 0; border-radius: 0; }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef { 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; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { background-color: transparent; background-image: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container > .video-iframe-container { display: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row > .video-iframe-container { display: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .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); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { border-width: 0; border-radius: 0; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#RpAHXe85blEDObrMr7BrA9p96JHFpKNx { position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:13.125rem;width:13.6875rem;top:1.125rem;left:0rem;display:none; }
#SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { color:#ff0000;display:block;width:36.6875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:16.754688262939rem;left:35.022656440735rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h46plPazsvuAAL3zaiplpUMTnZvDGhvO { color:#ffffff;display:block;width:40.061875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15058;line-height:.9;letter-spacing:0;top:8.5156269073488rem;left:31.600481033325rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2q4I4prpiU4dI8hGTQPcOm9PKZDTztN { box-sizing:content-box;height:0.186631875rem;width:68.75rem;position:absolute;display:block;z-index:15059;background-color:#ffa44b;background-image:none;top:20.929903447628rem;left:3.6295566558838rem;display:none; }
#fQ076wPgkDuI4g5e3zd2dBd6m0niMEgW { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8741875rem;width:37.3734375rem;top:6.23046875rem;left:0rem;overflow:hidden;display:block; }
#Rzp4NENszPVJ63Veub75naICorBdprOr { position:absolute;display:block;z-index:15060;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:6rem;width:6.25rem;top:2.5846366882324rem;left:50.872400283814rem;overflow:hidden;display:block; }
#KIsq7QETINDFe9I3G5lStaBlP3XqUVlO { box-sizing:content-box;height:8.3125rem;width:43.4375rem;position:absolute;display:block;z-index:15029;background-color:#ff9d00;background-image:none;top:6.2261295318604rem;left:29.913846969604rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#fNRlQUPvMPtaP4maTWZlqMxAwxVsz4XW { position:absolute;display:block;z-index:15061;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:6.06228125rem;width:5.625rem;top:1.9162330627441rem;left:46.746965408325rem;overflow:hidden;display:block; }
#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff9d00;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; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { background-color: transparent; background-image: none; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container > .video-iframe-container { display: none; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row > .video-iframe-container { display: none; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .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); }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { border-width: 0; border-radius: 0; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#CG0i5PCM4TWocNit2PriJ2yb9BkmankD { color:#ffffff;display:block;width:35.061875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:2.3925800323486rem;left:19.217664718628rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fbeZMLUuzL9TdVQHdeIRT3NSnTeZJBv3 { position:absolute;display:block;z-index:15061;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:5.99935rem;width:6.25rem;top:4.8426628112793rem;left:7.8710956573488rem;overflow:hidden;display:block; }
#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafdff;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; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container { background-color: transparent; background-image: none; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container > .video-iframe-container { display: none; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row > .video-iframe-container { display: none; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .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); }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container { border-width: 0; border-radius: 0; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#eBDbclDHQkONKMnTdXcm0EyvaTGf8tks { color:#ff0000;display:block;width:35.999375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:12.9375rem;left:0rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLhBG9VKPzUIvlnXJNAVkhBa2Xe9JaoA { color:#3f5b66;display:block;width:34.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:6.75rem;left:2.5rem;height:5.5125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KlSfDplW5GTHEm8SN6naWcGV58ffgRzO { color:#3f5b66;display:block;width:30.186625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:20.75rem;left:3.6875rem;height:14.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bthP5Sdm1LcD4WWddS5HDaP1esvk6nX1 { color:#ff0000;display:block;width:35.999375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:27.25rem;left:0rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LPSSQ9kugxtERZ1i0wsBXPhJpZWHSNcs { 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:34.8125rem;width:27.5rem;top:1.6254348754882rem;left:41.905382156372rem;overflow:hidden;display:block; }
#ZcvyhidVp2I2CsbMysSAVeL4sJaCTS6E { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.2495625rem;width:41.1870625rem;top:6.0633678436279rem;left:32.598745346069rem;overflow:hidden;display:none; }
#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/822f9638-81ae-4abb-b5f2-255a0c0b943d/PROMO_CENT_10_30_09_2025_wersja_mama_stat_TLO_DOL.png");background-position:bottom left !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; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ.adaptive-delivery-prevent-bg, #bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ.lazyload, #bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ.lazyloading { background-image: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { background-color: transparent; background-image: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container > .video-iframe-container { display: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row > .video-iframe-container { display: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .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); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { border-width: 0; border-radius: 0; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#LLom5V8auxZ168TFH7suQRme1hUnsO4Q { color:#ffffff;display:block;width:37.3123125rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:7.1169700622556rem;left:34.535593032837rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h8TxgnXqnAzSGdzPXW7DdemvMfu8Ihzk { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.2495625rem;width:41.1870625rem;top:6.0633678436279rem;left:32.598745346069rem;overflow:hidden;display:block; }
#ieQXRw8L8Mfks9KyDVfszDIACfDoJFQR { color:#002c7a;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:13.625rem;left:10.5rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dnzG7AzUXztMpQ7lvryPhuV8vVFGO9ma { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:18.75rem;top:2.75rem;left:25rem;overflow:hidden;display:none; }
#RTbwg9LFWxZPAQJ4zJvmnKJffmCJJNAy { 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:10.8125rem;width:10.1875rem;top:5.375rem;left:2.625rem;overflow:hidden;display:none; }
#t8seba5WXzmR5DKGW6SAxpVEu0b1oo7F { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1862rem;width:7.436rem;top:18.062065124512rem;left:32.598745346069rem;overflow:hidden;display:block; }
#WtISmfWakK28wlHeZL9rnlnwzTy30qQv { box-sizing:content-box;height:24.749375rem;width:24.749375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:4.0310344696045rem;left:5.7899303436279rem;display:block; }
#gmTniUGfoudSXldSUGb8MtsvTIyegx1P { position:absolute;display:block;z-index:15062;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:11.3748125rem;width:12.8125rem;top:19.663627624512rem;left:18.874784469604rem;overflow:hidden;display:block; }
#Ms3MVsQtvhgfnh4LLDdhUGK3TNE3aq65 { position:absolute;display:block;z-index:15062;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:5.99935rem;width:6.25rem;top:3.4049491882324rem;left:8.8704433441163rem;overflow:hidden;display:block; }
#ACTXK8EZdTRD4bzsVemm5JdZurL70ys2 { position:absolute;display:block;z-index:15063;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:10.999375rem;width:21.124125rem;top:9.501953125rem;left:7.5998287200925rem;overflow:hidden;display:block; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { 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; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.625rem;left:32.75rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.5rem;left:36.25rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.5rem;left:40.625rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.5rem;left:29.125rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { 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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:#7b7b7b;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.60546875rem;left:0rem;height:0.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/e6410e0c-cae6-4b61-a605-607bd03c7fa5/fotodolnev2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.adaptive-delivery-prevent-bg, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyload, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyloading { background-image: none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { border-width: 0; border-radius: 0; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:none; }#VUfCI3JKWMmXkRV5D2P15GvaZ6fCeV3r { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:31.1246875rem;width:31.1246875rem;top:64.624024391175rem;left:21.937393188476rem;display:none; }
#DFLr5n801XszVO4cK6KI6GBs0K93OIig { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#u1h5WdP1K5P3MeFWCa3fXE8FSrSKiUty { color:#0a49ca;display:block;width:28rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.158203125rem;left:44.921875rem;height:3.0875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZDUB6bwks5JVA56ZdqAVDhAIZGbI1J4b { color:#0a49ca;display:block;width:30.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.21328163147rem;left:43.671875953674rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GSTKvL7zfPTpxTcPNFPX5hwITim5aVKc { color:#0a49ca;display:block;width:26rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.84375rem;left:48.221875190735rem;height:3.575rem;text-align:right;text-align-last:right;display:block; }
#Ma9hlh8pe3CDa1GfdmhZhGTxXGtrLPoL { box-sizing:content-box;height:4.875rem;width:28.125rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:2.138671875rem;left:46.625rem;border-top:0.125rem solid #0a49ca;border-left:0.125rem solid #0a49ca;border-right:0.125rem solid #0a49ca;border-bottom:0.125rem solid #0a49ca;border-top-right-radius:7.8125rem;border-bottom-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-top-left-radius:7.8125rem;display:block; }
#H8nAWvgFl25ml1OEXIndeiASc2ZNlSrU { position:absolute;display:block;z-index:15018;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:5.375rem;width:22.375rem;top:15.16796875rem;left:52.625rem;overflow:hidden;display:block; }
#GE0x71L2lKPl05st0eG9zmMUrXocGWN7 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:28rem;width:72.1875rem;top:0rem;left:27.09375rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { width:19.125rem;height:18.5rem;top:29.5rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { width:18.9375rem;height:18.1875rem;top:26.8125rem;left:28.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:8.125rem;left:21.8125rem;width:25.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:9.75rem;left:21.8125rem;width:25.9375rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:9.3125rem;left:24.625rem;width:23.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { top:12.6875rem;left:24.625rem;width:23.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.125rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:22rem;height:28.375rem;top:14.0625rem;left:23.25rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:22rem;height:28.375rem;top:14.0625rem;left:23.25rem; }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 1199px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:16.625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:17.0625rem;left:37.75rem;width:10rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { width:13rem;height:13rem;top:21.25rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nLAz810WfCwBpGLWNFIKpa3RzZf7mywP { width:18.0625rem;height:5rem;top:0rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cOVFEFz8dnXrgBKrLkQRxs43kATA1u0u { width:27.5rem;height:38.125rem;top:7.25rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #J6HmdmqLJ4LCepHsrT1UKK4kMWkKMgU2 { width:16.625rem;height:8.2190066742323rem;top:8.1875rem;left:13.677518844604rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zqWai7ZAdTLpDGMVQuOfeiWG8n7ixOHO { width:20.5rem;height:13.397633869948rem;top:0rem;left:5.2964420318604rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C26hw0X3MTHCiXthrh7sOeCDx4qJ9OKp { width:25rem;height:9.8730625rem;top:27.875rem;left:6.2328586578369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRyFphc9MTsoB7dIXACpgxWdQ9d9tTlG { width:2.625rem;height:3.0545419001694rem;top:39.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fcsnZzuLWq3HKhhOGWpy4m1o9uN5ztld { width:5.3125rem;height:5.0658033791296rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wm8awcEFSrdWWBF1n8TdZfa4tU2CqPcg { width:25.3125rem;height:3.8125rem;top:38.75rem;left:7.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AviT9uJzfQQ8aCKRpxvtdO8bXsmgZ6fH { width:4.6875rem;height:11.9375rem;top:15.4375rem;left:22.06077003479rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TQZK6ZASHpCFQIoR6lTSv2GAKNoOTGKn { width:33.25rem;height:37.616996575824rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid { display:block; }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef { display:block; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RpAHXe85blEDObrMr7BrA9p96JHFpKNx { top:1.125rem;left:0rem;width:13.6875rem;height:13.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { width:36.6875rem;height:6.8125rem;top:16.75rem;left:11.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h46plPazsvuAAL3zaiplpUMTnZvDGhvO { width:40rem;height:3.03710625rem;top:8.5rem;left:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L2q4I4prpiU4dI8hGTQPcOm9PKZDTztN { width:47.75rem;height:0.125rem;top:20.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fQ076wPgkDuI4g5e3zd2dBd6m0niMEgW { width:37.3125rem;height:27.828738555124rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rzp4NENszPVJ63Veub75naICorBdprOr { width:6.25rem;height:6rem;top:2.5625rem;left:37.247400283814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIsq7QETINDFe9I3G5lStaBlP3XqUVlO { width:43.4375rem;height:8.3125rem;top:6.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNRlQUPvMPtaP4maTWZlqMxAwxVsz4XW { width:5.625rem;height:6.06228125rem;top:1.875rem;left:33.121965408325rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb { display:block; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CG0i5PCM4TWocNit2PriJ2yb9BkmankD { width:35rem;height:1.923825rem;top:2.375rem;left:5.5926647186279rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbeZMLUuzL9TdVQHdeIRT3NSnTeZJBv3 { width:6.25rem;height:5.99935rem;top:4.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv { display:block; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eBDbclDHQkONKMnTdXcm0EyvaTGf8tks { width:35.9375rem;height:3.84765rem;top:12.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLhBG9VKPzUIvlnXJNAVkhBa2Xe9JaoA { top:6.75rem;left:0rem;width:34.375rem;height:5.514325rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KlSfDplW5GTHEm8SN6naWcGV58ffgRzO { top:20.75rem;left:0rem;width:30.125rem;height:14.704875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bthP5Sdm1LcD4WWddS5HDaP1esvk6nX1 { width:35.9375rem;height:1.923825rem;top:27.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LPSSQ9kugxtERZ1i0wsBXPhJpZWHSNcs { width:27.5rem;height:34.8125rem;top:1.625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcvyhidVp2I2CsbMysSAVeL4sJaCTS6E { width:41.125rem;height:15.226583780101rem;top:6.0625rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ { display:block; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LLom5V8auxZ168TFH7suQRme1hUnsO4Q { width:37.25rem;height:2.3125rem;top:7.0625rem;left:10.5rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h8TxgnXqnAzSGdzPXW7DdemvMfu8Ihzk { width:41.125rem;height:15.226583780101rem;top:6.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ieQXRw8L8Mfks9KyDVfszDIACfDoJFQR { width:19.625rem;height:2.375rem;top:4.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dnzG7AzUXztMpQ7lvryPhuV8vVFGO9ma { width:18.75rem;height:11.375rem;top:2.75rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RTbwg9LFWxZPAQJ4zJvmnKJffmCJJNAy { width:10.1875rem;height:10.8125rem;top:5.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #t8seba5WXzmR5DKGW6SAxpVEu0b1oo7F { width:7.375rem;height:4.1518591984938rem;top:18rem;left:18.973745346069rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WtISmfWakK28wlHeZL9rnlnwzTy30qQv { width:24.6875rem;height:24.6875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gmTniUGfoudSXldSUGb8MtsvTIyegx1P { width:12.8125rem;height:11.3748125rem;top:19.625rem;left:5.2497844696045rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ms3MVsQtvhgfnh4LLDdhUGK3TNE3aq65 { width:6.25rem;height:5.99935rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACTXK8EZdTRD4bzsVemm5JdZurL70ys2 { width:21.0625rem;height:10.967286736729rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.3125rem;height:2.3125rem;top:1.625rem;left:19.125rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 1199px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.625rem;height:2.625rem;top:1.5rem;left:22.625rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 1199px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.625rem;height:2.625rem;top:1.5rem;left:27rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 1199px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5625rem;height:2.5625rem;top:1.5rem;left:15.5rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 1199px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.97439375rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VUfCI3JKWMmXkRV5D2P15GvaZ6fCeV3r { top:64.5625rem;left:8.3123931884762rem;width:31.0625rem;height:31.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DFLr5n801XszVO4cK6KI6GBs0K93OIig { display:none; }
 }@media only screen and (max-width: 1199px) { #u1h5WdP1K5P3MeFWCa3fXE8FSrSKiUty { width:28rem;height:3.0625rem;top:3.125rem;left:19.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDUB6bwks5JVA56ZdqAVDhAIZGbI1J4b { width:30.5rem;height:2.4375rem;top:7.1875rem;left:17.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GSTKvL7zfPTpxTcPNFPX5hwITim5aVKc { width:26rem;height:3.5625rem;top:10.8125rem;left:21.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ma9hlh8pe3CDa1GfdmhZhGTxXGtrLPoL { width:28.125rem;height:4.875rem;top:2.125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8nAWvgFl25ml1OEXIndeiASc2ZNlSrU { width:22.375rem;height:5.375rem;top:15.125rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GE0x71L2lKPl05st0eG9zmMUrXocGWN7 { width:47.75rem;height:28rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5414d8a9-0afa-4822-8994-21334b791f69/PROMO_CENT_10_30_09_2025_wersja_mama_stat_tlomobile.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.adaptive-delivery-prevent-bg, #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.lazyload, #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt.lazyloading { background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .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); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa0Rsk5uesiP4Jh31a9N209I8bVogNEH { width:16.749125rem;height:16.0623125rem;top:6.5625rem;left:1.6243489384651rem;display:none; }
 }@media only screen and (max-width: 763px) { #qf2wHzL77xIEOLNZyqhivxgndTKTnF5W { width:16.749125rem;height:16.0623125rem;top:42.249351501465rem;left:1.6243489384651rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:20rem;height:3.375rem;top:32.6875rem;left:0rem;z-index:14997;background-color:#3f5b66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 1.0625rem 3.4375rem rgba(86,101,120,0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:20rem;height:32.6875rem;top:34.3125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:20rem;height:1.95rem;top:33.4375rem;left:0rem;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KybTgyEHsy2w9scQr28Dxtq1HddKxEQz { width:20rem;height:1.625rem;top:36.5rem;left:0rem;font-size:1.25rem;line-height:1.3;color:#3f5b66;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.6875rem;overflow:hidden;height:auto;color:#002c7a; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0.875rem;margin-bottom:0.25rem;margin-left:0.875rem;background-color:#ff0000;background-image:none;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.5rem;overflow:hidden;height:3.4375rem;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:17.5rem;height:auto;top:37.374140739441rem;left:0rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:17.5rem;height:auto;top:37.374140739441rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:39.875rem;left:8.6875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:9.4355625rem;height:1.5rem;top:40.375rem;left:8.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { width:3.6875rem;height:3.6875rem;top:60.375rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLAz810WfCwBpGLWNFIKpa3RzZf7mywP { width:9.749375rem;height:2.68663125rem;top:0rem;left:7.8776047825813rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOVFEFz8dnXrgBKrLkQRxs43kATA1u0u { width:19.625rem;height:38.125rem;top:74.972871780394rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6HmdmqLJ4LCepHsrT1UKK4kMWkKMgU2 { width:11.1875rem;height:5rem;top:6.0540366172791rem;left:7.8776047825813rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #zqWai7ZAdTLpDGMVQuOfeiWG8n7ixOHO { width:11.0623125rem;height:6.936875rem;top:2.1848959922791rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #C26hw0X3MTHCiXthrh7sOeCDx4qJ9OKp { width:17.8125rem;height:6rem;top:22.635850906372rem;left:1.4062500596046rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #NRyFphc9MTsoB7dIXACpgxWdQ9d9tTlG { width:2.37305rem;height:2.74956875rem;top:29.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcsnZzuLWq3HKhhOGWpy4m1o9uN5ztld { width:2.68555rem;height:2.56185rem;top:3.5601129531861rem;left:15.629340469837rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wm8awcEFSrdWWBF1n8TdZfa4tU2CqPcg { width:11.5625rem;height:2.03125rem;top:29.5625rem;left:5.75rem;font-size:1.5625rem;color:#ff0000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AviT9uJzfQQ8aCKRpxvtdO8bXsmgZ6fH { width:2.62478125rem;height:7.1875rem;top:10.743272781372rem;left:17.124566376209rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQZK6ZASHpCFQIoR6lTSv2GAKNoOTGKn { width:19.4998125rem;height:22.061625rem;top:4.5648875236511rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid { display:block; }#pMtDbVcB5Z1RgJmS7yGTIMtbyTGCwNid > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef { background-color:#ffffff;background-image:none;display:block; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { background-color: transparent; background-image: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container > .video-iframe-container { display: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row > .video-iframe-container { display: none; }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .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); }#TFOc749l0L4ZdwNEa0tPrpNf1LDdeXef > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpAHXe85blEDObrMr7BrA9p96JHFpKNx { width:16.749125rem;height:16.311875rem;top:23.944228172302rem;left:1.6243489384651rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPQabR8DCamhg0AnNV8dpRp4TR2chQD5 { width:17.436rem;height:6.175rem;top:22.686634063721rem;left:1.2814670205116rem;font-size:1.1875rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #h46plPazsvuAAL3zaiplpUMTnZvDGhvO { width:17.249375rem;height:7.875rem;top:6.8120661377906rem;left:1.3747830986977rem;font-size:1.125rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L2q4I4prpiU4dI8hGTQPcOm9PKZDTztN { width:20rem;height:0.125rem;top:42.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQ076wPgkDuI4g5e3zd2dBd6m0niMEgW { width:20rem;height:14.915375rem;top:29.4971875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzp4NENszPVJ63Veub75naICorBdprOr { width:4.56163125rem;height:4.375rem;top:2.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIsq7QETINDFe9I3G5lStaBlP3XqUVlO { width:20rem;height:14.375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNRlQUPvMPtaP4maTWZlqMxAwxVsz4XW { width:5.625rem;height:6.0612rem;top:0.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb { display:block; }#zK3kfeCPC91bQbNvTWxe0HuaTyxB1MJb > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG0i5PCM4TWocNit2PriJ2yb9BkmankD { width:15.06175rem;height:3.85rem;top:0.76250076293944rem;left:2.4687500596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbeZMLUuzL9TdVQHdeIRT3NSnTeZJBv3 { width:4.31206875rem;height:4.12435rem;top:5.9407558441162rem;left:3.4993489384651rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv { display:block; }#N9Vv8mJ3wgKh61SONpiK4SKcuPi9PTWv > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBDbclDHQkONKMnTdXcm0EyvaTGf8tks { width:16.3748125rem;height:3.85rem;top:9.1124134063719rem;left:1.8120661377907rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLhBG9VKPzUIvlnXJNAVkhBa2Xe9JaoA { width:16.9998125rem;height:7rem;top:1.1848964691162rem;left:1.4995661377907rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KlSfDplW5GTHEm8SN6naWcGV58ffgRzO { width:15.625rem;height:10.80075rem;top:12.957901000976rem;left:2.1875000596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bthP5Sdm1LcD4WWddS5HDaP1esvk6nX1 { width:20rem;height:1.925rem;top:18.611110687256rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPSSQ9kugxtERZ1i0wsBXPhJpZWHSNcs { width:16.811rem;height:21.3748125rem;top:24.717880249024rem;left:1.5939670205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcvyhidVp2I2CsbMysSAVeL4sJaCTS6E { width:20rem;height:7.3734375rem;top:45.689063072204rem;left:0rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/822f9638-81ae-4abb-b5f2-255a0c0b943d/PROMO_CENT_10_30_09_2025_wersja_mama_stat_TLO_DOL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ.adaptive-delivery-prevent-bg, #bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ.lazyload, #bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ.lazyloading { background-image: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { background-color: transparent; background-image: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container > .video-iframe-container { display: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row > .video-iframe-container { display: none; }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .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); }#bBubUnLNqFNslTnCt8KC3tCGeCTGLuvJ > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LLom5V8auxZ168TFH7suQRme1hUnsO4Q { width:16.25rem;height:3.0875rem;top:22.120230674744rem;left:1.8750000596046rem;font-size:1.1875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8TxgnXqnAzSGdzPXW7DdemvMfu8Ihzk { width:20rem;height:7.374125rem;top:23.684901237488rem;left:0rem;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #ieQXRw8L8Mfks9KyDVfszDIACfDoJFQR { width:20rem;height:0;top:10.83203125rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #dnzG7AzUXztMpQ7lvryPhuV8vVFGO9ma { width:18.5625rem;height:11.0625rem;top:1.9375rem;left:0.71875rem;z-index:15025;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RTbwg9LFWxZPAQJ4zJvmnKJffmCJJNAy { width:4.0625rem;height:4.25rem;top:1.125rem;left:14.75rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #t8seba5WXzmR5DKGW6SAxpVEu0b1oo7F { width:7.375rem;height:4.1518591984938rem;top:62.685552597044rem;left:5.6857641339302rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtISmfWakK28wlHeZL9rnlnwzTy30qQv { width:17.1875rem;height:17.249375rem;top:2.1245651245117rem;left:1.4062500596046rem;border-top-left-radius:30rem;border-top-right-radius:30rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmTniUGfoudSXldSUGb8MtsvTIyegx1P { width:10.3125rem;height:9.124375rem;top:12.995878219604rem;left:3.4678819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms3MVsQtvhgfnh4LLDdhUGK3TNE3aq65 { width:6.25rem;height:5.99935rem;top:1.2554244995118rem;left:11.944444954395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACTXK8EZdTRD4bzsVemm5JdZurL70ys2 { width:13.8748125rem;height:7.1245625rem;top:5.8723964691162rem;left:3.0620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:#ffffff;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.375rem;left:7.5rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.1875rem;left:10.6875rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:14rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.375rem;left:4rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:2rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61cdf8f2-c7bc-4bfc-b4b2-ac45be281fed/fotodolnemobilev2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.adaptive-delivery-prevent-bg, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyload, #MGGUQtRwdPLZJTv12MhkR606WOuwoPT4.lazyloading { background-image: none; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { border-width: 0; border-radius: 0; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGGUQtRwdPLZJTv12MhkR606WOuwoPT4 > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VUfCI3JKWMmXkRV5D2P15GvaZ6fCeV3r { width:20rem;height:22rem;top:0rem;left:0rem;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFLr5n801XszVO4cK6KI6GBs0K93OIig { top:0rem;left:0rem;width:19.9375rem;height:4.9375rem;z-index:14997;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #u1h5WdP1K5P3MeFWCa3fXE8FSrSKiUty { width:20rem;height:2.03125rem;top:2.08203125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDUB6bwks5JVA56ZdqAVDhAIZGbI1J4b { width:13.5625rem;height:4.0625rem;top:4.87890625rem;left:3.21875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSTKvL7zfPTpxTcPNFPX5hwITim5aVKc { width:20rem;height:2.4375rem;top:9.78125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ma9hlh8pe3CDa1GfdmhZhGTxXGtrLPoL { width:17.375rem;height:3.3125rem;top:1.31640625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8nAWvgFl25ml1OEXIndeiASc2ZNlSrU { width:17.8125rem;height:3.8125rem;top:12.7265625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE0x71L2lKPl05st0eG9zmMUrXocGWN7 { width:20rem;height:31.9375rem;top:0rem;left:0rem;display:none; }
 }