.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4bae16;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; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container { background-color: transparent; background-image: none; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container > .video-iframe-container { display: none; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row > .video-iframe-container { display: none; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .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); }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container { border-width: 0; border-radius: 0; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container { font-size:14px;font-family:arial;height:55px;width:1200px;position:relative;display:block; }#hT6wJHHKmOSh2lxNklH524lnpb1OUQn4 { color:#ffffff;display:block;width:343px;position:absolute;font-family:"josefin sans";font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17px;left:63px;height:23px;display:block; }
#g00QCADHpKdM0cT737Rz5VRabhM2pfDQ { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.5px;left:0px; }
#g00QCADHpKdM0cT737Rz5VRabhM2pfDQ > img { max-width: 100%;max-height:100%; width:40px; height:40px; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/db79b760-1a70-427b-afdf-68dac115eb96/Zdjeciegownenastronezapisufale3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:845px;width:1200px;overflow:visible;position:relative;display:block; }#Zz8MoiEhmgBETUusJWER9br77zxsg0AU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:156.992px;width:145.996px;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:36.9921875px;left:905.48828125px;overflow:hidden;display:block; }
#zkAvTOMZiEa1ZsOTIMP9Jnw3mTVTPiTb { color:#ba7191;display:block;width:53.9941px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:37px;left:1037px;height:26px;display:block; }
#DHydEpEStNHgGmG8qRxGiyM9ZWOM8ku3 { color:#ffffff;display:block;width:403.994px;position:absolute;font-family:"josefin sans";font-size:75px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:182px;left:777px;height:97px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzESBGFa9mCkAOZGT6eZPHbbQfAAevRw { color:#ffffff;display:block;width:442.998px;position:absolute;font-family:"josefin sans";font-size:50px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:311px;left:757px;height:130px;text-align:center;text-align-last:center;display:block; }
#hLTLMH3Ep3x1A5BgCKOTzDSAcvNBdZiE { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.97266px;width:340px;top:289px;left:808px;display:block; }
#bzX9finswv7AvI8XPMKGr8ZfuqQec3nT { color:#ffffff;display:block;width:300px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:normal;z-index:15023;line-height:2;letter-spacing:0;top:619px;left:841px;height:50px;text-align:left;text-align-last:left;display:block; }
#WraQG7GhkfvTEmdVuJcJAL76Pis7DUEw { color:#47545a;display:block;width:410.986px;position:absolute;font-family:"josefin sans";font-size:20px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:463px;left:773px;height:52px;text-align:center;text-align-last:center;display:block; }
#sloJ3HOCJdRBN7hWIfHPyzfpHxOELlM6 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"josefin sans";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395.996px;height:55px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:530px;left:781px;display:block; }
#AGlgULvLIrkQo7rUKMEQJdl5OSpfXdJ2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h1a9TNuhtR2FsqEksQPx6kkgIRnzLyrZ { color:#ffffff;display:block;width:366px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:681px;left:834px;height:70px;text-align:left;text-align-last:left;display:block; }
#NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:620px;left:789px; }
#NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 > img { max-width: 100%;max-height:100%; width:40px; height:40px; }#LDgv64TOM9DghkmC84VyCb5SByTCBngg { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:690px;left:789px; }
#LDgv64TOM9DghkmC84VyCb5SByTCBngg > img { max-width: 100%;max-height:100%; width:40px; height:40px; }#nGcST5hcSyCvrr2oSNJ5wPAQ3wAz2pea { 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:500px;width:500px;display:none; }
#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f39c12;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; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { background-color: transparent; background-image: none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container > .video-iframe-container { display: none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row > .video-iframe-container { display: none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .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); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { border-width: 0; border-radius: 0; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { font-size:14px;font-family:arial;height:740px;width:1200px;position:relative;display:block; }#Lsxa34SfZbMsJIMphbDMa79yXfMqbMb1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:618px;width:1100px;top:60px;left:59.645843505859px;display:block; }
#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1a41f;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; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { background-color: transparent; background-image: none; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container > .video-iframe-container { display: none; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row > .video-iframe-container { display: none; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .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); }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { border-width: 0; border-radius: 0; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { font-size:14px;font-family:arial;height:238px;width:1200px;position:relative;display:block; }#eGuqH0SPamyesLP7MEAqW7nchFk5WUEX { 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:172px;width:290px;top:63px;left:0px;overflow:hidden;display:block; }
#UproJxIsH5ztMbFSK0gT1W91EelIvLHN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:172px;width:290px;top:63px;left:604px;overflow:hidden;display:block; }
#ma8wTEzWuZeMxQPWfN1VAqlpCSKyShkr { position:absolute;display:block;z-index:15002;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:172px;width:290px;top:63px;left:304px;overflow:hidden;display:block; }
#SL7SNraO0TkI8IftKLf4zTedufU4GtM8 { position:absolute;display:block;z-index:15002;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:172px;width:290px;top:63px;left:909px;overflow:hidden;display:block; }
#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1a41f;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; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container { background-color: transparent; background-image: none; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container > .video-iframe-container { display: none; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row > .video-iframe-container { display: none; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .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); }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container { border-width: 0; border-radius: 0; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container { font-size:14px;font-family:arial;height:237px;width:1200px;position:relative;display:block; }#pZfx3xieItDpoMZKxmt2yESZEg6mkQ7a { 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:172px;width:290px;top:63px;left:0px;overflow:hidden;display:block; }
#klgwkEzpLM5sXMJyHAq5cSPblN6b7FKv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:172px;width:290px;top:63px;left:604px;overflow:hidden;display:block; }
#GtvGOmTlFFJrtsHuJAHDJUTsVqas7kxM { position:absolute;display:block;z-index:15002;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:172px;width:290px;top:63px;left:304px;overflow:hidden;display:block; }
#T46UoAE4MId8A5UCDZTOMNPuT15gBciz { position:absolute;display:block;z-index:15002;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:172px;width:290px;top:63px;left:909px;overflow:hidden;display:block; }
#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1a41f;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; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container { background-color: transparent; background-image: none; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container > .video-iframe-container { display: none; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row > .video-iframe-container { display: none; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .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); }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container { border-width: 0; border-radius: 0; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container { font-size:14px;font-family:arial;height:141px;width:1200px;position:relative;display:block; }#WNXoD1SPxBMRsXroHVmNVs7Ca4z3kgUd { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"josefin sans";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395.984375px;height:55px;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:42px;left:402px;display:block; }
#zLwE1UxlvcQoyQ0BP3DPM8V0NAidVFWi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1a41f;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; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container { background-color: transparent; background-image: none; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container > .video-iframe-container { display: none; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row > .video-iframe-container { display: none; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .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); }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container { border-width: 0; border-radius: 0; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container { font-size:14px;font-family:arial;height:174px;width:1200px;position:relative;display:block; }#VuOepp8fQdRwOS8GDLwsqETI5gN7EZD8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:95.984375px;width:191.96875px;top:41.5px;left:504.015625px;overflow:hidden;display:block; }
#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/db79b760-1a70-427b-afdf-68dac115eb96/Zdjeciegownenastronezapisufale3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt.adaptive-delivery-prevent-bg, #QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt.lazyload, #QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt.lazyloading { background-image: none; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt > .row .container { border-width: 0; border-radius: 0; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt > .row .container { font-size:14px;font-family:arial;height:845px;width:1200px;overflow:visible;position:relative;display:none; }#QOePaQGn1CXEOpWkTHuohAsrtZCXLC1U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:156.992px;width:145.996px;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:149px;left:906px;overflow:hidden;display:block; }
#TGVNeHAU6y10a89q14Cgd4CVEPRtT7QL { color:#ba7191;display:block;width:53.9941px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:149px;left:1037px;height:25.9961px;display:block; }
#Aw2B4GtP9lUHtkdp79VOD89qIoCb7Pzw { color:#ffffff;display:block;width:403.994px;position:absolute;font-family:"josefin sans";font-size:75px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:294px;left:777px;height:97.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uo5eCMtJ2HxfslLhIXOplmIf6n8FGgoE { color:#ffffff;display:block;width:442.998px;position:absolute;font-family:"josefin sans";font-size:70px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:423px;left:757px;height:272.988px;text-align:center;text-align-last:center;display:block; }
#xyKwrOrsAsoUTIizsm8Xk3o0K8AoP3zR { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.97266px;width:340px;top:401px;left:808px;display:block; }
#AESrx0dKHTnicH94XtHiVOWrRurRmDtB { 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:500px;width:500px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT { display:block; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT6wJHHKmOSh2lxNklH524lnpb1OUQn4 { width:343px;height:23.4px;top:14.166666984558px;left:103px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #g00QCADHpKdM0cT737Rz5VRabhM2pfDQ { width:30px;height:30px;top:10px;left:57px;font-size:21px;display:block; }
#g00QCADHpKdM0cT737Rz5VRabhM2pfDQ > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz8MoiEhmgBETUusJWER9br77zxsg0AU { width:111px;height:120px;top:38px;left:442px;display:block; }
 }@media only screen and (max-width: 763px) { #zkAvTOMZiEa1ZsOTIMP9Jnw3mTVTPiTb { width:21px;height:25.333334px;top:68px;left:665.80002403259px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DHydEpEStNHgGmG8qRxGiyM9ZWOM8ku3 { width:300px;height:45.333332px;top:171px;left:414px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MzESBGFa9mCkAOZGT6eZPHbbQfAAevRw { width:442px;height:130px;top:311px;left:322px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hLTLMH3Ep3x1A5BgCKOTzDSAcvNBdZiE { width:259.95834350586px;height:1.9791666269302px;top:272px;left:434px;display:block; }
 }@media only screen and (max-width: 763px) { #bzX9finswv7AvI8XPMKGr8ZfuqQec3nT { width:300px;height:50px;top:619px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WraQG7GhkfvTEmdVuJcJAL76Pis7DUEw { width:410px;height:51px;top:463px;left:354px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sloJ3HOCJdRBN7hWIfHPyzfpHxOELlM6 { width:395px;height:55px;top:530px;left:369px;display:block; }
 }@media only screen and (max-width: 763px) { #AGlgULvLIrkQo7rUKMEQJdl5OSpfXdJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #h1a9TNuhtR2FsqEksQPx6kkgIRnzLyrZ { width:365px;height:70px;top:681px;left:399px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 { width:30px;height:30px;top:10px;left:57px;font-size:21px;display:block; }
#NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #LDgv64TOM9DghkmC84VyCb5SByTCBngg { width:30px;height:30px;top:10px;left:57px;font-size:21px;display:block; }
#LDgv64TOM9DghkmC84VyCb5SByTCBngg > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #nGcST5hcSyCvrr2oSNJ5wPAQ3wAz2pea { width:500px;height:500px;display:none; }
 }@media only screen and (max-width: 763px) { #VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP { background-color:#fbf6e5;background-image:none;display:block; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { background-color: transparent; background-image: none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container > .video-iframe-container { display: none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row > .video-iframe-container { display: none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .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); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { width:764px;height:449px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lsxa34SfZbMsJIMphbDMa79yXfMqbMb1 { width:705px;height:396px;top:38.333984375px;left:29.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 { display:block; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { width:764px;height:127px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGuqH0SPamyesLP7MEAqW7nchFk5WUEX { width:160px;height:95px;top:9px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UproJxIsH5ztMbFSK0gT1W91EelIvLHN { width:160px;height:95px;top:10px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #ma8wTEzWuZeMxQPWfN1VAqlpCSKyShkr { width:160px;height:95px;top:10px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #SL7SNraO0TkI8IftKLf4zTedufU4GtM8 { width:160px;height:95px;top:9px;left:557px;display:block; }
 }@media only screen and (max-width: 763px) { #a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi { display:block; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container { width:764px;height:127px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZfx3xieItDpoMZKxmt2yESZEg6mkQ7a { width:160px;height:95px;top:9px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #klgwkEzpLM5sXMJyHAq5cSPblN6b7FKv { width:160px;height:95px;top:10px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #GtvGOmTlFFJrtsHuJAHDJUTsVqas7kxM { width:160px;height:95px;top:10px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #T46UoAE4MId8A5UCDZTOMNPuT15gBciz { width:160px;height:95px;top:9px;left:557px;display:block; }
 }@media only screen and (max-width: 763px) { #vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S { display:block; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNXoD1SPxBMRsXroHVmNVs7Ca4z3kgUd { width:395px;height:55px;top:42px;left:184px;display:block; }
 }@media only screen and (max-width: 763px) { #zLwE1UxlvcQoyQ0BP3DPM8V0NAidVFWi { display:block; }
 }@media only screen and (max-width: 763px) { #KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo { display:block; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuOepp8fQdRwOS8GDLwsqETI5gN7EZD8 { width:109px;height:54px;top:571.98310852051px;left:327.50001811981px;display:none; }
 }@media only screen and (max-width: 763px) { #QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt { display:none; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QOePaQGn1CXEOpWkTHuohAsrtZCXLC1U { width:111px;height:120px;top:38px;left:442px;display:block; }
 }@media only screen and (max-width: 763px) { #TGVNeHAU6y10a89q14Cgd4CVEPRtT7QL { width:21px;height:25.333334px;top:68px;left:665.80002403259px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Aw2B4GtP9lUHtkdp79VOD89qIoCb7Pzw { width:300px;height:45.333332px;top:171px;left:414px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Uo5eCMtJ2HxfslLhIXOplmIf6n8FGgoE { width:442px;height:272px;top:423px;left:322px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #xyKwrOrsAsoUTIizsm8Xk3o0K8AoP3zR { width:259.95834350586px;height:1.9791666269302px;top:272px;left:434px;display:block; }
 }@media only screen and (max-width: 763px) { #AESrx0dKHTnicH94XtHiVOWrRurRmDtB { width:500px;height:500px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT { display:block; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container { width:320px;height:45px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT6wJHHKmOSh2lxNklH524lnpb1OUQn4 { width:270px;height:20px;top:12.099609375px;left:45px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g00QCADHpKdM0cT737Rz5VRabhM2pfDQ { display:flex;width:35px;height:35px;top:5px;left:0px;font-size:24px; }
#g00QCADHpKdM0cT737Rz5VRabhM2pfDQ > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f1a41f;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:880px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz8MoiEhmgBETUusJWER9br77zxsg0AU { width:90px;height:96px;top:365px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #zkAvTOMZiEa1ZsOTIMP9Jnw3mTVTPiTb { width:52.998px;height:19px;top:365px;left:195.99609375px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DHydEpEStNHgGmG8qRxGiyM9ZWOM8ku3 { width:320px;height:45px;top:460.99609375px;left:0px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MzESBGFa9mCkAOZGT6eZPHbbQfAAevRw { width:230.996px;height:64px;top:537.98828125px;left:44.4921875px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hLTLMH3Ep3x1A5BgCKOTzDSAcvNBdZiE { width:200px;height:1px;top:520px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #bzX9finswv7AvI8XPMKGr8ZfuqQec3nT { width:212.998px;height:36px;top:768px;left:51px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WraQG7GhkfvTEmdVuJcJAL76Pis7DUEw { width:320px;height:49px;top:619px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sloJ3HOCJdRBN7hWIfHPyzfpHxOELlM6 { width:304px;height:55px;top:682px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #AGlgULvLIrkQo7rUKMEQJdl5OSpfXdJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #h1a9TNuhtR2FsqEksQPx6kkgIRnzLyrZ { width:263px;height:50px;top:819px;left:51px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 { display:flex;width:30px;height:30px;top:768px;left:6px;font-size:21px; }
#NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #LDgv64TOM9DghkmC84VyCb5SByTCBngg { display:flex;width:30px;height:30px;top:819px;left:6px;font-size:21px; }
#LDgv64TOM9DghkmC84VyCb5SByTCBngg > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #nGcST5hcSyCvrr2oSNJ5wPAQ3wAz2pea { top:20.615234375px;left:0px;width:320px;height:320px;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP { background-color:#f39c12;background-image:none;display:block; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { background-color: transparent; background-image: none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container > .video-iframe-container { display: none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row > .video-iframe-container { display: none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .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); }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { width:320px;height:198px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lsxa34SfZbMsJIMphbDMa79yXfMqbMb1 { height:168px;width:300px;top:12.333343505859px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 { display:block; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { width:320px;height:667.984375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGuqH0SPamyesLP7MEAqW7nchFk5WUEX { width:250px;height:147px;top:19.31640625px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UproJxIsH5ztMbFSK0gT1W91EelIvLHN { width:250px;height:147px;top:354.990234375px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ma8wTEzWuZeMxQPWfN1VAqlpCSKyShkr { width:250px;height:147px;top:185.986328125px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #SL7SNraO0TkI8IftKLf4zTedufU4GtM8 { width:250px;height:147px;top:520.986328125px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi { display:block; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container { width:320px;height:668px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZfx3xieItDpoMZKxmt2yESZEg6mkQ7a { width:250px;height:147px;top:18.3203125px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #klgwkEzpLM5sXMJyHAq5cSPblN6b7FKv { width:250px;height:147px;top:351.9921875px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GtvGOmTlFFJrtsHuJAHDJUTsVqas7kxM { width:250px;height:147px;top:182.98828125px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T46UoAE4MId8A5UCDZTOMNPuT15gBciz { width:250px;height:147px;top:521.005859375px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S { display:block; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNXoD1SPxBMRsXroHVmNVs7Ca4z3kgUd { width:304px;height:55px;top:32.5px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #zLwE1UxlvcQoyQ0BP3DPM8V0NAidVFWi { display:block; }
 }@media only screen and (max-width: 763px) { #KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo { display:block; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuOepp8fQdRwOS8GDLwsqETI5gN7EZD8 { width:135px;height:67px;top:46.5px;left:92.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt { background-color:#f1a41f;background-image:none;display:none; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt > .row .container { width:320px;height:880px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QOePaQGn1CXEOpWkTHuohAsrtZCXLC1U { width:90px;height:96px;top:365px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #TGVNeHAU6y10a89q14Cgd4CVEPRtT7QL { width:52.998px;height:19.4922px;top:365px;left:195.99609375px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Aw2B4GtP9lUHtkdp79VOD89qIoCb7Pzw { width:320px;height:45.498px;top:460.99609375px;left:0px;text-align:center;text-align-last:center;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Uo5eCMtJ2HxfslLhIXOplmIf6n8FGgoE { width:230.996px;height:97.5px;top:537.98828125px;left:44.4921875px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xyKwrOrsAsoUTIizsm8Xk3o0K8AoP3zR { width:200px;height:1px;top:520px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #AESrx0dKHTnicH94XtHiVOWrRurRmDtB { top:20.615234375px;left:0px;width:320px;height:320px;z-index:15026;overflow:hidden;display:block; }
 }