.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;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/7l0an7Zg/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { border-width: 0; border-radius: 0; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:14px;font-family:"open sans";height:433px;width:960px;position:relative;display:block; }#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:893.984px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px rgba(0,0,0,0.99);top:120px;left:33px;height:31.1944px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:913.965px;position:absolute;font-family:"open sans";font-size:65px;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 11px rgba(0,0,0,0.99);top:162.96875px;left:45.01953125px;height:78px;font-style:normal;display:block; }
#EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55.9961px;width:346.992px;top:18.984375px;left:305.9765625px;overflow:hidden;display:block; }
#rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { color:#000000;display:block;width:958.965px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:99962;line-height:1.3;letter-spacing:0;top:326.97265625px;left:0px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK > .row .container { background-color: transparent; background-image: none; }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK > .row .container > .video-iframe-container { display: none; }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK > .row > .video-iframe-container { display: none; }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK > .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); }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK > .row .container { border-width: 0; border-radius: 0; }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#a9CZ96sCKbH9udtJWMOvKFrLUHaFvlIy { z-index:100071;top:326px;left:368px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wgg0EiMntE9Xc3R9ZdK9rZIeNDcCEN0E { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Z0aAcCDdPdMg6TbWhWRrsBcms0eoV3LS { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:247px;width:248px;top:67.5px;left:356px;overflow:hidden;display:block; }
#RlF9UbSUqvzx22eyXNcESGuMWMhp8qo2 { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:11px;left:331.5px;height:44.1944px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIfE87g96Bopoh1TWB42xc4pv4F2buJJ { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:67px;left:24.5px;overflow:hidden;display:block; }
#Z6rUT1ppcPD6b8tS3gNb2fHFBuTRlykf { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:22.03125px;left:11.5px;height:22.0972px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mhe81JmBnzIUEqlGtMsf5MwbLSz1wWbL { z-index:100069;top:326px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TpZV8USJKAPe9VCvuiDsw9sXc5vGDvnd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#inSfVzNglr8dRlBrrkDV0BraPiwFy21c { z-index:100081;top:326px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u1bgkWhW2RKs6Jo553xmOLwTgP6OByMi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HLxcp48eNF8bBhmsuPGq971XmHFtJItH { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:66px;left:675px;overflow:hidden;display:block; }
#qUB9A9qaekC5rO1ndnzmJbPyMXWV79Bi { color:#2a2e41;display:block;width:289px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:21.390625px;left:655.5px;height:23.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT > .row .container { background-color: transparent; background-image: none; }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT > .row .container > .video-iframe-container { display: none; }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT > .row > .video-iframe-container { display: none; }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT > .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); }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT > .row .container { border-width: 0; border-radius: 0; }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#r5yzsgBrCM3GnnCBaRCNlo6LARePugVT { z-index:100071;top:326px;left:368px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MX0QSt4BdZvWVB4zrq8dUtQ5xmCv7rCU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#cKRW2Jk5ZL83JJh7Tk0S2BwIqgv7713X { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:81px;left:356px;overflow:hidden;display:block; }
#unKhpTO8v6Ectgup441SLQww5XdkG9SQ { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:11px;left:331.5px;height:66.2813px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ato0pK8cGmTsy8OfRGSwOAGaTQgCFTXR { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:67px;left:24.5px;overflow:hidden;display:block; }
#qok2bFPUBEr0DMKBxBiFoHMl2TLLAzTA { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:22.03125px;left:11.5px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uao7Uvk3ROwXmyapIRRnDOA6v5vXrWgq { z-index:100069;top:326px;left:36px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Bwyf2sqO6znsLnp9193JgSIbUzgzKfEC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#illQDGCobsWDKAaoGSrfxAPFVcQirFKE { z-index:100081;top:326px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aa79tlyPg6SRBec851SFrBPEwsCxv1wa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ln3QlMyOxwcKfTKOHorMPHd3TAkLK0RM { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:66px;left:675px;overflow:hidden;display:block; }
#zQ8EUBTJfLxSG5r6fuLF8gfUJTGl9fpx { color:#2a2e41;display:block;width:289px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:21.390625px;left:655.5px;height:46.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 > .row .container { background-color: transparent; background-image: none; }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 > .row .container > .video-iframe-container { display: none; }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 > .row > .video-iframe-container { display: none; }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 > .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); }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 > .row .container { border-width: 0; border-radius: 0; }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 > .row .container { font-size:14px;font-family:"open sans";height:435px;width:960px;position:relative;display:block; }#wSVu6d9VufGuBmeIMvD9ktEGL96trAGO { z-index:100063;top:358px;left:367px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kckFWoXW5VBAIMuW8VF4axXT3LlK2s9R { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DCXkmG1vgqG9nOKLWdxFvZ0TVRSQ7h3E { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:92.5px;left:355px;overflow:hidden;display:block; }
#Jd1lmTCwOan4tw7K1uVXTd3o07TJsMHL { color:#2a2e41;display:block;width:227px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:7.1875px;left:366.50003051758px;height:23.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIA2D5n9KuaTq2tNxeQk4XiSeKC1zRaT { position:absolute;display:block;z-index:100078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:92.5px;left:24.4375px;overflow:hidden;display:block; }
#Fy6f7R58TgcpTVsxN2mbTAKTema0GPWw { color:#2a2e41;display:block;width:182.906px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:7.1875px;left:58px;height:46.7824px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1biC99bcDuCFuF0RarcJI23Tb5OJUbJ { z-index:100066;top:358px;left:36.9375px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cI23lhwGIAmbv4NVizXqL1Kdn9CF2KR6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#uJIefGsLU3LfkzDsEgaW6zd8NTFVeleB { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:88px;left:675px;overflow:hidden;display:block; }
#mVXgU4Od61KsT5p1FwDUHK1sVGgHlTkB { z-index:100072;top:360px;left:688px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BXaCaVIF2NA3ooF64oDXPVK0em3ZV2fT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#bDWKt7Zt1D43KpD24K3LsaC9oOiGTzlT { color:#2a2e41;display:block;width:236px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:20px;left:682px;height:46.7824px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwdDF4wnZSKLNnptpMwIazT948EpFZio { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container { background-color: transparent; background-image: none; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container > .video-iframe-container { display: none; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row > .video-iframe-container { display: none; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .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); }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container { border-width: 0; border-radius: 0; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#ct7QLddNEqEqKNIOI8Pc6pF5zMalagJa { z-index:100071;top:326px;left:368px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QgrcuqcJ3blJfVnzOl7TiAOJXC7h18lg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#UbKiCwCfWET12eNqRJV71aEAKeghHvfT { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:81px;left:356px;overflow:hidden;display:block; }
#U2NlZDcsMm6wOG82n8TT0x47eEmtzxTf { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:11px;left:331.5px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HF7osML2AdvNLkQVGeBu91UqEd9tWSdD { z-index:100077;top:326px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#g3gQO4PONriJmKCteT8bkUtGEG7HI8KQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#GDkpExqMKxQH16RP7BD7PUamzAo5BP5t { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:67px;left:36px;overflow:hidden;display:block; }
#bCaEwldx6Sud2AbuIzHAnRKES6SloLJ6 { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:0px;left:11.5px;height:67.2917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzIdK98slPmvktqlWJhkeXZACLLvavPr { position:absolute;display:block;z-index:100103;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:74px;left:675px;overflow:hidden;display:block; }
#tog46G48sHEsZ5G7rTgvTgv7WziC9mo4 { z-index:100084;top:339px;left:688px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tx0mVMzQIpR6VrglyVRb0UqmM4WRbUn1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#l65hHtToswde8vABSFofOQQ4KWp7hFd9 { color:#2a2e41;display:block;width:182.891px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:0px;left:709px;height:46.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container { background-color: transparent; background-image: none; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container > .video-iframe-container { display: none; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row > .video-iframe-container { display: none; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .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); }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container { border-width: 0; border-radius: 0; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container { font-size:14px;font-family:"open sans";height:435px;width:960px;position:relative;display:block; }#JVOkhqS9zrWmqDU5prMP6faBlxqux2U5 { z-index:100080;top:358px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OpAixfyglGfCgpXlhiTZvkJHCMqFVsec { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TPASIE4eFXMwS3R762VKbWkZJ1fIiN3W { position:absolute;display:block;z-index:100114;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:83.5px;left:35px;overflow:hidden;display:block; }
#ihfkkG7GdiTTiADKdw8GGiOTTBO6n7K0 { color:#2a2e41;display:block;width:182.891px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:15.5px;left:68.546875px;height:70.1719px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4bb6fDtl8DXfXWqhN1WdExWUkcRHVT8 { position:absolute;display:block;z-index:100111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:83.5px;left:355px;overflow:hidden;display:block; }
#wVXxZyns00rT8ET9ap7izwB9FVzRpk64 { z-index:100097;top:358px;left:367.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hNXQe5xLbHL2VQI2tRQ0Nweicc0RJGEn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#xcn9KHOL2bBdwAfO177aJ0WHfZJW5SnO { z-index:100097;top:358px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SMgE0okywRh2eGenFpnqNTTqsAeL2C87 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#blxz9W074lnnRRJpANa7CtluHvWGT2A2 { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:83.5px;left:675px;overflow:hidden;display:block; }
#QDXFB8NeTZRTkBhPE6KL6zByhrUTbw7N { color:#2a2e41;display:block;width:185px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:28px;left:387.5px;height:44.1944px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ml7Vn6onTvubAaMsCI6t7xHQqBHn5P4V { color:#2a2e41;display:block;width:308px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:28px;left:646px;height:44.1944px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container { background-color: transparent; background-image: none; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container > .video-iframe-container { display: none; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row > .video-iframe-container { display: none; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .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); }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container { border-width: 0; border-radius: 0; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container { font-size:14px;font-family:"open sans";height:435px;width:960px;position:relative;display:block; }#VXzbNqNDQwFcMsMMpPDbVWtTuIAEAVEC { position:absolute;display:block;z-index:100107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:92.5px;left:35px;overflow:hidden;display:block; }
#qlE2VKvZ7DBvAKfPKlkXNRg6EQ7isRqw { z-index:100087;top:359px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q9mWNXfymhgOA4d8bd85yaz8FcAnQARU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#p8F0DIAAiFRJsr58iorxTi758dXkiSUG { color:#2a2e41;display:block;width:185px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:0px;left:67.5px;height:44.1944px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { background-color: transparent; background-image: none; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container > .video-iframe-container { display: none; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row > .video-iframe-container { display: none; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .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); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { border-width: 0; border-radius: 0; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { font-size:14px;font-family:"open sans";height:103px;width:960px;position:relative;display:block; }#Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { z-index:100064;top:21.9921875px;left:20.48828125px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:918.984px;height:58.9844px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yspavkMaks9pMg369O5wThLzURK6nLot { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyload, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyloading { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .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); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { border-width: 0; border-radius: 0; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { font-size:14px;font-family:"open sans";height:161px;width:960px;position:relative;display:block; }#LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { color:#ffffff;display:block;width:835px;position:absolute;font-family:"open sans";font-size:50px;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.99);top:27px;left:62.5px;height:120px;font-style:normal;display:block; }
#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container { background-color: transparent; background-image: none; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container > .video-iframe-container { display: none; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row > .video-iframe-container { display: none; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .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); }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container { border-width: 0; border-radius: 0; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container { font-size:14px;font-family:"open sans";height:117px;width:960px;position:relative;display:block; }#RZtcxxMUHhluKscEVyzIytq0utguHguu { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:145px;top:27px;left:47.5px;overflow:hidden;display:block; }
#QVFDWElTSXBtpUt8g4xuWIkwXLT9vXos { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:105px;top:17.5px;left:307.5px;overflow:hidden;display:block; }
#G2S3ZlUq5WLusO3E4GDdzDB0XhvgTGEv { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:222px;top:33px;left:489px;overflow:hidden;display:block; }
#yR5ermMm8NIL7Wz5eDq07cS3nRdGVxSs { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:119px;width:121px;top:0px;left:779.5px;overflow:hidden;display:block; }
#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container { background-color: transparent; background-image: none; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container > .video-iframe-container { display: none; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row > .video-iframe-container { display: none; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .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); }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container { border-width: 0; border-radius: 0; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container { font-size:14px;font-family:"open sans";height:108px;width:960px;position:relative;display:block; }#gCBv3klLESVEnnxJlvhTwqPlJdSDUlA7 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:221px;top:29px;left:20px;overflow:hidden;display:block; }
#PvDOgbZXfBJ6yaRVMhOsJZdUX4VPQWGE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:162px;top:34px;left:279px;overflow:hidden;display:block; }
#lgeQRH5wZ0LRdCZxrwHyNn5LlICaUC64 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:116px;top:0px;left:542px;overflow:hidden;display:block; }
#paAzcl5QxTh5Ch5NaMdm5foehkxdoeS2 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37px;width:222px;top:35.5px;left:729px;overflow:hidden;display:block; }
#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .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); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { border-width: 0; border-radius: 0; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { font-size:14px;font-family:"open sans";height:115px;width:960px;position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { background-color: transparent; background-image: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .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); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { border-width: 0; border-radius: 0; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:"open sans";height:219px;width:960px;position:relative;display:block; }#tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { box-sizing:content-box;color:#d1428e;font-size:49px;font-weight:400;line-height:1;height:70.9961px;width:72.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:74px;left:693px;display:block; }
#KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { box-sizing:content-box;color:#d1428e;font-size:45px;font-weight:400;line-height:1;height:65px;width:67.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:76.97265625px;left:782.98828125px;display:block; }
#CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { box-sizing:content-box;color:#d1428e;font-size:44px;font-weight:400;line-height:1;height:63px;width:63px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:77px;left:858px;display:block; }
#BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:241px;top:155.1015625px;left:-538.68753051758px;overflow:hidden;display:block; }
#dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:445px;top:74.47265625px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { top:120px;left:0px;width:764px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:162px;left:0px;width:764px;height:77px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { top:18px;left:207.9765625px;width:346px;height:55.836015239544px;display:block; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:764px;height:77px;top:326px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK { display:block; }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9CZ96sCKbH9udtJWMOvKFrLUHaFvlIy { top:326px;left:269px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #wgg0EiMntE9Xc3R9ZdK9rZIeNDcCEN0E { display:block; }
 }@media only screen and (max-width: 763px) { #Z0aAcCDdPdMg6TbWhWRrsBcms0eoV3LS { top:67px;left:257px;width:248px;height:247px;display:block; }
 }@media only screen and (max-width: 763px) { #RlF9UbSUqvzx22eyXNcESGuMWMhp8qo2 { width:297px;height:44px;top:11px;left:211px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rIfE87g96Bopoh1TWB42xc4pv4F2buJJ { top:67px;left:0px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6rUT1ppcPD6b8tS3gNb2fHFBuTRlykf { width:297px;height:22px;top:22px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Mhe81JmBnzIUEqlGtMsf5MwbLSz1wWbL { top:326px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TpZV8USJKAPe9VCvuiDsw9sXc5vGDvnd { display:block; }
 }@media only screen and (max-width: 763px) { #inSfVzNglr8dRlBrrkDV0BraPiwFy21c { top:326px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #u1bgkWhW2RKs6Jo553xmOLwTgP6OByMi { display:block; }
 }@media only screen and (max-width: 763px) { #HLxcp48eNF8bBhmsuPGq971XmHFtJItH { top:66px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #qUB9A9qaekC5rO1ndnzmJbPyMXWV79Bi { width:289px;height:23px;top:21px;left:473px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WQApW9Two1QgaqSKl7q1mid7lL6DMoTT { display:block; }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5yzsgBrCM3GnnCBaRCNlo6LARePugVT { top:326px;left:269px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #MX0QSt4BdZvWVB4zrq8dUtQ5xmCv7rCU { display:block; }
 }@media only screen and (max-width: 763px) { #cKRW2Jk5ZL83JJh7Tk0S2BwIqgv7713X { top:81px;left:257px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #unKhpTO8v6Ectgup441SLQww5XdkG9SQ { width:297px;height:66px;top:11px;left:211px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ato0pK8cGmTsy8OfRGSwOAGaTQgCFTXR { top:67px;left:0px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #qok2bFPUBEr0DMKBxBiFoHMl2TLLAzTA { width:297px;height:22px;top:22px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Uao7Uvk3ROwXmyapIRRnDOA6v5vXrWgq { top:326px;left:3px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Bwyf2sqO6znsLnp9193JgSIbUzgzKfEC { display:block; }
 }@media only screen and (max-width: 763px) { #illQDGCobsWDKAaoGSrfxAPFVcQirFKE { top:326px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #aa79tlyPg6SRBec851SFrBPEwsCxv1wa { display:block; }
 }@media only screen and (max-width: 763px) { #ln3QlMyOxwcKfTKOHorMPHd3TAkLK0RM { top:66px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #zQ8EUBTJfLxSG5r6fuLF8gfUJTGl9fpx { width:289px;height:46px;top:21px;left:473px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 { display:block; }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSVu6d9VufGuBmeIMvD9ktEGL96trAGO { top:358px;left:268px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #kckFWoXW5VBAIMuW8VF4axXT3LlK2s9R { display:block; }
 }@media only screen and (max-width: 763px) { #DCXkmG1vgqG9nOKLWdxFvZ0TVRSQ7h3E { top:92px;left:256px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1lmTCwOan4tw7K1uVXTd3o07TJsMHL { width:227px;height:23px;top:7px;left:267.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fIA2D5n9KuaTq2tNxeQk4XiSeKC1zRaT { top:92px;left:0px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #Fy6f7R58TgcpTVsxN2mbTAKTema0GPWw { width:182px;height:46px;top:7px;left:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1biC99bcDuCFuF0RarcJI23Tb5OJUbJ { top:358px;left:3.9375px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cI23lhwGIAmbv4NVizXqL1Kdn9CF2KR6 { display:block; }
 }@media only screen and (max-width: 763px) { #uJIefGsLU3LfkzDsEgaW6zd8NTFVeleB { top:88px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #mVXgU4Od61KsT5p1FwDUHK1sVGgHlTkB { top:360px;left:523px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BXaCaVIF2NA3ooF64oDXPVK0em3ZV2fT { display:block; }
 }@media only screen and (max-width: 763px) { #bDWKt7Zt1D43KpD24K3LsaC9oOiGTzlT { width:236px;height:46px;top:20px;left:517px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kwdDF4wnZSKLNnptpMwIazT948EpFZio { display:block; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct7QLddNEqEqKNIOI8Pc6pF5zMalagJa { top:326px;left:269px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #QgrcuqcJ3blJfVnzOl7TiAOJXC7h18lg { display:block; }
 }@media only screen and (max-width: 763px) { #UbKiCwCfWET12eNqRJV71aEAKeghHvfT { top:81px;left:257px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #U2NlZDcsMm6wOG82n8TT0x47eEmtzxTf { width:297px;height:38px;top:11px;left:211px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #HF7osML2AdvNLkQVGeBu91UqEd9tWSdD { top:326px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #g3gQO4PONriJmKCteT8bkUtGEG7HI8KQ { display:block; }
 }@media only screen and (max-width: 763px) { #GDkpExqMKxQH16RP7BD7PUamzAo5BP5t { top:67px;left:3px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #bCaEwldx6Sud2AbuIzHAnRKES6SloLJ6 { width:297px;height:66px;top:0px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VzIdK98slPmvktqlWJhkeXZACLLvavPr { top:74px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #tog46G48sHEsZ5G7rTgvTgv7WziC9mo4 { top:339px;left:523px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0mVMzQIpR6VrglyVRb0UqmM4WRbUn1 { display:block; }
 }@media only screen and (max-width: 763px) { #l65hHtToswde8vABSFofOQQ4KWp7hFd9 { width:182px;height:46px;top:0px;left:544px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tprt73yCOsVauyQLtIVWLAQIDMsfHw5I { display:block; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVOkhqS9zrWmqDU5prMP6faBlxqux2U5 { top:358px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #OpAixfyglGfCgpXlhiTZvkJHCMqFVsec { display:block; }
 }@media only screen and (max-width: 763px) { #TPASIE4eFXMwS3R762VKbWkZJ1fIiN3W { top:83px;left:2px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #ihfkkG7GdiTTiADKdw8GGiOTTBO6n7K0 { width:182px;height:69px;top:15px;left:35.546875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r4bb6fDtl8DXfXWqhN1WdExWUkcRHVT8 { top:83px;left:256px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #wVXxZyns00rT8ET9ap7izwB9FVzRpk64 { top:358px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #hNXQe5xLbHL2VQI2tRQ0Nweicc0RJGEn { display:block; }
 }@media only screen and (max-width: 763px) { #xcn9KHOL2bBdwAfO177aJ0WHfZJW5SnO { top:358px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #SMgE0okywRh2eGenFpnqNTTqsAeL2C87 { display:block; }
 }@media only screen and (max-width: 763px) { #blxz9W074lnnRRJpANa7CtluHvWGT2A2 { top:83px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #QDXFB8NeTZRTkBhPE6KL6zByhrUTbw7N { width:185px;height:44px;top:28px;left:288.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ml7Vn6onTvubAaMsCI6t7xHQqBHn5P4V { width:308px;height:44px;top:28px;left:454px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WMGtVuLPK5El7fovHSkgDkEwXobk1HCe { display:block; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXzbNqNDQwFcMsMMpPDbVWtTuIAEAVEC { top:92px;left:2px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #qlE2VKvZ7DBvAKfPKlkXNRg6EQ7isRqw { top:359px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #q9mWNXfymhgOA4d8bd85yaz8FcAnQARU { display:block; }
 }@media only screen and (max-width: 763px) { #p8F0DIAAiFRJsr58iorxTi758dXkiSUG { width:185px;height:66px;top:0px;left:34.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { top:21px;left:0px;width:748px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #yspavkMaks9pMg369O5wThLzURK6nLot { display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { top:27px;left:0px;width:764px;height:60px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr { display:block; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZtcxxMUHhluKscEVyzIytq0utguHguu { top:27px;left:23px;width:145px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #QVFDWElTSXBtpUt8g4xuWIkwXLT9vXos { top:17px;left:234px;width:105px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #G2S3ZlUq5WLusO3E4GDdzDB0XhvgTGEv { top:33px;left:351px;width:222px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #yR5ermMm8NIL7Wz5eDq07cS3nRdGVxSs { top:0px;left:608px;width:121px;height:119px;display:block; }
 }@media only screen and (max-width: 763px) { #fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh { display:block; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCBv3klLESVEnnxJlvhTwqPlJdSDUlA7 { top:29px;left:0px;width:221px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #PvDOgbZXfBJ6yaRVMhOsJZdUX4VPQWGE { top:34px;left:205.5px;width:162px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #lgeQRH5wZ0LRdCZxrwHyNn5LlICaUC64 { top:0px;left:419.5px;width:116px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #paAzcl5QxTh5Ch5NaMdm5foehkxdoeS2 { top:35px;left:542px;width:222px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { width:72px;height:70.034775436611px;top:74px;left:595px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:67px;height:64.055138898899px;top:76px;left:684.98828125px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:62px;height:62px;top:77px;left:701px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { top:165px;left:0px;width:241px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { top:74px;left:0px;width:445px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:320px;height:313px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:320px;height:52px;top:21px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:264px;height:72px;top:87px;left:28px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { width:320px;height:51.640245308249px;top:18px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:320px;height:109.1718px;top:177px;left:0px;text-align:center;text-align-last:center;font-size:28px;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK { display:block; }#IenqiSRQlmWQb8sSmP62EN6SVsJGRAXK > .row .container { width:320px;height:1266px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9CZ96sCKbH9udtJWMOvKFrLUHaFvlIy { top:381px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #wgg0EiMntE9Xc3R9ZdK9rZIeNDcCEN0E { display:block; }
 }@media only screen and (max-width: 763px) { #Z0aAcCDdPdMg6TbWhWRrsBcms0eoV3LS { width:247px;height:246px;top:113px;left:37px;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #RlF9UbSUqvzx22eyXNcESGuMWMhp8qo2 { width:297px;height:62.3611px;top:33px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rIfE87g96Bopoh1TWB42xc4pv4F2buJJ { width:248px;height:248px;top:498px;left:37px;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Z6rUT1ppcPD6b8tS3gNb2fHFBuTRlykf { width:297px;height:20.7969px;top:457px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Mhe81JmBnzIUEqlGtMsf5MwbLSz1wWbL { top:766px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TpZV8USJKAPe9VCvuiDsw9sXc5vGDvnd { display:block; }
 }@media only screen and (max-width: 763px) { #inSfVzNglr8dRlBrrkDV0BraPiwFy21c { top:1172px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #u1bgkWhW2RKs6Jo553xmOLwTgP6OByMi { display:block; }
 }@media only screen and (max-width: 763px) { #HLxcp48eNF8bBhmsuPGq971XmHFtJItH { width:250px;height:250px;top:922px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #qUB9A9qaekC5rO1ndnzmJbPyMXWV79Bi { width:182px;height:41.5741px;top:862px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WQApW9Two1QgaqSKl7q1mid7lL6DMoTT { display:block; }#WQApW9Two1QgaqSKl7q1mid7lL6DMoTT > .row .container { width:320px;height:1266px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5yzsgBrCM3GnnCBaRCNlo6LARePugVT { top:381px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #MX0QSt4BdZvWVB4zrq8dUtQ5xmCv7rCU { display:block; }
 }@media only screen and (max-width: 763px) { #cKRW2Jk5ZL83JJh7Tk0S2BwIqgv7713X { width:247px;height:247px;top:113px;left:37px;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #unKhpTO8v6Ectgup441SLQww5XdkG9SQ { width:297px;height:20.787px;top:33px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ato0pK8cGmTsy8OfRGSwOAGaTQgCFTXR { width:247px;height:247px;top:498px;left:37px;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #qok2bFPUBEr0DMKBxBiFoHMl2TLLAzTA { width:297px;height:20.7969px;top:457px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Uao7Uvk3ROwXmyapIRRnDOA6v5vXrWgq { top:766px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Bwyf2sqO6znsLnp9193JgSIbUzgzKfEC { display:block; }
 }@media only screen and (max-width: 763px) { #illQDGCobsWDKAaoGSrfxAPFVcQirFKE { top:1172px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #aa79tlyPg6SRBec851SFrBPEwsCxv1wa { display:block; }
 }@media only screen and (max-width: 763px) { #ln3QlMyOxwcKfTKOHorMPHd3TAkLK0RM { width:249px;height:249px;top:922px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #zQ8EUBTJfLxSG5r6fuLF8gfUJTGl9fpx { width:182px;height:41.5741px;top:862px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 { display:block; }#m0aIXGfarxIuotJ63TiM3Dg7LumoTqu0 > .row .container { width:320px;height:1268px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSVu6d9VufGuBmeIMvD9ktEGL96trAGO { top:383px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #kckFWoXW5VBAIMuW8VF4axXT3LlK2s9R { display:block; }
 }@media only screen and (max-width: 763px) { #DCXkmG1vgqG9nOKLWdxFvZ0TVRSQ7h3E { width:249px;height:249px;top:123px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Jd1lmTCwOan4tw7K1uVXTd3o07TJsMHL { width:181.992px;height:62.3611px;top:40.99609375px;left:68.4765625px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fIA2D5n9KuaTq2tNxeQk4XiSeKC1zRaT { width:250px;height:250px;top:517px;left:36px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Fy6f7R58TgcpTVsxN2mbTAKTema0GPWw { width:182px;height:41.5741px;top:457px;left:70px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1biC99bcDuCFuF0RarcJI23Tb5OJUbJ { top:787px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cI23lhwGIAmbv4NVizXqL1Kdn9CF2KR6 { display:block; }
 }@media only screen and (max-width: 763px) { #uJIefGsLU3LfkzDsEgaW6zd8NTFVeleB { width:250px;height:250px;top:943px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mVXgU4Od61KsT5p1FwDUHK1sVGgHlTkB { top:1193px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BXaCaVIF2NA3ooF64oDXPVK0em3ZV2fT { display:block; }
 }@media only screen and (max-width: 763px) { #bDWKt7Zt1D43KpD24K3LsaC9oOiGTzlT { width:236px;height:41.5741px;top:886px;left:42px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kwdDF4wnZSKLNnptpMwIazT948EpFZio { display:block; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container { width:320px;height:1222px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct7QLddNEqEqKNIOI8Pc6pF5zMalagJa { top:381px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #QgrcuqcJ3blJfVnzOl7TiAOJXC7h18lg { display:block; }
 }@media only screen and (max-width: 763px) { #UbKiCwCfWET12eNqRJV71aEAKeghHvfT { width:248px;height:248px;top:113px;left:37px;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #U2NlZDcsMm6wOG82n8TT0x47eEmtzxTf { width:297px;height:41.5938px;top:33px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HF7osML2AdvNLkQVGeBu91UqEd9tWSdD { top:764px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #g3gQO4PONriJmKCteT8bkUtGEG7HI8KQ { display:block; }
 }@media only screen and (max-width: 763px) { #GDkpExqMKxQH16RP7BD7PUamzAo5BP5t { width:248px;height:248px;top:496px;left:36px;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #bCaEwldx6Sud2AbuIzHAnRKES6SloLJ6 { width:297px;height:62.3906px;top:456px;left:11px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VzIdK98slPmvktqlWJhkeXZACLLvavPr { width:250px;height:250px;top:901px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tog46G48sHEsZ5G7rTgvTgv7WziC9mo4 { top:1167px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0mVMzQIpR6VrglyVRb0UqmM4WRbUn1 { display:block; }
 }@media only screen and (max-width: 763px) { #l65hHtToswde8vABSFofOQQ4KWp7hFd9 { width:182px;height:41.5938px;top:860.390625px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tprt73yCOsVauyQLtIVWLAQIDMsfHw5I { display:block; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container { width:320px;height:1241px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVOkhqS9zrWmqDU5prMP6faBlxqux2U5 { top:759px;left:47px;width:225px;height:55px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OpAixfyglGfCgpXlhiTZvkJHCMqFVsec { display:block; }
 }@media only screen and (max-width: 763px) { #TPASIE4eFXMwS3R762VKbWkZJ1fIiN3W { width:250px;height:250px;top:495.5px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #ihfkkG7GdiTTiADKdw8GGiOTTBO6n7K0 { width:182px;height:62.3906px;top:436.5px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #r4bb6fDtl8DXfXWqhN1WdExWUkcRHVT8 { width:250px;height:250px;top:99px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #wVXxZyns00rT8ET9ap7izwB9FVzRpk64 { top:362px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #hNXQe5xLbHL2VQI2tRQ0Nweicc0RJGEn { display:block; }
 }@media only screen and (max-width: 763px) { #xcn9KHOL2bBdwAfO177aJ0WHfZJW5SnO { top:1140px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #SMgE0okywRh2eGenFpnqNTTqsAeL2C87 { display:block; }
 }@media only screen and (max-width: 763px) { #blxz9W074lnnRRJpANa7CtluHvWGT2A2 { width:250px;height:250px;top:872px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QDXFB8NeTZRTkBhPE6KL6zByhrUTbw7N { width:185px;height:41.5938px;top:22px;left:68px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ml7Vn6onTvubAaMsCI6t7xHQqBHn5P4V { width:308px;height:41.5938px;top:832px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WMGtVuLPK5El7fovHSkgDkEwXobk1HCe { display:block; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container { width:320px;height:427px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXzbNqNDQwFcMsMMpPDbVWtTuIAEAVEC { width:250px;height:250px;top:83px;left:35px;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #qlE2VKvZ7DBvAKfPKlkXNRg6EQ7isRqw { top:353px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #q9mWNXfymhgOA4d8bd85yaz8FcAnQARU { display:block; }
 }@media only screen and (max-width: 763px) { #p8F0DIAAiFRJsr58iorxTi758dXkiSUG { width:185px;height:62.3906px;top:23px;left:67px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { top:21px;left:8px;width:304px;height:58px;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yspavkMaks9pMg369O5wThLzURK6nLot { display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyload, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyloading { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .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); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { width:320px;height:115.172px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr { display:block; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container { width:320px;height:415px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZtcxxMUHhluKscEVyzIytq0utguHguu { width:145px;height:63px;top:20px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #QVFDWElTSXBtpUt8g4xuWIkwXLT9vXos { width:105px;height:82px;top:103px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #G2S3ZlUq5WLusO3E4GDdzDB0XhvgTGEv { width:222px;height:51px;top:205px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #yR5ermMm8NIL7Wz5eDq07cS3nRdGVxSs { width:121px;height:119px;top:276px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh { display:block; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container { width:320px;height:414px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCBv3klLESVEnnxJlvhTwqPlJdSDUlA7 { width:221px;height:50px;top:20px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #PvDOgbZXfBJ6yaRVMhOsJZdUX4VPQWGE { width:162px;height:40px;top:90px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #lgeQRH5wZ0LRdCZxrwHyNn5LlICaUC64 { width:116px;height:116px;top:181px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #paAzcl5QxTh5Ch5NaMdm5foehkxdoeS2 { width:222px;height:37px;top:333px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/S5j1NKui/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .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); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { width:72px;height:70.034775436611px;top:150.3125px;left:124px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:67px;height:64.055138898899px;top:76px;left:126px;font-size:44px;display:none; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:62px;height:62px;top:240.332px;left:129px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { width:240.976px;height:39.996680442829px;top:20px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { width:320px;height:50.337078651685px;top:79.9805px;left:0px;display:block; }
 }