.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/PHMUf4Od/facebook.jpg");background-position:center right !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: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.83); }#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.83); }#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); }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row .container { background-color: transparent; background-image: none; }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row .container > .video-iframe-container { display: none; }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row > .video-iframe-container { display: none; }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .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); }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row .container { border-width: 0; border-radius: 0; }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row > .video-iframe-container {  }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#d9AGFezHZsaI39E0D0OwFnQxz6OryxQw { box-sizing:content-box;color:#ee0000;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:0.5625rem;left:21.625rem;display:block; }
#Lu9meiRWBidJt9y646zfZaKDys02unyB { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:1.0625rem;left:24.8125rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .row .container { background-color: transparent; background-image: none; }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .row .container > .video-iframe-container { display: none; }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .row > .video-iframe-container { display: none; }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .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); }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .row .container { border-width: 0; border-radius: 0; }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .row > .video-iframe-container {  }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#mZHzXAfXl4GKbiGgXITWpSflm31ewFGg { color:#1e1e1e;display:block;width:29.75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100009;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:5.5625rem;left:4.25rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;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; }
#MQq11H96kCU87cHXeFkTOhKqqxhwsDTu { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ee6c00;border-left:0.25rem solid #ee6c00;border-right:0.1875rem solid #ee6c00;border-bottom:0.1875rem solid #ee6c00;height:15.5625rem;width:14.375rem;top:2.6875rem;left:39.9375rem;display:block; }
#T0DJnhcRLFilUNHP6mVdAd338Jvh9zN3 { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:100042;line-height:1;letter-spacing:0;top:8.75rem;left:40.3125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;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; }
#XxsWlCipfXRg1kVuL10EeTnRBtlJ8xul { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100044;line-height:1.5;letter-spacing:0;top:12.5rem;left:41.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;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; }
#ezpemCv8f6LUq8zZfWKupZXXuarsEcE2 { position:absolute;display:block;z-index:100043;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.5625rem;top:11.75rem;left:45.5625rem;display:block; }
#baK21XkD7BDP3KMsW0Vs42cFyktgsU4f { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;height:15.75rem;width:14.6875rem;top:2.6875rem;left:54.75rem;display:block; }
#MJzgJgJDu0QDk8mfKKnyshPP7aoJsnHv { color:#1e1e1e;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100021;line-height:1;letter-spacing:0;top:8.6875rem;left:55.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#SKtm2wLQEET0wZpDSbKvnKuTtxOt6vI6 { position:absolute;display:block;z-index:100023;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.5625rem;top:11.5625rem;left:60.5625rem;display:block; }
#NyQTswJvtTAOLsTOnQb7JdDhBpPRRcg4 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100022;line-height:1.5;letter-spacing:0;top:12.5rem;left:57.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;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; }
#SsAEwZcT6OKCD11lOAqRJ9OunQZVcVqV { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;height:16.75rem;width:14.875rem;top:18.6875rem;left:39.9375rem;display:block; }
#DmcebfTOSLluPtcsWHKQltWVGLEPzUzm { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100027;line-height:1.5;letter-spacing:0;top:30rem;left:41.0625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;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; }
#QyUWy5PwJw1tK5Fx1Qaf3BQ3X01DvdhZ { position:absolute;display:block;z-index:100029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee0000;border-left:0.125rem solid #ee0000;border-right:0.125rem solid #ee0000;border-bottom:0.125rem solid #ee0000;height:16.75rem;width:14.6875rem;top:18.6875rem;left:54.75rem;display:block; }
#y3QaysIWEvycvd641g5BBx3gHnuuZ0C0 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100032;line-height:1.5;letter-spacing:0;top:30rem;left:57.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;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; }
#LPcTmr8cmx6EBweRTrXTD2dEpqcHCwk6 { position:absolute;display:block;z-index:100028;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.5625rem;top:29rem;left:45.625rem;display:block; }
#TKSXTxviUuwCW3I53T809VTzIa8yQ2qw { position:absolute;display:block;z-index:100033;background-color:#f9b5b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:3.5625rem;top:29.0625rem;left:60.5rem;display:block; }
#zDT79ohHb8LWptOHRuT7PwpAFiQ60zTy { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100026;line-height:1;letter-spacing:0;top:26rem;left:40.375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#vsZIZxRPKMTWaihEeNdQc5msmUqK1e2e { color:#1e1e1e;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:100031;line-height:1;letter-spacing:0;top:26rem;left:56.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#migZOieHVxIV4VdGT3XpBhAe93bU7Ipy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100041;opacity:1;top:3.5625rem;left:45.3125rem; }
#TrBqSP78hxHqhD14XQfuudMzr9cGIqtl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100035;opacity:1;top:3.8125rem;left:60.3125rem; }
#AAwzsagU703TbrQeIXWCfWEprmhA3Nsx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100036;opacity:1;top:20.5rem;left:60.25rem; }
#eXyFCapLZkrIgZ0D8GarIZHONl0aNamP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100037;opacity:1;top:19.8125rem;left:45.0625rem; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.40125rem;padding-right:0.355625rem;padding-bottom:0.40125rem;padding-left:0.355625rem;display:block;align-items:center;width:2.13375rem;min-width:2.13375rem;height:2.155625rem;position:relative;font-family:"open sans";font-size:1.60375rem;font-weight:700;line-height:34.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.845rem;height:0.851875rem;position:relative;font-family:"open sans";font-size:0.60125rem;font-weight:400;line-height:13.63px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:15.375rem;height:4.060625rem;padding-top:0.50125rem;padding-right:0.508125rem;padding-bottom:0.50125rem;padding-left:0.508125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21.8125rem;left:10.6875rem;z-index:100038; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #TdlPhrSrEAwyCqWQX7nqWbwfGrHTt2NU { display:flex;position:relative;top:0rem;left:0rem; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #bOTrxIMvotb4UKpmfqCLnifGEEuO1I4A { width:auto; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #Qsh9qDS0eFfqacmCUTRkUlfArudkmAKX {  }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #yMzOTm34hIOv5r8QNTz0SG6cncJor2Gc { display:flex;position:relative;top:0rem;left:0rem; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #qwg448eDxL1vFbutxtOhyCyrKBJDTdLG {  }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #EoJ8iMpms8I843GNvizLFmDBIGtSLTJs {  }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #DQJz8dvTOT7aHv5XbTQPODPwCB8AnZxM { display:flex;position:relative;top:0rem;left:0rem; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #nBTmRCLcx5Q3s09ZyhEpH0BiJNCpfUiI {  }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #TBr7cJqgBkCmSeaPAe09e3afoqmglVDm {  }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #PeAX0OEaqPBtJrPeSRCfG6pCyEh3I0Im { display:flex;position:relative;top:0rem;left:0rem; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #xSwe5k7H8tKttmxx1Ize1b3wDDuAQkS7 {  }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #HlZHEC8TOCe9vZCON5vtgXdPdAf6DbID {  }
#lrtGMmENusLAsDNPf8gocPSv5py2MqvE { background-color:#ee0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.2465rem;height:4.43489375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:27.4375rem;left:8.9375rem;display:block; }
#xgxAQGGaTU0P7DqhTbH15Fbyg9Idsx3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pvl467gk5K2vhhEobp04vurC97zn3Tmv { color:rgba(0,0,0,0.92);display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:12.8125rem;left:5.125rem;height:6.8984375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/vg06Dcwg/Background2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh.adaptive-delivery-prevent-bg, #EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh.lazyload, #EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh.lazyloading { background-image: none; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { background-color: transparent; background-image: none; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container > .video-iframe-container { display: none; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row > .video-iframe-container { display: none; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .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); }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { border-width: 0; border-radius: 0; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row > .video-iframe-container {  }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;position:relative;display:block; }#xMoVySWmo3qKfI3950AoOcEyfqSNgFNy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.125rem rgba(0,0,0,0.17) ;height:40.125rem;width:22.5625rem;top:-1.875rem;left:0rem;overflow:hidden;display:block; }
#worD61rLUx8hBTPAtbQVq4vvwhQ4UtRn { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.1) ;height:27.5625rem;width:31.625rem;top:30.562065124512rem;left:4.312068939209rem;display:block; }
#dSnB2CncPEEP2KhAz6fh6NI6Mu1dACE2 { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:35.186632156372rem;left:5.9678821563721rem;height:21.966125rem;font-style:normal;display:block; }#dSnB2CncPEEP2KhAz6fh6NI6Mu1dACE2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dSnB2CncPEEP2KhAz6fh6NI6Mu1dACE2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Ucab1LTz/Elipsa_2_kopia_9czerwona.png); }
#OR0pmoHxnhWP3lWN84agzNdrhX65Zer1 { color:#000000;display:block;width:45.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:25.9365234375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 { color:#000000;display:block;width:45.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:13.5rem;left:25.9365234375rem;height:5.11719375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mNlnadS3TeURNUUrDpSwOSFq5DI2tevG { background-color:#ee0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.37325rem;height:5.05989375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:20.623266220092rem;left:37.184894561767rem;display:block; }
#hb1AU9uAAPhdPecmkFzAEAGJgrRWRTEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oUbIyhA01heZBUAIuHC6aasuyK4mlqGP { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee0000, #e94c40);background-image: -moz-linear-gradient(90deg, #ee0000, #e94c40);background-image: -ms-linear-gradient(90deg, #ee0000, #e94c40);background-image: -o-linear-gradient(90deg, #ee0000, #e94c40);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#e94c40' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0000', endColorstr='#e94c40' );";background-image: linear-gradient(90deg, #ee0000, #e94c40);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:5.6875rem;top:33.999565124512rem;left:5.9678840637207rem;display:block; }
#RcniVRJkT92RXWU2VtnAE9HnFZ2HWSeG { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:31.625rem;left:5.96875rem;height:1.625rem;font-style:normal;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:left;text-align-last:left;display:block; }
#M6OBU39mZo8Om2U69XFT1MGXQLNST8n1 { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.1) ;height:23.6875rem;width:34.25rem;top:30.810550689698rem;left:37.728061971675rem;display:block; }
#aWPrzrwTcMhNnsvDwXO96ycReTqTRPy0 { color:#000000;display:block;width:33.6870625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:50.997832417488rem;left:38.193363189698rem;height:3.0868rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDxd9u3iXiJDPEKu09TnqJ5DafoIcSyc { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:19.8125rem;width:34.375rem;top:30.685985565186rem;left:37.632381439209rem;overflow:hidden;display:block; }
#bSAsowSlMGHeZRJDentrab1RHLwJcEQP { position:relative;display:block; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP { background-color: transparent; background-image: none; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row .container > .video-iframe-container { display: none; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row > .video-iframe-container { display: none; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .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); }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP { border-width: 0; border-radius: 0; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row .container > .video-iframe-container {  }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .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:arial;height:24rem;width:75rem;position:relative;display:block; }#ApmVpOyCgc8I38kPTKvh30bgO8g5Kxi5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKqd3v30UemwNlPKi9SoUIJAqaSIxdJP { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:9.375rem;left:9.78125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEPHC1SR5g2VKVCaJRgkLFcTFAmAGQkk { background-color:#ee0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.2495625rem;height:4.74935rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:15.311416625976rem;left:27.374134063721rem;display:block; }
#HhmPaQhk2SR3VVTz2ggIKNurhJmPVxvR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Pe0WxEqm3UVisxaR6TZafhLUSTP0pzKy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#Pe0WxEqm3UVisxaR6TZafhLUSTP0pzKy > .row .container { border-width: 0; border-radius: 0; }#Pe0WxEqm3UVisxaR6TZafhLUSTP0pzKy > .row > .video-iframe-container {  }#Pe0WxEqm3UVisxaR6TZafhLUSTP0pzKy > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:none; }#PHt9zg8lrXhmlmcWIFF7wB8IbP6cTE64 { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:99988;line-height:1.3;letter-spacing:0;top:5.25rem;left:6.25rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvZCHMIMzThG42fmI446IscAg713y8bq { background-color:#ee0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.2480625rem;height:4.436525rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:41.624134063721rem;left:9.6545143127444rem;display:block; }
#D8BtcLyWihbsTL7bZZ7F11xLMHuEaPaH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bgPbGrWgwe7ewxlFpt8bTX1l7sxHnwtZ { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:20.991319656372rem;left:1.1857643127441rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZx2rALpmUTqaqDPamLH6SEIfEedTIO0 { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:99989;line-height:1.3;letter-spacing:0;top:1.8747830917127rem;left:6.25rem;height:2.68055625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wm0TrbRoQ875RtXHBZOFIi64NUR1Qyi5 { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:99990;line-height:1.3;letter-spacing:0;top:16.499131917954rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.32875rem;margin-bottom:0;margin-left:0.32875rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.481875rem;padding-right:0.0825rem;padding-bottom:0;padding-left:0.0825rem;display:block;width:3.53625rem;height:2.32875rem;position:relative;font-family:"open sans";font-size:2.168125rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd .widget-text.counter-label { background-color:;background-image:none;color:#e5e5e5;padding-top:0;padding-right:0.0825rem;padding-bottom:0.32125rem;padding-left:0.0825rem;display:block;width:3.53625rem;height:0.6025rem;position:relative;font-family:"open sans";font-size:0.481875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd { top:37.657119750976rem;left:10.558160781861rem;z-index:100016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:17.4370625rem;height:4.49978125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #ARzo8qHZESx8SLttItkLvIMCSgvykKP3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #wPTO29czrzfbVqHlXdDKJhD7t9AQZApe { display:block; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #KEMiAo0wzW93ASrcTzbUEUIMlHslGqsq { display:block; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #IhthFDk86Hte7t0wPpx0PEzHenRZDpWw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #tkrexWQW2ozzcsFUtMkgWO57rvViscPw { display:block; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #FZ7fAF9TT53PdhnioQqANftyV69mw0v9 { display:block; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #rsnCkTPTBTV7Uf3UFutoASK3PJ2Sp1q2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #XcGNDVFgTpAHtAHiqGG1TnC0UZqUWcmp { display:block; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #cOAwTDTk8gMZTnn6uO53MFeOhrU9pWF2 { display:block; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #seAh8bT8oe1INsspHTi3NPbB3rBtCRos { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #cdpFDkOWVTRVCDrqQUThT6BztQawDozA { display:block; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #nDqyDCHuTRvETT0Da2zoBk4z2o9ov4i2 { display:block; }
#iD9aWrUOf3NKgU7QaU6dAJG5mlEUQG36 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:35.623264312744rem;left:4.9366321563721rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FIT1ffC84BTEHIEhn2WEubZgWP7QQVCq { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:34.437502861023rem;left:39.124355316162rem;height:4.6302rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJ3vmpRcTsTHVe5TZs5J4JcalymbVnaD { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.1) ;height:22.9375rem;width:34.25rem;top:16.499133110046rem;left:39.187282562256rem;display:block; }
#RQhzclFXw5RrlVDB7l3Iy9rLLeIVtLxw { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:17.625rem;width:34.125rem;top:16.468750953674rem;left:39.096141815186rem;overflow:hidden;display:block; }
#DVtaBXz8eikUF9kHFHPOIWvu0kWsziq3 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:19.8125rem;width:34.375rem;top:30.685985565186rem;left:37.632381439209rem;overflow:hidden;display:none; }
#LoJAQN1iLKc7Xzfe98ZESDUf6x5fUvft { color:#000000;display:block;width:33.6870625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:50.997832417488rem;left:38.193363189698rem;height:3.05555rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wt7ISo83OVgUbZxpS3t6a5cMlmnTmmF7 { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.1) ;height:22.9375rem;width:34.25rem;top:16.499133110046rem;left:39.187282562256rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp { display:block; }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9AGFezHZsaI39E0D0OwFnQxz6OryxQw { top:0.5625rem;left:8rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu9meiRWBidJt9y646zfZaKDys02unyB { top:1.0625rem;left:11.1875rem;width:28.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 { display:block; }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZHzXAfXl4GKbiGgXITWpSflm31ewFGg { width:29.75rem;height:5.5rem;top:5.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQq11H96kCU87cHXeFkTOhKqqxhwsDTu { width:14.375rem;height:15.5625rem;top:2.6875rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0DJnhcRLFilUNHP6mVdAd338Jvh9zN3 { width:14rem;height:1.75rem;top:8.75rem;left:26.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxsWlCipfXRg1kVuL10EeTnRBtlJ8xul { width:12.0625rem;height:3rem;top:12.5rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezpemCv8f6LUq8zZfWKupZXXuarsEcE2 { width:3.5625rem;height:0.0625rem;top:11.75rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baK21XkD7BDP3KMsW0Vs42cFyktgsU4f { width:14.6875rem;height:15.75rem;top:2.6875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJzgJgJDu0QDk8mfKKnyshPP7aoJsnHv { width:13.1875rem;height:1.875rem;top:8.6875rem;left:34.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKtm2wLQEET0wZpDSbKvnKuTtxOt6vI6 { width:3.5625rem;height:0.0625rem;top:11.5625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyQTswJvtTAOLsTOnQb7JdDhBpPRRcg4 { width:10.5rem;height:3rem;top:12.5rem;left:37.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsAEwZcT6OKCD11lOAqRJ9OunQZVcVqV { width:14.875rem;height:16.75rem;top:18.6875rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmcebfTOSLluPtcsWHKQltWVGLEPzUzm { width:12.8125rem;height:3rem;top:30rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyUWy5PwJw1tK5Fx1Qaf3BQ3X01DvdhZ { width:14.6875rem;height:16.75rem;top:18.6875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3QaysIWEvycvd641g5BBx3gHnuuZ0C0 { width:10.0625rem;height:3rem;top:30rem;left:37.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPcTmr8cmx6EBweRTrXTD2dEpqcHCwk6 { width:3.5625rem;height:0.0625rem;top:29rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSXTxviUuwCW3I53T809VTzIa8yQ2qw { width:3.5625rem;height:0.0625rem;top:29.0625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDT79ohHb8LWptOHRuT7PwpAFiQ60zTy { width:14rem;height:1.875rem;top:26rem;left:26.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsZIZxRPKMTWaihEeNdQc5msmUqK1e2e { width:12.5625rem;height:1.875rem;top:26rem;left:35.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #migZOieHVxIV4VdGT3XpBhAe93bU7Ipy { top:3.5625rem;left:31.6875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrBqSP78hxHqhD14XQfuudMzr9cGIqtl { top:3.8125rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwzsagU703TbrQeIXWCfWEprmhA3Nsx { top:20.5rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXyFCapLZkrIgZ0D8GarIZHONl0aNamP { top:19.8125rem;left:31.4375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh { display:flex;width:18rem;height:5.0625rem;top:20.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #TdlPhrSrEAwyCqWQX7nqWbwfGrHTt2NU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #bOTrxIMvotb4UKpmfqCLnifGEEuO1I4A {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #Qsh9qDS0eFfqacmCUTRkUlfArudkmAKX {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #yMzOTm34hIOv5r8QNTz0SG6cncJor2Gc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #qwg448eDxL1vFbutxtOhyCyrKBJDTdLG {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #EoJ8iMpms8I843GNvizLFmDBIGtSLTJs {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #DQJz8dvTOT7aHv5XbTQPODPwCB8AnZxM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #nBTmRCLcx5Q3s09ZyhEpH0BiJNCpfUiI {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #TBr7cJqgBkCmSeaPAe09e3afoqmglVDm {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #PeAX0OEaqPBtJrPeSRCfG6pCyEh3I0Im { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #xSwe5k7H8tKttmxx1Ize1b3wDDuAQkS7 {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #HlZHEC8TOCe9vZCON5vtgXdPdAf6DbID {  }
 }@media only screen and (max-width: 763px) { #lrtGMmENusLAsDNPf8gocPSv5py2MqvE { width:19.1875rem;height:4.375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgxAQGGaTU0P7DqhTbH15Fbyg9Idsx3T { display:block; }
 }@media only screen and (max-width: 763px) { #pvl467gk5K2vhhEobp04vurC97zn3Tmv { width:27.9375rem;height:6.875rem;top:12.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh { display:block; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMoVySWmo3qKfI3950AoOcEyfqSNgFNy { top:-1.875rem;left:0rem;width:22.5625rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #worD61rLUx8hBTPAtbQVq4vvwhQ4UtRn { top:30.5rem;left:0rem;width:31.625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSnB2CncPEEP2KhAz6fh6NI6Mu1dACE2 { top:35.125rem;left:0rem;width:29.4375rem;height:21.9375rem;font-size:1.0625rem;display:block; }#dSnB2CncPEEP2KhAz6fh6NI6Mu1dACE2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Ucab1LTz/Elipsa_2_kopia_9czerwona.png); }
 }@media only screen and (max-width: 763px) { #OR0pmoHxnhWP3lWN84agzNdrhX65Zer1 { top:4.25rem;left:1.9375rem;width:45.8125rem;height:7.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 { top:13.5rem;left:1.875rem;width:45.875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNlnadS3TeURNUUrDpSwOSFq5DI2tevG { width:23.3125rem;height:5rem;top:20.5625rem;left:23.559894561767rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb1AU9uAAPhdPecmkFzAEAGJgrRWRTEV { display:block; }
 }@media only screen and (max-width: 763px) { #oUbIyhA01heZBUAIuHC6aasuyK4mlqGP { top:33.9375rem;left:0rem;width:5.6875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcniVRJkT92RXWU2VtnAE9HnFZ2HWSeG { top:31.625rem;left:0rem;width:22.3125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6OBU39mZo8Om2U69XFT1MGXQLNST8n1 { top:30.75rem;left:13.3125rem;width:34.25rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWPrzrwTcMhNnsvDwXO96ycReTqTRPy0 { top:50.9375rem;left:14.125rem;width:33.625rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDxd9u3iXiJDPEKu09TnqJ5DafoIcSyc { top:30.625rem;left:13.375rem;width:34.375rem;height:19.8123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSAsowSlMGHeZRJDentrab1RHLwJcEQP { display:block; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApmVpOyCgc8I38kPTKvh30bgO8g5Kxi5 { top:3.3125rem;left:0rem;width:47.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKqd3v30UemwNlPKi9SoUIJAqaSIxdJP { top:9.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEPHC1SR5g2VKVCaJRgkLFcTFAmAGQkk { width:20.1875rem;height:4.6875rem;top:15.25rem;left:13.749134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhmPaQhk2SR3VVTz2ggIKNurhJmPVxvR { display:block; }
 }@media only screen and (max-width: 763px) { #Pe0WxEqm3UVisxaR6TZafhLUSTP0pzKy { display:block; }#Pe0WxEqm3UVisxaR6TZafhLUSTP0pzKy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHt9zg8lrXhmlmcWIFF7wB8IbP6cTE64 { top:5.25rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvZCHMIMzThG42fmI446IscAg713y8bq { width:19.1875rem;height:4.375rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8BtcLyWihbsTL7bZZ7F11xLMHuEaPaH { display:block; }
 }@media only screen and (max-width: 763px) { #bgPbGrWgwe7ewxlFpt8bTX1l7sxHnwtZ { top:20.9375rem;left:0rem;width:36.0625rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZx2rALpmUTqaqDPamLH6SEIfEedTIO0 { top:1.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm0TrbRoQ875RtXHBZOFIi64NUR1Qyi5 { top:16.4375rem;left:0rem;width:38.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.32875rem;margin-bottom:0;margin-left:0.32875rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.481875rem;padding-right:0.0825rem;padding-bottom:0;padding-left:0.0825rem;display:block;width:3.53625rem;height:2.32875rem;position:relative;font-family:"open sans";font-size:2.168125rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd .widget-text.counter-label { background-color:;background-image:none;color:#e5e5e5;padding-top:0;padding-right:0.0825rem;padding-bottom:0.32125rem;padding-left:0.0825rem;display:block;width:3.53625rem;height:0.6025rem;position:relative;font-family:"open sans";font-size:0.481875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd { top:37.625rem;left:0rem;width:17.375rem;height:4.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #ARzo8qHZESx8SLttItkLvIMCSgvykKP3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #wPTO29czrzfbVqHlXdDKJhD7t9AQZApe {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #KEMiAo0wzW93ASrcTzbUEUIMlHslGqsq {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #IhthFDk86Hte7t0wPpx0PEzHenRZDpWw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #tkrexWQW2ozzcsFUtMkgWO57rvViscPw {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #FZ7fAF9TT53PdhnioQqANftyV69mw0v9 {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #rsnCkTPTBTV7Uf3UFutoASK3PJ2Sp1q2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #XcGNDVFgTpAHtAHiqGG1TnC0UZqUWcmp {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #cOAwTDTk8gMZTnn6uO53MFeOhrU9pWF2 {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #seAh8bT8oe1INsspHTi3NPbB3rBtCRos { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #cdpFDkOWVTRVCDrqQUThT6BztQawDozA {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #nDqyDCHuTRvETT0Da2zoBk4z2o9ov4i2 {  }
 }@media only screen and (max-width: 763px) { #iD9aWrUOf3NKgU7QaU6dAJG5mlEUQG36 { top:35.5625rem;left:0rem;width:28.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIT1ffC84BTEHIEhn2WEubZgWP7QQVCq { top:34.4375rem;left:13.875rem;width:33.875rem;height:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ3vmpRcTsTHVe5TZs5J4JcalymbVnaD { top:16.4375rem;left:13.5rem;width:34.25rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQhzclFXw5RrlVDB7l3Iy9rLLeIVtLxw { top:16.4375rem;left:13.625rem;width:34.125rem;height:17.625135304676rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVtaBXz8eikUF9kHFHPOIWvu0kWsziq3 { top:30.625rem;left:13.375rem;width:34.375rem;height:19.8123125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoJAQN1iLKc7Xzfe98ZESDUf6x5fUvft { top:50.9375rem;left:14.125rem;width:33.625rem;height:3rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wt7ISo83OVgUbZxpS3t6a5cMlmnTmmF7 { top:16.4375rem;left:13.5rem;width:34.25rem;height:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp { display:block; }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d9AGFezHZsaI39E0D0OwFnQxz6OryxQw { width:2.0625rem;height:2.0625rem;top:0.875rem;left:3.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu9meiRWBidJt9y646zfZaKDys02unyB { width:10.25rem;height:2.76215rem;top:0.65017360448838rem;left:5.2499998211861rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 { display:block; }#HyOKpdoEhloWnmQTArIFz2G8elAKAMg1 > .row .container { width:20rem;height:92.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZHzXAfXl4GKbiGgXITWpSflm31ewFGg { width:20rem;height:3.71180625rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQq11H96kCU87cHXeFkTOhKqqxhwsDTu { width:16.625rem;height:13.3125rem;top:27.1875rem;left:1.5000000596046rem;border-top:0.25rem solid #ee6c00;border-left:0.25rem solid #ee6c00;border-right:0.25rem solid #ee6c00;border-bottom:0.25rem solid #ee6c00;display:block; }
 }@media only screen and (max-width: 763px) { #T0DJnhcRLFilUNHP6mVdAd338Jvh9zN3 { width:14rem;height:1.4375rem;top:32.3125rem;left:2.9375000596046rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxsWlCipfXRg1kVuL10EeTnRBtlJ8xul { width:14.125rem;height:3rem;top:35.375rem;left:2.9375000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezpemCv8f6LUq8zZfWKupZXXuarsEcE2 { width:3.5625rem;height:0.0625rem;top:34.375rem;left:8.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #baK21XkD7BDP3KMsW0Vs42cFyktgsU4f { width:16.5625rem;height:14.4375rem;top:42.9375rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJzgJgJDu0QDk8mfKKnyshPP7aoJsnHv { width:14rem;height:1.4375rem;top:49.1875rem;left:3.0000000596046rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKtm2wLQEET0wZpDSbKvnKuTtxOt6vI6 { width:3.5625rem;height:0.0625rem;top:51.375rem;left:8.2187502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyQTswJvtTAOLsTOnQb7JdDhBpPRRcg4 { width:13.625rem;height:3rem;top:52.375rem;left:3.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SsAEwZcT6OKCD11lOAqRJ9OunQZVcVqV { width:16.5625rem;height:13.8125rem;top:59.5rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmcebfTOSLluPtcsWHKQltWVGLEPzUzm { width:14.125rem;height:3rem;top:68rem;left:2.9375000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QyUWy5PwJw1tK5Fx1Qaf3BQ3X01DvdhZ { width:16.5rem;height:14.5625rem;top:75.3125rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3QaysIWEvycvd641g5BBx3gHnuuZ0C0 { width:14.125rem;height:3rem;top:84.1875rem;left:2.9375000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LPcTmr8cmx6EBweRTrXTD2dEpqcHCwk6 { width:3.5625rem;height:0.0625rem;top:67rem;left:8.2187502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSXTxviUuwCW3I53T809VTzIa8yQ2qw { width:3.5625rem;height:0.0625rem;top:83.125rem;left:8.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDT79ohHb8LWptOHRuT7PwpAFiQ60zTy { width:14rem;height:1.4375rem;top:64.875rem;left:3.0000000596046rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsZIZxRPKMTWaihEeNdQc5msmUqK1e2e { width:14rem;height:1.4375rem;top:80.875rem;left:2.9375000596046rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #migZOieHVxIV4VdGT3XpBhAe93bU7Ipy { width:4.125rem;height:4.125rem;top:27.6875rem;left:7.9375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrBqSP78hxHqhD14XQfuudMzr9cGIqtl { width:4.125rem;height:4.125rem;top:43.75rem;left:7.9375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwzsagU703TbrQeIXWCfWEprmhA3Nsx { width:4.125rem;height:4.125rem;top:76rem;left:7.9375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXyFCapLZkrIgZ0D8GarIZHONl0aNamP { width:4.75rem;height:4.75rem;top:60.1875rem;left:7.6250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh .widget-text.counter-number { padding-top:0.331875rem;padding-right:0.294375rem;padding-bottom:0.331875rem;padding-left:0.294375rem;width:1.765rem;min-width:1.765rem;height:1.7825rem;font-size:1.326875rem;line-height:28.52px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2075rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.353125rem;height:0.705rem;font-size:0.4975rem;line-height:11.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kcGgpp2lP23ad30wh8eVulwVIZN81Cuh { display:flex;width:13.4375rem;height:3.35875rem;top:15.909723281861rem;left:3.5164931416511rem;padding-top:0.414375rem;padding-right:0.42rem;padding-bottom:0.414375rem;padding-left:0.42rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #TdlPhrSrEAwyCqWQX7nqWbwfGrHTt2NU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #bOTrxIMvotb4UKpmfqCLnifGEEuO1I4A {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #Qsh9qDS0eFfqacmCUTRkUlfArudkmAKX {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #yMzOTm34hIOv5r8QNTz0SG6cncJor2Gc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #qwg448eDxL1vFbutxtOhyCyrKBJDTdLG {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #EoJ8iMpms8I843GNvizLFmDBIGtSLTJs {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #DQJz8dvTOT7aHv5XbTQPODPwCB8AnZxM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #nBTmRCLcx5Q3s09ZyhEpH0BiJNCpfUiI {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #TBr7cJqgBkCmSeaPAe09e3afoqmglVDm {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #PeAX0OEaqPBtJrPeSRCfG6pCyEh3I0Im { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #xSwe5k7H8tKttmxx1Ize1b3wDDuAQkS7 {  }
 }@media only screen and (max-width: 763px) { #kcGgpp2lP23ad30wh8eVulwVIZN81Cuh #HlZHEC8TOCe9vZCON5vtgXdPdAf6DbID {  }
 }@media only screen and (max-width: 763px) { #lrtGMmENusLAsDNPf8gocPSv5py2MqvE { width:16.8125rem;height:3.75rem;top:21.311632156372rem;left:1.5937500596046rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xgxAQGGaTU0P7DqhTbH15Fbyg9Idsx3T { display:block; }
 }@media only screen and (max-width: 763px) { #pvl467gk5K2vhhEobp04vurC97zn3Tmv { width:20rem;height:7.875rem;top:7.2534723281863rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh { display:block; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMoVySWmo3qKfI3950AoOcEyfqSNgFNy { width:20rem;height:35.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #worD61rLUx8hBTPAtbQVq4vvwhQ4UtRn { width:20rem;height:14.8125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSnB2CncPEEP2KhAz6fh6NI6Mu1dACE2 { width:18.75rem;height:0;top:27.5625rem;left:0.625rem;font-size:1rem;display:none; }#dSnB2CncPEEP2KhAz6fh6NI6Mu1dACE2 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Ucab1LTz/Elipsa_2_kopia_9czerwona.png); }
 }@media only screen and (max-width: 763px) { #OR0pmoHxnhWP3lWN84agzNdrhX65Zer1 { width:20rem;height:8.75rem;top:27.956588745118rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R78ayfTgzrXfO82eE8w6cbFPWeOS5LQ2 { width:20rem;height:10.125rem;top:39.246528625488rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mNlnadS3TeURNUUrDpSwOSFq5DI2tevG { width:18.5625rem;height:4.125rem;top:50.5rem;left:0.71788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb1AU9uAAPhdPecmkFzAEAGJgrRWRTEV { display:block; }
 }@media only screen and (max-width: 763px) { #oUbIyhA01heZBUAIuHC6aasuyK4mlqGP { width:5.6875rem;height:0.375rem;top:26.8125rem;left:7.1874998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcniVRJkT92RXWU2VtnAE9HnFZ2HWSeG { width:20rem;height:1.787325rem;top:24.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6OBU39mZo8Om2U69XFT1MGXQLNST8n1 { width:20rem;height:16.9998125rem;top:60.811630249024rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWPrzrwTcMhNnsvDwXO96ycReTqTRPy0 { width:20rem;height:0;top:72rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DDxd9u3iXiJDPEKu09TnqJ5DafoIcSyc { width:20rem;height:11.527163636364rem;top:58.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSAsowSlMGHeZRJDentrab1RHLwJcEQP { display:block; }#bSAsowSlMGHeZRJDentrab1RHLwJcEQP > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApmVpOyCgc8I38kPTKvh30bgO8g5Kxi5 { width:20rem;height:5.19965rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKqd3v30UemwNlPKi9SoUIJAqaSIxdJP { width:17.6248125rem;height:4.63020625rem;top:7.4294700622556rem;left:1.1870660185814rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEPHC1SR5g2VKVCaJRgkLFcTFAmAGQkk { width:17.1245625rem;height:4.12435rem;top:16.062282562256rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhmPaQhk2SR3VVTz2ggIKNurhJmPVxvR { display:block; }
 }@media only screen and (max-width: 763px) { #Pe0WxEqm3UVisxaR6TZafhLUSTP0pzKy { display:none; }#Pe0WxEqm3UVisxaR6TZafhLUSTP0pzKy > .row .container { width:20rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PHt9zg8lrXhmlmcWIFF7wB8IbP6cTE64 { width:20rem;height:6.04166875rem;top:3.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvZCHMIMzThG42fmI446IscAg713y8bq { width:17.122375rem;height:4.1232625rem;top:32.061417579651rem;left:1.4388020634651rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8BtcLyWihbsTL7bZZ7F11xLMHuEaPaH { display:block; }
 }@media only screen and (max-width: 763px) { #bgPbGrWgwe7ewxlFpt8bTX1l7sxHnwtZ { width:20rem;height:0;top:43.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QZx2rALpmUTqaqDPamLH6SEIfEedTIO0 { width:20rem;height:1.597225rem;top:1.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wm0TrbRoQ875RtXHBZOFIi64NUR1Qyi5 { width:20rem;height:0;top:40.060764312744rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.240625rem;margin-bottom:0;margin-left:0.240625rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.331875rem;padding-right:0.048125rem;padding-bottom:0;padding-left:0.048125rem;display:block;width:2.7875rem;height:1.8975rem;position:relative;font-size:1.518125rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.048125rem;padding-bottom:0.236875rem;padding-left:0.048125rem;display:block;width:2.7875rem;height:0.52125rem;position:relative;font-size:0.379375rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd { top:28.356772422791rem;left:3.1250000596046rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:13.75rem;height:3.24978125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #ARzo8qHZESx8SLttItkLvIMCSgvykKP3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #wPTO29czrzfbVqHlXdDKJhD7t9AQZApe {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #KEMiAo0wzW93ASrcTzbUEUIMlHslGqsq {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #IhthFDk86Hte7t0wPpx0PEzHenRZDpWw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #tkrexWQW2ozzcsFUtMkgWO57rvViscPw {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #FZ7fAF9TT53PdhnioQqANftyV69mw0v9 {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #rsnCkTPTBTV7Uf3UFutoASK3PJ2Sp1q2 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #XcGNDVFgTpAHtAHiqGG1TnC0UZqUWcmp {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #cOAwTDTk8gMZTnn6uO53MFeOhrU9pWF2 {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #seAh8bT8oe1INsspHTi3NPbB3rBtCRos { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #cdpFDkOWVTRVCDrqQUThT6BztQawDozA {  }
 }@media only screen and (max-width: 763px) { #S8T1a71XXHxTHgBpVMIr4MzkQ7RwATTd #nDqyDCHuTRvETT0Da2zoBk4z2o9ov4i2 {  }
 }@media only screen and (max-width: 763px) { #iD9aWrUOf3NKgU7QaU6dAJG5mlEUQG36 { width:20rem;height:1.25rem;top:26.499567985534rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIT1ffC84BTEHIEhn2WEubZgWP7QQVCq { width:20rem;height:0;top:62.327014884186rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qJ3vmpRcTsTHVe5TZs5J4JcalymbVnaD { width:20rem;height:16.875rem;top:50.685766220093rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQhzclFXw5RrlVDB7l3Iy9rLLeIVtLxw { width:20rem;height:10.32875rem;top:56.586372375488rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVtaBXz8eikUF9kHFHPOIWvu0kWsziq3 { width:20rem;height:11.527163636364rem;top:10.0625rem;left:0.0625rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #LoJAQN1iLKc7Xzfe98ZESDUf6x5fUvft { width:20rem;height:3.05555rem;top:21.9375rem;left:0.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #wt7ISo83OVgUbZxpS3t6a5cMlmnTmmF7 { width:20rem;height:15.375rem;top:10.0625rem;left:0rem;z-index:100025;display:block; }
 }