.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 .container { font-size:0.875rem;font-family:"open sans";height:29.25rem;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.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:57.1230625rem;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.6875rem;left:2.8759765625rem;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:3.49975625rem;width:21.687rem;top:1.1865234375rem;left:19.12353515625rem;overflow:hidden;display:block; }
#rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { color:#ffffff;display:block;width:59.9353125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:99962;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.97);top:17.125rem;left:0rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:24.3125rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26.505859375rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { background-color: transparent; background-image: none; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container > .video-iframe-container { display: none; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row > .video-iframe-container { display: none; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .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); }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { border-width: 0; border-radius: 0; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#gJ0Vv8b2TrwSJ9xgcNTvooz77pVIGnTJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:1.1875rem;left:10rem;display:block; }
#W2bkDwOTkE2EZE3Td1KLOJ5TMT9Kzeyg { z-index:100065;top:23.6875rem;left:22.96875rem;background-color:#0e9ae5;background-image:none;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; }
#VK3GiQv5FTZkvekE3eyi6xTXoD9TwZr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xmTHOI1TutziI1sJofqU5NSqkeaFcJQN { color:#000000;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:27.6875rem;left:10rem;height:5.5234375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { background-color: transparent; background-image: none; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container > .video-iframe-container { display: none; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row > .video-iframe-container { display: none; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .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); }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { border-width: 0; border-radius: 0; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { z-index:100064;top:17.5625rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);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; }
#PCFbtDlssGiSkyXBxiMuvyWTKrwilJ63 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c7THPr87hir1oAEQtzpHdhmzwfvt0VSs { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#t9V4IGo5iXMR8TxdhMMIPKZlSA38G0AQ { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.125rem;left:22.125rem;overflow:hidden;display:block; }
#BTTdZpcPn64oPdLNTdCPyMTgKUHC3Tsd { position:absolute;display:block;z-index:100097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.125rem;left:42.125rem;overflow:hidden;display:block; }
#xwHdyfDCeaIwoHT1INXugvRFXsTPDEp6 { z-index:100066;top:17.5625rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);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; }
#ai8bnvMqfFZim4KlUl9UlZAUbv1DXngR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jv8xFXqicpHW93bMwSwfRGFb6BGs21Lo { z-index:100067;top:17.5625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);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; }
#UN5mFudmlBLL3sIGxw3U7sA1UTKrA7QC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { background-color: transparent; background-image: none; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container > .video-iframe-container { display: none; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row > .video-iframe-container { display: none; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .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); }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { border-width: 0; border-radius: 0; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#pHuamUlbN5ITv6FQAVJTb8XnnkctqVDf { z-index:100064;top:17.5625rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);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; }
#tcJmBQWx9ycNqT42Bi3WhTeTXhDlXqTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w4cCkZR7ePNXpDtLuod8dBxhbDJfPG1X { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#V9Dw6TtP5Rkb6D2AMkcsQ1CSPAAdktqp { z-index:100065;top:17.5625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);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; }
#tsOeuqPOmPUMVwHuu1V1JInypJW1u46g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V7OQpgcEqztCZ3UbuO56lzSEvdFTmqxA { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.125rem;left:22.125rem;overflow:hidden;display:block; }
#x2iT7cTLLiyeUEnpF6aNFAFsW1XS85W2 { position:absolute;display:block;z-index:100097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.125rem;left:42.125rem;overflow:hidden;display:block; }
#hmBTGfoRH0s6x0RVv2QCgbllrEOystSr { z-index:100066;top:17.5625rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);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; }
#oiAk3FZJ94DIwPVhmGgOJopDchLX8lOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ > .row .container { background-color: transparent; background-image: none; }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ > .row .container > .video-iframe-container { display: none; }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ > .row > .video-iframe-container { display: none; }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ > .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); }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ > .row .container { border-width: 0; border-radius: 0; }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#B5TZEtRzlHwGZKO5Dpyh49pzI9BOAf33 { z-index:100064;top:17.5625rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);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; }
#XIaxu4rcwz2WuKWmMUq1y1VFAl72bDB7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ELBCXAM3X1R2DXtUi7dEwP5rc4HoTteq { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#vmualQGNUArozzmy9AQGuLShR4fd6MzE { z-index:100065;top:17.5625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);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; }
#eRiPvsauQOsedgl5Tz6azPor8kuIyKus { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Lcu0yzBiOURFF5ysTWe9gvShBEu5VfLW { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.125rem;left:22.125rem;overflow:hidden;display:block; }
#XkqsH9hDUaGkfWcxTR1CDT7T107ci3Ld { position:absolute;display:block;z-index:100097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.125rem;left:42.125rem;overflow:hidden;display:block; }
#XbvUd8el30RfbPVcBRxiJHkLEPG8VKeS { z-index:100066;top:17.5625rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -moz-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -ms-linear-gradient(178deg, #c7909f, #ce9ba9);background-image: -o-linear-gradient(178deg, #c7909f, #ce9ba9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#ce9ba9' );";background-image: linear-gradient(178deg, #c7909f, #ce9ba9);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; }
#FO0TpxlLPkm65pu55ofl2KzfQ9uXCHit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container { background-color: transparent; background-image: none; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container > .video-iframe-container { display: none; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row > .video-iframe-container { display: none; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .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); }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container { border-width: 0; border-radius: 0; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#nL8LZRTzEAunHgcezvvrWOoMZF8t5dBM { 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; }
#enkgTdnfF60dH9RILVdNP4dzD30nyTyG { 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; }
#x6pMZH7M6gw5xUxQA5h1OOQMLG0G91Si { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#doV3K7w3rCrkHzZLovoGAqJJLLV6sSAH { 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; }
#LcCSpTypbBoUA07Wv1rynetOTrNDWfcQ { 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; }
#Ho1k9DGZigrI55wt6FEOp8i59V6AHNn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gsO9QC5mlMw5HwSRNbIT8odehxhfLbAf { 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; }
#ycp5OGx7ffPsN67QGyJiV2DT3KZMhtgP { 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; }
#Fsar4zH50wyI6EmDbOOusIm0alqh8ian { 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; }
#FwIkWzkQILOiMbkGLAVlPyaGSFOZpfTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nfZmMbNUsIwXJPnQ00AwMtSmlGJJ5Tn4 { 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; }
#TWafHFbXlOkiiiVwDbeamqV2IPCFTPJX { 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:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf > .row .container { background-color: transparent; background-image: none; }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf > .row .container > .video-iframe-container { display: none; }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf > .row > .video-iframe-container { display: none; }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf > .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); }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf > .row .container { border-width: 0; border-radius: 0; }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#l2prTQ4xNZCWdRvE79ndE0eTVMvwLFCl { 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.294921875rem;left:0.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Knbqk4gkG7iaGmLuEE9zLaFPI3fUDk1S { 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; }
#lsEte3WBnTIOrtp0zAHv6y60XoLyN4Wx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NAURCauGAC09FvehScE1VglmZVUUwcwS { 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.138671875rem;left:1.53125rem;overflow:hidden;display:block; }
#iAnTDmsAsryQ2pOGLl3PFFHseVNT7OvP { 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; }
#wfhgvkMhEJkMmQ3RmKIEHXp9xHiRx2DM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bzqREoL4dupwXySntSHyERoyfFyLMKNN { 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; }
#tKUPyF5srAS27zGfL6JuKav7X5wTiMET { 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; }
#VX1uM9aC3AuzCHoyoFbmFqMgOys3UFUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iszMZ2e0p4e3E6ESla0zQSOdIJS1txTo { 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; }
#mD2JAKUKUpMS9m232RTLENQ0sAue0Rs9 { 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:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMDbUn2dBNT3qDOJQzyPRE21i6w3JiGk { 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; }
#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container { background-color: transparent; background-image: none; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container > .video-iframe-container { display: none; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row > .video-iframe-container { display: none; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .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); }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container { border-width: 0; border-radius: 0; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#dIEfdGutCQN7aAE0uFh3Mm5sTVxS162Q { z-index:100071;top:20.375rem;left:23rem;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; }
#ComV1kzOxbFyCoDyylrpSiEh18bdWTLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#do93f1D5TRhHfJSUOevU5Qc6Thk7fkUW { position:absolute;display:block;z-index:100073;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; }
#dJomVxgbImRSSnEVqDcvvmUrtfp3gSph { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:20.71875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7ZGJ5zABtMLxTWuFTM6F0i66xqyhmsd { 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; }
#EfNJPP9ThDtdfuKfTlS5cy75p4AB0G96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d1CZ0lTUwrra0OzV5Q1gAw25M3KgTtT0 { position:absolute;display:block;z-index:100079;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; }
#TwSfwSEUlrLw14GvODTPGtJ75xEcULM9 { 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.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRBSvfuvWUpVc5k04npe27TN7Eyi4J80 { color:#2a2e41;display:block;width:11.4306875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:0.6875rem;left:44.2841796875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ld0NW8O9gZJlBcRfznMEODdEPhcoNT1v { position:absolute;display:block;z-index:100073;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; }
#b8rgU915MGIeN5TRtNaF4PZn6xo6LtuT { z-index:100071;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; }
#yM07G52xTTfPE1DAiRJTFBz8racifkaH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx > .row .container { background-color: transparent; background-image: none; }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx > .row .container > .video-iframe-container { display: none; }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx > .row > .video-iframe-container { display: none; }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx > .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); }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx > .row .container { border-width: 0; border-radius: 0; }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#owQCFMoI1yhJdXlwmVE1HE0IsPQu2b3V { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:1.53125rem;overflow:hidden;display:block; }
#ARhKQPlS9ak6xsHRQlzZHNdEaydW56Mn { 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; }
#SglHr1TxIsuBztPhD3W2bW1tv9vIS5vp { z-index:100069;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; }
#ZwLqZZxwdQMaCu1oKTD2PreH6ncHyVts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container { background-color: transparent; background-image: none; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container > .video-iframe-container { display: none; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row > .video-iframe-container { display: none; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .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); }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container { border-width: 0; border-radius: 0; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#zkmyQO8IdZ7hTb8NCThQU6QL8KGK2384 { 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; }
#K6XUooxWhUR3kmNScKNcwap2Bl14W4Ur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dCOh72yvnGSdMohhpCdCtaDuNqQq2WqT { 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; }
#qFpfhT3tTRrJF0spBTP9MlbH3JRtDsP4 { 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.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuEvyiGNhayAoXetvyHqVnIBWwVPtQ8Z { position:absolute;display:block;z-index:100111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.21875rem;left:22.1875rem;overflow:hidden;display:block; }
#DCxFucnN3MP8KLXBWyySqgJ2HlrgwT48 { 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; }
#iEAE0KD5bJmR3vkOy26f5CrwlTVCFEVt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tlvfdPWCFEhOpggnSFlQbSeALg3ZNH4A { color:#2a2e41;display:block;width:11.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.75rem;left:24.21875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3HFeKcTam9thke2xAAswM8MDobTCSfD { position:absolute;display:block;z-index:100107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:42.1875rem;overflow:hidden;display:block; }
#exzs7ASktq1bhKVDsRM7xCK97dQneUir { 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; }
#w4of0uWzpnziyQaJEdbzkz0otHyipnph { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qbis0OhBWV8JdIULfTzfcr3p1atbUvsU { 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:0.96875rem;left:44.21875rem;height:4.142575rem;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 .container { font-size:0.875rem;font-family:"open sans";height:8.875rem;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 .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 { 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; }#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.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { top:1.125rem;left:12.99853515625rem;width:21.625rem;height:3.4897509524715rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:47.75rem;height:4.5rem;top:17.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:47.75rem;height:2.1875rem;top:24.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:47.75rem;height:2.1875rem;top:26.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ { display:block; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ0Vv8b2TrwSJ9xgcNTvooz77pVIGnTJ { top:1.1875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2bkDwOTkE2EZE3Td1KLOJ5TMT9Kzeyg { top:23.6875rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK3GiQv5FTZkvekE3eyi6xTXoD9TwZr2 { display:block; }
 }@media only screen and (max-width: 763px) { #xmTHOI1TutziI1sJofqU5NSqkeaFcJQN { top:27.6875rem;left:3.875rem;width:43.0625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 { display:block; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCFbtDlssGiSkyXBxiMuvyWTKrwilJ63 { display:block; }
 }@media only screen and (max-width: 763px) { #c7THPr87hir1oAEQtzpHdhmzwfvt0VSs { top:1.125rem;left:0.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9V4IGo5iXMR8TxdhMMIPKZlSA38G0AQ { top:1.125rem;left:15.9375rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTdZpcPn64oPdLNTdCPyMTgKUHC3Tsd { top:1.125rem;left:31.8125rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwHdyfDCeaIwoHT1INXugvRFXsTPDEp6 { top:17.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai8bnvMqfFZim4KlUl9UlZAUbv1DXngR { display:block; }
 }@media only screen and (max-width: 763px) { #Jv8xFXqicpHW93bMwSwfRGFb6BGs21Lo { top:17.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN5mFudmlBLL3sIGxw3U7sA1UTKrA7QC { display:block; }
 }@media only screen and (max-width: 763px) { #eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 { display:block; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHuamUlbN5ITv6FQAVJTb8XnnkctqVDf { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJmBQWx9ycNqT42Bi3WhTeTXhDlXqTm { display:block; }
 }@media only screen and (max-width: 763px) { #w4cCkZR7ePNXpDtLuod8dBxhbDJfPG1X { top:1.125rem;left:0.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Dw6TtP5Rkb6D2AMkcsQ1CSPAAdktqp { top:17.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsOeuqPOmPUMVwHuu1V1JInypJW1u46g { display:block; }
 }@media only screen and (max-width: 763px) { #V7OQpgcEqztCZ3UbuO56lzSEvdFTmqxA { top:1.125rem;left:15.9375rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2iT7cTLLiyeUEnpF6aNFAFsW1XS85W2 { top:1.125rem;left:31.8125rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmBTGfoRH0s6x0RVv2QCgbllrEOystSr { top:17.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiAk3FZJ94DIwPVhmGgOJopDchLX8lOp { display:block; }
 }@media only screen and (max-width: 763px) { #x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ { display:block; }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TZEtRzlHwGZKO5Dpyh49pzI9BOAf33 { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIaxu4rcwz2WuKWmMUq1y1VFAl72bDB7 { display:block; }
 }@media only screen and (max-width: 763px) { #ELBCXAM3X1R2DXtUi7dEwP5rc4HoTteq { top:1.125rem;left:0.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmualQGNUArozzmy9AQGuLShR4fd6MzE { top:17.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRiPvsauQOsedgl5Tz6azPor8kuIyKus { display:block; }
 }@media only screen and (max-width: 763px) { #Lcu0yzBiOURFF5ysTWe9gvShBEu5VfLW { top:1.125rem;left:15.9375rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkqsH9hDUaGkfWcxTR1CDT7T107ci3Ld { top:1.125rem;left:31.8125rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbvUd8el30RfbPVcBRxiJHkLEPG8VKeS { top:17.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0TpxlLPkm65pu55ofl2KzfQ9uXCHit { display:block; }
 }@media only screen and (max-width: 763px) { #KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx { display:block; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL8LZRTzEAunHgcezvvrWOoMZF8t5dBM { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkgTdnfF60dH9RILVdNP4dzD30nyTyG { top:20.375rem;left:0.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6pMZH7M6gw5xUxQA5h1OOQMLG0G91Si { display:block; }
 }@media only screen and (max-width: 763px) { #doV3K7w3rCrkHzZLovoGAqJJLLV6sSAH { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCSpTypbBoUA07Wv1rynetOTrNDWfcQ { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho1k9DGZigrI55wt6FEOp8i59V6AHNn7 { display:block; }
 }@media only screen and (max-width: 763px) { #gsO9QC5mlMw5HwSRNbIT8odehxhfLbAf { top:4.1875rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycp5OGx7ffPsN67QGyJiV2DT3KZMhtgP { 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) { #Fsar4zH50wyI6EmDbOOusIm0alqh8ian { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIkWzkQILOiMbkGLAVlPyaGSFOZpfTq { display:block; }
 }@media only screen and (max-width: 763px) { #nfZmMbNUsIwXJPnQ00AwMtSmlGJJ5Tn4 { top:4.5rem;left:31.96875rem;width:15.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWafHFbXlOkiiiVwDbeamqV2IPCFTPJX { 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) { #vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf { display:block; }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2prTQ4xNZCWdRvE79ndE0eTVMvwLFCl { width:18.5625rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knbqk4gkG7iaGmLuEE9zLaFPI3fUDk1S { top:20.375rem;left:0.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsEte3WBnTIOrtp0zAHv6y60XoLyN4Wx { display:block; }
 }@media only screen and (max-width: 763px) { #NAURCauGAC09FvehScE1VglmZVUUwcwS { top:4.125rem;left:0rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAnTDmsAsryQ2pOGLl3PFFHseVNT7OvP { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfhgvkMhEJkMmQ3RmKIEHXp9xHiRx2DM { display:block; }
 }@media only screen and (max-width: 763px) { #bzqREoL4dupwXySntSHyERoyfFyLMKNN { top:4.3125rem;left:31.9375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKUPyF5srAS27zGfL6JuKav7X5wTiMET { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX1uM9aC3AuzCHoyoFbmFqMgOys3UFUS { display:block; }
 }@media only screen and (max-width: 763px) { #iszMZ2e0p4e3E6ESla0zQSOdIJS1txTo { top:4.125rem;left:16.09375rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD2JAKUKUpMS9m232RTLENQ0sAue0Rs9 { width:14.75rem;height:2.875rem;top:1.25rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMDbUn2dBNT3qDOJQzyPRE21i6w3JiGk { 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) { #e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs { display:block; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIEfdGutCQN7aAE0uFh3Mm5sTVxS162Q { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ComV1kzOxbFyCoDyylrpSiEh18bdWTLa { display:block; }
 }@media only screen and (max-width: 763px) { #do93f1D5TRhHfJSUOevU5Qc6Thk7fkUW { top:4.1875rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJomVxgbImRSSnEVqDcvvmUrtfp3gSph { width:18.5625rem;height:1.4375rem;top:1.1875rem;left:13.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZGJ5zABtMLxTWuFTM6F0i66xqyhmsd { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfNJPP9ThDtdfuKfTlS5cy75p4AB0G96 { display:block; }
 }@media only screen and (max-width: 763px) { #d1CZ0lTUwrra0OzV5Q1gAw25M3KgTtT0 { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwSfwSEUlrLw14GvODTPGtJ75xEcULM9 { width:18.5625rem;height:2.75rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRBSvfuvWUpVc5k04npe27TN7Eyi4J80 { width:11.375rem;height:2.875rem;top:0.6875rem;left:33.9716796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld0NW8O9gZJlBcRfznMEODdEPhcoNT1v { top:4.1875rem;left:31.9375rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8rgU915MGIeN5TRtNaF4PZn6xo6LtuT { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM07G52xTTfPE1DAiRJTFBz8racifkaH { display:block; }
 }@media only screen and (max-width: 763px) { #Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx { display:block; }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owQCFMoI1yhJdXlwmVE1HE0IsPQu2b3V { top:4.1875rem;left:0rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARhKQPlS9ak6xsHRQlzZHNdEaydW56Mn { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SglHr1TxIsuBztPhD3W2bW1tv9vIS5vp { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwLqZZxwdQMaCu1oKTD2PreH6ncHyVts { display:block; }
 }@media only screen and (max-width: 763px) { #Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 { display:block; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkmyQO8IdZ7hTb8NCThQU6QL8KGK2384 { top:22.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6XUooxWhUR3kmNScKNcwap2Bl14W4Ur { display:block; }
 }@media only screen and (max-width: 763px) { #dCOh72yvnGSdMohhpCdCtaDuNqQq2WqT { top:5.1875rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFpfhT3tTRrJF0spBTP9MlbH3JRtDsP4 { width:11.375rem;height:4.3125rem;top:0.9375rem;left:2.2216796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEvyiGNhayAoXetvyHqVnIBWwVPtQ8Z { top:5.1875rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCxFucnN3MP8KLXBWyySqgJ2HlrgwT48 { top:22.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEAE0KD5bJmR3vkOy26f5CrwlTVCFEVt { display:block; }
 }@media only screen and (max-width: 763px) { #tlvfdPWCFEhOpggnSFlQbSeALg3ZNH4A { width:11.5625rem;height:2.75rem;top:1.75rem;left:18.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3HFeKcTam9thke2xAAswM8MDobTCSfD { top:5.75rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exzs7ASktq1bhKVDsRM7xCK97dQneUir { top:22.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4of0uWzpnziyQaJEdbzkz0otHyipnph { display:block; }
 }@media only screen and (max-width: 763px) { #qbis0OhBWV8JdIULfTzfcr3p1atbUvsU { width:11.5625rem;height:4.125rem;top:0.9375rem;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) { #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:23.0625rem;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.2275153317656rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:20rem;height:4.548825rem;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) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:20rem;height:1.21875rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:20rem;height:2.4375rem;top:18.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ { display:block; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ0Vv8b2TrwSJ9xgcNTvooz77pVIGnTJ { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2bkDwOTkE2EZE3Td1KLOJ5TMT9Kzeyg { top:13.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK3GiQv5FTZkvekE3eyi6xTXoD9TwZr2 { display:block; }
 }@media only screen and (max-width: 763px) { #xmTHOI1TutziI1sJofqU5NSqkeaFcJQN { width:20rem;height:11.046875rem;top:18.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 { display:block; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f37oIaOxTDnr1b5TqZ38V5G0D9nzTwHA { top:18.2490234375rem;left:2.96875rem;width:14.0605625rem;height:3.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCFbtDlssGiSkyXBxiMuvyWTKrwilJ63 { display:block; }
 }@media only screen and (max-width: 763px) { #c7THPr87hir1oAEQtzpHdhmzwfvt0VSs { width:15.75rem;height:15.75rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9V4IGo5iXMR8TxdhMMIPKZlSA38G0AQ { width:15.75rem;height:15.75rem;top:25.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTdZpcPn64oPdLNTdCPyMTgKUHC3Tsd { width:15.75rem;height:15.75rem;top:49.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwHdyfDCeaIwoHT1INXugvRFXsTPDEp6 { top:42.6875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai8bnvMqfFZim4KlUl9UlZAUbv1DXngR { display:block; }
 }@media only screen and (max-width: 763px) { #Jv8xFXqicpHW93bMwSwfRGFb6BGs21Lo { top:66.5rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN5mFudmlBLL3sIGxw3U7sA1UTKrA7QC { display:block; }
 }@media only screen and (max-width: 763px) { #eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 { display:block; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHuamUlbN5ITv6FQAVJTb8XnnkctqVDf { top:18.2490234375rem;left:2.96875rem;width:14.0605625rem;height:3.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJmBQWx9ycNqT42Bi3WhTeTXhDlXqTm { display:block; }
 }@media only screen and (max-width: 763px) { #w4cCkZR7ePNXpDtLuod8dBxhbDJfPG1X { width:15.75rem;height:15.75rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Dw6TtP5Rkb6D2AMkcsQ1CSPAAdktqp { top:42.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsOeuqPOmPUMVwHuu1V1JInypJW1u46g { display:block; }
 }@media only screen and (max-width: 763px) { #V7OQpgcEqztCZ3UbuO56lzSEvdFTmqxA { width:15.75rem;height:15.75rem;top:25.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2iT7cTLLiyeUEnpF6aNFAFsW1XS85W2 { width:15.75rem;height:15.75rem;top:47.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmBTGfoRH0s6x0RVv2QCgbllrEOystSr { top:64.4375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiAk3FZJ94DIwPVhmGgOJopDchLX8lOp { display:block; }
 }@media only screen and (max-width: 763px) { #x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ { display:block; }#x8OpxfTBA7igOqX83sg0qfBrTvmrTrvZ > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TZEtRzlHwGZKO5Dpyh49pzI9BOAf33 { top:18.2490234375rem;left:2.96875rem;width:14.0605625rem;height:3.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIaxu4rcwz2WuKWmMUq1y1VFAl72bDB7 { display:block; }
 }@media only screen and (max-width: 763px) { #ELBCXAM3X1R2DXtUi7dEwP5rc4HoTteq { width:15.75rem;height:15.75rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmualQGNUArozzmy9AQGuLShR4fd6MzE { top:42.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRiPvsauQOsedgl5Tz6azPor8kuIyKus { display:block; }
 }@media only screen and (max-width: 763px) { #Lcu0yzBiOURFF5ysTWe9gvShBEu5VfLW { width:15.75rem;height:15.75rem;top:25.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkqsH9hDUaGkfWcxTR1CDT7T107ci3Ld { width:15.75rem;height:15.75rem;top:47.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbvUd8el30RfbPVcBRxiJHkLEPG8VKeS { top:64.4375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO0TpxlLPkm65pu55ofl2KzfQ9uXCHit { display:block; }
 }@media only screen and (max-width: 763px) { #KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx { display:block; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL8LZRTzEAunHgcezvvrWOoMZF8t5dBM { 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) { #enkgTdnfF60dH9RILVdNP4dzD30nyTyG { top:17.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6pMZH7M6gw5xUxQA5h1OOQMLG0G91Si { display:block; }
 }@media only screen and (max-width: 763px) { #doV3K7w3rCrkHzZLovoGAqJJLLV6sSAH { width:15.5rem;height:15.5rem;top:2.375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #LcCSpTypbBoUA07Wv1rynetOTrNDWfcQ { top:43.25rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho1k9DGZigrI55wt6FEOp8i59V6AHNn7 { display:block; }
 }@media only screen and (max-width: 763px) { #gsO9QC5mlMw5HwSRNbIT8odehxhfLbAf { width:15.5rem;height:15.5rem;top:26.6875rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #ycp5OGx7ffPsN67QGyJiV2DT3KZMhtgP { 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) { #Fsar4zH50wyI6EmDbOOusIm0alqh8ian { top:69.3125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIkWzkQILOiMbkGLAVlPyaGSFOZpfTq { display:block; }
 }@media only screen and (max-width: 763px) { #nfZmMbNUsIwXJPnQ00AwMtSmlGJJ5Tn4 { width:15.4375rem;height:14.875rem;top:53.4375rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #TWafHFbXlOkiiiVwDbeamqV2IPCFTPJX { 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) { #vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf { display:block; }#vCoZ7yghIHcaoCEoSKqkTSSuczLUheTf > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2prTQ4xNZCWdRvE79ndE0eTVMvwLFCl { 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) { #Knbqk4gkG7iaGmLuEE9zLaFPI3fUDk1S { top:20.5rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsEte3WBnTIOrtp0zAHv6y60XoLyN4Wx { display:block; }
 }@media only screen and (max-width: 763px) { #NAURCauGAC09FvehScE1VglmZVUUwcwS { width:15.5rem;height:15.5rem;top:4.25rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #iAnTDmsAsryQ2pOGLl3PFFHseVNT7OvP { top:70rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfhgvkMhEJkMmQ3RmKIEHXp9xHiRx2DM { display:block; }
 }@media only screen and (max-width: 763px) { #bzqREoL4dupwXySntSHyERoyfFyLMKNN { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKUPyF5srAS27zGfL6JuKav7X5wTiMET { top:43.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX1uM9aC3AuzCHoyoFbmFqMgOys3UFUS { display:block; }
 }@media only screen and (max-width: 763px) { #iszMZ2e0p4e3E6ESla0zQSOdIJS1txTo { width:15.375rem;height:15.375rem;top:28rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #mD2JAKUKUpMS9m232RTLENQ0sAue0Rs9 { 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) { #TMDbUn2dBNT3qDOJQzyPRE21i6w3JiGk { 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) { #e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs { display:block; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIEfdGutCQN7aAE0uFh3Mm5sTVxS162Q { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ComV1kzOxbFyCoDyylrpSiEh18bdWTLa { display:block; }
 }@media only screen and (max-width: 763px) { #do93f1D5TRhHfJSUOevU5Qc6Thk7fkUW { width:15.5rem;height:15.5rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #dJomVxgbImRSSnEVqDcvvmUrtfp3gSph { width:18.5625rem;height:1.29980625rem;top:2.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZGJ5zABtMLxTWuFTM6F0i66xqyhmsd { top:47.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfNJPP9ThDtdfuKfTlS5cy75p4AB0G96 { display:block; }
 }@media only screen and (max-width: 763px) { #d1CZ0lTUwrra0OzV5Q1gAw25M3KgTtT0 { width:15.5rem;height:15.5rem;top:31.099609375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #TwSfwSEUlrLw14GvODTPGtJ75xEcULM9 { width:18.5625rem;height:2.5996125rem;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) { #qRBSvfuvWUpVc5k04npe27TN7Eyi4J80 { width:11.375rem;height:2.5996125rem;top:53.7744140625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld0NW8O9gZJlBcRfznMEODdEPhcoNT1v { width:15.5rem;height:15.5rem;top:55.6875rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #b8rgU915MGIeN5TRtNaF4PZn6xo6LtuT { top:72rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM07G52xTTfPE1DAiRJTFBz8racifkaH { display:block; }
 }@media only screen and (max-width: 763px) { #Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx { display:block; }#Zp5EH00pHnl2iI2mgWuwZ9BkC88KRgQx > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owQCFMoI1yhJdXlwmVE1HE0IsPQu2b3V { width:15.5rem;height:15.5rem;top:3.3125rem;left:1.5625rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #ARhKQPlS9ak6xsHRQlzZHNdEaydW56Mn { width:18.5625rem;height:1.29980625rem;top:2.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SglHr1TxIsuBztPhD3W2bW1tv9vIS5vp { top:21.25rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwLqZZxwdQMaCu1oKTD2PreH6ncHyVts { display:block; }
 }@media only screen and (max-width: 763px) { #Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 { display:block; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkmyQO8IdZ7hTb8NCThQU6QL8KGK2384 { top:47.4375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6XUooxWhUR3kmNScKNcwap2Bl14W4Ur { display:block; }
 }@media only screen and (max-width: 763px) { #dCOh72yvnGSdMohhpCdCtaDuNqQq2WqT { width:15.625rem;height:15.625rem;top:30.96875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #qFpfhT3tTRrJF0spBTP9MlbH3JRtDsP4 { width:11.375rem;height:3.9rem;top:27.28125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEvyiGNhayAoXetvyHqVnIBWwVPtQ8Z { width:15.625rem;height:15.625rem;top:4.537109375rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #DCxFucnN3MP8KLXBWyySqgJ2HlrgwT48 { top:20.8125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEAE0KD5bJmR3vkOy26f5CrwlTVCFEVt { display:block; }
 }@media only screen and (max-width: 763px) { #tlvfdPWCFEhOpggnSFlQbSeALg3ZNH4A { 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) { #i3HFeKcTam9thke2xAAswM8MDobTCSfD { width:15.625rem;height:15.625rem;top:55.5rem;left:2.1875rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #exzs7ASktq1bhKVDsRM7xCK97dQneUir { top:72.1875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4of0uWzpnziyQaJEdbzkz0otHyipnph { display:block; }
 }@media only screen and (max-width: 763px) { #qbis0OhBWV8JdIULfTzfcr3p1atbUvsU { width:11.5625rem;height:3.8994125rem;top:51.6630859375rem;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:8.5rem;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:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:8.060546875rem;left:11.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:8.125rem;left:5rem;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.14550625rem;top:5.435546875rem;left:0rem;display:block; }
 }