.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;
}body { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/ef276ace-0c45-4aec-8a58-56affe395b5b/tloWDI4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vz2u9fLbffuxO8t9PZCbTHXORXEp7aqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(27,31,40,0.95);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#vz2u9fLbffuxO8t9PZCbTHXORXEp7aqS > .row .container { border-width: 0; border-radius: 0; }#vz2u9fLbffuxO8t9PZCbTHXORXEp7aqS > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:none; }#gfoZRsl2hZTJyNax2V1S9K8Riav7kHWl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.24978125rem;width:7.6871875rem;top:0.71831601858137rem;left:0rem;overflow:hidden;display:block; }
#u6pKiCSQohpRZSCD2e5TtvFJtpTucdBS { background-color:transparent;background-image: -webkit-linear-gradient(141deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(141deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(141deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(141deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(141deg, #00d3fb, #9d6df8);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-shadow: 0rem 0rem 0.625rem rgba(195,139,242,0.5) ;box-sizing:border-box;color:#1b1f28;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.8125rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.93750005960463rem;left:66.874457359313rem;display:block; }
#KSNoeSRbvahFCF0BabdngwtbdXBaaoap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L2qAbKmoOcTPL6z2FhyGdZkIHnWxbOk4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00d3fb;box-sizing:border-box;color:#00d3fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.8125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.93750005960463rem;left:25.811633110046rem;display:block; }
#p6XzKcnf9Trv1kalSBz2PgEWn1ORLFDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OpsNcR6evWO2nGSDvff44AxWDUmqTVEZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00d3fb;box-sizing:border-box;color:#00d3fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.812175rem;height:2.8125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.93750005960463rem;left:35.311415672303rem;display:block; }
#PfgJwZEcU9GWZgS68NFHLwF60VUsUTtp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VNlSNfOawHZkf03XNn8Jon2bRxuknIMg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00d3fb;box-sizing:border-box;color:#00d3fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8120625rem;height:2.8125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.93750005960463rem;left:42.623156547546rem;display:block; }
#EL5UXTqIUdeITWcHE0KD5tmsJscRzFtX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yZWrIGdTUTHOyUgzUGz4gCz1LTzAt70A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00d3fb;box-sizing:border-box;color:#00d3fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.8125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.93750005960463rem;left:50.748915672303rem;display:block; }
#UTHaX47xhe3ax8gNqUZLVqg3LTcKDhgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wInWZV00scQINICwJ0tXheD0PEtpvp1w { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00d3fb;box-sizing:border-box;color:#00d3fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.96788197755812rem;left:59.186743736267rem;display:block; }
#lfVkOTb3TM9JMwXUsJDkpf0oW4q6IcsS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#egruLOTvPUeizVz1oKqZWKWhXBHuDBgU { box-sizing:content-box;color:#5d92ff;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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100000;display:none; }
#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(27,31,40,0.95);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 > .row .container { background-color: transparent; background-image: none; }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 > .row .container > .video-iframe-container { display: none; }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 > .row > .video-iframe-container { display: none; }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 > .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); }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 > .row .container { border-width: 0; border-radius: 0; }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#OFhRHLLaH76GNsoNo2rTxqArgopCtmHL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.24978125rem;width:7.6871875rem;top:0.71831601858137rem;left:0rem;overflow:hidden;display:block; }
#Ngsg4sw7kuOlieuzMeq0HfnTLhF6p5JH { background-color:transparent;background-image: -webkit-linear-gradient(141deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(141deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(141deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(141deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(141deg, #00d3fb, #9d6df8);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-shadow: 0rem 0rem 0.625rem rgba(195,139,242,0.5) ;box-sizing:border-box;color:#1b1f28;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.8125rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.93750005960463rem;left:66.874457359313rem;display:block; }
#GS1HkKrFQKqaDz146qxuflg0J1sUCxI3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#detQTCtK0nBvDq7znLta1yMTrXbI9tRs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00d3fb;box-sizing:border-box;color:#00d3fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.8125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.93750005960463rem;left:25.811633110046rem;display:block; }
#uElgSM2viV7qwowlS43TIMq5qbeiUEQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TPlaLi7zQ4rCE50rrkhcBcyhrxdNO54y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00d3fb;box-sizing:border-box;color:#00d3fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.812175rem;height:2.8125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.93750005960463rem;left:35.311415672303rem;display:block; }
#PLfCSiGOavPtnAzuOvoSG5QOqmuS1TWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w9p4PVGcoOiHZkXWOdOKB1zvVRWbUr1B { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00d3fb;box-sizing:border-box;color:#00d3fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8120625rem;height:2.8125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.93750005960463rem;left:42.623156547546rem;display:block; }
#N3z6OBCeTqqRJV4384K6XQ0aDZUEHoB6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BX1Tl6K4Ocdn3kRHAH57vlRZ8RdH5b8W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00d3fb;box-sizing:border-box;color:#00d3fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.8125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.93750005960463rem;left:50.748915672303rem;display:block; }
#V66Gcut5gTTIMdeZTcqxs9uTBU3J1LK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lIWSbqKIWtO4aOJKlLOdBFngHEe1zHiq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00d3fb;box-sizing:border-box;color:#00d3fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.96788197755812rem;left:59.186743736267rem;display:block; }
#rkLlHX5ksRUlzcsN60VTSy4n7SqH6WRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/d5759e9a-ee88-4cdc-ac79-128856bd84d3/szczekatlo.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;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,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#dZTQCpNV9AEV4dT9C00x6ocMTBtCm04b { color:#00d3fb;display:block;width:47.3123125rem;position:absolute;font-family:"smooch sans";font-size:8.9375rem;font-weight:normal;z-index:100000;line-height:.9;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem rgba(0,211,251,0.5);top:14.5rem;left:0rem;height:8.043625rem;display:block; }
#PnftSWDKmQ8cORigurSlwWvsVNCcqoT7 { color:#00d3fb;display:block;width:47.6248125rem;position:absolute;font-family:"smooch sans";font-size:2.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:24rem;left:0rem;height:2.92480625rem;display:block; }
#Duw8zr3FUye8oyVvu8qnwFCStIGDX5x6 { box-sizing:content-box;color:#9d6df8;font-size:3.0625rem;font-weight:400;line-height:1;height:4.43739375rem;width:4.43739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 0.625rem rgba(216,195,255,0.51);display:block;z-index:100002;top:43.186851501465rem;left:35.281035423279rem;display:block; }
#xhHO57mWqbgEGe2cLAT7lgWNMdsJVrUb { background-color:transparent;background-image: -webkit-linear-gradient(141deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(141deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(141deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(141deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(141deg, #00d3fb, #9d6df8);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-shadow: 0rem 0rem 0.625rem rgba(195,139,242,0.5) ;box-sizing:border-box;color:#1b1f28;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.9375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:32.1875rem;left:0rem;display:block; }
#QEu9aXrRaM4rWAwIJ8RPxq7IXZe3RzOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hk4c6M106zF7bIExgIddJaMMfXapHzPN { background-color:transparent;background-image:none;border-top:0.0625rem solid #9d6df8;border-left:0.0625rem solid #9d6df8;border-right:0.0625rem solid #9d6df8;border-bottom:0.0625rem solid #9d6df8;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-shadow: 0rem 0rem 0.625rem rgba(195,139,242,0.5) ;box-sizing:border-box;color:#9d6df8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6248125rem;height:3.937175rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:32.1875rem;left:14.25rem;display:block; }
#iP7qJTcOu1iTHxqk9IoiA4gBJzNgn4qZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kGTI19a5JlDNaweZAF47NCaTuXKN63dd { position:relative;display:block; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd { background-color: transparent; background-image: none; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row .container > .video-iframe-container { display: none; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row > .video-iframe-container { display: none; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .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); }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd { border-width: 0; border-radius: 0; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#DpiahfUvTZyxo8ZthxRGUlUcZCpxXgT9 { color:#00d3fb;display:block;width:12.5rem;position:absolute;font-family:"smooch sans";font-size:8.9375rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.5625rem rgba(0,211,251,0.5);top:1.3125rem;left:6.25rem;height:11.6189375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zTzF0qZoXAkNVP874HE9P6doNVQiETDH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.375rem;left:6.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZFPxCOMpI2oVsieFnvJqLXoR2N5tx21u { color:#9d6df8;display:block;width:12.5rem;position:absolute;font-family:"smooch sans";font-size:8.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.5625rem rgba(187,155,249,0.5);top:1.3118438720703rem;left:31.250002861023rem;height:11.6189375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dkeOgATcZ5VRLEgpTCC7v4vshUGktq66 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:11.368267059326rem;left:31.250002861023rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XM5GIgD9g6MtPmdT8g2AmFRbpvBx5USX { color:#00d3fb;display:block;width:12.5rem;position:absolute;font-family:"smooch sans";font-size:8.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.5625rem rgba(0,211,251,0.5);top:1.3125rem;left:56.25rem;height:11.6189375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVwOTaxEvNMxMH5okpK8nnu3vhG61pzv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:11.3125rem;left:56.25rem;height:3.24978125rem;text-align:center;text-align-last:center;display:block; }
#l4glgVoHMPiv979rBnG1NX9JKSar2hEl { position:relative;display:block; }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl { background-color: transparent; background-image: none; }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl > .row .container > .video-iframe-container { display: none; }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl > .row > .video-iframe-container { display: none; }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl > .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); }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl { border-width: 0; border-radius: 0; }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#MIOJcgyv8hvEUN8xcSE6cLSi3px69qaC { color:#ffffff;display:block;width:40.7498125rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:2.125rem;left:17.125rem;height:4.54969375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JoK51IpgV6LLkZbXhu7PfeM8CXTvqqZS { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(89deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(89deg, #00d3fb, #9d6df8);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 0.625rem #756df8 ;height:0.125rem;width:31.25rem;top:7.1875rem;left:21.875rem;display:block; }
#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z { position:relative;display:block; }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z { background-color: transparent; background-image: none; }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z > .row .container > .video-iframe-container { display: none; }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z > .row > .video-iframe-container { display: none; }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z > .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); }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z { border-width: 0; border-radius: 0; }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#DdvXAJCfT7yr1S42TEbezzeb2M58vS3T { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4rem;left:15.625rem;height:3.24978125rem;text-align:left;text-align-last:left;display:block; }
#lsVdBwkrLLuuS1nZ9ZtcG2viWng4racQ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4rem;left:41.25rem;height:3.24978125rem;text-align:right;text-align-last:right;display:block; }
#wDNZ0E8q9ZUOgyIhAo49ZyAFgqMFgbGb { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:6.4371875rem;top:1rem;left:8.75rem;overflow:hidden;display:block; }
#eoTsKAeIiKmRfKuRWw24S9rkEPn7BrzG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.87456875rem;width:6.7496875rem;top:2.25rem;left:60.75rem;overflow:hidden;display:block; }
#yugrkCuehAFEKT2y9T227u7WTshMtcTi { position:relative;display:block; }#yugrkCuehAFEKT2y9T227u7WTshMtcTi { background-color: transparent; background-image: none; }#yugrkCuehAFEKT2y9T227u7WTshMtcTi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yugrkCuehAFEKT2y9T227u7WTshMtcTi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yugrkCuehAFEKT2y9T227u7WTshMtcTi > .row .container > .video-iframe-container { display: none; }#yugrkCuehAFEKT2y9T227u7WTshMtcTi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yugrkCuehAFEKT2y9T227u7WTshMtcTi > .row > .video-iframe-container { display: none; }#yugrkCuehAFEKT2y9T227u7WTshMtcTi > .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); }#yugrkCuehAFEKT2y9T227u7WTshMtcTi { border-width: 0; border-radius: 0; }#yugrkCuehAFEKT2y9T227u7WTshMtcTi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#ZepA2TlJD0uMpLaUg6lew8mvOwbn8xVG { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.3136959075928rem;left:15.625000953674rem;height:3.24978125rem;text-align:left;text-align-last:left;display:block; }
#Le8nzXLui0fxqCHBOKG7BSJEWg6GKG71 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.2492408752441rem;left:41.250002861023rem;height:4.874675rem;text-align:right;text-align-last:right;display:block; }
#Etu2kfhZzPxsR6MRkTFM4d41PNHNJoFN { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.311875rem;width:6.6873125rem;top:2.5634765625rem;left:8.7500009536744rem;overflow:hidden;display:block; }
#RTlh0lrT1K1xBIVTcmZzutZawsHy11he { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.31206875rem;width:6.6873125rem;top:3.3758697509766rem;left:60.812178611756rem;overflow:hidden;display:block; }
#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr { position:relative;display:block; }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr { background-color: transparent; background-image: none; }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr > .row .container > .video-iframe-container { display: none; }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr > .row > .video-iframe-container { display: none; }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr > .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); }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr { border-width: 0; border-radius: 0; }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#OTkNWEtRQ4t3kId7btC7KHkCXoR58Jzn { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(89deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(89deg, #00d3fb, #9d6df8);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 0.625rem #756df8 ;height:0.125rem;width:31.25rem;top:8.25rem;left:21.875rem;display:block; }
#QyCsUrMfbOCIxTeHV2AKZAanA1usVGSy { color:#ffffff;display:block;width:40.7498125rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:17.125rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG { position:relative;display:block; }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG { background-color: transparent; background-image: none; }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG > .row .container > .video-iframe-container { display: none; }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG > .row > .video-iframe-container { display: none; }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG > .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); }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG { border-width: 0; border-radius: 0; }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#t51gyFd5QEqkKXPnEWiywmvJWns7ukh4 { box-sizing:content-box;color:#9d6df8;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 1.25rem rgba(157,109,248,0.5);display:block;z-index:100009;top:1.125rem;left:0rem;display:block; }
#IHSakds781TQmqgv6MSVSkAsxQcbQJno { color:#9d6df8;display:block;width:33.5625rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:5.9375rem;height:4.54969375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gXE5rJkKXWTabeW1375NhTK77UKFQ7rR { color:#9d6df8;display:block;width:12.5rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:2.75rem;left:62.5rem;height:1.62489375rem;text-align:right;text-align-last:right;display:block; }
#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx { position:relative;display:block; }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx { background-color: transparent; background-image: none; }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx > .row .container > .video-iframe-container { display: none; }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx > .row > .video-iframe-container { display: none; }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx > .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); }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx { border-width: 0; border-radius: 0; }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#sXOWW40PX5F8NDX7gQhvfGxkIlD7m2H1 { position:absolute;display:block;z-index:100004;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/943613a1-9ab5-45f8-a1fd-3856976854af/WDI_0003_ThomasHanser.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #9d6df8;border-left:0.125rem solid #9d6df8;border-right:0.125rem solid #9d6df8;border-bottom:0.125rem solid #9d6df8;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem #9d6df8 ;height:6.25rem;width:6.25rem;top:1.875rem;left:6.1875rem;display:block; }#sXOWW40PX5F8NDX7gQhvfGxkIlD7m2H1.adaptive-delivery-prevent-bg, #sXOWW40PX5F8NDX7gQhvfGxkIlD7m2H1.lazyload, #sXOWW40PX5F8NDX7gQhvfGxkIlD7m2H1.lazyloading { background-image: none; }
#grzbbl6pRrDdSXdeQmF9bJrr9VMTGECu { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#D9T1uTQZuT8Qm039ZBu2eAtsTAnPdrC5 { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.25rem;left:14.5625rem;height:4.224175rem;text-align:left;text-align-last:left;display:block; }
#DQiz0Q2QMpNdBg7r0TGEBlqQPCcuQOC8 { position:absolute;display:block;z-index:100008;background-color:rgba(157,109,248,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(157,109,248,0.5) ;height:0.0623915rem;width:62.5rem;top:35.060764312744rem;left:6.2494573593139rem;display:block; }
#JLRb4T17ogPFqS92OFrsNJySyShMCChN { color:#ffffff;display:block;width:54.2496875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:21.122501373291rem;left:6.1870660781861rem;height:12.7474125rem;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; }
#ts2oALSrDPE4KEiP0mz75IQPrEuDCyQI { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:10.375431060791rem;left:6.2494573593139rem;height:3.24978125rem;text-align:justify;text-align-last:initial;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; }
#PpCFvACkevFSH9a9nxfHfCGoJuIREsnT { color:#ffffff;display:block;width:54.2496875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:14.194875717163rem;left:6.1870660781861rem;height:5.499675rem;text-align:justify;text-align-last:initial;display:block; }#PpCFvACkevFSH9a9nxfHfCGoJuIREsnT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PpCFvACkevFSH9a9nxfHfCGoJuIREsnT li:before{  }
#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap { position:relative;display:block; }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap { background-color: transparent; background-image: none; }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap > .row .container > .video-iframe-container { display: none; }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap > .row > .video-iframe-container { display: none; }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap > .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); }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap { border-width: 0; border-radius: 0; }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#QUfl2V2qzvx0L0c9MlUOQXvqFEPMkSET { color:#00d3fb;display:block;width:32.625rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.625rem;left:5.9375rem;height:4.54969375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zyN57sroryatuUmBlk5zhJv89oLuDOKb { box-sizing:content-box;color:#00d3fb;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 1.25rem rgba(0,211,251,0.5);display:block;z-index:100009;top:1.4375rem;left:0rem;display:block; }
#INx7mUUT3Vsrai9TsOxVbzJplPJG7Qpn { color:#00d3fb;display:block;width:28.3125rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:2.75rem;left:46.68750500679rem;height:1.62489375rem;text-align:right;text-align-last:right;display:block; }
#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH { position:relative;display:block; }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH { background-color: transparent; background-image: none; }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH > .row .container > .video-iframe-container { display: none; }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH > .row > .video-iframe-container { display: none; }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH > .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); }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH { border-width: 0; border-radius: 0; }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:110.875rem;width:75rem;position:relative;display:block; }#qu3mJJbWqvxaDbPlWLcpO33eUp7uyBQB { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e7501730-390f-40f4-98cb-401fd0330fb3/WDI02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:1.1875rem;left:6.25rem;display:block; }#qu3mJJbWqvxaDbPlWLcpO33eUp7uyBQB.adaptive-delivery-prevent-bg, #qu3mJJbWqvxaDbPlWLcpO33eUp7uyBQB.lazyload, #qu3mJJbWqvxaDbPlWLcpO33eUp7uyBQB.lazyloading { background-image: none; }
#o460JP2WNiUX5BweVaI5OA3GDMTJMFPA { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.25rem;left:14.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#LD9OGTOhQItT3gCRx3CchJRJMOllyGvu { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.5625rem;left:14.625rem;height:2.1120875rem;text-align:left;text-align-last:left;display:block; }
#GznrqXpWRH2uORkT2moh5mdtWy0hLBkp { position:absolute;display:block;z-index:100008;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:9.875rem;left:6.25rem;display:block; }
#fc4LxH6olsPUOUqN0wUxLwVQiNXQuEeC { position:absolute;display:block;z-index:100012;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:20.875rem;left:6.1875rem;display:block; }
#vDSdB20mLa0XeO3MD12hORoU3lf2lrvS { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/-9CjvlbUGhY/unsplash/louis-hansel--9CjvlbUGhY-photo-1565895405138-6c3a1555da6a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:12.1875rem;left:6.1875rem;display:block; }#vDSdB20mLa0XeO3MD12hORoU3lf2lrvS.adaptive-delivery-prevent-bg, #vDSdB20mLa0XeO3MD12hORoU3lf2lrvS.lazyload, #vDSdB20mLa0XeO3MD12hORoU3lf2lrvS.lazyloading { background-image: none; }
#fNe0uoPmTkbUi27iLeJh0JDRCachcNzw { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:15.5625rem;left:14.5625rem;height:2.1120875rem;text-align:left;text-align-last:left;display:block; }
#GHFdePQmRg91ZTcHDPBVPRImT3Przn9C { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13.25rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#c0wwCpw9lRz3VX4EQKvA0fgktA0xnf6R { position:absolute;display:block;z-index:100016;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:31.3125rem;left:6.1875rem;display:block; }
#WR1re7WugK4ULKgdhMImnw7iXxNDmAm2 { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/F2KRf_QfCqw/unsplash/headway-F2KRf_QfCqw-photo-1540575467063-178a50c2df87.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:22.625rem;left:6.1875rem;display:block; }#WR1re7WugK4ULKgdhMImnw7iXxNDmAm2.adaptive-delivery-prevent-bg, #WR1re7WugK4ULKgdhMImnw7iXxNDmAm2.lazyload, #WR1re7WugK4ULKgdhMImnw7iXxNDmAm2.lazyloading { background-image: none; }
#mZQudBNtisAIsVN6KAWT79LRXN1pLEuU { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:26rem;left:14.5625rem;height:2.1120875rem;text-align:left;text-align-last:left;display:block; }
#XGNzRlSCMCKOGNbxkgbnp4EE1OF9wyXi { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:23.6875rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#tbZ9UC72swXTzwE8452sOh4LBZ3WScXn { position:absolute;display:block;z-index:100020;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:41.75rem;left:6.1875rem;display:block; }
#LmMVt9PAd4hZmFF10rysaSbBwzq2HhF9 { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:35.375rem;left:14.625rem;height:4.224175rem;text-align:left;text-align-last:left;display:block; }
#TJI8QXofxbGWtNfOnbwk28rmvZ9IUIxm { position:absolute;display:block;z-index:100016;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/f0365a8c-0a8c-4cdd-bce0-6477c3fbad3b/marek_kamiski_bgremovebg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:33.0625rem;left:6.1875rem;display:block; }#TJI8QXofxbGWtNfOnbwk28rmvZ9IUIxm.adaptive-delivery-prevent-bg, #TJI8QXofxbGWtNfOnbwk28rmvZ9IUIxm.lazyload, #TJI8QXofxbGWtNfOnbwk28rmvZ9IUIxm.lazyloading { background-image: none; }
#TxX8owIbkTkUzCeAdDIS7Apynh1ALXHl { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:33.0625rem;left:14.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#zRLGDH9NdRts2thwIUGsLcyrvliJ8ZIw { position:absolute;display:block;z-index:100024;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:61.9375rem;left:6.1875rem;display:block; }
#wBAUNGsga79M0gJa7qRGalZzIMXC94E2 { position:absolute;display:block;z-index:100020;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/943613a1-9ab5-45f8-a1fd-3856976854af/WDI_0003_ThomasHanser.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:43.75rem;left:6.1875rem;display:block; }#wBAUNGsga79M0gJa7qRGalZzIMXC94E2.adaptive-delivery-prevent-bg, #wBAUNGsga79M0gJa7qRGalZzIMXC94E2.lazyload, #wBAUNGsga79M0gJa7qRGalZzIMXC94E2.lazyloading { background-image: none; }
#ETsxr5KaH46glaBoRcmicLgZNb90LFb3 { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:47.125rem;left:14.5625rem;height:2.1120875rem;text-align:left;text-align-last:left;display:block; }
#WTpCzCavwNt5ScWNsLleDywNTnxnzU6q { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:44.8125rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#b0hweUMTNTZOQnB6a3T95oJgTSyqPvnM { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ebaf38c8-95ff-45d2-96c1-b863f4451a48/jeremyyapjnHaGWe4ywphoto14858081916795f86510681a2.crop_1200x1161_0,508.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:63.8125rem;left:6.1875rem;display:block; }#b0hweUMTNTZOQnB6a3T95oJgTSyqPvnM.adaptive-delivery-prevent-bg, #b0hweUMTNTZOQnB6a3T95oJgTSyqPvnM.lazyload, #b0hweUMTNTZOQnB6a3T95oJgTSyqPvnM.lazyloading { background-image: none; }
#TXidD94AvPhTuRGOobdzD9ZhigKrQsTA { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:67.1875rem;left:14.5625rem;height:2.1120875rem;text-align:left;text-align-last:left;display:block; }
#HA3KCOxLUrzNgt2AeyifRPVODV8wTOAS { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:64.875rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#PUfvulMN82h8foorIFeH3w5X53Z9FAyq { position:absolute;display:block;z-index:100028;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:72.5rem;left:6.1875rem;display:block; }
#P7evTTl7tl4yfBZeBSU9RcIFb4xnzzrZ { position:absolute;display:block;z-index:100024;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/6443a6c4-3937-404d-8d28-32b9271cc609/Dr_Luis_Maria_Ilzabre_Ripollremovebg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:74.4375rem;left:6.1875rem;display:block; }#P7evTTl7tl4yfBZeBSU9RcIFb4xnzzrZ.adaptive-delivery-prevent-bg, #P7evTTl7tl4yfBZeBSU9RcIFb4xnzzrZ.lazyload, #P7evTTl7tl4yfBZeBSU9RcIFb4xnzzrZ.lazyloading { background-image: none; }
#ARFJ72csCkWDb443QJhwZEROCQFntXVW { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:77.8125rem;left:14.5625rem;height:2.1120875rem;text-align:left;text-align-last:left;display:block; }
#wRf9TrqwMinoGwaqXg7IlioJSvZOHmb5 { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:75.5rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#aw9IQ7d92Tl9WrJNmD2QdwTfdOn498OG { position:absolute;display:block;z-index:100028;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:90.9375038147rem;left:6.1875002384186rem;display:block; }
#Hg3Fr1AubNzsmvPpTqe2KHADuvPBOnyp { position:absolute;display:block;z-index:100036;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.06171875rem;width:62.5rem;top:100.6875038147rem;left:6.2500002384187rem;display:block; }
#ybTwdPxDJ1XdMKARXz4HETXS7cpVFPgR { position:absolute;display:block;z-index:100032;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/dfd27809-a829-412e-a6bb-08c0f31d0a74/WDITorres.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:102.0000038147rem;left:6.2500002384187rem;display:block; }#ybTwdPxDJ1XdMKARXz4HETXS7cpVFPgR.adaptive-delivery-prevent-bg, #ybTwdPxDJ1XdMKARXz4HETXS7cpVFPgR.lazyload, #ybTwdPxDJ1XdMKARXz4HETXS7cpVFPgR.lazyloading { background-image: none; }
#r7X1d1EhxisKLOU5MbEMwWhINhAmUplv { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:105.3750038147rem;left:14.625001192093rem;height:2.1120875rem;text-align:left;text-align-last:left;display:block; }
#ODtkgU9VwiInRzT6UkikE2FgCnQGcyeC { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:103.0625038147rem;left:14.625001192093rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#WK27nwnnXKzBRNQcDDW74Uvq7V2XaZUJ { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:52.249351501465rem;left:6.2494573593139rem;height:8.1244375rem;text-align:justify;text-align-last:initial;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; }
#In9gqI2UstvPUCdVQePNqmBItEKQ0vqT { position:absolute;display:block;z-index:100019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1014c8b6-d1bd-4282-9d8c-48332d1359a4/matthiaswagnerQrqeusbpFMMphoto15272618340789b37d35a4a32.crop_731x714_58,86.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:92.3750038147rem;left:6.1875002384186rem;display:block; }#In9gqI2UstvPUCdVQePNqmBItEKQ0vqT.adaptive-delivery-prevent-bg, #In9gqI2UstvPUCdVQePNqmBItEKQ0vqT.lazyload, #In9gqI2UstvPUCdVQePNqmBItEKQ0vqT.lazyloading { background-image: none; }
#hVWRoyuSrwX1hUHTQWavBa7ouwzL3Uhx { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:93.4375038147rem;left:14.562501192093rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#x46WRbiCQlJm1bmZGsFCd4ben4aO0g2t { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:95.7500038147rem;left:14.562501192093rem;height:2.1120875rem;text-align:left;text-align-last:left;display:block; }
#WXo9BrLPpv09mCvowbZ0orzKdNkITp33 { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:82.145185470581rem;left:6.2500002384187rem;height:8.1244375rem;text-align:justify;text-align-last:initial;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; }
#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS { position:relative;display:block; }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS { background-color: transparent; background-image: none; }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS > .row .container > .video-iframe-container { display: none; }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS > .row > .video-iframe-container { display: none; }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS > .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); }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS { border-width: 0; border-radius: 0; }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#Hx7hULDG7ETTB5vGW93CNADvrnNAyUnb { color:#00d3fb;display:block;width:38.5623125rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.1621074676514rem;left:5.9998922348022rem;height:4.54969375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zcZD6ntVLG3N9pXlJAGfcq1NhWafA7rA { box-sizing:content-box;color:#00d3fb;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0rem 0rem 1.25rem rgba(0,211,251,0.5);display:block;z-index:100009;top:0.9375rem;left:0rem;display:block; }
#uPgwmTxPATGqq37qa9Fp0FSD1Z5AdlcU { color:#00d3fb;display:block;width:30.875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:2.625rem;left:44.12500500679rem;height:1.62489375rem;text-align:right;text-align-last:right;display:block; }
#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 { position:relative;display:block; }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 { background-color: transparent; background-image: none; }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 > .row .container > .video-iframe-container { display: none; }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 > .row > .video-iframe-container { display: none; }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 > .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); }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 { border-width: 0; border-radius: 0; }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:152.0625rem;width:75rem;position:relative;display:block; }#vgPaHqMElyHzceaT9zGn9JmxkVyIl0lO { position:absolute;display:block;z-index:100004;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/07bb48a3-4b5d-4938-a749-5c62946af85f/WDIGedrangeiDominiak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:19.1875rem;left:6.25rem;display:block; }#vgPaHqMElyHzceaT9zGn9JmxkVyIl0lO.adaptive-delivery-prevent-bg, #vgPaHqMElyHzceaT9zGn9JmxkVyIl0lO.lazyload, #vgPaHqMElyHzceaT9zGn9JmxkVyIl0lO.lazyloading { background-image: none; }
#xCdvnLI74OJ68sqELgxq25iu7f9AkMQN { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:20.25rem;left:14.625rem;height:1.62489375rem;text-align:left;text-align-last:left;display:block; }
#qLrxo2yU7O3rByMPtIq7MeXizHz1QT7l { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:22.5625rem;left:14.625rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#ZgroBzhIfsTc7CJ6CzpVcLqHt6oAdT2k { position:absolute;display:block;z-index:100008;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:53.875rem;left:6.1875rem;display:block; }
#JPfmkzaU24VO9qsOqPKImcOMvLysVTNb { position:absolute;display:block;z-index:100008;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/85c88609-8757-4cb5-92da-99de7c6c9222/WDI_0000_PiotrMajewski.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:66rem;left:6.25rem;display:block; }#JPfmkzaU24VO9qsOqPKImcOMvLysVTNb.adaptive-delivery-prevent-bg, #JPfmkzaU24VO9qsOqPKImcOMvLysVTNb.lazyload, #JPfmkzaU24VO9qsOqPKImcOMvLysVTNb.lazyloading { background-image: none; }
#JV9vR3LTT9TW3flQZdZd3VERGSi8IFnT { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:69.375rem;left:14.625rem;height:2.1120875rem;text-align:left;text-align-last:left;display:block; }
#DwRaTC6xOvE5aKt9o4i87axNidcOUTqn { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:67.0625rem;left:14.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#WiJuC8OCMhaghOk95GPpLM6LcgTem56G { position:absolute;display:block;z-index:100016;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:64.5rem;left:6.25rem;display:block; }
#SnP6PB0S0yd4q90B2XIRzmeb2sELLH6Z { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ebaf38c8-95ff-45d2-96c1-b863f4451a48/jeremyyapjnHaGWe4ywphoto14858081916795f86510681a2.crop_1200x1161_0,508.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:55.8125rem;left:6.25rem;display:block; }#SnP6PB0S0yd4q90B2XIRzmeb2sELLH6Z.adaptive-delivery-prevent-bg, #SnP6PB0S0yd4q90B2XIRzmeb2sELLH6Z.lazyload, #SnP6PB0S0yd4q90B2XIRzmeb2sELLH6Z.lazyloading { background-image: none; }
#sAxU0TZHrQzS5ikt71Q4KuP78N0iuuTT { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:59.1875rem;left:14.625rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#kKEne4MtMogw5NGpqN65R2kPozuNQ8oz { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:56.875rem;left:14.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#GTWTGGovJ63khTKGAUKWo7y9stmkEvBu { position:absolute;display:block;z-index:100020;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:44.375rem;left:6.1875rem;display:block; }
#ClC5Adfif5lg9Sfzk6fiTAAO3gKsrAWn { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:99rem;left:14.5625rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#pucQTt0HUF4eFnG9rqtDSFg3yEtmrNAK { position:absolute;display:block;z-index:100016;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/b8783e21-8c6b-44b0-957e-c479e1c4a2cc/WDICerkaski2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:95.625rem;left:6.1875rem;display:block; }#pucQTt0HUF4eFnG9rqtDSFg3yEtmrNAK.adaptive-delivery-prevent-bg, #pucQTt0HUF4eFnG9rqtDSFg3yEtmrNAK.lazyload, #pucQTt0HUF4eFnG9rqtDSFg3yEtmrNAK.lazyloading { background-image: none; }
#I9vLX9ggxRabUXFLQ7SqhO1yiU8LIpHF { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:96.6875rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bn85sqBoOWzmKfNDNKP6rAPRM7r6FXcQ { position:absolute;display:block;z-index:100024;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.06171875rem;width:62.5rem;top:94.4375rem;left:6.25rem;display:block; }
#rmqvTUh0KgoVQU9BrL1glhBzuvT8IZCu { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1014c8b6-d1bd-4282-9d8c-48332d1359a4/matthiaswagnerQrqeusbpFMMphoto15272618340789b37d35a4a32.crop_731x714_58,86.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:45.875rem;left:6.1875rem;display:block; }#rmqvTUh0KgoVQU9BrL1glhBzuvT8IZCu.adaptive-delivery-prevent-bg, #rmqvTUh0KgoVQU9BrL1glhBzuvT8IZCu.lazyload, #rmqvTUh0KgoVQU9BrL1glhBzuvT8IZCu.lazyloading { background-image: none; }
#iWO69nb5gJxub7u8TSvpxwWX15MwwDr4 { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:49.25rem;left:14.5625rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#CTiAqR56wkdqqVadJDeiFtH08WRHaDHH { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:46.9375rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#MduLxxZL9laqQe6VCMUUPQKlKTXmx6HA { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/-9CjvlbUGhY/unsplash/louis-hansel--9CjvlbUGhY-photo-1565895405138-6c3a1555da6a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:86.5rem;left:6.1875rem;display:block; }#MduLxxZL9laqQe6VCMUUPQKlKTXmx6HA.adaptive-delivery-prevent-bg, #MduLxxZL9laqQe6VCMUUPQKlKTXmx6HA.lazyload, #MduLxxZL9laqQe6VCMUUPQKlKTXmx6HA.lazyloading { background-image: none; }
#vwtfBhUZx1Tcqg0kCTtzMmLBimdqgdz6 { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:89.875rem;left:14.5625rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#NcFhkzBf9e1t648OXOLafTDg37ExqACT { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:87.5625rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#OaqcstsLdhNFULlt3iF9FgMHVQgQJKKk { position:absolute;display:block;z-index:100028;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:108.4375rem;left:6.1875rem;display:block; }
#iwxkNyqzMmuCIhSAWKou891BMU7KptTT { position:absolute;display:block;z-index:100024;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/3a691294-c02d-4cb1-b9cf-f3883de4c884/WDI_0001_Dominiak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:76.625rem;left:6.1875rem;display:block; }#iwxkNyqzMmuCIhSAWKou891BMU7KptTT.adaptive-delivery-prevent-bg, #iwxkNyqzMmuCIhSAWKou891BMU7KptTT.lazyload, #iwxkNyqzMmuCIhSAWKou891BMU7KptTT.lazyloading { background-image: none; }
#duySdU76TDQXm7Vr1GxxEymv2PxNaBR0 { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:78.9375rem;left:14.625rem;height:4.224175rem;text-align:left;text-align-last:left;display:block; }
#w0XFNMBIcGkGC9WiKq7LAQ0in1noCbOE { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:76.625rem;left:14.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#s2BgyGo5Lx3MUUpCtGrrTSw0BX7W0444 { position:absolute;display:block;z-index:100028;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:84.6875rem;left:6.1875rem;display:block; }
#v9T6fwzIHc9OldBZiGyWv6tG19rv2unP { position:absolute;display:block;z-index:100032;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:130.5625rem;left:6.1875rem;display:block; }
#yCNbtdCnsnzCnkDJiHGR71SfWeDhih7I { position:absolute;display:block;z-index:100028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1014c8b6-d1bd-4282-9d8c-48332d1359a4/matthiaswagnerQrqeusbpFMMphoto15272618340789b37d35a4a32.crop_731x714_58,86.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:121.875rem;left:6.1875rem;display:block; }#yCNbtdCnsnzCnkDJiHGR71SfWeDhih7I.adaptive-delivery-prevent-bg, #yCNbtdCnsnzCnkDJiHGR71SfWeDhih7I.lazyload, #yCNbtdCnsnzCnkDJiHGR71SfWeDhih7I.lazyloading { background-image: none; }
#khdQUE2JRzXw9fgPwlM1It1cPVs3nDDv { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:125.25rem;left:14.5625rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#zT7F1oACSCZmUUHMgFi5JbV6nJC9sTqU { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:122.9375rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#NIrQdMd6kFum6LRQHPo8x4JHASdxfCOb { position:absolute;display:block;z-index:100040;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:140.75rem;left:6.1875rem;display:block; }
#QwQkqQ80gpQh4nacxdEtl79N15WRUJm5 { position:absolute;display:block;z-index:100036;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/F2KRf_QfCqw/unsplash/headway-F2KRf_QfCqw-photo-1540575467063-178a50c2df87.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:132.0625rem;left:6.1875rem;display:block; }#QwQkqQ80gpQh4nacxdEtl79N15WRUJm5.adaptive-delivery-prevent-bg, #QwQkqQ80gpQh4nacxdEtl79N15WRUJm5.lazyload, #QwQkqQ80gpQh4nacxdEtl79N15WRUJm5.lazyloading { background-image: none; }
#aJ9GKyLTaN2oznmqbUT58FnyF9QpQtyI { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:135.4375rem;left:14.5625rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#wFRrPVzvhDmNksmteQlIETQBnUaOyAaZ { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:133.125rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#HgXaO64T8K6sioMSprER7VAHJgIeTsiT { position:absolute;display:block;z-index:100044;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.06171875rem;width:62.5rem;top:120.3125rem;left:6.25rem;display:block; }
#RlFK7fWTzeEE9fEdBGsd1y9d5e24TLzS { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:145.5625rem;left:14.5625rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#oGJlCyNi6dAGiMpRqQR49u3BJuS0UsFH { position:absolute;display:block;z-index:100040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/F2KRf_QfCqw/unsplash/headway-F2KRf_QfCqw-photo-1540575467063-178a50c2df87.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:142.1875rem;left:6.1875rem;display:block; }#oGJlCyNi6dAGiMpRqQR49u3BJuS0UsFH.adaptive-delivery-prevent-bg, #oGJlCyNi6dAGiMpRqQR49u3BJuS0UsFH.lazyload, #oGJlCyNi6dAGiMpRqQR49u3BJuS0UsFH.lazyloading { background-image: none; }
#ITzEGzL5abdxzwQCzZEBit16JDRFVK4x { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:143.25rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#uPVMvlta81UdhtH1GtyKMX97mpTAPZER { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:27.1875rem;left:6.1875rem;height:14.624025rem;text-align:justify;text-align-last:initial;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; }
#BSQqNBV0Zg10SU7yhcXiUWP7S8Sd8ag3 { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:104rem;left:6.25rem;height:14.62403125rem;text-align:justify;text-align-last:initial;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; }
#Eq4IZMl285VOnB4reL29KhHtkSQ1gAR3 { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:2.75rem;left:14.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#VyV774UorKNdSEldAB4QLi1U2ffXynfh { color:#ffffff;display:block;width:54.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.5625rem;height:2.1125rem;text-align:left;text-align-last:left;display:block; }
#JEnlzV2Wkq9RodzDnTfCv5ReZemQwRL5 { position:absolute;display:block;z-index:100027;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/d927d4fb-5064-43ea-a344-7b01c4b86fd3/WDIBinderman.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:6.25rem;width:6.25rem;top:1.6875rem;left:6.1875rem;display:block; }#JEnlzV2Wkq9RodzDnTfCv5ReZemQwRL5.adaptive-delivery-prevent-bg, #JEnlzV2Wkq9RodzDnTfCv5ReZemQwRL5.lazyload, #JEnlzV2Wkq9RodzDnTfCv5ReZemQwRL5.lazyloading { background-image: none; }
#C4o7DO8QQWHbXXdqMCq6XCZvamKa8Mqd { position:absolute;display:block;z-index:100013;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.06171875rem;width:62.5rem;top:18.1875rem;left:6.25rem;display:block; }
#UB2cdDaS7Ib2DlrLTwQntyGgA5JOr7yk { position:absolute;display:block;z-index:100012;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.06171875rem;width:62.5rem;top:74.6875rem;left:6.25rem;display:block; }
#mJ29BnBKrNBTMCshN21ZqpUtba9B5tHG { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8.9375rem;left:6.25rem;height:8.1244375rem;text-align:justify;text-align-last:initial;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; }
#NmZzMSbyox83Ie0HVpKyZqJRmyzvqSf6 { position:absolute;display:block;z-index:100032;background-color:rgba(0,211,251,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;height:0.0623915rem;width:62.5rem;top:130.5625rem;left:6.1875rem;display:none; }
#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 { position:relative;display:block; }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 { background-color: transparent; background-image: none; }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 > .row .container > .video-iframe-container { display: none; }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 > .row > .video-iframe-container { display: none; }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 > .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); }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 { border-width: 0; border-radius: 0; }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#JnCMrvTEqelvWUIomJIvqFdgd2SzJt1u { color:#ffffff;display:block;width:40.7498125rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:4rem;left:17.125rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTh8tX4KXR3qzT1qWPHzR0Umef3aSd3D { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(89deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(89deg, #00d3fb, #9d6df8);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 0.625rem #756df8 ;height:0.125rem;width:31.25rem;top:9.0625rem;left:21.875rem;display:block; }
#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K { position:relative;display:block; }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K { background-color: transparent; background-image: none; }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K > .row .container > .video-iframe-container { display: none; }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K > .row > .video-iframe-container { display: none; }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K > .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); }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K { border-width: 0; border-radius: 0; }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#Zvhq7EopMZzk7pASXrDbEzR4ho0bLFBP { position:absolute;display:block;z-index:100000;background-color:rgba(157,109,248,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9d6df8;border-left:0.0625rem solid #9d6df8;border-right:0.0625rem solid #9d6df8;border-bottom:0.0625rem solid #9d6df8;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: 0rem 0rem 1.25rem rgba(157,109,248,0.5) ;height:30.687375rem;width:21.875rem;top:5.9678821563721rem;left:1.5001077651977rem;display:block; }
#pUOgz0T6mm4H9alpPyT8cV1siy5TkC5I { position:absolute;display:block;z-index:100001;background-color:rgba(0,211,251,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00d3fb;border-left:0.0625rem solid #00d3fb;border-right:0.0625rem solid #00d3fb;border-bottom:0.0625rem solid #00d3fb;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: 0rem 0rem 1.25rem rgba(0,211,251,0.5) ;height:31.7496875rem;width:21.937375rem;top:5.436740398407rem;left:26.468100547791rem;display:block; }
#yFlPNMQfmg7gqIc31aTTWqya1ShimQtE { color:#00d3fb;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:8.0055339336394rem;left:26.561957359314rem;height:2.1120875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p8wxZ7cyFCkdlfwyUgy0MzfF0UvxEHTl { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:5.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:9.6165368556975rem;left:26.561957359314rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UumUm7s5AmlJgAsMPdFMM01L1halxAcE { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:16.062500715256rem;left:26.561957359314rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hyENtw4x4LanNsw0DQs0V8BGPMcVdBZ6 { color:#00d3fb;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:18.499567747116rem;left:26.562499046326rem;height:2.1120875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RHJKUmCAUwyM7GNXDiZfMSO9ckvz78fC { color:#00d3fb;display:block;width:18.75rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:21.312067747116rem;left:28.125002861023rem;height:5.499675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RHJKUmCAUwyM7GNXDiZfMSO9ckvz78fC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RHJKUmCAUwyM7GNXDiZfMSO9ckvz78fC li:before{  }
#by0ttLQvqc4MAHan5sBm3IcbCtdJXdwO { background-color:#00d3fb;background-image:none;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-shadow: 0rem 0rem 0.625rem rgba(0,211,251,0.5) ;box-sizing:border-box;color:#1b1f28;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.87489375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:31.938259840012rem;left:31.718752861023rem;display:block; }
#TvuBpzDZgGZsOllcMQTraW9q02LeSKNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v7hTUrFX4XIOGWCEXQHWEt0l2Lp1reAM { color:#9d6df8;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:8.0044496059419rem;left:1.5625rem;height:2.1120875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qK9tnOwU6996kifMQFaZylnaDKOS1fOW { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:16.187283277512rem;left:1.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UEbZ0LGesOzOeDuBoe5KNs2FwE4O5ioc { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:5.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:9.6165368556975rem;left:1.5625rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QkuaZ4lPn1seDPQ0woQC6eVvMuQPmVJ6 { color:#9d6df8;display:block;width:18.75rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:21.437391996384rem;left:3.125rem;height:5.499675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#QkuaZ4lPn1seDPQ0woQC6eVvMuQPmVJ6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QkuaZ4lPn1seDPQ0woQC6eVvMuQPmVJ6 li:before{  }
#muPbQRmDJlRvOxa6NgsbLXTfBkK1FJ20 { color:#9d6df8;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:18.624891996384rem;left:1.5625rem;height:2.1120875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSLPAuyUWvt1VfWWRLKzrk8LcQ7tGoT4 { background-color:#9d6df8;background-image:none;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-shadow: 0rem 0rem 0.625rem rgba(157,109,248,0.5) ;box-sizing:border-box;color:#1b1f28;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.87489375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:31.938259840012rem;left:6.7176656723025rem;display:block; }
#OiqTGFKKRKiPy3L5mBoN8n04hFIy1Llx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T6UBkhOCeb5nxznK8aqUQR4wMxus0SMb { position:absolute;display:block;z-index:100007;background-color:rgba(157,109,248,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9d6df8;border-left:0.0625rem solid #9d6df8;border-right:0.0625rem solid #9d6df8;border-bottom:0.0625rem solid #9d6df8;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: 0rem 0rem 1.25rem rgba(157,109,248,0.5) ;height:30.687375rem;width:21.875rem;top:5.9375rem;left:52.1875rem;display:block; }
#MpTL1Q4kZyKskw7ZCRu0DlfvPJOyRi5s { color:#9d6df8;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:8.0044496059419rem;left:52.249350547791rem;height:2.1120875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X43hPFORWDsxgczIiPWiL4bwS2VZET8K { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:5.9375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:9.6165368556975rem;left:52.249350547791rem;height:7.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bExQ1bWaluTpgf7On04cSzbm6cLrCCRq { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:16.062500715256rem;left:52.249350547791rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbISTlEXU2lEg67NZ0icGKq4ueRXgI9n { color:#9d6df8;display:block;width:21.875rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:18.499567747116rem;left:52.249892234803rem;height:2.1120875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WIXdLWMEi4ZK8K8ugLRmZs61sncPTpJE { color:#9d6df8;display:block;width:18.75rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:21.437391996384rem;left:53.812392234803rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#WIXdLWMEi4ZK8K8ugLRmZs61sncPTpJE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WIXdLWMEi4ZK8K8ugLRmZs61sncPTpJE li:before{  }
#RA0zhmm0vWJnUdS1QU2bGNqRMQFnnvni { background-color:transparent;background-image:none;border-top:0.0625rem solid #9d6df8;border-left:0.0625rem solid #9d6df8;border-right:0.0625rem solid #9d6df8;border-bottom:0.0625rem solid #9d6df8;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-shadow: 0rem 0rem 0.625rem rgba(157,109,248,0.5) ;box-sizing:border-box;color:#9d6df8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.87489375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:31.938259840012rem;left:57.405600547791rem;display:block; }
#m42x9SDFIED3P6ERmExhvuSX0dVx101A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CRs2vcpslXivXJygONQy0akM4IvV6TWh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/0e065ad4-7c6d-474e-92f6-a49351c11741/Czaszkatlo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh.adaptive-delivery-prevent-bg, #CRs2vcpslXivXJygONQy0akM4IvV6TWh.lazyload, #CRs2vcpslXivXJygONQy0akM4IvV6TWh.lazyloading { background-image: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container { background-color: transparent; background-image: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container > .video-iframe-container { display: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row > .video-iframe-container { display: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .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); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container { border-width: 0; border-radius: 0; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#JmNBetvD5CF26SQ8FDM4pRGVITU83aXd { color:#ffffff;display:block;width:40.7498125rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:4rem;left:17.125rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TEst47ZnPgCl6DELS2aFcRvgp4cu048v { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(89deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(89deg, #00d3fb, #9d6df8);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 0.625rem #756df8 ;height:0.125rem;width:31.25rem;top:9.0625rem;left:21.875rem;display:block; }
#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/0e065ad4-7c6d-474e-92f6-a49351c11741/Czaszkatlo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm.adaptive-delivery-prevent-bg, #twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm.lazyload, #twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm.lazyloading { background-image: none; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row .container { background-color: transparent; background-image: none; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row .container > .video-iframe-container { display: none; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row > .video-iframe-container { display: none; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .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); }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row .container { border-width: 0; border-radius: 0; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#p9Rd8FJTqdLU9EnVDTK9gueg2zpgpUPr { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/b8783e21-8c6b-44b0-957e-c479e1c4a2cc/WDICerkaski2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,211,251,0.5) ;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:"smooch sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25062125rem;height:12.25062125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1.374783039093rem;left:59.436850547791rem;display:block; }#p9Rd8FJTqdLU9EnVDTK9gueg2zpgpUPr.adaptive-delivery-prevent-bg, #p9Rd8FJTqdLU9EnVDTK9gueg2zpgpUPr.lazyload, #p9Rd8FJTqdLU9EnVDTK9gueg2zpgpUPr.lazyloading { background-image: none; }
#sgux6sqdrt40wp0dXXACOdqANGcVmMpS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XAm83LMAIOMXxE6XysImZae1yRWdqIQk { color:#ffffff;display:block;width:12.0621875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:14.4375rem;left:59.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MrZfhFZ308AyJvkexCsIWQDAKQtZBQ0U { color:#ffffff;display:block;width:16.8115rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:16rem;left:57.1875rem;height:2.1120875rem;text-align:center;text-align-last:center;display:block; }
#sIWlHGzmDRxBcJCrT3kRbGzWy4daRBxq { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/218922a9-3ad4-4449-a292-71fce08087e3/WDI_0002_Gedrange.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,211,251,0.5) ;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:"smooch sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.12587125rem;height:12.12587125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:1.375rem;left:22.125rem;display:block; }#sIWlHGzmDRxBcJCrT3kRbGzWy4daRBxq.adaptive-delivery-prevent-bg, #sIWlHGzmDRxBcJCrT3kRbGzWy4daRBxq.lazyload, #sIWlHGzmDRxBcJCrT3kRbGzWy4daRBxq.lazyloading { background-image: none; }
#XLXQa5xDnFRsh4lP2Ur69lsLiy4U0Vi5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VrcVmxxuVu5dOvGrxZCIxcbVTON2iueq { color:#ffffff;display:block;width:12.0621875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:14.4375rem;left:22.125rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#dt7ihFKnWdR1BaZa46CL8qmyq832es3r { color:#ffffff;display:block;width:16.811rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:16rem;left:19.75rem;height:2.1120875rem;text-align:center;text-align-last:center;display:block; }
#sX1L502E8uITCui6IWtgfh41IfNqzINs { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/85c88609-8757-4cb5-92da-99de7c6c9222/WDI_0000_PiotrMajewski.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,211,251,0.5) ;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:"smooch sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.12587125rem;height:12.12587125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:1.375rem;left:40.8125rem;display:block; }#sX1L502E8uITCui6IWtgfh41IfNqzINs.adaptive-delivery-prevent-bg, #sX1L502E8uITCui6IWtgfh41IfNqzINs.lazyload, #sX1L502E8uITCui6IWtgfh41IfNqzINs.lazyloading { background-image: none; }
#OFUuXE7tfO2Jq9rCITKos6cPGcJPRPXA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uu2fkTkSoH8544PZZVFzkcuA91OGRVxc { color:#ffffff;display:block;width:12.0621875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:14.5rem;left:40.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#B2GosO7pOmTfdgVh6sCeRiKJPPcSzziR { color:#ffffff;display:block;width:16.811rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:16.0625rem;left:38.5rem;height:2.1120875rem;text-align:center;text-align-last:center;display:block; }
#FzQuXRUkaaOO5XoKfVutaoTQ5dndhltz { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/3a691294-c02d-4cb1-b9cf-f3883de4c884/WDI_0001_Dominiak.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,211,251,0.5) ;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:"smooch sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25062125rem;height:12.25062125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1.375rem;left:3.25rem;display:block; }#FzQuXRUkaaOO5XoKfVutaoTQ5dndhltz.adaptive-delivery-prevent-bg, #FzQuXRUkaaOO5XoKfVutaoTQ5dndhltz.lazyload, #FzQuXRUkaaOO5XoKfVutaoTQ5dndhltz.lazyloading { background-image: none; }
#kz9TItpsE0MkHP3z27MU9TcbofKJBS9f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yGXTAudwgUPSOTnAFTUdCgArEbdcxLmt { color:#ffffff;display:block;width:12.0621875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:14.4375rem;left:3.375rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#UTD8JKDdmNHb6ZIGXSgtJWwzhwQbTyBh { color:#ffffff;display:block;width:16.8115rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:16rem;left:1rem;height:2.1120875rem;text-align:center;text-align-last:center;display:block; }
#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/0e065ad4-7c6d-474e-92f6-a49351c11741/Czaszkatlo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT.adaptive-delivery-prevent-bg, #L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT.lazyload, #L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT.lazyloading { background-image: none; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row .container { background-color: transparent; background-image: none; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row .container > .video-iframe-container { display: none; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row > .video-iframe-container { display: none; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .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); }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row .container { border-width: 0; border-radius: 0; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#hJvyNE8R9vOdlIMeHuGR2qTVosDKSmqm { color:#ffffff;display:block;width:14.5621875rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:15.25rem;left:2.125rem;height:2.1120875rem;text-align:center;text-align-last:center;display:block; }
#D2FK1l7QbHcVCfTxH9CTQwS2C5cZQ4qa { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/f0365a8c-0a8c-4cdd-bce0-6477c3fbad3b/marek_kamiski_bgremovebg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,211,251,0.5) ;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:"smooch sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:12.37543375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.375rem;left:3.125rem;display:block; }#D2FK1l7QbHcVCfTxH9CTQwS2C5cZQ4qa.adaptive-delivery-prevent-bg, #D2FK1l7QbHcVCfTxH9CTQwS2C5cZQ4qa.lazyload, #D2FK1l7QbHcVCfTxH9CTQwS2C5cZQ4qa.lazyloading { background-image: none; }
#fLcmyrargIiXieJLTPBGcZzTWhGeMfOS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uw4tKowbnv29CULE0MJL3RF8hPVr9KTe { color:#ffffff;display:block;width:16.8115rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:15.248502731323rem;left:19.71896648407rem;height:2.1120875rem;text-align:center;text-align-last:center;display:block; }
#TibGBt7TVuTVsvoO0zhcVT5tJ5lnBIw9 { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/dfd27809-a829-412e-a6bb-08c0f31d0a74/WDITorres.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,211,251,0.5) ;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:"smooch sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25062125rem;height:12.25062125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1.4361095428467rem;left:21.998698234558rem;display:block; }#TibGBt7TVuTVsvoO0zhcVT5tJ5lnBIw9.adaptive-delivery-prevent-bg, #TibGBt7TVuTVsvoO0zhcVT5tJ5lnBIw9.lazyload, #TibGBt7TVuTVsvoO0zhcVT5tJ5lnBIw9.lazyloading { background-image: none; }
#OmiTpzQLWaceoDG42bF1l5Rn8F0bJDir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bi6TIGMF4UXFXpNVhhn3eHLlfbuQEckC { color:#ffffff;display:block;width:14.5621875rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.0625rem;left:39.625rem;height:2.1120875rem;text-align:center;text-align-last:center;display:block; }
#tMlq6DLBTrGDhKZVCbgoWvDv1uLb34lU { color:#ffffff;display:block;width:12.0621875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:14.5rem;left:40.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UDOkB7hPzAfF9vg8TmreKn9FMELhx67A { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/943613a1-9ab5-45f8-a1fd-3856976854af/WDI_0003_ThomasHanser.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,211,251,0.5) ;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:"smooch sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:12.37543375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.374240398407rem;left:40.686850547791rem;display:block; }#UDOkB7hPzAfF9vg8TmreKn9FMELhx67A.adaptive-delivery-prevent-bg, #UDOkB7hPzAfF9vg8TmreKn9FMELhx67A.lazyload, #UDOkB7hPzAfF9vg8TmreKn9FMELhx67A.lazyloading { background-image: none; }
#Hdmv67Gky7WAdcgy8MaWZ6tdNRRH6qnr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wl9rrQq3WddiR1JbGwCzpkLFbJT5ZWTw { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/d927d4fb-5064-43ea-a344-7b01c4b86fd3/WDIBinderman.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,211,251,0.5) ;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:"smooch sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37543375rem;height:12.37543375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:1.375rem;left:59.4375rem;display:block; }#Wl9rrQq3WddiR1JbGwCzpkLFbJT5ZWTw.adaptive-delivery-prevent-bg, #Wl9rrQq3WddiR1JbGwCzpkLFbJT5ZWTw.lazyload, #Wl9rrQq3WddiR1JbGwCzpkLFbJT5ZWTw.lazyloading { background-image: none; }
#KmyWEMCMahiW0KNuR985sbMhS4Qu7yCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u43AoFgAkIOgWfM6wFTE8mk2TaHo1hG5 { color:#ffffff;display:block;width:12.0621875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:14.499241352081rem;left:59.593642234803rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#OwH20CaV2q052zf1K5HVBQFvgXTndNXI { color:#ffffff;display:block;width:14.5621875rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:16.061197757721rem;left:58.343642234803rem;height:2.1120875rem;text-align:center;text-align-last:center;display:block; }
#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc { position:relative;display:block; }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc { background-color: transparent; background-image: none; }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc > .row .container > .video-iframe-container { display: none; }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc > .row > .video-iframe-container { display: none; }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc > .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); }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc { border-width: 0; border-radius: 0; }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#QTmssqHu43UhApB4onE2sCKGnWneqA1N { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:100000;top:15rem;left:7.5rem;overflow:hidden;display:block; }
#Asw9eSFlr5fJ4WzwVF9JmLpBvAVfCx8U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:100001;top:15rem;left:27.9375rem;overflow:hidden;display:block; }
#ZG9iTL0T7V9hBFabgOKycDV7naepmsIl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:100002;top:15rem;left:48.25rem;overflow:hidden;display:block; }
#KHTfF5zZKkI2aE6C1KbmDWUsOmkzpwPB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:100000;top:28.875rem;left:7.5rem;overflow:hidden;display:block; }
#SvO8q8pD0QqvcPGplxEC5Hd1V3LeFdW7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:100001;top:28.875rem;left:27.9375rem;overflow:hidden;display:block; }
#t31wWN4eBTNi96ufRM2cVGQw3TU57RJs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:100002;top:28.875rem;left:48.375rem;overflow:hidden;display:block; }
#WOVcTcAvZ5TttGA6S1Rsi80p6ZIdnNo1 { color:#ffffff;display:block;width:55.374875rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:4.3120660781861rem;left:9.81173992157rem;height:4.54969375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BcAux03Lz95CbCIm3navcI9z99pbf3hv { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(89deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(89deg, #00d3fb, #9d6df8);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 0.625rem #756df8 ;height:0.125rem;width:31.25rem;top:9.4375rem;left:21.875rem;display:block; }
#nTWZwApFC2LhxVeLVDIPbKgbHXyDtNBg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:100003;top:42.9375rem;left:7.5rem;overflow:hidden;display:block; }
#EnFs5Zs1Eo6lTzkSwKlAMraeukB3SAl1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:100004;top:42.9375rem;left:28rem;overflow:hidden;display:block; }
#qKrGPVVCu38ZOdMiycHvHPDn7OVTGVqT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.9375rem;position:absolute;display:block;z-index:100005;top:42.9375rem;left:48.375rem;overflow:hidden;display:block; }
#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(90deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(90deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(90deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(90deg, #00d3fb, #9d6df8);background-size:auto !important;position:relative;display:block; }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T > .row .container { background-color: transparent; background-image: none; }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T > .row .container > .video-iframe-container { display: none; }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T > .row > .video-iframe-container { display: none; }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T > .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); }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T > .row .container { border-width: 0; border-radius: 0; }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#LoxQJD1TE5BDy28ECA50aPsshqQQwDn9 { background-color:transparent;background-image:none;border-top:0.0625rem solid #1b1f28;border-left:0.0625rem solid #1b1f28;border-right:0.0625rem solid #1b1f28;border-bottom:0.0625rem solid #1b1f28;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-shadow: 0rem 0rem 0.625rem rgba(27,31,40,0.5) ;box-sizing:border-box;color:#1b1f28;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"smooch sans";font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6248125rem;height:3.937175rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:5.5rem;left:47.3125rem;display:block; }
#sdxtJuupNvlHWGPEP1MnFHBfhIJJbPb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZhaeVUfiRwdH4z1qn7Mom3qIhI3AHP1r { color:#1b1f28;display:block;width:30.3125rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:5.25rem;left:15.0625rem;height:4.54969375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ > .row .container { background-color: transparent; background-image: none; }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ > .row .container > .video-iframe-container { display: none; }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ > .row > .video-iframe-container { display: none; }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ > .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); }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ > .row .container { border-width: 0; border-radius: 0; }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#npFBXcX8lDHJHU4g6IGJbCvo8Kb6s4P7 { color:#1b1f28;display:block;width:40.7498125rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:17.125rem;height:4.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTuLInpokGv8h0BIIF6Xgbzerg2VBlCG { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(89deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(89deg, #00d3fb, #9d6df8);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 0.625rem #756df8 ;height:0.125rem;width:31.25rem;top:9.1875rem;left:21.875rem;display:block; }
#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 > .row .container { background-color: transparent; background-image: none; }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 > .row .container > .video-iframe-container { display: none; }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 > .row > .video-iframe-container { display: none; }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 > .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); }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 > .row .container { border-width: 0; border-radius: 0; }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#AP5omJOvX4uM5HwuoVto693SKI4TN0Tv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.124675rem;width:12.749rem;top:3.6561422348023rem;left:31.124674797058rem;overflow:hidden;display:block; }
#ZqbL78WA8MD3TJVqb2BLF668RVh8I5TQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.74925rem;width:14.375rem;top:1.34375rem;left:55.312498092651rem;overflow:hidden;display:block; }
#FPRKnzNZlvHMXMU0EizksSBTZ1pFFMJ9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:20.8125rem;top:5.1531257629394rem;left:2.0625rem;overflow:hidden;display:block; }
#XeaLydSHUE6PVX9CRyEBQ0gwzlR9dPg8 { color:#1b1f28;display:block;width:20.8121875rem;position:absolute;font-family:"smooch sans";font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.1527242660523rem;left:2.0930986404419rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a05JiglCmnvDVxR9GzrSpITk2RzWik01 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#a05JiglCmnvDVxR9GzrSpITk2RzWik01 > .row .container { background-color: transparent; background-image: none; }#a05JiglCmnvDVxR9GzrSpITk2RzWik01::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a05JiglCmnvDVxR9GzrSpITk2RzWik01 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a05JiglCmnvDVxR9GzrSpITk2RzWik01 > .row .container > .video-iframe-container { display: none; }#a05JiglCmnvDVxR9GzrSpITk2RzWik01 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a05JiglCmnvDVxR9GzrSpITk2RzWik01 > .row > .video-iframe-container { display: none; }#a05JiglCmnvDVxR9GzrSpITk2RzWik01 > .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); }#a05JiglCmnvDVxR9GzrSpITk2RzWik01 > .row .container { border-width: 0; border-radius: 0; }#a05JiglCmnvDVxR9GzrSpITk2RzWik01 > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#QSQG3WOTmmWiBAA4RPTFGEeXWQBhvr0W { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:15.625rem;top:2.5rem;left:29.687502861023rem;overflow:hidden;display:block; }
#tKA5F2Lex9dOVasHtSrEv9mX3TpiDNEP { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:15.0625rem;top:2.5933170318604rem;left:4.9679899215698rem;overflow:hidden;display:block; }
#cyT5xFWiLFCBgDr9zpaFxQQ9JwcZoDdO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.249675rem;width:13.2498125rem;top:2.1875rem;left:55.874571800232rem;overflow:hidden;display:block; }
#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm > .row .container { background-color: transparent; background-image: none; }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm > .row .container > .video-iframe-container { display: none; }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm > .row > .video-iframe-container { display: none; }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm > .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); }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm > .row .container { border-width: 0; border-radius: 0; }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#xaAxcxkT4OwzAABK88uyvIMmOktmrRCP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.43685rem;width:14.375rem;top:1.5937509536743rem;left:30.312501192093rem;overflow:hidden;display:block; }
#L8XVUeRii4rMlwbnVmAc5oJe4vbpWt4E { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.81185rem;width:10.874375rem;top:2.4062509536743rem;left:7.0625002384187rem;overflow:hidden;display:block; }
#ifyCmAE6WPlS9ocyk9Kmqtx23m3uF80A { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.37435rem;width:13.561875rem;top:2.6250009536743rem;left:55.718751192093rem;overflow:hidden;display:block; }
#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM > .row .container { background-color: transparent; background-image: none; }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM > .row .container > .video-iframe-container { display: none; }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM > .row > .video-iframe-container { display: none; }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM > .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); }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM > .row .container { border-width: 0; border-radius: 0; }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#ESOBocEdq8S5xwbuLkfc05Kk7l5zqhFS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:11.5rem;top:1.625rem;left:31.750001192093rem;overflow:hidden;display:block; }
#FvMNHFZtEilcLXsCKWx6gIKnhFTgzbN8 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:12.5rem;top:2.25rem;left:6.2500002384187rem;overflow:hidden;display:block; }
#QTl6d3bL50dxc1gaRL4WTOkoPaQyULQ3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.8125rem;top:2.09375rem;left:57.593751192093rem;overflow:hidden;display:block; }
#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV > .row .container { background-color: transparent; background-image: none; }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV > .row .container > .video-iframe-container { display: none; }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV > .row > .video-iframe-container { display: none; }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV > .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); }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV > .row .container { border-width: 0; border-radius: 0; }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#QAb7ULhziFkgJHK7tVXWvmBZCFt9yK7N { color:#1b1f28;display:block;width:21.25rem;position:absolute;font-family:"smooch sans";font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:18.125rem;height:2.43706875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zGIJSvowaWZFxEV0C9eNA7VEf6tkJb1w { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:10.875rem;top:3.3125rem;left:41.125rem;overflow:hidden;display:block; }
#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG > .row .container { background-color: transparent; background-image: none; }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG > .row .container > .video-iframe-container { display: none; }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG > .row > .video-iframe-container { display: none; }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG > .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); }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG > .row .container { border-width: 0; border-radius: 0; }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-form-header {  }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:31.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:3.125rem;color:#1b1f28;font-size:1.25rem;overflow:hidden;font-family:"smooch sans";vertical-align:top;box-shadow: 0rem 0rem 0.9375rem rgba(0,211,251,0.5) ; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:4.375rem;color:#1b1f28;font-size:1.25rem;overflow:hidden;font-family:"smooch sans";vertical-align:top;box-shadow: 0rem 0rem 0.9375rem rgba(0,211,251,0.5) ; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-checkbox { width:0.99989375rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(89deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(89deg, #00d3fb, #9d6df8);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:400;color:#1b1f28;width:31.25rem;height:4.0625rem;font-family:"smooch sans";overflow:hidden;box-shadow: 0rem 0rem 1.25rem rgba(109,123,248,0.55) ;font-style:normal; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 [class*="-text"]:-moz-placeholder { color:#1b1f28;font-family:"smooch sans";font-size:1.25rem; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 [class*="-text"]::-moz-placeholder { color:#1b1f28;font-family:"smooch sans";font-size:1.25rem; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 [class*="-text"]:-ms-input-placeholder { color:#1b1f28;font-family:"smooch sans";font-size:1.25rem; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 [class*="-text"]::-webkit-input-placeholder { color:#1b1f28;font-family:"smooch sans";font-size:1.25rem; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:30.1247875rem;overflow:hidden;font-style:normal; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-container:first-of-type{padding-top:0;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-container:last-of-type{padding-bottom:0;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.3122875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.0625rem;top:5.0625rem;z-index:100000;position:absolute; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.25rem;display:block;vertical-align:top; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 {display:block;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.3122875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.0625rem;top:5.0625rem;z-index:100000;position:absolute; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #JUsKnQUHhzgcxrB4JVJdKFodZUsv6KiI { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #PcKglT0TSKprXscpqX8xU40zPx2A7AKG { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #Twl8ud5caZfDeWdT4L47uTv2xXP4Odlh { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #PEo1GI8ZQd1BBGstvW33EpWB6nfWZ75i { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #MNkxWQB7AmsF37WFdA6hHZ1FO1yOvWg1 { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #NI15R51I6srp74XRqHl0LyKTvBJqht7E { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #mS3FfhW1bWvB43Tn8fW9WZsuaEI9nc1q { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #WtM4xPfFGuGG1OAR9ehPLP51TAKVX1UI { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #OpBV5keJNkOsXEAe0LIQ92LDFJQ4AopR { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #IPN3FoDterM0lxGZOivdMIyFTRBi5qra { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #fkQHWOLc0dnqr7qG9ELkdXrNbFT3ZVgV { position:relative;z-index:2; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #iX9biHWJVRs8voOWITFspCNfrSLLDdaJ { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #z0evAO4Taxn16O3SuEZT7TvNdKb9hnFM { position:relative; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #TNu0JfxyFTB9sHZsZBU4XGuJEg5rfq9t { position:relative; }
#Iz61QPFRRqOFxN7ot99iaKpByx6dRlPA { color:#00d3fb;display:block;width:30.4996875rem;position:absolute;font-family:"smooch sans";font-size:3.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:10.3125rem;left:6.6875rem;height:4.54969375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BVMRoCm7WwF9JwRJsc7KouMeaBKdotUk { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:"smooch sans";font-size:1.625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:16.125rem;left:6.6875rem;height:4.224175rem;text-align:left;text-align-last:left;display:block; }
#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(89deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(89deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(89deg, #00d3fb, #9d6df8);background-size:auto !important;position:relative;display:block; }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk > .row .container { background-color: transparent; background-image: none; }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk > .row .container > .video-iframe-container { display: none; }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk > .row > .video-iframe-container { display: none; }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk > .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); }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk > .row .container { border-width: 0; border-radius: 0; }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1f28;background-image:none;position:relative;display:block; }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc > .row .container { background-color: transparent; background-image: none; }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc > .row .container > .video-iframe-container { display: none; }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc > .row > .video-iframe-container { display: none; }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc > .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); }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc > .row .container { border-width: 0; border-radius: 0; }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#seEmdK5uggpia5GlVw8n5iURLdXtI6xu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:6.4995625rem;top:3.855251789093rem;left:0rem;overflow:hidden;display:block; }
#ZLH540AXCtUFMrtoLCtfMCzCQuyx7EGi { color:#ffffff;display:block;width:19.8746875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:8.5625rem;left:2.3125rem;height:1.75rem;font-style:normal;display:block; }
#cbTT2MuzoRzalTzPH6btVHfFtstAOurM { position:absolute;display:block;z-index:100018;background-color:#00d3fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:20rem;top:13.6875rem;left:0rem;display:block; }
#pMJ4Ksu24NTQNzewmSFU1kMGwkIgg7PS { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00d3fb, #9d6df8);background-image: -moz-linear-gradient(90deg, #00d3fb, #9d6df8);background-image: -ms-linear-gradient(90deg, #00d3fb, #9d6df8);background-image: -o-linear-gradient(90deg, #00d3fb, #9d6df8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d3fb', endColorstr='#9d6df8' );";background-image: linear-gradient(90deg, #00d3fb, #9d6df8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0623915rem;width:35.3125rem;top:13.687086582184rem;left:39.687502861023rem;display:block; }
#UhaRhnRpfBSg9aNBZNLPOT1hFr9gMTw0 { box-sizing:content-box;color:rgba(255,255,255,0.5);font-size:1.375rem;font-weight:400;line-height:1;height:1.9992375rem;width:1.9992375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:10.625rem;left:0rem;display:block; }
#y0IiWVNi76CcbfluNeylPDCu9ztKfMSl { color:#ffffff;display:block;width:19.8746875rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:11.0625rem;left:2.3125rem;height:1.75rem;font-style:normal;display:block; }
#zA0vOv2xtCGgRtGmgwInbFxloRLXf94k { box-sizing:content-box;color:rgba(255,255,255,0.5);font-size:1.375rem;font-weight:400;line-height:1;height:1.9992375rem;width:1.9992375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:8.3125rem;left:0rem;display:block; }
#p2awNHwzpODAMtoZJ6EZnavqF4sQC7hP { background-color:transparent;background-image:none;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:"smooch sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.625rem;text-decoration:none;z-index:100020;text-align:left;text-align-last:left;top:15.625027418137rem;left:0rem;display:block; }
#VOcSKA0hqOcqO0uLMWibATxrVEBcJik4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iWmhga5cdi7GTkLUa62QSrtxWAbTEUBX { color:#ffffff;display:block;width:7.562375rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.4;letter-spacing:0;top:16.0625rem;left:65.5rem;height:1.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uC9d7WZ8uLmOofERx1hDGB5We8m6eC8d { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:1.99978125rem;width:1.99978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:15.9375rem;left:73rem;display:block; }
#qzpmAeylMPhzSkGtRvxw8hFVb2y70ZE2 { color:#ffffff;display:block;width:10.062375rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:3.875rem;left:39.6875rem;height:1.75rem;font-style:normal;display:block; }
#dAVQEJDwRO7h4T9Tb2xJNID1908xFgBS { color:#00d3fb;display:block;width:16.25rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:400;z-index:100016;line-height:1.4;letter-spacing:0;top:6.0625rem;left:39.6875rem;height:1.749675rem;font-style:normal;display:block; }
#scaTotcGh9Q5scsKIRtKGlqWx0HGcq2u { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:300;z-index:100019;line-height:1.4;letter-spacing:0;top:8.375rem;left:42rem;height:1.75rem;font-style:normal;display:block; }
#Tocboq1CMiIDifprdp5TFvEraOQmG930 { color:#ffffff;display:block;width:13.3745625rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:300;z-index:100020;line-height:1.4;letter-spacing:0;top:10.6875rem;left:42rem;height:1.75rem;font-style:normal;display:block; }
#vEpSp58dRRov6wX3qlkAvnDFrsrUe72c { box-sizing:content-box;color:rgba(0,211,251,0.5);font-size:1.375rem;font-weight:400;line-height:1;height:1.9992375rem;width:1.9992375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:10.5625rem;left:39.6875rem;display:block; }
#hTEut6VytuAkhUsnAlWU5R9ATriFp1ET { box-sizing:content-box;color:rgba(0,211,251,0.5);font-size:1.375rem;font-weight:400;line-height:1;height:1.9992375rem;width:1.9992375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:8.25rem;left:39.6875rem;display:block; }
#A15SEg4Mrp08A3NUbcE4h1RsdQGvwDGm { color:#9d6df8;display:block;width:16.25rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:400;z-index:100021;line-height:1.4;letter-spacing:0;top:6.0625rem;left:58.625rem;height:1.749675rem;font-style:normal;display:block; }
#kfqVvdsJIqPMO5mWUzuzTcJUwMOyAh2N { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:300;z-index:100024;line-height:1.4;letter-spacing:0;top:8.417860507965rem;left:60.936957359314rem;height:1.75rem;font-style:normal;display:block; }
#UMwBnTM1AOKfV3DXKwIz465LFhHJTUHB { box-sizing:content-box;color:rgba(157,109,248,0.5);font-size:1.375rem;font-weight:400;line-height:1;height:1.9992375rem;width:1.9992375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:8.25rem;left:58.625rem;display:block; }
#UPXTWxEWBgqcx9V9rTvz3ArPJcVwRglX { color:#ffffff;display:block;width:13.3745625rem;position:absolute;font-family:"smooch sans";font-size:1.25rem;font-weight:300;z-index:100025;line-height:1.4;letter-spacing:0;top:10.749241352081rem;left:60.936957359314rem;height:1.75rem;font-style:normal;display:block; }
#gDBt620JQtNEsU3ibU3y1luEeaTUqXqN { box-sizing:content-box;color:rgba(157,109,248,0.5);font-size:1.375rem;font-weight:400;line-height:1;height:1.9992375rem;width:1.9992375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:10.5625rem;left:58.625rem;display:block; }
#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101319;background-image:none;position:relative;display:block; }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO > .row .container { background-color: transparent; background-image: none; }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO > .row .container > .video-iframe-container { display: none; }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO > .row > .video-iframe-container { display: none; }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO > .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); }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO > .row .container { border-width: 0; border-radius: 0; }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#CVQ39Sbv7OwebvfM75bqc5dBHZJNzR7U { color:#ffffff;display:block;width:5.12478125rem;position:absolute;font-family:"smooch sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.0057525634766rem;left:0rem;height:1.29936875rem;display:block; }
#e6o1CrWNES50hTTvhlxBW618WrJpVx9h { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.81206875rem;width:6.312375rem;top:1.7491321563721rem;left:5.1236982345581rem;overflow:hidden;display:block; }
#ptezlEczHtQBZucUgvgG2MoUHNd7k15r { color:#ffffff;display:block;width:11.0623125rem;position:absolute;font-family:"smooch sans";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.0062942504883rem;left:60.498595237732rem;height:1.29936875rem;text-align:right;text-align-last:right;display:block; }
#pRi4S5emqvNNB12uZ7MvIvFmNfmNdtch { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.999675rem;width:2.374675rem;top:1.1561393737793rem;left:72.625327110288rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/7e75b1bc-76fc-429d-a8bf-77e2f3b2c3f5/WDItlomobilev2.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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); } }@media only screen and (max-width: 1199px) { #vz2u9fLbffuxO8t9PZCbTHXORXEp7aqS { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#vz2u9fLbffuxO8t9PZCbTHXORXEp7aqS > .row .container { width:47.75rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gfoZRsl2hZTJyNax2V1S9K8Riav7kHWl { width:7.625rem;height:3.2234913004594rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6pKiCSQohpRZSCD2e5TtvFJtpTucdBS { width:8.125rem;height:2.8125rem;top:5.5rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSNoeSRbvahFCF0BabdngwtbdXBaaoap { display:block; }
 }@media only screen and (max-width: 1199px) { #L2qAbKmoOcTPL6z2FhyGdZkIHnWxbOk4 { width:8.125rem;height:2.7501085rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6XzKcnf9Trv1kalSBz2PgEWn1ORLFDq { display:block; }
 }@media only screen and (max-width: 1199px) { #OpsNcR6evWO2nGSDvff44AxWDUmqTVEZ { width:5.74978125rem;height:2.7501085rem;top:5.5rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfgJwZEcU9GWZgS68NFHLwF60VUsUTtp { display:block; }
 }@media only screen and (max-width: 1199px) { #VNlSNfOawHZkf03XNn8Jon2bRxuknIMg { width:6.7496875rem;height:2.7501085rem;top:5.5625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EL5UXTqIUdeITWcHE0KD5tmsJscRzFtX { display:block; }
 }@media only screen and (max-width: 1199px) { #yZWrIGdTUTHOyUgzUGz4gCz1LTzAt70A { width:7.1875rem;height:2.7501085rem;top:5.5rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTHaX47xhe3ax8gNqUZLVqg3LTcKDhgx { display:block; }
 }@media only screen and (max-width: 1199px) { #wInWZV00scQINICwJ0tXheD0PEtpvp1w { width:5.187175rem;height:2.68771475rem;top:5.5625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lfVkOTb3TM9JMwXUsJDkpf0oW4q6IcsS { display:block; }
 }@media only screen and (max-width: 1199px) { #egruLOTvPUeizVz1oKqZWKWhXBHuDBgU { width:3.125rem;height:3.125rem;top:0.73621967434881rem;left:44.624569296837rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 { display:none; }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OFhRHLLaH76GNsoNo2rTxqArgopCtmHL { width:7.625rem;height:3.2234913004594rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ngsg4sw7kuOlieuzMeq0HfnTLhF6p5JH { width:8.125rem;height:2.8125rem;top:0.9375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GS1HkKrFQKqaDz146qxuflg0J1sUCxI3 { display:block; }
 }@media only screen and (max-width: 1199px) { #detQTCtK0nBvDq7znLta1yMTrXbI9tRs { width:8.125rem;height:2.8125rem;top:0.9375rem;left:12.186633110046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uElgSM2viV7qwowlS43TIMq5qbeiUEQp { display:block; }
 }@media only screen and (max-width: 1199px) { #TPlaLi7zQ4rCE50rrkhcBcyhrxdNO54y { width:5.75rem;height:2.8125rem;top:0.9375rem;left:21.686415672302rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PLfCSiGOavPtnAzuOvoSG5QOqmuS1TWn { display:block; }
 }@media only screen and (max-width: 1199px) { #w9p4PVGcoOiHZkXWOdOKB1zvVRWbUr1B { width:6.75rem;height:2.8125rem;top:0.9375rem;left:28.998156547546rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3z6OBCeTqqRJV4384K6XQ0aDZUEHoB6 { display:block; }
 }@media only screen and (max-width: 1199px) { #BX1Tl6K4Ocdn3kRHAH57vlRZ8RdH5b8W { width:7.1875rem;height:2.8125rem;top:0.9375rem;left:37.123915672303rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V66Gcut5gTTIMdeZTcqxs9uTBU3J1LK1 { display:block; }
 }@media only screen and (max-width: 1199px) { #lIWSbqKIWtO4aOJKlLOdBFngHEe1zHiq { width:5.1875rem;height:2.8125rem;top:0.9375rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rkLlHX5ksRUlzcsN60VTSy4n7SqH6WRB { display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1d69aaac-1ba8-4c3c-be40-e1ffdc986836/szczekatlomobile.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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(27,31,40,0.36); }#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(27,31,40,0.36); }#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 { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dZTQCpNV9AEV4dT9C00x6ocMTBtCm04b { width:47.249875rem;height:5.79375rem;top:14.8125rem;left:0rem;font-size:6.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PnftSWDKmQ8cORigurSlwWvsVNCcqoT7 { width:47.562375rem;height:2.1125rem;top:22.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Duw8zr3FUye8oyVvu8qnwFCStIGDX5x6 { width:4.375rem;height:4.375rem;top:43.125rem;left:21.656035423279rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xhHO57mWqbgEGe2cLAT7lgWNMdsJVrUb { width:12.5625rem;height:3.875rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QEu9aXrRaM4rWAwIJ8RPxq7IXZe3RzOa { display:block; }
 }@media only screen and (max-width: 1199px) { #hk4c6M106zF7bIExgIddJaMMfXapHzPN { width:12.375217rem;height:3.625217rem;top:32.249348312616rem;left:14.187283873558rem;background-color:rgba(27,31,40,0.75);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #iP7qJTcOu1iTHxqk9IoiA4gBJzNgn4qZ { display:block; }
 }@media only screen and (max-width: 1199px) { #kGTI19a5JlDNaweZAF47NCaTuXKN63dd { display:block; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row .container { width:47.75rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DpiahfUvTZyxo8ZthxRGUlUcZCpxXgT9 { width:12.5rem;height:6.5rem;top:1.3125rem;left:1.6875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTzF0qZoXAkNVP874HE9P6doNVQiETDH { width:12.5rem;height:1.625rem;top:7.875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFPxCOMpI2oVsieFnvJqLXoR2N5tx21u { width:12.5rem;height:6.5rem;top:1.25rem;left:17.562502861023rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkeOgATcZ5VRLEgpTCC7v4vshUGktq66 { width:12.5rem;height:1.625rem;top:7.8125rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XM5GIgD9g6MtPmdT8g2AmFRbpvBx5USX { width:12.5rem;height:6.58075rem;top:1.3125rem;left:33.4375rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVwOTaxEvNMxMH5okpK8nnu3vhG61pzv { width:12.5rem;height:3.25rem;top:7.8125rem;left:33.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4glgVoHMPiv979rBnG1NX9JKSar2hEl { display:block; }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MIOJcgyv8hvEUN8xcSE6cLSi3px69qaC { width:40.6875rem;height:4.55rem;top:2.125rem;left:3.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JoK51IpgV6LLkZbXhu7PfeM8CXTvqqZS { width:31.25rem;height:0.0625rem;top:7.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z { display:block; }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DdvXAJCfT7yr1S42TEbezzeb2M58vS3T { width:13.3121875rem;height:4.875rem;top:3.3430995941162rem;left:7.374132514rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lsVdBwkrLLuuS1nZ9ZtcG2viWng4racQ { width:12.875rem;height:4.875rem;top:3.3430995941162rem;left:27.374023795128rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDNZ0E8q9ZUOgyIhAo49ZyAFgqMFgbGb { width:6.3748125rem;height:9.284375rem;top:1.1382379531861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eoTsKAeIiKmRfKuRWw24S9rkEPn7BrzG { width:6.6873125rem;height:5.8203125rem;top:2.87109375rem;left:41.062286734581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yugrkCuehAFEKT2y9T227u7WTshMtcTi { display:block; }#yugrkCuehAFEKT2y9T227u7WTshMtcTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZepA2TlJD0uMpLaUg6lew8mvOwbn8xVG { width:12.3746875rem;height:4.875rem;top:3.3430976867676rem;left:7.3122829198838rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Le8nzXLui0fxqCHBOKG7BSJEWg6GKG71 { width:15.1871875rem;height:6.5rem;top:2.5309238433838rem;left:25.311958670616rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Etu2kfhZzPxsR6MRkTFM4d41PNHNJoFN { width:6.624875rem;height:6.2526875rem;top:2.6540794372559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTlh0lrT1K1xBIVTcmZzutZawsHy11he { width:6.624875rem;height:4.271375rem;top:3.6442050933838rem;left:41.12467610836rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr { display:block; }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OTkNWEtRQ4t3kId7btC7KHkCXoR58Jzn { width:31.25rem;height:0.0625rem;top:7.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QyCsUrMfbOCIxTeHV2AKZAanA1usVGSy { width:40.6875rem;height:4.55rem;top:2.4375rem;left:3.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG { display:block; }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG > .row .container { width:47.75rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t51gyFd5QEqkKXPnEWiywmvJWns7ukh4 { width:3.4375rem;height:3.4375rem;top:0.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IHSakds781TQmqgv6MSVSkAsxQcbQJno { width:33.5rem;height:2.1125rem;top:1.5625rem;left:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gXE5rJkKXWTabeW1375NhTK77UKFQ7rR { width:12.5rem;height:1.3rem;top:1.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccyqv25OnphAc1A9bheVhmd4HTSr2uJx { display:block; }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx > .row .container { width:47.75rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sXOWW40PX5F8NDX7gQhvfGxkIlD7m2H1 { width:6.25rem;height:6.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #grzbbl6pRrDdSXdeQmF9bJrr9VMTGECu { width:23.3745625rem;height:1.3rem;top:3.25rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9T1uTQZuT8Qm039ZBu2eAtsTAnPdrC5 { width:35.4996875rem;height:3.25rem;top:5.4375rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DQiz0Q2QMpNdBg7r0TGEBlqQPCcuQOC8 { width:47.749rem;height:0.0623915rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JLRb4T17ogPFqS92OFrsNJySyShMCChN { width:29.0625rem;height:10.1992125rem;top:18.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ts2oALSrDPE4KEiP0mz75IQPrEuDCyQI { width:47.75rem;height:2.59895625rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpCFvACkevFSH9a9nxfHfCGoJuIREsnT { width:47.7495625rem;height:4.5859375rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }#PpCFvACkevFSH9a9nxfHfCGoJuIREsnT li:before{  }
 }@media only screen and (max-width: 1199px) { #wbudiwfl6MqwcS7GrVpNprr8o6lRIpap { display:block; }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QUfl2V2qzvx0L0c9MlUOQXvqFEPMkSET { width:32.562375rem;height:2.1125rem;top:1.625rem;left:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zyN57sroryatuUmBlk5zhJv89oLuDOKb { width:3.4375rem;height:3.4375rem;top:0.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INx7mUUT3Vsrai9TsOxVbzJplPJG7Qpn { width:12.5rem;height:2.59895625rem;top:2.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH { display:block; }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH > .row .container { width:47.75rem;height:88.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qu3mJJbWqvxaDbPlWLcpO33eUp7uyBQB { width:6.25rem;height:6.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o460JP2WNiUX5BweVaI5OA3GDMTJMFPA { width:27.5625rem;height:1.3rem;top:2.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LD9OGTOhQItT3gCRx3CchJRJMOllyGvu { width:31.875rem;height:1.625rem;top:4.8125rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GznrqXpWRH2uORkT2moh5mdtWy0hLBkp { width:47.7495625rem;height:0.0625rem;top:8.7494573593137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fc4LxH6olsPUOUqN0wUxLwVQiNXQuEeC { width:47.7495625rem;height:0.0625rem;top:17.624240398407rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vDSdB20mLa0XeO3MD12hORoU3lf2lrvS { width:6.25rem;height:6.25rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNe0uoPmTkbUi27iLeJh0JDRCachcNzw { width:35.8125rem;height:1.625rem;top:13.5rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHFdePQmRg91ZTcHDPBVPRImT3Przn9C { width:29.1875rem;height:1.3rem;top:11.1875rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c0wwCpw9lRz3VX4EQKvA0fgktA0xnf6R { width:47.7495625rem;height:0.0625rem;top:26.187066555023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WR1re7WugK4ULKgdhMImnw7iXxNDmAm2 { width:6.25rem;height:6.25rem;top:18.548177242279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mZQudBNtisAIsVN6KAWT79LRXN1pLEuU { width:32.5625rem;height:1.625rem;top:22.125rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XGNzRlSCMCKOGNbxkgbnp4EE1OF9wyXi { width:24.625rem;height:1.3rem;top:19.8125rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tbZ9UC72swXTzwE8452sOh4LBZ3WScXn { width:47.7495625rem;height:0.0625rem;top:35.374349117279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmMVt9PAd4hZmFF10rysaSbBwzq2HhF9 { width:31.5rem;height:3.25rem;top:31.1875rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJI8QXofxbGWtNfOnbwk28rmvZ9IUIxm { width:6.25rem;height:6.25rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxX8owIbkTkUzCeAdDIS7Apynh1ALXHl { width:25.3125rem;height:1.3rem;top:28.875rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRLGDH9NdRts2thwIUGsLcyrvliJ8ZIw { width:47.749rem;height:0.0623915rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBAUNGsga79M0gJa7qRGalZzIMXC94E2 { width:6.25rem;height:6.25rem;top:36.43718290329rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETsxr5KaH46glaBoRcmicLgZNb90LFb3 { width:39.4375rem;height:3.25rem;top:40rem;left:7.9372829198838rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTpCzCavwNt5ScWNsLleDywNTnxnzU6q { width:26.125rem;height:1.3rem;top:37.6875rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0hweUMTNTZOQnB6a3T95oJgTSyqPvnM { width:6.25rem;height:6.25rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXidD94AvPhTuRGOobdzD9ZhigKrQsTA { width:28.875rem;height:1.625rem;top:57.8125rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HA3KCOxLUrzNgt2AeyifRPVODV8wTOAS { width:26.5625rem;height:1.3rem;top:55.5rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PUfvulMN82h8foorIFeH3w5X53Z9FAyq { width:47.7495625rem;height:0.0625rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7evTTl7tl4yfBZeBSU9RcIFb4xnzzrZ { width:6.25rem;height:6.25rem;top:62.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARFJ72csCkWDb443QJhwZEROCQFntXVW { width:31.8125rem;height:3.25rem;top:66.5rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRf9TrqwMinoGwaqXg7IlioJSvZOHmb5 { width:24.75rem;height:1.3rem;top:64.1875rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aw9IQ7d92Tl9WrJNmD2QdwTfdOn498OG { width:47.7495625rem;height:0.0625rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hg3Fr1AubNzsmvPpTqe2KHADuvPBOnyp { width:47.7495625rem;height:0.0625rem;top:79.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybTwdPxDJ1XdMKARXz4HETXS7cpVFPgR { width:6.25rem;height:6.25rem;top:80.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7X1d1EhxisKLOU5MbEMwWhINhAmUplv { width:34.4375rem;height:1.625rem;top:83.75rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODtkgU9VwiInRzT6UkikE2FgCnQGcyeC { width:27.25rem;height:1.3rem;top:81.4375rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WK27nwnnXKzBRNQcDDW74Uvq7V2XaZUJ { width:47.7495625rem;height:7.796875rem;top:43.728302001953rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #In9gqI2UstvPUCdVQePNqmBItEKQ0vqT { width:6.25rem;height:6.25rem;top:71.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVWRoyuSrwX1hUHTQWavBa7ouwzL3Uhx { width:25.3125rem;height:1.3rem;top:72.875rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x46WRbiCQlJm1bmZGsFCd4ben4aO0g2t { width:31.5rem;height:1.625rem;top:75.1875rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXo9BrLPpv09mCvowbZ0orzKdNkITp33 { width:47.7495625rem;height:6.497375rem;top:43.728302001953rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEmLsFheOEVInUOOTunLtTwmnJ55zMSS { display:block; }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hx7hULDG7ETTB5vGW93CNADvrnNAyUnb { width:32.0625rem;height:2.1125rem;top:1.625rem;left:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcZD6ntVLG3N9pXlJAGfcq1NhWafA7rA { width:3.4375rem;height:3.4375rem;top:0.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uPgwmTxPATGqq37qa9Fp0FSD1Z5AdlcU { width:12.5rem;height:2.59895625rem;top:2.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 { display:block; }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 > .row .container { width:47.75rem;height:131.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vgPaHqMElyHzceaT9zGn9JmxkVyIl0lO { width:6.25rem;height:6.25rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xCdvnLI74OJ68sqELgxq25iu7f9AkMQN { width:29.8125rem;height:1.3rem;top:17.8125rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLrxo2yU7O3rByMPtIq7MeXizHz1QT7l { width:31.875rem;height:1.625rem;top:20rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZgroBzhIfsTc7CJ6CzpVcLqHt6oAdT2k { width:47.7484375rem;height:0.0625rem;top:15.000019073486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JPfmkzaU24VO9qsOqPKImcOMvLysVTNb { width:6.25rem;height:6.25rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JV9vR3LTT9TW3flQZdZd3VERGSi8IFnT { width:31.75rem;height:3.25rem;top:59.125rem;left:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DwRaTC6xOvE5aKt9o4i87axNidcOUTqn { width:28.3125rem;height:1.3rem;top:56.8125rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WiJuC8OCMhaghOk95GPpLM6LcgTem56G { width:47.7491875rem;height:0.0625rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnP6PB0S0yd4q90B2XIRzmeb2sELLH6Z { width:6.25rem;height:6.25rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sAxU0TZHrQzS5ikt71Q4KuP78N0iuuTT { width:34.9375rem;height:1.625rem;top:50.3125rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kKEne4MtMogw5NGpqN65R2kPozuNQ8oz { width:33.125rem;height:1.3rem;top:48rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTWTGGovJ63khTKGAUKWo7y9stmkEvBu { width:47.7495625rem;height:0.0625rem;top:103rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ClC5Adfif5lg9Sfzk6fiTAAO3gKsrAWn { width:32.4375rem;height:1.625rem;top:85.5625rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pucQTt0HUF4eFnG9rqtDSFg3yEtmrNAK { width:6.25rem;height:6.25rem;top:81.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I9vLX9ggxRabUXFLQ7SqhO1yiU8LIpHF { width:33.9375rem;height:1.3rem;top:83.25rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bn85sqBoOWzmKfNDNKP6rAPRM7r6FXcQ { width:47.7495625rem;height:0.0625rem;top:71.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rmqvTUh0KgoVQU9BrL1glhBzuvT8IZCu { width:6.25rem;height:6.25rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iWO69nb5gJxub7u8TSvpxwWX15MwwDr4 { width:36.6875rem;height:1.625rem;top:40.6875rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTiAqR56wkdqqVadJDeiFtH08WRHaDHH { width:29.125rem;height:1.3rem;top:38.75rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MduLxxZL9laqQe6VCMUUPQKlKTXmx6HA { width:6.25rem;height:6.25rem;top:73.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwtfBhUZx1Tcqg0kCTtzMmLBimdqgdz6 { width:32.0625rem;height:1.625rem;top:76.75rem;left:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NcFhkzBf9e1t648OXOLafTDg37ExqACT { width:30.1875rem;height:1.3rem;top:74.4375rem;left:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OaqcstsLdhNFULlt3iF9FgMHVQgQJKKk { width:47.7495625rem;height:0.0625rem;top:81.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwxkNyqzMmuCIhSAWKou891BMU7KptTT { width:6.25rem;height:6.25rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #duySdU76TDQXm7Vr1GxxEymv2PxNaBR0 { width:33.8125rem;height:3.25rem;top:68rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0XFNMBIcGkGC9WiKq7LAQ0in1noCbOE { width:34.125rem;height:1.3rem;top:65.6875rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2BgyGo5Lx3MUUpCtGrrTSw0BX7W0444 { width:47.7491875rem;height:0.0625rem;top:133.56172180176rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #v9T6fwzIHc9OldBZiGyWv6tG19rv2unP { width:47.7495625rem;height:0.0625rem;top:112.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCNbtdCnsnzCnkDJiHGR71SfWeDhih7I { width:6.25rem;height:6.25rem;top:104.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #khdQUE2JRzXw9fgPwlM1It1cPVs3nDDv { width:35rem;height:1.625rem;top:108rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zT7F1oACSCZmUUHMgFi5JbV6nJC9sTqU { width:27.5rem;height:1.3rem;top:105.6875rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIrQdMd6kFum6LRQHPo8x4JHASdxfCOb { width:47.7495625rem;height:0.0625rem;top:121.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwQkqQ80gpQh4nacxdEtl79N15WRUJm5 { width:6.25rem;height:6.25rem;top:113.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJ9GKyLTaN2oznmqbUT58FnyF9QpQtyI { width:31.9375rem;height:1.625rem;top:117.125rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wFRrPVzvhDmNksmteQlIETQBnUaOyAaZ { width:30.8125rem;height:1.3rem;top:114.8125rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HgXaO64T8K6sioMSprER7VAHJgIeTsiT { width:47.7491875rem;height:0.0625rem;top:63.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlFK7fWTzeEE9fEdBGsd1y9d5e24TLzS { width:30.4375rem;height:1.625rem;top:126.4375rem;left:7.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGJlCyNi6dAGiMpRqQR49u3BJuS0UsFH { width:6.25rem;height:6.25rem;top:122.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITzEGzL5abdxzwQCzZEBit16JDRFVK4x { width:29.8125rem;height:1.3rem;top:124.1875rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uPVMvlta81UdhtH1GtyKMX97mpTAPZER { width:47.7491875rem;height:11.8203125rem;top:23.8125rem;left:0rem;font-size:1rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 1199px) { #BSQqNBV0Zg10SU7yhcXiUWP7S8Sd8ag3 { width:47.749rem;height:11.69533125rem;top:89.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eq4IZMl285VOnB4reL29KhHtkSQ1gAR3 { width:24.75rem;height:1.3rem;top:1.625rem;left:7.9375003576281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyV774UorKNdSEldAB4QLi1U2ffXynfh { width:31.8125rem;height:1.625rem;top:3.9375rem;left:7.9375003576281rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEnlzV2Wkq9RodzDnTfCv5ReZemQwRL5 { width:6.25rem;height:6.25rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C4o7DO8QQWHbXXdqMCq6XCZvamKa8Mqd { width:47.7491875rem;height:0.0625rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UB2cdDaS7Ib2DlrLTwQntyGgA5JOr7yk { width:47.7491875rem;height:0.0625rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJ29BnBKrNBTMCshN21ZqpUtba9B5tHG { width:47.7484375rem;height:6.497375rem;top:7.8742370605469rem;left:0rem;font-size:1rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 1199px) { #NmZzMSbyox83Ie0HVpKyZqJRmyzvqSf6 { width:47.7495625rem;height:0.0625rem;top:112.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 { display:block; }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JnCMrvTEqelvWUIomJIvqFdgd2SzJt1u { width:40.6875rem;height:4.55rem;top:1.6875rem;left:3.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTh8tX4KXR3qzT1qWPHzR0Umef3aSd3D { width:31.25rem;height:0.125rem;top:6.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K { display:block; }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K > .row .container { width:47.75rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Zvhq7EopMZzk7pASXrDbEzR4ho0bLFBP { width:14.1873125rem;height:25.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pUOgz0T6mm4H9alpPyT8cV1siy5TkC5I { width:14.124875rem;height:25.3125rem;top:2.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFlPNMQfmg7gqIc31aTTWqya1ShimQtE { width:13.9995625rem;height:1.625rem;top:3.9375rem;left:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p8wxZ7cyFCkdlfwyUgy0MzfF0UvxEHTl { width:13.9995625rem;height:4.0625rem;top:5.5625rem;left:16.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UumUm7s5AmlJgAsMPdFMM01L1halxAcE { width:14.125rem;height:1.3rem;top:9.625rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyENtw4x4LanNsw0DQs0V8BGPMcVdBZ6 { width:14.124875rem;height:1.625rem;top:12rem;left:16.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RHJKUmCAUwyM7GNXDiZfMSO9ckvz78fC { width:11.9998125rem;height:5.82291875rem;top:14.375rem;left:17.875rem;font-size:1rem;display:block; }#RHJKUmCAUwyM7GNXDiZfMSO9ckvz78fC li:before{  }
 }@media only screen and (max-width: 1199px) { #by0ttLQvqc4MAHan5sBm3IcbCtdJXdwO { width:11.5625rem;height:2.8125rem;top:23.625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvuBpzDZgGZsOllcMQTraW9q02LeSKNs { display:block; }
 }@media only screen and (max-width: 1199px) { #v7hTUrFX4XIOGWCEXQHWEt0l2Lp1reAM { width:14.1875rem;height:1.625rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qK9tnOwU6996kifMQFaZylnaDKOS1fOW { width:14.1873125rem;height:1.3rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UEbZ0LGesOzOeDuBoe5KNs2FwE4O5ioc { width:14rem;height:4.0625rem;top:5.5625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QkuaZ4lPn1seDPQ0woQC6eVvMuQPmVJ6 { width:12.9996875rem;height:5.82291875rem;top:14.375rem;left:0.5625rem;font-size:1rem;display:block; }#QkuaZ4lPn1seDPQ0woQC6eVvMuQPmVJ6 li:before{  }
 }@media only screen and (max-width: 1199px) { #muPbQRmDJlRvOxa6NgsbLXTfBkK1FJ20 { width:14.1873125rem;height:1.625rem;top:12rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSLPAuyUWvt1VfWWRLKzrk8LcQ7tGoT4 { width:11.5625rem;height:2.8125rem;top:23.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OiqTGFKKRKiPy3L5mBoN8n04hFIy1Llx { display:block; }
 }@media only screen and (max-width: 1199px) { #T6UBkhOCeb5nxznK8aqUQR4wMxus0SMb { width:14.0625rem;height:25.3125rem;top:2.4375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MpTL1Q4kZyKskw7ZCRu0DlfvPJOyRi5s { width:13.9995625rem;height:1.625rem;top:3.9375rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X43hPFORWDsxgczIiPWiL4bwS2VZET8K { width:13.9995625rem;height:4.0625rem;top:5.5625rem;left:33.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bExQ1bWaluTpgf7On04cSzbm6cLrCCRq { width:14rem;height:1.3rem;top:9.625rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbISTlEXU2lEg67NZ0icGKq4ueRXgI9n { width:14rem;height:1.625rem;top:12rem;left:33.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WIXdLWMEi4ZK8K8ugLRmZs61sncPTpJE { width:13.2498125rem;height:8.734375rem;top:14.375rem;left:34rem;font-size:1rem;display:block; }#WIXdLWMEi4ZK8K8ugLRmZs61sncPTpJE li:before{  }
 }@media only screen and (max-width: 1199px) { #RA0zhmm0vWJnUdS1QU2bGNqRMQFnnvni { width:11.437717rem;height:2.687717rem;top:23.6875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m42x9SDFIED3P6ERmExhvuSX0dVx101A { display:block; }
 }@media only screen and (max-width: 1199px) { #CRs2vcpslXivXJygONQy0akM4IvV6TWh { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/0e065ad4-7c6d-474e-92f6-a49351c11741/Czaszkatlo3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh.adaptive-delivery-prevent-bg, #CRs2vcpslXivXJygONQy0akM4IvV6TWh.lazyload, #CRs2vcpslXivXJygONQy0akM4IvV6TWh.lazyloading { background-image: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container { background-color: transparent; background-image: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container > .video-iframe-container { display: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row > .video-iframe-container { display: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .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); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container { width:47.75rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JmNBetvD5CF26SQ8FDM4pRGVITU83aXd { width:40.6875rem;height:4.55rem;top:1.625rem;left:3.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEst47ZnPgCl6DELS2aFcRvgp4cu048v { width:31.25rem;height:0.125rem;top:6.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/0e065ad4-7c6d-474e-92f6-a49351c11741/Czaszkatlo3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm.adaptive-delivery-prevent-bg, #twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm.lazyload, #twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm.lazyloading { background-image: none; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row .container { background-color: transparent; background-image: none; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row .container > .video-iframe-container { display: none; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row > .video-iframe-container { display: none; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .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); }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p9Rd8FJTqdLU9EnVDTK9gueg2zpgpUPr { width:9.25043375rem;height:9.25043375rem;top:1.8115520477295rem;left:37.15494954586rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgux6sqdrt40wp0dXXACOdqANGcVmMpS { display:block; }
 }@media only screen and (max-width: 1199px) { #XAm83LMAIOMXxE6XysImZae1yRWdqIQk { width:11.9998125rem;height:1.3rem;top:12.122966766358rem;left:35.749782919884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrZfhFZ308AyJvkexCsIWQDAKQtZBQ0U { width:11.1865rem;height:1.7875rem;top:13.359403610229rem;left:36.187610983849rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIWlHGzmDRxBcJCrT3kRbGzWy4daRBxq { width:9.25043375rem;height:9.25043375rem;top:1.7480754852295rem;left:13.218316435814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLXQa5xDnFRsh4lP2Ur69lsLiy4U0Vi5 { display:block; }
 }@media only screen and (max-width: 1199px) { #VrcVmxxuVu5dOvGrxZCIxcbVTON2iueq { width:11.9998125rem;height:1.3rem;top:12.122966766358rem;left:11.936849951744rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dt7ihFKnWdR1BaZa46CL8qmyq832es3r { width:11.5625rem;height:1.7875rem;top:13.359403610229rem;left:12.124566435814rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sX1L502E8uITCui6IWtgfh41IfNqzINs { width:9.25043375rem;height:9.25043375rem;top:1.8110084533691rem;left:25.217558264732rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFUuXE7tfO2Jq9rCITKos6cPGcJPRPXA { display:block; }
 }@media only screen and (max-width: 1199px) { #uu2fkTkSoH8544PZZVFzkcuA91OGRVxc { width:11.9998125rem;height:1.3rem;top:12.121881484986rem;left:23.874241232872rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2GosO7pOmTfdgVh6sCeRiKJPPcSzziR { width:11.5625rem;height:1.7875rem;top:13.359403610229rem;left:24.061958670616rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzQuXRUkaaOO5XoKfVutaoTQ5dndhltz { width:9.25043375rem;height:9.25043375rem;top:1.7491607666016rem;left:1.2803820371627rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kz9TItpsE0MkHP3z27MU9TcbofKJBS9f { display:block; }
 }@media only screen and (max-width: 1199px) { #yGXTAudwgUPSOTnAFTUdCgArEbdcxLmt { width:11.9998125rem;height:1.3rem;top:12.061117172241rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTD8JKDdmNHb6ZIGXSgtJWwzhwQbTyBh { width:11.1865rem;height:1.7875rem;top:13.359403610229rem;left:0.37489151954651rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/0e065ad4-7c6d-474e-92f6-a49351c11741/Czaszkatlo3.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT.adaptive-delivery-prevent-bg, #L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT.lazyload, #L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT.lazyloading { background-image: none; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row .container { background-color: transparent; background-image: none; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row .container > .video-iframe-container { display: none; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row > .video-iframe-container { display: none; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .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); }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row .container { width:47.75rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hJvyNE8R9vOdlIMeHuGR2qTVosDKSmqm { width:10.9375rem;height:1.7875rem;top:13.4375rem;left:0.49913191795349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2FK1l7QbHcVCfTxH9CTQwS2C5cZQ4qa { width:9.25043375rem;height:9.25043375rem;top:1.875rem;left:1.2803820371627rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fLcmyrargIiXieJLTPBGcZzTWhGeMfOS { display:block; }
 }@media only screen and (max-width: 1199px) { #uw4tKowbnv29CULE0MJL3RF8hPVr9KTe { width:11.1870625rem;height:1.7875rem;top:13.4375rem;left:12.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TibGBt7TVuTVsvoO0zhcVT5tJ5lnBIw9 { width:9.375rem;height:9.375rem;top:1.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OmiTpzQLWaceoDG42bF1l5Rn8F0bJDir { display:block; }
 }@media only screen and (max-width: 1199px) { #Bi6TIGMF4UXFXpNVhhn3eHLlfbuQEckC { width:10.9375rem;height:1.7875rem;top:13.359918594361rem;left:23.874241232872rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMlq6DLBTrGDhKZVCbgoWvDv1uLb34lU { width:11.9998125rem;height:1.3rem;top:12.123481750488rem;left:23.874241232872rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDOkB7hPzAfF9vg8TmreKn9FMELhx67A { width:9.25043375rem;height:9.25043375rem;top:1.9373912811279rem;left:25.155708670616rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hdmv67Gky7WAdcgy8MaWZ6tdNRRH6qnr { display:block; }
 }@media only screen and (max-width: 1199px) { #Wl9rrQq3WddiR1JbGwCzpkLFbJT5ZWTw { width:9.25043375rem;height:9.25043375rem;top:1.8115234375rem;left:37.15494954586rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmyWEMCMahiW0KNuR985sbMhS4Qu7yCJ { display:block; }
 }@media only screen and (max-width: 1199px) { #u43AoFgAkIOgWfM6wFTE8mk2TaHo1hG5 { width:11.9998125rem;height:1.3rem;top:12.125rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwH20CaV2q052zf1K5HVBQFvgXTndNXI { width:10.9375rem;height:1.7875rem;top:13.4375rem;left:36.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRLOt6EAiGkpFFCTShEx66H45M2f5sZc { display:block; }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc > .row .container { width:47.75rem;height:49.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QTmssqHu43UhApB4onE2sCKGnWneqA1N { width:15rem;height:10rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Asw9eSFlr5fJ4WzwVF9JmLpBvAVfCx8U { width:15rem;height:10rem;top:11.5625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZG9iTL0T7V9hBFabgOKycDV7naepmsIl { width:15rem;height:10rem;top:11.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHTfF5zZKkI2aE6C1KbmDWUsOmkzpwPB { width:15rem;height:10rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SvO8q8pD0QqvcPGplxEC5Hd1V3LeFdW7 { width:15rem;height:10rem;top:23.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t31wWN4eBTNi96ufRM2cVGQw3TU57RJs { width:15rem;height:10rem;top:23.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WOVcTcAvZ5TttGA6S1Rsi80p6ZIdnNo1 { width:47.75rem;height:4.55rem;top:3.875rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BcAux03Lz95CbCIm3navcI9z99pbf3hv { width:31.25rem;height:0.0625rem;top:9.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTWZwApFC2LhxVeLVDIPbKgbHXyDtNBg { width:15rem;height:10rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EnFs5Zs1Eo6lTzkSwKlAMraeukB3SAl1 { width:15rem;height:10rem;top:34.4375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKrGPVVCu38ZOdMiycHvHPDn7OVTGVqT { width:15rem;height:9.9375rem;top:34.4375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T { display:block; }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T > .row .container { width:47.75rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LoxQJD1TE5BDy28ECA50aPsshqQQwDn9 { width:12.437592rem;height:3.74999825rem;top:3.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdxtJuupNvlHWGPEP1MnFHBfhIJJbPb9 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZhaeVUfiRwdH4z1qn7Mom3qIhI3AHP1r { width:22.625rem;height:2.6rem;top:4.625rem;left:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ { display:block; }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #npFBXcX8lDHJHU4g6IGJbCvo8Kb6s4P7 { width:40.687375rem;height:4.55rem;top:2.8743581771851rem;left:3.5302737951279rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTuLInpokGv8h0BIIF6Xgbzerg2VBlCG { width:31.25rem;height:0.0623915rem;top:7.422969818115rem;left:8.2492412328719rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 { display:block; }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AP5omJOvX4uM5HwuoVto693SKI4TN0Tv { width:8.5623125rem;height:3.99956875rem;top:2.6850051879883rem;left:19.593099951744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZqbL78WA8MD3TJVqb2BLF668RVh8I5TQ { width:9.24925rem;height:6.875rem;top:1.25rem;left:35.166406989098rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPRKnzNZlvHMXMU0EizksSBTZ1pFFMJ9 { width:13.06175rem;height:3.06171875rem;top:3.6843757629394rem;left:1.4273437261581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeaLydSHUE6PVX9CRyEBQ0gwzlR9dPg8 { width:14.75rem;height:2.1125rem;top:1.25rem;left:0.58281254768372rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a05JiglCmnvDVxR9GzrSpITk2RzWik01 { display:block; }#a05JiglCmnvDVxR9GzrSpITk2RzWik01 > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QSQG3WOTmmWiBAA4RPTFGEeXWQBhvr0W { width:11.6873125rem;height:2.43706875rem;top:1.8120670318604rem;left:18.030599951744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tKA5F2Lex9dOVasHtSrEv9mX3TpiDNEP { width:11.624875rem;height:2.43706875rem;top:1.8120670318604rem;left:2.1457248926163rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cyT5xFWiLFCBgDr9zpaFxQQ9JwcZoDdO { width:10.687375rem;height:3.49989375rem;top:1.2809257507324rem;left:34.447700858116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm { display:block; }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xaAxcxkT4OwzAABK88uyvIMmOktmrRCP { width:9.0625rem;height:3.37456875rem;top:1.0888671875rem;left:19.342991232872rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8XVUeRii4rMlwbnVmAc5oJe4vbpWt4E { width:8.5623125rem;height:2.8125rem;top:1.3709850311279rem;left:3.6767581701279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifyCmAE6WPlS9ocyk9Kmqtx23m3uF80A { width:9.8123125rem;height:2.374675rem;top:1.5879993438721rem;left:34.884983420372rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM { display:block; }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ESOBocEdq8S5xwbuLkfc05Kk7l5zqhFS { width:7.125rem;height:3.3125rem;top:1.0888671875rem;left:19.342991232872rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FvMNHFZtEilcLXsCKWx6gIKnhFTgzbN8 { width:8.5rem;height:2.8125rem;top:1.3709850311279rem;left:3.6767581701279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTl6d3bL50dxc1gaRL4WTOkoPaQyULQ3 { width:5.0625rem;height:2.3125rem;top:1.5879993438721rem;left:34.884983420372rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV { display:block; }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QAb7ULhziFkgJHK7tVXWvmBZCFt9yK7N { width:14.75rem;height:2.1125rem;top:1.25rem;left:0.58281254768372rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zGIJSvowaWZFxEV0C9eNA7VEf6tkJb1w { width:5.625rem;height:3.3125rem;top:1.0888671875rem;left:19.342991232872rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG { display:block; }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG > .row .container { width:47.75rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-regular-label { width:23.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-text { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-textarea { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-select { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-button { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-checkbox-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3  { width:23.6246875rem;height:auto;top:3.5758466720581rem;left:21.624891638756rem; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .radio-container { width:23.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 {display:block;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 { width:23.6246875rem;height:auto;top:3.5758466720581rem;left:21.624891638756rem; }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #JUsKnQUHhzgcxrB4JVJdKFodZUsv6KiI {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #PcKglT0TSKprXscpqX8xU40zPx2A7AKG {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #Twl8ud5caZfDeWdT4L47uTv2xXP4Odlh {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #PEo1GI8ZQd1BBGstvW33EpWB6nfWZ75i {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #MNkxWQB7AmsF37WFdA6hHZ1FO1yOvWg1 {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #NI15R51I6srp74XRqHl0LyKTvBJqht7E {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #mS3FfhW1bWvB43Tn8fW9WZsuaEI9nc1q {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #WtM4xPfFGuGG1OAR9ehPLP51TAKVX1UI {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #OpBV5keJNkOsXEAe0LIQ92LDFJQ4AopR {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #IPN3FoDterM0lxGZOivdMIyFTRBi5qra {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #fkQHWOLc0dnqr7qG9ELkdXrNbFT3ZVgV {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #iX9biHWJVRs8voOWITFspCNfrSLLDdaJ {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #z0evAO4Taxn16O3SuEZT7TvNdKb9hnFM {  }
 }@media only screen and (max-width: 1199px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #TNu0JfxyFTB9sHZsZBU4XGuJEg5rfq9t {  }
 }@media only screen and (max-width: 1199px) { #Iz61QPFRRqOFxN7ot99iaKpByx6dRlPA { width:19.6245625rem;height:7rem;top:8rem;left:0rem;font-size:3.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 1199px) { #BVMRoCm7WwF9JwRJsc7KouMeaBKdotUk { width:16.499rem;height:6.3359375rem;top:15.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk { display:block; }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cKHq9SxclPRK8swk5y9ExO8BHWl18THc { display:block; }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc > .row .container { width:47.75rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #seEmdK5uggpia5GlVw8n5iURLdXtI6xu { width:6.4375rem;height:2.7856442260537rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZLH540AXCtUFMrtoLCtfMCzCQuyx7EGi { top:8.3125rem;left:2.125rem;width:10.999875rem;height:1.22504375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbTT2MuzoRzalTzPH6btVHfFtstAOurM { top:13.3125rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMJ4Ksu24NTQNzewmSFU1kMGwkIgg7PS { top:13.3125rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UhaRhnRpfBSg9aNBZNLPOT1hFr9gMTw0 { top:10.25rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y0IiWVNi76CcbfluNeylPDCu9ztKfMSl { top:10.625rem;left:2.125rem;width:11.312375rem;height:1.22504375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zA0vOv2xtCGgRtGmgwInbFxloRLXf94k { top:7.9375rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2awNHwzpODAMtoZJ6EZnavqF4sQC7hP { width:9.0625rem;height:2.625rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VOcSKA0hqOcqO0uLMWibATxrVEBcJik4 { display:block; }
 }@media only screen and (max-width: 1199px) { #iWmhga5cdi7GTkLUa62QSrtxWAbTEUBX { top:16rem;left:37.5625rem;width:7.5rem;height:1.22504375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uC9d7WZ8uLmOofERx1hDGB5We8m6eC8d { top:15.5625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qzpmAeylMPhzSkGtRvxw8hFVb2y70ZE2 { top:4.5625rem;left:19.625rem;width:10rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dAVQEJDwRO7h4T9Tb2xJNID1908xFgBS { top:6.3125rem;left:19.625rem;width:10.625rem;height:1.22504375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scaTotcGh9Q5scsKIRtKGlqWx0HGcq2u { top:8.3125rem;left:22.125rem;width:7.625rem;height:1.22504375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tocboq1CMiIDifprdp5TFvEraOQmG930 { top:10.625rem;left:22.1875rem;width:5.43728125rem;height:1.22504375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vEpSp58dRRov6wX3qlkAvnDFrsrUe72c { top:10.25rem;left:19.625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTEut6VytuAkhUsnAlWU5R9ATriFp1ET { top:7.9375rem;left:19.625rem;width:1.93739375rem;height:1.93739375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A15SEg4Mrp08A3NUbcE4h1RsdQGvwDGm { top:6.25rem;left:33.9375rem;width:11.1870625rem;height:1.22504375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfqVvdsJIqPMO5mWUzuzTcJUwMOyAh2N { top:8.3125rem;left:36.5rem;width:8.6246875rem;height:1.22504375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMwBnTM1AOKfV3DXKwIz465LFhHJTUHB { top:7.9375rem;left:33.9375rem;width:1.93739375rem;height:1.93739375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UPXTWxEWBgqcx9V9rTvz3ArPJcVwRglX { top:10.625rem;left:36.5rem;width:5.56206875rem;height:1.22504375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDBt620JQtNEsU3ibU3y1luEeaTUqXqN { top:10.25rem;left:33.9375rem;width:1.93739375rem;height:1.93739375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO { display:block; }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CVQ39Sbv7OwebvfM75bqc5dBHZJNzR7U { width:5.06239375rem;height:1.3rem;top:2.0063056945801rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e6o1CrWNES50hTTvhlxBW618WrJpVx9h { width:6.25rem;height:1.7941625rem;top:1.7583694458007rem;left:5.0623916387558rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ptezlEczHtQBZucUgvgG2MoUHNd7k15r { width:10.999875rem;height:1.3rem;top:2.0063056945801rem;left:33.186851859092rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRi4S5emqvNNB12uZ7MvIvFmNfmNdtch { width:2.3125rem;height:2.9211359185994rem;top:1.125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/7e75b1bc-76fc-429d-a8bf-77e2f3b2c3f5/WDItlomobilev2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;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); } }@media only screen and (max-width: 763px) { #vz2u9fLbffuxO8t9PZCbTHXORXEp7aqS { position:relative;z-index:auto;display:block; }#vz2u9fLbffuxO8t9PZCbTHXORXEp7aqS > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfoZRsl2hZTJyNax2V1S9K8Riav7kHWl { width:6.625rem;height:2.8125rem;top:1.0161681175232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6pKiCSQohpRZSCD2e5TtvFJtpTucdBS { width:12.5rem;height:3.125rem;top:23.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSNoeSRbvahFCF0BabdngwtbdXBaaoap { display:block; }
 }@media only screen and (max-width: 763px) { #L2qAbKmoOcTPL6z2FhyGdZkIHnWxbOk4 { width:12.5rem;height:3.125rem;top:6rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6XzKcnf9Trv1kalSBz2PgEWn1ORLFDq { display:block; }
 }@media only screen and (max-width: 763px) { #OpsNcR6evWO2nGSDvff44AxWDUmqTVEZ { width:12.5rem;height:3.125rem;top:9.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfgJwZEcU9GWZgS68NFHLwF60VUsUTtp { display:block; }
 }@media only screen and (max-width: 763px) { #VNlSNfOawHZkf03XNn8Jon2bRxuknIMg { width:12.5rem;height:3.125rem;top:12.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL5UXTqIUdeITWcHE0KD5tmsJscRzFtX { display:block; }
 }@media only screen and (max-width: 763px) { #yZWrIGdTUTHOyUgzUGz4gCz1LTzAt70A { width:12.5rem;height:3.125rem;top:15.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTHaX47xhe3ax8gNqUZLVqg3LTcKDhgx { display:block; }
 }@media only screen and (max-width: 763px) { #wInWZV00scQINICwJ0tXheD0PEtpvp1w { width:12.5rem;height:3.125rem;top:18.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfVkOTb3TM9JMwXUsJDkpf0oW4q6IcsS { display:block; }
 }@media only screen and (max-width: 763px) { #egruLOTvPUeizVz1oKqZWKWhXBHuDBgU { top:0.85991811752319rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100006;color:#00d3fb;text-shadow:0rem 0rem 1.25rem rgba(0,211,251,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 { position:relative;z-index:auto;display:none; }#wsOSHV4b7Jf67huiV6TtMKkVtT4JCs33 > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OFhRHLLaH76GNsoNo2rTxqArgopCtmHL { width:7.625rem;height:3.2234913004594rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngsg4sw7kuOlieuzMeq0HfnTLhF6p5JH { width:8.25rem;height:2.8125rem;top:5.7232rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS1HkKrFQKqaDz146qxuflg0J1sUCxI3 { display:block; }
 }@media only screen and (max-width: 763px) { #detQTCtK0nBvDq7znLta1yMTrXbI9tRs { width:8.125rem;height:2.8125rem;top:9.7856750488281rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uElgSM2viV7qwowlS43TIMq5qbeiUEQp { display:block; }
 }@media only screen and (max-width: 763px) { #TPlaLi7zQ4rCE50rrkhcBcyhrxdNO54y { width:5.75rem;height:2.8125rem;top:13.848175048828rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLfCSiGOavPtnAzuOvoSG5QOqmuS1TWn { display:block; }
 }@media only screen and (max-width: 763px) { #w9p4PVGcoOiHZkXWOdOKB1zvVRWbUr1B { width:6.75rem;height:2.8125rem;top:17.910675048828rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3z6OBCeTqqRJV4384K6XQ0aDZUEHoB6 { display:block; }
 }@media only screen and (max-width: 763px) { #BX1Tl6K4Ocdn3kRHAH57vlRZ8RdH5b8W { width:7.1875rem;height:2.8125rem;top:21.973175048828rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V66Gcut5gTTIMdeZTcqxs9uTBU3J1LK1 { display:block; }
 }@media only screen and (max-width: 763px) { #lIWSbqKIWtO4aOJKlLOdBFngHEe1zHiq { width:5.1875rem;height:2.8125rem;top:26.035675048828rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkLlHX5ksRUlzcsN60VTSy4n7SqH6WRB { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/1d69aaac-1ba8-4c3c-be40-e1ffdc986836/szczekatlomobile.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZTQCpNV9AEV4dT9C00x6ocMTBtCm04b { width:20rem;height:3.6rem;top:11.748045921326rem;left:0rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnftSWDKmQ8cORigurSlwWvsVNCcqoT7 { width:17.6871875rem;height:4.224175rem;top:16.309679508209rem;left:1.1561415195465rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Duw8zr3FUye8oyVvu8qnwFCStIGDX5x6 { width:4.375rem;height:4.375rem;top:40.311416864395rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhHO57mWqbgEGe2cLAT7lgWNMdsJVrUb { width:12.5rem;height:3.125rem;top:26.436632633209rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEu9aXrRaM4rWAwIJ8RPxq7IXZe3RzOa { display:block; }
 }@media only screen and (max-width: 763px) { #hk4c6M106zF7bIExgIddJaMMfXapHzPN { width:12.5rem;height:3.125rem;top:21.999784946442rem;left:3.75rem;background-color:rgba(27,31,40,0.84);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iP7qJTcOu1iTHxqk9IoiA4gBJzNgn4qZ { display:block; }
 }@media only screen and (max-width: 763px) { #kGTI19a5JlDNaweZAF47NCaTuXKN63dd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row .container { background-color: transparent; background-image: none; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row .container > .video-iframe-container { display: none; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row > .video-iframe-container { display: none; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .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); }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row .container { border-width: 0; border-radius: 0; }#kGTI19a5JlDNaweZAF47NCaTuXKN63dd > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpiahfUvTZyxo8ZthxRGUlUcZCpxXgT9 { width:12.5rem;height:6.5rem;top:1.25rem;left:3.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTzF0qZoXAkNVP874HE9P6doNVQiETDH { width:12.5rem;height:1.625rem;top:7.748482346535rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFPxCOMpI2oVsieFnvJqLXoR2N5tx21u { width:12.5rem;height:6.5rem;top:10.0625rem;left:3.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkeOgATcZ5VRLEgpTCC7v4vshUGktq66 { width:12.5rem;height:1.625rem;top:16.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM5GIgD9g6MtPmdT8g2AmFRbpvBx5USX { width:12.5rem;height:6.6434375rem;top:19.0625rem;left:3.75rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwOTaxEvNMxMH5okpK8nnu3vhG61pzv { width:12.5rem;height:3.25rem;top:25.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4glgVoHMPiv979rBnG1NX9JKSar2hEl { display:block; }#l4glgVoHMPiv979rBnG1NX9JKSar2hEl > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIOJcgyv8hvEUN8xcSE6cLSi3px69qaC { width:12.9373125rem;height:5.19856875rem;top:1.875rem;left:3.5308160781861rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoK51IpgV6LLkZbXhu7PfeM8CXTvqqZS { width:10rem;height:0.124783125rem;top:8.1602649688719rem;left:5.0000004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z { display:block; }#qqnZ8xZbPhuryPWiaXccBpn9WsDwzw9Z > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdvXAJCfT7yr1S42TEbezzeb2M58vS3T { width:13.1875rem;height:4.875rem;top:2.9356555938721rem;left:4.6875004768372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsVdBwkrLLuuS1nZ9ZtcG2viWng4racQ { width:12.874875rem;height:4.875rem;top:11.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDNZ0E8q9ZUOgyIhAo49ZyAFgqMFgbGb { width:3.75rem;height:5.625rem;top:2.5618438720703rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoTsKAeIiKmRfKuRWw24S9rkEPn7BrzG { width:5.24956875rem;height:4.562175rem;top:11.625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yugrkCuehAFEKT2y9T227u7WTshMtcTi { display:block; }#yugrkCuehAFEKT2y9T227u7WTshMtcTi > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZepA2TlJD0uMpLaUg6lew8mvOwbn8xVG { width:13.9995625rem;height:4.875rem;top:1.625rem;left:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le8nzXLui0fxqCHBOKG7BSJEWg6GKG71 { width:13.6246875rem;height:6.5rem;top:8.5644550323488rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etu2kfhZzPxsR6MRkTFM4d41PNHNJoFN { width:4.6875rem;height:4.43739375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTlh0lrT1K1xBIVTcmZzutZawsHy11he { width:5.68739375rem;height:3.624675rem;top:10.001085281372rem;left:14.312067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr { display:block; }#uiv0XqiAttMnzwHgGoi6kusvS8W0m2Sr > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTkNWEtRQ4t3kId7btC7KHkCXoR58Jzn { width:10rem;height:0.0623915rem;top:4.5985240936279rem;left:5.0000004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyCsUrMfbOCIxTeHV2AKZAanA1usVGSy { width:20rem;height:2.59928125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG { display:block; }#J0GLs8ordFuTsATBlp3CuZFJ2xVNrnhG > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t51gyFd5QEqkKXPnEWiywmvJWns7ukh4 { width:4.0625rem;height:4.0625rem;top:0.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHSakds781TQmqgv6MSVSkAsxQcbQJno { width:14.0625rem;height:1.95rem;top:1.125rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXE5rJkKXWTabeW1375NhTK77UKFQ7rR { width:12.5rem;height:1.29936875rem;top:3.0625rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ccyqv25OnphAc1A9bheVhmd4HTSr2uJx { display:block; }#ccyqv25OnphAc1A9bheVhmd4HTSr2uJx > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXOWW40PX5F8NDX7gQhvfGxkIlD7m2H1 { width:4.6875rem;height:4.6875rem;top:1.25rem;left:0rem;border-top:0.125rem solid #9d6df8;border-left:0.125rem solid #9d6df8;border-right:0.125rem solid #9d6df8;border-bottom:0.125rem solid #9d6df8;display:block; }
 }@media only screen and (max-width: 763px) { #grzbbl6pRrDdSXdeQmF9bJrr9VMTGECu { width:13.9371875rem;height:1.29936875rem;top:1.9375rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9T1uTQZuT8Qm039ZBu2eAtsTAnPdrC5 { width:13.9375rem;height:9.749375rem;top:3.8125rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQiz0Q2QMpNdBg7r0TGEBlqQPCcuQOC8 { width:20rem;height:0.0623915rem;top:43.559593677521rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLRb4T17ogPFqS92OFrsNJySyShMCChN { width:14.0625rem;height:10.198575rem;top:32.310656070709rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts2oALSrDPE4KEiP0mz75IQPrEuDCyQI { width:20rem;height:6.497375rem;top:14.258355379104rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpCFvACkevFSH9a9nxfHfCGoJuIREsnT { width:20rem;height:9.720625rem;top:21.258680820465rem;left:0rem;font-size:1rem;display:block; }#PpCFvACkevFSH9a9nxfHfCGoJuIREsnT li:before{  }
 }@media only screen and (max-width: 763px) { #wbudiwfl6MqwcS7GrVpNprr8o6lRIpap { display:block; }#wbudiwfl6MqwcS7GrVpNprr8o6lRIpap > .row .container { width:20rem;height:5.72374375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUfl2V2qzvx0L0c9MlUOQXvqFEPMkSET { width:14.0625rem;height:1.95rem;top:1.1875rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyN57sroryatuUmBlk5zhJv89oLuDOKb { width:4.0625rem;height:4.0625rem;top:0.81976890563963rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INx7mUUT3Vsrai9TsOxVbzJplPJG7Qpn { width:12.5rem;height:2.59895625rem;top:3.125rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH { display:block; }#bemnDtaqxA9GDJ6m9nh9bCxSHx0lkRKH > .row .container { width:20rem;height:105.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu3mJJbWqvxaDbPlWLcpO33eUp7uyBQB { width:4.6875rem;height:4.6875rem;top:1.375rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #o460JP2WNiUX5BweVaI5OA3GDMTJMFPA { width:13.9371875rem;height:1.29936875rem;top:2.0625rem;left:6.0624998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD9OGTOhQItT3gCRx3CchJRJMOllyGvu { width:13.9375rem;height:1.625rem;top:3.9375rem;left:6.0624998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GznrqXpWRH2uORkT2moh5mdtWy0hLBkp { width:20rem;height:0.0625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc4LxH6olsPUOUqN0wUxLwVQiNXQuEeC { width:20rem;height:0.0625rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDSdB20mLa0XeO3MD12hORoU3lf2lrvS { width:4.6875rem;height:4.6875rem;top:8.1875rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #fNe0uoPmTkbUi27iLeJh0JDRCachcNzw { width:13.9375rem;height:1.625rem;top:11rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHFdePQmRg91ZTcHDPBVPRImT3Przn9C { width:13.9375rem;height:1.29936875rem;top:8.75rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0wwCpw9lRz3VX4EQKvA0fgktA0xnf6R { width:20rem;height:0.0625rem;top:20.533320188522rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR1re7WugK4ULKgdhMImnw7iXxNDmAm2 { width:4.6875rem;height:4.6875rem;top:14.797624588012rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #mZQudBNtisAIsVN6KAWT79LRXN1pLEuU { width:14.0625rem;height:3.25rem;top:16.5625rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGNzRlSCMCKOGNbxkgbnp4EE1OF9wyXi { width:14.0625rem;height:1.29936875rem;top:14.75rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZ9UC72swXTzwE8452sOh4LBZ3WScXn { width:20rem;height:0.0623915rem;top:29.499779701233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmMVt9PAd4hZmFF10rysaSbBwzq2HhF9 { width:14.0625rem;height:4.875rem;top:23.875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJI8QXofxbGWtNfOnbwk28rmvZ9IUIxm { width:4.6875rem;height:4.6875rem;top:21.34548664093rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #TxX8owIbkTkUzCeAdDIS7Apynh1ALXHl { width:14.0625rem;height:1.29936875rem;top:22.1875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRLGDH9NdRts2thwIUGsLcyrvliJ8ZIw { width:20rem;height:0.0625rem;top:57rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBAUNGsga79M0gJa7qRGalZzIMXC94E2 { width:4.6875rem;height:4.6875rem;top:30.1875rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #ETsxr5KaH46glaBoRcmicLgZNb90LFb3 { width:14.0625rem;height:6.5rem;top:32.8125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTpCzCavwNt5ScWNsLleDywNTnxnzU6q { width:14.0625rem;height:1.29936875rem;top:30.9375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0hweUMTNTZOQnB6a3T95oJgTSyqPvnM { width:4.6875rem;height:4.6875rem;top:57.875rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #TXidD94AvPhTuRGOobdzD9ZhigKrQsTA { width:14.0625rem;height:1.625rem;top:60.5rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA3KCOxLUrzNgt2AeyifRPVODV8wTOAS { width:14.0625rem;height:1.29936875rem;top:58.625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUfvulMN82h8foorIFeH3w5X53Z9FAyq { width:20rem;height:0.0625rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7evTTl7tl4yfBZeBSU9RcIFb4xnzzrZ { width:4.6875rem;height:4.6875rem;top:64.750000715256rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #ARFJ72csCkWDb443QJhwZEROCQFntXVW { width:14.0625rem;height:6.5rem;top:67.3125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRf9TrqwMinoGwaqXg7IlioJSvZOHmb5 { width:14.0625rem;height:1.29936875rem;top:65.5rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw9IQ7d92Tl9WrJNmD2QdwTfdOn498OG { width:20rem;height:0.0625rem;top:91.93750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg3Fr1AubNzsmvPpTqe2KHADuvPBOnyp { width:20rem;height:0.0625rem;top:98.312505722044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybTwdPxDJ1XdMKARXz4HETXS7cpVFPgR { width:4.6875rem;height:4.6875rem;top:99.687505722044rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #r7X1d1EhxisKLOU5MbEMwWhINhAmUplv { width:14.0625rem;height:3.25rem;top:101.43750572204rem;left:5.9375002980232rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODtkgU9VwiInRzT6UkikE2FgCnQGcyeC { width:14.0625rem;height:1.29948125rem;top:99.625005722044rem;left:5.9375002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK27nwnnXKzBRNQcDDW74Uvq7V2XaZUJ { width:20rem;height:16.8918125rem;top:39.427342414856rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #In9gqI2UstvPUCdVQePNqmBItEKQ0vqT { width:4.6875rem;height:4.6875rem;top:92.75000190735rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #hVWRoyuSrwX1hUHTQWavBa7ouwzL3Uhx { width:10.25rem;height:1.29948125rem;top:93.12500190735rem;left:6.0625002980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x46WRbiCQlJm1bmZGsFCd4ben4aO0g2t { width:10.875rem;height:1.625rem;top:95.687505722044rem;left:6.0625002980232rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXo9BrLPpv09mCvowbZ0orzKdNkITp33 { width:20rem;height:16.8918125rem;top:74.375005722044rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEmLsFheOEVInUOOTunLtTwmnJ55zMSS { display:block; }#nEmLsFheOEVInUOOTunLtTwmnJ55zMSS > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx7hULDG7ETTB5vGW93CNADvrnNAyUnb { width:14.0625rem;height:1.95rem;top:1.375rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcZD6ntVLG3N9pXlJAGfcq1NhWafA7rA { width:4.0625rem;height:4.0625rem;top:0.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPgwmTxPATGqq37qa9Fp0FSD1Z5AdlcU { width:12.5rem;height:2.59895625rem;top:3.3125rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 { display:block; }#UvNanBwSo3MbAFhI7mvs2uQXu4H5D9u7 > .row .container { width:20rem;height:165.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgPaHqMElyHzceaT9zGn9JmxkVyIl0lO { width:4.6875rem;height:4.6875rem;top:26rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #xCdvnLI74OJ68sqELgxq25iu7f9AkMQN { width:14.0625rem;height:3.8981125rem;top:26.25rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLrxo2yU7O3rByMPtIq7MeXizHz1QT7l { width:14.0625rem;height:4.875rem;top:30.375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgroBzhIfsTc7CJ6CzpVcLqHt6oAdT2k { width:20rem;height:0.0623915rem;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPfmkzaU24VO9qsOqPKImcOMvLysVTNb { width:4.6875rem;height:4.6875rem;top:78.0625rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #JV9vR3LTT9TW3flQZdZd3VERGSi8IFnT { width:14.0625rem;height:4.875rem;top:81.1875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwRaTC6xOvE5aKt9o4i87axNidcOUTqn { width:10.5625rem;height:2.59895625rem;top:78.3125rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiJuC8OCMhaghOk95GPpLM6LcgTem56G { width:20rem;height:0.0625rem;top:99.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnP6PB0S0yd4q90B2XIRzmeb2sELLH6Z { width:4.6875rem;height:4.6875rem;top:70.8125rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #sAxU0TZHrQzS5ikt71Q4KuP78N0iuuTT { width:14.0625rem;height:1.625rem;top:73.4375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKEne4MtMogw5NGpqN65R2kPozuNQ8oz { width:14.0625rem;height:1.29936875rem;top:71.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTWTGGovJ63khTKGAUKWo7y9stmkEvBu { width:20rem;height:0.06171875rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClC5Adfif5lg9Sfzk6fiTAAO3gKsrAWn { width:14.0625rem;height:3.25rem;top:110.6875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pucQTt0HUF4eFnG9rqtDSFg3yEtmrNAK { width:4.6875rem;height:4.6875rem;top:108.125rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #I9vLX9ggxRabUXFLQ7SqhO1yiU8LIpHF { width:14.0625rem;height:1.29936875rem;top:108.875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn85sqBoOWzmKfNDNKP6rAPRM7r6FXcQ { width:20rem;height:0.0625rem;top:86.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmqvTUh0KgoVQU9BrL1glhBzuvT8IZCu { width:4.6875rem;height:4.6875rem;top:63.6875rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #iWO69nb5gJxub7u8TSvpxwWX15MwwDr4 { width:12.249875rem;height:3.25rem;top:65.375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiAqR56wkdqqVadJDeiFtH08WRHaDHH { width:14.0625rem;height:1.29936875rem;top:63.6875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MduLxxZL9laqQe6VCMUUPQKlKTXmx6HA { width:4.6875rem;height:4.6875rem;top:100.75rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #vwtfBhUZx1Tcqg0kCTtzMmLBimdqgdz6 { width:14.0625rem;height:1.625rem;top:103.3125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcFhkzBf9e1t648OXOLafTDg37ExqACT { width:14.0625rem;height:1.29936875rem;top:101.5rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaqcstsLdhNFULlt3iF9FgMHVQgQJKKk { width:20rem;height:0.0625rem;top:106.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwxkNyqzMmuCIhSAWKou891BMU7KptTT { width:4.6875rem;height:4.6875rem;top:87.75rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #duySdU76TDQXm7Vr1GxxEymv2PxNaBR0 { width:14.0625rem;height:8.1244375rem;top:91rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XFNMBIcGkGC9WiKq7LAQ0in1noCbOE { width:14.0625rem;height:2.59895625rem;top:87.75rem;left:5.9374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2BgyGo5Lx3MUUpCtGrrTSw0BX7W0444 { width:20rem;height:0.0625rem;top:128.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9T6fwzIHc9OldBZiGyWv6tG19rv2unP { width:20rem;height:0.0625rem;top:151.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCNbtdCnsnzCnkDJiHGR71SfWeDhih7I { width:4.6875rem;height:4.6875rem;top:145.125rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #khdQUE2JRzXw9fgPwlM1It1cPVs3nDDv { width:14.125rem;height:1.625rem;top:147.6875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7F1oACSCZmUUHMgFi5JbV6nJC9sTqU { width:14.0625rem;height:1.29936875rem;top:145.9375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIrQdMd6kFum6LRQHPo8x4JHASdxfCOb { width:20rem;height:0.0625rem;top:158.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwQkqQ80gpQh4nacxdEtl79N15WRUJm5 { width:4.6875rem;height:4.6875rem;top:152.8125rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #aJ9GKyLTaN2oznmqbUT58FnyF9QpQtyI { width:14.0625rem;height:1.625rem;top:155.375rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFRrPVzvhDmNksmteQlIETQBnUaOyAaZ { width:14.0625rem;height:1.29936875rem;top:153.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgXaO64T8K6sioMSprER7VAHJgIeTsiT { width:20rem;height:0.0625rem;top:149.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlFK7fWTzeEE9fEdBGsd1y9d5e24TLzS { width:14.0625rem;height:1.625rem;top:162.1875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGJlCyNi6dAGiMpRqQR49u3BJuS0UsFH { width:4.6875rem;height:4.6875rem;top:159.625rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #ITzEGzL5abdxzwQCzZEBit16JDRFVK4x { width:14.0625rem;height:1.29936875rem;top:160.375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPVMvlta81UdhtH1GtyKMX97mpTAPZER { width:20rem;height:25.9875rem;top:35.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSQqNBV0Zg10SU7yhcXiUWP7S8Sd8ag3 { width:20rem;height:28.5861875rem;top:114.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4IZMl285VOnB4reL29KhHtkSQ1gAR3 { width:12.6875rem;height:1.29936875rem;top:1.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyV774UorKNdSEldAB4QLi1U2ffXynfh { width:12.5rem;height:3.25rem;top:4.125rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEnlzV2Wkq9RodzDnTfCv5ReZemQwRL5 { width:4.6875rem;height:4.6875rem;top:1.5617179870606rem;left:0rem;border-top:0.125rem solid #00d3fb;border-left:0.125rem solid #00d3fb;border-right:0.125rem solid #00d3fb;border-bottom:0.125rem solid #00d3fb;display:block; }
 }@media only screen and (max-width: 763px) { #C4o7DO8QQWHbXXdqMCq6XCZvamKa8Mqd { width:20rem;height:0.06171875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB2cdDaS7Ib2DlrLTwQntyGgA5JOr7yk { width:20rem;height:0.06171875rem;top:77.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ29BnBKrNBTMCshN21ZqpUtba9B5tHG { width:20rem;height:16.8918125rem;top:7.6624999046325rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmZzMSbyox83Ie0HVpKyZqJRmyzvqSf6 { width:20rem;height:0.0625rem;top:144.19999694824rem;left:0rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 { display:block; }#T2cWQW801uzTQ2wlTVUoNsIGi6DhXBV8 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnCMrvTEqelvWUIomJIvqFdgd2SzJt1u { width:20rem;height:2.59928125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTh8tX4KXR3qzT1qWPHzR0Umef3aSd3D { width:10rem;height:0.124783125rem;top:4.5985116958618rem;left:5.0000004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K { display:block; }#Fipimx95eDKcVzP0MeoQPz1tbUs4sJ9K > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zvhq7EopMZzk7pASXrDbEzR4ho0bLFBP { width:20rem;height:23.75rem;top:1.25rem;left:0.062391519546509rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOgz0T6mm4H9alpPyT8cV1siy5TkC5I { width:19.8746875rem;height:23.75rem;top:26.986213207245rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFlPNMQfmg7gqIc31aTTWqya1ShimQtE { width:20rem;height:1.625rem;top:28.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8wxZ7cyFCkdlfwyUgy0MzfF0UvxEHTl { width:20rem;height:4.0625rem;top:31.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UumUm7s5AmlJgAsMPdFMM01L1halxAcE { width:20rem;height:1.29936875rem;top:35.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyENtw4x4LanNsw0DQs0V8BGPMcVdBZ6 { width:20rem;height:1.625rem;top:37.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHJKUmCAUwyM7GNXDiZfMSO9ckvz78fC { width:18.75rem;height:4.5231125rem;top:39.8125rem;left:0.625rem;font-size:1rem;display:block; }#RHJKUmCAUwyM7GNXDiZfMSO9ckvz78fC li:before{  }
 }@media only screen and (max-width: 763px) { #by0ttLQvqc4MAHan5sBm3IcbCtdJXdwO { width:11.5625rem;height:2.8125rem;top:46.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvuBpzDZgGZsOllcMQTraW9q02LeSKNs { display:block; }
 }@media only screen and (max-width: 763px) { #v7hTUrFX4XIOGWCEXQHWEt0l2Lp1reAM { width:20rem;height:1.625rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK9tnOwU6996kifMQFaZylnaDKOS1fOW { width:20rem;height:1.29936875rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEbZ0LGesOzOeDuBoe5KNs2FwE4O5ioc { width:20rem;height:4.0625rem;top:5.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkuaZ4lPn1seDPQ0woQC6eVvMuQPmVJ6 { width:18.75rem;height:4.5231125rem;top:14.125rem;left:0.625rem;font-size:1rem;display:block; }#QkuaZ4lPn1seDPQ0woQC6eVvMuQPmVJ6 li:before{  }
 }@media only screen and (max-width: 763px) { #muPbQRmDJlRvOxa6NgsbLXTfBkK1FJ20 { width:20rem;height:1.625rem;top:12.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSLPAuyUWvt1VfWWRLKzrk8LcQ7tGoT4 { width:11.5625rem;height:2.8125rem;top:20.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiqTGFKKRKiPy3L5mBoN8n04hFIy1Llx { display:block; }
 }@media only screen and (max-width: 763px) { #T6UBkhOCeb5nxznK8aqUQR4wMxus0SMb { width:19.8746875rem;height:23.75rem;top:52.686636447906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpTL1Q4kZyKskw7ZCRu0DlfvPJOyRi5s { width:20rem;height:1.625rem;top:54.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X43hPFORWDsxgczIiPWiL4bwS2VZET8K { width:20rem;height:4.0625rem;top:56.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bExQ1bWaluTpgf7On04cSzbm6cLrCCRq { width:20rem;height:1.29936875rem;top:60.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbISTlEXU2lEg67NZ0icGKq4ueRXgI9n { width:20rem;height:1.625rem;top:62.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIXdLWMEi4ZK8K8ugLRmZs61sncPTpJE { width:18.75rem;height:6.13541875rem;top:64.75rem;left:0.625rem;font-size:1rem;display:block; }#WIXdLWMEi4ZK8K8ugLRmZs61sncPTpJE li:before{  }
 }@media only screen and (max-width: 763px) { #RA0zhmm0vWJnUdS1QU2bGNqRMQFnnvni { width:11.437717rem;height:2.687717rem;top:72.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m42x9SDFIED3P6ERmExhvuSX0dVx101A { display:block; }
 }@media only screen and (max-width: 763px) { #CRs2vcpslXivXJygONQy0akM4IvV6TWh { background-color:transparent;background-image:none;display:block; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container { background-color: transparent; background-image: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container > .video-iframe-container { display: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row > .video-iframe-container { display: none; }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .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); }#CRs2vcpslXivXJygONQy0akM4IvV6TWh > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmNBetvD5CF26SQ8FDM4pRGVITU83aXd { width:20rem;height:2.59928125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEst47ZnPgCl6DELS2aFcRvgp4cu048v { width:10rem;height:0.124783125rem;top:4.7856988906861rem;left:5.0000004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm { display:block; }#twxSGdJcIWAIVTI7rDC1hlfEhiPAieIm > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9Rd8FJTqdLU9EnVDTK9gueg2zpgpUPr { width:8.62543375rem;height:8.62543375rem;top:47.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgux6sqdrt40wp0dXXACOdqANGcVmMpS { display:block; }
 }@media only screen and (max-width: 763px) { #XAm83LMAIOMXxE6XysImZae1yRWdqIQk { width:11.9998125rem;height:1.625rem;top:57.1875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrZfhFZ308AyJvkexCsIWQDAKQtZBQ0U { width:16.7496875rem;height:2.1125rem;top:58.75rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIWlHGzmDRxBcJCrT3kRbGzWy4daRBxq { width:8.62543375rem;height:8.62543375rem;top:16.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLXQa5xDnFRsh4lP2Ur69lsLiy4U0Vi5 { display:block; }
 }@media only screen and (max-width: 763px) { #VrcVmxxuVu5dOvGrxZCIxcbVTON2iueq { width:11.9998125rem;height:1.625rem;top:26.1875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt7ihFKnWdR1BaZa46CL8qmyq832es3r { width:16.7496875rem;height:2.1125rem;top:27.875rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX1L502E8uITCui6IWtgfh41IfNqzINs { width:8.62543375rem;height:8.62543375rem;top:32.658963680267rem;left:5.6868491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFUuXE7tfO2Jq9rCITKos6cPGcJPRPXA { display:block; }
 }@media only screen and (max-width: 763px) { #uu2fkTkSoH8544PZZVFzkcuA91OGRVxc { width:11.9998125rem;height:1.625rem;top:42.034506797791rem;left:3.9995660781861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2GosO7pOmTfdgVh6sCeRiKJPPcSzziR { width:16.7496875rem;height:2.1125rem;top:43.659398078919rem;left:1.6248915195465rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzQuXRUkaaOO5XoKfVutaoTQ5dndhltz { width:8.62543375rem;height:8.62543375rem;top:0.79644799232481rem;left:5.6868491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz9TItpsE0MkHP3z27MU9TcbofKJBS9f { display:block; }
 }@media only screen and (max-width: 763px) { #yGXTAudwgUPSOTnAFTUdCgArEbdcxLmt { width:11.9998125rem;height:1.625rem;top:10.547418117523rem;left:3.9995660781861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTD8JKDdmNHb6ZIGXSgtJWwzhwQbTyBh { width:16.7496875rem;height:2.1125rem;top:12.110460519791rem;left:1.6248915195465rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT { display:block; }#L4RhrP9Hb3mWJzvMV4rzJeV39iMUNnNT > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJvyNE8R9vOdlIMeHuGR2qTVosDKSmqm { width:14.4998125rem;height:2.1125rem;top:9.9848089218137rem;left:2.7495660781861rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2FK1l7QbHcVCfTxH9CTQwS2C5cZQ4qa { width:8.75rem;height:8.75rem;top:0.5615234375rem;left:5.6250004768372rem;background-color:#1b1f28;background-image:url("https://images.assets-landingi.com/uc/f0365a8c-0a8c-4cdd-bce0-6477c3fbad3b/marek_kamiski_bgremovebg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D2FK1l7QbHcVCfTxH9CTQwS2C5cZQ4qa.adaptive-delivery-prevent-bg, #D2FK1l7QbHcVCfTxH9CTQwS2C5cZQ4qa.lazyload, #D2FK1l7QbHcVCfTxH9CTQwS2C5cZQ4qa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fLcmyrargIiXieJLTPBGcZzTWhGeMfOS { display:block; }
 }@media only screen and (max-width: 763px) { #uw4tKowbnv29CULE0MJL3RF8hPVr9KTe { width:16.7496875rem;height:2.1125rem;top:23.046849250794rem;left:1.6248915195465rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TibGBt7TVuTVsvoO0zhcVT5tJ5lnBIw9 { width:8.62543375rem;height:8.62543375rem;top:13.485243797303rem;left:5.6250004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmiTpzQLWaceoDG42bF1l5Rn8F0bJDir { display:block; }
 }@media only screen and (max-width: 763px) { #Bi6TIGMF4UXFXpNVhhn3eHLlfbuQEckC { width:14.4998125rem;height:2.1125rem;top:38.5rem;left:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMlq6DLBTrGDhKZVCbgoWvDv1uLb34lU { width:11.9998125rem;height:1.625rem;top:36.875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDOkB7hPzAfF9vg8TmreKn9FMELhx67A { width:8.62543375rem;height:8.62543375rem;top:27.435439109802rem;left:5.6868491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdmv67Gky7WAdcgy8MaWZ6tdNRRH6qnr { display:block; }
 }@media only screen and (max-width: 763px) { #Wl9rrQq3WddiR1JbGwCzpkLFbJT5ZWTw { width:8.625rem;height:8.625rem;top:42.749547243118rem;left:5.6873917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmyWEMCMahiW0KNuR985sbMhS4Qu7yCJ { display:block; }
 }@media only screen and (max-width: 763px) { #u43AoFgAkIOgWfM6wFTE8mk2TaHo1hG5 { width:11.9998125rem;height:1.625rem;top:52.25rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwH20CaV2q052zf1K5HVBQFvgXTndNXI { width:14.4998125rem;height:2.1125rem;top:53.875rem;left:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRLOt6EAiGkpFFCTShEx66H45M2f5sZc { display:block; }#IRLOt6EAiGkpFFCTShEx66H45M2f5sZc > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTmssqHu43UhApB4onE2sCKGnWneqA1N { width:9.375rem;height:6.25rem;top:9.9994645118713rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asw9eSFlr5fJ4WzwVF9JmLpBvAVfCx8U { width:9.375rem;height:6.25rem;top:9.9994578361512rem;left:10.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG9iTL0T7V9hBFabgOKycDV7naepmsIl { width:9.375rem;height:6.25rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHTfF5zZKkI2aE6C1KbmDWUsOmkzpwPB { width:9.375rem;height:6.25rem;top:17.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvO8q8pD0QqvcPGplxEC5Hd1V3LeFdW7 { width:9.375rem;height:6.25rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t31wWN4eBTNi96ufRM2cVGQw3TU57RJs { width:9.375rem;height:6.25rem;top:24.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOVcTcAvZ5TttGA6S1Rsi80p6ZIdnNo1 { width:20rem;height:5.19856875rem;top:1.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcAux03Lz95CbCIm3navcI9z99pbf3hv { width:10rem;height:0.0623915rem;top:7.2493491172787rem;left:4.9994578361511rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTWZwApFC2LhxVeLVDIPbKgbHXyDtNBg { width:9.375rem;height:6.25rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnFs5Zs1Eo6lTzkSwKlAMraeukB3SAl1 { width:9.375rem;height:6.25rem;top:32.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKrGPVVCu38ZOdMiycHvHPDn7OVTGVqT { width:9.375rem;height:6.1875rem;top:39.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T { display:block; }#f9GIN2aTHvDuGNX4OcyIRxKodNtMib0T > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoxQJD1TE5BDy28ECA50aPsshqQQwDn9 { width:12.437592rem;height:3.74999825rem;top:7.6875rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdxtJuupNvlHWGPEP1MnFHBfhIJJbPb9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZhaeVUfiRwdH4z1qn7Mom3qIhI3AHP1r { width:20rem;height:2.59928125rem;top:3.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ { display:block; }#ChTqKucLS2vlnuP4oXdxkteRrqdoPZcQ > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npFBXcX8lDHJHU4g6IGJbCvo8Kb6s4P7 { width:20rem;height:2.59928125rem;top:2.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTuLInpokGv8h0BIIF6Xgbzerg2VBlCG { width:10rem;height:0.0623915rem;top:5.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 { display:block; }#BHBXFukRGseb28AG1OLLW3HX1WCNLoJ7 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AP5omJOvX4uM5HwuoVto693SKI4TN0Tv { width:6.68675rem;height:2.99921875rem;top:15.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqbL78WA8MD3TJVqb2BLF668RVh8I5TQ { width:8.37425rem;height:6.18671875rem;top:8.1875rem;left:5.8125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #FPRKnzNZlvHMXMU0EizksSBTZ1pFFMJ9 { width:12.3746875rem;height:2.1875rem;top:3.6192493438721rem;left:3.8123917579651rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XeaLydSHUE6PVX9CRyEBQ0gwzlR9dPg8 { width:20rem;height:1.62489375rem;top:1.1827259063721rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a05JiglCmnvDVxR9GzrSpITk2RzWik01 { display:block; }#a05JiglCmnvDVxR9GzrSpITk2RzWik01 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSQG3WOTmmWiBAA4RPTFGEeXWQBhvr0W { width:9.375rem;height:2.0625rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKA5F2Lex9dOVasHtSrEv9mX3TpiDNEP { width:8.6870625rem;height:1.8125rem;top:0.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyT5xFWiLFCBgDr9zpaFxQQ9JwcZoDdO { width:8.187375rem;height:2.43706875rem;top:7.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm { display:block; }#KJ1TAxxrZGqtv6VzxZyqfi8NnFCDndxm > .row .container { width:20rem;height:10.342330932617rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaAxcxkT4OwzAABK88uyvIMmOktmrRCP { width:8.999rem;height:3.37456875rem;top:4.1222877502441rem;left:5.5002174377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8XVUeRii4rMlwbnVmAc5oJe4vbpWt4E { width:8.811875rem;height:2.93674375rem;top:0.810546875rem;left:5.5935335159302rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifyCmAE6WPlS9ocyk9Kmqtx23m3uF80A { width:10.1248125rem;height:2.5rem;top:7.8427734375rem;left:4.9370660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM { display:block; }#cs7BTOl18MsvmNCK1FxerzWSXHJvs1xM > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESOBocEdq8S5xwbuLkfc05Kk7l5zqhFS { width:7.125rem;height:3.3125rem;top:3.875rem;left:6.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvMNHFZtEilcLXsCKWx6gIKnhFTgzbN8 { width:8.75rem;height:2.875rem;top:0.5625rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTl6d3bL50dxc1gaRL4WTOkoPaQyULQ3 { width:5.5rem;height:2.5rem;top:7.71875rem;left:7.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV { display:block; }#nwD9d7hqlQEBVaFokHxq2iHn4tQd4abV > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAb7ULhziFkgJHK7tVXWvmBZCFt9yK7N { width:20rem;height:1.62489375rem;top:1.5624561309814rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGIJSvowaWZFxEV0C9eNA7VEf6tkJb1w { width:10.8125rem;height:6.2763494795769rem;top:3.9366321563721rem;left:4.5936417579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG { display:block; }#Vq88nVuPI9Dy4V9bkcWEzoqJdBJiDXVG > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 [class*="-text"]:-moz-placeholder { font-size:1rem; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 [class*="-text"]::-moz-placeholder { font-size:1rem; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .widget-checkbox-label { width:16.3739375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3  { width:17.5613125rem;height:auto;top:9.2344652805475rem;left:0rem; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 {display:block;}#iXeghyt6npaHv8vH96WTFEPvdCUQemG3 { width:17.5613125rem;height:auto;top:9.2344652805475rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #JUsKnQUHhzgcxrB4JVJdKFodZUsv6KiI {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #PcKglT0TSKprXscpqX8xU40zPx2A7AKG {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #Twl8ud5caZfDeWdT4L47uTv2xXP4Odlh {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #PEo1GI8ZQd1BBGstvW33EpWB6nfWZ75i {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #MNkxWQB7AmsF37WFdA6hHZ1FO1yOvWg1 {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #NI15R51I6srp74XRqHl0LyKTvBJqht7E {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #mS3FfhW1bWvB43Tn8fW9WZsuaEI9nc1q {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #WtM4xPfFGuGG1OAR9ehPLP51TAKVX1UI {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #OpBV5keJNkOsXEAe0LIQ92LDFJQ4AopR {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #IPN3FoDterM0lxGZOivdMIyFTRBi5qra {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #fkQHWOLc0dnqr7qG9ELkdXrNbFT3ZVgV {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #iX9biHWJVRs8voOWITFspCNfrSLLDdaJ {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #z0evAO4Taxn16O3SuEZT7TvNdKb9hnFM {  }
 }@media only screen and (max-width: 763px) { #iXeghyt6npaHv8vH96WTFEPvdCUQemG3 #TNu0JfxyFTB9sHZsZBU4XGuJEg5rfq9t {  }
 }@media only screen and (max-width: 763px) { #Iz61QPFRRqOFxN7ot99iaKpByx6dRlPA { width:20rem;height:2rem;top:3.4998836517334rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVMRoCm7WwF9JwRJsc7KouMeaBKdotUk { width:16.3748125rem;height:2.59895625rem;top:6.6357421875rem;left:1.8120660781861rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk { display:block; }#akmVyGMsvC1v0eiZXr8r3e4TFprsIZRk > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cKHq9SxclPRK8swk5y9ExO8BHWl18THc { display:block; }#cKHq9SxclPRK8swk5y9ExO8BHWl18THc > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seEmdK5uggpia5GlVw8n5iURLdXtI6xu { width:6.4371875rem;height:2.785375rem;top:3.1249599456787rem;left:6.7811422348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLH540AXCtUFMrtoLCtfMCzCQuyx7EGi { width:19.8123125rem;height:1.75rem;top:37.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbTT2MuzoRzalTzPH6btVHfFtstAOurM { width:20rem;height:0;top:39rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMJ4Ksu24NTQNzewmSFU1kMGwkIgg7PS { width:20rem;height:0.0625rem;top:29.374431371689rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhaRhnRpfBSg9aNBZNLPOT1hFr9gMTw0 { width:1.9375rem;height:1.9375rem;top:31.6875rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0IiWVNi76CcbfluNeylPDCu9ztKfMSl { width:19.8123125rem;height:1.75rem;top:33.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zA0vOv2xtCGgRtGmgwInbFxloRLXf94k { width:1.9375rem;height:1.9375rem;top:36rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2awNHwzpODAMtoZJ6EZnavqF4sQC7hP { width:12.3123125rem;height:2.62478125rem;top:43.25rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOcSKA0hqOcqO0uLMWibATxrVEBcJik4 { display:block; }
 }@media only screen and (max-width: 763px) { #iWmhga5cdi7GTkLUa62QSrtxWAbTEUBX { width:6.5625rem;height:1.75rem;top:47.1875rem;left:4.8125rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uC9d7WZ8uLmOofERx1hDGB5We8m6eC8d { width:1.93739375rem;height:1.93739375rem;top:47.125rem;left:11.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzpmAeylMPhzSkGtRvxw8hFVb2y70ZE2 { width:10rem;height:1.75rem;top:7rem;left:5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dAVQEJDwRO7h4T9Tb2xJNID1908xFgBS { width:16.25rem;height:1.75rem;top:9.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #scaTotcGh9Q5scsKIRtKGlqWx0HGcq2u { width:10.6875rem;height:1.75rem;top:12.8125rem;left:2.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tocboq1CMiIDifprdp5TFvEraOQmG930 { width:6.4995625rem;height:1.75rem;top:15.625rem;left:2.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vEpSp58dRRov6wX3qlkAvnDFrsrUe72c { width:1.93739375rem;height:1.93739375rem;top:15.5625rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTEut6VytuAkhUsnAlWU5R9ATriFp1ET { width:1.93739375rem;height:1.93739375rem;top:12.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A15SEg4Mrp08A3NUbcE4h1RsdQGvwDGm { width:16.25rem;height:1.75rem;top:19.625rem;left:3.75rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kfqVvdsJIqPMO5mWUzuzTcJUwMOyAh2N { width:14.0625rem;height:1.75rem;top:22.6875rem;left:3.375rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UMwBnTM1AOKfV3DXKwIz465LFhHJTUHB { width:1.93739375rem;height:1.93739375rem;top:22.625rem;left:18.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPXTWxEWBgqcx9V9rTvz3ArPJcVwRglX { width:8.3745625rem;height:1.75rem;top:25.6875rem;left:9rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gDBt620JQtNEsU3ibU3y1luEeaTUqXqN { width:1.93739375rem;height:1.93739375rem;top:25.625rem;left:18.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO { display:block; }#zWbnpVnzHSPvMckgn2NWGQ0TUfuzAUTO > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVQ39Sbv7OwebvfM75bqc5dBHZJNzR7U { width:5.06239375rem;height:1.29936875rem;top:6.5rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6o1CrWNES50hTTvhlxBW618WrJpVx9h { width:6.25rem;height:1.7941625rem;top:6.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptezlEczHtQBZucUgvgG2MoUHNd7k15r { width:10.999375rem;height:1.29936875rem;top:2.625rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pRi4S5emqvNNB12uZ7MvIvFmNfmNdtch { width:2.31228125rem;height:2.92100625rem;top:1.8125rem;left:14.375rem;display:block; }
 }