.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:33.625rem;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.611325rem;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:26.625rem;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:29.4375rem;left:0rem;height:2.193575rem;font-style:normal;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; }
#hFrroK1gJXJLsQ0bqoun3kcISwlyXC0F { 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; }
#PiHeVPSK0Vq4qx40KmTtrHv53m4RyI6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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; }
#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; }
#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP > .row .container { background-color: transparent; background-image: none; }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP > .row .container > .video-iframe-container { display: none; }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP > .row > .video-iframe-container { display: none; }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP > .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); }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP > .row .container { border-width: 0; border-radius: 0; }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#t5reokIvlKionhvhipEcilx16ripMLs9 { 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; }
#Pgw1krGqTazz0yuOZHmN1S0goI6gst7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#brtMofnfK2cncQhTfCMHgXTgDBu5ln2v { 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; }
#JVBN73R5I8IzUWZsksHWAXg1VNEdsT6C { 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; }
#TZuIbC58VH27fG0amnHQXau9zesiSBdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pb695FrMgDZvXlRNkpheDFKVUkzKZ5sM { 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; }
#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr > .row .container { background-color: transparent; background-image: none; }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr > .row .container > .video-iframe-container { display: none; }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr > .row > .video-iframe-container { display: none; }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr > .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); }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr > .row .container { border-width: 0; border-radius: 0; }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#WhfAS8DqTxENDOMbSu8BJqKU6Xdlt00T { 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; }
#hMRyzUKCuD4aTpdGhGDNlWON9uSnv4oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EI7sbJmGTIzeIbSupchJSxGQlCoLPVcU { 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.21875rem;left:22.25rem;overflow:hidden;display:block; }
#LHV9m0QQIUJEVxDdXJhFOCteEozb21u0 { 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:0.6875rem;left:20.71875rem;height:1.381075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZbolLWx5dbxSNUK0itfTQsaZtwsO4KP { 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:2.25rem;overflow:hidden;display:block; }
#Shr2dU15PVhRTNNl8MOtTGvJ9xl6Ax1S { 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.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ao08n1hAPco6dBxv8I91w6Lcqksg6wXB { 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; }
#lzmVOFJUMAKw309JUgFKMogAXsGk0G8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HMrvMSZTX0kecU7Dfi9ZZRkn276CpqEA { z-index:100081;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.1875rem;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; }
#ZZa9KpfiR5np5ssMZKiXopZT6JG5TOSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tyyQBgQlBE3M2baDxU4T9K2JDDwFQS5y { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.125rem;left:42.1875rem;overflow:hidden;display:block; }
#TBTg4AoyNk2XOzDOqyEpXm8B4TFdJTuH { color:#2a2e41;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.3369140625rem;left:40.96875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u > .row .container { background-color: transparent; background-image: none; }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u > .row .container > .video-iframe-container { display: none; }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u > .row > .video-iframe-container { display: none; }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u > .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); }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u > .row .container { border-width: 0; border-radius: 0; }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#ZaeRCXbnMlNJIFewsFPHH36hxpyFGM2n { 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; }
#TTSWHX83EtK01LkwtetCkTDmkaPnxMyh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AmWUoxeU6u6iAWWhgQhfO55LTrKzSv1c { 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; }
#twkiBzFr8h0H3fDF5c3FdRsT1C0faiiE { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.8125rem;left:20.71875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WANmftOotJ2yKI8ibm2TOLvRmVHRXUIC { 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; }
#WlBvrqWH1iqPvSAO825OAD7nM866v9x8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EDClVJVt8ag4BLhs5UDX8Frn7DeeDGIi { 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; }
#f0ZTIsnI7ccTCBeHBXpiKF38zLU4pl0y { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:0.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbP6tDzANVslRovXlt5GwdmFT9FesmaW { z-index:100084;top:20.5rem;left:43.000001907349rem;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; }
#uFJash8R1qJFXTinVBvJdrpBCuNdT5oM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HtR6m1w4PMnzy4dsbnn0LItt6JGPnU7I { color:#2a2e41;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:1.3271484375rem;left:43.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GbDiiwpcDJncOid2acd3XRPh7zmhPGlS { 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; }
#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 > .row .container { background-color: transparent; background-image: none; }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 > .row .container > .video-iframe-container { display: none; }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 > .row > .video-iframe-container { display: none; }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 > .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); }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 > .row .container { border-width: 0; border-radius: 0; }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#cVU9pXSNlb504EqbyDNArxwHfdPDW0F0 { 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; }
#Jwvu3ma04dRW0QXOvz84vVHX6KXTff89 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TBazLn7DCHLT6MnGZFyr1Mh9vIO9Q582 { 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.21875rem;left:22.25rem;overflow:hidden;display:block; }
#kHzcwCtBnKe9fxCBXbdP0QPPaoJOQSFo { 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:0.6875rem;left:20.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXKTiB6xbc3GWkOkDfSskCHTWkSRd2vE { 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; }
#AsRbSM6aVVQFou7CxLo1Itd1TQTMuHz1 { 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; }
#r0LFVrlMTimEIyEuUt6BUex7bBwZKB5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OK1Ah7KJKkWdIa8MX8ltewDTiguvKxb6 { 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:3.609375rem;left:42.1875rem;overflow:hidden;display:block; }
#GsZtCMPisMU4oJkeUNdrifLnx4mOp5xZ { 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; }
#TlhSFSrJoXRncVBaMk8aMrSLi7nHTgoa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y8k0dTELzp0AnPZx5S2C09sut0z6MQPE { 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:0.6875rem;left:42.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHUP5mGSnEF9WDtMK4viOc7rsBHnsOr7 { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.125rem;left:2.1875rem;overflow:hidden;display:block; }
#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy > .row .container { background-color: transparent; background-image: none; }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy > .row .container > .video-iframe-container { display: none; }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy > .row > .video-iframe-container { display: none; }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy > .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); }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy > .row .container { border-width: 0; border-radius: 0; }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#TITGB421K743oAkVx7uETKJeglNkteML { 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; }
#LLdu4ZM3b7Vv4hWApJI0Fsoc9LqCEr4G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MZz0mhZC8PBncOxBGUIqLPMT0N42Wb8J { 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; }
#AfGahQPP5sF3en7AAZSyH3kRBIVJe5KA { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.4560546875rem;left:20.71875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HyQfJWiwFlFuG0EWe268TgS0rnKnuXnQ { 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; }
#r4l0gef1IvxJUMUuUmQkNcf2yq9v3FP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZZHi3JdganL142F2LpLbQ77DHghrJ8ZK { 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; }
#Nn1sEdQXqisxCMHT7mpGblQyTZOE0oWK { 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.375rem;left:0.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiO4382xFiBAhyb0mxbrC3zTXXCke1FI { z-index:100080;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; }
#H8ISzOBT5TxQ0UrTM1r2reIBE1gxfXtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WhOMPytKMoDlnKuRgF8Cb3eL75zeemsJ { position:absolute;display:block;z-index:100082;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; }
#JGDd735svbu583ZaWD8bcDxtJaoDVJiD { 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:0.6875rem;left:40.71875rem;height:1.381075rem;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:32.5rem;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:2.7625rem;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; }
#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; }
#iilTiJIsR3eTyHPT9dPIXPoiP02CWgHy { z-index:100097;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; }
#i6q2CcIT8zCuRfIyVAnbmbPk6UIggLAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qGUp8R0yfDq5hLFSnTg3Ug9XTLAAxRCn { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.21875rem;left:42.1875rem;overflow:hidden;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; }
#m3y7AoMEDwTeG2UE3ws4MBTOfRF9QOkf { color:#2a2e41;display:block;width:19.25rem;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:40.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmwbZnToDzKzueJKJE3AqQFysPbxdTak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container { background-color: transparent; background-image: none; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container > .video-iframe-container { display: none; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row > .video-iframe-container { display: none; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .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); }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container { border-width: 0; border-radius: 0; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;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:2.1875rem;overflow:hidden;display:block; }
#exzs7ASktq1bhKVDsRM7xCK97dQneUir { z-index:100087;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; }
#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.54296875rem;left:4.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:10.0625rem;width:60rem;position:relative;display:block; }#LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:1.28125rem;left:3.90625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container { background-color: transparent; background-image: none; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container > .video-iframe-container { display: none; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row > .video-iframe-container { display: none; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .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); }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container { border-width: 0; border-radius: 0; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container { font-size:0.875rem;font-family:"open sans";height:7.3125rem;width:60rem;position:relative;display:block; }#tr5JQOU4WVey378z7xUkk2VVeLX21xkg { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:9.0625rem;top:1.6875rem;left:2.96875rem;overflow:hidden;display:block; }
#vNJs3nTIrV5lPllDvrTePEiXsEOPF8Gf { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:9.3125rem;top:1.6875rem;left:17.812501907349rem;overflow:hidden;display:block; }
#NHE3gr97HX4zNlO08CFx6lMPlKd7JTMw { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:7.5625rem;top:0rem;left:48.71875rem;overflow:hidden;display:block; }
#cDX4fK6y13UZfiZd6c6yT9ZJcEw2rPJo { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:7.875rem;top:0.625rem;left:33.5625rem;overflow:hidden;display:block; }
#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container { background-color: transparent; background-image: none; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container > .video-iframe-container { display: none; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row > .video-iframe-container { display: none; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .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); }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container { border-width: 0; border-radius: 0; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container { font-size:0.875rem;font-family:"open sans";height:6.75rem;width:60rem;position:relative;display:block; }#C9P1N1cOD9PZB2HFoh5xwSufv7XLdRGV { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:10.25rem;top:1.90625rem;left:47.375rem;overflow:hidden;display:block; }
#CB8zSOuQnGkp2VXqIvV9gTZFEdO0ZaDN { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:6.5625rem;top:0rem;left:4.21875rem;overflow:hidden;display:block; }
#wQ8fmiWOnhE1qyC6x2x0Sa6lovTJnrBU { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:11.75rem;top:2.40625rem;left:31.625rem;overflow:hidden;display:block; }
#TfwVeagXUpmZRNLhl4TbSOoHZpziBfGN { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:0rem;left:19.21875rem;overflow:hidden;display:block; }
#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container { background-color: transparent; background-image: none; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container > .video-iframe-container { display: none; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row > .video-iframe-container { display: none; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .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); }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container { border-width: 0; border-radius: 0; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container { font-size:0.875rem;font-family:"open sans";height:6.75rem;width:60rem;position:relative;display:block; }#MCwpgTELKPUlQsN3FJnVAfqyAf2df4Tl { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:10.3125rem;top:2.09375rem;left:2.34375rem;overflow:hidden;display:block; }
#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { border-width: 0; border-radius: 0; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { font-size: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:26.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:47.75rem;height:2.1875rem;top:29.4375rem;left:0rem;font-size:0.9375rem;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) { #hFrroK1gJXJLsQ0bqoun3kcISwlyXC0F { top:17.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiHeVPSK0Vq4qx40KmTtrHv53m4RyI6r { 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) { #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) { #PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP { display:block; }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5reokIvlKionhvhipEcilx16ripMLs9 { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgw1krGqTazz0yuOZHmN1S0goI6gst7O { display:block; }
 }@media only screen and (max-width: 763px) { #brtMofnfK2cncQhTfCMHgXTgDBu5ln2v { top:1.125rem;left:0.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBN73R5I8IzUWZsksHWAXg1VNEdsT6C { top:17.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZuIbC58VH27fG0amnHQXau9zesiSBdd { display:block; }
 }@media only screen and (max-width: 763px) { #pb695FrMgDZvXlRNkpheDFKVUkzKZ5sM { top:1.125rem;left:15.9375rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQLsBMlEhX9JhyLXU4pR40sqBydSugrr { display:block; }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhfAS8DqTxENDOMbSu8BJqKU6Xdlt00T { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMRyzUKCuD4aTpdGhGDNlWON9uSnv4oi { display:block; }
 }@media only screen and (max-width: 763px) { #EI7sbJmGTIzeIbSupchJSxGQlCoLPVcU { top:4.1875rem;left:16.0625rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHV9m0QQIUJEVxDdXJhFOCteEozb21u0 { width:18.5625rem;height:1.375rem;top:0.6875rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZbolLWx5dbxSNUK0itfTQsaZtwsO4KP { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shr2dU15PVhRTNNl8MOtTGvJ9xl6Ax1S { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao08n1hAPco6dBxv8I91w6Lcqksg6wXB { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzmVOFJUMAKw309JUgFKMogAXsGk0G8D { display:block; }
 }@media only screen and (max-width: 763px) { #HMrvMSZTX0kecU7Dfi9ZZRkn276CpqEA { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZa9KpfiR5np5ssMZKiXopZT6JG5TOSw { display:block; }
 }@media only screen and (max-width: 763px) { #tyyQBgQlBE3M2baDxU4T9K2JDDwFQS5y { top:4.125rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBTg4AoyNk2XOzDOqyEpXm8B4TFdJTuH { width:18.0625rem;height:1.4375rem;top:1.3125rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMVegmJeqsfXUcwvul4kc20D6S8X6s2u { display:block; }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaeRCXbnMlNJIFewsFPHH36hxpyFGM2n { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTSWHX83EtK01LkwtetCkTDmkaPnxMyh { display:block; }
 }@media only screen and (max-width: 763px) { #AmWUoxeU6u6iAWWhgQhfO55LTrKzSv1c { top:4.1875rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twkiBzFr8h0H3fDF5c3FdRsT1C0faiiE { width:18.5625rem;height:2.4375rem;top:1.8125rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WANmftOotJ2yKI8ibm2TOLvRmVHRXUIC { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlBvrqWH1iqPvSAO825OAD7nM866v9x8 { display:block; }
 }@media only screen and (max-width: 763px) { #EDClVJVt8ag4BLhs5UDX8Frn7DeeDGIi { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ZTIsnI7ccTCBeHBXpiKF38zLU4pl0y { width:18.5625rem;height:1.375rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbP6tDzANVslRovXlt5GwdmFT9FesmaW { top:20.5rem;left:32.687501907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFJash8R1qJFXTinVBvJdrpBCuNdT5oM { display:block; }
 }@media only screen and (max-width: 763px) { #HtR6m1w4PMnzy4dsbnn0LItt6JGPnU7I { width:13.875rem;height:2.875rem;top:1.3125rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbDiiwpcDJncOid2acd3XRPh7zmhPGlS { top:4.1875rem;left:31.9375rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 { display:block; }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVU9pXSNlb504EqbyDNArxwHfdPDW0F0 { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwvu3ma04dRW0QXOvz84vVHX6KXTff89 { display:block; }
 }@media only screen and (max-width: 763px) { #TBazLn7DCHLT6MnGZFyr1Mh9vIO9Q582 { top:4.1875rem;left:16.0625rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHzcwCtBnKe9fxCBXbdP0QPPaoJOQSFo { width:18.5625rem;height:1.375rem;top:0.6875rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXKTiB6xbc3GWkOkDfSskCHTWkSRd2vE { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsRbSM6aVVQFou7CxLo1Itd1TQTMuHz1 { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0LFVrlMTimEIyEuUt6BUex7bBwZKB5p { display:block; }
 }@media only screen and (max-width: 763px) { #OK1Ah7KJKkWdIa8MX8ltewDTiguvKxb6 { top:3.5625rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZtCMPisMU4oJkeUNdrifLnx4mOp5xZ { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlhSFSrJoXRncVBaMk8aMrSLi7nHTgoa { display:block; }
 }@media only screen and (max-width: 763px) { #y8k0dTELzp0AnPZx5S2C09sut0z6MQPE { width:14.75rem;height:2.875rem;top:0.6875rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHUP5mGSnEF9WDtMK4viOc7rsBHnsOr7 { top:4.125rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy { display:block; }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TITGB421K743oAkVx7uETKJeglNkteML { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLdu4ZM3b7Vv4hWApJI0Fsoc9LqCEr4G { display:block; }
 }@media only screen and (max-width: 763px) { #MZz0mhZC8PBncOxBGUIqLPMT0N42Wb8J { top:4.1875rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfGahQPP5sF3en7AAZSyH3kRBIVJe5KA { width:18.5625rem;height:1.1875rem;top:1.4375rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyQfJWiwFlFuG0EWe268TgS0rnKnuXnQ { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4l0gef1IvxJUMUuUmQkNcf2yq9v3FP9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZZHi3JdganL142F2LpLbQ77DHghrJ8ZK { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1sEdQXqisxCMHT7mpGblQyTZOE0oWK { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiO4382xFiBAhyb0mxbrC3zTXXCke1FI { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8ISzOBT5TxQ0UrTM1r2reIBE1gxfXtE { display:block; }
 }@media only screen and (max-width: 763px) { #WhOMPytKMoDlnKuRgF8Cb3eL75zeemsJ { top:4.1875rem;left:31.9375rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDd735svbu583ZaWD8bcDxtJaoDVJiD { width:18.5625rem;height:1.375rem;top:0.6875rem;left:29.0625rem;font-size:1.0625rem;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:2.75rem;font-size:1.0625rem;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) { #iilTiJIsR3eTyHPT9dPIXPoiP02CWgHy { top:22.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6q2CcIT8zCuRfIyVAnbmbPk6UIggLAr { display:block; }
 }@media only screen and (max-width: 763px) { #qGUp8R0yfDq5hLFSnTg3Ug9XTLAAxRCn { top:5.1875rem;left:31.875rem;width:15.625rem;height:15.625rem;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) { #m3y7AoMEDwTeG2UE3ws4MBTOfRF9QOkf { width:19.25rem;height:2.75rem;top:1.75rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmwbZnToDzKzueJKJE3AqQFysPbxdTak { display:block; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3HFeKcTam9thke2xAAswM8MDobTCSfD { top:5.75rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exzs7ASktq1bhKVDsRM7xCK97dQneUir { top:22.375rem;left:0.90625rem;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.5rem;left:2.15625rem;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) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { top:1.25rem;left:0rem;width:47.75rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB { display:block; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tr5JQOU4WVey378z7xUkk2VVeLX21xkg { top:1.6875rem;left:1.4375rem;width:9.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNJs3nTIrV5lPllDvrTePEiXsEOPF8Gf { top:1.6875rem;left:13.218751907349rem;width:9.3125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHE3gr97HX4zNlO08CFx6lMPlKd7JTMw { top:0rem;left:38rem;width:7.5625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDX4fK6y13UZfiZd6c6yT9ZJcEw2rPJo { top:0.625rem;left:25.90625rem;width:7.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl { display:block; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9P1N1cOD9PZB2HFoh5xwSufv7XLdRGV { top:1.875rem;left:36.65625rem;width:10.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB8zSOuQnGkp2VXqIvV9gTZFEdO0ZaDN { top:0rem;left:2.6875rem;width:6.5625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ8fmiWOnhE1qyC6x2x0Sa6lovTJnrBU { top:2.375rem;left:23.96875rem;width:11.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfwVeagXUpmZRNLhl4TbSOoHZpziBfGN { top:0rem;left:14.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP { display:block; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCwpgTELKPUlQsN3FJnVAfqyAf2df4Tl { top:2.0625rem;left:0.8125rem;width:10.3125rem;height:2.5625rem;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.611325rem;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:2.4375rem;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) { #xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 { display:block; }#xkvPiq3AF7Cm5hgoEUqXIW5DItrhOp02 > .row .container { width:20rem;height:70.3125rem;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) { #hFrroK1gJXJLsQ0bqoun3kcISwlyXC0F { top:42.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiHeVPSK0Vq4qx40KmTtrHv53m4RyI6r { 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:47.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwHdyfDCeaIwoHT1INXugvRFXsTPDEp6 { top:64.4375rem;left:2.9375rem;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) { #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) { #PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP { display:block; }#PahTaWuflmWAo9mGeTHEl8ZOTITXmJvP > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5reokIvlKionhvhipEcilx16ripMLs9 { top:18.2490234375rem;left:2.96875rem;width:14.0605625rem;height:3.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgw1krGqTazz0yuOZHmN1S0goI6gst7O { display:block; }
 }@media only screen and (max-width: 763px) { #brtMofnfK2cncQhTfCMHgXTgDBu5ln2v { width:15.75rem;height:15.75rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBN73R5I8IzUWZsksHWAXg1VNEdsT6C { top:42.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZuIbC58VH27fG0amnHQXau9zesiSBdd { display:block; }
 }@media only screen and (max-width: 763px) { #pb695FrMgDZvXlRNkpheDFKVUkzKZ5sM { width:15.75rem;height:15.75rem;top:25.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQLsBMlEhX9JhyLXU4pR40sqBydSugrr { display:block; }#zQLsBMlEhX9JhyLXU4pR40sqBydSugrr > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhfAS8DqTxENDOMbSu8BJqKU6Xdlt00T { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMRyzUKCuD4aTpdGhGDNlWON9uSnv4oi { display:block; }
 }@media only screen and (max-width: 763px) { #EI7sbJmGTIzeIbSupchJSxGQlCoLPVcU { width:15.375rem;height:15.375rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #LHV9m0QQIUJEVxDdXJhFOCteEozb21u0 { 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) { #vZbolLWx5dbxSNUK0itfTQsaZtwsO4KP { width:15.5rem;height:15.5rem;top:31.125rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Shr2dU15PVhRTNNl8MOtTGvJ9xl6Ax1S { width:18.5625rem;height:1.3rem;top:28.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao08n1hAPco6dBxv8I91w6Lcqksg6wXB { top:47.875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzmVOFJUMAKw309JUgFKMogAXsGk0G8D { display:block; }
 }@media only screen and (max-width: 763px) { #HMrvMSZTX0kecU7Dfi9ZZRkn276CpqEA { top:73.25rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZa9KpfiR5np5ssMZKiXopZT6JG5TOSw { display:block; }
 }@media only screen and (max-width: 763px) { #tyyQBgQlBE3M2baDxU4T9K2JDDwFQS5y { width:15.625rem;height:15.625rem;top:57.625rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #TBTg4AoyNk2XOzDOqyEpXm8B4TFdJTuH { width:11.375rem;height:2.6rem;top:53.875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMVegmJeqsfXUcwvul4kc20D6S8X6s2u { display:block; }#pMVegmJeqsfXUcwvul4kc20D6S8X6s2u > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaeRCXbnMlNJIFewsFPHH36hxpyFGM2n { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTSWHX83EtK01LkwtetCkTDmkaPnxMyh { display:block; }
 }@media only screen and (max-width: 763px) { #AmWUoxeU6u6iAWWhgQhfO55LTrKzSv1c { width:15.5rem;height:15.5rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #twkiBzFr8h0H3fDF5c3FdRsT1C0faiiE { width:18.5625rem;height:2.5996125rem;top:3.75rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WANmftOotJ2yKI8ibm2TOLvRmVHRXUIC { top:47.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlBvrqWH1iqPvSAO825OAD7nM866v9x8 { display:block; }
 }@media only screen and (max-width: 763px) { #EDClVJVt8ag4BLhs5UDX8Frn7DeeDGIi { width:15.5rem;height:15.5rem;top:31rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #f0ZTIsnI7ccTCBeHBXpiKF38zLU4pl0y { width:18.5625rem;height:1.29980625rem;top:28.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbP6tDzANVslRovXlt5GwdmFT9FesmaW { top:72.9375rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFJash8R1qJFXTinVBvJdrpBCuNdT5oM { display:block; }
 }@media only screen and (max-width: 763px) { #HtR6m1w4PMnzy4dsbnn0LItt6JGPnU7I { width:11.375rem;height:3.8994125rem;top:52.9619140625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbDiiwpcDJncOid2acd3XRPh7zmhPGlS { width:15.5rem;height:15.5rem;top:56.25rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 { display:block; }#w97cbI9SOwwM8R9T1JHCu98DTepTwMb1 > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVU9pXSNlb504EqbyDNArxwHfdPDW0F0 { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwvu3ma04dRW0QXOvz84vVHX6KXTff89 { display:block; }
 }@media only screen and (max-width: 763px) { #TBazLn7DCHLT6MnGZFyr1Mh9vIO9Q582 { width:15.375rem;height:15.375rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #kHzcwCtBnKe9fxCBXbdP0QPPaoJOQSFo { width:18.5625rem;height:1.3rem;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) { #AXKTiB6xbc3GWkOkDfSskCHTWkSRd2vE { width:18.5625rem;height:1.3rem;top:28.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsRbSM6aVVQFou7CxLo1Itd1TQTMuHz1 { top:47.875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0LFVrlMTimEIyEuUt6BUex7bBwZKB5p { display:block; }
 }@media only screen and (max-width: 763px) { #OK1Ah7KJKkWdIa8MX8ltewDTiguvKxb6 { width:15.625rem;height:15.625rem;top:32.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZtCMPisMU4oJkeUNdrifLnx4mOp5xZ { top:71rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlhSFSrJoXRncVBaMk8aMrSLi7nHTgoa { display:block; }
 }@media only screen and (max-width: 763px) { #y8k0dTELzp0AnPZx5S2C09sut0z6MQPE { width:14.75rem;height:2.6rem;top:28.875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHUP5mGSnEF9WDtMK4viOc7rsBHnsOr7 { width:15.625rem;height:15.625rem;top:55.4375rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy { display:block; }#ezVZGxSId0dxdbILt8R8QIbU0f9WhSqy > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TITGB421K743oAkVx7uETKJeglNkteML { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLdu4ZM3b7Vv4hWApJI0Fsoc9LqCEr4G { display:block; }
 }@media only screen and (max-width: 763px) { #MZz0mhZC8PBncOxBGUIqLPMT0N42Wb8J { width:15.5rem;height:15.5rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #AfGahQPP5sF3en7AAZSyH3kRBIVJe5KA { 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) { #HyQfJWiwFlFuG0EWe268TgS0rnKnuXnQ { top:47.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4l0gef1IvxJUMUuUmQkNcf2yq9v3FP9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZZHi3JdganL142F2LpLbQ77DHghrJ8ZK { width:15.5rem;height:15.5rem;top:31rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Nn1sEdQXqisxCMHT7mpGblQyTZOE0oWK { width:18.5625rem;height:1.3rem;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) { #oiO4382xFiBAhyb0mxbrC3zTXXCke1FI { top:71.6875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8ISzOBT5TxQ0UrTM1r2reIBE1gxfXtE { display:block; }
 }@media only screen and (max-width: 763px) { #WhOMPytKMoDlnKuRgF8Cb3eL75zeemsJ { width:15.5rem;height:15.5rem;top:54.9375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #JGDd735svbu583ZaWD8bcDxtJaoDVJiD { width:18.5625rem;height:1.29980625rem;top:52.4375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ { display:block; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { width:20rem;height:26.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:6.9043125rem;top:18.4375rem;left:0rem;font-size:1.0625rem;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:6.1875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #DCxFucnN3MP8KLXBWyySqgJ2HlrgwT48 { top:22.625rem;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) { #iilTiJIsR3eTyHPT9dPIXPoiP02CWgHy { top:71.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6q2CcIT8zCuRfIyVAnbmbPk6UIggLAr { display:block; }
 }@media only screen and (max-width: 763px) { #qGUp8R0yfDq5hLFSnTg3Ug9XTLAAxRCn { width:15.625rem;height:15.625rem;top:54.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlvfdPWCFEhOpggnSFlQbSeALg3ZNH4A { width:11.5625rem;height:2.6rem;top:1.375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3y7AoMEDwTeG2UE3ws4MBTOfRF9QOkf { width:19.25rem;height:2.6rem;top:52rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmwbZnToDzKzueJKJE3AqQFysPbxdTak { display:block; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3HFeKcTam9thke2xAAswM8MDobTCSfD { width:15.625rem;height:15.625rem;top:5.125rem;left:2.1875rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #exzs7ASktq1bhKVDsRM7xCK97dQneUir { top:22rem;left:2.9375rem;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.9rem;top:1.375rem;left:4.1875rem;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) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { width:20rem;height:7.1982375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB { display:block; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tr5JQOU4WVey378z7xUkk2VVeLX21xkg { width:9.0625rem;height:3.9375rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNJs3nTIrV5lPllDvrTePEiXsEOPF8Gf { width:6.5625rem;height:2.875rem;top:6.4375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHE3gr97HX4zNlO08CFx6lMPlKd7JTMw { width:7.5625rem;height:7.4375rem;top:17.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDX4fK6y13UZfiZd6c6yT9ZJcEw2rPJo { width:7.875rem;height:6.0625rem;top:25.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl { display:block; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9P1N1cOD9PZB2HFoh5xwSufv7XLdRGV { width:10.25rem;height:2.9375rem;top:20.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB8zSOuQnGkp2VXqIvV9gTZFEdO0ZaDN { width:6.5625rem;height:6.8125rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ8fmiWOnhE1qyC6x2x0Sa6lovTJnrBU { width:11.75rem;height:1.9375rem;top:17.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfwVeagXUpmZRNLhl4TbSOoHZpziBfGN { width:6.5625rem;height:6.5625rem;top:9.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP { display:block; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCwpgTELKPUlQsN3FJnVAfqyAf2df4Tl { width:10.3125rem;height:2.5625rem;top:1.25rem;left:4.8125rem;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; }
 }