.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: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 > .video-iframe-container {  }#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:15010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px rgba(0,0,0,0.99);top:120px;left:33px;height:31.1875px;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:15011;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:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:76.9922px;width:471.984px;top:11.9765625px;left:265.9453125px;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:14962;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; }
#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { background-color: transparent; background-image: none; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container > .video-iframe-container { display: none; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row > .video-iframe-container { display: none; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .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); }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { border-width: 0; border-radius: 0; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row > .video-iframe-container {  }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#sdkfrqfIT0azVaXVuB3DCt27ZTbVIDNC { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:22.03125px;left:11.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ga6woMbkGcykXRP4D1bXa1oRvPTvJ6EL { z-index:15069;top:326px;left:36px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#corXydrx9pma4evCAEtsmBLbxW4E5U0N { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wQLntVpCBRmzvkBhcO95BFMLcnxsy80X { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:67px;left:36px;overflow:hidden;display:block; }
#p9vM3dWKb05WCWhThIKhh0pIuug6tZpZ { z-index:15080;top:326px;left:367.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#WryvHwZpgnGL9mmze5S7TxC8ohi0zRkN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FrPRh0A3fqctTT1zGPsoXIRiIA2ZV03M { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:247px;width:247px;top:67px;left:356px;overflow:hidden;display:block; }
#Gv5COTpaJkvKewnbBfxMviqc28AHEdIQ { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:22.03125px;left:331.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#um8ArFUUMapTw7ZZhyCmfE4ZBwdy416y { z-index:15075;top:326px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#z6zqXQ3wBtLINCnXizoiR7E3N7E412QL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#P3vGbW7IceiKNz6nThVAhCqFTKvwWuns { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:237px;width:237px;top:72px;left:676.5px;overflow:hidden;display:block; }
#w7UlGS7gDX9Eun7zdQXHp82nhh7sabcP { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:22.03125px;left:651.5px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row .container { background-color: transparent; background-image: none; }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row .container > .video-iframe-container { display: none; }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row > .video-iframe-container { display: none; }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .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); }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row .container { border-width: 0; border-radius: 0; }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row > .video-iframe-container {  }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#r52CIybKoRgU5WRH6oemQaHrNF9M6ZeV { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:22.03125px;left:11.5px;height:44.1876px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R753GsqKvgRuxfRW0JmJy9hTnZuW9B8d { z-index:15069;top:326px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#XD4nvkbDwtPT51NDTnu6sCwzodvVLOMh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nXxeioNlVRRU6NIQDtXiaHWyRXlxWp1x { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:67px;left:36px;overflow:hidden;display:block; }
#PKM0ON0LBA3NbbQSUd3ADQaIggzTnmUi { z-index:15072;top:326px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#wD3De2hEb4ItUQTDXwsgc9drKbBZvQum { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EIJZlxTqlPvs4tQdIbMtddL4tHseHZ9h { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:69px;left:676px;overflow:hidden;display:block; }
#I4rsM4TBctyEiqTXNioP3tQhtTC1Ik2D { z-index:15071;top:326px;left:367.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#UdOKAfrB088b3RboQi3BS4BTWARibUcV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eV04g0XPv2OENUi14wNl9BZVceC4i2tE { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:206px;width:246px;top:87.986114501953px;left:356.99652099609px;overflow:hidden;display:block; }
#eyP537oaODveyK0y3pLyTAcwqFalHXec { color:#2a2e41;display:block;width:236px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:20.71875px;left:689px;height:23.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eqxKh1lTCteNfTyx4wJ1h6GgyC5WLmk0 { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:22.03125px;left:331.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row .container { background-color: transparent; background-image: none; }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row .container > .video-iframe-container { display: none; }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row > .video-iframe-container { display: none; }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .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); }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row .container { border-width: 0; border-radius: 0; }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row > .video-iframe-container {  }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#gw64lkvCpzbio0ay89f05Spr7zQ5GwKy { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:221px;width:221px;top:80.5px;left:49.5px;overflow:hidden;display:block; }
#ZeV0agGt2S5EgxSFSB78nmlLNEklKvh6 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:67px;left:356px;overflow:hidden;display:block; }
#OC8Z3WRerGvFG50NpV60nD1pxxMxpwbA { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:19.4375px;left:11.5px;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5fk41EArQqCxvQaVzuLZL7AHKgDhOdS { color:#2a2e41;display:block;width:297px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:19.4375px;left:331.5px;height:22.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQ75K58trQVqffor4tzwi8hfVfsbh0vl { z-index:15078;top:326px;left:47.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#AAy3ODyVU0ucXQDCbKMbCd8xAVsqbWTc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MmOpkffBoqrv286BkQnEBKTfoUoFUqzE { z-index:15079;top:326px;left:367.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#cwl4B7RiXwvGnONOZBKp69TLVOJAwfbx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QtOMqTb1m8nZCs4qEF8NadGHf6Zv5M0i { color:#2a2e41;display:block;width:296.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:8.390625px;left:651.5px;height:44.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPXn2gMdC4CT9QNTfrxRPKIq5bwRAcz0 { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:235px;width:235px;top:73.5px;left:682.5px;overflow:hidden;display:block; }
#XLuF1VZL1T2AZa9TiAMwwtADOhTtfV2q { z-index:15080;top:326px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#n5imLbQEfbc1iTbKLusl4MT0G59OdOT0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .row .container { background-color: transparent; background-image: none; }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .row .container > .video-iframe-container { display: none; }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .row > .video-iframe-container { display: none; }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .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); }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .row .container { border-width: 0; border-radius: 0; }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .row > .video-iframe-container {  }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#v6lNzG4ZGn6QugJQm6JyZiXUo8xn0w0t { color:#2a2e41;display:block;width:296.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:19.953125px;left:331.5px;height:44.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fdGsMcvW08DSg7xkEbiLhNX01ihX7BCi { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;height:207px;width:207px;top:91px;left:376.5px;overflow:hidden;display:block; }
#wBcNlJqqHyTrclouiTQ07QKuWKHmdXyR { z-index:15086;top:335px;left:367.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#BFBEqi9tNsZNvPTTKgwhI9lVRFi3eE3c { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ctE9KVI4peeg4ROEehDEkBfMeTCCaWGc { color:#2a2e41;display:block;width:296.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:31px;left:0px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLbKakCAgf56b9ZAL4ZvSvOmpTbPTNA5 { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:220px;top:84.5px;left:31.5px;overflow:hidden;display:block; }
#OIxmfN0i2kiIA0i7k0IUkmBR9hpp08AJ { z-index:15080;top:335px;left:29px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#fTCuqEVVwcJnVDMwikN9CnXGzgv7QyW7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ExcqRuQtoqp2K8hMTbFFXQwSkrZss2pX { color:#2a2e41;display:block;width:296.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:31.03125px;left:651.5px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeAvSiTe5CTSdXa8TF9AA8o1wXmvmq7d { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:235px;width:235px;top:77px;left:682.5px;overflow:hidden;display:block; }
#twQXvH3ftFnz9ET3bH2OMMQVxlraIM5d { z-index:15080;top:336px;left:689px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#eNWpkbPaLdBCrJrpAdQo6uHcGSL9UqHh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .row .container { background-color: transparent; background-image: none; }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .row .container > .video-iframe-container { display: none; }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .row > .video-iframe-container { display: none; }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .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); }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .row .container { border-width: 0; border-radius: 0; }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .row > .video-iframe-container {  }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .row .container { font-size:14px;font-family:"open sans";height:410px;width:960px;position:relative;display:block; }#ww4QmJ007x2TtXFmxzgELuM5kuZS79Ts { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:235px;width:235px;top:78px;left:31px;overflow:hidden;display:block; }
#Ab4AkbODm5b0FWmLwUGscDZvihiyFtz8 { z-index:15078;top:332px;left:36px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#APFPfbzg1rw909mAJT2MPXxA7ikikN5a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qsAmqwRT1wKAAIQtGGTBF7zIqBzmKN1J { color:#2a2e41;display:block;width:296.997px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:23px;left:0px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cDH7cV9uwZeWL3XaOrp0TqyT3Bs5lHQt { color:#2a2e41;display:block;width:296.984px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:24px;left:332px;height:44.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#my4vlK4MgHyONAKAnv3wlUh58BGmvQJC { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:235px;width:235px;top:78px;left:360px;overflow:hidden;display:block; }
#DqNt1now8lgAp9kxrPsK6ib2rRyP839a { z-index:15077;top:331px;left:368px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#NeF92boU9rD3BEol93xpARgiHuVceicH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gbpaFCEOGdp3B7U1OIQUhh9m6NglTJBQ { color:#2a2e41;display:block;width:296.984px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:24px;left:652px;height:44.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sR7dPt3yXQzkyhSuprLlDFrfzDWiNPEs { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:235px;width:235px;top:78px;left:680px;overflow:hidden;display:block; }
#FDlpxMW3TNRK06QWIHrTkTBns1zn24uT { z-index:15080;top:331px;left:688px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#uXuNdJQf6Zayp6oked3yPuv3WE2xZtxP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .row .container { background-color: transparent; background-image: none; }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .row .container > .video-iframe-container { display: none; }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .row > .video-iframe-container { display: none; }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .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); }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .row .container { border-width: 0; border-radius: 0; }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .row > .video-iframe-container {  }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .row .container { font-size:14px;font-family:"open sans";height:435px;width:960px;position:relative;display:block; }#HLBHXn9fOVmf8wW2WK4tJpOLPW0bTquV { color:#2a2e41;display:block;width:296.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:27px;left:332px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gVTIAgAmmzzU7KxhnnsPzE17JmWHziqp { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:235px;width:234px;top:95px;left:364px;overflow:hidden;display:block; }
#okH968f8RXt9Ey3l2GpB8WXZgm1HoXlI { z-index:15086;top:353px;left:368px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#Du8K2J0iKKN5CAL3c5E7wWasN1qn8uyt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fwu7K5s72cKlp7ACFLbGCJ3xA00wn33A { color:#2a2e41;display:block;width:296.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:38.03125px;left:11.5px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gy5bFdzJfg970wCIF5IMPsDWMpLH5LlH { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:102px;width:234px;top:166.5px;left:43px;overflow:hidden;display:block; }
#GeLNNp7oSVXS44QNRap5Mbqpfh4OAEbk { z-index:15089;top:348px;left:48px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#BvuHrLHh3RunIx6ZmJyUGCx0sBihAPhd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FsHGz6WmNT1rgXK2mpRfwy5SSv6mZzGM { color:#2a2e41;display:block;width:296.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:38.03125px;left:651.5px;height:22.0938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#viONmg8vTbq6KeWGA5AT1LJRd9upoyiX { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:220px;top:88px;left:692px;overflow:hidden;display:block; }
#mWevMgQv67VLVbGgfJTW08SQ1NgoC1nB { z-index:15086;top:353px;left:687.5px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#pXa6zETthnhMphNKwlCcbIWWL9b0ndMb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;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 > .video-iframe-container {  }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { font-size:14px;font-family:"open sans";height:139px;width:960px;position:relative;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 > .video-iframe-container {  }#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 > .video-iframe-container {  }#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:15009;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:15010;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:15011;top:77px;left:858px;display:block; }
#BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { position:absolute;display:block;z-index:15012;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:15009;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:11px;left:167.9453125px;width:471px;height:76.831685396115px;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) { #pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ { display:block; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdkfrqfIT0azVaXVuB3DCt27ZTbVIDNC { width:297px;height:22px;top:22px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ga6woMbkGcykXRP4D1bXa1oRvPTvJ6EL { top:326px;left:3px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #corXydrx9pma4evCAEtsmBLbxW4E5U0N { display:block; }
 }@media only screen and (max-width: 763px) { #wQLntVpCBRmzvkBhcO95BFMLcnxsy80X { top:67px;left:3px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #p9vM3dWKb05WCWhThIKhh0pIuug6tZpZ { top:326px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #WryvHwZpgnGL9mmze5S7TxC8ohi0zRkN { display:block; }
 }@media only screen and (max-width: 763px) { #FrPRh0A3fqctTT1zGPsoXIRiIA2ZV03M { top:67px;left:257px;width:247px;height:247px;display:block; }
 }@media only screen and (max-width: 763px) { #Gv5COTpaJkvKewnbBfxMviqc28AHEdIQ { width:297px;height:22px;top:22px;left:211px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #um8ArFUUMapTw7ZZhyCmfE4ZBwdy416y { top:326px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #z6zqXQ3wBtLINCnXizoiR7E3N7E412QL { display:block; }
 }@media only screen and (max-width: 763px) { #P3vGbW7IceiKNz6nThVAhCqFTKvwWuns { top:72px;left:511.5px;width:237px;height:237px;display:block; }
 }@media only screen and (max-width: 763px) { #w7UlGS7gDX9Eun7zdQXHp82nhh7sabcP { width:297px;height:44px;top:22px;left:465px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk { display:block; }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r52CIybKoRgU5WRH6oemQaHrNF9M6ZeV { width:297px;height:44px;top:22px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #R753GsqKvgRuxfRW0JmJy9hTnZuW9B8d { top:326px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #XD4nvkbDwtPT51NDTnu6sCwzodvVLOMh { display:block; }
 }@media only screen and (max-width: 763px) { #nXxeioNlVRRU6NIQDtXiaHWyRXlxWp1x { top:67px;left:3px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #PKM0ON0LBA3NbbQSUd3ADQaIggzTnmUi { top:326px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #wD3De2hEb4ItUQTDXwsgc9drKbBZvQum { display:block; }
 }@media only screen and (max-width: 763px) { #EIJZlxTqlPvs4tQdIbMtddL4tHseHZ9h { top:69px;left:511px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #I4rsM4TBctyEiqTXNioP3tQhtTC1Ik2D { top:326px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #UdOKAfrB088b3RboQi3BS4BTWARibUcV { display:block; }
 }@media only screen and (max-width: 763px) { #eV04g0XPv2OENUi14wNl9BZVceC4i2tE { top:87px;left:257.99652099609px;width:246px;height:206px;display:block; }
 }@media only screen and (max-width: 763px) { #eyP537oaODveyK0y3pLyTAcwqFalHXec { width:236px;height:23px;top:20px;left:524px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eqxKh1lTCteNfTyx4wJ1h6GgyC5WLmk0 { width:297px;height:22px;top:22px;left:211px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA { display:block; }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gw64lkvCpzbio0ay89f05Spr7zQ5GwKy { top:80px;left:16.5px;width:221px;height:221px;display:block; }
 }@media only screen and (max-width: 763px) { #ZeV0agGt2S5EgxSFSB78nmlLNEklKvh6 { top:67px;left:257px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #OC8Z3WRerGvFG50NpV60nD1pxxMxpwbA { width:297px;height:22px;top:19px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #V5fk41EArQqCxvQaVzuLZL7AHKgDhOdS { width:297px;height:22px;top:19px;left:211px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fQ75K58trQVqffor4tzwi8hfVfsbh0vl { top:326px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #AAy3ODyVU0ucXQDCbKMbCd8xAVsqbWTc { display:block; }
 }@media only screen and (max-width: 763px) { #MmOpkffBoqrv286BkQnEBKTfoUoFUqzE { top:326px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cwl4B7RiXwvGnONOZBKp69TLVOJAwfbx { display:block; }
 }@media only screen and (max-width: 763px) { #QtOMqTb1m8nZCs4qEF8NadGHf6Zv5M0i { width:296px;height:44px;top:8px;left:466px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #LPXn2gMdC4CT9QNTfrxRPKIq5bwRAcz0 { top:73px;left:517.5px;width:235px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #XLuF1VZL1T2AZa9TiAMwwtADOhTtfV2q { top:326px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #n5imLbQEfbc1iTbKLusl4MT0G59OdOT0 { display:block; }
 }@media only screen and (max-width: 763px) { #ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 { display:block; }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6lNzG4ZGn6QugJQm6JyZiXUo8xn0w0t { width:296px;height:44px;top:19px;left:212px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fdGsMcvW08DSg7xkEbiLhNX01ihX7BCi { top:91px;left:277.5px;width:207px;height:207px;display:block; }
 }@media only screen and (max-width: 763px) { #wBcNlJqqHyTrclouiTQ07QKuWKHmdXyR { top:335px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BFBEqi9tNsZNvPTTKgwhI9lVRFi3eE3c { display:block; }
 }@media only screen and (max-width: 763px) { #ctE9KVI4peeg4ROEehDEkBfMeTCCaWGc { width:296px;height:22px;top:31px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TLbKakCAgf56b9ZAL4ZvSvOmpTbPTNA5 { top:84px;left:0px;width:220px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #OIxmfN0i2kiIA0i7k0IUkmBR9hpp08AJ { top:335px;left:0px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #fTCuqEVVwcJnVDMwikN9CnXGzgv7QyW7 { display:block; }
 }@media only screen and (max-width: 763px) { #ExcqRuQtoqp2K8hMTbFFXQwSkrZss2pX { width:296px;height:22px;top:31px;left:466px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TeAvSiTe5CTSdXa8TF9AA8o1wXmvmq7d { top:77px;left:517.5px;width:235px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #twQXvH3ftFnz9ET3bH2OMMQVxlraIM5d { top:336px;left:524px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #eNWpkbPaLdBCrJrpAdQo6uHcGSL9UqHh { display:block; }
 }@media only screen and (max-width: 763px) { #e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr { display:block; }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww4QmJ007x2TtXFmxzgELuM5kuZS79Ts { top:78px;left:0px;width:235px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #Ab4AkbODm5b0FWmLwUGscDZvihiyFtz8 { top:332px;left:3px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #APFPfbzg1rw909mAJT2MPXxA7ikikN5a { display:block; }
 }@media only screen and (max-width: 763px) { #qsAmqwRT1wKAAIQtGGTBF7zIqBzmKN1J { width:296px;height:44px;top:23px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cDH7cV9uwZeWL3XaOrp0TqyT3Bs5lHQt { width:296px;height:44px;top:24px;left:212px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #my4vlK4MgHyONAKAnv3wlUh58BGmvQJC { top:78px;left:261px;width:235px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #DqNt1now8lgAp9kxrPsK6ib2rRyP839a { top:331px;left:269px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #NeF92boU9rD3BEol93xpARgiHuVceicH { display:block; }
 }@media only screen and (max-width: 763px) { #gbpaFCEOGdp3B7U1OIQUhh9m6NglTJBQ { width:296px;height:44px;top:24px;left:466px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sR7dPt3yXQzkyhSuprLlDFrfzDWiNPEs { top:78px;left:515px;width:235px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #FDlpxMW3TNRK06QWIHrTkTBns1zn24uT { top:331px;left:523px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #uXuNdJQf6Zayp6oked3yPuv3WE2xZtxP { display:block; }
 }@media only screen and (max-width: 763px) { #TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ { display:block; }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLBHXn9fOVmf8wW2WK4tJpOLPW0bTquV { width:296px;height:44px;top:27px;left:212px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gVTIAgAmmzzU7KxhnnsPzE17JmWHziqp { top:95px;left:265px;width:234px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #okH968f8RXt9Ey3l2GpB8WXZgm1HoXlI { top:353px;left:269px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Du8K2J0iKKN5CAL3c5E7wWasN1qn8uyt { display:block; }
 }@media only screen and (max-width: 763px) { #fwu7K5s72cKlp7ACFLbGCJ3xA00wn33A { width:296px;height:22px;top:38px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Gy5bFdzJfg970wCIF5IMPsDWMpLH5LlH { top:166px;left:10px;width:234px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #GeLNNp7oSVXS44QNRap5Mbqpfh4OAEbk { top:348px;left:15px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BvuHrLHh3RunIx6ZmJyUGCx0sBihAPhd { display:block; }
 }@media only screen and (max-width: 763px) { #FsHGz6WmNT1rgXK2mpRfwy5SSv6mZzGM { width:296px;height:22px;top:38px;left:466px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #viONmg8vTbq6KeWGA5AT1LJRd9upoyiX { top:88px;left:527px;width:220px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #mWevMgQv67VLVbGgfJTW08SQ1NgoC1nB { top:353px;left:522.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #pXa6zETthnhMphNKwlCcbIWWL9b0ndMb { 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) { #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:310px;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:52.199871182074px;top:11px;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:14993;display:block; }
 }@media only screen and (max-width: 763px) { #pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ { display:block; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { width:320px;height:1202px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdkfrqfIT0azVaXVuB3DCt27ZTbVIDNC { width:297px;height:20.8px;top:18px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ga6woMbkGcykXRP4D1bXa1oRvPTvJ6EL { top:285px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #corXydrx9pma4evCAEtsmBLbxW4E5U0N { display:block; }
 }@media only screen and (max-width: 763px) { #wQLntVpCBRmzvkBhcO95BFMLcnxsy80X { width:248px;height:248px;top:38px;left:36px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #p9vM3dWKb05WCWhThIKhh0pIuug6tZpZ { top:692px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #WryvHwZpgnGL9mmze5S7TxC8ohi0zRkN { display:block; }
 }@media only screen and (max-width: 763px) { #FrPRh0A3fqctTT1zGPsoXIRiIA2ZV03M { width:248px;height:248px;top:427px;left:36px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Gv5COTpaJkvKewnbBfxMviqc28AHEdIQ { width:297px;height:20.8px;top:388px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #um8ArFUUMapTw7ZZhyCmfE4ZBwdy416y { top:1109px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #z6zqXQ3wBtLINCnXizoiR7E3N7E412QL { display:block; }
 }@media only screen and (max-width: 763px) { #P3vGbW7IceiKNz6nThVAhCqFTKvwWuns { width:238px;height:238px;top:855px;left:37px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #w7UlGS7gDX9Eun7zdQXHp82nhh7sabcP { width:297px;height:20.8px;top:820px;left:23px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk { display:block; }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row .container { width:320px;height:1192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r52CIybKoRgU5WRH6oemQaHrNF9M6ZeV { width:297px;height:41.6px;top:18px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R753GsqKvgRuxfRW0JmJy9hTnZuW9B8d { top:328px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #XD4nvkbDwtPT51NDTnu6sCwzodvVLOMh { display:block; }
 }@media only screen and (max-width: 763px) { #nXxeioNlVRRU6NIQDtXiaHWyRXlxWp1x { width:248px;height:248px;top:68px;left:36px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #PKM0ON0LBA3NbbQSUd3ADQaIggzTnmUi { top:1120px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #wD3De2hEb4ItUQTDXwsgc9drKbBZvQum { display:block; }
 }@media only screen and (max-width: 763px) { #EIJZlxTqlPvs4tQdIbMtddL4tHseHZ9h { width:250px;height:250px;top:855px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #I4rsM4TBctyEiqTXNioP3tQhtTC1Ik2D { top:703px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #UdOKAfrB088b3RboQi3BS4BTWARibUcV { display:block; }
 }@media only screen and (max-width: 763px) { #eV04g0XPv2OENUi14wNl9BZVceC4i2tE { width:246px;height:206px;top:448px;left:37px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #eyP537oaODveyK0y3pLyTAcwqFalHXec { width:236px;height:20.8px;top:813px;left:42px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eqxKh1lTCteNfTyx4wJ1h6GgyC5WLmk0 { width:297px;height:20.8px;top:428.1875px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA { display:block; }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row .container { width:320px;height:1187px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gw64lkvCpzbio0ay89f05Spr7zQ5GwKy { width:222px;height:222px;top:62.75px;left:49px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ZeV0agGt2S5EgxSFSB78nmlLNEklKvh6 { width:248px;height:248px;top:441.5px;left:36px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #OC8Z3WRerGvFG50NpV60nD1pxxMxpwbA { width:297px;height:20.8px;top:26px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #V5fk41EArQqCxvQaVzuLZL7AHKgDhOdS { width:297px;height:20.8px;top:399.75px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fQ75K58trQVqffor4tzwi8hfVfsbh0vl { top:315.75px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #AAy3ODyVU0ucXQDCbKMbCd8xAVsqbWTc { display:block; }
 }@media only screen and (max-width: 763px) { #MmOpkffBoqrv286BkQnEBKTfoUoFUqzE { top:711.5px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cwl4B7RiXwvGnONOZBKp69TLVOJAwfbx { display:block; }
 }@media only screen and (max-width: 763px) { #QtOMqTb1m8nZCs4qEF8NadGHf6Zv5M0i { width:296px;height:41.5938px;top:786.5px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LPXn2gMdC4CT9QNTfrxRPKIq5bwRAcz0 { width:235px;height:235px;top:848.0938px;left:42px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #XLuF1VZL1T2AZa9TiAMwwtADOhTtfV2q { top:1103.0938px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #n5imLbQEfbc1iTbKLusl4MT0G59OdOT0 { display:block; }
 }@media only screen and (max-width: 763px) { #ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 { display:block; }#ThPbp5abVLrV7mrtxrQ7NH00QarCITF2 > .row .container { width:320px;height:1144px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6lNzG4ZGn6QugJQm6JyZiXUo8xn0w0t { width:296px;height:41.5938px;top:378px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fdGsMcvW08DSg7xkEbiLhNX01ihX7BCi { width:207px;height:207px;top:440px;left:56px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #wBcNlJqqHyTrclouiTQ07QKuWKHmdXyR { top:667px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BFBEqi9tNsZNvPTTKgwhI9lVRFi3eE3c { display:block; }
 }@media only screen and (max-width: 763px) { #ctE9KVI4peeg4ROEehDEkBfMeTCCaWGc { width:296px;height:20.7969px;top:23px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TLbKakCAgf56b9ZAL4ZvSvOmpTbPTNA5 { width:220px;height:220px;top:63px;left:50px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #OIxmfN0i2kiIA0i7k0IUkmBR9hpp08AJ { top:303px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #fTCuqEVVwcJnVDMwikN9CnXGzgv7QyW7 { display:block; }
 }@media only screen and (max-width: 763px) { #ExcqRuQtoqp2K8hMTbFFXQwSkrZss2pX { width:296px;height:20.7969px;top:771px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TeAvSiTe5CTSdXa8TF9AA8o1wXmvmq7d { width:235px;height:235px;top:811px;left:42px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #twQXvH3ftFnz9ET3bH2OMMQVxlraIM5d { top:1066px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #eNWpkbPaLdBCrJrpAdQo6uHcGSL9UqHh { display:block; }
 }@media only screen and (max-width: 763px) { #e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr { display:block; }#e5pv4JerPEfH1RaDXkyctLBHCrZCTMgr > .row .container { width:320px;height:1216px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww4QmJ007x2TtXFmxzgELuM5kuZS79Ts { width:235px;height:235px;top:492.6876px;left:42px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Ab4AkbODm5b0FWmLwUGscDZvihiyFtz8 { top:747.6876px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #APFPfbzg1rw909mAJT2MPXxA7ikikN5a { display:block; }
 }@media only screen and (max-width: 763px) { #qsAmqwRT1wKAAIQtGGTBF7zIqBzmKN1J { width:296px;height:41.5938px;top:431.0938px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cDH7cV9uwZeWL3XaOrp0TqyT3Bs5lHQt { width:297px;height:41.5938px;top:42.5px;left:11.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #my4vlK4MgHyONAKAnv3wlUh58BGmvQJC { width:235px;height:235px;top:100px;left:43px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #DqNt1now8lgAp9kxrPsK6ib2rRyP839a { top:351px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #NeF92boU9rD3BEol93xpARgiHuVceicH { display:block; }
 }@media only screen and (max-width: 763px) { #gbpaFCEOGdp3B7U1OIQUhh9m6NglTJBQ { width:296px;height:41.5938px;top:822.6875px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sR7dPt3yXQzkyhSuprLlDFrfzDWiNPEs { width:235px;height:235px;top:884.2813px;left:42px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #FDlpxMW3TNRK06QWIHrTkTBns1zn24uT { top:1139.2813px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #uXuNdJQf6Zayp6oked3yPuv3WE2xZtxP { display:block; }
 }@media only screen and (max-width: 763px) { #TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ { display:block; }#TH4whLVvVi1PHN9JkVhmLOsFba2Td4sQ > .row .container { width:320px;height:1058px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLBHXn9fOVmf8wW2WK4tJpOLPW0bTquV { width:296px;height:20.7969px;top:20px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gVTIAgAmmzzU7KxhnnsPzE17JmWHziqp { width:234px;height:235px;top:60.7969px;left:43px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #okH968f8RXt9Ey3l2GpB8WXZgm1HoXlI { top:315.7969px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Du8K2J0iKKN5CAL3c5E7wWasN1qn8uyt { display:block; }
 }@media only screen and (max-width: 763px) { #fwu7K5s72cKlp7ACFLbGCJ3xA00wn33A { width:296px;height:20.7969px;top:751px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Gy5bFdzJfg970wCIF5IMPsDWMpLH5LlH { width:234px;height:102px;top:830px;left:43px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #GeLNNp7oSVXS44QNRap5Mbqpfh4OAEbk { top:993px;left:47.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BvuHrLHh3RunIx6ZmJyUGCx0sBihAPhd { display:block; }
 }@media only screen and (max-width: 763px) { #FsHGz6WmNT1rgXK2mpRfwy5SSv6mZzGM { width:296px;height:20.7969px;top:396px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #viONmg8vTbq6KeWGA5AT1LJRd9upoyiX { width:220px;height:220px;top:436px;left:50px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #mWevMgQv67VLVbGgfJTW08SQ1NgoC1nB { top:676px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #pXa6zETthnhMphNKwlCcbIWWL9b0ndMb { 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) { #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; }
 }