.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/7l0an7Zg/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d58a9e;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { border-width: 0; border-radius: 0; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container {  }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:0.875rem;font-family:"open sans";height:38.6875rem;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.9375rem;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:4.6875rem;width:31.374rem;top:1.060546875rem;left:16.31103515625rem;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.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:24.3125rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26.505859375rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;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 > .video-iframe-container {  }#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.625rem;width:15.625rem;top:1.3125rem;left:2.1875rem;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.25rem;left:22.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; }
#svZiBoVhxVgISnAfv03S0nJIBL0M5oRw { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.25rem;left:42.125rem;overflow:hidden;display:block; }
#yE27ScNwCTOyN018o39PEVhFMMBRwutl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .row .container { background-color: transparent; background-image: none; }#yE27ScNwCTOyN018o39PEVhFMMBRwutl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .row .container > .video-iframe-container { display: none; }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .row > .video-iframe-container { display: none; }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .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); }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .row .container { border-width: 0; border-radius: 0; }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .row > .video-iframe-container {  }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#yFpDzT3vJnN5HGHqJweeLZU47UHKwMzS { 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; }
#uh8T9ATGGe3rBAhPFScrB6c8iU32IrXQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ow8mhIDx0iIq40fOCUJ6mVSHXT7R8gkC { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:15.6875rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#HmDkQgpV1kEN8xJt3XQJahVi4bd8nSZT { 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; }
#eDFDdBXt4Zo8wZDKrWe1NR5GyQ2r6OAk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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.09375rem;left:22.125rem;overflow:hidden;display:block; }
#N8VTMVTWciEQe7nrRQp3zQBzfrQOsJmw { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.09375rem;left:42.125rem;overflow:hidden;display:block; }
#FMTDQb5NDxxbTxGTQDXsstDrTpHs6CcR { 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; }
#vpFOWPkCVJDvIJGssi9xPbu1dqgu51iK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .row .container { background-color: transparent; background-image: none; }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .row .container > .video-iframe-container { display: none; }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .row > .video-iframe-container { display: none; }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .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); }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .row .container { border-width: 0; border-radius: 0; }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .row > .video-iframe-container {  }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#SXIBhditHyXNEIkWo7ChTwFLZHreDPxy { 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; }
#ctABnvWJJu0DtGLqib4nxIB2zhZJB4QO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MyMO1POkTr33z8ps8DtvGplk9HCFZm50 { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:15.6875rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#zcQK3wk0SoSAIvDkNma5PQ71M1rDtMbf { 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; }
#uG26CTvGXPv5K6xwcJ40DENISDFzVBdi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PbKWyT2T7rBHZfQffnIgE0Wrbbxvh76o { 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.09375rem;left:22.125rem;overflow:hidden;display:block; }
#TtLJc85JJO09qMJloiF7TvJZpneViXuD { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:15.75rem;top:1.09375rem;left:42.125rem;overflow:hidden;display:block; }
#nw0cRDhVMliqJCwwTRtB2cnvRZBphtQE { 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; }
#TwH94Pz1WNriXXwhBKEMveK8lsSbEQW9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .row .container { background-color: transparent; background-image: none; }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .row .container > .video-iframe-container { display: none; }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .row > .video-iframe-container { display: none; }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .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); }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .row .container { border-width: 0; border-radius: 0; }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .row > .video-iframe-container {  }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#GuE52hgRLAvHhJ0zTEUTxZ4bv4ZAaLDB { 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; }
#nJWLIhVF0bFmNstVyMst5VRseZD58b1d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RyZaPXp3TinD4TEkOOFUi04QkOszZdO0 { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:15.6875rem;top:1.125rem;left:2.125rem;overflow:hidden;display:block; }
#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container { background-color: transparent; background-image: none; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container > .video-iframe-container { display: none; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row > .video-iframe-container { display: none; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container { border-width: 0; border-radius: 0; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row > .video-iframe-container {  }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#nL8LZRTzEAunHgcezvvrWOoMZF8t5dBM { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:0.71875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enkgTdnfF60dH9RILVdNP4dzD30nyTyG { z-index:100069;top:20.375rem;left:2.25rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x6pMZH7M6gw5xUxQA5h1OOQMLG0G91Si { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#doV3K7w3rCrkHzZLovoGAqJJLLV6sSAH { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:2.25rem;overflow:hidden;display:block; }
#LcCSpTypbBoUA07Wv1rynetOTrNDWfcQ { z-index:100080;top:20.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ho1k9DGZigrI55wt6FEOp8i59V6AHNn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gsO9QC5mlMw5HwSRNbIT8odehxhfLbAf { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:22.25rem;overflow:hidden;display:block; }
#ycp5OGx7ffPsN67QGyJiV2DT3KZMhtgP { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:20.71875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fsar4zH50wyI6EmDbOOusIm0alqh8ian { z-index:100075;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FwIkWzkQILOiMbkGLAVlPyaGSFOZpfTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nfZmMbNUsIwXJPnQ00AwMtSmlGJJ5Tn4 { position:absolute;display:block;z-index:100077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.875rem;width:15.4375rem;top:4.5rem;left:42.28125rem;overflow:hidden;display:block; }
#TWafHFbXlOkiiiVwDbeamqV2IPCFTPJX { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:40.71875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .row .container { background-color: transparent; background-image: none; }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .row .container > .video-iframe-container { display: none; }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .row > .video-iframe-container { display: none; }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .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); }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .row .container { border-width: 0; border-radius: 0; }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .row > .video-iframe-container {  }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#f4JQ6rBsD98Zl32KNUxETbb0ACalPE5x { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:0.71875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ba0OUtqTAnKbnnf5ARfaVK83MDS7Rpi9 { 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; }
#IBSThWeTUop7gotQCUvdTTyQzbFbQOlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IDcTvaTsZTa2PT8KW55fyWtzqkmJmg86 { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:2.25rem;overflow:hidden;display:block; }
#Po2R51GNCeUMyRrbLbdkaQu8TTDkZmwz { 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; }
#KoD8wyVFUx8L4vTutmOh78Pvq0P64BUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FG2pO0HhcAT74P4C40txWMTmZ84TMZ99 { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.138671875rem;left:42.1875rem;overflow:hidden;display:block; }
#EOwxSMwT6fpV3m2rPu3qqk9yoGFVmUbf { z-index:100071;top:20.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qHuDQrkmGwQLyB4tK2d06BBPWQ45Hayr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ImBTnrRc8miT7cydzTLgcm4v3eJXXPkg { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:15.4375rem;top:4.138671875rem;left:22.28125rem;overflow:hidden;display:block; }
#oPTwP6BIiEIxIpdOoDGkdCifRH72n163 { color:#2a2e41;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.294921875rem;left:43.0625rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fh6z8IKTG73UhftdsF5tmaFOdMod639m { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:20.71875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .row .container { background-color: transparent; background-image: none; }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .row .container > .video-iframe-container { display: none; }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .row > .video-iframe-container { display: none; }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .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); }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .row .container { border-width: 0; border-radius: 0; }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .row > .video-iframe-container {  }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#rse22AcqhzXvnHysRwVpN1pZ57tuQ0LH { 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; }
#OyUBA7p1Vy3SyZORM7OaaSunvzvT63Cm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WZrFs8P2fEigEwe0Awki4MukKb6CQrTb { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.6875rem;top:3.75rem;left:2.65625rem;overflow:hidden;display:block; }
#TT5VmHgttzq5H9QARreSeXAm59R2HwS8 { 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.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#la7IUakKTvamOqZl4DD7UvolsSz0npgB { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.8125rem;width:13.8125rem;top:4.1875rem;left:23.000001907349rem;overflow:hidden;display:block; }
#Jx4Cb6Sa1TcZ9Lf5f83UfyclGeFCSXF7 { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:42.25rem;overflow:hidden;display:block; }
#umIRHdqrUUooILiKX1gO78cl5FnQUKoG { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:20.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6mDAmZikL0lTrbsOh5HliqNXUtKIErB { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:41.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LEV0vDi1JblZQoBvFPdqv1ipBlbRa265 { z-index:100078;top:20.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Te1dO7ehLHI1m9ndMBCLR0tqFfECx4Tg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gu48TUuehp9LcrBZZmFfu8gadFiPaQFr { z-index:100079;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ud41xWmpGChTwh1NMUCTOsWSqvpvUDpV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SxudGQT8sM85boKAyaQBpLznixBUS95N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .row .container { background-color: transparent; background-image: none; }#SxudGQT8sM85boKAyaQBpLznixBUS95N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .row .container > .video-iframe-container { display: none; }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .row > .video-iframe-container { display: none; }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .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); }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .row .container { border-width: 0; border-radius: 0; }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .row > .video-iframe-container {  }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#GtsC4a04dW68igNpaxKh9dV2SqbQ5kP3 { 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; }
#SaP3owUJUfLsmlZzB9OPITbORbvJAtxw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uF2zs4rRTEsHyn051BADio3no82rsn96 { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.6875rem;top:3.78125rem;left:2.65625rem;overflow:hidden;display:block; }
#Scz1Lqs5J9zyWgmp4XkzaPQ23TR9PTy5 { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:0.71875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVEdtv3Kstnu5sin3WokmpRPfzGfDac6 { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:14.6875rem;top:3.78125rem;left:22.65625rem;overflow:hidden;display:block; }
#ThGX1sHLMcwAXdKNfQdfu8AbpM9Hf7qf { z-index:100078;top:20.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PyV1OLeKHTFuCNfdNXWPSK08MOEJRnBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rwyxzneJweFLJWw5lpoeQgehCs8ZDZP9 { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:20.71875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .row .container { background-color: transparent; background-image: none; }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .row .container > .video-iframe-container { display: none; }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .row > .video-iframe-container { display: none; }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .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); }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .row .container { border-width: 0; border-radius: 0; }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .row > .video-iframe-container {  }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#dPpeSHaW6PPu3QttVwBnc98iZw1Py1Kc { 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; }
#DkEXfE3Th1f5VxsmmbUbiTXwq09FZ7Dx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D2ymFlsP2JKTnmrnVZqriGLad67S3m5L { 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; }
#XTczJIJulmVzKayIuQVDCebzRf0zRt44 { 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.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRRP4ffSguNafh0UuiE5JSXpK5VTNWid { position:absolute;display:block;z-index:100111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.3125rem;width:15.5rem;top:7.84375rem;left:22.1875rem;overflow:hidden;display:block; }
#IDPTichwDxAIFbE0rL0yeMDmBsy7AI9H { 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; }
#aGdTDPcMrcODH08bBsr9Zo4RPa5RDZ5m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nnhkTfQxlp63z2BMlJfeQWW5FXcTORdw { color:#2a2e41;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:1.7802734375rem;left:22.71875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TScnOgw26mPO166rXMvZMCQ1wiWBDOL7 { z-index:100079;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; }
#SdBkfKXi8iiKxIAsAKzZ8SXWrJGrlvmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TZwRxgrKQLfIBTFmAQCIlTKT188vtx8g { color:#2a2e41;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:2.4375rem;left:42.71875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M7FHOXwahP3fQLsvE4a51DqpRBCZM2Ud { position:absolute;display:block;z-index:100115;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; }
#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyload, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyloading { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { border-width: 0; border-radius: 0; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container {  }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { font-size:0.875rem;font-family:"open sans";height:8.875rem;width:60rem;position:relative;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { border-width: 0; border-radius: 0; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container {  }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { font-size:0.875rem;font-family:"open sans";height:7.1875rem;width:60rem;position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { background-color: transparent; background-image: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { border-width: 0; border-radius: 0; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container {  }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:"open sans";height:13.6875rem;width:60rem;position:relative;display:block; }#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:1rem;left:10.18603515625rem;width:31.3125rem;height:4.6783114601262rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:47.75rem;height:4.5rem;top:17.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:47.75rem;height:2.1875rem;top:24.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:47.75rem;height:2.1875rem;top:26.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #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.3125rem;left:0.125rem;width:15.625rem;height:15.625rem;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.25rem;left:15.9375rem;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) { #svZiBoVhxVgISnAfv03S0nJIBL0M5oRw { top:1.25rem;left:31.8125rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE27ScNwCTOyN018o39PEVhFMMBRwutl { display:block; }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFpDzT3vJnN5HGHqJweeLZU47UHKwMzS { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh8T9ATGGe3rBAhPFScrB6c8iU32IrXQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ow8mhIDx0iIq40fOCUJ6mVSHXT7R8gkC { top:1.125rem;left:0.0625rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmDkQgpV1kEN8xJt3XQJahVi4bd8nSZT { top:17.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDFDdBXt4Zo8wZDKrWe1NR5GyQ2r6OAk { display:block; }
 }@media only screen and (max-width: 763px) { #x2iT7cTLLiyeUEnpF6aNFAFsW1XS85W2 { top:1.0625rem;left:15.9375rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8VTMVTWciEQe7nrRQp3zQBzfrQOsJmw { top:1.0625rem;left:31.8125rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTDQb5NDxxbTxGTQDXsstDrTpHs6CcR { top:17.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFOWPkCVJDvIJGssi9xPbu1dqgu51iK { display:block; }
 }@media only screen and (max-width: 763px) { #th9D8TRtpwb16wrKcBOEH6ghmXRymBLd { display:block; }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXIBhditHyXNEIkWo7ChTwFLZHreDPxy { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctABnvWJJu0DtGLqib4nxIB2zhZJB4QO { display:block; }
 }@media only screen and (max-width: 763px) { #MyMO1POkTr33z8ps8DtvGplk9HCFZm50 { top:1.125rem;left:0.0625rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcQK3wk0SoSAIvDkNma5PQ71M1rDtMbf { top:17.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG26CTvGXPv5K6xwcJ40DENISDFzVBdi { display:block; }
 }@media only screen and (max-width: 763px) { #PbKWyT2T7rBHZfQffnIgE0Wrbbxvh76o { top:1.0625rem;left:15.9375rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLJc85JJO09qMJloiF7TvJZpneViXuD { top:1.0625rem;left:31.8125rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw0cRDhVMliqJCwwTRtB2cnvRZBphtQE { top:17.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwH94Pz1WNriXXwhBKEMveK8lsSbEQW9 { display:block; }
 }@media only screen and (max-width: 763px) { #taaIZEKrxt9DhyHrRRysITWBmqMiNwzp { display:block; }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuE52hgRLAvHhJ0zTEUTxZ4bv4ZAaLDB { top:17.5625rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJWLIhVF0bFmNstVyMst5VRseZD58b1d { display:block; }
 }@media only screen and (max-width: 763px) { #RyZaPXp3TinD4TEkOOFUi04QkOszZdO0 { top:1.125rem;left:0.0625rem;width:15.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx { display:block; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL8LZRTzEAunHgcezvvrWOoMZF8t5dBM { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkgTdnfF60dH9RILVdNP4dzD30nyTyG { top:20.375rem;left:0.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6pMZH7M6gw5xUxQA5h1OOQMLG0G91Si { display:block; }
 }@media only screen and (max-width: 763px) { #doV3K7w3rCrkHzZLovoGAqJJLLV6sSAH { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCSpTypbBoUA07Wv1rynetOTrNDWfcQ { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho1k9DGZigrI55wt6FEOp8i59V6AHNn7 { display:block; }
 }@media only screen and (max-width: 763px) { #gsO9QC5mlMw5HwSRNbIT8odehxhfLbAf { top:4.1875rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycp5OGx7ffPsN67QGyJiV2DT3KZMhtgP { width:18.5625rem;height:1.375rem;top:1.375rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsar4zH50wyI6EmDbOOusIm0alqh8ian { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIkWzkQILOiMbkGLAVlPyaGSFOZpfTq { display:block; }
 }@media only screen and (max-width: 763px) { #nfZmMbNUsIwXJPnQ00AwMtSmlGJJ5Tn4 { top:4.5rem;left:31.96875rem;width:15.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWafHFbXlOkiiiVwDbeamqV2IPCFTPJX { width:18.5625rem;height:2.75rem;top:1.375rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv { display:block; }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4JQ6rBsD98Zl32KNUxETbb0ACalPE5x { width:18.5625rem;height:2.75rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba0OUtqTAnKbnnf5ARfaVK83MDS7Rpi9 { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBSThWeTUop7gotQCUvdTTyQzbFbQOlg { display:block; }
 }@media only screen and (max-width: 763px) { #IDcTvaTsZTa2PT8KW55fyWtzqkmJmg86 { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po2R51GNCeUMyRrbLbdkaQu8TTDkZmwz { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoD8wyVFUx8L4vTutmOh78Pvq0P64BUC { display:block; }
 }@media only screen and (max-width: 763px) { #FG2pO0HhcAT74P4C40txWMTmZ84TMZ99 { top:4.125rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOwxSMwT6fpV3m2rPu3qqk9yoGFVmUbf { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHuDQrkmGwQLyB4tK2d06BBPWQ45Hayr { display:block; }
 }@media only screen and (max-width: 763px) { #ImBTnrRc8miT7cydzTLgcm4v3eJXXPkg { top:4.125rem;left:16.09375rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPTwP6BIiEIxIpdOoDGkdCifRH72n163 { width:14.75rem;height:1.4375rem;top:1.25rem;left:32.750001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh6z8IKTG73UhftdsF5tmaFOdMod639m { width:18.5625rem;height:1.375rem;top:1.375rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfDkVzhirxOOIuHo34aPSWNazFeOqUTF { display:block; }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rse22AcqhzXvnHysRwVpN1pZ57tuQ0LH { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyUBA7p1Vy3SyZORM7OaaSunvzvT63Cm { display:block; }
 }@media only screen and (max-width: 763px) { #WZrFs8P2fEigEwe0Awki4MukKb6CQrTb { top:3.75rem;left:0.59375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5VmHgttzq5H9QARreSeXAm59R2HwS8 { width:18.5rem;height:1.375rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7IUakKTvamOqZl4DD7UvolsSz0npgB { top:4.1875rem;left:16.812501907349rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx4Cb6Sa1TcZ9Lf5f83UfyclGeFCSXF7 { top:4.1875rem;left:31.9375rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umIRHdqrUUooILiKX1gO78cl5FnQUKoG { width:18.5rem;height:1.375rem;top:1.1875rem;left:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6mDAmZikL0lTrbsOh5HliqNXUtKIErB { width:18.5625rem;height:1.375rem;top:1.1875rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEV0vDi1JblZQoBvFPdqv1ipBlbRa265 { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te1dO7ehLHI1m9ndMBCLR0tqFfECx4Tg { display:block; }
 }@media only screen and (max-width: 763px) { #Gu48TUuehp9LcrBZZmFfu8gadFiPaQFr { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud41xWmpGChTwh1NMUCTOsWSqvpvUDpV { display:block; }
 }@media only screen and (max-width: 763px) { #SxudGQT8sM85boKAyaQBpLznixBUS95N { display:block; }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtsC4a04dW68igNpaxKh9dV2SqbQ5kP3 { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaP3owUJUfLsmlZzB9OPITbORbvJAtxw { display:block; }
 }@media only screen and (max-width: 763px) { #uF2zs4rRTEsHyn051BADio3no82rsn96 { top:3.75rem;left:0.59375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scz1Lqs5J9zyWgmp4XkzaPQ23TR9PTy5 { width:18.5rem;height:2.75rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVEdtv3Kstnu5sin3WokmpRPfzGfDac6 { top:3.75rem;left:16.46875rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThGX1sHLMcwAXdKNfQdfu8AbpM9Hf7qf { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyV1OLeKHTFuCNfdNXWPSK08MOEJRnBg { display:block; }
 }@media only screen and (max-width: 763px) { #rwyxzneJweFLJWw5lpoeQgehCs8ZDZP9 { width:18.5625rem;height:1.375rem;top:1.1875rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPQgCH7FFJUS1oGThdPLGKST71w6xtBB { display:block; }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPpeSHaW6PPu3QttVwBnc98iZw1Py1Kc { top:22.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkEXfE3Th1f5VxsmmbUbiTXwq09FZ7Dx { display:block; }
 }@media only screen and (max-width: 763px) { #D2ymFlsP2JKTnmrnVZqriGLad67S3m5L { top:5.1875rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTczJIJulmVzKayIuQVDCebzRf0zRt44 { width:11.375rem;height:4.3125rem;top:0.9375rem;left:2.2216796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRRP4ffSguNafh0UuiE5JSXpK5VTNWid { top:7.8125rem;left:16rem;width:15.5rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDPTichwDxAIFbE0rL0yeMDmBsy7AI9H { top:22.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGdTDPcMrcODH08bBsr9Zo4RPa5RDZ5m { display:block; }
 }@media only screen and (max-width: 763px) { #nnhkTfQxlp63z2BMlJfeQWW5FXcTORdw { width:14.5rem;height:4.125rem;top:1.75rem;left:16.530597686767rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TScnOgw26mPO166rXMvZMCQ1wiWBDOL7 { top:22.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdBkfKXi8iiKxIAsAKzZ8SXWrJGrlvmw { display:block; }
 }@media only screen and (max-width: 763px) { #TZwRxgrKQLfIBTFmAQCIlTKT188vtx8g { width:14.5625rem;height:1.375rem;top:2.4375rem;left:32.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7FHOXwahP3fQLsvE4a51DqpRBCZM2Ud { top:5.1875rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:4.75rem;left:42.811767578125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:4.8125rem;left:43.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { top:10.3125rem;left:0rem;width:15.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { top:4.625rem;left:0rem;width:27.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:20rem;height:22.8125rem;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:2.988143048384rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:20rem;height:4.5rem;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.375rem;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.375rem;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) { #eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 { display:block; }#eQu5wUVDTKAUoB69P6Zg0vBm3N0TSE54 > .row .container { width:20rem;height:86.0625rem;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.625rem;height:15.625rem;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.625rem;height:15.625rem;top:25.75rem;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) { #svZiBoVhxVgISnAfv03S0nJIBL0M5oRw { width:15.6875rem;height:15.6875rem;top:48rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE27ScNwCTOyN018o39PEVhFMMBRwutl { display:block; }#yE27ScNwCTOyN018o39PEVhFMMBRwutl > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFpDzT3vJnN5HGHqJweeLZU47UHKwMzS { top:18.2490234375rem;left:2.96875rem;width:14.0605625rem;height:3.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh8T9ATGGe3rBAhPFScrB6c8iU32IrXQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ow8mhIDx0iIq40fOCUJ6mVSHXT7R8gkC { width:15.625rem;height:15.625rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmDkQgpV1kEN8xJt3XQJahVi4bd8nSZT { top:42.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDFDdBXt4Zo8wZDKrWe1NR5GyQ2r6OAk { display:block; }
 }@media only screen and (max-width: 763px) { #x2iT7cTLLiyeUEnpF6aNFAFsW1XS85W2 { width:15.6875rem;height:15.6875rem;top:25.125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8VTMVTWciEQe7nrRQp3zQBzfrQOsJmw { width:15.75rem;height:15.75rem;top:49.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTDQb5NDxxbTxGTQDXsstDrTpHs6CcR { top:65.625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpFOWPkCVJDvIJGssi9xPbu1dqgu51iK { display:block; }
 }@media only screen and (max-width: 763px) { #th9D8TRtpwb16wrKcBOEH6ghmXRymBLd { display:block; }#th9D8TRtpwb16wrKcBOEH6ghmXRymBLd > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXIBhditHyXNEIkWo7ChTwFLZHreDPxy { top:18.2490234375rem;left:2.96875rem;width:14.0605625rem;height:3.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctABnvWJJu0DtGLqib4nxIB2zhZJB4QO { display:block; }
 }@media only screen and (max-width: 763px) { #MyMO1POkTr33z8ps8DtvGplk9HCFZm50 { width:15.625rem;height:15.625rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcQK3wk0SoSAIvDkNma5PQ71M1rDtMbf { top:42.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG26CTvGXPv5K6xwcJ40DENISDFzVBdi { display:block; }
 }@media only screen and (max-width: 763px) { #PbKWyT2T7rBHZfQffnIgE0Wrbbxvh76o { width:15.6875rem;height:15.6875rem;top:25.125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtLJc85JJO09qMJloiF7TvJZpneViXuD { width:15.75rem;height:15.75rem;top:49.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw0cRDhVMliqJCwwTRtB2cnvRZBphtQE { top:65.625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwH94Pz1WNriXXwhBKEMveK8lsSbEQW9 { display:block; }
 }@media only screen and (max-width: 763px) { #taaIZEKrxt9DhyHrRRysITWBmqMiNwzp { display:block; }#taaIZEKrxt9DhyHrRRysITWBmqMiNwzp > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuE52hgRLAvHhJ0zTEUTxZ4bv4ZAaLDB { top:18.2490234375rem;left:2.96875rem;width:14.0605625rem;height:3.43555rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJWLIhVF0bFmNstVyMst5VRseZD58b1d { display:block; }
 }@media only screen and (max-width: 763px) { #RyZaPXp3TinD4TEkOOFUi04QkOszZdO0 { width:15.625rem;height:15.625rem;top:1.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx { display:block; }#KhzmXr2p6WMFPsOh8aw61iExzCUXqkdx > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL8LZRTzEAunHgcezvvrWOoMZF8t5dBM { width:18.5625rem;height:1.25rem;top:1.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enkgTdnfF60dH9RILVdNP4dzD30nyTyG { top:17.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6pMZH7M6gw5xUxQA5h1OOQMLG0G91Si { display:block; }
 }@media only screen and (max-width: 763px) { #doV3K7w3rCrkHzZLovoGAqJJLLV6sSAH { width:15.5rem;height:15.5rem;top:2.375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #LcCSpTypbBoUA07Wv1rynetOTrNDWfcQ { top:43.25rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho1k9DGZigrI55wt6FEOp8i59V6AHNn7 { display:block; }
 }@media only screen and (max-width: 763px) { #gsO9QC5mlMw5HwSRNbIT8odehxhfLbAf { width:15.5rem;height:15.5rem;top:26.6875rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #ycp5OGx7ffPsN67QGyJiV2DT3KZMhtgP { width:18.5625rem;height:1.25rem;top:24.25rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsar4zH50wyI6EmDbOOusIm0alqh8ian { top:69.3125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwIkWzkQILOiMbkGLAVlPyaGSFOZpfTq { display:block; }
 }@media only screen and (max-width: 763px) { #nfZmMbNUsIwXJPnQ00AwMtSmlGJJ5Tn4 { width:15.4375rem;height:14.875rem;top:53.4375rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #TWafHFbXlOkiiiVwDbeamqV2IPCFTPJX { width:18.5625rem;height:1.25rem;top:51.25rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv { display:block; }#Dsor0GZdTXGCOVIxKqNLipkh75gUr8Dv > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4JQ6rBsD98Zl32KNUxETbb0ACalPE5x { width:18.5625rem;height:2.5rem;top:1.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba0OUtqTAnKbnnf5ARfaVK83MDS7Rpi9 { top:20.5rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBSThWeTUop7gotQCUvdTTyQzbFbQOlg { display:block; }
 }@media only screen and (max-width: 763px) { #IDcTvaTsZTa2PT8KW55fyWtzqkmJmg86 { width:15.5rem;height:15.5rem;top:4.25rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Po2R51GNCeUMyRrbLbdkaQu8TTDkZmwz { top:70rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoD8wyVFUx8L4vTutmOh78Pvq0P64BUC { display:block; }
 }@media only screen and (max-width: 763px) { #FG2pO0HhcAT74P4C40txWMTmZ84TMZ99 { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOwxSMwT6fpV3m2rPu3qqk9yoGFVmUbf { top:43.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHuDQrkmGwQLyB4tK2d06BBPWQ45Hayr { display:block; }
 }@media only screen and (max-width: 763px) { #ImBTnrRc8miT7cydzTLgcm4v3eJXXPkg { width:15.375rem;height:15.375rem;top:28rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #oPTwP6BIiEIxIpdOoDGkdCifRH72n163 { width:14.75rem;height:1.25rem;top:50.8125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh6z8IKTG73UhftdsF5tmaFOdMod639m { width:18.5625rem;height:1.25rem;top:26.76171875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfDkVzhirxOOIuHo34aPSWNazFeOqUTF { display:block; }#zfDkVzhirxOOIuHo34aPSWNazFeOqUTF > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rse22AcqhzXvnHysRwVpN1pZ57tuQ0LH { top:20.875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyUBA7p1Vy3SyZORM7OaaSunvzvT63Cm { display:block; }
 }@media only screen and (max-width: 763px) { #WZrFs8P2fEigEwe0Awki4MukKb6CQrTb { width:13.25rem;height:13.25rem;top:4.7236328125rem;left:3.375rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #TT5VmHgttzq5H9QARreSeXAm59R2HwS8 { width:18.5615234375rem;height:1.25rem;top:1.748046875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7IUakKTvamOqZl4DD7UvolsSz0npgB { width:13.875rem;height:13.875rem;top:54.984375rem;left:3.0625rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Jx4Cb6Sa1TcZ9Lf5f83UfyclGeFCSXF7 { width:15.5rem;height:15.5rem;top:77.34375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #umIRHdqrUUooILiKX1gO78cl5FnQUKoG { width:18.5625rem;height:1.25rem;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) { #w6mDAmZikL0lTrbsOh5HliqNXUtKIErB { width:18.5625rem;height:1.25rem;top:74.796875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEV0vDi1JblZQoBvFPdqv1ipBlbRa265 { top:70.109375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te1dO7ehLHI1m9ndMBCLR0tqFfECx4Tg { display:block; }
 }@media only screen and (max-width: 763px) { #Gu48TUuehp9LcrBZZmFfu8gadFiPaQFr { top:94.09375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud41xWmpGChTwh1NMUCTOsWSqvpvUDpV { display:block; }
 }@media only screen and (max-width: 763px) { #SxudGQT8sM85boKAyaQBpLznixBUS95N { display:block; }#SxudGQT8sM85boKAyaQBpLznixBUS95N > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtsC4a04dW68igNpaxKh9dV2SqbQ5kP3 { top:41.220731735229rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaP3owUJUfLsmlZzB9OPITbORbvJAtxw { display:block; }
 }@media only screen and (max-width: 763px) { #uF2zs4rRTEsHyn051BADio3no82rsn96 { width:10.1248125rem;height:10.1248125rem;top:29.408638000488rem;left:4.9370661377907rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Scz1Lqs5J9zyWgmp4XkzaPQ23TR9PTy5 { width:18.5623125rem;height:2.5rem;top:26.810975074768rem;left:0.71831601858137rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVEdtv3Kstnu5sin3WokmpRPfzGfDac6 { width:14.6875rem;height:14.6875rem;top:48.408203125rem;left:2.625rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #ThGX1sHLMcwAXdKNfQdfu8AbpM9Hf7qf { top:64.345703125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyV1OLeKHTFuCNfdNXWPSK08MOEJRnBg { display:block; }
 }@media only screen and (max-width: 763px) { #rwyxzneJweFLJWw5lpoeQgehCs8ZDZP9 { width:18.5625rem;height:1.25rem;top:45.908203125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPQgCH7FFJUS1oGThdPLGKST71w6xtBB { display:block; }#fPQgCH7FFJUS1oGThdPLGKST71w6xtBB > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPpeSHaW6PPu3QttVwBnc98iZw1Py1Kc { top:44.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkEXfE3Th1f5VxsmmbUbiTXwq09FZ7Dx { display:block; }
 }@media only screen and (max-width: 763px) { #D2ymFlsP2JKTnmrnVZqriGLad67S3m5L { width:15.625rem;height:15.625rem;top:27.625rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #XTczJIJulmVzKayIuQVDCebzRf0zRt44 { width:11.375rem;height:3.75rem;top:23rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRRP4ffSguNafh0UuiE5JSXpK5VTNWid { width:15.625rem;height:10.375rem;top:5.8359375rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #IDPTichwDxAIFbE0rL0yeMDmBsy7AI9H { top:17.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGdTDPcMrcODH08bBsr9Zo4RPa5RDZ5m { display:block; }
 }@media only screen and (max-width: 763px) { #nnhkTfQxlp63z2BMlJfeQWW5FXcTORdw { width:11.5625rem;height:3.75rem;top:1.9375rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TScnOgw26mPO166rXMvZMCQ1wiWBDOL7 { top:69.125rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdBkfKXi8iiKxIAsAKzZ8SXWrJGrlvmw { display:block; }
 }@media only screen and (max-width: 763px) { #TZwRxgrKQLfIBTFmAQCIlTKT188vtx8g { width:14.5625rem;height:0;top:49.625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7FHOXwahP3fQLsvE4a51DqpRBCZM2Ud { width:15.625rem;height:15.625rem;top:52.25rem;left:2.1875rem;z-index:100026;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.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/S5j1NKui/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:20rem;height:18.125rem;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; }
 }