.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:#ffffff;background-image:none;position:relative;display:none; }#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:none; }#d9AGFezHZsaI39E0D0OwFnQxz6OryxQw { box-sizing:content-box;color:#e94c40;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:0.6875rem;left:24.875rem;display:block; }
#Lu9meiRWBidJt9y646zfZaKDys02unyB { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:1.125rem;left:24rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tM1V4hZc6khi3s7TUAz5b38IwPEKWhbr { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:13.5rem;top:1.125rem;left:55.5rem;overflow:hidden;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#vLLHHHGlA3lcOZVRA0bPiZelPqyf6qoN { 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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:5.375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:37.75rem;left:8.625rem;display:block; }
#EK5GKJp7RutFVDPkv6wsAmfhnH5iF7Kc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rXc3rc1cLKxTaSlC6CFI4Fts8OoKvCGT { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:16.373264074326rem;left:2.4375rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhZ4FU11EANwUCDm15MHnQ900TqKXE72 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;top:39.899305343628rem;left:47.15625rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CX9XsDyNAwHkgFqePoKkpQbcPaev6gRI { 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:6.8125rem;width:27.375rem;top:37.75000166893rem;left:43.125rem;display:block; }
#zqluKkJBwppG75vlWEa5qzRb3No6ZNAH { 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; }
#KoKOo6iwCi6bPsXCowpntXHBU8T896z4 { 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; }
#w8dIpTFQFRS4drOA9cmIFW1CfuJi92mM { 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; }
#Ll0M44X4T1XLZRBX4cHmcVWxT2uTniBB { position:absolute;display:block;z-index:100030;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.5) ;height:23.625rem;width:27.375rem;top:15.748264312744rem;left:43.125rem;overflow:hidden;display:block; }
#oEpfqWrrT7irN2QmNzwQfrkBKAQoSFon { color:#ffffff;display:block;width:51.625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:99992;line-height:1.3;letter-spacing:0;top:0.75347232818606rem;left:11.6875rem;height:11.2109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CX1Wp0kT9FVW7BLlRrFW0lTri99yByKp { color:#00efff;display:block;width:63.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:99993;line-height:1.3;letter-spacing:0;top:12.714410781861rem;left:5.9375rem;height:1.86805625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1yF8wfyn4OL3NfxU27XmAqB4qctze3M { position:absolute;display:block;z-index:100009;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #828282;border-left:0.0625rem solid #828282;border-right:0.0625rem solid #828282;border-bottom:0.0625rem solid #828282;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:6.3125rem;width:31.25rem;top:29.875rem;left:4.875rem;display:block; }
#PHGSahnFNKTNGrE930xiqEQby9maE9Av { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:30.375rem;left:8.75rem;height:5.1171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4QFE8p2m1Xgy6NCHt49aIPw4ZFQbFat { box-sizing:content-box;color:#db2645;font-size:6.6875rem;font-weight:400;line-height:1;height:9.625rem;width:9.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.5rem 0.625rem 2.3125rem rgba(0,0,0,0.21);display:block;z-index:100052;top:28.1875rem;left:32.6875rem;display:block; }
#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#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:62.3125rem;width:75rem;position:relative;display:block; }#uyvTnAebTZXMth3EOG0cOUbu9VfDtwMb { position:absolute;display:block;z-index:100017;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:4rem;width:14.375rem;top:-1.875rem;left:60.625rem;display:block; }
#H9veithwOn2p3FUOtgOnRMFufxdky5SW { box-sizing:content-box;color:#000000;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:100022;top:-1.4375rem;left:71.1875rem;display:block; }
#lF2iZb4C3sCzkKpkhkGSwIykCNsqaQcS { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:-0.4375rem;left:61.75rem;height:1.29948125rem;font-style:normal;display:block; }
#Ki6LccurQv1Gq9gnalkT6Qlg8bgGyIBS { position:absolute;display:block;z-index:100012;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;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: 0rem 0.4375rem 2.375rem rgba(8,18,45,0.1) ;height:22.9375rem;width:27.5rem;top:20.25rem;left:6.75rem;display:block; }
#ogcmohM5VTZ6GT9K52lXHuPr0QhtepEJ { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100014;line-height:1.4;letter-spacing:0;top:36.455728530884rem;left:8.21875rem;height:5.7734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WRZctJTV5cZasHJH8sA8oP85k35UQTRH { color:#000000;display:block;width:69.8125rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.4887161254881rem;left:2.59375rem;height:11.2109375rem;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; }
#KRD7KQ41fgrQgp1bSyH4ufgGfa0W11Hz { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:12.5rem;top:0.86111068725588rem;left:30.8125rem;overflow:hidden;display:block; }
#MpUwf0AcqUOmTabgxt8EDOviLqsFC1VB { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:24.375rem;top:21.5625rem;left:8.3125rem;overflow:hidden;display:block; }
#u9II0xcmTHdXvyfCIzkGonUGQZRC0D5l { position:absolute;display:block;z-index:100015;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;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: 0rem 0.4375rem 2.375rem rgba(8,18,45,0.1) ;height:22.9375rem;width:27.5rem;top:20.25rem;left:40.8125rem;display:block; }
#W06D1XNntps5OUlm3BTmrKqJWNrQOQoC { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:22.875rem;top:21.561630249024rem;left:43.3125rem;overflow:hidden;display:block; }
#tn1FKSsb0wQ7HCeJPwtMNXFtA1uE91HZ { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.4;letter-spacing:0;top:36.455728530884rem;left:42.28125rem;height:5.7734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m39aR5vlG2i2lEmizcTKMcXynwtrigz0 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:6.5625rem;top:33.124999523163rem;left:66.75rem;overflow:hidden;display:block; }
#onBSxUWxcOODM2xXcFkGUV0geKEX1Mbg { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:26.157119274139rem;left:68.3125rem;height:4.875rem;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; }
#E1Nup46darvionk44hN9xQ3CNxNqh1NH { color:#000000;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:99992;line-height:1.3;letter-spacing:0;top:46.187500953674rem;left:24.1875rem;height:6.3368125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y0AUVm2R3g6NdAQd4Eq32sJKbOBX46yX { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.3125rem;top:44.687499046326rem;left:9.1645832061769rem;overflow:hidden;display:block; }
#f7lkCBfrtnp3gPVTZHaV723weGTvVrb3 { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.3125rem;top:44.686632156372rem;left:60.625rem;overflow:hidden;display:block; }
#L7PES7vkwBxvJEaVqiVgv7lB3zSRnc6u { 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:28.8125rem;height:4.5625rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:54.20138835907rem;left:23.09375rem;display:block; }
#sc0UaBpFhKnaWwpl0Ivh03mqTmbOTyFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .row .container { background-color: transparent; background-image: none; }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .row .container > .video-iframe-container { display: none; }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .row > .video-iframe-container { display: none; }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .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); }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .row .container { border-width: 0; border-radius: 0; }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .row > .video-iframe-container {  }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#Ebe96cLE695LyR7THL4wHh5MOBO9eqBN { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:3.875rem;left:10rem;height:1.224825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#il9d6hvrGWdD7iXPEOku4xCJ5sTGETr4 { position:absolute;display:block;z-index:100007;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;top:4.4375rem;left:2.5rem;display:block; }
#yAZ9ihGAcKhTWkOpXhgiqWAwG6H4tHC8 { color:#000000;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:6.5190973281863rem;left:8.0625rem;height:5.60416875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UuWTdyFOEyZLpuAwocRLExyT16ZuMyT9 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5rem;width:17.4375rem;top:12.583332061767rem;left:1.625rem;overflow:hidden;display:block; }
#DyscqMDRKTOHAGcOTLwQWoAGRBGxcZvZ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:3.96875rem;left:27.5rem;overflow:hidden;display:block; }
#lbTXQqhQXOrl8eVLysU64cT0wprRi93o { color:rgba(0,0,0,0.9);display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:7.7500009536744rem;left:30rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d16vATiSTHkAlq2r3ypIzXfoqVGdK0ob { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:4.0625rem;left:29.9375rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#G5tv51VoVPwnA3VObTdsK7CBL7g7ckU8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:12.125000953674rem;left:27.5rem;overflow:hidden;display:block; }
#wDyTZpLZfvTt1gRVLK4aF6cZcw96ZVU2 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:20.312500953674rem;left:27.5rem;overflow:hidden;display:block; }
#TxLp33x3mxA7RosJvfXVBiqCxv8qx7H5 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:3.96875rem;left:53.4375rem;overflow:hidden;display:block; }
#lAOeqFXXQVoMUiATrOHRDsxEkTScSuGq { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:14.562500953674rem;left:53.4375rem;overflow:hidden;display:block; }
#tqivkOxQ9G56FTZLm8LrkTG0OF0BViFM { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:12.125000953674rem;left:30rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sBkWa6hEv9KtTlDnrQzmTBF9JXODvIHq { color:rgba(0,0,0,0.9);display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:15.812500953674rem;left:30.0625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a0gzFfcGoTRBfkmk20FWNtOZ58yzsi9p { color:rgba(0,0,0,0.9);display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:23.125000953674rem;left:30rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pTdOOKSNLacTN9rkp0K3e7xtxFg9zbCJ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:20.312500953674rem;left:30rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eOw1ruhbBw8c5Xe062iIudT0BUW3bF7h { color:rgba(0,0,0,0.9);display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:7.5625009536744rem;left:56rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uehGiOlDyfobeVT7Kw9DUBTieFkZSfpU { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:3.875rem;left:55.9375rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OC1uVrHnBUwGw1Qd8wAFRHFtHQW2mER8 { color:rgba(0,0,0,0.9);display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:18.625000953674rem;left:56.0625rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ByD8Mgi7lo55mICZC5RaRRxJA5THaAW4 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:14.562500953674rem;left:56rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EN337eFO4x0y5UofwaNWDTvzd80TNAPm { 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:16.9375rem;height:3.75rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:28.832464694977rem;left:54.625rem;display:block; }
#OTeMXeaeT6TnLWT3s5CU5lEpIdfnl6oJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Igz5FNLITDpMoFO4JE7rWsXXr1OC3092 { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.3125rem;top:6.1649322509766rem;left:1.625rem;overflow:hidden;display:block; }
#UXKrMP9BhsEScpPAEWkeatNsXbDhcVtg { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.3125rem;top:6.1649322509766rem;left:1.625rem;overflow:hidden;display:none; }
#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/h4ufbX5a/06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd.adaptive-delivery-prevent-bg, #zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd.lazyload, #zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd.lazyloading { background-image: none; }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .row .container { background-color: transparent; background-image: none; }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .row .container > .video-iframe-container { display: none; }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .row > .video-iframe-container { display: none; }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .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); }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .row .container { border-width: 0; border-radius: 0; }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .row > .video-iframe-container {  }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#xxwzLAXqi7KXTISumHK3CUwP0dOWN7eq { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:11.9375rem;left:14.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4EuURsB30S7UuKpyS7Er7FlsorB9qIL { color:#ffffff;display:block;width:58.0581875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:99993;line-height:1.3;letter-spacing:0;top:2.875rem;left:10.3125rem;height:7.4739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU.adaptive-delivery-prevent-bg, #nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU.lazyload, #nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU.lazyloading { background-image: none; }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .row .container { background-color: transparent; background-image: none; }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .row .container > .video-iframe-container { display: none; }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .row > .video-iframe-container { display: none; }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .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); }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .row .container { border-width: 0; border-radius: 0; }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .row > .video-iframe-container {  }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;position:relative;display:block; }#ZHNGee6fbEI9gQvoTPJXsBOHxihFuzaz { 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; }
#P96vzW8S4vHDvElGlh5WFtaXvDynbTwo { 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:25.1875rem;width:31.625rem;top:30.561630249024rem;left:4.3116321563721rem;display:block; }
#pJlB5CZJPKSSZt9JOtH1l4UF3bmTvQQp { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:35.186630249024rem;left:5.9678840637207rem;height:;font-style:normal;display:block; }#pJlB5CZJPKSSZt9JOtH1l4UF3bmTvQQp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pJlB5CZJPKSSZt9JOtH1l4UF3bmTvQQp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Ucab1LTz/Elipsa_2_kopia_9czerwona.png); }
#xn2NVI2kHkvliM1b8QMBAq68WQJFqBgo { 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; }
#y9FZoE1PIWGqF7CZ1HttE6hhkSrniq50 { 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:6.822925rem;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; }
#GWdOhAPrqT8mFyT5QM29vp0bb5JKNuuq { 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.375rem;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:23.496529102326rem;left:43.1640625rem;display:block; }
#Ugl1sLfVGL4xvmyxO9ig8qtLJzM7EoLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E1lNSwtJH8EIs7mhf9vq6rW4TfbkvtKV { 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; }
#mz7uX3bDs2vcy71SQ2QgJlsQbG49uoOH { 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; }
#k1gSZ1OJ1XVsvp7MyCKyxxm5R6NvKD7P { position:absolute;display:block;z-index:100017;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:4rem;width:14.375rem;top:-1.875rem;left:60.625rem;display:block; }
#ktFOTXqOT7WtV3fJUEFAhn1HH60NGSW0 { box-sizing:content-box;color:#000000;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:100022;top:-1.4375rem;left:71.1875rem;display:block; }
#vtdvtf4FiJy4DS09ptAqlgzSQkJK3sKI { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:-0.4375rem;left:61.75rem;height:1.29948125rem;font-style:normal;display:block; }
#HN5cnXL8ksngh4wE0oaShT9TezHoa8Tc { 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; }
#ehL3XsI9T4eqhmDK6zvI1FZbALLtrern { 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; }
#H3RwleucZptQz11ApQ9GPm4xNBLTuqlR { 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; }
#aT61Eihb3H6qoSiV92MX0TmsaSksJEzX { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:7.1875rem;top:27.186634063721rem;left:20.5625rem;overflow:hidden;display:block; }
#lOeXPEKiixEkIDKLMTmXBHLkG6eQsbT9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:24.728298664093rem;left:24.124134063721rem;height:2.59895625rem;display:block; }
#QG23nWve2Vvmu30GhXyLZ95cmWdgC8Nm { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:3.8125rem;top:59.374996185302rem;left:59.914932250976rem;overflow:hidden;display:block; }
#Q94UBX8MTHZGE6PCFvDQ5Fz4BHpBSfvP { color:#000000;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:57.152786254882rem;left:55.0625rem;height:1.29948125rem;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:2.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKqd3v30UemwNlPKi9SoUIJAqaSIxdJP { color:#ffffff;display:block;width:44rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:8.484375rem;left:15.5rem;height:7.03125rem;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:5.25rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:16.685764312744rem;left:26.0625rem;display:block; }
#HhmPaQhk2SR3VVTz2ggIKNurhJmPVxvR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@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.6875rem;left:11.25rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu9meiRWBidJt9y646zfZaKDys02unyB { top:1.125rem;left:10.375rem;width:27.0625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM1V4hZc6khi3s7TUAz5b38IwPEKWhbr { top:1.125rem;left:34.25rem;width:13.5rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLLHHHGlA3lcOZVRA0bPiZelPqyf6qoN { width:23.875rem;height:5.375rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK5GKJp7RutFVDPkv6wsAmfhnH5iF7Kc { display:block; }
 }@media only screen and (max-width: 763px) { #rXc3rc1cLKxTaSlC6CFI4Fts8OoKvCGT { top:16.3125rem;left:0rem;width:36.25rem;height:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhZ4FU11EANwUCDm15MHnQ900TqKXE72 { top:39.875rem;left:28.4375rem;width:19.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX9XsDyNAwHkgFqePoKkpQbcPaev6gRI { top:37.75rem;left:20.375rem;width:27.375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqluKkJBwppG75vlWEa5qzRb3No6ZNAH { top:30.625rem;left:13.375rem;width:34.375rem;height:19.8123125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoKOo6iwCi6bPsXCowpntXHBU8T896z4 { top:50.9375rem;left:14.125rem;width:33.625rem;height:3rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8dIpTFQFRS4drOA9cmIFW1CfuJi92mM { top:16.4375rem;left:13.5rem;width:34.25rem;height:22.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ll0M44X4T1XLZRBX4cHmcVWxT2uTniBB { top:15.6875rem;left:20.375rem;width:27.375rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEpfqWrrT7irN2QmNzwQfrkBKAQoSFon { top:0.75rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX1Wp0kT9FVW7BLlRrFW0lTri99yByKp { top:12.6875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1yF8wfyn4OL3NfxU27XmAqB4qctze3M { top:29.875rem;left:0rem;width:31.25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHGSahnFNKTNGrE930xiqEQby9maE9Av { top:30.375rem;left:0rem;width:23.6875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4QFE8p2m1Xgy6NCHt49aIPw4ZFQbFat { top:28.1875rem;left:19.0625rem;width:9.625rem;height:9.625rem;font-size:6.6875rem;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) { #uyvTnAebTZXMth3EOG0cOUbu9VfDtwMb { top:-1.875rem;left:29.875rem;width:14.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9veithwOn2p3FUOtgOnRMFufxdky5SW { top:-1.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF2iZb4C3sCzkKpkhkGSwIykCNsqaQcS { top:-0.4375rem;left:37.75rem;width:10rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki6LccurQv1Gq9gnalkT6Qlg8bgGyIBS { top:20.25rem;left:0rem;width:27.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogcmohM5VTZ6GT9K52lXHuPr0QhtepEJ { top:36.4375rem;left:0rem;width:24.5625rem;height:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRZctJTV5cZasHJH8sA8oP85k35UQTRH { top:6.4375rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRD7KQ41fgrQgp1bSyH4ufgGfa0W11Hz { top:0.8125rem;left:17.1875rem;width:12.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpUwf0AcqUOmTabgxt8EDOviLqsFC1VB { top:21.5625rem;left:0rem;width:24.375rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9II0xcmTHdXvyfCIzkGonUGQZRC0D5l { top:20.25rem;left:20.25rem;width:27.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W06D1XNntps5OUlm3BTmrKqJWNrQOQoC { top:21.5rem;left:24.875rem;width:22.875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn1FKSsb0wQ7HCeJPwtMNXFtA1uE91HZ { top:36.4375rem;left:23.1875rem;width:24.5625rem;height:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m39aR5vlG2i2lEmizcTKMcXynwtrigz0 { top:33.0625rem;left:41.1875rem;width:6.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onBSxUWxcOODM2xXcFkGUV0geKEX1Mbg { top:26.125rem;left:41.0625rem;width:6.6875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Nup46darvionk44hN9xQ3CNxNqh1NH { top:46.1875rem;left:10.5625rem;width:26.625rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0AUVm2R3g6NdAQd4Eq32sJKbOBX46yX { top:44.625rem;left:0rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7lkCBfrtnp3gPVTZHaV723weGTvVrb3 { top:44.625rem;left:41.4375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7PES7vkwBxvJEaVqiVgv7lB3zSRnc6u { width:28.8125rem;height:4.5625rem;top:54.1875rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc0UaBpFhKnaWwpl0Ivh03mqTmbOTyFO { display:block; }
 }@media only screen and (max-width: 763px) { #fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA { display:block; }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ebe96cLE695LyR7THL4wHh5MOBO9eqBN { width:9.5625rem;height:1.1875rem;top:3.875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9d6hvrGWdD7iXPEOku4xCJ5sTGETr4 { width:6.25rem;height:0.0625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAZ9ihGAcKhTWkOpXhgiqWAwG6H4tHC8 { width:14.625rem;height:;top:6.5rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuWTdyFOEyZLpuAwocRLExyT16ZuMyT9 { width:17.4375rem;height:20.5rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyscqMDRKTOHAGcOTLwQWoAGRBGxcZvZ { width:1.875rem;height:1.875rem;top:3.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTXQqhQXOrl8eVLysU64cT0wprRi93o { width:17.5625rem;height:3rem;top:7.75rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d16vATiSTHkAlq2r3ypIzXfoqVGdK0ob { width:17.5rem;height:3.375rem;top:4.0625rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5tv51VoVPwnA3VObTdsK7CBL7g7ckU8 { width:1.875rem;height:1.875rem;top:12.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDyTZpLZfvTt1gRVLK4aF6cZcw96ZVU2 { width:1.875rem;height:1.875rem;top:20.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxLp33x3mxA7RosJvfXVBiqCxv8qx7H5 { width:1.875rem;height:1.875rem;top:3.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAOeqFXXQVoMUiATrOHRDsxEkTScSuGq { width:1.875rem;height:1.875rem;top:14.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqivkOxQ9G56FTZLm8LrkTG0OF0BViFM { width:17.5rem;height:;top:12.125rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBkWa6hEv9KtTlDnrQzmTBF9JXODvIHq { width:17.5625rem;height:3rem;top:15.8125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0gzFfcGoTRBfkmk20FWNtOZ58yzsi9p { width:17.5625rem;height:3rem;top:23.125rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTdOOKSNLacTN9rkp0K3e7xtxFg9zbCJ { width:17.5rem;height:;top:20.3125rem;left:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOw1ruhbBw8c5Xe062iIudT0BUW3bF7h { width:17.5625rem;height:4.5rem;top:7.5625rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uehGiOlDyfobeVT7Kw9DUBTieFkZSfpU { width:17.5rem;height:;top:3.875rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC1uVrHnBUwGw1Qd8wAFRHFtHQW2mER8 { width:17.5625rem;height:7.5rem;top:18.625rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByD8Mgi7lo55mICZC5RaRRxJA5THaAW4 { width:17.5rem;height:;top:14.5625rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN337eFO4x0y5UofwaNWDTvzd80TNAPm { width:16.9375rem;height:3.75rem;top:28.8125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTeMXeaeT6TnLWT3s5CU5lEpIdfnl6oJ { display:block; }
 }@media only screen and (max-width: 763px) { #Igz5FNLITDpMoFO4JE7rWsXXr1OC3092 { top:6.125rem;left:0rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXKrMP9BhsEScpPAEWkeatNsXbDhcVtg { top:6.125rem;left:0rem;width:6.3125rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd { display:block; }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxwzLAXqi7KXTISumHK3CUwP0dOWN7eq { top:11.9375rem;left:0rem;width:47.125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4EuURsB30S7UuKpyS7Er7FlsorB9qIL { top:2.875rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU { display:block; }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHNGee6fbEI9gQvoTPJXsBOHxihFuzaz { top:-1.875rem;left:0rem;width:22.5625rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P96vzW8S4vHDvElGlh5WFtaXvDynbTwo { top:30.5rem;left:0rem;width:31.625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJlB5CZJPKSSZt9JOtH1l4UF3bmTvQQp { top:35.125rem;left:0rem;width:28.5625rem;height:;font-size:1rem;display:block; }#pJlB5CZJPKSSZt9JOtH1l4UF3bmTvQQp 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) { #xn2NVI2kHkvliM1b8QMBAq68WQJFqBgo { top:4.25rem;left:1.875rem;width:45.875rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9FZoE1PIWGqF7CZ1HttE6hhkSrniq50 { top:13.4375rem;left:1.9375rem;width:45.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWdOhAPrqT8mFyT5QM29vp0bb5JKNuuq { width:23.3125rem;height:5rem;top:23.4375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugl1sLfVGL4xvmyxO9ig8qtLJzM7EoLT { display:block; }
 }@media only screen and (max-width: 763px) { #E1lNSwtJH8EIs7mhf9vq6rW4TfbkvtKV { top:33.9375rem;left:0rem;width:5.6875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz7uX3bDs2vcy71SQ2QgJlsQbG49uoOH { top:31.625rem;left:0rem;width:22.3125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1gSZ1OJ1XVsvp7MyCKyxxm5R6NvKD7P { top:-1.875rem;left:29.875rem;width:14.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktFOTXqOT7WtV3fJUEFAhn1HH60NGSW0 { top:-1.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdvtf4FiJy4DS09ptAqlgzSQkJK3sKI { top:-0.4375rem;left:37.75rem;width:10rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN5cnXL8ksngh4wE0oaShT9TezHoa8Tc { top:30.75rem;left:13.3125rem;width:34.25rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehL3XsI9T4eqhmDK6zvI1FZbALLtrern { top:50.9375rem;left:14.125rem;width:33.625rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3RwleucZptQz11ApQ9GPm4xNBLTuqlR { top:30.625rem;left:13.375rem;width:34.375rem;height:19.8123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT61Eihb3H6qoSiV92MX0TmsaSksJEzX { top:27.125rem;left:6.9375rem;width:7.1875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOeXPEKiixEkIDKLMTmXBHLkG6eQsbT9 { top:24.6875rem;left:10.499134063721rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG23nWve2Vvmu30GhXyLZ95cmWdgC8Nm { top:59.3125rem;left:43.9375rem;width:3.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q94UBX8MTHZGE6PCFvDQ5Fz4BHpBSfvP { top:57.125rem;left:39.3125rem;width:8rem;height:1.3125rem;font-size:1rem;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:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKqd3v30UemwNlPKi9SoUIJAqaSIxdJP { top:8.4375rem;left:1.875rem;width:44rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEPHC1SR5g2VKVCaJRgkLFcTFAmAGQkk { width:22.875rem;height:5.25rem;top:16.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhmPaQhk2SR3VVTz2ggIKNurhJmPVxvR { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp { display:none; }#xNAQUJ5E1xNHd1kiqfskttgKD4RVIxhp > .row .container { width:20rem;height:3.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d9AGFezHZsaI39E0D0OwFnQxz6OryxQw { width:2.0625rem;height:2.0625rem;top:0.5rem;left:1.6553819775581rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu9meiRWBidJt9y646zfZaKDys02unyB { width:14.6875rem;height:1.381075rem;top:0.90190970897675rem;left:4.0303819775581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM1V4hZc6khi3s7TUAz5b38IwPEKWhbr { width:6.625rem;height:2.75rem;top:4.21875rem;left:10.187500298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLLHHHGlA3lcOZVRA0bPiZelPqyf6qoN { width:15.6875rem;height:3.6875rem;top:33.375000953674rem;left:2.1562500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK5GKJp7RutFVDPkv6wsAmfhnH5iF7Kc { display:block; }
 }@media only screen and (max-width: 763px) { #rXc3rc1cLKxTaSlC6CFI4Fts8OoKvCGT { 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) { #EhZ4FU11EANwUCDm15MHnQ900TqKXE72 { 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) { #CX9XsDyNAwHkgFqePoKkpQbcPaev6gRI { width:20rem;height:16.875rem;top:50.685766220093rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqluKkJBwppG75vlWEa5qzRb3No6ZNAH { width:20rem;height:11.5269375rem;top:39.4375rem;left:0rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #KoKOo6iwCi6bPsXCowpntXHBU8T896z4 { width:20rem;height:3.0868rem;top:50.875rem;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) { #w8dIpTFQFRS4drOA9cmIFW1CfuJi92mM { width:20rem;height:15.375rem;top:39rem;left:0rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #Ll0M44X4T1XLZRBX4cHmcVWxT2uTniBB { width:15.75rem;height:13.5625rem;top:11.530382156372rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEpfqWrrT7irN2QmNzwQfrkBKAQoSFon { width:20rem;height:5.625rem;top:1.7447915077209rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CX1Wp0kT9FVW7BLlRrFW0lTri99yByKp { width:20rem;height:2.8125rem;top:8.0572919845581rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #H1yF8wfyn4OL3NfxU27XmAqB4qctze3M { width:19.875rem;height:5.6875rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHGSahnFNKTNGrE930xiqEQby9maE9Av { width:20rem;height:4.38541875rem;top:26.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4QFE8p2m1Xgy6NCHt49aIPw4ZFQbFat { width:9.625rem;height:9.625rem;top:28.1875rem;left:5.1875rem;font-size:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh { display:block; }#EMKqyDxK0LoULOLD9PhKwhg60qqRFvyh > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyvTnAebTZXMth3EOG0cOUbu9VfDtwMb { width:14.375rem;height:4rem;top:-1.875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9veithwOn2p3FUOtgOnRMFufxdky5SW { width:3.125rem;height:3.125rem;top:57.999134063721rem;left:12.874349653721rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lF2iZb4C3sCzkKpkhkGSwIykCNsqaQcS { width:10rem;height:0;top:58.9375rem;left:3.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ki6LccurQv1Gq9gnalkT6Qlg8bgGyIBS { width:20rem;height:19.6875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogcmohM5VTZ6GT9K52lXHuPr0QhtepEJ { width:20rem;height:4.78125rem;top:30.874996423721rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WRZctJTV5cZasHJH8sA8oP85k35UQTRH { width:19.125rem;height:8.125rem;top:8.0625002384187rem;left:0.43663197755814rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRD7KQ41fgrQgp1bSyH4ufgGfa0W11Hz { width:14.0625rem;height:5.75rem;top:1.0625002384186rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpUwf0AcqUOmTabgxt8EDOviLqsFC1VB { width:20rem;height:11.179487179487rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9II0xcmTHdXvyfCIzkGonUGQZRC0D5l { width:20rem;height:19rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W06D1XNntps5OUlm3BTmrKqJWNrQOQoC { width:20rem;height:11.8125rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn1FKSsb0wQ7HCeJPwtMNXFtA1uE91HZ { width:20rem;height:4.4609375rem;top:52.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m39aR5vlG2i2lEmizcTKMcXynwtrigz0 { width:6.5625rem;height:5.75rem;top:51.5rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #onBSxUWxcOODM2xXcFkGUV0geKEX1Mbg { width:6.6875rem;height:auto;top:26.125rem;left:6.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1Nup46darvionk44hN9xQ3CNxNqh1NH { width:18rem;height:0;top:63.93750190735rem;left:0.99913197755812rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #y0AUVm2R3g6NdAQd4Eq32sJKbOBX46yX { width:6.3125rem;height:6.3125rem;top:58.875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7lkCBfrtnp3gPVTZHaV723weGTvVrb3 { width:6.3125rem;height:6.3125rem;top:66.4375rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7PES7vkwBxvJEaVqiVgv7lB3zSRnc6u { width:19rem;height:4.5625rem;top:58.875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc0UaBpFhKnaWwpl0Ivh03mqTmbOTyFO { display:block; }
 }@media only screen and (max-width: 763px) { #fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA { display:block; }#fzEyJ9nAA7pJBvUli3tLpdtWdN37a6BA > .row .container { width:20rem;height:92rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ebe96cLE695LyR7THL4wHh5MOBO9eqBN { width:9.5625rem;height:1.39930625rem;top:9rem;left:7.7500002980231rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #il9d6hvrGWdD7iXPEOku4xCJ5sTGETr4 { width:6.25rem;height:0.0625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAZ9ihGAcKhTWkOpXhgiqWAwG6H4tHC8 { width:16.75rem;height:3.25rem;top:12rem;left:1.6250000596046rem;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UuWTdyFOEyZLpuAwocRLExyT16ZuMyT9 { width:17.4375rem;height:20.5rem;top:17.4375rem;left:1.2803819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyscqMDRKTOHAGcOTLwQWoAGRBGxcZvZ { width:1.875rem;height:1.875rem;top:39.375rem;left:9.0625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTXQqhQXOrl8eVLysU64cT0wprRi93o { width:16.5625rem;height:0;top:43.937499046326rem;left:1.7187500596046rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d16vATiSTHkAlq2r3ypIzXfoqVGdK0ob { width:15.625rem;height:5.0625rem;top:42.1875rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5tv51VoVPwnA3VObTdsK7CBL7g7ckU8 { width:1.875rem;height:1.875rem;top:57.0625rem;left:9.0625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDyTZpLZfvTt1gRVLK4aF6cZcw96ZVU2 { width:1.875rem;height:1.875rem;top:48.9375rem;left:9.0625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxLp33x3mxA7RosJvfXVBiqCxv8qx7H5 { width:1.875rem;height:1.875rem;top:64.6875rem;left:9.0625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAOeqFXXQVoMUiATrOHRDsxEkTScSuGq { width:1.875rem;height:1.875rem;top:70.625rem;left:9.0625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqivkOxQ9G56FTZLm8LrkTG0OF0BViFM { width:17.5rem;height:3.375rem;top:52rem;left:1.2491319775581rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBkWa6hEv9KtTlDnrQzmTBF9JXODvIHq { width:17.5625rem;height:0;top:70.31250190735rem;left:1.2178819775581rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0gzFfcGoTRBfkmk20FWNtOZ58yzsi9p { width:17.5625rem;height:0;top:97.562507629394rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTdOOKSNLacTN9rkp0K3e7xtxFg9zbCJ { width:17.5rem;height:1.6875rem;top:67.5625rem;left:1.2499999403954rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOw1ruhbBw8c5Xe062iIudT0BUW3bF7h { width:17.5625rem;height:0;top:106.43750762939rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uehGiOlDyfobeVT7Kw9DUBTieFkZSfpU { width:17.5rem;height:3.375rem;top:60.125rem;left:1.2499999403954rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC1uVrHnBUwGw1Qd8wAFRHFtHQW2mER8 { width:17.5625rem;height:0;top:116.81250762939rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByD8Mgi7lo55mICZC5RaRRxJA5THaAW4 { width:17.5rem;height:3.375rem;top:73.4375rem;left:1.2499999403954rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN337eFO4x0y5UofwaNWDTvzd80TNAPm { width:16.9375rem;height:3.75rem;top:78.9375rem;left:1.5312500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTeMXeaeT6TnLWT3s5CU5lEpIdfnl6oJ { display:block; }
 }@media only screen and (max-width: 763px) { #Igz5FNLITDpMoFO4JE7rWsXXr1OC3092 { width:6.3125rem;height:6.3125rem;top:83.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXKrMP9BhsEScpPAEWkeatNsXbDhcVtg { width:6.3125rem;height:6.3125rem;top:1.4782991409302rem;left:6.8437498211863rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd { display:block; }#zWlBT0lhSx6U4SUtP0LNClnRfqG1iUZd > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxwzLAXqi7KXTISumHK3CUwP0dOWN7eq { width:20rem;height:8.75rem;top:7.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4EuURsB30S7UuKpyS7Er7FlsorB9qIL { width:20rem;height:3.75rem;top:2.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU { display:block; }#nVPT3gdXbL8noFVMHXIKxUZI3hkIKluU > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHNGee6fbEI9gQvoTPJXsBOHxihFuzaz { width:20rem;height:35.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P96vzW8S4vHDvElGlh5WFtaXvDynbTwo { width:20rem;height:10.6875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJlB5CZJPKSSZt9JOtH1l4UF3bmTvQQp { width:18.75rem;height:0;top:27.5625rem;left:0.625rem;font-size:1rem;display:none; }#pJlB5CZJPKSSZt9JOtH1l4UF3bmTvQQp 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) { #xn2NVI2kHkvliM1b8QMBAq68WQJFqBgo { width:20rem;height:5.847225rem;top:29.394088745118rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9FZoE1PIWGqF7CZ1HttE6hhkSrniq50 { width:20rem;height:13.5rem;top:37.05989074707rem;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) { #GWdOhAPrqT8mFyT5QM29vp0bb5JKNuuq { width:16.6875rem;height:3.625rem;top:52.1875rem;left:1.6562500596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugl1sLfVGL4xvmyxO9ig8qtLJzM7EoLT { display:block; }
 }@media only screen and (max-width: 763px) { #E1lNSwtJH8EIs7mhf9vq6rW4TfbkvtKV { width:5.6875rem;height:0.375rem;top:28.4375rem;left:7.1874998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz7uX3bDs2vcy71SQ2QgJlsQbG49uoOH { width:20rem;height:1.5434rem;top:26.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k1gSZ1OJ1XVsvp7MyCKyxxm5R6NvKD7P { width:14.375rem;height:4rem;top:-1.875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ktFOTXqOT7WtV3fJUEFAhn1HH60NGSW0 { width:3.125rem;height:3.125rem;top:57.999134063721rem;left:12.874349653721rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtdvtf4FiJy4DS09ptAqlgzSQkJK3sKI { width:10rem;height:0;top:58.9375rem;left:3.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HN5cnXL8ksngh4wE0oaShT9TezHoa8Tc { width:20rem;height:16.9998125rem;top:60.811630249024rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehL3XsI9T4eqhmDK6zvI1FZbALLtrern { 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) { #H3RwleucZptQz11ApQ9GPm4xNBLTuqlR { width:20rem;height:11.527163636364rem;top:58.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aT61Eihb3H6qoSiV92MX0TmsaSksJEzX { width:7.1875rem;height:6.875rem;top:27.125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOeXPEKiixEkIDKLMTmXBHLkG6eQsbT9 { width:12.5rem;height:auto;top:24.6875rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QG23nWve2Vvmu30GhXyLZ95cmWdgC8Nm { width:3.8125rem;height:4.375rem;top:59.3125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q94UBX8MTHZGE6PCFvDQ5Fz4BHpBSfvP { width:8rem;height:auto;top:57.125rem;left:6rem;font-size:1rem;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:18.8125rem;height:3.57465rem;top:2rem;left:0.59288197755814rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKqd3v30UemwNlPKi9SoUIJAqaSIxdJP { width:17.6248125rem;height:7.5rem;top:7.4294700622556rem;left:1.1870660185814rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEPHC1SR5g2VKVCaJRgkLFcTFAmAGQkk { width:15.125rem;height:3.4375rem;top:16.374134063721rem;left:2.4375000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhmPaQhk2SR3VVTz2ggIKNurhJmPVxvR { display:block; }
 }