.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
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:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:55.874rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.99);top:7.5rem;left:2.0625rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:57.1228125rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.99);top:10.185546875rem;left:2.813720703125rem;height:4.875rem;font-style:normal;display:block; }
#EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8120125rem;width:29.499rem;top:0.74853515625rem;left:16.62158203125rem;overflow:hidden;display:block; }
#rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { color:#000000;display:block;width:59.9353125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:99962;line-height:1.3;letter-spacing:0;top:20.435791015625rem;left:0rem;height:4.8741375rem;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:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#sdkfrqfIT0azVaXVuB3DCt27ZTbVIDNC { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:0.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ga6woMbkGcykXRP4D1bXa1oRvPTvJ6EL { z-index:100069;top:20.375rem;left:2.25rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#corXydrx9pma4evCAEtsmBLbxW4E5U0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wQLntVpCBRmzvkBhcO95BFMLcnxsy80X { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:2.25rem;overflow:hidden;display:block; }
#p9vM3dWKb05WCWhThIKhh0pIuug6tZpZ { z-index:100080;top:20.375rem;left:22.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WryvHwZpgnGL9mmze5S7TxC8ohi0zRkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FrPRh0A3fqctTT1zGPsoXIRiIA2ZV03M { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:22.25rem;overflow:hidden;display:block; }
#Gv5COTpaJkvKewnbBfxMviqc28AHEdIQ { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:20.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#um8ArFUUMapTw7ZZhyCmfE4ZBwdy416y { z-index:100075;top:20.375rem;left:42.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z6zqXQ3wBtLINCnXizoiR7E3N7E412QL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P3vGbW7IceiKNz6nThVAhCqFTKvwWuns { position:absolute;display:block;z-index:100077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.875rem;width:15.4375rem;top:4.5rem;left:42.28125rem;overflow:hidden;display:block; }
#w7UlGS7gDX9Eun7zdQXHp82nhh7sabcP { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:40.71875rem;height:1.3808625rem;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:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#r52CIybKoRgU5WRH6oemQaHrNF9M6ZeV { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:0.71875rem;height:2.7604125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R753GsqKvgRuxfRW0JmJy9hTnZuW9B8d { z-index:100069;top:19.6875rem;left:2.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XD4nvkbDwtPT51NDTnu6sCwzodvVLOMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nXxeioNlVRRU6NIQDtXiaHWyRXlxWp1x { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:2.25rem;overflow:hidden;display:block; }
#PKM0ON0LBA3NbbQSUd3ADQaIggzTnmUi { z-index:100072;top:20.375rem;left:42.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wD3De2hEb4ItUQTDXwsgc9drKbBZvQum { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EIJZlxTqlPvs4tQdIbMtddL4tHseHZ9h { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.3125rem;left:42.25rem;overflow:hidden;display:block; }
#I4rsM4TBctyEiqTXNioP3tQhtTC1Ik2D { z-index:100071;top:20.375rem;left:22.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UdOKAfrB088b3RboQi3BS4BTWARibUcV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eV04g0XPv2OENUi14wNl9BZVceC4i2tE { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:15.4375rem;top:4.138671875rem;left:22.28125rem;overflow:hidden;display:block; }
#eyP537oaODveyK0y3pLyTAcwqFalHXec { color:#2a2e41;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.294921875rem;left:43.0625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eqxKh1lTCteNfTyx4wJ1h6GgyC5WLmk0 { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:20.71875rem;height:1.3808625rem;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:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#wKJb5ISyxNz3mmNse30mUH3FNCpHLODs { z-index:100077;top:20.375rem;left:2.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nv6vQ7SnebnwU7717soG3QOl1JRXAH7H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xhO2UTllTDAQBrOysa2vn9IntQ0Ca70U { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.6875rem;top:3.78125rem;left:2.65625rem;overflow:hidden;display:block; }
#T4fp5vRb6EL3HOS74ZtquTfaMWKrg7ho { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:0.71875rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gw64lkvCpzbio0ay89f05Spr7zQ5GwKy { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.8125rem;width:13.8125rem;top:4.1875rem;left:23.000001907349rem;overflow:hidden;display:block; }
#ZeV0agGt2S5EgxSFSB78nmlLNEklKvh6 { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:42.25rem;overflow:hidden;display:block; }
#OC8Z3WRerGvFG50NpV60nD1pxxMxpwbA { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:20.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5fk41EArQqCxvQaVzuLZL7AHKgDhOdS { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:41.4375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQ75K58trQVqffor4tzwi8hfVfsbh0vl { z-index:100078;top:20.375rem;left:22.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AAy3ODyVU0ucXQDCbKMbCd8xAVsqbWTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MmOpkffBoqrv286BkQnEBKTfoUoFUqzE { z-index:100079;top:20.375rem;left:42.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cwl4B7RiXwvGnONOZBKp69TLVOJAwfbx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .row .container { background-color: transparent; background-image: none; }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .row .container > .video-iframe-container { display: none; }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .row > .video-iframe-container { display: none; }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .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); }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .row .container { border-width: 0; border-radius: 0; }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .row > .video-iframe-container {  }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#ucD2qVNqAF74yod8cfVlSVRyPVhONnTe { z-index:100077;top:20.375rem;left:2.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sKCCRbJwkmbPOCh0VK9PsXvIlKnfylDn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yPnxzZCm2BvnvctcRgHHtyc6Tgmo0sWn { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.6875rem;top:3.78125rem;left:2.65625rem;overflow:hidden;display:block; }
#Qz5cwTqQQem0QnofnMVPQZ6fJfu4hRSZ { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:0.71875rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP { position:relative;display:block; }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP { background-color: transparent; background-image: none; }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP > .row .container > .video-iframe-container { display: none; }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP > .row > .video-iframe-container { display: none; }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP > .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); }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP { border-width: 0; border-radius: 0; }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP > .row .container > .video-iframe-container {  }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#AHZJLCULnRff4drq7OHs5iHGMpVTgo62 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:43.25rem;top:3.25rem;left:8.3750019073488rem;overflow:hidden;display:block; }
#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .row .container { background-color: transparent; background-image: none; }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .row .container > .video-iframe-container { display: none; }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .row > .video-iframe-container { display: none; }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .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); }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .row .container { border-width: 0; border-radius: 0; }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .row > .video-iframe-container {  }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#OQPMCgXHyi6zJlLHcl8NgLI5Zyv8aBt4 { z-index:100080;top:22.375rem;left:2.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#beNmEcRFmhL4ksPbT2SJkPvBEtJLCH6R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ESgMUIHqbAIsa8DhE6vfmaQPN8673McT { position:absolute;display:block;z-index:100114;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.21875rem;left:2.1875rem;overflow:hidden;display:block; }
#mr30TxCGRnGdoQVsROPWN8s0tFzn9WCU { color:#2a2e41;display:block;width:11.4306875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:0.96875rem;left:4.2841796875rem;height:4.38801875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EIxOGF7muJ87htDIMGcxdVfbJF7JVCXT { position:absolute;display:block;z-index:100111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:15.5rem;top:7.84375rem;left:22.1875rem;overflow:hidden;display:block; }
#mTxdo04r5x5lSbTaTo6i06CoavcBLwT8 { z-index:100097;top:22.375rem;left:22.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L672Z7T3HresQs8TwCWIQNB5bg0QyRIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H3auxq9mEvSoWR978q24a0R4T9DvJSTF { color:#2a2e41;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:1.7802734375rem;left:22.71875rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FipJKQ7rW1he33aDEa7VG8ltKM4O9LL1 { position:absolute;display:block;z-index:100107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:9.3125rem;top:6.5625rem;left:45.34375rem;overflow:hidden;display:block; }
#VDBaTetRasBCG77Jm5WZFfyfOcmKcxrW { z-index:100087;top:22.375rem;left:42.96875rem;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ut3XQftr75MrGOfxq7yyXasT6FqRWMf0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QwvTDF8HsGKMDWWEo3lTulxOUOvCpuDv { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:1.7802734375rem;left:44.21875rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;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:0.875rem;font-family:"open sans";height:10.0625rem;width:60rem;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:0.875rem;font-family:"open sans";height:7.1875rem;width:60rem;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:0.875rem;font-family:"open sans";height:13.6875rem;width:60rem;position:relative;display:block; }#tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { box-sizing:content-box;color:#d1428e;font-size:3.0625rem;font-weight:400;line-height:1;height:4.43725625rem;width:4.56176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:4.625rem;left:43.3125rem;display:block; }
#KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { box-sizing:content-box;color:#d1428e;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.24926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:4.810791015625rem;left:48.936767578125rem;display:block; }
#CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { box-sizing:content-box;color:#d1428e;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:4.8125rem;left:53.625rem;display:block; }
#BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:15.0625rem;top:9.69384765625rem;left:-33.667970657349rem;overflow:hidden;display:block; }
#dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:27.8125rem;top:4.654541015625rem;left:0rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { top:7.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:10.125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { top:0.6875rem;left:10.49658203125rem;width:29.4375rem;height:4.8019803372572rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:47.75rem;height:4.8125rem;top:20.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ { display:block; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdkfrqfIT0azVaXVuB3DCt27ZTbVIDNC { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga6woMbkGcykXRP4D1bXa1oRvPTvJ6EL { top:20.375rem;left:0.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #corXydrx9pma4evCAEtsmBLbxW4E5U0N { display:block; }
 }@media only screen and (max-width: 763px) { #wQLntVpCBRmzvkBhcO95BFMLcnxsy80X { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9vM3dWKb05WCWhThIKhh0pIuug6tZpZ { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WryvHwZpgnGL9mmze5S7TxC8ohi0zRkN { display:block; }
 }@media only screen and (max-width: 763px) { #FrPRh0A3fqctTT1zGPsoXIRiIA2ZV03M { top:4.1875rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv5COTpaJkvKewnbBfxMviqc28AHEdIQ { width:18.5625rem;height:1.375rem;top:1.375rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #um8ArFUUMapTw7ZZhyCmfE4ZBwdy416y { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6zqXQ3wBtLINCnXizoiR7E3N7E412QL { display:block; }
 }@media only screen and (max-width: 763px) { #P3vGbW7IceiKNz6nThVAhCqFTKvwWuns { top:4.5rem;left:31.96875rem;width:15.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7UlGS7gDX9Eun7zdQXHp82nhh7sabcP { width:18.5625rem;height:2.75rem;top:1.375rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk { display:block; }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r52CIybKoRgU5WRH6oemQaHrNF9M6ZeV { width:18.5625rem;height:2.75rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R753GsqKvgRuxfRW0JmJy9hTnZuW9B8d { top:19.6875rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD4nvkbDwtPT51NDTnu6sCwzodvVLOMh { display:block; }
 }@media only screen and (max-width: 763px) { #nXxeioNlVRRU6NIQDtXiaHWyRXlxWp1x { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKM0ON0LBA3NbbQSUd3ADQaIggzTnmUi { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD3De2hEb4ItUQTDXwsgc9drKbBZvQum { display:block; }
 }@media only screen and (max-width: 763px) { #EIJZlxTqlPvs4tQdIbMtddL4tHseHZ9h { top:4.3125rem;left:31.9375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4rsM4TBctyEiqTXNioP3tQhtTC1Ik2D { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdOKAfrB088b3RboQi3BS4BTWARibUcV { display:block; }
 }@media only screen and (max-width: 763px) { #eV04g0XPv2OENUi14wNl9BZVceC4i2tE { top:4.125rem;left:16.09375rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyP537oaODveyK0y3pLyTAcwqFalHXec { width:14.75rem;height:1.4375rem;top:1.25rem;left:32.750001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqxKh1lTCteNfTyx4wJ1h6GgyC5WLmk0 { width:18.5625rem;height:1.375rem;top:1.375rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA { display:block; }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKJb5ISyxNz3mmNse30mUH3FNCpHLODs { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv6vQ7SnebnwU7717soG3QOl1JRXAH7H { display:block; }
 }@media only screen and (max-width: 763px) { #xhO2UTllTDAQBrOysa2vn9IntQ0Ca70U { top:3.75rem;left:0.59375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4fp5vRb6EL3HOS74ZtquTfaMWKrg7ho { width:18.5rem;height:1.375rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw64lkvCpzbio0ay89f05Spr7zQ5GwKy { top:4.1875rem;left:16.812501907349rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeV0agGt2S5EgxSFSB78nmlLNEklKvh6 { top:4.1875rem;left:31.9375rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8Z3WRerGvFG50NpV60nD1pxxMxpwbA { width:18.5rem;height:1.375rem;top:1.1875rem;left:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5fk41EArQqCxvQaVzuLZL7AHKgDhOdS { width:18.5625rem;height:1.375rem;top:1.1875rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ75K58trQVqffor4tzwi8hfVfsbh0vl { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAy3ODyVU0ucXQDCbKMbCd8xAVsqbWTc { display:block; }
 }@media only screen and (max-width: 763px) { #MmOpkffBoqrv286BkQnEBKTfoUoFUqzE { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwl4B7RiXwvGnONOZBKp69TLVOJAwfbx { display:block; }
 }@media only screen and (max-width: 763px) { #rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL { display:block; }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucD2qVNqAF74yod8cfVlSVRyPVhONnTe { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKCCRbJwkmbPOCh0VK9PsXvIlKnfylDn { display:block; }
 }@media only screen and (max-width: 763px) { #yPnxzZCm2BvnvctcRgHHtyc6Tgmo0sWn { top:3.75rem;left:0.59375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz5cwTqQQem0QnofnMVPQZ6fJfu4hRSZ { width:18.5rem;height:2.75rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJvIhwXCOzsd949DUNv1EFThyN3vSfpP { display:block; }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHZJLCULnRff4drq7OHs5iHGMpVTgo62 { top:3.25rem;left:2.2500019073486rem;width:43.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy { display:block; }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQPMCgXHyi6zJlLHcl8NgLI5Zyv8aBt4 { top:22.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beNmEcRFmhL4ksPbT2SJkPvBEtJLCH6R { display:block; }
 }@media only screen and (max-width: 763px) { #ESgMUIHqbAIsa8DhE6vfmaQPN8673McT { top:5.1875rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr30TxCGRnGdoQVsROPWN8s0tFzn9WCU { width:11.375rem;height:4.3125rem;top:0.9375rem;left:2.2216796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIxOGF7muJ87htDIMGcxdVfbJF7JVCXT { top:7.8125rem;left:16rem;width:15.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTxdo04r5x5lSbTaTo6i06CoavcBLwT8 { top:22.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L672Z7T3HresQs8TwCWIQNB5bg0QyRIs { display:block; }
 }@media only screen and (max-width: 763px) { #H3auxq9mEvSoWR978q24a0R4T9DvJSTF { width:14.5rem;height:4.125rem;top:1.75rem;left:16.530597686767rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FipJKQ7rW1he33aDEa7VG8ltKM4O9LL1 { top:6.5625rem;left:35.03125rem;width:9.3125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDBaTetRasBCG77Jm5WZFfyfOcmKcxrW { top:22.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut3XQftr75MrGOfxq7yyXasT6FqRWMf0 { display:block; }
 }@media only screen and (max-width: 763px) { #QwvTDF8HsGKMDWWEo3lTulxOUOvCpuDv { width:11.5625rem;height:2.75rem;top:1.75rem;left:33.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { width:4.5rem;height:4.3771734647882rem;top:4.625rem;left:37.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:4.75rem;left:42.811767578125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:4.8125rem;left:43.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { top:10.3125rem;left:0rem;width:15.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { top:4.625rem;left:0rem;width:27.8125rem;height:4.375rem;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:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:20rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:16.5rem;height:4.5rem;top:5.4375rem;left:1.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { width:20rem;height:3.2624919488796rem;top:0.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:20rem;height:6.8232375rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ { display:block; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdkfrqfIT0azVaXVuB3DCt27ZTbVIDNC { width:18.5625rem;height:1.29980625rem;top:1.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga6woMbkGcykXRP4D1bXa1oRvPTvJ6EL { top:17.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #corXydrx9pma4evCAEtsmBLbxW4E5U0N { display:block; }
 }@media only screen and (max-width: 763px) { #wQLntVpCBRmzvkBhcO95BFMLcnxsy80X { width:15.5rem;height:15.5rem;top:2.375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #p9vM3dWKb05WCWhThIKhh0pIuug6tZpZ { top:43.25rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WryvHwZpgnGL9mmze5S7TxC8ohi0zRkN { display:block; }
 }@media only screen and (max-width: 763px) { #FrPRh0A3fqctTT1zGPsoXIRiIA2ZV03M { width:15.5rem;height:15.5rem;top:26.6875rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Gv5COTpaJkvKewnbBfxMviqc28AHEdIQ { width:18.5625rem;height:1.29980625rem;top:24.25rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #um8ArFUUMapTw7ZZhyCmfE4ZBwdy416y { top:69.3125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6zqXQ3wBtLINCnXizoiR7E3N7E412QL { display:block; }
 }@media only screen and (max-width: 763px) { #P3vGbW7IceiKNz6nThVAhCqFTKvwWuns { width:15.4375rem;height:14.875rem;top:53.4375rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #w7UlGS7gDX9Eun7zdQXHp82nhh7sabcP { width:18.5625rem;height:1.29980625rem;top:51.25rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk { display:block; }#OWbkBdMzz9TNwcSQ9gZvhT3Gt6FwHrSk > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r52CIybKoRgU5WRH6oemQaHrNF9M6ZeV { width:18.5625rem;height:2.5996125rem;top:1.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R753GsqKvgRuxfRW0JmJy9hTnZuW9B8d { top:20.5rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD4nvkbDwtPT51NDTnu6sCwzodvVLOMh { display:block; }
 }@media only screen and (max-width: 763px) { #nXxeioNlVRRU6NIQDtXiaHWyRXlxWp1x { width:15.5rem;height:15.5rem;top:4.25rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #PKM0ON0LBA3NbbQSUd3ADQaIggzTnmUi { top:70rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD3De2hEb4ItUQTDXwsgc9drKbBZvQum { display:block; }
 }@media only screen and (max-width: 763px) { #EIJZlxTqlPvs4tQdIbMtddL4tHseHZ9h { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4rsM4TBctyEiqTXNioP3tQhtTC1Ik2D { top:43.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdOKAfrB088b3RboQi3BS4BTWARibUcV { display:block; }
 }@media only screen and (max-width: 763px) { #eV04g0XPv2OENUi14wNl9BZVceC4i2tE { width:15.375rem;height:15.375rem;top:28rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #eyP537oaODveyK0y3pLyTAcwqFalHXec { width:14.75rem;height:2.5996125rem;top:50.8125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqxKh1lTCteNfTyx4wJ1h6GgyC5WLmk0 { width:18.5625rem;height:1.29980625rem;top:26.76171875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA { display:block; }#hGEiz9SA5N7sEwKudo0yx8PLOXZTAwiA > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKJb5ISyxNz3mmNse30mUH3FNCpHLODs { top:47.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv6vQ7SnebnwU7717soG3QOl1JRXAH7H { display:block; }
 }@media only screen and (max-width: 763px) { #xhO2UTllTDAQBrOysa2vn9IntQ0Ca70U { width:10.125rem;height:10.125rem;top:31.099609375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #T4fp5vRb6EL3HOS74ZtquTfaMWKrg7ho { width:18.5625rem;height:1.29980625rem;top:28.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw64lkvCpzbio0ay89f05Spr7zQ5GwKy { width:13.875rem;height:13.875rem;top:54.984375rem;left:3.0625rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #ZeV0agGt2S5EgxSFSB78nmlLNEklKvh6 { width:15.5rem;height:15.5rem;top:77.34375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #OC8Z3WRerGvFG50NpV60nD1pxxMxpwbA { width:18.5625rem;height:1.298825rem;top:52.4375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5fk41EArQqCxvQaVzuLZL7AHKgDhOdS { width:18.5625rem;height:1.298825rem;top:74.796875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ75K58trQVqffor4tzwi8hfVfsbh0vl { top:70.109375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAy3ODyVU0ucXQDCbKMbCd8xAVsqbWTc { display:block; }
 }@media only screen and (max-width: 763px) { #MmOpkffBoqrv286BkQnEBKTfoUoFUqzE { top:94.09375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwl4B7RiXwvGnONOZBKp69TLVOJAwfbx { display:block; }
 }@media only screen and (max-width: 763px) { #rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL { display:block; }#rAkFQXWdUzVfGruBWT0Fa2EmEJIRn8sL > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucD2qVNqAF74yod8cfVlSVRyPVhONnTe { top:47.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKCCRbJwkmbPOCh0VK9PsXvIlKnfylDn { display:block; }
 }@media only screen and (max-width: 763px) { #yPnxzZCm2BvnvctcRgHHtyc6Tgmo0sWn { width:10.125rem;height:10.125rem;top:31.099609375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Qz5cwTqQQem0QnofnMVPQZ6fJfu4hRSZ { width:18.5625rem;height:1.29980625rem;top:28.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJvIhwXCOzsd949DUNv1EFThyN3vSfpP { display:block; }#HJvIhwXCOzsd949DUNv1EFThyN3vSfpP > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHZJLCULnRff4drq7OHs5iHGMpVTgo62 { width:20rem;height:5.6644754240264rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy { display:block; }#TrcD3FaJFkwCIPzZE72NnwMyLup7CNuy > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQPMCgXHyi6zJlLHcl8NgLI5Zyv8aBt4 { top:44.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beNmEcRFmhL4ksPbT2SJkPvBEtJLCH6R { display:block; }
 }@media only screen and (max-width: 763px) { #ESgMUIHqbAIsa8DhE6vfmaQPN8673McT { width:15.625rem;height:15.625rem;top:27.625rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #mr30TxCGRnGdoQVsROPWN8s0tFzn9WCU { width:11.375rem;height:3.8994125rem;top:23rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIxOGF7muJ87htDIMGcxdVfbJF7JVCXT { width:15.625rem;height:10.375rem;top:5.8359375rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #mTxdo04r5x5lSbTaTo6i06CoavcBLwT8 { top:17.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L672Z7T3HresQs8TwCWIQNB5bg0QyRIs { display:block; }
 }@media only screen and (max-width: 763px) { #H3auxq9mEvSoWR978q24a0R4T9DvJSTF { width:11.5625rem;height:2.5996125rem;top:1.9375rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FipJKQ7rW1he33aDEa7VG8ltKM4O9LL1 { width:10.4375rem;height:15.625rem;top:54.4375rem;left:4.78125rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #VDBaTetRasBCG77Jm5WZFfyfOcmKcxrW { top:71.3125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut3XQftr75MrGOfxq7yyXasT6FqRWMf0 { display:block; }
 }@media only screen and (max-width: 763px) { #QwvTDF8HsGKMDWWEo3lTulxOUOvCpuDv { width:11.5625rem;height:2.5996125rem;top:51.0380859375rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;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:20rem;height:9.375rem;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:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { width:4.5rem;height:4.3771734647882rem;top:9.39453125rem;left:7.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:4.75rem;left:7.875rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:15.02075rem;left:8.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { width:15.061rem;height:2.4997925276768rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { width:20rem;height:3.1460674157303rem;top:4.99878125rem;left:0rem;display:block; }
 }