.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/oRfwadWG/cover_bez_niczego.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:1rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#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,141,220,0.9); }#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,141,220,0.9); }#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 .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#RZDdbJRhTqZeDbBH6zpTW2yprgtTdUHQ { color:#299ee3;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.75rem;left:1.5625rem;height:1.4615875rem;text-align:center;text-align-last:center;display:block; }
#Hpeg40WUnKWCFBtJmR3iTXKmwO8hQcPc { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:2.3;letter-spacing:0;top:29.25rem;left:4.6875rem;height:2.875rem;display:block; }
#tf0rM1OTNJrvACZyyzUBzHrMAbzVWTrG { position:absolute;display:block;z-index:99996;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:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:2.5625rem;width:14.0625rem;top:6.125rem;left:0.875rem;display:block; }
#d9sNvptgsslToHGRkvOEaMN1JtC2Po8g { position:absolute;display:block;z-index:100005;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;height:4.624025rem;width:8.999rem;top:0rem;left:32.967529296875rem;display:block; }
#zaCyK1BUvLfsCSksa33QrR4Q6FOsk9Ns { color:#ffffff;display:block;width:46.4365rem;position:absolute;font-family:"oleo script";font-size:4.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.25rem;left:0.875rem;height:5.60625rem;display:block; }
#pOGa3HXgTaPGHhEHPokIcoyUTTGWOMOh { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:7rem;top:0.7490234375rem;left:34rem;overflow:hidden;display:block; }
#ZtWdTae4ChF78AGGOim2rvehDIRZRGuR { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:33.8125rem;left:1.5rem;display:block; }
#DXxBoNyRUEskJEATf6uzyWcVsEzIR6E3 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:29.4375rem;left:1.5rem;display:block; }
#OOZrhcoN36O9v2M3u02irm2JtyZzCdyS { position:absolute;display:block;z-index:99997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:2.8125rem;width:10.1875rem;top:29.1875rem;left:0.875rem;display:block; }
#wXRdToPZVLU8xxVLB2oeS6qsy1ET4z4q { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:2.8125rem;width:10.25rem;top:33.4375rem;left:0.875rem;display:block; }
#ogvsP6VuSy6sH0k3bMzlJKVCmhzaqlWe { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:19.09375rem;left:0.875rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B2bAZQDWXTnvkSr46Mz2OiJgNFVR01ox { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:2.3;letter-spacing:0;top:33.625rem;left:4.46875rem;height:2.875rem;display:block; }
#aXJF4gg1MTaRS5btt4W0d5UDZ4VERJZQ { color:#ffffff;display:block;width:40.06225rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:20.52978515625rem;left:0.8740234375rem;height:4.375rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container { background-color: transparent; background-image: none; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container > .video-iframe-container { display: none; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row > .video-iframe-container { display: none; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .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); }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container { border-width: 0; border-radius: 0; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#SuC5NUaANIAd5ULBzQDxr1WBatkHT7kw { background-color:#ee3162;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;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f8f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.375rem;height:5.37475625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:13.74755859375rem;left:15.966796875rem;display:block; }
#h1hyVMT3x57fvPzvdNPmc4vRHUCQZCt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J5PvxOtMHpVPqJSxSnZhMhZpfOl4WVnB { 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;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0.0625rem 0.0625rem 3.0625rem rgba(0,0,0,0.3) ;height:6.1875rem;width:27.5rem;top:4.8125rem;left:23.75rem;display:block; }
#hcXnWlve5RWDXTgLNBunGhkv2f4DzNgw { color:#302f2f;display:block;width:47.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:14.1875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .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; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.579375rem;padding-right:0.5725rem;padding-bottom:0.579375rem;padding-left:0.5725rem;display:block;align-items:center;width:3.4275rem;min-width:3.4275rem;height:3.11125rem;position:relative;font-family:"open sans";font-size:2.3175rem;font-weight:700;line-height:49.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .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.361875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.571875rem;height:1.22625rem;position:relative;font-family:"open sans";font-size:0.869375rem;font-weight:300;line-height:19.62px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv { 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:transparent;background-image:none;display:flex;justify-content:space-between;width:22.3125rem;height:5.858125rem;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;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:4.7273435592651rem;left:26.093751907349rem;z-index:100009; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #tBp0k1gxxieJWlqXKoNc5inqf6K36Qig { display:flex;position:relative;top:0rem;left:0rem; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #S8UJTQrIUTQIOohr6Hu3GIIm18x9L3EK { width:auto; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #J00WLvPPqbEGyq8B6Hl6F1JGsWdqD3Ui {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #D2BTuKunRWtKnXpvNiq3cr09eK3sdffT { display:flex;position:relative;top:0rem;left:0rem; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #LRlhT4bbaOEKBT6NOUl9CoL0XqqBQ0sI {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BC4kehtqqwdPRzCOO2TXyqZ1TXXtNApC {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #G60bKViwChanWHQIdwIqnzJAzsQABkeg { display:flex;position:relative;top:0rem;left:0rem; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #KDsy5EhSyTs0i1TdLaXHzVPdcmgTVX6p {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #PCKWZCWbFK8Krydu3WQLrBAEhCbBFOkK {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #SGdgEwGAHPJnl5GroWIHCThuG1GTDfmK { display:flex;position:relative;top:0rem;left:0rem; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #t3Qs9zi9J7p5reQcbnaMumFIkvTOcDRm {  }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BFmbT6BbzOzE4Gifo2wUv7fMFxr4yxhc {  }
#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container { background-color: transparent; background-image: none; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container > .video-iframe-container { display: none; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row > .video-iframe-container { display: none; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .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); }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container { border-width: 0; border-radius: 0; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#b6ZngCdPNL84TiMO1K4haIRb4QvGGxEi { color:#302f2f;display:block;width:47.8125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.177978515625rem;left:13.59375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCBgGxWgIq4MpKEhuQv4D9lLyxXiTRFq { box-sizing:content-box;color:#0e9ae5;font-size:4.3125rem;font-weight:400;line-height:1;height:6.1859375rem;width:6.1859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:14.187255859375rem;left:15.56396484375rem;display:block; }
#em4ki8JlmoInCcUMxSzM88Qsc7WkbqFr { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:22.123046875rem;left:11.312255859375rem;height:7.71484375rem;text-align:center;text-align-last:center;display:block; }
#zqrg3uZI8zW0hbciDTqNa74qDyiD1sag { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:22.123046875rem;left:31.9677734375rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#EIcQG9QoWZ7BsDfuk5hoDEc0iDg2QmJA { color:#000000;display:block;width:14.9359375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:22.123046875rem;left:48.560791015625rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#ZbN1aKySNsUwpgtawoVQwx1JFWWVHL1p { box-sizing:content-box;color:#0e9ae5;font-size:4.3125rem;font-weight:400;line-height:1;height:6.1859375rem;width:6.1859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:14.125rem;left:34.40673828125rem;display:block; }
#ov0Kwa19hgO09RynPdC057qapMq8Z2cB { box-sizing:content-box;color:#0e9ae5;font-size:4.3125rem;font-weight:400;line-height:1;height:6.1859375rem;width:6.1859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:14.125rem;left:52.93701171875rem;display:block; }
#nWiOTRJVWx2hyyyO90ORl23QtR5MRucx { position:absolute;display:block;z-index:100013;background-color:#0e9ae5;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:19.625rem;width:0.6875rem;top:16.499267578125rem;left:66.8115234375rem;display:block; }
#Hk4orXU88r53DO5dRJ9AiXe8fG2TbS18 { box-sizing:content-box;color:#0e9ae5;font-size:4.3125rem;font-weight:400;line-height:1;height:6.186525rem;width:6.186525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:14.375rem;left:34.375rem;display:none; }
#rkHQlq2pCyipayhWMTHRT4glf9ueQu6x { box-sizing:content-box;color:#0e9ae5;font-size:4.3125rem;font-weight:400;line-height:1;height:6.186525rem;width:6.186525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:14.375rem;left:34.375rem;display:none; }
#S9UkM5t5fVVDuzVmVAx7CSvNoPT9Zs6n { position:absolute;display:block;z-index:100014;background-color:#0e9ae5;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:19.6220625rem;width:0.686525rem;top:0rem;left:7.5rem;display:block; }
#bxmlRvUoThPP2MD39gwzHqoWnbDfuDQc { position:absolute;display:block;z-index:100015;background-color:#0e9ae5;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:12.874rem;width:0.3125rem;top:1.1875rem;left:9.375rem;display:block; }
#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di > .row .container { background-color: transparent; background-image: none; }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di > .row .container > .video-iframe-container { display: none; }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di > .row > .video-iframe-container { display: none; }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di > .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); }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di > .row .container { border-width: 0; border-radius: 0; }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di > .row .container { font-size:0.875rem;font-family:arial;height:72.0625rem;width:75rem;position:relative;display:block; }#Douf7qZXvXC2IbxQRxXwsoTH85PagGAk { color:#000000;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:13.842187404633rem;left:45.12265586853rem;height:51.98566875rem;text-align:justify;text-align-last:initial;display:block; }
#GzIcp1mAFvez9TFTfpo468TGcZi5rttL { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:13.84218788147rem;left:7.5rem;display:block; }
#pZ4cKgLDuWSAA23kCoBRaBZ6Axm5kVbL { color:#000000;display:block;width:35.4358125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.8740234375rem;left:31.375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uI42V3HhLMqFa9w24AbKl90Pm6h9DER9 { color:#000000;display:block;width:35.4351875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:25.79062461853rem;left:13.875rem;height:2.5992875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i1XRrvmoKoq2fxu08J9xn00hLHVHxkBJ { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:13.84218788147rem;left:13.875rem;height:5.19856875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UZXf4txehr36mlGTyXakAOTFaXqwPbsL { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06171875rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:24.559375762939rem;left:7.5rem;display:block; }
#e00xSTM6aJpWmVRWH8fzdCxmFbsFCWua { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:37.676563262939rem;left:13.875rem;height:2.5992875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sVUKdiuLZxHRqUUOa0ZqyKOuw73sCDrO { color:#000000;display:block;width:35.4351875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:49.20546913147rem;left:13.875rem;height:3.89893125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LK3qkm5Z9lDr9KJWMMnmfne313XiLV1X { color:#000000;display:block;width:35.4351875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:61.42343711853rem;left:13.875rem;height:3.89893125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WQ2PoFbyO8qhThgvtCQ4d8XVEg0inf6n { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06171875rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:36.4453125rem;left:6.8125rem;display:block; }
#GenZwwKLoHv8qOBVMGLC6li0cLfFNq7H { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06171875rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:60.842969894409rem;left:7.5rem;display:block; }
#ZB3RV78p75qvN6XXeTre8IkWzhoLGv5m { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06171875rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:48.624219894409rem;left:7.5rem;display:block; }
#ugUBGv54XD7KJEZRAi2lQTtAEI06dAX0 { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06171875rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:24.559375762939rem;left:35.000001907349rem;display:block; }
#v1l1wTGWwbctXbRZ6pI72XuRGZFhX7lz { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06225625rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.6875rem;left:35rem;display:none; }
#BMAOfRluwW2bdbWdiG9cO0DTanapqb9r { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06171875rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:36.446094512939rem;left:35.000001907349rem;display:block; }
#QGh5FwTdI0eXZOfZ3kdbevvH5FnDG2Ao { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06171875rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:48.625rem;left:35.000001907349rem;display:block; }
#dWM38yrUi1opFpadUwmTeKek8Zq5TZb9 { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06171875rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:60.842969894409rem;left:35.000001907349rem;display:block; }
#aFQm8yp3vRXeRC8SbmW7himnfmdJhcCX { color:#302f2f;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.3095703125rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfAN7AlWSLiNOsud4wQQkU3TzbDfXJCc { box-sizing:content-box;color:#0e9ae5;font-size:3.5rem;font-weight:400;line-height:1;height:5.06171875rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:13.84218788147rem;left:35.000001907349rem;display:block; }
#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xiPiO8G2/mleczny_bartek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.adaptive-delivery-prevent-bg, #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.lazyload, #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.lazyloading { background-image: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { background-color: transparent; background-image: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.52); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container > .video-iframe-container { display: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.52); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row > .video-iframe-container { display: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .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); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { border-width: 0; border-radius: 0; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#vs9ETHJgBq0ETO8xLTUCGWg16ek4RdeS { color:#ffffff;display:block;width:34.187rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.686279296875rem;left:19.874267578125rem;height:8.77441875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt { color:#ffffff;display:block;width:45.3735625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.9;letter-spacing:0;top:13.936767578125rem;left:19.1845703125rem;height:;font-style:normal;display:block; }#MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt li:before{  }
#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { background-color: transparent; background-image: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container > .video-iframe-container { display: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row > .video-iframe-container { display: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .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); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { border-width: 0; border-radius: 0; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#wRCM9PaptK3GLGHSZiEIyr7GFV5SbnbN { position:absolute;display:block;z-index:100021;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;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 0rem 1.25rem #299ee3 ;height:8.125rem;width:10rem;top:3.9375rem;left:32.5rem;display:block; }
#avsgvpyuG0EZSuAm4XcMx8uTr8SJMUwE { position:absolute;display:block;z-index:100020;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;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 0rem 1.25rem #299ee3 ;height:8.125rem;width:10.49925rem;top:3.9375rem;left:12.8125rem;display:block; }
#pspTMatUptTxES0MSTCAiOPTTpGW5dwh { color:#299ee3;display:block;width:10.2478125rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:5rem;left:12.9375rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXShhaAmT8Qck11vovs0EDIl4n9Vp6cE { color:#299ee3;display:block;width:6.1875rem;position:absolute;font-family:oswald;font-size:2.125rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:5.0625rem;left:34rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lv7J5a3k4RTJORvpFp4AnzCp3PRmP3r1 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:8.25rem;left:32.8125rem;height:3.41064375rem;text-align:center;text-align-last:center;display:block; }
#nkFPm3FufomVLRMcoJC0hnh0MDqemZna { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:8.25rem;left:13.0625rem;height:3.41064375rem;text-align:center;text-align-last:center;display:block; }
#tWs1fEaAMPFZhN07M3kmHOoU25HrDWVF { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:8.5625rem;left:52.125rem;height:2.3362625rem;text-align:center;text-align-last:center;display:block; }
#VpZ5TEXRriS9fSROa5xnWpFx3LRnZKFM { position:absolute;display:block;z-index:100023;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;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 0rem 1.25rem #299ee3 ;height:8.125rem;width:10rem;top:3.9375rem;left:51.75rem;display:block; }
#w3VDxu4Zzuonvq8zoVoepM81oe7n31iJ { color:#299ee3;display:block;width:9.187rem;position:absolute;font-family:oswald;font-size:2.1875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:5rem;left:52.25rem;height:2.905925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yM1GlktAOvRloOcG3QBBMBv82914m9FN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { background-color: transparent; background-image: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container > .video-iframe-container { display: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row > .video-iframe-container { display: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .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); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { border-width: 0; border-radius: 0; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { font-size:0.875rem;font-family:arial;height:162.25rem;width:75rem;position:relative;display:block; }#SupiRHeNqCWUGbAw3k53eObyaeSldK5Q { color:#299ee3;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15.8701171875rem;left:21.2490234375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTnkP2WI0BgnwEEtxiULm35tya6pFSEl { position:absolute;display:block;z-index:100000;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:141.8125rem;width:56.9375rem;top:11.5625rem;left:9.03125rem;display:block; }
#LS9hq58KRc5qPlhOD1txtF2w06sAMsci { box-sizing:content-box;color:#299ee3;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:100016;top:33.123779296875rem;left:35.062255859375rem;display:block; }
#rfArVXzBxgqrWs3kJkqGm9qxest3g3ve { 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;height:4.56176875rem;width:0.68725625rem;top:58.889892578125rem;left:8.125rem;display:block; }
#sl8krzDZsy9feJTQbfdTopemyE9ocRpR { 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;height:12.8723125rem;width:0.3125rem;top:8.687255859375rem;left:67.1875rem;display:block; }
#HNmnmbTWTrTTBuLVkKWp0XWSbmwecZJd { position:absolute;display:block;z-index:100005;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;height:19.6228125rem;width:0.68725625rem;top:12.6875rem;left:66.25rem;display:block; }
#Q8PJphp92r0KMhvgzRmDyqo9hRQ9QwDD { position:absolute;display:block;z-index:100013;background-color:#299ee3;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:6.375rem;width:0.25rem;top:27.591552734375rem;left:36.5rem;display:block; }
#uvaMIgFDml58xsU77Mza6FBt7JHgy1K7 { box-sizing:content-box;color:#299ee3;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:100017;top:25.186767578125rem;left:35.0625rem;display:block; }
#rTFkNnm4gs7W3G0GTbreKgVPTqhNFZ0R { color:rgba(0,0,0,0.8);display:block;width:13.75rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:26.107177734375rem;left:21.375rem;height:1.3rem;text-align:right;text-align-last:right;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; }
#uoyPhNgIeK489bUelclT1UTloyxIE9KO { color:rgba(0,0,0,0.8);display:block;width:13.75rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:34.089842796326rem;left:38.000001907349rem;height:1.3rem;text-align:left;text-align-last:left;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; }
#xWgIIJVeaBTaNcnZXKsf6BTsH0EiNnOG { color:rgba(0,0,0,0.8);display:block;width:3.8125rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:49.625rem;left:34.6875rem;height:2.5992875rem;text-align:right;text-align-last:right;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; }
#wa9GIMERRJyGQgITCaA3XT2aLxe78TCI { box-sizing:content-box;color:#0e9ae5;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:100025;top:50.75rem;left:35.0625rem;display:block; }
#CiV6deIwG8KQSdFmftQ2xISWT6QnSL2g { box-sizing:content-box;color:#0e9ae5;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:100026;top:33.18701171875rem;left:41.625rem;display:block; }
#aMVHNfbahFchDTmKqTVmFnTVSHDnr4Ts { box-sizing:content-box;color:#0e9ae5;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:100027;top:25.16845703125rem;left:28.875rem;display:block; }
#svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf { color:#000000;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:26.1064453125rem;left:12.6875rem;height:18.30325rem;display:block; }#svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf li:before{  }
#PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:34.43359375rem;left:45.625rem;height:12.6188125rem;text-align:left;text-align-last:left;display:block; }#PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh li:before{  }
#D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X { color:#000000;display:block;width:28rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:57.6875rem;left:23.5rem;height:15.2050625rem;display:block; }#D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X li:before{  }
#c2OrOSduiOCqIv1NC20oxqdNJvzBgilI { box-sizing:content-box;color:#299ee3;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:46.125rem;left:35.0615234375rem;display:block; }
#Z2CA7b4eJKkIqTWm6qbV4tdL3WnTPNCa { color:rgba(0,0,0,0.8);display:block;width:5.1875rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:86.9375rem;left:29.5625rem;height:2.5992875rem;text-align:right;text-align-last:right;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; }
#hDZ8Q9a126NSQf7m87MI73Ag04R8XwTZ { box-sizing:content-box;color:#0e9ae5;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:100027;top:85.75rem;left:28.5rem;display:block; }
#g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps { color:#000000;display:block;width:16.1855625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:86.9375rem;left:12.7509765625rem;height:;display:block; }#g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps li:before{  }
#noUuiHC4wGsVAJUqO599asqeE2e13RDS { color:#299ee3;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:24.249267578125rem;left:13.87451171875rem;height:1.3rem;font-style:normal;display:block; }
#fnivVPO5f24gbT5NtbsDelwE1CTHHLAm { color:#299ee3;display:block;width:19.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:54.4375rem;left:26.875rem;height:1.3rem;font-style:normal;display:block; }
#Bw7PRXldSPkEpN8LwTWVtcGaGRODXTCB { color:#299ee3;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:84.5rem;left:12.3125rem;height:1.3rem;font-style:normal;display:block; }
#W3qiKdrBpTlNwQV8455yEl6T8dky1Bfx { color:#299ee3;display:block;width:23.875rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:35.934478759766rem;left:13.936634063721rem;height:1.3rem;font-style:normal;display:none; }
#AISDAGgusgqGtE3OfdlMhDpoF726RUMU { color:#299ee3;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:32.30859375rem;left:47.123046875rem;height:1.3rem;font-style:normal;display:block; }
#f7IfmJTpBtVUb05EcH77E3kfFWQTNGI2 { position:absolute;display:block;z-index:100014;background-color:#299ee3;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:6.375rem;width:0.25rem;top:35.33984375rem;left:36.5rem;display:block; }
#KquFEOkGeSe7rSw3Fbl8rrra9KDDZ39o { position:absolute;display:block;z-index:100015;background-color:#299ee3;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:6.375rem;width:0.25rem;top:40.62109375rem;left:36.5rem;display:block; }
#tMIi0L8S3EUMq5xgaFklXmihzrKsQX7n { color:#299ee3;display:block;width:30.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:76.25rem;left:20.875rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVQpUKqpKgvRoAPGERCzPqUC4Mv6yfOt { position:absolute;display:block;z-index:100020;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:22.6064453125rem;left:36.4990234375rem;display:block; }
#uUEZEqHBPpN7qdTw0CTlExIdiqSIVVIv { position:absolute;display:block;z-index:100021;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:82.6875rem;left:36.5rem;display:block; }
#e7cIKIgEcRundhLXS0VfKbm1KxBf10wn { box-sizing:content-box;color:#299ee3;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:100023;top:85.4375rem;left:35.0625rem;display:block; }
#K74JKkUN0JvzE3TXusXe5l81TxvHcBD9 { position:absolute;display:block;z-index:100022;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:87.6875rem;left:36.5rem;display:block; }
#NvHa7pI80xStsw1wWIqEpGSqnuTkBWBK { box-sizing:content-box;color:#299ee3;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:100024;top:90.5625rem;left:35.0625rem;display:block; }
#hXIec4B3qyxtAbTmvpqInpTGgICsKIAD { position:absolute;display:block;z-index:100023;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:93rem;left:36.4990234375rem;display:block; }
#tdL7ZBLlJTGMa9vGafNQURvxKJgPwgE1 { color:#299ee3;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:86.3125rem;left:46rem;height:3.898925rem;font-style:normal;display:block; }
#mq6SwJCM7fGAQxUtBFJrPZbyxtSQuFH3 { box-sizing:content-box;color:#299ee3;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:100024;top:113.0625rem;left:35.0615234375rem;display:block; }
#BL0mdRIQBFI1FDV8VxKIJ3o1VQAPTctB { color:rgba(0,0,0,0.8);display:block;width:5.1875rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:91.75rem;left:36.125rem;height:1.3rem;text-align:right;text-align-last:right;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; }
#bFJe0pCMJkyoiP6N6QGiHsDkIzboiL5h { box-sizing:content-box;color:#0e9ae5;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:100027;top:90.8125rem;left:41.25rem;display:block; }
#HBhwbH1fRy1esy0PJ5wpNEmtidWKE2n4 { color:#000000;display:block;width:16.1855625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:91rem;left:45.4375rem;height:19.440125rem;display:block; }#HBhwbH1fRy1esy0PJ5wpNEmtidWKE2n4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HBhwbH1fRy1esy0PJ5wpNEmtidWKE2n4 li:before{  }
#lDFx9iIcSVPgGT4MTePqHk0nFq8ITsUS { position:absolute;display:block;z-index:100024;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:97.75rem;left:36.4990234375rem;display:block; }
#TTViCKC9kfh4ZkxeT7kiCwABkqi4Koix { position:absolute;display:block;z-index:100025;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:95.125rem;left:36.4990234375rem;display:block; }
#uu03ytoONBs7HMUp6c9KBdEpBxupDQLt { position:absolute;display:block;z-index:100026;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:100.6875rem;left:36.4990234375rem;display:block; }
#rtzZzsM3i2GMeInrZ7eTDsJF2wE5lyV6 { position:absolute;display:block;z-index:100024;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:104.1875rem;left:36.4990234375rem;display:block; }
#bUBMxlWGEbnozddb1GmKkEmo3xNQDeEe { position:absolute;display:block;z-index:100025;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:107.75rem;left:36.4990234375rem;display:block; }
#ZTWPPpn16ZGV1fTFPUIQaE8pkPIEpc5y { color:rgba(0,0,0,0.8);display:block;width:5.1875rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:114.3125rem;left:29.5625rem;height:2.5992875rem;text-align:right;text-align-last:right;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; }
#TRTD7Hud5nEkTolVpLcZmBfPwH9TfRd0 { position:absolute;display:block;z-index:100026;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:110.1875rem;left:36.4990234375rem;display:block; }
#wZ4nhqwEXw6l0KnSewsdPO4MZ6Q3QnmO { box-sizing:content-box;color:#0e9ae5;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:100028;top:113.0625rem;left:28rem;display:block; }
#DCXVxZ01al7GeMfdih79rPLAxlVeaXhl { color:#299ee3;display:block;width:13rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:112.8125rem;left:12.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN { color:#000000;display:block;width:16.1855625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:115.9375rem;left:12.3759765625rem;height:15.7794375rem;display:block; }#EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN li:before{  }
#OQ9DGFtRHoWb3oGXMPIK9ik6LJVHMKb4 { box-sizing:content-box;color:#299ee3;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:100025;top:118.0625rem;left:35.0615234375rem;display:block; }
#gDZ48yHa3b9sPtnW8F5hwDdIeNRpBVna { color:#299ee3;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:115.9375rem;left:44.5rem;height:2.59928125rem;font-style:normal;display:block; }
#fAUaOl2JFmoFUSoB2THZac2aVvmup1qg { color:#000000;display:block;width:16.1855625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:119.1875rem;left:45.8125rem;height:16.0919375rem;display:block; }#fAUaOl2JFmoFUSoB2THZac2aVvmup1qg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fAUaOl2JFmoFUSoB2THZac2aVvmup1qg li:before{  }
#skaDg53fVTzZHinODLupIoX3CtCRTHRh { position:absolute;display:block;z-index:100014;background-color:#299ee3;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:6.375rem;width:0.25rem;top:120.53125rem;left:36.4990234375rem;display:block; }
#LHBS8i2vtDNyaggbEyQIOGfCiM3AZAz4 { position:absolute;display:block;z-index:100015;background-color:#299ee3;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:6.375rem;width:0.25rem;top:126.90625rem;left:36.4990234375rem;display:block; }
#GPtqpXr3EnmI5zTXR9pcfsUyO8iWnb35 { box-sizing:content-box;color:#299ee3;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:100026;top:132.4375rem;left:35.0615234375rem;display:block; }
#BFngNX9w5VcyHNQTkQvmFDqOybCtoUJH { color:rgba(0,0,0,0.8);display:block;width:5.1875rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:118.875rem;left:36.125rem;height:2.5992875rem;text-align:right;text-align-last:right;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; }
#oRMTQ87WieTPsNO9dHagDSqM04c5M7GQ { box-sizing:content-box;color:#0e9ae5;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:100028;top:118.0625rem;left:41.625rem;display:block; }
#xsC6xqkHLUNOT1waTQlpTbZNraRbWHOG { position:absolute;display:block;z-index:100023;background-color:#299ee3;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:3.5625rem;width:0.25rem;top:115.3125rem;left:36.4990234375rem;display:block; }
#NqJqlCtRb0kXOtCZzrk6xz2XaPvIKEAy { color:rgba(0,0,0,0.8);display:block;width:3.8125rem;position:absolute;font-family:"oleo script";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:136.125rem;left:34.6875rem;height:2.5992875rem;text-align:right;text-align-last:right;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; }
#ogzf8ktET8MrSNy16rlygBnVN7rvqD6e { box-sizing:content-box;color:#0e9ae5;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:100027;top:137.25rem;left:35.0625rem;display:block; }
#ztl5qsqJ53Nx1onrubD1kfhRrnWmvLSc { color:#000000;display:block;width:28rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:141.5rem;left:23.5rem;height:8.0713125rem;display:block; }#ztl5qsqJ53Nx1onrubD1kfhRrnWmvLSc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ztl5qsqJ53Nx1onrubD1kfhRrnWmvLSc li:before{  }
#bVJx42ES3hvZFl00vzNQ7bbQbTXQHiH9 { color:#299ee3;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:115.9375rem;left:44.5rem;height:2.5rem;font-style:normal;display:none; }
#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { position:relative;display:block; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { background-color: transparent; background-image: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container > .video-iframe-container { display: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row > .video-iframe-container { display: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .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); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { border-width: 0; border-radius: 0; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#HyGhzFsa6PrnKXIbkTW4qBmFPMbXUHo8 { color:#299ee3;display:block;width:21.7480625rem;position:absolute;font-family:"oleo script";font-size:2.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:7.93701171875rem;left:25rem;height:3.00625rem;display:block; }
#mU9XVb9Wm4nqszh0kk7iV3nEf3yXNm9d { position:absolute;display:block;z-index:100001;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;height:20.1875rem;width:20.1875rem;top:7.1875rem;left:2.5rem;overflow:hidden;display:block; }
#GwH1BeLL7VKK0bUrfl9qPlHcPsA52JtC { color:#299ee3;display:block;width:30.0625rem;position:absolute;font-family:"oleo script";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.125rem;height:1.625rem;display:block; }
#n23wroDX1aXbTeF8EDywkRSE8sDnLUAE { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:13.811718940735rem;left:25.000001907349rem;height:19.86524375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kclkfNv4VnekupFtvm7er1T07vRLHcam { position:absolute;display:block;z-index:99999;background-color:#299ee3;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:11.25rem;border-top-right-radius:1.875rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:1.875rem;height:29.375rem;width:75rem;top:6.1875rem;left:0.0625rem;display:block; }
#p27EDSycudakCegS3bgM2lURLlPqdkvl { position:absolute;display:block;z-index:99999;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;height:4.625rem;width:36.8125rem;top:7.1875rem;left:12.061767578125rem;display:block; }
#dWkUt4tFgbtcIzTG4DkqIB7FusBxHD5a { background-color:#ee3162;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;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f8f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.375rem;height:5.37475625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:41.62109375rem;left:15.374755859375rem;display:block; }
#BxVFnr09C1gvxIplgkV0Mm4AgkqNd6OT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container { background-color: transparent; background-image: none; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container > .video-iframe-container { display: none; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row > .video-iframe-container { display: none; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .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); }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container { border-width: 0; border-radius: 0; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container { font-size:0.875rem;font-family:arial;height:68.625rem;width:75rem;position:relative;display:block; }#bfbsBtHCT15uRPZVcPyOgIIcfEue4FfD { color:#ffffff;display:block;width:37.37425rem;position:absolute;font-family:"oleo script";font-size:2.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.56103515625rem;left:0rem;height:3.57486875rem;display:block; }
#X4eZ9T59spuswvNTfDMPsRCbrtMXkILe { color:#ffffff;display:block;width:1.25rem;position:absolute;font-family:"oleo script";font-size:2.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.26416015625rem;left:24.3740234375rem;height:2.925rem;display:block; }
#ZHk6RQP9PSSxNEU2F2Ws2WlaKfqzbz77 { position:absolute;display:block;z-index:99999;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;height:54.5rem;width:47.8125rem;top:8.9521484375rem;left:13.404296875rem;display:block; }
#FodXMJ8al43gTPT4rtWeaNR9D5CiZLVW { box-sizing:content-box;color:#1bba12;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:100006;top:12.5rem;left:17.123779296875rem;display:block; }
#lVSRf5l474hSrmuHyN2hrSkWxIy3P5FB { box-sizing:content-box;color:#1bba12;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:100008;top:16.208984375rem;left:17.1240234375rem;display:block; }
#uxGITKVMratyGMftRhOqrT8TTDcytlf9 { box-sizing:content-box;color:#1bba12;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:100009;top:20rem;left:17.123779296875rem;display:block; }
#paC5bQan6W4kldcRCAHmkXP3D3xUckqq { box-sizing:content-box;color:#1bba12;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:100011;top:24.4375rem;left:17.1240234375rem;display:block; }
#Ni3zF1ZvmeLrwB0feaACrs9r7pUi1PET { box-sizing:content-box;color:#1bba12;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:100012;top:27.5rem;left:17.123779296875rem;display:block; }
#NPDXKHhoPLprnXHVoIxiU7PxXHBfnbud { box-sizing:content-box;color:#1bba12;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:100013;top:30.625rem;left:17.1240234375rem;display:block; }
#lL5ktvPrq9aE4u2NEh0CmNwlzsVgNSm5 { box-sizing:content-box;color:#1bba12;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:100015;top:34.375rem;left:17.1240234375rem;display:block; }
#TRuGuoHmNFvuuOQ43eeKJ4NKOT6RqGte { box-sizing:content-box;color:#1bba12;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:100016;top:41.25rem;left:17.0625rem;display:block; }
#orlhBLP54r6ghe6kLoCM7Z5BqbBBfLxS { box-sizing:content-box;color:#1bba12;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:100017;top:38.09375rem;left:17.1240234375rem;display:block; }
#uvRCdAE1O9OBCRXqAh0HAT4LNaeaMTkV { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:38.8125rem;left:20.2470703125rem;height:1.57389375rem;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; }
#JBb7CPGVc1M4M3nBOyhPUMkhtcGTuatJ { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:42rem;left:20.1875rem;height:1.57389375rem;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; }
#JO1FWXMQawEHXrRSry9k60N2UruJ0aSU { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:34.96875rem;left:20.248046875rem;height:3.1477875rem;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; }
#TFJrU7ksF8amEzpp4is1SL3EozGogdCT { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:31.25rem;left:20.248046875rem;height:3.1484375rem;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; }
#buCZUhDJ1vs35l5uppZ90GksPNgqE2d9 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:28.125rem;left:20.247802734375rem;height:1.57389375rem;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; }
#Br8frHg5qvWGDzdrZQJ8XdmeIfTi9SOz { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:25.21875rem;left:20.248046875rem;height:1.57389375rem;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; }
#uFDQ9L4AInJyETnbEFsncN7fkHk3ytpn { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:20.625rem;left:20.247802734375rem;height:3.1484375rem;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; }
#Cs5JFXtAsrBM0AFCRQ46U6qAyS5eqDXX { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:16.9375rem;left:20.248046875rem;height:3.1477875rem;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; }
#dSAQFixt1u3PJylZIwWMPPGpTlMvVk1J { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:13.084716796875rem;left:20.247802734375rem;height:3.1484375rem;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; }
#mHZDftROFeHLazTxoZ8FDxbw3Dgctupk { box-sizing:content-box;color:#1bba12;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:100018;top:44.375rem;left:17.0625rem;display:block; }
#sUXcECDxswpOCnbS7pgteETMLqFPduH4 { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:45.1875rem;left:20.1875rem;height:1.57389375rem;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; }
#RRMPcEb9sssdTiS32IE33T2yaUUp4Wb5 { box-sizing:content-box;color:#1bba12;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:100020;top:47.5rem;left:17rem;display:block; }
#nKomWr756KdNw3shag8EaeUhtThcNLOl { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:48.3125rem;left:20.125rem;height:3.1477875rem;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; }
#B4E9SATCSlXGD5TpHiNcLkHAMzcOqyKy { box-sizing:content-box;color:#1bba12;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:100020;top:51.4375rem;left:17rem;display:block; }
#wdUkRDyTAFgyyM1C6dMzwL9A1vrwnb7T { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:52.25rem;left:20.125rem;height:3.1477875rem;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; }
#ist32gpwdc9slBerfJEGAtzQIpTnyJ8O { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:56.1875rem;left:20.125rem;height:3.1477875rem;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; }
#KSke7AdUUg1BNb0fVIQnJ82i4MFGdwBl { box-sizing:content-box;color:#1bba12;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:55.375rem;left:17rem;display:block; }
#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/tgWwDbv0/julian_dlugi_gradient_BLIZEJ_SRODKA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00.adaptive-delivery-prevent-bg, #B2XA7y4IUbtp6rrpfcLyBaTckiON7o00.lazyload, #B2XA7y4IUbtp6rrpfcLyBaTckiON7o00.lazyloading { background-image: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { background-color: transparent; background-image: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container > .video-iframe-container { display: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row > .video-iframe-container { display: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .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); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { border-width: 0; border-radius: 0; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#uMfZq6PN2Ltxs1L8MVhAqgCwAObOk303 { color:#299ee3;display:block;width:28.1875rem;position:absolute;font-family:"oleo script";font-size:6.375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:15.6796875rem;left:11.999219894409rem;height:8.28775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#trRvvHuU0kTDGcso6kILlTeXraowKiPw { color:#299ee3;display:block;width:25.6875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:14rem;left:9.4375rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MESeqJWwT1ExBJAMcJaG2J80iBPKHAVL { color:#299ee3;display:block;width:33.75rem;position:absolute;font-family:"oleo script";font-size:2.4375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:7.310791015625rem;left:5.4052734375rem;height:3.16813125rem;text-align:center;text-align-last:center;display:block; }
#SZdHNvLBcb3FT7pnPPfVUEUIcdmEkTDE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:106.0625rem;width:75rem;display:none; }
#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container { background-color: transparent; background-image: none; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container > .video-iframe-container { display: none; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row > .video-iframe-container { display: none; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .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); }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container { border-width: 0; border-radius: 0; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#PfVeJ5l3oCHOcFViDKXFvwDJ8ylTxgue { color:#ffffff;display:block;width:52.4353125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.3349609375rem;left:11.248779296875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container { background-color: transparent; background-image: none; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container > .video-iframe-container { display: none; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row > .video-iframe-container { display: none; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .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); }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container { border-width: 0; border-radius: 0; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#Ju8WEzZLBC0SUg6F47am1s5lCxwVug9L { position:absolute;display:block;z-index:99999;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:21.25rem;width:29.625rem;top:7.999267578125rem;left:3.75rem;display:block; }
#VdakfQOCc5KeGPleLJI2vtNV0StTfClG { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.31176875rem;width:10.6860625rem;top:11.871337890625rem;left:13.375rem;overflow:hidden;display:block; }
#mXEX1stIqrhn11eFF325SA40EhEkVpDF { position:absolute;display:block;z-index:100020;border-top:0.25rem solid #0e9ae5;border-left:0.25rem solid #0e9ae5;border-right:0.25rem solid #0e9ae5;border-bottom:0.25rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:10.6860625rem;width:10.6860625rem;top:0.374755859375rem;left:13.1875rem;overflow:hidden;display:block; }
#dJvhiWV1Ep8vHmUbWFZ0ZRMAdkp05Jqo { color:#000000;display:block;width:28.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:15.874755859375rem;left:4.5rem;height:13.1809875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHVRkToIETpUhFTZ7SB8ngh9S1MJU6W5 { box-sizing:content-box;color:#ffffff;font-size:6.5rem;font-weight:400;line-height:1;height:9.3103125rem;width:9.3103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:24.562rem;left:3.435791015625rem;display:block; }
#Ngzig3pFteV7HiFNRB6zntKyho9ZSzAp { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.31176875rem;width:10.6860625rem;top:11.871337890625rem;left:50.875rem;overflow:hidden;display:block; }
#JIs5nPA5P3tNw7PkOFAMnvbbZUAbiZyi { position:absolute;display:block;z-index:100000;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:21.25rem;width:29.625rem;top:7.686767578125rem;left:41.5625rem;display:block; }
#ttndCde2yxs4SrATayafDg7zQmVDOTwF { position:absolute;display:block;z-index:100021;border-top:0.25rem solid #0e9ae5;border-left:0.25rem solid #0e9ae5;border-right:0.25rem solid #0e9ae5;border-bottom:0.25rem solid #0e9ae5;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;height:10.6860625rem;width:10.6860625rem;top:0.25rem;left:50.625rem;overflow:hidden;display:block; }
#mbaekKdkP0x9fSdrnTG7K3O111zdHpFd { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:15.625rem;left:41.8125rem;height:11.69680625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XOJf4C6qaKXbAqstCcSw777DNT8NbXcq { box-sizing:content-box;color:#ffffff;font-size:6.5rem;font-weight:400;line-height:1;height:9.3103125rem;width:9.3103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:24.250244140625rem;left:41.3916015625rem;display:block; }
#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container { background-color: transparent; background-image: none; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container > .video-iframe-container { display: none; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row > .video-iframe-container { display: none; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .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); }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container { border-width: 0; border-radius: 0; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#oGVLERhuOQoSux78VOCA8lkutVIysn35 { position:absolute;display:block;z-index:100002;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:21.25rem;width:29.5625rem;top:6.625rem;left:3.6875rem;display:block; }
#AT10bsMLyhrogQGREOTqXWDUtnUieOIP { color:#000000;display:block;width:28.93675rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:13.0625rem;left:3.9375rem;height:15.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wnFAsAVkiG2zN3TpLkUAswoGVWQ0BUnT { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.31176875rem;width:10.6860625rem;top:9.875rem;left:13.25rem;overflow:hidden;display:block; }
#JngHfR5TNqJy1z9OeTwGxyCMPZh41JD5 { box-sizing:content-box;color:#ffffff;font-size:6.5rem;font-weight:400;line-height:1;height:9.3103125rem;width:9.3103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:23.1875rem;left:3.875rem;display:block; }
#tTFdFvCZ2HKX6rzJa1Ti4DPTubhHGMtS { position:absolute;display:block;z-index:100012;border-top:0.25rem solid #299ee3;border-left:0.25rem solid #299ee3;border-right:0.25rem solid #299ee3;border-bottom:0.25rem solid #299ee3;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;height:8.6230625rem;width:8.6230625rem;top:0.8125rem;left:51.625rem;overflow:hidden;display:block; }
#rXIwdTrnekIiMB9Te71nzcbzXObOef0h { color:#000000;display:block;width:24.8108125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:14.25rem;left:43.6875rem;height:13.60028125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NT8wcF34S1f0Gdrh9zhELHH3e145NHvW { 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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.0625rem 0.0625rem 4.5625rem rgba(0,0,0,0.35) ;height:21.25rem;width:29.6875rem;top:7rem;left:41.4375rem;display:block; }
#B5ik5nxWgPMFTDw3p8ChW07JbaTuw8HT { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3.31176875rem;width:10.6860625rem;top:10.4375rem;left:50.8125rem;overflow:hidden;display:block; }
#q0HnNX8LCckyQ5Q3sptZ9JG580AP89gK { box-sizing:content-box;color:#ffffff;font-size:6.5rem;font-weight:400;line-height:1;height:9.3103125rem;width:9.3103125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:23.5625rem;left:41.75rem;display:block; }
#TM4XqsAP9BgaTX1DMBr1PHrFh5PcVqWU { position:absolute;display:block;z-index:100023;border-top:0.25rem solid #0e9ae5;border-left:0.25rem solid #0e9ae5;border-right:0.25rem solid #0e9ae5;border-bottom:0.25rem solid #0e9ae5;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.6230625rem;width:8.6230625rem;top:0.625rem;left:14.125rem;overflow:hidden;display:block; }
#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX { position:relative;display:block; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX { background-color: transparent; background-image: none; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row .container > .video-iframe-container { display: none; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row > .video-iframe-container { display: none; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .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); }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX { border-width: 0; border-radius: 0; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#LrTFtsU7T4p0KLhFLnyZAmV0NHCqNTm6 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99805rem;width:9.6228125rem;top:3rem;left:32.625rem;overflow:hidden;display:block; }
#VJWikd4KOkOHL2PviL7x0TqDTlGJ5FoM { box-sizing:content-box;color:#299ee3;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:100026;top:6.9375rem;left:31.5625rem;display:block; }
#Fsgl2kHFxX9w2rv6pwm4Et2ZmN3iePZp { box-sizing:content-box;color:#299ee3;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:100027;top:6.9375rem;left:34.6875rem;display:block; }
#A8y5bMp1sCyNA5uxFoZUianyhPexLPof { box-sizing:content-box;color:#299ee3;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:100028;top:6.9375rem;left:37.8125rem;display:block; }
#LvriMhgAv1iuFReJLmCLkNGzBKQMTDRv { box-sizing:content-box;color:#299ee3;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:100029;top:6.9375rem;left:40.9375rem;display:block; }
#sSdJZbNpLQn9uHVotkWCfaiST5ADCRDV { box-sizing:content-box;color:#299ee3;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:100030;top:7rem;left:44.0625rem;display:block; }
#A6z4vhd5pIP3rfIm3m0rnMXu46OVGODy { color:#000000;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:7.25rem;left:27.8125rem;height:2.6001rem;display:block; }
#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:none;position:relative;display:block; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container { background-color: transparent; background-image: none; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container > .video-iframe-container { display: none; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row > .video-iframe-container { display: none; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .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); }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container { border-width: 0; border-radius: 0; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#rRnantMDIRqE3mrhUx6AaatKvVGIOFNx { color:#ffffff;display:block;width:16.7480625rem;position:absolute;font-family:"oleo script";font-size:2.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.3388671875rem;left:29.124755859375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:url("https://images.assets-landingi.com/aUCsf02a/logotypy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.adaptive-delivery-prevent-bg, #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.lazyload, #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.lazyloading { background-image: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { background-color: transparent; background-image: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container > .video-iframe-container { display: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row > .video-iframe-container { display: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .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); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { border-width: 0; border-radius: 0; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:none;position:relative;display:block; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container { background-color: transparent; background-image: none; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container > .video-iframe-container { display: none; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row > .video-iframe-container { display: none; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .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); }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container { border-width: 0; border-radius: 0; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;position:relative;display:block; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container { background-color: transparent; background-image: none; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container > .video-iframe-container { display: none; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row > .video-iframe-container { display: none; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .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); }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container { border-width: 0; border-radius: 0; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container { font-size:0.875rem;font-family:arial;height:78.8125rem;width:75rem;position:relative;display:block; }#bHAbxXbZ3Fo5RFpC3s9k8XkUifTtynoy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.125rem;width:31.0625rem;top:12.187500953674rem;left:5.75rem;overflow:hidden;display:block; }
#yAPoq41b8KowX7Uh7TdBZknGAXXwUQDV { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.25rem;width:29.625rem;top:12.125rem;left:39.5625rem;overflow:hidden;display:block; }
#MpisfPv10EpN4OgGskqJTbn2CytcZDIo { color:#ffffff;display:block;width:52.434875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.779296875rem;left:11.282554626465rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xClUVesnnWSErg4ML5fzqfsZ9aqgGpmk { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:26.375rem;top:34.292969703674rem;left:8.09375rem;overflow:hidden;display:block; }
#HXpSQ1DBcuBSQbbpbJwK3Wz7Vw23528U { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:30.75rem;top:58.385939598084rem;left:39.000001907349rem;overflow:hidden;display:block; }
#DLVUOtLTvnMKRmEp34fzvqJc9TwmRCwZ { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:30.375rem;top:35.449219703674rem;left:39.187501907349rem;overflow:hidden;display:block; }
#Ff55oFWudQBEeqsVJUQfUP2GMXGttX7W { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:29.375rem;top:60.886721611023rem;left:6.59375rem;overflow:hidden;display:block; }
#XIPPJHxCTH0fxh7brJ9BbtstNqWmQ57N { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.125rem;width:31.0625rem;top:34.043749809265rem;left:5.75rem;overflow:hidden;display:block; }
#J5bx6Vt6gZy1VlhJmk8dmOAFkdx5UQho { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.125rem;width:31.0625rem;top:34.262499809265rem;left:38.843751907349rem;overflow:hidden;display:block; }
#wRArUc1buLe4ZnfVSfTIlghZlAiqnCBD { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.125rem;width:31.0625rem;top:55.950000762939rem;left:5.75rem;overflow:hidden;display:block; }
#gChDHhnONBJJMwmtCEXJBxhFcUe7Gquh { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.25rem 0.4375rem rgba(0,0,0,0.5) ;height:16.125rem;width:31.0625rem;top:55.950000762939rem;left:38.843751907349rem;overflow:hidden;display:block; }
#aTOCpfHOkGfhKCvuHbzGcJMETdwbssTJ { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:18.5625rem;top:56.230471134186rem;left:6.46875rem;overflow:hidden;display:block; }
#r5HwEqErizoAtdM6dnRODux9p2AAGTT5 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:18.5625rem;top:56.230471134186rem;left:17.46249961853rem;overflow:hidden;display:block; }
#GTOIiBwkTlDuOHzE0xQEdEnloR3lGsvr { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:18.5625rem;top:56.229690074921rem;left:39.562501907349rem;overflow:hidden;display:block; }
#AyrJhopuThNbmDIt4eH9ZlMqyoA1rGbX { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:18.5625rem;top:56.229690074921rem;left:50.686719894409rem;overflow:hidden;display:block; }
#LFp3WwTeGt6Fv8DuWKUmsNoWCLhTkOtZ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:18.5625rem;top:34.542969703674rem;left:39.562501907349rem;overflow:hidden;display:block; }
#VDzGoJRCT33y2DAkNVpQgPTFxm8TmNzo { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:18.5625rem;top:34.542969703674rem;left:50.686719894409rem;overflow:hidden;display:block; }
#rUXouhVDZLvHKaABTtk3HvSlDyWmdsQP { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:18.5625rem;top:34.292969703674rem;left:6.59375rem;overflow:hidden;display:block; }
#GXAfAcxG54zdMsseMQpRQqTBd7iITcSF { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:18.5625rem;top:34.292969703674rem;left:17.46875rem;overflow:hidden;display:block; }
#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 { position:relative;display:block; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 { background-color: transparent; background-image: none; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row .container > .video-iframe-container { display: none; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row > .video-iframe-container { display: none; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .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); }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 { border-width: 0; border-radius: 0; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#SKoZmTVsrCFade6KpZRSkvdOfMBt4E8s { position:absolute;display:block;z-index:100051;background-color:#0e9ae5;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:19.625rem;width:0.6875rem;top:30.375rem;left:66.8125rem;display:block; }
#kDxqkEbtlH6qgpMPSKbgkKI4QFEs18BG { position:absolute;display:block;z-index:100053;background-color:#0e9ae5;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:12.87325rem;width:0.3125rem;top:20.8125rem;left:65.8125rem;display:block; }
#sLJqND4NJ652qigsRcZatwK1t2cHOCzf { position:absolute;display:block;z-index:100034;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(0,0,0,0.26) ;height:35.25rem;width:26.8125rem;top:13.122656345367rem;left:24.062501907349rem;display:block; }
#p6rIicMdKVRV8mcbtAGnbsPqX6EJsr3H { color:#000000;display:block;width:13.3734375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:28.8125rem;left:29.313280105591rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#fptTJoRwP1VyZmJAB8zTS35zgs8PbTa2 { color:#3cc700;display:block;width:6.624375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:34.74605178833rem;left:31.625163078308rem;height:2.1940125rem;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;display:block; }
#fTbTleyNbvXxk9gkq6slU1Jd2USllCgK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:32.93941116333rem;left:31.249999046326rem;height:1.867675rem;text-align:center;text-align-last:center;display:block; }
#WAKrwCTJnZlc2ysPtLq3qxOT8s4kwnOW { color:#000000;display:block;width:17.9984375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:26.43593788147rem;left:29.313280105591rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#eMBnlfBmgHPRfSHiCX4c2RpylpPFSGNU { color:#299ee3;display:block;width:21.875rem;position:absolute;font-family:"oleo script";font-size:1.875rem;font-weight:normal;z-index:100056;line-height:1.2;letter-spacing:0;top:15.121875286102rem;left:26.562501907349rem;height:8.9974125rem;text-align:center;text-align-last:center;display:block; }
#HPxMzkKKF9yanVS4kB9x2Uf52EpvNooT { box-sizing:content-box;color:#484848;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:25.99843788147rem;left:26.562501907349rem;display:block; }
#cfuitriT6bMpQhGaA1D0T3evATereomV { box-sizing:content-box;color:#484848;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:28.3125rem;left:26.562501907349rem;display:block; }
#p2TL0hEnDI8qmzrP5TOaLQehXGgJlvmZ { position:absolute;display:block;z-index:100052;background-color:#0e9ae5;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:19.6220625rem;width:0.686525rem;top:4.4375rem;left:7.5625rem;display:block; }
#yRZdcTqkMiDFvHZsOVow5vhcP8CelztT { color:#000000;display:block;width:28.5623125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:1.6872825622559rem;left:23.218318939209rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#nCPBLbJN09zwcInrrpFhxXK5MZO4EQP0 { color:#000000;display:block;width:5.74788125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:35.02925491333rem;left:38.249510765076rem;height:1.62435rem;text-align:left;text-align-last:left;display:block; }
#Lvn1aJxAxBWxTpGrVzXK5qa89NrcClqM { color:#000000;display:block;width:28.5623125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:1.6872825622559rem;left:23.218318939209rem;height:2.0138875rem;text-align:center;text-align-last:center;display:none; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.740625rem;padding-right:0.7425rem;padding-bottom:0.740625rem;padding-left:0.7425rem;display:block;align-items:center;width:4.445rem;min-width:4.445rem;height:3.978125rem;position:relative;font-family:"open sans";font-size:2.96375rem;font-weight:700;line-height:63.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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.4625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.92875rem;height:0.890625rem;position:relative;font-family:"open sans";font-size:1.111875rem;font-weight:300;line-height:14.25px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ { 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:transparent;background-image:none;display:flex;justify-content:space-between;width:27.75rem;height:6.8125rem;padding-top:0.98375rem;padding-right:1.039375rem;padding-bottom:0.98375rem;padding-left:1.039375rem;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:3.7179689407349rem;left:23.05312538147rem;z-index:100010; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #wRmHOePyTAJ9lRyTe2Qh0LuMm7id1SBg { display:flex;position:relative;top:0rem;left:0rem; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oNpSf1ibL0xXfeHOzI5FTTLhiRAwQJku { width:auto; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #E7N2prJo0DqJ4fRl6OnnXkcrbkfwwU0x {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oMwZqqPONqvh7AkiOb583SToNWDEElT0 { display:flex;position:relative;top:0rem;left:0rem; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #ik4iATabV5RDAZhDMOCcFZ7wxcof95bo {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #yC0S8XQeTCLXRKDSZSEKUVNSu4wB8QUb {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Ru0nfrmlv6IsUH6Vo5GySst9TGLnuZOX { display:flex;position:relative;top:0rem;left:0rem; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #hp0gX2cL1lvMyHwN7t6Dvez46eVP6aQt {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #MklOhgs3gN6tPpR5fTVcGyXl0tiLX7iS {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Idfu09INxts1bV2CaJeIaBdJr1T3qHuq { display:flex;position:relative;top:0rem;left:0rem; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #qWmaWZyl5KNtrPfd1VwtxodiIzmQLo8C {  }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #UVlzM9cZVyDGWpgumbIwho3aVTHq2MR1 {  }
#KkDCNdWhTzKXIzckdfQif1HfRzzTqV51 { background-color:#ee3162;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:21.624375rem;height:3.937175rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:38.86470413208rem;left:26.687010765076rem;display:block; }
#qPNb9xrNVwkyvBUAFwhb6xzT6X7TahhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LOxuWq5c5SUy6i3c6DZG2gTE8XXegOLL { color:#f10505;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100061;line-height:1.3;letter-spacing:0;top:35.87734413147rem;left:32.187501907349rem;height:2.4373375rem;display:block; }
#oAQ5czHMb2RXJAVAkfO1wV2vTUhZ2laD { color:#f10505;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:38.865631103516rem;left:27.406251907349rem;height:1.29964375rem;display:block; }
#yMRKttWaMCebXcESBmGJJAHC4KDfFETD { position:relative;display:block; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD { background-color: transparent; background-image: none; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row .container > .video-iframe-container { display: none; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row > .video-iframe-container { display: none; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .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); }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD { border-width: 0; border-radius: 0; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#iVP2sqL0puuhTaS19oTPTOa32VJnJu5d { color:#ffffff;display:block;width:11.8115rem;position:absolute;font-family:"oleo script";font-size:6.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:4.1875rem;height:8.0428125rem;display:block; }
#edCehse3ceT9rKS7v6d3UngB61IInKbn { color:#ffffff;display:block;width:37.06175rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5rem;left:16.125rem;height:6.8245625rem;text-align:left;text-align-last:left;display:block; }
#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ { position:relative;display:block; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ { background-color: transparent; background-image: none; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row .container > .video-iframe-container { display: none; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row > .video-iframe-container { display: none; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .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); }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ { border-width: 0; border-radius: 0; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#Z18fcrLsHRe8gxf71i967echQamb5wIo { display:block;width:35.437rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.69189453125rem;height:1.867675rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#H3NOqJmD3OdzQcHwJcC8tP3I78XJasLO { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 { position:relative;display:block; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 { background-color: transparent; background-image: none; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row .container > .video-iframe-container { display: none; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row > .video-iframe-container { display: none; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .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); }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 { border-width: 0; border-radius: 0; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#dtEHbwrQT02cWhBOgnBoFR315ZAT5Qyp { display:block;width:64.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.748046875rem;left:8.9995689392087rem;height:6.8229375rem;text-align:justify;text-align-last:initial;color:#ffffff;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; }
#sTCetOiVZCV5sBRM36ckbRPWmchws0iX { position:relative;display:block; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX { background-color: transparent; background-image: none; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row .container > .video-iframe-container { display: none; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row > .video-iframe-container { display: none; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .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); }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX { border-width: 0; border-radius: 0; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#RuTUXaf6DPsm0GvfRfc5uLrR6Q77UTK9 { display:block;width:39.875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.6914081573488rem;height:1.867675rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#sGUiWhR4m2nGqcqUln4EVe1mscOvNGg6 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl { position:relative;display:block; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl { background-color: transparent; background-image: none; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row .container > .video-iframe-container { display: none; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row > .video-iframe-container { display: none; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .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); }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl { border-width: 0; border-radius: 0; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#HMa9IUm74rww8e0mhgvaLwxN0zSm8VIm { display:block;width:64.8125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.8413619995118rem;left:9.1861991882325rem;height:5.1171875rem;text-align:justify;text-align-last:initial;color:#299ee3;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; }
#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 { position:relative;display:block; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 { background-color: transparent; background-image: none; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row .container > .video-iframe-container { display: none; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row > .video-iframe-container { display: none; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .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); }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 { border-width: 0; border-radius: 0; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#KfccDKgMfhxDUhcUdD8qoM7sWnOvCIEh { display:block;width:41.75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.6914081573488rem;height:1.867675rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#OOrKNUPO39RERBqC3kcSg8tpZChL3St7 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv { position:relative;display:block; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv { background-color: transparent; background-image: none; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row .container > .video-iframe-container { display: none; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row > .video-iframe-container { display: none; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .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); }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv { border-width: 0; border-radius: 0; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#JZab1ctOP37vRREn9FhXfT26CeIVCv0B { display:block;width:64.62375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.8406372070312rem;left:9.24843788147rem;height:1.70625rem;text-align:justify;text-align-last:initial;color:#299ee3;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; }
#pE52QEsDi1DLps4iotROswEuWkMbWF6F { position:relative;display:block; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F { background-color: transparent; background-image: none; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row .container > .video-iframe-container { display: none; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row > .video-iframe-container { display: none; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .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); }#pE52QEsDi1DLps4iotROswEuWkMbWF6F { border-width: 0; border-radius: 0; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#WePxyAsnhTu8Fw4I2TBRWi1LO75PxwTk { display:block;width:58rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.69189453125rem;height:1.867675rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#DHVXQvL197SirqKeHfmAmwMSnElZUyVV { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai { position:relative;display:block; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai { background-color: transparent; background-image: none; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row .container > .video-iframe-container { display: none; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row > .video-iframe-container { display: none; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .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); }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai { border-width: 0; border-radius: 0; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#Z01OlxHxKx717ckLqPqi6SM9yBrUCWbU { display:block;width:64.62375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.4366321563721rem;left:9.1232643127444rem;height:5.1171875rem;text-align:justify;text-align-last:initial;color:#299ee3;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; }
#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D { position:relative;display:block; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D { background-color: transparent; background-image: none; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row .container > .video-iframe-container { display: none; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row > .video-iframe-container { display: none; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .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); }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D { border-width: 0; border-radius: 0; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#JBqFTE8XS5Z9DcewQKTTJrpexxJiNuoq { display:block;width:58rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.69189453125rem;height:1.867675rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#AMgQpQ8KufmeRF1wnFb0a3x4trNGXdvx { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ { position:relative;display:block; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ { background-color: transparent; background-image: none; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row .container > .video-iframe-container { display: none; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row > .video-iframe-container { display: none; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .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); }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ { border-width: 0; border-radius: 0; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#D6dSlS5pWuZp8aJTl5RHQ7spB8NMa6Sk { display:block;width:64.561875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.9664306640625rem;left:9.6875019073488rem;height:1.70625rem;text-align:justify;text-align-last:initial;color:#299ee3;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; }
#wITFAIRITVpd0XX2vOkec2alnTmLmhcA { position:relative;display:block; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA { background-color: transparent; background-image: none; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row .container > .video-iframe-container { display: none; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row > .video-iframe-container { display: none; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .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); }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA { border-width: 0; border-radius: 0; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#IBedNTA4OZcXsWp6CdqxsKgnlLEGzCAP { display:block;width:58rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0.6640625rem;left:6.69189453125rem;height:1.867675rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#KTdEie2zLyiZqup0a6OoLgiwuDhcK4Uw { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0.12451171875rem;left:4.19189453125rem;display:block; }
#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh { position:relative;display:block; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh { background-color: transparent; background-image: none; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row .container > .video-iframe-container { display: none; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row > .video-iframe-container { display: none; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .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); }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh { border-width: 0; border-radius: 0; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;position:relative;display:block; }#NQUy5I6ZEil2LBBA6b0X0ZaWTiS4uTIe { display:block;width:64.124375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.625rem;left:9.375rem;height:5.1171875rem;text-align:justify;text-align-last:initial;color:#299ee3;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; }
#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 { position:relative;display:block; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 { background-color: transparent; background-image: none; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row .container > .video-iframe-container { display: none; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row > .video-iframe-container { display: none; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .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); }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 { border-width: 0; border-radius: 0; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#299ee3;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;position:relative;display:block; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n { position:relative;display:block; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n { background-color: transparent; background-image: none; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row .container > .video-iframe-container { display: none; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row > .video-iframe-container { display: none; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .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); }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n { border-width: 0; border-radius: 0; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#hJIgwdtb7M2H4OHOPuWTmd2E38wA8Ume { position:absolute;display:block;z-index:100051;background-color:#0e9ae5;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:19.625rem;width:0.6875rem;top:30.375rem;left:66.8125rem;display:block; }
#qaXM8cfF1oOvITmkK45wfaH5506dR9Hf { position:absolute;display:block;z-index:100053;background-color:#0e9ae5;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:12.87325rem;width:0.3125rem;top:20.8125rem;left:65.8125rem;display:block; }
#aQakVqzZdgRJZTWGA1tcSaImhurC4Ryc { position:absolute;display:block;z-index:100034;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(0,0,0,0.26) ;height:35.25rem;width:26.8125rem;top:13.561718940735rem;left:24.062501907349rem;display:block; }
#yuRipQ7yuT8vG6fPz1EKPnNbuyegL36H { color:#000000;display:block;width:13.3734375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:30.375rem;left:29.124219894409rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#wgk9TTfhqPdvT7IJCXDHA6kZWBgI9a3O { color:#3cc700;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:36.21089553833rem;left:32.059733390808rem;height:2.1940125rem;text-align:center;text-align-last:center;display:block; }
#i0qyL7ZcTcJHGnCcteD6kv6frVrBhNFX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:33.684854507446rem;left:31.249999046326rem;height:1.867675rem;text-align:center;text-align-last:center;display:block; }
#XH3Wt2DbXF6d98sn6MPrPTcvTvMTdlb7 { color:#000000;display:block;width:17.9984375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:27.68593788147rem;left:29.186719894409rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TnztSxerHaeKLXkJlRdwRKl8q2mfv7qt { color:#299ee3;display:block;width:22.875rem;position:absolute;font-family:"oleo script";font-size:1.875rem;font-weight:normal;z-index:100056;line-height:1.2;letter-spacing:0;top:16.059374809265rem;left:26.062501907349rem;height:8.9974125rem;text-align:center;text-align-last:center;display:block; }
#HVU1pVC8bQlhDhyX7Lay26OJ7XB146il { box-sizing:content-box;color:#484848;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:27.24843788147rem;left:26.686719894409rem;display:block; }
#zXHrZGQdbLyxt3zcdrgo7IDO9cE6a40E { box-sizing:content-box;color:#484848;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:29.874219894409rem;left:26.561719894409rem;display:block; }
#HWRWepK20ZnlIc1k2DwiTTiKfZOh2K8i { position:absolute;display:block;z-index:100052;background-color:#0e9ae5;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:19.6220625rem;width:0.686525rem;top:4.4375rem;left:7.5625rem;display:block; }
#wIQfk8bazQ3G3cC93Ai9KfvEGdlQom2O { color:#000000;display:block;width:28.5623125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:1.6872825622559rem;left:23.218318939209rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#JEtlx2M9ggxib0GD6frwX7FSldyPHgtM { color:#000000;display:block;width:5.74788125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:36.494913101196rem;left:38.687335014343rem;height:1.62435rem;text-align:left;text-align-last:left;display:block; }
#czwbRPCwi2oHKMzNSoWaFBNtE4yZ6zoq { color:#000000;display:block;width:28.5623125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;top:1.6872825622559rem;left:23.218318939209rem;height:2.0138875rem;text-align:center;text-align-last:center;display:none; }
#w2TOKrNwasyfT8TdQDFyRfG7FiAklUD5 { background-color:#ee3162;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:21.624375rem;height:3.937175rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:40.15864944458rem;left:26.687010765076rem;display:block; }
#F3JPo405BKB0INxOF9EHkxGWl4Q6cc3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.740625rem;padding-right:0.7425rem;padding-bottom:0.740625rem;padding-left:0.7425rem;display:block;align-items:center;width:4.445rem;min-width:4.445rem;height:3.978125rem;position:relative;font-family:"open sans";font-size:2.96375rem;font-weight:700;line-height:63.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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.4625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.92875rem;height:0.890625rem;position:relative;font-family:"open sans";font-size:1.111875rem;font-weight:300;line-height:14.25px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT { 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:transparent;background-image:none;display:flex;justify-content:space-between;width:27.75rem;height:6.8125rem;padding-top:0.98375rem;padding-right:1.039375rem;padding-bottom:0.98375rem;padding-left:1.039375rem;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:3.7179689407349rem;left:22.58437538147rem;z-index:100011; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #dLVb3KBzknuh1Fd1595ZhC3Q1VkfVuLp { display:flex;position:relative;top:0rem;left:0rem; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #s1T67lrnnBbzN2gQkGO26bHNvQ0PkexK { width:auto; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #TzHHD94OdfRdi1THVJ9eJrkQPZVG9fbR {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #iGwx4oZzoN7Q7kseoaNIknvq7chXbs5O { display:flex;position:relative;top:0rem;left:0rem; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #RpLACduhTvLH3maIxDIe1qBUq443sAky {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #KHPOnTQSC407C7cKks9aWddtHUXTv4qM {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #LVOOLwqe85a59keGqz5rlBvXuBeWHCp7 { display:flex;position:relative;top:0rem;left:0rem; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #aQz7TWyEOakrMbJrqy74RS8MtOi9f7Oi {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #irO55QkVK4S8WkmWZhqUIQcaHTEsT0R4 {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #P3NMnKKHEiFOKyoAKR26LM2AoTXGW977 { display:flex;position:relative;top:0rem;left:0rem; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #d079resDLQ6AugyCTGa6T2fuLG49RgFG {  }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT #vVMcOMq36vSD9gLkM5QOTiQPJUeTy9WK {  }
#blmPS3gRedhUKCPOGB7ffW7I5M88Mu8A { color:#f10505;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100062;line-height:1.3;letter-spacing:0;top:37.184375762939rem;left:32.99843788147rem;height:2.4373375rem;display:block; }
#INe742wU6DwGLSWdgMoag995gpzLTdc2 { color:#f10505;display:block;width:21.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100063;line-height:1.3;letter-spacing:0;top:40.159376144409rem;left:27.27968788147rem;height:1.29964375rem;display:block; }
#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container { background-color: transparent; background-image: none; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container > .video-iframe-container { display: none; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row > .video-iframe-container { display: none; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .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); }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container { border-width: 0; border-radius: 0; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:block; }#VMVvtx55dgn0ZatrSnXVcfBI4WwmGAMX { color:#302f2f;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.560546875rem;left:7.21875rem;height:3.4928375rem;display:block; }
#VRiumE7Uc8BWEEFglnMqTJJiUNJ5UbLW { color:#299ee3;display:block;width:28.624rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:6.998046875rem;left:9.505859375rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmCC1mSsQTgl9FSTBGwJaPvmxhtzZuyr { background-color:#0480f8;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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.3125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:24.6875rem;height:4.624025rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:45.5615234375rem;left:25.15625rem;display:block; }
#q43i4bUCrMfdEvkOQgURfkLwm0v711KD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bZ4l5Mv1Xi7dT1vIg7vJMz2THOqUdIqH { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.37348125rem;width:3.18685rem;top:46.1875rem;left:26.5rem;overflow:hidden;display:block; }
#OQg08Mi7GGvyVDmc55WSvi0WllsxCGLR { color:#302f2f;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:40.54453086853rem;left:28.656251907349rem;height:2.03125rem;font-style:normal;display:block; }
#t58Z4RIky5HJKEB5aVH5lcDpI1iQeO3h { background-color:rgba(0,0,0,0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#484848;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.2480625rem;height:3.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:36.3427734375rem;left:31.06640625rem;display:block; }
#CJeGVTya3gh9z2XhKVyNTepG5BarQvfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mkpsx9NKHsBSrg02Ka3uQmIX5e0dllE2 { color:#302f2f;display:block;width:17.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:33.83749961853rem;left:28.562501907349rem;height:1.625rem;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:center;text-align-last:center;display:block; }
#V5TCc2K18sW5mCNW7wA2Tm6JWgAKSxfA { color:#302f2f;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:30.125rem;left:27.937501907349rem;height:3.0872375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mrUrz41uxuMX71zE75MTz2TrqDgvgTFh { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74805rem;width:3.936525rem;top:36.6875rem;left:27.6875rem;overflow:hidden;display:block; }
#DDuIu6IToAUOKwhWBs6HiPzvES6zCbP7 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.749025rem;width:2.436525rem;top:40.6865234375rem;left:24.125rem;overflow:hidden;display:block; }
#RcpTwG5UqL2nUgLTbWz13XceUVOpLnFI { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:21.875rem;top:9.6789065599444rem;left:26.562501907349rem;overflow:hidden;display:block; }
#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;background-image:none;position:relative;display:block; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container { background-color: transparent; background-image: none; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container > .video-iframe-container { display: none; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row > .video-iframe-container { display: none; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .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); }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container { border-width: 0; border-radius: 0; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#i1llmvneN88KB58EMpCQuWTQhhoClJ56 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.061525rem;width:7.1875rem;top:1.873779296875rem;left:0rem;overflow:hidden;display:block; }
#A7l3lsh5yX7dSQNkb63rJ1TeqKueC74m { color:#000000;display:block;width:32.749rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:2.8125rem;left:42.2509765625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #RZDdbJRhTqZeDbBH6zpTW2yprgtTdUHQ { top:6.75rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpeg40WUnKWCFBtJmR3iTXKmwO8hQcPc { top:29.25rem;left:0rem;width:6.375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf0rM1OTNJrvACZyyzUBzHrMAbzVWTrG { top:6.125rem;left:0rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9sNvptgsslToHGRkvOEaMN1JtC2Po8g { top:0rem;left:19.342529296875rem;width:8.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaCyK1BUvLfsCSksa33QrR4Q6FOsk9Ns { top:12.25rem;left:0rem;width:46.375rem;height:5.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOGa3HXgTaPGHhEHPokIcoyUTTGWOMOh { top:0.6875rem;left:20.375rem;width:7rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtWdTae4ChF78AGGOim2rvehDIRZRGuR { top:33.8125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXxBoNyRUEskJEATf6uzyWcVsEzIR6E3 { top:29.4375rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZrhcoN36O9v2M3u02irm2JtyZzCdyS { top:29.1875rem;left:0rem;width:10.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXRdToPZVLU8xxVLB2oeS6qsy1ET4z4q { top:33.4375rem;left:0rem;width:10.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogvsP6VuSy6sH0k3bMzlJKVCmhzaqlWe { top:19.0625rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2bAZQDWXTnvkSr46Mz2OiJgNFVR01ox { top:33.625rem;left:0rem;width:6.8125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXJF4gg1MTaRS5btt4W0d5UDZ4VERJZQ { top:20.625rem;left:0rem;width:17.0625rem;height:5.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ { display:block; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuC5NUaANIAd5ULBzQDxr1WBatkHT7kw { width:44.375rem;height:5.3125rem;top:13.6875rem;left:2.341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1hyVMT3x57fvPzvdNPmc4vRHUCQZCt4 { display:block; }
 }@media only screen and (max-width: 763px) { #J5PvxOtMHpVPqJSxSnZhMhZpfOl4WVnB { top:4.8125rem;left:10.125rem;width:27.5rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcXnWlve5RWDXTgLNBunGhkv2f4DzNgw { top:1.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .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; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .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; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv { display:flex;width:18rem;height:5.0625rem;top:4.75rem;left:14.84140586853rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #tBp0k1gxxieJWlqXKoNc5inqf6K36Qig { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #S8UJTQrIUTQIOohr6Hu3GIIm18x9L3EK {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #J00WLvPPqbEGyq8B6Hl6F1JGsWdqD3Ui {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #D2BTuKunRWtKnXpvNiq3cr09eK3sdffT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #LRlhT4bbaOEKBT6NOUl9CoL0XqqBQ0sI {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BC4kehtqqwdPRzCOO2TXyqZ1TXXtNApC {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #G60bKViwChanWHQIdwIqnzJAzsQABkeg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #KDsy5EhSyTs0i1TdLaXHzVPdcmgTVX6p {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #PCKWZCWbFK8Krydu3WQLrBAEhCbBFOkK {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #SGdgEwGAHPJnl5GroWIHCThuG1GTDfmK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #t3Qs9zi9J7p5reQcbnaMumFIkvTOcDRm {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BFmbT6BbzOzE4Gifo2wUv7fMFxr4yxhc {  }
 }@media only screen and (max-width: 763px) { #XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp { display:block; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6ZngCdPNL84TiMO1K4haIRb4QvGGxEi { top:6.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCBgGxWgIq4MpKEhuQv4D9lLyxXiTRFq { top:14.125rem;left:1.93896484375rem;width:6.125rem;height:6.125rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4ki8JlmoInCcUMxSzM88Qsc7WkbqFr { top:22.0625rem;left:0rem;width:14.6875rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqrg3uZI8zW0hbciDTqNa74qDyiD1sag { top:22.0625rem;left:18.3427734375rem;width:11rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIcQG9QoWZ7BsDfuk5hoDEc0iDg2QmJA { top:22.0625rem;left:32.875rem;width:14.875rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbN1aKySNsUwpgtawoVQwx1JFWWVHL1p { top:14.125rem;left:20.78173828125rem;width:6.125rem;height:6.125rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov0Kwa19hgO09RynPdC057qapMq8Z2cB { top:14.125rem;left:39.31201171875rem;width:6.125rem;height:6.125rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWiOTRJVWx2hyyyO90ORl23QtR5MRucx { top:16.4375rem;left:47.0625rem;width:0.6875rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk4orXU88r53DO5dRJ9AiXe8fG2TbS18 { top:14.375rem;left:20.75rem;width:6.125rem;height:6.125rem;font-size:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkHQlq2pCyipayhWMTHRT4glf9ueQu6x { top:14.375rem;left:20.75rem;width:6.125rem;height:6.125rem;font-size:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9UkM5t5fVVDuzVmVAx7CSvNoPT9Zs6n { top:0rem;left:0rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxmlRvUoThPP2MD39gwzHqoWnbDfuDQc { top:1.1875rem;left:0rem;width:0.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di { display:block; }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Douf7qZXvXC2IbxQRxXwsoTH85PagGAk { top:13.8125rem;left:26rem;width:21.75rem;height:51.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzIcp1mAFvez9TFTfpo468TGcZi5rttL { top:13.8125rem;left:0rem;width:5rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ4cKgLDuWSAA23kCoBRaBZ6Axm5kVbL { top:15.8125rem;left:12.375rem;width:35.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI42V3HhLMqFa9w24AbKl90Pm6h9DER9 { top:25.75rem;left:0.25rem;width:35.375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1XRrvmoKoq2fxu08J9xn00hLHVHxkBJ { top:13.8125rem;left:0.25rem;width:15.0625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZXf4txehr36mlGTyXakAOTFaXqwPbsL { top:24.5rem;left:0rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e00xSTM6aJpWmVRWH8fzdCxmFbsFCWua { top:37.625rem;left:0.25rem;width:12.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVUKdiuLZxHRqUUOa0ZqyKOuw73sCDrO { top:49.1875rem;left:0.25rem;width:35.375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK3qkm5Z9lDr9KJWMMnmfne313XiLV1X { top:61.375rem;left:0.25rem;width:35.375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ2PoFbyO8qhThgvtCQ4d8XVEg0inf6n { top:36.4375rem;left:0rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GenZwwKLoHv8qOBVMGLC6li0cLfFNq7H { top:60.8125rem;left:0rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3RV78p75qvN6XXeTre8IkWzhoLGv5m { top:48.5625rem;left:0rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugUBGv54XD7KJEZRAi2lQTtAEI06dAX0 { top:24.5rem;left:21.375001907349rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1l1wTGWwbctXbRZ6pI72XuRGZFhX7lz { top:24.6875rem;left:21.375rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMAOfRluwW2bdbWdiG9cO0DTanapqb9r { top:36.4375rem;left:21.375001907349rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGh5FwTdI0eXZOfZ3kdbevvH5FnDG2Ao { top:48.625rem;left:21.375001907349rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWM38yrUi1opFpadUwmTeKek8Zq5TZb9 { top:60.8125rem;left:21.375001907349rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFQm8yp3vRXeRC8SbmW7himnfmdJhcCX { top:2.25rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfAN7AlWSLiNOsud4wQQkU3TzbDfXJCc { top:13.8125rem;left:21.375001907349rem;width:5rem;height:5.06171875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ { display:block; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs9ETHJgBq0ETO8xLTUCGWg16ek4RdeS { top:4.625rem;left:6.249267578125rem;width:34.125rem;height:8.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt { top:13.875rem;left:2.4375rem;width:45.3125rem;height:;font-size:1.25rem;display:block; }#MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt li:before{  }
 }@media only screen and (max-width: 763px) { #cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ { display:block; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRCM9PaptK3GLGHSZiEIyr7GFV5SbnbN { top:3.9375rem;left:18.875rem;width:10rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avsgvpyuG0EZSuAm4XcMx8uTr8SJMUwE { top:3.9375rem;left:0rem;width:10.4375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pspTMatUptTxES0MSTCAiOPTTpGW5dwh { top:5rem;left:0rem;width:10.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXShhaAmT8Qck11vovs0EDIl4n9Vp6cE { top:5.0625rem;left:20.375rem;width:6.125rem;height:2.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv7J5a3k4RTJORvpFp4AnzCp3PRmP3r1 { top:8.25rem;left:19.1875rem;width:9.375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFPm3FufomVLRMcoJC0hnh0MDqemZna { top:8.25rem;left:0rem;width:10rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWs1fEaAMPFZhN07M3kmHOoU25HrDWVF { top:8.5625rem;left:38.375rem;width:9.375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZ5TEXRriS9fSROa5xnWpFx3LRnZKFM { top:3.9375rem;left:37.75rem;width:10rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3VDxu4Zzuonvq8zoVoepM81oe7n31iJ { top:5rem;left:38.625rem;width:9.125rem;height:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM1GlktAOvRloOcG3QBBMBv82914m9FN { display:block; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SupiRHeNqCWUGbAw3k53eObyaeSldK5Q { top:15.8125rem;left:7.62343788147rem;width:30.75rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTnkP2WI0BgnwEEtxiULm35tya6pFSEl { top:11.5625rem;left:0rem;width:47.75rem;height:141.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS9hq58KRc5qPlhOD1txtF2w06sAMsci { top:33.0625rem;left:21.437255859375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfArVXzBxgqrWs3kJkqGm9qxest3g3ve { top:58.875rem;left:0rem;width:0.625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl8krzDZsy9feJTQbfdTopemyE9ocRpR { top:8.625rem;left:47.4375rem;width:0.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmnmbTWTrTTBuLVkKWp0XWSbmwecZJd { top:12.6875rem;left:47.125rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8PJphp92r0KMhvgzRmDyqo9hRQ9QwDD { top:27.5625rem;left:22.875rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvaMIgFDml58xsU77Mza6FBt7JHgy1K7 { top:25.125rem;left:21.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFkNnm4gs7W3G0GTbreKgVPTqhNFZ0R { top:26.0625rem;left:7.75rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyPhNgIeK489bUelclT1UTloyxIE9KO { top:34.0625rem;left:24.375001907349rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWgIIJVeaBTaNcnZXKsf6BTsH0EiNnOG { top:49.625rem;left:21.0625rem;width:3.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa9GIMERRJyGQgITCaA3XT2aLxe78TCI { top:50.75rem;left:21.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiV6deIwG8KQSdFmftQ2xISWT6QnSL2g { top:33.125rem;left:28rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMVHNfbahFchDTmKqTVmFnTVSHDnr4Ts { top:25.125rem;left:15.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf { top:26.0625rem;left:0rem;width:16.875rem;height:18.125rem;font-size:0.875rem;display:block; }#svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf li:before{  }
 }@media only screen and (max-width: 763px) { #PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh { top:34.375rem;left:31.1875rem;width:16.5625rem;height:12.5rem;font-size:0.875rem;display:block; }#PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh li:before{  }
 }@media only screen and (max-width: 763px) { #D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X { top:57.6875rem;left:9.875rem;width:28rem;height:15.0625rem;font-size:0.875rem;display:block; }#D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X li:before{  }
 }@media only screen and (max-width: 763px) { #c2OrOSduiOCqIv1NC20oxqdNJvzBgilI { top:46.125rem;left:21.4365234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2CA7b4eJKkIqTWm6qbV4tdL3WnTPNCa { top:86.9375rem;left:15.9375rem;width:5.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDZ8Q9a126NSQf7m87MI73Ag04R8XwTZ { top:85.75rem;left:14.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps { top:86.9375rem;left:0rem;width:16.125rem;height:;font-size:0.875rem;display:block; }#g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps li:before{  }
 }@media only screen and (max-width: 763px) { #noUuiHC4wGsVAJUqO599asqeE2e13RDS { top:24.1875rem;left:0.2490234375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnivVPO5f24gbT5NtbsDelwE1CTHHLAm { top:54.4375rem;left:13.25rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7PRXldSPkEpN8LwTWVtcGaGRODXTCB { top:84.5rem;left:0rem;width:13rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3qiKdrBpTlNwQV8455yEl6T8dky1Bfx { top:35.875rem;left:0.31093788146973rem;width:23.875rem;height:1.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AISDAGgusgqGtE3OfdlMhDpoF726RUMU { top:32.25rem;left:33.498046875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7IfmJTpBtVUb05EcH77E3kfFWQTNGI2 { top:35.3125rem;left:22.875rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KquFEOkGeSe7rSw3Fbl8rrra9KDDZ39o { top:40.5625rem;left:22.875rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMIi0L8S3EUMq5xgaFklXmihzrKsQX7n { top:76.25rem;left:7.25rem;width:30.75rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVQpUKqpKgvRoAPGERCzPqUC4Mv6yfOt { top:22.5625rem;left:22.8740234375rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUEZEqHBPpN7qdTw0CTlExIdiqSIVVIv { top:82.6875rem;left:22.875rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7cIKIgEcRundhLXS0VfKbm1KxBf10wn { top:85.4375rem;left:21.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K74JKkUN0JvzE3TXusXe5l81TxvHcBD9 { top:87.6875rem;left:22.875rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvHa7pI80xStsw1wWIqEpGSqnuTkBWBK { top:90.5625rem;left:21.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXIec4B3qyxtAbTmvpqInpTGgICsKIAD { top:93rem;left:22.8740234375rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdL7ZBLlJTGMa9vGafNQURvxKJgPwgE1 { top:86.3125rem;left:32.375rem;width:13rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq6SwJCM7fGAQxUtBFJrPZbyxtSQuFH3 { top:113.0625rem;left:21.4365234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL0mdRIQBFI1FDV8VxKIJ3o1VQAPTctB { top:91.75rem;left:22.5rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFJe0pCMJkyoiP6N6QGiHsDkIzboiL5h { top:90.8125rem;left:27.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhwbH1fRy1esy0PJ5wpNEmtidWKE2n4 { top:91rem;left:31.625rem;width:16.125rem;height:19.25rem;font-size:0.875rem;display:block; }#HBhwbH1fRy1esy0PJ5wpNEmtidWKE2n4 li:before{  }
 }@media only screen and (max-width: 763px) { #lDFx9iIcSVPgGT4MTePqHk0nFq8ITsUS { top:97.75rem;left:22.8740234375rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTViCKC9kfh4ZkxeT7kiCwABkqi4Koix { top:95.125rem;left:22.8740234375rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu03ytoONBs7HMUp6c9KBdEpBxupDQLt { top:100.6875rem;left:22.8740234375rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtzZzsM3i2GMeInrZ7eTDsJF2wE5lyV6 { top:104.1875rem;left:22.8740234375rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUBMxlWGEbnozddb1GmKkEmo3xNQDeEe { top:107.75rem;left:22.8740234375rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTWPPpn16ZGV1fTFPUIQaE8pkPIEpc5y { top:114.3125rem;left:15.9375rem;width:5.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTD7Hud5nEkTolVpLcZmBfPwH9TfRd0 { top:110.1875rem;left:22.8740234375rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ4nhqwEXw6l0KnSewsdPO4MZ6Q3QnmO { top:113.0625rem;left:14.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCXVxZ01al7GeMfdih79rPLAxlVeaXhl { top:112.8125rem;left:0rem;width:13rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN { top:115.9375rem;left:0rem;width:16.125rem;height:15.5625rem;font-size:0.875rem;display:block; }#EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN li:before{  }
 }@media only screen and (max-width: 763px) { #OQ9DGFtRHoWb3oGXMPIK9ik6LJVHMKb4 { top:118.0625rem;left:21.4365234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDZ48yHa3b9sPtnW8F5hwDdIeNRpBVna { top:115.9375rem;left:28.9375rem;width:18.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAUaOl2JFmoFUSoB2THZac2aVvmup1qg { top:119.1875rem;left:31.625rem;width:16.125rem;height:15.875rem;font-size:0.875rem;display:block; }#fAUaOl2JFmoFUSoB2THZac2aVvmup1qg li:before{  }
 }@media only screen and (max-width: 763px) { #skaDg53fVTzZHinODLupIoX3CtCRTHRh { top:120.5rem;left:22.8740234375rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHBS8i2vtDNyaggbEyQIOGfCiM3AZAz4 { top:126.875rem;left:22.8740234375rem;width:0.25rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPtqpXr3EnmI5zTXR9pcfsUyO8iWnb35 { top:132.4375rem;left:21.4365234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFngNX9w5VcyHNQTkQvmFDqOybCtoUJH { top:118.875rem;left:22.5rem;width:5.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRMTQ87WieTPsNO9dHagDSqM04c5M7GQ { top:118.0625rem;left:28rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsC6xqkHLUNOT1waTQlpTbZNraRbWHOG { top:115.3125rem;left:22.8740234375rem;width:0.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqJqlCtRb0kXOtCZzrk6xz2XaPvIKEAy { top:136.125rem;left:21.0625rem;width:3.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogzf8ktET8MrSNy16rlygBnVN7rvqD6e { top:137.25rem;left:21.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztl5qsqJ53Nx1onrubD1kfhRrnWmvLSc { top:141.5rem;left:9.875rem;width:28rem;height:;font-size:0.875rem;display:block; }#ztl5qsqJ53Nx1onrubD1kfhRrnWmvLSc li:before{  }
 }@media only screen and (max-width: 763px) { #bVJx42ES3hvZFl00vzNQ7bbQbTXQHiH9 { top:167.6875rem;left:0rem;width:13.8125rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { display:block; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyGhzFsa6PrnKXIbkTW4qBmFPMbXUHo8 { top:7.875rem;left:11.375001907349rem;width:21.6875rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU9XVb9Wm4nqszh0kk7iV3nEf3yXNm9d { top:7.1875rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwH1BeLL7VKK0bUrfl9qPlHcPsA52JtC { top:16.1875rem;left:14.5rem;width:30rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n23wroDX1aXbTeF8EDywkRSE8sDnLUAE { top:13.75rem;left:7.125rem;width:40.625rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kclkfNv4VnekupFtvm7er1T07vRLHcam { top:6.1875rem;left:0rem;width:47.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p27EDSycudakCegS3bgM2lURLlPqdkvl { top:7.1875rem;left:0rem;width:36.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWkUt4tFgbtcIzTG4DkqIB7FusBxHD5a { width:44.375rem;height:5.3125rem;top:41.5625rem;left:1.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxVFnr09C1gvxIplgkV0Mm4AgkqNd6OT { display:block; }
 }@media only screen and (max-width: 763px) { #b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq { display:block; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfbsBtHCT15uRPZVcPyOgIIcfEue4FfD { top:2.5rem;left:0rem;width:37.3125rem;height:3.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4eZ9T59spuswvNTfDMPsRCbrtMXkILe { top:3.25rem;left:10.7490234375rem;width:1.25rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHk6RQP9PSSxNEU2F2Ws2WlaKfqzbz77 { top:8.9375rem;left:0rem;width:47.75rem;height:54.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FodXMJ8al43gTPT4rtWeaNR9D5CiZLVW { top:12.5rem;left:3.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSRf5l474hSrmuHyN2hrSkWxIy3P5FB { top:16.1875rem;left:3.4990234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxGITKVMratyGMftRhOqrT8TTDcytlf9 { top:20rem;left:3.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paC5bQan6W4kldcRCAHmkXP3D3xUckqq { top:24.4375rem;left:3.4990234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni3zF1ZvmeLrwB0feaACrs9r7pUi1PET { top:27.5rem;left:3.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPDXKHhoPLprnXHVoIxiU7PxXHBfnbud { top:30.625rem;left:3.4990234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL5ktvPrq9aE4u2NEh0CmNwlzsVgNSm5 { top:34.375rem;left:3.4990234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuGuoHmNFvuuOQ43eeKJ4NKOT6RqGte { top:41.25rem;left:3.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orlhBLP54r6ghe6kLoCM7Z5BqbBBfLxS { top:38.0625rem;left:3.4990234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvRCdAE1O9OBCRXqAh0HAT4LNaeaMTkV { top:38.8125rem;left:6.6220703125rem;width:37.8125rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBb7CPGVc1M4M3nBOyhPUMkhtcGTuatJ { top:42rem;left:6.5625rem;width:37.8125rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JO1FWXMQawEHXrRSry9k60N2UruJ0aSU { top:34.9375rem;left:6.623046875rem;width:37.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFJrU7ksF8amEzpp4is1SL3EozGogdCT { top:31.25rem;left:6.623046875rem;width:37.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #buCZUhDJ1vs35l5uppZ90GksPNgqE2d9 { top:28.125rem;left:6.6220703125rem;width:37.8125rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Br8frHg5qvWGDzdrZQJ8XdmeIfTi9SOz { top:25.1875rem;left:6.623046875rem;width:37.8125rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFDQ9L4AInJyETnbEFsncN7fkHk3ytpn { top:20.625rem;left:6.6220703125rem;width:37.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cs5JFXtAsrBM0AFCRQ46U6qAyS5eqDXX { top:16.9375rem;left:6.623046875rem;width:37.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSAQFixt1u3PJylZIwWMPPGpTlMvVk1J { top:13.0625rem;left:6.6220703125rem;width:37.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHZDftROFeHLazTxoZ8FDxbw3Dgctupk { top:44.375rem;left:3.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUXcECDxswpOCnbS7pgteETMLqFPduH4 { top:45.1875rem;left:6.5625rem;width:37.8125rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRMPcEb9sssdTiS32IE33T2yaUUp4Wb5 { top:47.5rem;left:3.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKomWr756KdNw3shag8EaeUhtThcNLOl { top:48.3125rem;left:6.5rem;width:37.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4E9SATCSlXGD5TpHiNcLkHAMzcOqyKy { top:51.4375rem;left:3.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdUkRDyTAFgyyM1C6dMzwL9A1vrwnb7T { top:52.25rem;left:6.5rem;width:37.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ist32gpwdc9slBerfJEGAtzQIpTnyJ8O { top:56.1875rem;left:6.5rem;width:37.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSke7AdUUg1BNb0fVIQnJ82i4MFGdwBl { top:55.375rem;left:3.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 { display:block; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMfZq6PN2Ltxs1L8MVhAqgCwAObOk303 { top:15.625rem;left:0rem;width:28.1875rem;height:8.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trRvvHuU0kTDGcso6kILlTeXraowKiPw { top:13.9375rem;left:0rem;width:25.625rem;height:2.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MESeqJWwT1ExBJAMcJaG2J80iBPKHAVL { top:7.25rem;left:0rem;width:33.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZdHNvLBcb3FT7pnPPfVUEUIcdmEkTDE { width:47.75rem;height:67.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1JK29TsNmDJocTugQcxrqCqsb9WgPKN { display:block; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfVeJ5l3oCHOcFViDKXFvwDJ8ylTxgue { top:3.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 { display:block; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ju8WEzZLBC0SUg6F47am1s5lCxwVug9L { top:7.9375rem;left:0rem;width:29.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdakfQOCc5KeGPleLJI2vtNV0StTfClG { top:11.8125rem;left:6.5625rem;width:10.625rem;height:3.2928445785106rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXEX1stIqrhn11eFF325SA40EhEkVpDF { top:0.3125rem;left:6.375rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJvhiWV1Ep8vHmUbWFZ0ZRMAdkp05Jqo { top:15.8125rem;left:0rem;width:28.5rem;height:12.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVRkToIETpUhFTZ7SB8ngh9S1MJU6W5 { top:24.5rem;left:0rem;width:9.25rem;height:9.25rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngzig3pFteV7HiFNRB6zntKyho9ZSzAp { top:11.8125rem;left:30.4375rem;width:10.625rem;height:3.2928445785106rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIs5nPA5P3tNw7PkOFAMnvbbZUAbiZyi { top:7.625rem;left:18.125rem;width:29.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttndCde2yxs4SrATayafDg7zQmVDOTwF { top:0.1875rem;left:30.1875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbaekKdkP0x9fSdrnTG7K3O111zdHpFd { top:15.625rem;left:18.6875rem;width:29.0625rem;height:11.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOJf4C6qaKXbAqstCcSw777DNT8NbXcq { top:24.25rem;left:23.875rem;width:9.25rem;height:9.25rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO { display:block; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGVLERhuOQoSux78VOCA8lkutVIysn35 { top:6.625rem;left:0rem;width:29.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT10bsMLyhrogQGREOTqXWDUtnUieOIP { top:13.0625rem;left:0rem;width:28.875rem;height:15.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnFAsAVkiG2zN3TpLkUAswoGVWQ0BUnT { top:9.875rem;left:6.4375rem;width:10.625rem;height:3.2928445785106rem;display:block; }
 }@media only screen and (max-width: 763px) { #JngHfR5TNqJy1z9OeTwGxyCMPZh41JD5 { top:23.1875rem;left:0rem;width:9.25rem;height:9.25rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTFdFvCZ2HKX6rzJa1Ti4DPTubhHGMtS { top:0.8125rem;left:31.1875rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXIwdTrnekIiMB9Te71nzcbzXObOef0h { width:22.0625rem;height:7.5rem;top:3.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT8wcF34S1f0Gdrh9zhELHH3e145NHvW { top:7rem;left:18.0625rem;width:29.6875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ik5nxWgPMFTDw3p8ChW07JbaTuw8HT { top:10.4375rem;left:30.375rem;width:10.625rem;height:3.2928445785106rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0HnNX8LCckyQ5Q3sptZ9JG580AP89gK { top:23.5625rem;left:23.875rem;width:9.25rem;height:9.25rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM4XqsAP9BgaTX1DMBr1PHrFh5PcVqWU { top:0.625rem;left:7.3125rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6oF53kzt2haTW3t9b2scpzfnz3N4tFX { display:block; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrTFtsU7T4p0KLhFLnyZAmV0NHCqNTm6 { top:3rem;left:19rem;width:9.5625rem;height:2.9787425385495rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJWikd4KOkOHL2PviL7x0TqDTlGJ5FoM { top:6.9375rem;left:17.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsgl2kHFxX9w2rv6pwm4Et2ZmN3iePZp { top:6.9375rem;left:21.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8y5bMp1sCyNA5uxFoZUianyhPexLPof { top:6.9375rem;left:24.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvriMhgAv1iuFReJLmCLkNGzBKQMTDRv { top:6.9375rem;left:27.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdJZbNpLQn9uHVotkWCfaiST5ADCRDV { top:7rem;left:30.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6z4vhd5pIP3rfIm3m0rnMXu46OVGODy { top:7.25rem;left:14.1875rem;width:3.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB { display:block; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRnantMDIRqE3mrhUx6AaatKvVGIOFNx { top:2.3125rem;left:15.499755859375rem;width:16.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx { display:block; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfkViLfyT6TFmDufswNmoFO84uW9bTZc { display:block; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm { display:block; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHAbxXbZ3Fo5RFpC3s9k8XkUifTtynoy { top:12.1875rem;left:0rem;width:31.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAPoq41b8KowX7Uh7TdBZknGAXXwUQDV { top:12.125rem;left:18.125rem;width:29.5625rem;height:16.215956775733rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpisfPv10EpN4OgGskqJTbn2CytcZDIo { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xClUVesnnWSErg4ML5fzqfsZ9aqgGpmk { top:34.25rem;left:0rem;width:26.375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXpSQ1DBcuBSQbbpbJwK3Wz7Vw23528U { top:58.375rem;left:17rem;width:30.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLVUOtLTvnMKRmEp34fzvqJc9TwmRCwZ { top:35.4375rem;left:17.375rem;width:30.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff55oFWudQBEeqsVJUQfUP2GMXGttX7W { top:60.875rem;left:0rem;width:29.375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPPJHxCTH0fxh7brJ9BbtstNqWmQ57N { top:34rem;left:0rem;width:31.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5bx6Vt6gZy1VlhJmk8dmOAFkdx5UQho { top:34.25rem;left:16.6875rem;width:31.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRArUc1buLe4ZnfVSfTIlghZlAiqnCBD { top:55.9375rem;left:0rem;width:31.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gChDHhnONBJJMwmtCEXJBxhFcUe7Gquh { top:55.9375rem;left:16.6875rem;width:31.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTOCpfHOkGfhKCvuHbzGcJMETdwbssTJ { top:56.1875rem;left:0rem;width:18.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5HwEqErizoAtdM6dnRODux9p2AAGTT5 { top:56.1875rem;left:3.8374996185302rem;width:18.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTOIiBwkTlDuOHzE0xQEdEnloR3lGsvr { top:56.1875rem;left:25.937501907349rem;width:18.5625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyrJhopuThNbmDIt4eH9ZlMqyoA1rGbX { top:56.1875rem;left:29.1875rem;width:18.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFp3WwTeGt6Fv8DuWKUmsNoWCLhTkOtZ { top:34.5rem;left:25.937501907349rem;width:18.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDzGoJRCT33y2DAkNVpQgPTFxm8TmNzo { top:34.5rem;left:29.1875rem;width:18.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUXouhVDZLvHKaABTtk3HvSlDyWmdsQP { top:34.25rem;left:0rem;width:18.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXAfAcxG54zdMsseMQpRQqTBd7iITcSF { top:34.25rem;left:3.84375rem;width:18.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 { display:block; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKoZmTVsrCFade6KpZRSkvdOfMBt4E8s { top:30.375rem;left:47.125rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDxqkEbtlH6qgpMPSKbgkKI4QFEs18BG { top:20.8125rem;left:47.4375rem;width:0.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLJqND4NJ652qigsRcZatwK1t2cHOCzf { top:13.0625rem;left:10.437501907349rem;width:26.8125rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6rIicMdKVRV8mcbtAGnbsPqX6EJsr3H { top:28.8125rem;left:15.688280105591rem;width:13.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fptTJoRwP1VyZmJAB8zTS35zgs8PbTa2 { top:34.6875rem;left:18.000163078308rem;width:6.5625rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbTleyNbvXxk9gkq6slU1Jd2USllCgK { top:32.9375rem;left:17.624999046326rem;width:12.5rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAKrwCTJnZlc2ysPtLq3qxOT8s4kwnOW { top:26.375rem;left:15.688280105591rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBnlfBmgHPRfSHiCX4c2RpylpPFSGNU { top:15.0625rem;left:12.937501907349rem;width:21.875rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPxMzkKKF9yanVS4kB9x2Uf52EpvNooT { top:25.9375rem;left:12.937501907349rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfuitriT6bMpQhGaA1D0T3evATereomV { top:28.3125rem;left:12.937501907349rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TL0hEnDI8qmzrP5TOaLQehXGgJlvmZ { top:4.4375rem;left:0rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRZdcTqkMiDFvHZsOVow5vhcP8CelztT { top:1.625rem;left:9.5933189392087rem;width:28.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCPBLbJN09zwcInrrpFhxXK5MZO4EQP0 { top:35rem;left:24.624510765076rem;width:5.6875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvn1aJxAxBWxTpGrVzXK5qa89NrcClqM { top:1.625rem;left:9.5933189392087rem;width:28.5rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ { display:flex;width:18rem;height:5.0625rem;top:4.75rem;left:14.84140586853rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #wRmHOePyTAJ9lRyTe2Qh0LuMm7id1SBg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oNpSf1ibL0xXfeHOzI5FTTLhiRAwQJku {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #E7N2prJo0DqJ4fRl6OnnXkcrbkfwwU0x {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oMwZqqPONqvh7AkiOb583SToNWDEElT0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #ik4iATabV5RDAZhDMOCcFZ7wxcof95bo {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #yC0S8XQeTCLXRKDSZSEKUVNSu4wB8QUb {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Ru0nfrmlv6IsUH6Vo5GySst9TGLnuZOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #hp0gX2cL1lvMyHwN7t6Dvez46eVP6aQt {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #MklOhgs3gN6tPpR5fTVcGyXl0tiLX7iS {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Idfu09INxts1bV2CaJeIaBdJr1T3qHuq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #qWmaWZyl5KNtrPfd1VwtxodiIzmQLo8C {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #UVlzM9cZVyDGWpgumbIwho3aVTHq2MR1 {  }
 }@media only screen and (max-width: 763px) { #KkDCNdWhTzKXIzckdfQif1HfRzzTqV51 { width:21.5625rem;height:3.875rem;top:38.8125rem;left:13.062010765076rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPNb9xrNVwkyvBUAFwhb6xzT6X7TahhW { display:block; }
 }@media only screen and (max-width: 763px) { #LOxuWq5c5SUy6i3c6DZG2gTE8XXegOLL { top:35.875rem;left:18.562499046326rem;width:10.625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAQ5czHMb2RXJAVAkfO1wV2vTUhZ2laD { top:38.8125rem;left:13.780596733093rem;width:21.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMRKttWaMCebXcESBmGJJAHC4KDfFETD { display:block; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVP2sqL0puuhTaS19oTPTOa32VJnJu5d { top:4.0625rem;left:0rem;width:11.75rem;height:7.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edCehse3ceT9rKS7v6d3UngB61IInKbn { top:5rem;left:2.5rem;width:37rem;height:6.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ { display:block; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z18fcrLsHRe8gxf71i967echQamb5wIo { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3NOqJmD3OdzQcHwJcC8tP3I78XJasLO { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 { display:block; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtEHbwrQT02cWhBOgnBoFR315ZAT5Qyp { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTCetOiVZCV5sBRM36ckbRPWmchws0iX { display:block; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuTUXaf6DPsm0GvfRfc5uLrR6Q77UTK9 { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUiWhR4m2nGqcqUln4EVe1mscOvNGg6 { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl { display:block; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMa9IUm74rww8e0mhgvaLwxN0zSm8VIm { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 { display:block; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfccDKgMfhxDUhcUdD8qoM7sWnOvCIEh { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOrKNUPO39RERBqC3kcSg8tpZChL3St7 { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv { display:block; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZab1ctOP37vRREn9FhXfT26CeIVCv0B { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE52QEsDi1DLps4iotROswEuWkMbWF6F { display:block; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WePxyAsnhTu8Fw4I2TBRWi1LO75PxwTk { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVXQvL197SirqKeHfmAmwMSnElZUyVV { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai { display:block; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z01OlxHxKx717ckLqPqi6SM9yBrUCWbU { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D { display:block; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBqFTE8XS5Z9DcewQKTTJrpexxJiNuoq { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMgQpQ8KufmeRF1wnFb0a3x4trNGXdvx { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ { display:block; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6dSlS5pWuZp8aJTl5RHQ7spB8NMa6Sk { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITFAIRITVpd0XX2vOkec2alnTmLmhcA { display:block; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBedNTA4OZcXsWp6CdqxsKgnlLEGzCAP { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTdEie2zLyiZqup0a6OoLgiwuDhcK4Uw { top:0.0625rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5taT6dE0K2wansui7CEGeGMnVMvaBkh { display:block; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQUy5I6ZEil2LBBA6b0X0ZaWTiS4uTIe { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 { display:block; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n { display:block; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJIgwdtb7M2H4OHOPuWTmd2E38wA8Ume { top:30.375rem;left:47.125rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaXM8cfF1oOvITmkK45wfaH5506dR9Hf { top:20.8125rem;left:47.4375rem;width:0.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQakVqzZdgRJZTWGA1tcSaImhurC4Ryc { top:13.5rem;left:10.437501907349rem;width:26.8125rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRipQ7yuT8vG6fPz1EKPnNbuyegL36H { top:30.375rem;left:15.499219894409rem;width:13.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgk9TTfhqPdvT7IJCXDHA6kZWBgI9a3O { top:36.1875rem;left:18.434733390808rem;width:7.5rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0qyL7ZcTcJHGnCcteD6kv6frVrBhNFX { top:33.625rem;left:17.624999046326rem;width:12.5rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3Wt2DbXF6d98sn6MPrPTcvTvMTdlb7 { top:27.625rem;left:15.561719894409rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnztSxerHaeKLXkJlRdwRKl8q2mfv7qt { top:16rem;left:12.437501907349rem;width:22.875rem;height:9rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVU1pVC8bQlhDhyX7Lay26OJ7XB146il { top:27.1875rem;left:13.061719894409rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXHrZGQdbLyxt3zcdrgo7IDO9cE6a40E { top:29.8125rem;left:12.936719894409rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWRWepK20ZnlIc1k2DwiTTiKfZOh2K8i { top:4.4375rem;left:0rem;width:0.625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIQfk8bazQ3G3cC93Ai9KfvEGdlQom2O { top:1.625rem;left:9.5933189392087rem;width:28.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEtlx2M9ggxib0GD6frwX7FSldyPHgtM { top:36.4375rem;left:25.062335014343rem;width:5.6875rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czwbRPCwi2oHKMzNSoWaFBNtE4yZ6zoq { top:1.625rem;left:9.5933189392087rem;width:28.5rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2TOKrNwasyfT8TdQDFyRfG7FiAklUD5 { width:21.5625rem;height:3.875rem;top:40.125rem;left:13.062010765076rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3JPo405BKB0INxOF9EHkxGWl4Q6cc3T { display:block; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT { display:flex;width:18rem;height:5.0625rem;top:4.75rem;left:14.84140586853rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #dLVb3KBzknuh1Fd1595ZhC3Q1VkfVuLp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #s1T67lrnnBbzN2gQkGO26bHNvQ0PkexK {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #TzHHD94OdfRdi1THVJ9eJrkQPZVG9fbR {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #iGwx4oZzoN7Q7kseoaNIknvq7chXbs5O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #RpLACduhTvLH3maIxDIe1qBUq443sAky {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #KHPOnTQSC407C7cKks9aWddtHUXTv4qM {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #LVOOLwqe85a59keGqz5rlBvXuBeWHCp7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #aQz7TWyEOakrMbJrqy74RS8MtOi9f7Oi {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #irO55QkVK4S8WkmWZhqUIQcaHTEsT0R4 {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #P3NMnKKHEiFOKyoAKR26LM2AoTXGW977 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #d079resDLQ6AugyCTGa6T2fuLG49RgFG {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #vVMcOMq36vSD9gLkM5QOTiQPJUeTy9WK {  }
 }@media only screen and (max-width: 763px) { #blmPS3gRedhUKCPOGB7ffW7I5M88Mu8A { top:37.125rem;left:19.373045921326rem;width:10.3125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INe742wU6DwGLSWdgMoag995gpzLTdc2 { top:40.125rem;left:13.654459953308rem;width:21.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmGeWrPaSuAATxStNACLvl0hNUrcvmeN { display:block; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMVvtx55dgn0ZatrSnXVcfBI4WwmGAMX { top:3.5rem;left:0rem;width:21.4375rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRiumE7Uc8BWEEFglnMqTJJiUNJ5UbLW { top:6.9375rem;left:0rem;width:28.5625rem;height:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmCC1mSsQTgl9FSTBGwJaPvmxhtzZuyr { width:24.6875rem;height:4.5625rem;top:45.5rem;left:11.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q43i4bUCrMfdEvkOQgURfkLwm0v711KD { display:block; }
 }@media only screen and (max-width: 763px) { #bZ4l5Mv1Xi7dT1vIg7vJMz2THOqUdIqH { top:46.1875rem;left:12.875rem;width:3.125rem;height:3.308009133235rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQg08Mi7GGvyVDmc55WSvi0WllsxCGLR { top:40.5rem;left:15.031251907349rem;width:26.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t58Z4RIky5HJKEB5aVH5lcDpI1iQeO3h { width:14.1875rem;height:3.4375rem;top:36.3125rem;left:17.44140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJeGVTya3gh9z2XhKVyNTepG5BarQvfI { display:block; }
 }@media only screen and (max-width: 763px) { #Mkpsx9NKHsBSrg02Ka3uQmIX5e0dllE2 { top:33.8125rem;left:14.937501907349rem;width:17.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TCc2K18sW5mCNW7wA2Tm6JWgAKSxfA { top:30.125rem;left:14.312501907349rem;width:19.0625rem;height:3.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrUrz41uxuMX71zE75MTz2TrqDgvgTFh { top:36.6875rem;left:14.0625rem;width:3.875rem;height:2.7050999930141rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDuIu6IToAUOKwhWBs6HiPzvES6zCbP7 { top:40.625rem;left:10.5rem;width:2.375rem;height:1.7048601491879rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcpTwG5UqL2nUgLTbWz13XceUVOpLnFI { top:9.625rem;left:12.937501907349rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto { display:block; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1llmvneN88KB58EMpCQuWTQhhoClJ56 { top:1.8125rem;left:0rem;width:7.1875rem;height:3.061525rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7l3lsh5yX7dSQNkb63rJ1TeqKueC74m { top:2.8125rem;left:15.0625rem;width:32.6875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/i6nYOCd3/mleczny_bartek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:1rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#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(41,158,227,0.43); }#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(41,158,227,0.43); }#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 .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZDdbJRhTqZeDbBH6zpTW2yprgtTdUHQ { width:12.0625rem;height:1.3rem;top:17.58749961853rem;left:0.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hpeg40WUnKWCFBtJmR3iTXKmwO8hQcPc { width:5.25rem;height:2.15625rem;top:29.25rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf0rM1OTNJrvACZyyzUBzHrMAbzVWTrG { width:12.5rem;height:2.125rem;top:17.175001144409rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9sNvptgsslToHGRkvOEaMN1JtC2Po8g { width:7.99925rem;height:3.061525rem;top:0rem;left:5.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaCyK1BUvLfsCSksa33QrR4Q6FOsk9Ns { width:20rem;height:2.475rem;top:12.729687690735rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pOGa3HXgTaPGHhEHPokIcoyUTTGWOMOh { width:5.6875rem;height:2.625rem;top:0rem;left:7.15576171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZtWdTae4ChF78AGGOim2rvehDIRZRGuR { width:2.1875rem;height:2.1875rem;top:32.625rem;left:0.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXxBoNyRUEskJEATf6uzyWcVsEzIR6E3 { width:2.1875rem;height:2.1875rem;top:29.125rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZrhcoN36O9v2M3u02irm2JtyZzCdyS { width:7.4375rem;height:2.5625rem;top:28.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXRdToPZVLU8xxVLB2oeS6qsy1ET4z4q { width:11.6875rem;height:2.5625rem;top:32.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogvsP6VuSy6sH0k3bMzlJKVCmhzaqlWe { width:17.124rem;height:0;top:19.681884765625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #B2bAZQDWXTnvkSr46Mz2OiJgNFVR01ox { width:14.3125rem;height:2.15625rem;top:32.6875rem;left:3.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aXJF4gg1MTaRS5btt4W0d5UDZ4VERJZQ { width:17.122625rem;height:5.1001rem;top:21.20156288147rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ { display:block; }#PzdzTE6UTT9K5ss1Bh9g2yIzgA1IU4XJ > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuC5NUaANIAd5ULBzQDxr1WBatkHT7kw { width:19rem;height:5.3125rem;top:11.125rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1hyVMT3x57fvPzvdNPmc4vRHUCQZCt4 { display:block; }
 }@media only screen and (max-width: 763px) { #J5PvxOtMHpVPqJSxSnZhMhZpfOl4WVnB { width:16.0625rem;height:4.0625rem;top:5.375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcXnWlve5RWDXTgLNBunGhkv2f4DzNgw { width:20rem;height:1.443525rem;top:2.186279296875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .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; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .widget-text.counter-number { padding-top:0.34625rem;padding-right:0.320625rem;padding-bottom:0.34625rem;padding-left:0.320625rem;width:1.92rem;min-width:1.92rem;height:1.86rem;font-size:1.385rem;line-height:29.76px;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; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.216875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.560625rem;height:0.734375rem;font-size:0.52rem;line-height:11.75px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oFshXcUQlV2mGrILTgXezdnfgw2Daqpv { display:flex;width:14.25rem;height:3.50375rem;top:5.4382810592651rem;left:3.1781250238419rem;padding-top:0.216875rem;padding-right:0.228125rem;padding-bottom:0.216875rem;padding-left:0.228125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #tBp0k1gxxieJWlqXKoNc5inqf6K36Qig { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #S8UJTQrIUTQIOohr6Hu3GIIm18x9L3EK {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #J00WLvPPqbEGyq8B6Hl6F1JGsWdqD3Ui {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #D2BTuKunRWtKnXpvNiq3cr09eK3sdffT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #LRlhT4bbaOEKBT6NOUl9CoL0XqqBQ0sI {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BC4kehtqqwdPRzCOO2TXyqZ1TXXtNApC {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #G60bKViwChanWHQIdwIqnzJAzsQABkeg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #KDsy5EhSyTs0i1TdLaXHzVPdcmgTVX6p {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #PCKWZCWbFK8Krydu3WQLrBAEhCbBFOkK {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #SGdgEwGAHPJnl5GroWIHCThuG1GTDfmK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #t3Qs9zi9J7p5reQcbnaMumFIkvTOcDRm {  }
 }@media only screen and (max-width: 763px) { #oFshXcUQlV2mGrILTgXezdnfgw2Daqpv #BFmbT6BbzOzE4Gifo2wUv7fMFxr4yxhc {  }
 }@media only screen and (max-width: 763px) { #XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp { display:block; }#XVfK4O1Jpo2J4C1kUL2W4Otus4hF6rBp > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6ZngCdPNL84TiMO1K4haIRb4QvGGxEi { width:20rem;height:3.8984375rem;top:1.4990234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PCBgGxWgIq4MpKEhuQv4D9lLyxXiTRFq { width:3.125rem;height:3.125rem;top:17.5rem;left:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4ki8JlmoInCcUMxSzM88Qsc7WkbqFr { width:14.6875rem;height:3.47314375rem;top:11.4375rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqrg3uZI8zW0hbciDTqNa74qDyiD1sag { width:11.0625rem;height:2.2737625rem;top:20.875rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIcQG9QoWZ7BsDfuk5hoDEc0iDg2QmJA { width:14.9375rem;height:4.547525rem;top:29.5rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbN1aKySNsUwpgtawoVQwx1JFWWVHL1p { width:6.125rem;height:6.125rem;top:14.125rem;left:6.9375rem;font-size:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ov0Kwa19hgO09RynPdC057qapMq8Z2cB { width:6.125rem;height:6.125rem;top:14.125rem;left:6.9375rem;font-size:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWiOTRJVWx2hyyyO90ORl23QtR5MRucx { width:0.3125rem;height:19.625rem;top:12.60000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk4orXU88r53DO5dRJ9AiXe8fG2TbS18 { width:3.125rem;height:3.125rem;top:26.1875rem;left:8.5rem;font-size:2.1875rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #rkHQlq2pCyipayhWMTHRT4glf9ueQu6x { width:3.125rem;height:3.125rem;top:8rem;left:8.5rem;font-size:2.1875rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #S9UkM5t5fVVDuzVmVAx7CSvNoPT9Zs6n { width:0.625rem;height:19.5625rem;top:1.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxmlRvUoThPP2MD39gwzHqoWnbDfuDQc { width:0.3125rem;height:12.875rem;top:5.1875rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di { display:block; }#MWU1tvzXNTprFkq3iKGmyqtp6G3lk6di > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Douf7qZXvXC2IbxQRxXwsoTH85PagGAk { width:19.625rem;height:55.5897875rem;top:15.649658203125rem;left:0.3125rem;font-size:0.875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GzIcp1mAFvez9TFTfpo468TGcZi5rttL { width:3.125rem;height:3.125rem;top:11.2490234375rem;left:16.749267578125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ4cKgLDuWSAA23kCoBRaBZ6Axm5kVbL { width:20rem;height:1.3rem;top:13.674560546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI42V3HhLMqFa9w24AbKl90Pm6h9DER9 { width:12.25rem;height:2.2737625rem;top:22.280517578125rem;left:0.2490234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i1XRrvmoKoq2fxu08J9xn00hLHVHxkBJ { width:15.625rem;height:3.41064375rem;top:11.162353515625rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZXf4txehr36mlGTyXakAOTFaXqwPbsL { width:3.125rem;height:3.125rem;top:21.811767578125rem;left:16.749267578125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e00xSTM6aJpWmVRWH8fzdCxmFbsFCWua { width:14.1875rem;height:2.2737625rem;top:33.93701171875rem;left:0.2490234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sVUKdiuLZxHRqUUOa0ZqyKOuw73sCDrO { width:15.5625rem;height:3.41064375rem;top:46.43701171875rem;left:0.2490234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LK3qkm5Z9lDr9KJWMMnmfne313XiLV1X { width:15.6875rem;height:3.41064375rem;top:58.24853515625rem;left:0.374755859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WQ2PoFbyO8qhThgvtCQ4d8XVEg0inf6n { width:3.1875rem;height:3.25rem;top:33.4365234375rem;left:16.749267578125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GenZwwKLoHv8qOBVMGLC6li0cLfFNq7H { width:3.125rem;height:3.125rem;top:58.32666015625rem;left:16.749267578125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3RV78p75qvN6XXeTre8IkWzhoLGv5m { width:3.25rem;height:3.375rem;top:46.374755859375rem;left:16.749267578125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugUBGv54XD7KJEZRAi2lQTtAEI06dAX0 { width:5rem;height:5.06171875rem;top:91.1875rem;left:5.625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1l1wTGWwbctXbRZ6pI72XuRGZFhX7lz { width:5rem;height:5.06171875rem;top:86.125rem;left:5.625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMAOfRluwW2bdbWdiG9cO0DTanapqb9r { width:5rem;height:5.06171875rem;top:85.561718749812rem;left:12.625000357628rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGh5FwTdI0eXZOfZ3kdbevvH5FnDG2Ao { width:5rem;height:5.06171875rem;top:94.9375rem;left:11.9375rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWM38yrUi1opFpadUwmTeKek8Zq5TZb9 { width:5rem;height:5.06171875rem;top:93.59375rem;left:7.5rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aFQm8yp3vRXeRC8SbmW7himnfmdJhcCX { width:20rem;height:5.84716875rem;top:1.561279296875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfAN7AlWSLiNOsud4wQQkU3TzbDfXJCc { width:5rem;height:5.06171875rem;top:13.8125rem;left:7.5rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/nD80H34y/mleczny_cover_mobilna.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.adaptive-delivery-prevent-bg, #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.lazyload, #DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ.lazyloading { background-image: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { background-color: transparent; background-image: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.59); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container > .video-iframe-container { display: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,158,227,0.59); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row > .video-iframe-container { display: none; }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .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); }#DKX2ETNkaOqrHfd2fGcIv9ePLh7mdTWJ > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs9ETHJgBq0ETO8xLTUCGWg16ek4RdeS { width:20rem;height:7.858725rem;top:2.1240234375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt { width:20rem;height:34.386375rem;top:10.99853515625rem;left:0rem;font-size:0.875rem;display:block; }#MD76vTZPE9L6JVq2KkQ7dPKxvr3n5trt li:before{  }
 }@media only screen and (max-width: 763px) { #cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ { background-color:rgba(255,255,255,0.45);background-image:none;display:block; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { background-color: transparent; background-image: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container > .video-iframe-container { display: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row > .video-iframe-container { display: none; }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .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); }#cUiGN17V8SDVqIHBOOGn9hHUTG9GpnWQ > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRCM9PaptK3GLGHSZiEIyr7GFV5SbnbN { width:10rem;height:8.125rem;top:11.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avsgvpyuG0EZSuAm4XcMx8uTr8SJMUwE { width:10.4375rem;height:8.125rem;top:2.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pspTMatUptTxES0MSTCAiOPTTpGW5dwh { width:10.18675rem;height:2.6001rem;top:3.25rem;left:4.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXShhaAmT8Qck11vovs0EDIl4n9Vp6cE { width:5.4370125rem;height:2.6001rem;top:12.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv7J5a3k4RTJORvpFp4AnzCp3PRmP3r1 { width:9.375rem;height:3.41064375rem;top:15.7490234375rem;left:5.374755859375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkFPm3FufomVLRMcoJC0hnh0MDqemZna { width:10rem;height:3.41064375rem;top:6.3125rem;left:5.062255859375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWs1fEaAMPFZhN07M3kmHOoU25HrDWVF { width:9.375rem;height:2.3362625rem;top:25.686767578125rem;left:5.43701171875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZ5TEXRriS9fSROa5xnWpFx3LRnZKFM { width:10rem;height:8.125rem;top:21.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3VDxu4Zzuonvq8zoVoepM81oe7n31iJ { width:9.12475rem;height:2.6001rem;top:22.25rem;left:5.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM1GlktAOvRloOcG3QBBMBv82914m9FN { background-color:#ffffff;background-image:none;display:block; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { background-color: transparent; background-image: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container > .video-iframe-container { display: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row > .video-iframe-container { display: none; }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .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); }#yM1GlktAOvRloOcG3QBBMBv82914m9FN > .row .container { width:20rem;height:185.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SupiRHeNqCWUGbAw3k53eObyaeSldK5Q { width:18.125rem;height:4.388025rem;top:3.8125rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTnkP2WI0BgnwEEtxiULm35tya6pFSEl { width:20rem;height:184.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS9hq58KRc5qPlhOD1txtF2w06sAMsci { width:3.125rem;height:3.125rem;top:30.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfArVXzBxgqrWs3kJkqGm9qxest3g3ve { width:0.375rem;height:4.5rem;top:135.47734451294rem;left:2.0625001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #sl8krzDZsy9feJTQbfdTopemyE9ocRpR { width:0.3125rem;height:12.8125rem;top:137.8515625rem;left:1.3750001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNmnmbTWTrTTBuLVkKWp0XWSbmwecZJd { width:0.375rem;height:19.5625rem;top:139.25860595703rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8PJphp92r0KMhvgzRmDyqo9hRQ9QwDD { width:0.625rem;height:19.5625rem;top:21.78125rem;left:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvaMIgFDml58xsU77Mza6FBt7JHgy1K7 { width:3.125rem;height:3.125rem;top:11.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFkNnm4gs7W3G0GTbreKgVPTqhNFZ0R { width:5.1875rem;height:1.3rem;top:11.5rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyPhNgIeK489bUelclT1UTloyxIE9KO { width:13.75rem;height:1.3rem;top:31.5625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWgIIJVeaBTaNcnZXKsf6BTsH0EiNnOG { width:4.0625rem;height:2.5992875rem;top:46.4375rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wa9GIMERRJyGQgITCaA3XT2aLxe78TCI { width:3.125rem;height:3.125rem;top:51.99843788147rem;left:15.281250357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiV6deIwG8KQSdFmftQ2xISWT6QnSL2g { width:3.125rem;height:3.125rem;top:23.131251096726rem;left:14.374219298362rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMVHNfbahFchDTmKqTVmFnTVSHDnr4Ts { width:3.125rem;height:3.125rem;top:11.114062309265rem;left:9.6875003576281rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf { width:17.375rem;height:15.94725rem;top:14.25rem;left:1.3125rem;font-size:0.875rem;line-height:1.2;display:block; }#svgkzdDtP10AdN9UqZnLmyCb4Dpvu7Gf li:before{  }
 }@media only screen and (max-width: 763px) { #PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh { width:17.8125rem;height:10.69825rem;top:34.4375rem;left:1.09375rem;font-size:0.875rem;line-height:1.2;display:block; }#PxTx6hCuITdHlioA1GEKJCoRCy7bdCPh li:before{  }
 }@media only screen and (max-width: 763px) { #D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X { width:18rem;height:20.5215rem;top:49.75rem;left:1rem;font-size:0.875rem;line-height:1.2;display:block; }#D6OsSKiCT1dgTHSAImL8tAwCcMfnAO9X li:before{  }
 }@media only screen and (max-width: 763px) { #c2OrOSduiOCqIv1NC20oxqdNJvzBgilI { width:3.125rem;height:3.125rem;top:77.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2CA7b4eJKkIqTWm6qbV4tdL3WnTPNCa { width:13.75rem;height:2.5992875rem;top:77.875rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hDZ8Q9a126NSQf7m87MI73Ag04R8XwTZ { width:3.125rem;height:3.125rem;top:57.686717987061rem;left:10.750000357628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps { width:17.375rem;height:19.7216875rem;top:81.625rem;left:0.9375rem;font-size:0.875rem;line-height:1.2;display:block; }#g9nPqIlKhm07vJ3Db40JvTxQtfKDKeps li:before{  }
 }@media only screen and (max-width: 763px) { #noUuiHC4wGsVAJUqO599asqeE2e13RDS { width:10.5rem;height:1.1375rem;top:12.75rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnivVPO5f24gbT5NtbsDelwE1CTHHLAm { width:16.6875rem;height:1.1375rem;top:47.875rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7PRXldSPkEpN8LwTWVtcGaGRODXTCB { width:16.6875rem;height:1.1375rem;top:79.5625rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3qiKdrBpTlNwQV8455yEl6T8dky1Bfx { width:19.625rem;height:0;top:72.0625rem;left:0.375rem;font-size:0.8125rem;z-index:100033;display:none; }
 }@media only screen and (max-width: 763px) { #AISDAGgusgqGtE3OfdlMhDpoF726RUMU { width:12.5rem;height:1.1375rem;top:32.6875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7IfmJTpBtVUb05EcH77E3kfFWQTNGI2 { width:0.25rem;height:6.375rem;top:35.3125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KquFEOkGeSe7rSw3Fbl8rrra9KDDZ39o { width:0.25rem;height:6.375rem;top:40.5625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMIi0L8S3EUMq5xgaFklXmihzrKsQX7n { width:20rem;height:4.388025rem;top:71.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVQpUKqpKgvRoAPGERCzPqUC4Mv6yfOt { width:0.25rem;height:3.5625rem;top:22.5625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUEZEqHBPpN7qdTw0CTlExIdiqSIVVIv { width:0.25rem;height:3.5625rem;top:82.6875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7cIKIgEcRundhLXS0VfKbm1KxBf10wn { width:3.125rem;height:3.125rem;top:124.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K74JKkUN0JvzE3TXusXe5l81TxvHcBD9 { width:0.25rem;height:3.5625rem;top:87.6875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NvHa7pI80xStsw1wWIqEpGSqnuTkBWBK { width:3.125rem;height:3.125rem;top:101.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXIec4B3qyxtAbTmvpqInpTGgICsKIAD { width:0.25rem;height:3.5625rem;top:93rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdL7ZBLlJTGMa9vGafNQURvxKJgPwgE1 { width:13rem;height:3.41064375rem;top:103.75rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq6SwJCM7fGAQxUtBFJrPZbyxtSQuFH3 { width:3.125rem;height:3.125rem;top:45.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL0mdRIQBFI1FDV8VxKIJ3o1VQAPTctB { width:5.1875rem;height:1.3rem;top:102.5rem;left:3.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFJe0pCMJkyoiP6N6QGiHsDkIzboiL5h { width:3.125rem;height:3.125rem;top:90.8125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HBhwbH1fRy1esy0PJ5wpNEmtidWKE2n4 { width:17.3125rem;height:15.94725rem;top:107.9375rem;left:0.9375rem;font-size:0.875rem;line-height:1.2;display:block; }#HBhwbH1fRy1esy0PJ5wpNEmtidWKE2n4 li:before{  }
 }@media only screen and (max-width: 763px) { #lDFx9iIcSVPgGT4MTePqHk0nFq8ITsUS { width:0.25rem;height:3.5625rem;top:97.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTViCKC9kfh4ZkxeT7kiCwABkqi4Koix { width:0.25rem;height:3.5625rem;top:95.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uu03ytoONBs7HMUp6c9KBdEpBxupDQLt { width:0.25rem;height:3.5625rem;top:100.6875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtzZzsM3i2GMeInrZ7eTDsJF2wE5lyV6 { width:0.25rem;height:3.5625rem;top:104.1875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUBMxlWGEbnozddb1GmKkEmo3xNQDeEe { width:0.25rem;height:3.5625rem;top:107.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTWPPpn16ZGV1fTFPUIQaE8pkPIEpc5y { width:5.1875rem;height:2.5992875rem;top:125rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRTD7Hud5nEkTolVpLcZmBfPwH9TfRd0 { width:0.25rem;height:3.5625rem;top:110.1875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZ4nhqwEXw6l0KnSewsdPO4MZ6Q3QnmO { width:3.125rem;height:3.125rem;top:113.0625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCXVxZ01al7GeMfdih79rPLAxlVeaXhl { width:13rem;height:2.3362625rem;top:126.25rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN { width:17.5625rem;height:13.535125rem;top:129.875rem;left:1.21875rem;font-size:0.875rem;line-height:1.2;display:block; }#EZ9zbzbTW1bI66fyXAJTFEuPrtTiwkpN li:before{  }
 }@media only screen and (max-width: 763px) { #OQ9DGFtRHoWb3oGXMPIK9ik6LJVHMKb4 { width:3.125rem;height:3.125rem;top:144.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDZ48yHa3b9sPtnW8F5hwDdIeNRpBVna { width:13.8125rem;height:3.41064375rem;top:146.6875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAUaOl2JFmoFUSoB2THZac2aVvmup1qg { width:17.5625rem;height:13.847625rem;top:150.875rem;left:1.21875rem;font-size:0.875rem;line-height:1.2;display:block; }#fAUaOl2JFmoFUSoB2THZac2aVvmup1qg li:before{  }
 }@media only screen and (max-width: 763px) { #skaDg53fVTzZHinODLupIoX3CtCRTHRh { width:0.25rem;height:6.375rem;top:120.5rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHBS8i2vtDNyaggbEyQIOGfCiM3AZAz4 { width:0.25rem;height:6.375rem;top:126.875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPtqpXr3EnmI5zTXR9pcfsUyO8iWnb35 { width:3.125rem;height:3.125rem;top:165.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFngNX9w5VcyHNQTkQvmFDqOybCtoUJH { width:5.1875rem;height:2.5992875rem;top:145.5rem;left:3.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oRMTQ87WieTPsNO9dHagDSqM04c5M7GQ { width:3.125rem;height:3.125rem;top:118.0625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsC6xqkHLUNOT1waTQlpTbZNraRbWHOG { width:0.25rem;height:3.5625rem;top:115.3125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqJqlCtRb0kXOtCZzrk6xz2XaPvIKEAy { width:3.8125rem;height:2.5992875rem;top:166.125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ogzf8ktET8MrSNy16rlygBnVN7rvqD6e { width:3.125rem;height:3.125rem;top:137.25rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztl5qsqJ53Nx1onrubD1kfhRrnWmvLSc { width:17.6875rem;height:12.797875rem;top:170.5625rem;left:1.0625rem;font-size:0.875rem;line-height:1.2;display:block; }#ztl5qsqJ53Nx1onrubD1kfhRrnWmvLSc li:before{  }
 }@media only screen and (max-width: 763px) { #bVJx42ES3hvZFl00vzNQ7bbQbTXQHiH9 { width:13.8125rem;height:2.3362625rem;top:167.6875rem;left:3.09375rem;font-size:0.875rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { display:block; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { background-color: transparent; background-image: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container > .video-iframe-container { display: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row > .video-iframe-container { display: none; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .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); }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR { border-width: 0; border-radius: 0; }#Pnch2TLNoayubX5J3IwHl9iBRCe5nLbR > .row .container { width:20rem;height:75.9375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyGhzFsa6PrnKXIbkTW4qBmFPMbXUHo8 { width:17.99925rem;height:2.35625rem;top:24.1943359375rem;left:0.99853515625rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:"oleo script";display:block; }
 }@media only screen and (max-width: 763px) { #mU9XVb9Wm4nqszh0kk7iV3nEf3yXNm9d { width:20rem;height:20rem;top:2.0296875238419rem;left:-0.25000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwH1BeLL7VKK0bUrfl9qPlHcPsA52JtC { width:20rem;height:2.436525rem;top:28.983154296875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #n23wroDX1aXbTeF8EDywkRSE8sDnLUAE { width:18.8109375rem;height:30.75829375rem;top:29.489844322204rem;left:0.59453129768372rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kclkfNv4VnekupFtvm7er1T07vRLHcam { width:20rem;height:62.6875rem;top:2.030029296875rem;left:0rem;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p27EDSycudakCegS3bgM2lURLlPqdkvl { width:20rem;height:4.624025rem;top:23.05419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWkUt4tFgbtcIzTG4DkqIB7FusBxHD5a { width:18.999rem;height:5.3125rem;top:66.668701171875rem;left:0.50048828125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxVFnr09C1gvxIplgkV0Mm4AgkqNd6OT { display:block; }
 }@media only screen and (max-width: 763px) { #b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq { display:block; }#b2uQ1RlW1UGzowGdpKwiprhzXIlEeKiq > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfbsBtHCT15uRPZVcPyOgIIcfEue4FfD { width:20rem;height:2.35625rem;top:2.13671875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4eZ9T59spuswvNTfDMPsRCbrtMXkILe { width:1.25rem;height:2.35625rem;top:2.1375122070312rem;left:16.062500357628rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHk6RQP9PSSxNEU2F2Ws2WlaKfqzbz77 { width:20rem;height:52.125rem;top:6.736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FodXMJ8al43gTPT4rtWeaNR9D5CiZLVW { width:3.0625rem;height:3.125rem;top:8.36181640625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSRf5l474hSrmuHyN2hrSkWxIy3P5FB { width:3.125rem;height:3.125rem;top:13.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxGITKVMratyGMftRhOqrT8TTDcytlf9 { width:3.125rem;height:3.125rem;top:16.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #paC5bQan6W4kldcRCAHmkXP3D3xUckqq { width:3.125rem;height:3.125rem;top:21.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni3zF1ZvmeLrwB0feaACrs9r7pUi1PET { width:3.125rem;height:3.125rem;top:25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPDXKHhoPLprnXHVoIxiU7PxXHBfnbud { width:3.125rem;height:3.125rem;top:28.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL5ktvPrq9aE4u2NEh0CmNwlzsVgNSm5 { width:3.125rem;height:3.125rem;top:36.232421875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuGuoHmNFvuuOQ43eeKJ4NKOT6RqGte { width:3.125rem;height:3.125rem;top:39.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orlhBLP54r6ghe6kLoCM7Z5BqbBBfLxS { width:3.125rem;height:3.125rem;top:32.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvRCdAE1O9OBCRXqAh0HAT4LNaeaMTkV { width:16.6235625rem;height:2.3362625rem;top:39.8125rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #JBb7CPGVc1M4M3nBOyhPUMkhtcGTuatJ { width:16.6230625rem;height:2.3362625rem;top:36.669921875rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #JO1FWXMQawEHXrRSry9k60N2UruJ0aSU { width:16.6230625rem;height:3.41064375rem;top:32.857421875rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #TFJrU7ksF8amEzpp4is1SL3EozGogdCT { width:16.6230625rem;height:3.41064375rem;top:28.875rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #buCZUhDJ1vs35l5uppZ90GksPNgqE2d9 { width:16.6230625rem;height:2.3362625rem;top:25.4375rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Br8frHg5qvWGDzdrZQJ8XdmeIfTi9SOz { width:16.6235625rem;height:2.3362625rem;top:22.375rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #uFDQ9L4AInJyETnbEFsncN7fkHk3ytpn { width:16.6235625rem;height:4.547525rem;top:17.375rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Cs5JFXtAsrBM0AFCRQ46U6qAyS5eqDXX { width:16.6235625rem;height:3.41064375rem;top:13.8125rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #dSAQFixt1u3PJylZIwWMPPGpTlMvVk1J { width:16.6235625rem;height:4.547525rem;top:8.83056640625rem;left:3.0615234375rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #mHZDftROFeHLazTxoZ8FDxbw3Dgctupk { width:3.125rem;height:3.125rem;top:42.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUXcECDxswpOCnbS7pgteETMLqFPduH4 { width:16.9375rem;height:2.3362625rem;top:42.9375rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #RRMPcEb9sssdTiS32IE33T2yaUUp4Wb5 { width:3.125rem;height:3.125rem;top:45.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKomWr756KdNw3shag8EaeUhtThcNLOl { width:16.9375rem;height:3.41064375rem;top:46.0625rem;left:3.0625rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #B4E9SATCSlXGD5TpHiNcLkHAMzcOqyKy { width:3.125rem;height:3.125rem;top:49.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdUkRDyTAFgyyM1C6dMzwL9A1vrwnb7T { width:16.875rem;height:3.41064375rem;top:49.875rem;left:3.125rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #ist32gpwdc9slBerfJEGAtzQIpTnyJ8O { width:16.875rem;height:3.41064375rem;top:53.861328125rem;left:3.125rem;font-size:0.875rem;line-height:1.3;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #KSke7AdUUg1BNb0fVIQnJ82i4MFGdwBl { width:3.125rem;height:3.125rem;top:53.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 { background-color:rgba(255,255,255,0.34);background-image:none;display:block; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { background-color: transparent; background-image: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container > .video-iframe-container { display: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row > .video-iframe-container { display: none; }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .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); }#B2XA7y4IUbtp6rrpfcLyBaTckiON7o00 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMfZq6PN2Ltxs1L8MVhAqgCwAObOk303 { width:11.1230625rem;height:2.905925rem;top:8.438720703125rem;left:4.405517578125rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trRvvHuU0kTDGcso6kILlTeXraowKiPw { width:9.622625rem;height:1.625rem;top:6.875781059265rem;left:5.1890624761581rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MESeqJWwT1ExBJAMcJaG2J80iBPKHAVL { width:20rem;height:4.875rem;top:1.810302734375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZdHNvLBcb3FT7pnPPfVUEUIcdmEkTDE { top:13.74755859375rem;left:0.37353515625rem;width:18.49975rem;height:26.31225rem;z-index:100000;overflow:hidden;border-top:0.375rem solid #d1ab00;border-left:0.375rem solid #d1ab00;border-right:0.375rem solid #d1ab00;border-bottom:0.375rem solid #d1ab00;display:block; }
 }@media only screen and (max-width: 763px) { #y1JK29TsNmDJocTugQcxrqCqsb9WgPKN { display:block; }#y1JK29TsNmDJocTugQcxrqCqsb9WgPKN > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfVeJ5l3oCHOcFViDKXFvwDJ8ylTxgue { width:19.2480625rem;height:3.73535rem;top:2.3583984375rem;left:0.374755859375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 { display:block; }#UMUm2RtJCoMIxcgwerfP8QUAAXG9sm57 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ju8WEzZLBC0SUg6F47am1s5lCxwVug9L { width:20rem;height:22.5rem;top:6.624755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdakfQOCc5KeGPleLJI2vtNV0StTfClG { width:10.625rem;height:3.2921875rem;top:11.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXEX1stIqrhn11eFF325SA40EhEkVpDF { width:10.625rem;height:10.625rem;top:0.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJvhiWV1Ep8vHmUbWFZ0ZRMAdkp05Jqo { width:19.625rem;height:13.64258125rem;top:15.125rem;left:0.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVRkToIETpUhFTZ7SB8ngh9S1MJU6W5 { width:9.3125rem;height:9.3125rem;top:28.6875rem;left:1.125rem;font-size:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ngzig3pFteV7HiFNRB6zntKyho9ZSzAp { width:10.625rem;height:3.2921875rem;top:42.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIs5nPA5P3tNw7PkOFAMnvbbZUAbiZyi { width:20rem;height:23.125rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttndCde2yxs4SrATayafDg7zQmVDOTwF { width:10.625rem;height:10.625rem;top:30.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbaekKdkP0x9fSdrnTG7K3O111zdHpFd { width:20rem;height:10.6175rem;top:46.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOJf4C6qaKXbAqstCcSw777DNT8NbXcq { width:9.3125rem;height:9.3125rem;top:97.750793457031rem;left:5.3125rem;font-size:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO { display:block; }#dBbdbpGr1HyX33xJLaPDs1T1MDGtr7IO > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGVLERhuOQoSux78VOCA8lkutVIysn35 { width:20rem;height:22.5rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT10bsMLyhrogQGREOTqXWDUtnUieOIP { width:20rem;height:14.744175rem;top:13.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnFAsAVkiG2zN3TpLkUAswoGVWQ0BUnT { width:10.625rem;height:3.2921875rem;top:9.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JngHfR5TNqJy1z9OeTwGxyCMPZh41JD5 { width:9.25rem;height:9.25rem;top:6.5625rem;left:4.8124998807907rem;font-size:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTFdFvCZ2HKX6rzJa1Ti4DPTubhHGMtS { width:8.5625rem;height:8.5625rem;top:30.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXIwdTrnekIiMB9Te71nzcbzXObOef0h { width:20rem;height:11.1041875rem;top:46.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT8wcF34S1f0Gdrh9zhELHH3e145NHvW { width:20rem;height:23.5625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ik5nxWgPMFTDw3p8ChW07JbaTuw8HT { width:10.625rem;height:3.2921875rem;top:41.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0HnNX8LCckyQ5Q3sptZ9JG580AP89gK { width:9.25rem;height:9.25rem;top:39.021875rem;left:5.375rem;font-size:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TM4XqsAP9BgaTX1DMBr1PHrFh5PcVqWU { width:8.5608125rem;height:8.5608125rem;top:0.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6oF53kzt2haTW3t9b2scpzfnz3N4tFX { display:block; }#f6oF53kzt2haTW3t9b2scpzfnz3N4tFX > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrTFtsU7T4p0KLhFLnyZAmV0NHCqNTm6 { width:9.56175rem;height:2.9785125rem;top:0.99853515625rem;left:5.186767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJWikd4KOkOHL2PviL7x0TqDTlGJ5FoM { width:3.125rem;height:3.125rem;top:7.5rem;left:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsgl2kHFxX9w2rv6pwm4Et2ZmN3iePZp { width:3.125rem;height:3.125rem;top:7.5rem;left:5.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8y5bMp1sCyNA5uxFoZUianyhPexLPof { width:3.125rem;height:3.125rem;top:7.5625rem;left:8.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvriMhgAv1iuFReJLmCLkNGzBKQMTDRv { width:3.125rem;height:3.125rem;top:7.5rem;left:11.763916015625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdJZbNpLQn9uHVotkWCfaiST5ADCRDV { width:3.125rem;height:3.125rem;top:7.5rem;left:14.810791015625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6z4vhd5pIP3rfIm3m0rnMXu46OVGODy { width:3.75rem;height:2.6001rem;top:4.602294921875rem;left:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB { display:block; }#aHWoTQ8HcnKZ0UzRxEWg5pPG1XET6egB > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRnantMDIRqE3mrhUx6AaatKvVGIOFNx { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx { background-color:#222222;background-image:url("https://images.assets-landingi.com/r4uCvb3b/logotypy_PION.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.adaptive-delivery-prevent-bg, #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.lazyload, #HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx.lazyloading { background-image: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { background-color: transparent; background-image: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container > .video-iframe-container { display: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row > .video-iframe-container { display: none; }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .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); }#HtMk30Bu4GiuaMZDzvKcfrGTEwk0KHzx > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfkViLfyT6TFmDufswNmoFO84uW9bTZc { display:block; }#TfkViLfyT6TFmDufswNmoFO84uW9bTZc > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm { display:block; }#Ida46f3JC3IwhIPIpsIgL0lzePJx6iMm > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHAbxXbZ3Fo5RFpC3s9k8XkUifTtynoy { width:20rem;height:10.382293762576rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAPoq41b8KowX7Uh7TdBZknGAXXwUQDV { width:20rem;height:10.970464135021rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpisfPv10EpN4OgGskqJTbn2CytcZDIo { width:20rem;height:3.73535rem;top:1.4127616882324rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xClUVesnnWSErg4ML5fzqfsZ9aqgGpmk { width:17.5rem;height:10.3125rem;top:31.524218797684rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXpSQ1DBcuBSQbbpbJwK3Wz7Vw23528U { width:20rem;height:7.316375rem;top:57.071094512939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLVUOtLTvnMKRmEp34fzvqJc9TwmRCwZ { width:20rem;height:7.9421875rem;top:44.782814025879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff55oFWudQBEeqsVJUQfUP2GMXGttX7W { width:20rem;height:4.2546875rem;top:70.765625953675rem;left:0rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #XIPPJHxCTH0fxh7brJ9BbtstNqWmQ57N { width:20rem;height:10.382293762576rem;top:31.521094560623rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5bx6Vt6gZy1VlhJmk8dmOAFkdx5UQho { width:20rem;height:10.382293762576rem;top:43.563281297684rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRArUc1buLe4ZnfVSfTIlghZlAiqnCBD { width:20rem;height:10.382293762576rem;top:55.570301055908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gChDHhnONBJJMwmtCEXJBxhFcUe7Gquh { width:20rem;height:10.382293762576rem;top:67.702344894406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTOCpfHOkGfhKCvuHbzGcJMETdwbssTJ { width:11.5625rem;height:9.625rem;top:55.94765663147rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5HwEqErizoAtdM6dnRODux9p2AAGTT5 { width:11.75rem;height:9.9375rem;top:55.791406154632rem;left:7.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTOIiBwkTlDuOHzE0xQEdEnloR3lGsvr { width:11.8125rem;height:9.6875rem;top:68.080473899844rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AyrJhopuThNbmDIt4eH9ZlMqyoA1rGbX { width:12rem;height:10.0625rem;top:67.860934257506rem;left:7.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFp3WwTeGt6Fv8DuWKUmsNoWCLhTkOtZ { width:11.875rem;height:9.875rem;top:43.81640625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDzGoJRCT33y2DAkNVpQgPTFxm8TmNzo { width:12.0625rem;height:10rem;top:43.75390625rem;left:7.2499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUXouhVDZLvHKaABTtk3HvSlDyWmdsQP { width:11.75rem;height:9.8125rem;top:31.805468559265rem;left:7.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXAfAcxG54zdMsseMQpRQqTBd7iITcSF { width:12.25rem;height:10.1875rem;top:31.617969512939rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 { display:block; }#guiSTFVOPqx1hrtPEe5vU95fIaipVkz7 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKoZmTVsrCFade6KpZRSkvdOfMBt4E8s { width:0.625rem;height:19.5625rem;top:30.375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDxqkEbtlH6qgpMPSKbgkKI4QFEs18BG { width:0.3125rem;height:12.8125rem;top:20.8125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLJqND4NJ652qigsRcZatwK1t2cHOCzf { width:20rem;height:32.25rem;top:11.124218761921rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6rIicMdKVRV8mcbtAGnbsPqX6EJsr3H { width:9.12425rem;height:1.443525rem;top:26.078125rem;left:2.8796874284744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fptTJoRwP1VyZmJAB8zTS35zgs8PbTa2 { width:10.686rem;height:2.03125rem;top:31.104328155517rem;left:2.8792316317558rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbTleyNbvXxk9gkq6slU1Jd2USllCgK { width:12.5rem;height:1.54296875rem;top:29.623208999634rem;left:3.7499997019767rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAKrwCTJnZlc2ysPtLq3qxOT8s4kwnOW { width:14.625rem;height:1.443525rem;top:23.45468711853rem;left:2.8796874284744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMBnlfBmgHPRfSHiCX4c2RpylpPFSGNU { width:19.125rem;height:7.86198125rem;top:12.936721801757rem;left:0.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPxMzkKKF9yanVS4kB9x2Uf52EpvNooT { width:2.5rem;height:2.5rem;top:22.895313262939rem;left:0.44140625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfuitriT6bMpQhGaA1D0T3evATereomV { width:2.56171875rem;height:2.56171875rem;top:25.456251144409rem;left:0.37968754768372rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TL0hEnDI8qmzrP5TOaLQehXGgJlvmZ { width:0.625rem;height:19.5625rem;top:4.4375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRZdcTqkMiDFvHZsOVow5vhcP8CelztT { width:19.8111875rem;height:0;top:1.3747831583023rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCPBLbJN09zwcInrrpFhxXK5MZO4EQP0 { width:5.6860375rem;height:1.54296875rem;top:31.348499298096rem;left:10.624999701977rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvn1aJxAxBWxTpGrVzXK5qa89NrcClqM { width:14.9370625rem;height:3.2487rem;top:1.4366320371627rem;left:2.4989151954651rem;font-size:1.25rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ .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; }
#RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ { display:flex;width:18rem;height:5.0625rem;top:3.4359378814698rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #wRmHOePyTAJ9lRyTe2Qh0LuMm7id1SBg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oNpSf1ibL0xXfeHOzI5FTTLhiRAwQJku {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #E7N2prJo0DqJ4fRl6OnnXkcrbkfwwU0x {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #oMwZqqPONqvh7AkiOb583SToNWDEElT0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #ik4iATabV5RDAZhDMOCcFZ7wxcof95bo {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #yC0S8XQeTCLXRKDSZSEKUVNSu4wB8QUb {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Ru0nfrmlv6IsUH6Vo5GySst9TGLnuZOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #hp0gX2cL1lvMyHwN7t6Dvez46eVP6aQt {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #MklOhgs3gN6tPpR5fTVcGyXl0tiLX7iS {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #Idfu09INxts1bV2CaJeIaBdJr1T3qHuq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #qWmaWZyl5KNtrPfd1VwtxodiIzmQLo8C {  }
 }@media only screen and (max-width: 763px) { #RIhPBh0FsTxPlpTmUDs7bNEMwkOx18iZ #UVlzM9cZVyDGWpgumbIwho3aVTHq2MR1 {  }
 }@media only screen and (max-width: 763px) { #KkDCNdWhTzKXIzckdfQif1HfRzzTqV51 { width:18.9998125rem;height:3.937175rem;top:35.122882843017rem;left:0.49886065721512rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPNb9xrNVwkyvBUAFwhb6xzT6X7TahhW { display:block; }
 }@media only screen and (max-width: 763px) { #LOxuWq5c5SUy6i3c6DZG2gTE8XXegOLL { width:10.625rem;height:2.4375rem;top:31.349219322204rem;left:4.6874998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAQ5czHMb2RXJAVAkfO1wV2vTUhZ2laD { width:20rem;height:1.443525rem;top:34.349256038666rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMRKttWaMCebXcESBmGJJAHC4KDfFETD { display:block; }#yMRKttWaMCebXcESBmGJJAHC4KDfFETD > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVP2sqL0puuhTaS19oTPTOa32VJnJu5d { width:11.75rem;height:3.7375rem;top:1.625rem;left:2.4367188215256rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edCehse3ceT9rKS7v6d3UngB61IInKbn { width:15.25rem;height:4.0625rem;top:6.6250009536744rem;left:2.3750001192093rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ { display:block; }#Ra4UAfBKaD9fnMlaMXKgTxp2Qtr6mSAQ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z18fcrLsHRe8gxf71i967echQamb5wIo { width:19.375rem;height:2.923825rem;top:1.4990234375rem;left:0.43701171875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3NOqJmD3OdzQcHwJcC8tP3I78XJasLO { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 { display:block; }#mqR3JVLRyvIVLnTZ1PTGAlgbcpNP5kJ7 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtEHbwrQT02cWhBOgnBoFR315ZAT5Qyp { width:19.1875rem;height:8.3984375rem;top:1.25rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sTCetOiVZCV5sBRM36ckbRPWmchws0iX { display:block; }#sTCetOiVZCV5sBRM36ckbRPWmchws0iX > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuTUXaf6DPsm0GvfRfc5uLrR6Q77UTK9 { width:19.375rem;height:2.923825rem;top:1.25rem;left:0.43701171875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGUiWhR4m2nGqcqUln4EVe1mscOvNGg6 { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl { display:block; }#zMV0L0PVKmZ04UJ77S8O5vyN1uaTFLAl > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMa9IUm74rww8e0mhgvaLwxN0zSm8VIm { width:19.1875rem;height:6.2988125rem;top:1.25rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 { display:block; }#d2x0a08bqB8svDyP9fTZdvXAVArzRNL9 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfccDKgMfhxDUhcUdD8qoM7sWnOvCIEh { width:19.3125rem;height:2.923825rem;top:1.124267578125rem;left:0.43701171875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOrKNUPO39RERBqC3kcSg8tpZChL3St7 { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv { display:block; }#xOqVwvtTPSvGfNRQUN5sNeeRfGqW2lAv > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZab1ctOP37vRREn9FhXfT26CeIVCv0B { width:19.1875rem;height:2.1rem;top:1.25rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pE52QEsDi1DLps4iotROswEuWkMbWF6F { display:block; }#pE52QEsDi1DLps4iotROswEuWkMbWF6F > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WePxyAsnhTu8Fw4I2TBRWi1LO75PxwTk { width:19.3125rem;height:2.923825rem;top:0.9375rem;left:0.43701171875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVXQvL197SirqKeHfmAmwMSnElZUyVV { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai { display:block; }#IRVCUBh9TqD8t3XWsPRdNFec6GA3vuai > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z01OlxHxKx717ckLqPqi6SM9yBrUCWbU { width:19.1875rem;height:6.2988125rem;top:1.2500009536743rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D { display:block; }#fUeAGoLDQCcPnzbbKpSTwP7Sh6xcn77D > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBqFTE8XS5Z9DcewQKTTJrpexxJiNuoq { width:19.125rem;height:2.923825rem;top:0.811767578125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMgQpQ8KufmeRF1wnFb0a3x4trNGXdvx { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ { display:block; }#aO4u7tT711iPGpZmSaV2xBTLvzLbcXXZ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6dSlS5pWuZp8aJTl5RHQ7spB8NMa6Sk { width:19.1875rem;height:2.1rem;top:1.3125rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wITFAIRITVpd0XX2vOkec2alnTmLmhcA { display:block; }#wITFAIRITVpd0XX2vOkec2alnTmLmhcA > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBedNTA4OZcXsWp6CdqxsKgnlLEGzCAP { width:19rem;height:2.923825rem;top:0.74951171875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTdEie2zLyiZqup0a6OoLgiwuDhcK4Uw { width:2.5rem;height:2.5rem;top:1.5000009536743rem;left:4.0624998807907rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5taT6dE0K2wansui7CEGeGMnVMvaBkh { display:block; }#Q5taT6dE0K2wansui7CEGeGMnVMvaBkh > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQUy5I6ZEil2LBBA6b0X0ZaWTiS4uTIe { width:19.1875rem;height:6.2988125rem;top:1.82421875rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 { display:block; }#PcLmNH61LTOPHaBcAnpM8MZkxQMT8b26 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n { display:block; }#LTBxwOEZT52psDw7BgpdnyQEfe7Liq7n > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJIgwdtb7M2H4OHOPuWTmd2E38wA8Ume { width:0.625rem;height:19.5625rem;top:30.375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qaXM8cfF1oOvITmkK45wfaH5506dR9Hf { width:0.3125rem;height:12.8125rem;top:20.8125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQakVqzZdgRJZTWGA1tcSaImhurC4Ryc { width:20rem;height:32.25rem;top:11.062278747559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRipQ7yuT8vG6fPz1EKPnNbuyegL36H { width:9.1235rem;height:1.443525rem;top:26.494954109192rem;left:2.7498371005058rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgk9TTfhqPdvT7IJCXDHA6kZWBgI9a3O { width:10.686rem;height:2.03125rem;top:32.036131501198rem;left:1.9685871005058rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0qyL7ZcTcJHGnCcteD6kv6frVrBhNFX { width:12.5rem;height:1.54296875rem;top:30.351561546326rem;left:3.7499997019767rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3Wt2DbXF6d98sn6MPrPTcvTvMTdlb7 { width:14.6248125rem;height:1.443525rem;top:23.938801765442rem;left:2.6871744990349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnztSxerHaeKLXkJlRdwRKl8q2mfv7qt { width:19.125rem;height:7.86198125rem;top:13.061718940735rem;left:0.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVU1pVC8bQlhDhyX7Lay26OJ7XB146il { width:2.5rem;height:2.5rem;top:23.409829139709rem;left:0.31005859375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXHrZGQdbLyxt3zcdrgo7IDO9cE6a40E { width:2.5610375rem;height:2.5610375rem;top:25.904946327209rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWRWepK20ZnlIc1k2DwiTTiKfZOh2K8i { width:0.625rem;height:19.5625rem;top:4.4375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wIQfk8bazQ3G3cC93Ai9KfvEGdlQom2O { width:19.8111875rem;height:0;top:1.3747831583023rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEtlx2M9ggxib0GD6frwX7FSldyPHgtM { width:5.6860375rem;height:1.54296875rem;top:32.280272126198rem;left:10.624999701977rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czwbRPCwi2oHKMzNSoWaFBNtE4yZ6zoq { width:14.9370625rem;height:3.2487rem;top:1.4366320371627rem;left:2.4989151954651rem;font-size:1.25rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #w2TOKrNwasyfT8TdQDFyRfG7FiAklUD5 { width:18.9998125rem;height:3.937175rem;top:35.179847717285rem;left:0.49967449903488rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3JPo405BKB0INxOF9EHkxGWl4Q6cc3T { display:block; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT .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; }
#qP8RMydl95suDmEllM9f4nbHIBJtu6uT { display:flex;width:18rem;height:5.0625rem;top:4.09375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #dLVb3KBzknuh1Fd1595ZhC3Q1VkfVuLp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #s1T67lrnnBbzN2gQkGO26bHNvQ0PkexK {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #TzHHD94OdfRdi1THVJ9eJrkQPZVG9fbR {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #iGwx4oZzoN7Q7kseoaNIknvq7chXbs5O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #RpLACduhTvLH3maIxDIe1qBUq443sAky {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #KHPOnTQSC407C7cKks9aWddtHUXTv4qM {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #LVOOLwqe85a59keGqz5rlBvXuBeWHCp7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #aQz7TWyEOakrMbJrqy74RS8MtOi9f7Oi {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #irO55QkVK4S8WkmWZhqUIQcaHTEsT0R4 {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #P3NMnKKHEiFOKyoAKR26LM2AoTXGW977 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #d079resDLQ6AugyCTGa6T2fuLG49RgFG {  }
 }@media only screen and (max-width: 763px) { #qP8RMydl95suDmEllM9f4nbHIBJtu6uT #vVMcOMq36vSD9gLkM5QOTiQPJUeTy9WK {  }
 }@media only screen and (max-width: 763px) { #blmPS3gRedhUKCPOGB7ffW7I5M88Mu8A { width:10.374375rem;height:2.4373375rem;top:31.832679748535rem;left:4.8120114207268rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INe742wU6DwGLSWdgMoag995gpzLTdc2 { width:20rem;height:1.443525rem;top:35.180469512939rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmGeWrPaSuAATxStNACLvl0hNUrcvmeN { display:block; }#nmGeWrPaSuAATxStNACLvl0hNUrcvmeN > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMVvtx55dgn0ZatrSnXVcfBI4WwmGAMX { width:12.5rem;height:2.1940125rem;top:1.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRiumE7Uc8BWEEFglnMqTJJiUNJ5UbLW { width:20rem;height:1.787925rem;top:4.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmCC1mSsQTgl9FSTBGwJaPvmxhtzZuyr { width:18.125rem;height:3.999025rem;top:39.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q43i4bUCrMfdEvkOQgURfkLwm0v711KD { display:block; }
 }@media only screen and (max-width: 763px) { #bZ4l5Mv1Xi7dT1vIg7vJMz2THOqUdIqH { width:1.875rem;height:2rem;top:40.8740234375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQg08Mi7GGvyVDmc55WSvi0WllsxCGLR { width:20rem;height:1.54375rem;top:36.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t58Z4RIky5HJKEB5aVH5lcDpI1iQeO3h { width:14.18675rem;height:3.4375rem;top:30.436718940735rem;left:3.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJeGVTya3gh9z2XhKVyNTepG5BarQvfI { display:block; }
 }@media only screen and (max-width: 763px) { #Mkpsx9NKHsBSrg02Ka3uQmIX5e0dllE2 { width:17.8125rem;height:1.625rem;top:25.260974884033rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5TCc2K18sW5mCNW7wA2Tm6JWgAKSxfA { width:19.0625rem;height:2.03125rem;top:22.291406154633rem;left:0.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrUrz41uxuMX71zE75MTz2TrqDgvgTFh { width:3.87421875rem;height:2.7046875rem;top:27.732788324356rem;left:8.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDuIu6IToAUOKwhWBs6HiPzvES6zCbP7 { width:2.375rem;height:1.70390625rem;top:34.125000953674rem;left:8.8125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcpTwG5UqL2nUgLTbWz13XceUVOpLnFI { width:20rem;height:20rem;top:5.3234009742737rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto { display:block; }#i4ksSU9qqZUTm2XTVASAPkFFBKTMXBto > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1llmvneN88KB58EMpCQuWTQhhoClJ56 { width:4.375rem;height:1.8125rem;top:1rem;left:1.0609375238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7l3lsh5yX7dSQNkb63rJ1TeqKueC74m { width:11.625rem;height:2.111325rem;top:0.9375rem;left:7.2499998807906rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }