.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/7l0an7Zg/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { border-width: 0; border-radius: 0; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:0.875rem;font-family:"open sans";height:33.625rem;width:60rem;position:relative;display:block; }#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:55.874rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.99);top:7.5rem;left:2.0625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:57.1230625rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.99);top:10.6875rem;left:2.8759765625rem;height:4.875rem;font-style:normal;display:block; }
#EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.49975625rem;width:21.687rem;top:1.1865234375rem;left:19.12353515625rem;overflow:hidden;display:block; }
#rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { color:#ffffff;display:block;width:59.9353125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:99962;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.97);top:17.125rem;left:0rem;height:4.611325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:26.625rem;left:0rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:29.4375rem;left:0rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { background-color: transparent; background-image: none; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container > .video-iframe-container { display: none; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row > .video-iframe-container { display: none; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { border-width: 0; border-radius: 0; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#gJ0Vv8b2TrwSJ9xgcNTvooz77pVIGnTJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:1.1875rem;left:10rem;display:block; }
#W2bkDwOTkE2EZE3Td1KLOJ5TMT9Kzeyg { z-index:100065;top:23.6875rem;left:22.96875rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VK3GiQv5FTZkvekE3eyi6xTXoD9TwZr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xmTHOI1TutziI1sJofqU5NSqkeaFcJQN { color:#000000;display:block;width:43.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:27.6875rem;left:10rem;height:2.76171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV > .row .container { background-color: transparent; background-image: none; }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV > .row .container > .video-iframe-container { display: none; }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV > .row > .video-iframe-container { display: none; }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV > .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); }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV > .row .container { border-width: 0; border-radius: 0; }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV > .row .container { font-size:0.875rem;font-family:"open sans";height:18.75rem;width:60rem;position:relative;display:block; }#Ksf2biFemwpcvigVmBgOsyk394qpOdSX { color:#1e1e21;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:0.875rem;left:0.5625rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g4QCfosMstwZZz8768zwUUDKONp3kNfs { z-index:100064;top:14.4375rem;left:3rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GgHOuL3l8gCFhDJO1S9ZQTvq0TGnmziN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VQ5Dgl4bSu9fFzsHA00Wkt5OAUXMRpWv { color:#1e1e21;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:0.75rem;left:20.4375rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#po6pBieQOzwAyPwdnoWi4yRmStWd7rlX { z-index:100070;top:14.4375rem;left:22.96875rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dmEnQc284thwxtloXurWvyJXv5E7G2yP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CFOrAKUADAKlwDMwEVkQkiF4kGreDHcT { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WqOmqAEd/5fc4be45c3793aae4b51e321a3ffdec3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.875rem;left:12.342967987061rem;display:block; }#CFOrAKUADAKlwDMwEVkQkiF4kGreDHcT.adaptive-delivery-prevent-bg, #CFOrAKUADAKlwDMwEVkQkiF4kGreDHcT.lazyload, #CFOrAKUADAKlwDMwEVkQkiF4kGreDHcT.lazyloading { background-image: none; }
#FdehLTO0a171ZDJrWFUyUV8w5lrmw4t8 { z-index:100080;top:14.4375rem;left:43rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TtvglRhyRnquUCqNBdc3qCzKJu0GToLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vIdJuhHcQseWKU0FBTm9dwracQdA0LQQ { color:#1e1e21;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:0.5625rem;left:40.437501907349rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuG8W3G1bT1skTFUZgSEVZTVq3obFOZs { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2T4T5gIb/P.Dykiel_kopia_1024x1024.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.875rem;left:52.499998092651rem;display:block; }#CuG8W3G1bT1skTFUZgSEVZTVq3obFOZs.adaptive-delivery-prevent-bg, #CuG8W3G1bT1skTFUZgSEVZTVq3obFOZs.lazyload, #CuG8W3G1bT1skTFUZgSEVZTVq3obFOZs.lazyloading { background-image: none; }
#Dsa5TlUDEy9uTihI9SLMWvuJJZT7XnzR { box-sizing:content-box;color:#0a3a9d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124275rem;width:3.124275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:7.31015586853rem;left:40.436719894409rem;display:block; }
#l4PSfR7w0KESSpsxZuvaiNSEX3JX5rLy { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:8.2218761444094rem;left:43.559373855591rem;height:1.4625rem;display:block; }
#U6OVhvcMJdWoq2gqZ8mc02VbbEFnLVgI { box-sizing:content-box;color:#0a3a9d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124275rem;width:3.124275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100090;top:7.578125rem;left:20.62343788147rem;display:block; }
#VzFZXr33kTmToT2Z5ZvB5o6k869BwAwF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:8.2625007629394rem;left:23.375001907349rem;height:1.4625rem;display:block; }
#m63eAxIT98ETkw54LJtcriS3yibtP1vJ { box-sizing:content-box;color:#781286;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124275rem;width:3.124275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100092;top:10.432813644409rem;left:40.436719894409rem;display:block; }
#WNhPPGp5zgG1bRP9Wrt1Ns9iTc2aqTeM { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:11.13125038147rem;left:43.56093788147rem;height:1.4625rem;display:block; }
#w2LPoKWcz04iUyirTyUVlsnylE9Dz4uZ { box-sizing:content-box;color:#781286;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1234375rem;width:3.1234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100091;top:10.434373855591rem;left:20.62343788147rem;display:block; }
#fUgGU4VK7OyrBo1OFGFq2DcDTvrLNtkp { color:#000000;display:block;width:14.3105625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:11.231248855591rem;left:23.312501907349rem;height:1.3rem;display:block; }
#J6HiG5BhVk6GWbh2vKCqLw7HUerKd7N8 { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/P4zp0V5m/Zuzanna_Chudzicka_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.875rem;left:32.375001907349rem;display:block; }#J6HiG5BhVk6GWbh2vKCqLw7HUerKd7N8.adaptive-delivery-prevent-bg, #J6HiG5BhVk6GWbh2vKCqLw7HUerKd7N8.lazyload, #J6HiG5BhVk6GWbh2vKCqLw7HUerKd7N8.lazyloading { background-image: none; }
#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { background-color: transparent; background-image: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container > .video-iframe-container { display: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row > .video-iframe-container { display: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .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); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { border-width: 0; border-radius: 0; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#y1CRoLnlfN2nXkc5xLKae8XZo8HCuTRa { color:#1e1e21;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:0.81015682220456rem;left:0.56171798706055rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vAbOKR9KbOe7B5GETJoRxUe0Wcf848xg { z-index:100064;top:16.8125rem;left:2.96875rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gPrg2eO8LQmrqlbqvQx2xnzXFI4fZZSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LK5I1lKLyJpu3VBI2NhdVVoInymioHSM { z-index:100070;top:16.8125rem;left:22.96875rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Oechl95Rw081dp1aISokrLBT2xy4gVBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O0QL1zDzGCiPGhmP65IQEXRF3TEIcyaX { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JOL63wIi/1O2A9871_002_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.70703125rem;left:32.25rem;display:block; }#O0QL1zDzGCiPGhmP65IQEXRF3TEIcyaX.adaptive-delivery-prevent-bg, #O0QL1zDzGCiPGhmP65IQEXRF3TEIcyaX.lazyload, #O0QL1zDzGCiPGhmP65IQEXRF3TEIcyaX.lazyloading { background-image: none; }
#OUcW1WrN6E2A5f6tGTpTwLXprLbwtgiV { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/4QibeY4Q/71887647_1516825241792234_6427338109431578624_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.70703125rem;left:12.4375rem;display:block; }#OUcW1WrN6E2A5f6tGTpTwLXprLbwtgiV.adaptive-delivery-prevent-bg, #OUcW1WrN6E2A5f6tGTpTwLXprLbwtgiV.lazyload, #OUcW1WrN6E2A5f6tGTpTwLXprLbwtgiV.lazyloading { background-image: none; }
#ngk1zMt12c1UHN1qa0wFvDiw9TZcFzJR { z-index:100080;top:16.8125rem;left:42.96875rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hNbvSH5HlffTCPHb5yidU7F0bLbMkoAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FZAG8gEBee8K2CBvS1iIVxBEwfhKbzLm { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:0.8125rem;left:41rem;height:6.90429375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDImciCd3XOmHUTap1NcoER3DJr98vSX { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7tSzpYpU/53389270_646192319146294_733759497113174016_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.1875rem;left:52.4375rem;display:block; }#SDImciCd3XOmHUTap1NcoER3DJr98vSX.adaptive-delivery-prevent-bg, #SDImciCd3XOmHUTap1NcoER3DJr98vSX.lazyload, #SDImciCd3XOmHUTap1NcoER3DJr98vSX.lazyloading { background-image: none; }
#McyplCoG01U2NwMQdiORbecTRk0nfhdR { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100081;line-height:1.3;letter-spacing:0;top:9.34765625rem;left:3.6218757629394rem;height:1.3808625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ApmPomGRlfi7d8vqRRvcCQ5BG6tw8aI5 { box-sizing:content-box;color:#0a3a9d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100082;top:8.4375rem;left:0.5625rem;display:block; }
#vxdBXTpk74on4XtJmJpETi5pcCErTiXO { box-sizing:content-box;color:#0a3a9d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:8.3125rem;left:41rem;display:block; }
#MyZFZ01VGXMTZx9xRtKuPe1KRlL3r11n { box-sizing:content-box;color:#020202;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100089;top:13.0625rem;left:41rem;display:block; }
#AqRFNxTUSwUfkKCsw5bgJgeOSGCkJlKo { box-sizing:content-box;color:#781286;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100090;top:10.625rem;left:41rem;display:block; }
#Qhh0XykMdysv0I8EiTtv17wzM6WEgTLI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:11.75rem;left:44.1875rem;height:1.38125rem;display:block; }
#zdDEQ21LP3SAIe7MPaoRP4zzb1RXuquN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:13.9375rem;left:44.1875rem;height:1.38125rem;display:block; }
#a1orxCBUSdb1dqpRnueAI9HQMzD4qITq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:9.375rem;left:44.1875rem;height:1.38125rem;display:block; }
#drwlo1h6B1yqRq19JJZk7zcX1lEqI6DM { color:#1e1e21;display:block;width:13.5619375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:0.80946493148806rem;left:20.811634063721rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bSpl2zXn59fs9WHXA4ZpG6DMf1vOE0hI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100092;line-height:1.3;letter-spacing:0;top:11.562500381843rem;left:23.187501907349rem;height:1.38125rem;display:block; }
#om4cH9IlHDeVa1Edr0QkD9edxzF6ekiN { box-sizing:content-box;color:#0a3a9d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100092;top:8.4375rem;left:20.5rem;display:block; }
#LMyoTaF6TdxkdlkHh0AsAR9tJOUuTTzT { box-sizing:content-box;color:#781286;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100094;top:10.75rem;left:20.5rem;display:block; }
#gEldZAgTctWAaq9oaz9T2eu4NbNzDObS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:9.25rem;left:23.3125rem;height:1.38125rem;display:block; }
#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x > .row .container { background-color: transparent; background-image: none; }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x > .row .container > .video-iframe-container { display: none; }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x > .row > .video-iframe-container { display: none; }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x > .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); }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x > .row .container { border-width: 0; border-radius: 0; }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x > .row .container { font-size:0.875rem;font-family:"open sans";height:18.75rem;width:60rem;position:relative;display:block; }#a1JicVOAkC9lM6KufKEvKBwm8VXHXM94 { color:#1e1e21;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:0.875rem;left:0.5625rem;height:4.1425875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bx2PeUsOHyeMI04syXESWHxTl81CEGX7 { z-index:100064;top:14.4375rem;left:3rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L34305yFwQg3RvXKHusL88WTegSQpA41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RXExOT3xTAFbos5MPus3eRTDOhFVAqFq { color:#1e1e21;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:0.75rem;left:20.4375rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eRNP3o1fZFSfHWdZ0uOyxTl9EAbM3P7x { z-index:100070;top:14.4375rem;left:22.96875rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#teD5ZZDslrnTQXRuSaSecBMfV598dOBk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BTO2z6eJBHXrAwvD5wKk2SP6msAPTgKE { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:url("https://images.assets-landingi.com/7FLJSZiD/S.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.6875rem;width:6.875rem;top:0rem;left:32.687501907349rem;display:block; }#BTO2z6eJBHXrAwvD5wKk2SP6msAPTgKE.adaptive-delivery-prevent-bg, #BTO2z6eJBHXrAwvD5wKk2SP6msAPTgKE.lazyload, #BTO2z6eJBHXrAwvD5wKk2SP6msAPTgKE.lazyloading { background-image: none; }
#LVyHgk7XfUVHGRVbzTEsEFa7dQ3D5Cqy { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lFfCERre/IMG_20210129_113722.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.70703125rem;left:12.4375rem;display:block; }#LVyHgk7XfUVHGRVbzTEsEFa7dQ3D5Cqy.adaptive-delivery-prevent-bg, #LVyHgk7XfUVHGRVbzTEsEFa7dQ3D5Cqy.lazyload, #LVyHgk7XfUVHGRVbzTEsEFa7dQ3D5Cqy.lazyloading { background-image: none; }
#zklwmNDVLRmOGByfgtfF8SJ2MB11QQTT { z-index:100080;top:14.4375rem;left:43rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JwXXrnIW3XPSZtge4bQCq96woWzg5yHF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sBRH9NFeiQesD5u1i8TDaD5QSMexBf1y { color:#1e1e21;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:0.5625rem;left:40.437501907349rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kaIfUPJO9v1UKNU8D4nN0lTr5dIhuhJm { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ELl305zo/2c340921ae563596f4098e98237e8ea8.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.1875rem;left:52.4375rem;display:block; }#kaIfUPJO9v1UKNU8D4nN0lTr5dIhuhJm.adaptive-delivery-prevent-bg, #kaIfUPJO9v1UKNU8D4nN0lTr5dIhuhJm.lazyload, #kaIfUPJO9v1UKNU8D4nN0lTr5dIhuhJm.lazyloading { background-image: none; }
#kcENn45yrgnTkK5bq9xy1kJV89Zln4Jw { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:8.6437511444094rem;left:4rem;height:1.4625rem;display:block; }
#CMqVtnAgzngfoZ2iTNKZxq2SmPZHnz4d { box-sizing:content-box;color:#0a3a9d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100088;top:7.5625rem;left:0.9375rem;display:block; }
#gLLzvcFSMixVXR4g1f5TKzT59vFXIIqu { color:#000000;display:block;width:14.3105625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:10.970703125rem;left:4rem;height:1.4625rem;display:block; }
#JyZu6hZdi4GWLmaKHWTb0znxnIOmnzk5 { box-sizing:content-box;color:#781286;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12305rem;width:3.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100092;top:10.1669921875rem;left:0.9384765625rem;display:block; }
#xnWDNgviSiThWE6HvNCTPKAvOetiX53b { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100093;line-height:1.3;letter-spacing:0;top:8.875rem;left:23.875rem;height:1.4625rem;display:block; }
#x1yGQXzce0x0cuWIso0I8zyRAdLqefdF { box-sizing:content-box;color:#0a3a9d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100090;top:7.8125rem;left:20.8125rem;display:block; }
#KnbWtcr9FKfFUkEXp6rqdvarRUAI4Sy2 { box-sizing:content-box;color:#781286;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12305rem;width:3.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100096;top:10.1875rem;left:41.5625rem;display:block; }
#fFhTuW7Iis6WVV2upy9Rh0MGiwsBbEVv { color:#000000;display:block;width:14.3105625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100095;line-height:1.3;letter-spacing:0;top:11rem;left:44.3125rem;height:1.4625rem;display:block; }
#agZ2BuXGneIvJkkNv9qrQpSM5sdGRlZH { box-sizing:content-box;color:#0a3a9d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100092;top:7.5625rem;left:41.5625rem;display:block; }
#wfonqfHWLJph1A5uURb2V32TmpU8uq7J { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100095;line-height:1.3;letter-spacing:0;top:8.64296913147rem;left:43.999219894409rem;height:1.4625rem;display:block; }
#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 > .row .container { background-color: transparent; background-image: none; }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 > .row .container > .video-iframe-container { display: none; }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 > .row > .video-iframe-container { display: none; }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 > .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); }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 > .row .container { border-width: 0; border-radius: 0; }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 > .row .container { font-size:0.875rem;font-family:"open sans";height:20.6875rem;width:60rem;position:relative;display:block; }#qsIQ7r40CibmcwzzgXO22DcsiSv7MwhB { color:#1e1e21;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:0.75rem;left:20.4375rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#drp9qfKbgma2AZWqf4TwhwvUamW4ndfW { z-index:100070;top:15.8125rem;left:22.96875rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DLFxdHHguJVVVS9OVX99hrBOddqIBIUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DeKSzRH3yAaeTMBaNB4le7rdVhMgOcBu { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/tjrSDFXp/IMG_20210826_232025_002_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.70703125rem;left:32.25rem;display:block; }#DeKSzRH3yAaeTMBaNB4le7rdVhMgOcBu.adaptive-delivery-prevent-bg, #DeKSzRH3yAaeTMBaNB4le7rdVhMgOcBu.lazyload, #DeKSzRH3yAaeTMBaNB4le7rdVhMgOcBu.lazyloading { background-image: none; }
#fyETnUQq3cUiPMyilzLFFTyPrGhy6iub { box-sizing:content-box;color:#781286;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100091;top:9.5625rem;left:21.25rem;display:block; }
#TZhh42vmeWFUxTiTAEm2Q4DyL0WiakBn { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:10.4375rem;left:24.59375rem;height:1.3rem;display:block; }
#fxE3M4K4KPAGyRKRewAMpQPqywNV9KIF { box-sizing:content-box;color:#0a3a9d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100090;top:7.0625rem;left:21.25rem;display:block; }
#cByQdGp7x9IH00Kq5dm6cIqBKqovG5CV { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:7.875rem;left:24.4375rem;height:1.3rem;display:block; }
#Zv3xivX6LPuP7rIta677sHqN0GUe2x30 { box-sizing:content-box;color:#020202;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100087;top:11.9375rem;left:21.25rem;display:block; }
#Uvu3pB99O3vBgUUl5TdSdc5ehykQu0M2 { color:#000000;display:block;width:15.499875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100087;line-height:1.3;letter-spacing:0;top:12.685180187226rem;left:24.24840927124rem;height:2.761725rem;display:block; }
#u9JQkgMWI2RoWpJsZ8fk29T3AuTHJ7C0 { z-index:100079;top:15.8125rem;left:2.96875rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t0HQzkhhSzRJEdacACfEGxrzD0Drtyic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WzVDBJdl0gDrkkh1LsrbEN2XWkgZNyVG { color:#1e1e21;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:1rem;left:1.0625rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkVndtx1nTxdtf1UHZASheTNsy8vqgyR { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/f7FiNb9q/8880def8e188732887d9badfc87eccb0.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:7.25rem;width:7.25rem;top:1.25rem;left:12.3125rem;display:block; }#UkVndtx1nTxdtf1UHZASheTNsy8vqgyR.adaptive-delivery-prevent-bg, #UkVndtx1nTxdtf1UHZASheTNsy8vqgyR.lazyload, #UkVndtx1nTxdtf1UHZASheTNsy8vqgyR.lazyloading { background-image: none; }
#wSsDNTsrOWPRVLFdxES5qgXT4zQVnZKl { color:#1e1e21;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:0.87734413146975rem;left:40.46249961853rem;height:4.14258125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBocrgZ3koGRDcFnkzbh7wUw30NtrO2b { color:#000000;display:block;width:14.3105625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100094;line-height:1.3;letter-spacing:0;top:11.8125rem;left:43.125rem;height:1.3rem;display:block; }
#OtzxiAwEuR41BcQzSyGSeVCxiQ1p2UmD { box-sizing:content-box;color:#0a3a9d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124275rem;width:3.124275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100094;top:8.1875rem;left:40.4375rem;display:block; }
#s2O2eA0SnKRE1GG141P97XVLrp2B5Q3D { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100093;line-height:1.3;letter-spacing:0;top:8.875rem;left:43.1875rem;height:1.4625rem;display:block; }
#PChtLntmK8uSeJ0oGQFulRCIC963pzJ8 { box-sizing:content-box;color:#781286;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1234375rem;width:3.1234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100095;top:11rem;left:40.4375rem;display:block; }
#k8nt1x1aBI1P0SrQWVIuLVwRSPH4yJd5 { z-index:100081;top:15.8125rem;left:43.24843788147rem;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i3SU99LsiUqDuNSkTmGshUgw8VxsvxhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { background-color: transparent; background-image: none; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container > .video-iframe-container { display: none; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row > .video-iframe-container { display: none; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .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); }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { border-width: 0; border-radius: 0; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#nEcHyE4sGu9ftDwXPdSCL5tEfg51UKTi { z-index:100071;top:20.375rem;left:23rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#gNK5ZEpsaSTHFuHhSUnlvMwNFLAVtlqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wCRXIOLwTNEea1F4ihXehnALzBxGfvcU { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:15.4375rem;top:4.21875rem;left:22.25rem;overflow:hidden;display:block; }
#y07W3TTdEENooiJEKHE4xoCmwp7VkkcE { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20.71875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MXi8Q042bwoqOg5KMvEwHRblaQyAcLeh { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:1.53125rem;overflow:hidden;display:block; }
#rzhDDpe33TGTWELpeZAS7WknVEureKuP { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:0.71875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { z-index:100069;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#DVJ8kcactdlznh9pAwOl08ZwXNoaMFaz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iKlXq7PkJBnJb6i73TZ4EpfwxghONOa5 { z-index:100081;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ub5cLGQ5R0SzVagbou70oKG9veXyPJ4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TRhoPB4JKoZcWo3nJA26UGsugIWbR4nO { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.125rem;left:42.1875rem;overflow:hidden;display:block; }
#EgSbbzQusumxuLbZykx5nbZ97hrJg3Ad { color:#2a2e41;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.3369140625rem;left:40.96875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd > .row .container { background-color: transparent; background-image: none; }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd > .row .container > .video-iframe-container { display: none; }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd > .row > .video-iframe-container { display: none; }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd > .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); }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd > .row .container { border-width: 0; border-radius: 0; }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#W2LW0lDHHV2hNZOT8iDGseJ3zZgvrVpr { z-index:100071;top:20.375rem;left:23rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#rbn43yEGumZ2l7dgdiIVPx9LVEbp7IDB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i5JAi2wn2OQtpcKAOm1XfEyxk0MDvbWR { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:15.4375rem;top:4.21875rem;left:22.25rem;overflow:hidden;display:block; }
#p4ZqiJNpGiZVJfTSg0x4KyAiIslA7623 { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wDGE06FwTzRduWwJDW5AnLJDEWazO6C6 { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:1.53125rem;overflow:hidden;display:block; }
#L3RWrqCEuHdzOKXvlBLReaWyGcdyFSOu { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:0.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFWadZJnr41nEqVOdFvzZu5JCDrdc64b { z-index:100069;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#Qn6uBKxN7WA4Bt4cIWCohCxP6pRaogr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cZJ2ynvz7OGbynioBJMqTO6RkvMgTv9R { z-index:100081;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T0ae30rPcSUEGxqIV8PI9HZJ6o1f7HkV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q1AHbgLNhBpTQrz3KWmlAbDlD6KVV8Bq { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.125rem;left:42.1875rem;overflow:hidden;display:block; }
#rwrzln2KT7TpOQu2TLhpeOxAAqWAZPeQ { color:#2a2e41;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.3369140625rem;left:40.96875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT > .row .container { background-color: transparent; background-image: none; }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT > .row .container > .video-iframe-container { display: none; }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT > .row > .video-iframe-container { display: none; }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT > .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); }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT > .row .container { border-width: 0; border-radius: 0; }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#SaIVkV0ADmnwXttrgMVOLITKFPpufZQG { position:absolute;display:block;z-index:100078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:1.52734375rem;overflow:hidden;display:block; }
#EsysNdAIitpMCOSii7C3ZTyJkK5tmT4A { color:#2a2e41;display:block;width:11.431625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:0.44921875rem;left:3.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wpCkNEdSJIiwOvkigqistxo1Hrr2f7vo { z-index:100066;top:22.375rem;left:2.30859375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#RGyB0TgxwJBbUWgFoxK0JZ0WkZs7JoxG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SaKf74h9Z1UiLkT0gWtBtgwGqEtw7AAt { 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:5.5rem;left:42.1875rem;overflow:hidden;display:block; }
#nR6ff9lAzN9DMpUzAaScM46Nbtg16Cfx { z-index:100072;top:22.5rem;left:43rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#ehWhtKtv85hTpBnInPlUCmyNb7kAKIM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gii9Ir2Zz0cSUFJEV3NTIAksQgGzhBfW { 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.25rem;left:42.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ADppqTSfga4aN00OtaUSIOAANsHbkpKx { position:absolute;display:block;z-index:100106;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:22.1875rem;overflow:hidden;display:block; }
#km3TtzQr0RpycZvsPBFwBrIbFJqu2iEp { z-index:100087;top:22.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#PvG8AfM7WUZrVloX1sQo5tbparxGUdH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gl85Izk08Ivhnh1zenvI17JVwTyIhFEJ { color:#2a2e41;display:block;width:11.4306875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:1.2490234375rem;left:24.2841796875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL > .row .container { background-color: transparent; background-image: none; }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL > .row .container > .video-iframe-container { display: none; }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL > .row > .video-iframe-container { display: none; }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL > .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); }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL > .row .container { border-width: 0; border-radius: 0; }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#a7ichs2rXdZgk3xaTpkMdgbfh5W3V9mb { z-index:100071;top:20.375rem;left:23rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#LQsJNi53JwJhXOhO8Rzgw6dZdG3Om6VU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Op7Z3hpri09tRK4XFHwSoH1HTkmidTIL { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:5.0625rem;left:22.25rem;overflow:hidden;display:block; }
#uU5B80z5x7tQqDJxqUUOO6Q7KvsrScyh { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20.71875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yr2gfl1FeOvsWTOvSiARE3yOouN5eWES { z-index:100077;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#DXui4LexLAHInlG3CpQ0lDdEkmH3LWXp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V32oMuDDE6K1nwpZ8pntOzAyhot0Duyu { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:2.25rem;overflow:hidden;display:block; }
#u374grRsxkT1zKDqvwkOrXuZUfRdHB7r { 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:0rem;left:0.71875rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ > .row .container { background-color: transparent; background-image: none; }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ > .row .container > .video-iframe-container { display: none; }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ > .row > .video-iframe-container { display: none; }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ > .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); }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ > .row .container { border-width: 0; border-radius: 0; }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#b8rgU915MGIeN5TRtNaF4PZn6xo6LtuT { z-index:100071;top:20.375rem;left:23rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yM07G52xTTfPE1DAiRJTFBz8racifkaH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ld0NW8O9gZJlBcRfznMEODdEPhcoNT1v { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:5.0625rem;left:22.25rem;overflow:hidden;display:block; }
#vDo7392xrqZzZtNN8xTmmxAeTwqNnX1v { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20.71875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrqPTLmVATeVu7yZ4nRTA3n4lkJn47a4 { z-index:100077;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#vf9aFVZtxHeKtG3oM3x2Dkrw33BqSlyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ugzLsGDgfmN4dDQ1gEdv1dSDovXRtnAk { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:2.25rem;overflow:hidden;display:block; }
#E8HGE5uJ0lcLzFAW86PadV2scIHNgx2L { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:1.375rem;left:0.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcCSpTypbBoUA07Wv1rynetOTrNDWfcQ { z-index:100080;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#PT3py5OWcThsNVFnIAsHCIrn58NLdSNX { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:42.25rem;overflow:hidden;display:block; }
#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:0.6875rem;left:40.71875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container { background-color: transparent; background-image: none; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container > .video-iframe-container { display: none; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row > .video-iframe-container { display: none; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container { border-width: 0; border-radius: 0; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#dIEfdGutCQN7aAE0uFh3Mm5sTVxS162Q { z-index:100071;top:20.375rem;left:23rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ComV1kzOxbFyCoDyylrpSiEh18bdWTLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#do93f1D5TRhHfJSUOevU5Qc6Thk7fkUW { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:5.0625rem;left:22.25rem;overflow:hidden;display:block; }
#dJomVxgbImRSSnEVqDcvvmUrtfp3gSph { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20.71875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7ZGJ5zABtMLxTWuFTM6F0i66xqyhmsd { z-index:100077;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EfNJPP9ThDtdfuKfTlS5cy75p4AB0G96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d1CZ0lTUwrra0OzV5Q1gAw25M3KgTtT0 { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:2.25rem;overflow:hidden;display:block; }
#TwSfwSEUlrLw14GvODTPGtJ75xEcULM9 { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:0rem;left:0.71875rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0RXUB2et3rkxaT6aSwkgDRpWwxe8zJX { position:absolute;display:block;z-index:100103;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.625rem;left:42.1875rem;overflow:hidden;display:block; }
#mTsTiXTLUPsH2mMqofXtJ8CstNhcZ7JR { z-index:100084;top:21.1875rem;left:43rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #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; }
#NGDGCH4bnCsG4H9qvXiLgxo50mWwfzQ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qRBSvfuvWUpVc5k04npe27TN7Eyi4J80 { color:#2a2e41;display:block;width:11.4306875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:0rem;left:44.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container { background-color: transparent; background-image: none; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container > .video-iframe-container { display: none; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row > .video-iframe-container { display: none; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container { border-width: 0; border-radius: 0; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#zkmyQO8IdZ7hTb8NCThQU6QL8KGK2384 { z-index:100080;top:22.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K6XUooxWhUR3kmNScKNcwap2Bl14W4Ur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dCOh72yvnGSdMohhpCdCtaDuNqQq2WqT { position:absolute;display:block;z-index:100114;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.21875rem;left:2.1875rem;overflow:hidden;display:block; }
#qFpfhT3tTRrJF0spBTP9MlbH3JRtDsP4 { color:#2a2e41;display:block;width:11.4306875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:0.96875rem;left:4.2841796875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuEvyiGNhayAoXetvyHqVnIBWwVPtQ8Z { position:absolute;display:block;z-index:100111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.21875rem;left:22.1875rem;overflow:hidden;display:block; }
#DCxFucnN3MP8KLXBWyySqgJ2HlrgwT48 { z-index:100097;top:22.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iEAE0KD5bJmR3vkOy26f5CrwlTVCFEVt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iilTiJIsR3eTyHPT9dPIXPoiP02CWgHy { z-index:100097;top:22.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i6q2CcIT8zCuRfIyVAnbmbPk6UIggLAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qGUp8R0yfDq5hLFSnTg3Ug9XTLAAxRCn { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.21875rem;left:42.1875rem;overflow:hidden;display:block; }
#tlvfdPWCFEhOpggnSFlQbSeALg3ZNH4A { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:1.75rem;left:24.21875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3y7AoMEDwTeG2UE3ws4MBTOfRF9QOkf { color:#2a2e41;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmwbZnToDzKzueJKJE3AqQFysPbxdTak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container { background-color: transparent; background-image: none; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container > .video-iframe-container { display: none; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row > .video-iframe-container { display: none; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container { border-width: 0; border-radius: 0; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#i3HFeKcTam9thke2xAAswM8MDobTCSfD { position:absolute;display:block;z-index:100107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:2.1875rem;overflow:hidden;display:block; }
#exzs7ASktq1bhKVDsRM7xCK97dQneUir { z-index:100087;top:22.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w4of0uWzpnziyQaJEdbzkz0otHyipnph { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qbis0OhBWV8JdIULfTzfcr3p1atbUvsU { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:0.54296875rem;left:4.21875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyload, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyloading { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { border-width: 0; border-radius: 0; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { font-size:0.875rem;font-family:"open sans";height:10.0625rem;width:60rem;position:relative;display:block; }#LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:1.28125rem;left:3.90625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container { background-color: transparent; background-image: none; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container > .video-iframe-container { display: none; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row > .video-iframe-container { display: none; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container { border-width: 0; border-radius: 0; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container { font-size:0.875rem;font-family:"open sans";height:7.3125rem;width:60rem;position:relative;display:block; }#tr5JQOU4WVey378z7xUkk2VVeLX21xkg { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:9.0625rem;top:1.6875rem;left:2.96875rem;overflow:hidden;display:block; }
#vNJs3nTIrV5lPllDvrTePEiXsEOPF8Gf { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:6.5625rem;top:1.09375rem;left:19.21875rem;overflow:hidden;display:block; }
#NHE3gr97HX4zNlO08CFx6lMPlKd7JTMw { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:7.5625rem;top:0rem;left:48.71875rem;overflow:hidden;display:block; }
#cwuqbRKdeTh9fhCCvC39u6qXkyzJFuIh { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:4.875rem;top:1.25rem;left:35.062501907349rem;overflow:hidden;display:block; }
#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container { background-color: transparent; background-image: none; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container > .video-iframe-container { display: none; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row > .video-iframe-container { display: none; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container { border-width: 0; border-radius: 0; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container { font-size:0.875rem;font-family:"open sans";height:6.75rem;width:60rem;position:relative;display:block; }#HzEN55Ifxp2UD9D7tneeaVTA1WwL0utW { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:9.625rem;top:2rem;left:2.6875rem;overflow:hidden;display:block; }
#DmAniLKMbE8h6kRTs9mdy4dJdUBaftBT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:10.75rem;top:2.1875rem;left:17.125001907349rem;overflow:hidden;display:block; }
#MObVd7TOzbWkgZSZM6f6OD0i0lFWpUSz { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.125rem;top:0.375rem;left:34.437501907349rem;overflow:hidden;display:block; }
#UDwRJX1R3B4ZnmFD5hUzRLMwar2ibI7D { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:12.25rem;top:1.78125rem;left:46.375001907349rem;overflow:hidden;display:block; }
#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container { background-color: transparent; background-image: none; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container > .video-iframe-container { display: none; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row > .video-iframe-container { display: none; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container { border-width: 0; border-radius: 0; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container { font-size:0.875rem;font-family:"open sans";height:6.75rem;width:60rem;position:relative;display:block; }#lmqWptuKbKIdPDcvEp1pSMNzazUlCXMs { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.25rem;top:1.15625rem;left:2.875rem;overflow:hidden;display:block; }
#y8ODbxpTIRBdTIkt7OWINM7Tye4OGxU1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:0.1875rem;left:18.46249961853rem;overflow:hidden;display:block; }
#AdVlgS3BKtpJkVLBOiIXoVWek1KRZNum { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:9rem;top:0.1875rem;left:33.000001907349rem;overflow:hidden;display:block; }
#kyBTSRNofkUgHtnS4abTlZCgFOcURPyw { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.125rem;top:0.21171855926514rem;left:49.52499961853rem;overflow:hidden;display:block; }
#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { border-width: 0; border-radius: 0; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { font-size:0.875rem;font-family:"open sans";height:7.1875rem;width:60rem;position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { background-color: transparent; background-image: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { border-width: 0; border-radius: 0; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:"open sans";height:13.6875rem;width:60rem;position:relative;display:block; }#KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { box-sizing:content-box;color:#d1428e;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.24926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:4.810791015625rem;left:48.936767578125rem;display:block; }
#CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { box-sizing:content-box;color:#d1428e;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:4.8125rem;left:53.625rem;display:block; }
#BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:15.0625rem;top:9.69384765625rem;left:-33.667970657349rem;overflow:hidden;display:block; }
#dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:27.8125rem;top:4.654541015625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { top:7.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:10.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { top:1.125rem;left:12.99853515625rem;width:21.625rem;height:3.4897509524715rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:47.75rem;height:4.5rem;top:17.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:47.75rem;height:2.1875rem;top:26.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:47.75rem;height:2.1875rem;top:29.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ { display:block; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ0Vv8b2TrwSJ9xgcNTvooz77pVIGnTJ { top:1.1875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2bkDwOTkE2EZE3Td1KLOJ5TMT9Kzeyg { top:23.6875rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK3GiQv5FTZkvekE3eyi6xTXoD9TwZr2 { display:block; }
 }@media only screen and (max-width: 763px) { #xmTHOI1TutziI1sJofqU5NSqkeaFcJQN { top:27.6875rem;left:3.875rem;width:43.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV { display:block; }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ksf2biFemwpcvigVmBgOsyk394qpOdSX { width:13.5625rem;height:2.75rem;top:0.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4QCfosMstwZZz8768zwUUDKONp3kNfs { top:14.4375rem;left:0.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgHOuL3l8gCFhDJO1S9ZQTvq0TGnmziN { display:block; }
 }@media only screen and (max-width: 763px) { #VQ5Dgl4bSu9fFzsHA00Wkt5OAUXMRpWv { width:11.25rem;height:4.125rem;top:0.75rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #po6pBieQOzwAyPwdnoWi4yRmStWd7rlX { top:14.4375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmEnQc284thwxtloXurWvyJXv5E7G2yP { display:block; }
 }@media only screen and (max-width: 763px) { #CFOrAKUADAKlwDMwEVkQkiF4kGreDHcT { top:0.875rem;left:9rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdehLTO0a171ZDJrWFUyUV8w5lrmw4t8 { top:14.4375rem;left:32.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtvglRhyRnquUCqNBdc3qCzKJu0GToLg { display:block; }
 }@media only screen and (max-width: 763px) { #vIdJuhHcQseWKU0FBTm9dwracQdA0LQQ { width:13.875rem;height:4.125rem;top:0.5625rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuG8W3G1bT1skTFUZgSEVZTVq3obFOZs { top:0.875rem;left:40.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsa5TlUDEy9uTihI9SLMWvuJJZT7XnzR { top:7.25rem;left:31.75rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4PSfR7w0KESSpsxZuvaiNSEX3JX5rLy { top:8.1875rem;left:33.246873855591rem;width:14.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6OVhvcMJdWoq2gqZ8mc02VbbEFnLVgI { top:7.5625rem;left:15.875rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzFZXr33kTmToT2Z5ZvB5o6k869BwAwF { top:8.25rem;left:17.187501907349rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m63eAxIT98ETkw54LJtcriS3yibtP1vJ { top:10.375rem;left:31.75rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNhPPGp5zgG1bRP9Wrt1Ns9iTc2aqTeM { top:11.125rem;left:32.875rem;width:14.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2LPoKWcz04iUyirTyUVlsnylE9Dz4uZ { top:10.375rem;left:15.875rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUgGU4VK7OyrBo1OFGFq2DcDTvrLNtkp { top:11.1875rem;left:17.125001907349rem;width:14.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6HiG5BhVk6GWbh2vKCqLw7HUerKd7N8 { top:0.875rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1CRoLnlfN2nXkc5xLKae8XZo8HCuTRa { width:11.6875rem;height:4.125rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAbOKR9KbOe7B5GETJoRxUe0Wcf848xg { top:16.8125rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPrg2eO8LQmrqlbqvQx2xnzXFI4fZZSX { display:block; }
 }@media only screen and (max-width: 763px) { #LK5I1lKLyJpu3VBI2NhdVVoInymioHSM { top:16.8125rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oechl95Rw081dp1aISokrLBT2xy4gVBa { display:block; }
 }@media only screen and (max-width: 763px) { #O0QL1zDzGCiPGhmP65IQEXRF3TEIcyaX { top:0.6875rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUcW1WrN6E2A5f6tGTpTwLXprLbwtgiV { top:0.6875rem;left:9rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngk1zMt12c1UHN1qa0wFvDiw9TZcFzJR { top:16.8125rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbvSH5HlffTCPHb5yidU7F0bLbMkoAM { display:block; }
 }@media only screen and (max-width: 763px) { #FZAG8gEBee8K2CBvS1iIVxBEwfhKbzLm { width:11.5625rem;height:6.875rem;top:0.8125rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDImciCd3XOmHUTap1NcoER3DJr98vSX { top:0.1875rem;left:40.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McyplCoG01U2NwMQdiORbecTRk0nfhdR { top:9.3125rem;left:0.875rem;width:15rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApmPomGRlfi7d8vqRRvcCQ5BG6tw8aI5 { top:8.4375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxdBXTpk74on4XtJmJpETi5pcCErTiXO { top:8.3125rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyZFZ01VGXMTZx9xRtKuPe1KRlL3r11n { top:13.0625rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqRFNxTUSwUfkKCsw5bgJgeOSGCkJlKo { top:10.625rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhh0XykMdysv0I8EiTtv17wzM6WEgTLI { top:11.75rem;left:33.875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdDEQ21LP3SAIe7MPaoRP4zzb1RXuquN { top:13.9375rem;left:33.875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1orxCBUSdb1dqpRnueAI9HQMzD4qITq { top:9.375rem;left:33.875rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drwlo1h6B1yqRq19JJZk7zcX1lEqI6DM { width:13.5rem;height:4.125rem;top:0.75rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSpl2zXn59fs9WHXA4ZpG6DMf1vOE0hI { top:11.5625rem;left:17.000001907349rem;width:12.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om4cH9IlHDeVa1Edr0QkD9edxzF6ekiN { top:8.4375rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMyoTaF6TdxkdlkHh0AsAR9tJOUuTTzT { top:10.75rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEldZAgTctWAaq9oaz9T2eu4NbNzDObS { top:9.25rem;left:17.125rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x { display:block; }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1JicVOAkC9lM6KufKEvKBwm8VXHXM94 { width:13.5625rem;height:4.125rem;top:0.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx2PeUsOHyeMI04syXESWHxTl81CEGX7 { top:14.4375rem;left:0.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L34305yFwQg3RvXKHusL88WTegSQpA41 { display:block; }
 }@media only screen and (max-width: 763px) { #RXExOT3xTAFbos5MPus3eRTDOhFVAqFq { width:11.25rem;height:4.125rem;top:0.75rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRNP3o1fZFSfHWdZ0uOyxTl9EAbM3P7x { top:14.4375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teD5ZZDslrnTQXRuSaSecBMfV598dOBk { display:block; }
 }@media only screen and (max-width: 763px) { #BTO2z6eJBHXrAwvD5wKk2SP6msAPTgKE { top:0rem;left:25rem;width:6.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyHgk7XfUVHGRVbzTEsEFa7dQ3D5Cqy { top:0.6875rem;left:9rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zklwmNDVLRmOGByfgtfF8SJ2MB11QQTT { top:14.4375rem;left:32.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwXXrnIW3XPSZtge4bQCq96woWzg5yHF { display:block; }
 }@media only screen and (max-width: 763px) { #sBRH9NFeiQesD5u1i8TDaD5QSMexBf1y { width:13.875rem;height:2.75rem;top:0.5625rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaIfUPJO9v1UKNU8D4nN0lTr5dIhuhJm { top:0.1875rem;left:40.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcENn45yrgnTkK5bq9xy1kJV89Zln4Jw { top:8.625rem;left:0.5rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMqVtnAgzngfoZ2iTNKZxq2SmPZHnz4d { top:7.5625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLLzvcFSMixVXR4g1f5TKzT59vFXIIqu { top:10.9375rem;left:1.625rem;width:14.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyZu6hZdi4GWLmaKHWTb0znxnIOmnzk5 { top:10.125rem;left:0rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnWDNgviSiThWE6HvNCTPKAvOetiX53b { top:8.875rem;left:16.375rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1yGQXzce0x0cuWIso0I8zyRAdLqefdF { top:7.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnbWtcr9FKfFUkEXp6rqdvarRUAI4Sy2 { top:10.1875rem;left:31.75rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFhTuW7Iis6WVV2upy9Rh0MGiwsBbEVv { top:11rem;left:33.375rem;width:14.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agZ2BuXGneIvJkkNv9qrQpSM5sdGRlZH { top:7.5625rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfonqfHWLJph1A5uURb2V32TmpU8uq7J { top:8.625rem;left:32.25rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 { display:block; }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsIQ7r40CibmcwzzgXO22DcsiSv7MwhB { width:11.1875rem;height:4.125rem;top:0.6875rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drp9qfKbgma2AZWqf4TwhwvUamW4ndfW { top:15.8125rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLFxdHHguJVVVS9OVX99hrBOddqIBIUS { display:block; }
 }@media only screen and (max-width: 763px) { #DeKSzRH3yAaeTMBaNB4le7rdVhMgOcBu { top:0.6875rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyETnUQq3cUiPMyilzLFFTyPrGhy6iub { top:9.5625rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZhh42vmeWFUxTiTAEm2Q4DyL0WiakBn { top:10.4375rem;left:17.3125rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxE3M4K4KPAGyRKRewAMpQPqywNV9KIF { top:7.0625rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cByQdGp7x9IH00Kq5dm6cIqBKqovG5CV { top:7.875rem;left:17.4375rem;width:14.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv3xivX6LPuP7rIta677sHqN0GUe2x30 { top:11.9375rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvu3pB99O3vBgUUl5TdSdc5ehykQu0M2 { top:12.625rem;left:16.3125rem;width:15.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9JQkgMWI2RoWpJsZ8fk29T3AuTHJ7C0 { top:15.8125rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0HQzkhhSzRJEdacACfEGxrzD0Drtyic { display:block; }
 }@media only screen and (max-width: 763px) { #WzVDBJdl0gDrkkh1LsrbEN2XWkgZNyVG { width:11.25rem;height:4.125rem;top:1rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkVndtx1nTxdtf1UHZASheTNsy8vqgyR { top:1.25rem;left:9rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSsDNTsrOWPRVLFdxES5qgXT4zQVnZKl { width:13.875rem;height:4.125rem;top:0.875rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBocrgZ3koGRDcFnkzbh7wUw30NtrO2b { top:11.8125rem;left:32.8125rem;width:14.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzxiAwEuR41BcQzSyGSeVCxiQ1p2UmD { top:8.1875rem;left:31.75rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2O2eA0SnKRE1GG141P97XVLrp2B5Q3D { top:8.875rem;left:32.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PChtLntmK8uSeJ0oGQFulRCIC963pzJ8 { top:11rem;left:31.75rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8nt1x1aBI1P0SrQWVIuLVwRSPH4yJd5 { top:15.8125rem;left:32.93593788147rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3SU99LsiUqDuNSkTmGshUgw8VxsvxhL { display:block; }
 }@media only screen and (max-width: 763px) { #H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF { display:block; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEcHyE4sGu9ftDwXPdSCL5tEfg51UKTi { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNK5ZEpsaSTHFuHhSUnlvMwNFLAVtlqN { display:block; }
 }@media only screen and (max-width: 763px) { #wCRXIOLwTNEea1F4ihXehnALzBxGfvcU { top:4.1875rem;left:16.0625rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y07W3TTdEENooiJEKHE4xoCmwp7VkkcE { width:18.5625rem;height:2.75rem;top:0.6875rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXi8Q042bwoqOg5KMvEwHRblaQyAcLeh { top:4.1875rem;left:0rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzhDDpe33TGTWELpeZAS7WknVEureKuP { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVJ8kcactdlznh9pAwOl08ZwXNoaMFaz { display:block; }
 }@media only screen and (max-width: 763px) { #iKlXq7PkJBnJb6i73TZ4EpfwxghONOa5 { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub5cLGQ5R0SzVagbou70oKG9veXyPJ4q { display:block; }
 }@media only screen and (max-width: 763px) { #TRhoPB4JKoZcWo3nJA26UGsugIWbR4nO { top:4.125rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgSbbzQusumxuLbZykx5nbZ97hrJg3Ad { width:18.0625rem;height:1.4375rem;top:1.3125rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P73BrX45xonDwGgK36rhZkNDmtzwy1Dd { display:block; }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2LW0lDHHV2hNZOT8iDGseJ3zZgvrVpr { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbn43yEGumZ2l7dgdiIVPx9LVEbp7IDB { display:block; }
 }@media only screen and (max-width: 763px) { #i5JAi2wn2OQtpcKAOm1XfEyxk0MDvbWR { top:4.1875rem;left:16.0625rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZqiJNpGiZVJfTSg0x4KyAiIslA7623 { width:18.5625rem;height:1.375rem;top:0.6875rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDGE06FwTzRduWwJDW5AnLJDEWazO6C6 { top:4.1875rem;left:0rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3RWrqCEuHdzOKXvlBLReaWyGcdyFSOu { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFWadZJnr41nEqVOdFvzZu5JCDrdc64b { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn6uBKxN7WA4Bt4cIWCohCxP6pRaogr6 { display:block; }
 }@media only screen and (max-width: 763px) { #cZJ2ynvz7OGbynioBJMqTO6RkvMgTv9R { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ae30rPcSUEGxqIV8PI9HZJ6o1f7HkV { display:block; }
 }@media only screen and (max-width: 763px) { #q1AHbgLNhBpTQrz3KWmlAbDlD6KVV8Bq { top:4.125rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwrzln2KT7TpOQu2TLhpeOxAAqWAZPeQ { width:18.0625rem;height:1.4375rem;top:1.3125rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExTCIdErrKBDRn1biGECCyWb3NbZXGnT { display:block; }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaIVkV0ADmnwXttrgMVOLITKFPpufZQG { top:5.75rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsysNdAIitpMCOSii7C3ZTyJkK5tmT4A { width:11.375rem;height:2.875rem;top:0.4375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpCkNEdSJIiwOvkigqistxo1Hrr2f7vo { top:22.375rem;left:0.24609375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGyB0TgxwJBbUWgFoxK0JZ0WkZs7JoxG { display:block; }
 }@media only screen and (max-width: 763px) { #SaKf74h9Z1UiLkT0gWtBtgwGqEtw7AAt { top:5.5rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR6ff9lAzN9DMpUzAaScM46Nbtg16Cfx { top:22.5rem;left:32.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehWhtKtv85hTpBnInPlUCmyNb7kAKIM4 { display:block; }
 }@media only screen and (max-width: 763px) { #Gii9Ir2Zz0cSUFJEV3NTIAksQgGzhBfW { width:14.75rem;height:2.875rem;top:1.25rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADppqTSfga4aN00OtaUSIOAANsHbkpKx { top:5.75rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #km3TtzQr0RpycZvsPBFwBrIbFJqu2iEp { top:22.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvG8AfM7WUZrVloX1sQo5tbparxGUdH3 { display:block; }
 }@media only screen and (max-width: 763px) { #Gl85Izk08Ivhnh1zenvI17JVwTyIhFEJ { width:11.375rem;height:2.875rem;top:1.1875rem;left:18.0966796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL { display:block; }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7ichs2rXdZgk3xaTpkMdgbfh5W3V9mb { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQsJNi53JwJhXOhO8Rzgw6dZdG3Om6VU { display:block; }
 }@media only screen and (max-width: 763px) { #Op7Z3hpri09tRK4XFHwSoH1HTkmidTIL { top:5.0625rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU5B80z5x7tQqDJxqUUOO6Q7KvsrScyh { width:18.5625rem;height:2.375rem;top:0.6875rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr2gfl1FeOvsWTOvSiARE3yOouN5eWES { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXui4LexLAHInlG3CpQ0lDdEkmH3LWXp { display:block; }
 }@media only screen and (max-width: 763px) { #V32oMuDDE6K1nwpZ8pntOzAyhot0Duyu { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u374grRsxkT1zKDqvwkOrXuZUfRdHB7r { width:18.5625rem;height:2.75rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ { display:block; }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8rgU915MGIeN5TRtNaF4PZn6xo6LtuT { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM07G52xTTfPE1DAiRJTFBz8racifkaH { display:block; }
 }@media only screen and (max-width: 763px) { #ld0NW8O9gZJlBcRfznMEODdEPhcoNT1v { top:5.0625rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDo7392xrqZzZtNN8xTmmxAeTwqNnX1v { width:18.5625rem;height:3.5625rem;top:0.6875rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrqPTLmVATeVu7yZ4nRTA3n4lkJn47a4 { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf9aFVZtxHeKtG3oM3x2Dkrw33BqSlyT { display:block; }
 }@media only screen and (max-width: 763px) { #ugzLsGDgfmN4dDQ1gEdv1dSDovXRtnAk { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8HGE5uJ0lcLzFAW86PadV2scIHNgx2L { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCSpTypbBoUA07Wv1rynetOTrNDWfcQ { top:20.375rem;left:32.65625rem;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) { #PT3py5OWcThsNVFnIAsHCIrn58NLdSNX { top:4.1875rem;left:31.9375rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycp5OGx7ffPsN67QGyJiV2DT3KZMhtgP { width:18.5625rem;height:2.75rem;top:0.6875rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs { display:block; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIEfdGutCQN7aAE0uFh3Mm5sTVxS162Q { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ComV1kzOxbFyCoDyylrpSiEh18bdWTLa { display:block; }
 }@media only screen and (max-width: 763px) { #do93f1D5TRhHfJSUOevU5Qc6Thk7fkUW { top:5.0625rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJomVxgbImRSSnEVqDcvvmUrtfp3gSph { width:18.5625rem;height:2.375rem;top:0.6875rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZGJ5zABtMLxTWuFTM6F0i66xqyhmsd { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfNJPP9ThDtdfuKfTlS5cy75p4AB0G96 { display:block; }
 }@media only screen and (max-width: 763px) { #d1CZ0lTUwrra0OzV5Q1gAw25M3KgTtT0 { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwSfwSEUlrLw14GvODTPGtJ75xEcULM9 { width:18.5625rem;height:4.125rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0RXUB2et3rkxaT6aSwkgDRpWwxe8zJX { top:4.625rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTsTiXTLUPsH2mMqofXtJ8CstNhcZ7JR { top:21.1875rem;left:32.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDGCH4bnCsG4H9qvXiLgxo50mWwfzQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #qRBSvfuvWUpVc5k04npe27TN7Eyi4J80 { width:11.375rem;height:2.875rem;top:0rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 { display:block; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkmyQO8IdZ7hTb8NCThQU6QL8KGK2384 { top:22.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6XUooxWhUR3kmNScKNcwap2Bl14W4Ur { display:block; }
 }@media only screen and (max-width: 763px) { #dCOh72yvnGSdMohhpCdCtaDuNqQq2WqT { top:5.1875rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFpfhT3tTRrJF0spBTP9MlbH3JRtDsP4 { width:11.375rem;height:4.3125rem;top:0.9375rem;left:2.2216796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEvyiGNhayAoXetvyHqVnIBWwVPtQ8Z { top:5.1875rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCxFucnN3MP8KLXBWyySqgJ2HlrgwT48 { top:22.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEAE0KD5bJmR3vkOy26f5CrwlTVCFEVt { display:block; }
 }@media only screen and (max-width: 763px) { #iilTiJIsR3eTyHPT9dPIXPoiP02CWgHy { top:22.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6q2CcIT8zCuRfIyVAnbmbPk6UIggLAr { display:block; }
 }@media only screen and (max-width: 763px) { #qGUp8R0yfDq5hLFSnTg3Ug9XTLAAxRCn { top:5.1875rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlvfdPWCFEhOpggnSFlQbSeALg3ZNH4A { width:11.5625rem;height:2.75rem;top:1.75rem;left:18.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3y7AoMEDwTeG2UE3ws4MBTOfRF9QOkf { width:19.25rem;height:2.75rem;top:1.75rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmwbZnToDzKzueJKJE3AqQFysPbxdTak { display:block; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3HFeKcTam9thke2xAAswM8MDobTCSfD { top:5.75rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exzs7ASktq1bhKVDsRM7xCK97dQneUir { top:22.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4of0uWzpnziyQaJEdbzkz0otHyipnph { display:block; }
 }@media only screen and (max-width: 763px) { #qbis0OhBWV8JdIULfTzfcr3p1atbUvsU { width:11.5625rem;height:4.125rem;top:0.5rem;left:2.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { top:1.25rem;left:0rem;width:47.75rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB { display:block; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tr5JQOU4WVey378z7xUkk2VVeLX21xkg { top:1.6875rem;left:1.4375rem;width:9.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNJs3nTIrV5lPllDvrTePEiXsEOPF8Gf { top:1.0625rem;left:14.625rem;width:6.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHE3gr97HX4zNlO08CFx6lMPlKd7JTMw { top:0rem;left:38rem;width:7.5625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwuqbRKdeTh9fhCCvC39u6qXkyzJFuIh { top:1.25rem;left:27.406251907349rem;width:4.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl { display:block; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzEN55Ifxp2UD9D7tneeaVTA1WwL0utW { top:2rem;left:1.15625rem;width:9.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmAniLKMbE8h6kRTs9mdy4dJdUBaftBT { top:2.1875rem;left:12.531251907349rem;width:10.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MObVd7TOzbWkgZSZM6f6OD0i0lFWpUSz { top:0.375rem;left:26.781251907349rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDwRJX1R3B4ZnmFD5hUzRLMwar2ibI7D { top:1.75rem;left:35.5rem;width:12.25rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP { display:block; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmqWptuKbKIdPDcvEp1pSMNzazUlCXMs { top:1.125rem;left:1.34375rem;width:9.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ODbxpTIRBdTIkt7OWINM7Tye4OGxU1 { top:0.1875rem;left:13.86874961853rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdVlgS3BKtpJkVLBOiIXoVWek1KRZNum { top:0.1875rem;left:25.343751907349rem;width:9rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyBTSRNofkUgHtnS4abTlZCgFOcURPyw { top:0.1875rem;left:38.80624961853rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:4.75rem;left:42.811767578125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:4.8125rem;left:43.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { top:10.3125rem;left:0rem;width:15.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { top:4.625rem;left:0rem;width:27.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:20rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:16.5rem;height:4.5rem;top:5.4375rem;left:1.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { width:20rem;height:3.2275153317656rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:20rem;height:4.611325rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:20rem;height:2.4375rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:20rem;height:2.4375rem;top:18.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ { display:block; }#Pt42xREuS7I2UGRq4AifTW1RFfWXeHvZ > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJ0Vv8b2TrwSJ9xgcNTvooz77pVIGnTJ { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2bkDwOTkE2EZE3Td1KLOJ5TMT9Kzeyg { top:13.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK3GiQv5FTZkvekE3eyi6xTXoD9TwZr2 { display:block; }
 }@media only screen and (max-width: 763px) { #xmTHOI1TutziI1sJofqU5NSqkeaFcJQN { width:20rem;height:6.9043125rem;top:18.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV { display:block; }#kkEeIUz7Bc6Mds2p1Na9tlVwRmR53uKV > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ksf2biFemwpcvigVmBgOsyk394qpOdSX { width:20rem;height:2.6rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4QCfosMstwZZz8768zwUUDKONp3kNfs { top:15.192189216614rem;left:2.9687501192093rem;width:14.06175rem;height:3.43671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgHOuL3l8gCFhDJO1S9ZQTvq0TGnmziN { display:block; }
 }@media only screen and (max-width: 763px) { #VQ5Dgl4bSu9fFzsHA00Wkt5OAUXMRpWv { width:17.4375rem;height:2.6rem;top:22.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #po6pBieQOzwAyPwdnoWi4yRmStWd7rlX { top:41.058589935302rem;left:2.9671875238419rem;width:14.0609375rem;height:3.4359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmEnQc284thwxtloXurWvyJXv5E7G2yP { display:block; }
 }@media only screen and (max-width: 763px) { #CFOrAKUADAKlwDMwEVkQkiF4kGreDHcT { width:6.875rem;height:6.875rem;top:4.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdehLTO0a171ZDJrWFUyUV8w5lrmw4t8 { top:64.75rem;left:2.9687501192093rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtvglRhyRnquUCqNBdc3qCzKJu0GToLg { display:block; }
 }@media only screen and (max-width: 763px) { #vIdJuhHcQseWKU0FBTm9dwracQdA0LQQ { width:18.5616875rem;height:2.6rem;top:45.5625rem;left:0.71796870231631rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuG8W3G1bT1skTFUZgSEVZTVq3obFOZs { width:6.87425rem;height:6.87425rem;top:49rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsa5TlUDEy9uTihI9SLMWvuJJZT7XnzR { width:3.125rem;height:3.125rem;top:56.6875rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4PSfR7w0KESSpsxZuvaiNSEX3JX5rLy { width:12.5rem;height:1.21875rem;top:57.5625rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6OVhvcMJdWoq2gqZ8mc02VbbEFnLVgI { width:3.125rem;height:3.125rem;top:33.374219894409rem;left:0.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzFZXr33kTmToT2Z5ZvB5o6k869BwAwF { width:9.375rem;height:1.3rem;top:34.28750038147rem;left:3.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m63eAxIT98ETkw54LJtcriS3yibtP1vJ { width:3.125rem;height:3.125rem;top:59.4375rem;left:1.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNhPPGp5zgG1bRP9Wrt1Ns9iTc2aqTeM { width:14.3125rem;height:1.38125rem;top:60.4375rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2LPoKWcz04iUyirTyUVlsnylE9Dz4uZ { width:3.0625rem;height:3.0625rem;top:36.371877670288rem;left:0.43671870231628rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUgGU4VK7OyrBo1OFGFq2DcDTvrLNtkp { width:14.24925rem;height:1.3rem;top:37.090627670288rem;left:3.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6HiG5BhVk6GWbh2vKCqLw7HUerKd7N8 { width:6.875rem;height:6.875rem;top:26.5625rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1CRoLnlfN2nXkc5xLKae8XZo8HCuTRa { width:17.0625rem;height:2.6rem;top:0.062211036682129rem;left:1.5306713581085rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAbOKR9KbOe7B5GETJoRxUe0Wcf848xg { top:17.624233245849rem;left:3.9374998807907rem;width:14.0609375rem;height:3.4359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPrg2eO8LQmrqlbqvQx2xnzXFI4fZZSX { display:block; }
 }@media only screen and (max-width: 763px) { #LK5I1lKLyJpu3VBI2NhdVVoInymioHSM { top:42.500001907349rem;left:2.9687501192093rem;width:14.06175rem;height:3.43671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oechl95Rw081dp1aISokrLBT2xy4gVBa { display:block; }
 }@media only screen and (max-width: 763px) { #O0QL1zDzGCiPGhmP65IQEXRF3TEIcyaX { width:6.87425rem;height:6.87425rem;top:28.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUcW1WrN6E2A5f6tGTpTwLXprLbwtgiV { width:6.8734375rem;height:6.8734375rem;top:3.9617195129394rem;left:6.5632814168931rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngk1zMt12c1UHN1qa0wFvDiw9TZcFzJR { top:69.000000953675rem;left:2.9687501192093rem;width:14.06175rem;height:3.43671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbvSH5HlffTCPHb5yidU7F0bLbMkoAM { display:block; }
 }@media only screen and (max-width: 763px) { #FZAG8gEBee8K2CBvS1iIVxBEwfhKbzLm { width:18.5619375rem;height:3.89941875rem;top:46.875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDImciCd3XOmHUTap1NcoER3DJr98vSX { width:6.8735625rem;height:6.8735625rem;top:51.6875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McyplCoG01U2NwMQdiORbecTRk0nfhdR { width:11.31175rem;height:1.21875rem;top:12.278906631284rem;left:4.3437498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApmPomGRlfi7d8vqRRvcCQ5BG6tw8aI5 { width:3.12421875rem;height:3.12421875rem;top:11.325781631284rem;left:1.5304688215256rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxdBXTpk74on4XtJmJpETi5pcCErTiXO { width:3.125rem;height:3.125rem;top:58.5625rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyZFZ01VGXMTZx9xRtKuPe1KRlL3r11n { width:3.125rem;height:3.125rem;top:63.625rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqRFNxTUSwUfkKCsw5bgJgeOSGCkJlKo { width:3.125rem;height:3.125rem;top:61rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhh0XykMdysv0I8EiTtv17wzM6WEgTLI { width:12.5rem;height:1.38125rem;top:61.875rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdDEQ21LP3SAIe7MPaoRP4zzb1RXuquN { width:12.5rem;height:1.38125rem;top:64.5rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1orxCBUSdb1dqpRnueAI9HQMzD4qITq { width:12.5rem;height:1.38125rem;top:59.4375rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drwlo1h6B1yqRq19JJZk7zcX1lEqI6DM { width:18.1234375rem;height:2.6rem;top:23.999999523163rem;left:0.93828129768369rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSpl2zXn59fs9WHXA4ZpG6DMf1vOE0hI { width:12.5rem;height:1.38125rem;top:38.814064025879rem;left:3.4374998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #om4cH9IlHDeVa1Edr0QkD9edxzF6ekiN { width:3.125rem;height:3.125rem;top:35.877345085144rem;left:0.56171870231628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMyoTaF6TdxkdlkHh0AsAR9tJOUuTTzT { width:3.125rem;height:3.125rem;top:38.130470275879rem;left:0.56171870231628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEldZAgTctWAaq9oaz9T2eu4NbNzDObS { width:12.5rem;height:1.38125rem;top:36.750000953674rem;left:3.3749998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x { display:block; }#KAg2m0a7JQ0WvPoM9cUkNccMkON8Ko6x > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1JicVOAkC9lM6KufKEvKBwm8VXHXM94 { width:20rem;height:3.89941875rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx2PeUsOHyeMI04syXESWHxTl81CEGX7 { top:18.192277908325rem;left:2.967303276062rem;width:14.06175rem;height:3.436775rem;display:block; }
 }@media only screen and (max-width: 763px) { #L34305yFwQg3RvXKHusL88WTegSQpA41 { display:block; }
 }@media only screen and (max-width: 763px) { #RXExOT3xTAFbos5MPus3eRTDOhFVAqFq { width:17.4375rem;height:2.6rem;top:22.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRNP3o1fZFSfHWdZ0uOyxTl9EAbM3P7x { top:39.434318542481rem;left:2.968026638031rem;width:14.0610625rem;height:3.43605625rem;display:block; }
 }@media only screen and (max-width: 763px) { #teD5ZZDslrnTQXRuSaSecBMfV598dOBk { display:block; }
 }@media only screen and (max-width: 763px) { #BTO2z6eJBHXrAwvD5wKk2SP6msAPTgKE { width:6.87425rem;height:6.87425rem;top:25.970776557922rem;left:6.5625002384187rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVyHgk7XfUVHGRVbzTEsEFa7dQ3D5Cqy { width:6.875rem;height:6.875rem;top:4.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zklwmNDVLRmOGByfgtfF8SJ2MB11QQTT { top:60.875rem;left:3.0625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwXXrnIW3XPSZtge4bQCq96woWzg5yHF { display:block; }
 }@media only screen and (max-width: 763px) { #sBRH9NFeiQesD5u1i8TDaD5QSMexBf1y { width:18.5619375rem;height:2.6rem;top:43.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaIfUPJO9v1UKNU8D4nN0lTr5dIhuhJm { width:6.87425rem;height:6.87425rem;top:47.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcENn45yrgnTkK5bq9xy1kJV89Zln4Jw { width:14.3125rem;height:1.3rem;top:12.3125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMqVtnAgzngfoZ2iTNKZxq2SmPZHnz4d { width:3.125rem;height:3.125rem;top:10.548440456391rem;left:1.6242188215256rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLLzvcFSMixVXR4g1f5TKzT59vFXIIqu { width:14.25rem;height:1.38125rem;top:15rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyZu6hZdi4GWLmaKHWTb0znxnIOmnzk5 { width:3.0625rem;height:3.0625rem;top:14.1875rem;left:1.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnWDNgviSiThWE6HvNCTPKAvOetiX53b { width:15.375rem;height:1.3rem;top:34.5625rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1yGQXzce0x0cuWIso0I8zyRAdLqefdF { width:3.125rem;height:3.125rem;top:33.625rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnbWtcr9FKfFUkEXp6rqdvarRUAI4Sy2 { width:3.0625rem;height:3.0625rem;top:56.625001907349rem;left:0.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFhTuW7Iis6WVV2upy9Rh0MGiwsBbEVv { width:14.25rem;height:1.38125rem;top:57.465624618344rem;left:3.3750001192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agZ2BuXGneIvJkkNv9qrQpSM5sdGRlZH { width:3.125rem;height:3.125rem;top:54.186721801757rem;left:0.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfonqfHWLJph1A5uURb2V32TmpU8uq7J { width:15.375rem;height:1.3rem;top:55.09921836853rem;left:3.4999998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 { display:block; }#trGtFoZIw6hSIgrr3WkXJ4AmqhS4z3F8 > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsIQ7r40CibmcwzzgXO22DcsiSv7MwhB { width:17.436375rem;height:2.6rem;top:25.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drp9qfKbgma2AZWqf4TwhwvUamW4ndfW { top:47.0625rem;left:2.375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLFxdHHguJVVVS9OVX99hrBOddqIBIUS { display:block; }
 }@media only screen and (max-width: 763px) { #DeKSzRH3yAaeTMBaNB4le7rdVhMgOcBu { width:6.875rem;height:6.875rem;top:29.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyETnUQq3cUiPMyilzLFFTyPrGhy6iub { width:3.125rem;height:3.125rem;top:39rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZhh42vmeWFUxTiTAEm2Q4DyL0WiakBn { width:12.5rem;height:2.7625rem;top:37.3125rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxE3M4K4KPAGyRKRewAMpQPqywNV9KIF { width:3.125rem;height:3.125rem;top:36.4375rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cByQdGp7x9IH00Kq5dm6cIqBKqovG5CV { width:14.3125rem;height:1.38125rem;top:40.125rem;left:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv3xivX6LPuP7rIta677sHqN0GUe2x30 { width:3.125rem;height:3.125rem;top:41.75rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvu3pB99O3vBgUUl5TdSdc5ehykQu0M2 { width:15.5rem;height:2.761725rem;top:42.125rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9JQkgMWI2RoWpJsZ8fk29T3AuTHJ7C0 { top:21.1875rem;left:3rem;width:14.0609375rem;height:3.4359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0HQzkhhSzRJEdacACfEGxrzD0Drtyic { display:block; }
 }@media only screen and (max-width: 763px) { #WzVDBJdl0gDrkkh1LsrbEN2XWkgZNyVG { width:14.8125rem;height:3.89941875rem;top:0.9755859375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkVndtx1nTxdtf1UHZASheTNsy8vqgyR { width:7.25rem;height:7.25rem;top:6.1867256164551rem;left:5.7812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSsDNTsrOWPRVLFdxES5qgXT4zQVnZKl { width:13.875rem;height:3.89941875rem;top:51.75rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBocrgZ3koGRDcFnkzbh7wUw30NtrO2b { width:14.25rem;height:1.3rem;top:69.6875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzxiAwEuR41BcQzSyGSeVCxiQ1p2UmD { width:3.0625rem;height:3.0625rem;top:65.6875rem;left:0.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2O2eA0SnKRE1GG141P97XVLrp2B5Q3D { width:12.5rem;height:1.3rem;top:66.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PChtLntmK8uSeJ0oGQFulRCIC963pzJ8 { width:3.0625rem;height:3.0625rem;top:68.8125rem;left:0.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8nt1x1aBI1P0SrQWVIuLVwRSPH4yJd5 { top:73.499213218688rem;left:2.9687501192093rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3SU99LsiUqDuNSkTmGshUgw8VxsvxhL { display:block; }
 }@media only screen and (max-width: 763px) { #H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF { display:block; }#H1zOlCmTonuFGqoUqu8ZinDJU1DInhNF > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEcHyE4sGu9ftDwXPdSCL5tEfg51UKTi { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNK5ZEpsaSTHFuHhSUnlvMwNFLAVtlqN { display:block; }
 }@media only screen and (max-width: 763px) { #wCRXIOLwTNEea1F4ihXehnALzBxGfvcU { width:15.375rem;height:15.375rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #y07W3TTdEENooiJEKHE4xoCmwp7VkkcE { width:18.5625rem;height:2.6rem;top:2.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXi8Q042bwoqOg5KMvEwHRblaQyAcLeh { width:15.5rem;height:15.5rem;top:31.125rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #rzhDDpe33TGTWELpeZAS7WknVEureKuP { width:18.5625rem;height:1.3rem;top:28.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Terkkz1XhFZ80S96uXo2Iwi5Rf4S7I { top:47.875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVJ8kcactdlznh9pAwOl08ZwXNoaMFaz { display:block; }
 }@media only screen and (max-width: 763px) { #iKlXq7PkJBnJb6i73TZ4EpfwxghONOa5 { top:73.25rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub5cLGQ5R0SzVagbou70oKG9veXyPJ4q { display:block; }
 }@media only screen and (max-width: 763px) { #TRhoPB4JKoZcWo3nJA26UGsugIWbR4nO { width:15.625rem;height:15.625rem;top:57.625rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #EgSbbzQusumxuLbZykx5nbZ97hrJg3Ad { width:11.375rem;height:2.6rem;top:53.875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P73BrX45xonDwGgK36rhZkNDmtzwy1Dd { display:block; }#P73BrX45xonDwGgK36rhZkNDmtzwy1Dd > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2LW0lDHHV2hNZOT8iDGseJ3zZgvrVpr { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbn43yEGumZ2l7dgdiIVPx9LVEbp7IDB { display:block; }
 }@media only screen and (max-width: 763px) { #i5JAi2wn2OQtpcKAOm1XfEyxk0MDvbWR { width:15.375rem;height:15.375rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZqiJNpGiZVJfTSg0x4KyAiIslA7623 { width:18.5625rem;height:1.29980625rem;top:2.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDGE06FwTzRduWwJDW5AnLJDEWazO6C6 { width:15.5rem;height:15.5rem;top:31.125rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #L3RWrqCEuHdzOKXvlBLReaWyGcdyFSOu { width:18.5625rem;height:1.3rem;top:28.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFWadZJnr41nEqVOdFvzZu5JCDrdc64b { top:47.875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn6uBKxN7WA4Bt4cIWCohCxP6pRaogr6 { display:block; }
 }@media only screen and (max-width: 763px) { #cZJ2ynvz7OGbynioBJMqTO6RkvMgTv9R { top:73.25rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0ae30rPcSUEGxqIV8PI9HZJ6o1f7HkV { display:block; }
 }@media only screen and (max-width: 763px) { #q1AHbgLNhBpTQrz3KWmlAbDlD6KVV8Bq { width:15.625rem;height:15.625rem;top:57.625rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #rwrzln2KT7TpOQu2TLhpeOxAAqWAZPeQ { width:11.375rem;height:2.6rem;top:53.875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExTCIdErrKBDRn1biGECCyWb3NbZXGnT { display:block; }#ExTCIdErrKBDRn1biGECCyWb3NbZXGnT > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaIVkV0ADmnwXttrgMVOLITKFPpufZQG { width:15.625rem;height:15.625rem;top:5.8125rem;left:2.25rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #EsysNdAIitpMCOSii7C3ZTyJkK5tmT4A { width:11.375rem;height:2.5996125rem;top:2.0625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpCkNEdSJIiwOvkigqistxo1Hrr2f7vo { top:22.6875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGyB0TgxwJBbUWgFoxK0JZ0WkZs7JoxG { display:block; }
 }@media only screen and (max-width: 763px) { #SaKf74h9Z1UiLkT0gWtBtgwGqEtw7AAt { width:15.625rem;height:15.625rem;top:32.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR6ff9lAzN9DMpUzAaScM46Nbtg16Cfx { top:48.0625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehWhtKtv85hTpBnInPlUCmyNb7kAKIM4 { display:block; }
 }@media only screen and (max-width: 763px) { #Gii9Ir2Zz0cSUFJEV3NTIAksQgGzhBfW { width:14.75rem;height:2.5996125rem;top:28.875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADppqTSfga4aN00OtaUSIOAANsHbkpKx { width:15.625rem;height:15.625rem;top:56.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #km3TtzQr0RpycZvsPBFwBrIbFJqu2iEp { top:73.5rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvG8AfM7WUZrVloX1sQo5tbparxGUdH3 { display:block; }
 }@media only screen and (max-width: 763px) { #Gl85Izk08Ivhnh1zenvI17JVwTyIhFEJ { width:11.375rem;height:2.5996125rem;top:52.75rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL { display:block; }#X5Gqbp0F9An97TpJ0QcwOgiyU779t4iL > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7ichs2rXdZgk3xaTpkMdgbfh5W3V9mb { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQsJNi53JwJhXOhO8Rzgw6dZdG3Om6VU { display:block; }
 }@media only screen and (max-width: 763px) { #Op7Z3hpri09tRK4XFHwSoH1HTkmidTIL { width:15.5rem;height:15.5rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #uU5B80z5x7tQqDJxqUUOO6Q7KvsrScyh { width:18.5625rem;height:2.6rem;top:2.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr2gfl1FeOvsWTOvSiARE3yOouN5eWES { top:47.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXui4LexLAHInlG3CpQ0lDdEkmH3LWXp { display:block; }
 }@media only screen and (max-width: 763px) { #V32oMuDDE6K1nwpZ8pntOzAyhot0Duyu { width:15.5rem;height:15.5rem;top:31rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #u374grRsxkT1zKDqvwkOrXuZUfRdHB7r { width:18.5625rem;height:2.6rem;top:28.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ { display:block; }#A0204Wum5CELnqHoR9aU0EGXyMO6O9oJ > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8rgU915MGIeN5TRtNaF4PZn6xo6LtuT { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM07G52xTTfPE1DAiRJTFBz8racifkaH { display:block; }
 }@media only screen and (max-width: 763px) { #ld0NW8O9gZJlBcRfznMEODdEPhcoNT1v { width:15.5rem;height:15.5rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #vDo7392xrqZzZtNN8xTmmxAeTwqNnX1v { width:18.5625rem;height:5.2rem;top:2.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrqPTLmVATeVu7yZ4nRTA3n4lkJn47a4 { top:47.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf9aFVZtxHeKtG3oM3x2Dkrw33BqSlyT { display:block; }
 }@media only screen and (max-width: 763px) { #ugzLsGDgfmN4dDQ1gEdv1dSDovXRtnAk { width:15.5rem;height:15.5rem;top:31rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #E8HGE5uJ0lcLzFAW86PadV2scIHNgx2L { width:18.5625rem;height:1.3rem;top:28.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcCSpTypbBoUA07Wv1rynetOTrNDWfcQ { top:71.6875rem;left:2.9375rem;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) { #PT3py5OWcThsNVFnIAsHCIrn58NLdSNX { width:15.5rem;height:15.5rem;top:54.9375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #ycp5OGx7ffPsN67QGyJiV2DT3KZMhtgP { width:18.5625rem;height:2.6rem;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) { #e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs { display:block; }#e1N5aUwqRQM4ik6qXip9LdJnObZSt0zs > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIEfdGutCQN7aAE0uFh3Mm5sTVxS162Q { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ComV1kzOxbFyCoDyylrpSiEh18bdWTLa { display:block; }
 }@media only screen and (max-width: 763px) { #do93f1D5TRhHfJSUOevU5Qc6Thk7fkUW { width:15.5rem;height:15.5rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #dJomVxgbImRSSnEVqDcvvmUrtfp3gSph { width:18.5625rem;height:2.6rem;top:2.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZGJ5zABtMLxTWuFTM6F0i66xqyhmsd { top:47.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfNJPP9ThDtdfuKfTlS5cy75p4AB0G96 { display:block; }
 }@media only screen and (max-width: 763px) { #d1CZ0lTUwrra0OzV5Q1gAw25M3KgTtT0 { width:15.5rem;height:15.5rem;top:31rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #TwSfwSEUlrLw14GvODTPGtJ75xEcULM9 { width:18.5625rem;height:3.9rem;top:28.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0RXUB2et3rkxaT6aSwkgDRpWwxe8zJX { width:15.625rem;height:15.625rem;top:56.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTsTiXTLUPsH2mMqofXtJ8CstNhcZ7JR { top:72.9375rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDGCH4bnCsG4H9qvXiLgxo50mWwfzQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #qRBSvfuvWUpVc5k04npe27TN7Eyi4J80 { width:11.375rem;height:2.6rem;top:53.7744140625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 { display:block; }#Aoln23XeUCruM5bkUzcUKUcbhTJbyr06 > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkmyQO8IdZ7hTb8NCThQU6QL8KGK2384 { top:47.4375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6XUooxWhUR3kmNScKNcwap2Bl14W4Ur { display:block; }
 }@media only screen and (max-width: 763px) { #dCOh72yvnGSdMohhpCdCtaDuNqQq2WqT { width:15.625rem;height:15.625rem;top:30.96875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #qFpfhT3tTRrJF0spBTP9MlbH3JRtDsP4 { width:11.375rem;height:3.9rem;top:27.28125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEvyiGNhayAoXetvyHqVnIBWwVPtQ8Z { width:15.625rem;height:15.625rem;top:6.1875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #DCxFucnN3MP8KLXBWyySqgJ2HlrgwT48 { top:22.625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEAE0KD5bJmR3vkOy26f5CrwlTVCFEVt { display:block; }
 }@media only screen and (max-width: 763px) { #iilTiJIsR3eTyHPT9dPIXPoiP02CWgHy { top:71.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6q2CcIT8zCuRfIyVAnbmbPk6UIggLAr { display:block; }
 }@media only screen and (max-width: 763px) { #qGUp8R0yfDq5hLFSnTg3Ug9XTLAAxRCn { width:15.625rem;height:15.625rem;top:54.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlvfdPWCFEhOpggnSFlQbSeALg3ZNH4A { width:11.5625rem;height:2.6rem;top:1.375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3y7AoMEDwTeG2UE3ws4MBTOfRF9QOkf { width:19.25rem;height:2.6rem;top:52rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmwbZnToDzKzueJKJE3AqQFysPbxdTak { display:block; }#AmwbZnToDzKzueJKJE3AqQFysPbxdTak > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3HFeKcTam9thke2xAAswM8MDobTCSfD { width:15.625rem;height:15.625rem;top:5.125rem;left:2.1875rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #exzs7ASktq1bhKVDsRM7xCK97dQneUir { top:22rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4of0uWzpnziyQaJEdbzkz0otHyipnph { display:block; }
 }@media only screen and (max-width: 763px) { #qbis0OhBWV8JdIULfTzfcr3p1atbUvsU { width:11.5625rem;height:3.9rem;top:1.375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyload, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyloading { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { width:20rem;height:7.1982375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB { display:block; }#ZnGMvHPK3iq0ObvJ0q5Ogo7r8GxEGebB > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tr5JQOU4WVey378z7xUkk2VVeLX21xkg { width:9.0625rem;height:3.9375rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNJs3nTIrV5lPllDvrTePEiXsEOPF8Gf { width:6.5625rem;height:5.125rem;top:6.4375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHE3gr97HX4zNlO08CFx6lMPlKd7JTMw { width:7.5625rem;height:7.4375rem;top:17.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwuqbRKdeTh9fhCCvC39u6qXkyzJFuIh { width:4.8125rem;height:4.8125rem;top:12.437499761581rem;left:7.5937503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl { display:block; }#MDPXcCtPkMXtlwrJeOCxZuBmlTmQoyGl > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzEN55Ifxp2UD9D7tneeaVTA1WwL0utW { width:15.125rem;height:4.375rem;top:0rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmAniLKMbE8h6kRTs9mdy4dJdUBaftBT { width:12rem;height:2.8125rem;top:6.74843788147rem;left:3.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MObVd7TOzbWkgZSZM6f6OD0i0lFWpUSz { width:6.125rem;height:6.125rem;top:11.810131072998rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDwRJX1R3B4ZnmFD5hUzRLMwar2ibI7D { width:12.25rem;height:3.1875rem;top:19.184387207031rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP { display:block; }#Ho80HoRWiOTmRrg6KU5fRDqzwgfNDUHP > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmqWptuKbKIdPDcvEp1pSMNzazUlCXMs { width:9.25rem;height:4.4375rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ODbxpTIRBdTIkt7OWINM7Tye4OGxU1 { width:8rem;height:8rem;top:6.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdVlgS3BKtpJkVLBOiIXoVWek1KRZNum { width:6.125rem;height:4.375rem;top:16.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyBTSRNofkUgHtnS4abTlZCgFOcURPyw { width:6.125rem;height:6.125rem;top:23.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/S5j1NKui/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:8.060546875rem;left:11.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:8.125rem;left:5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { width:15.061rem;height:2.4997925276768rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { width:20rem;height:3.14550625rem;top:5.435546875rem;left:0rem;display:block; }
 }