.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:14,154,229;--color-primary-1:13,154,229;--color-primary-2:83,91,99;--color-primary-3:48,53,65;--color-primary-4:41,50,60;--color-secondary-0:255,255,255;--color-secondary-1:240,240,240;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,184;--color-tertiary-2:138,138,137;--color-tertiary-3:83,83,82;--color-tertiary-4:60,60,59;--headlines-font-family:"Roboto";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .row > .video-iframe-container { display: none; }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .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); }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .row .container { background-color: transparent; background-image: none; }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .row .container > .video-iframe-container { display: none; }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .row > .video-iframe-container { display: none; }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .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); }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .row .container { border-width: 0; border-radius: 0; }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#uKquQiPpMiDdTa6tu6wPSpQvEDDbNsNk { 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-shadow: none;box-sizing:border-box;color:#747c8c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21826171875rem;left:35.812377929688rem;display:block; }
#EpPMKU3RHA3gF6PzJGsLGnr4MAFglsgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uyRuhQrbkut2NaPdwbn9Ib7xgg3E0nhF { 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-shadow: none;box-sizing:border-box;color:#747c8c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21826171875rem;left:43.24951171875rem;display:block; }
#arhmT9kT0iGxG3bTRHGZxs2cV6IGdcI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6SM0fDPyT6LAyLN7SiTPVVtus2QFmui { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:51.313545227051rem;display:block; }
#HGzELgZgv7nMhXvOkTQvMGPG1BzIlx2D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cAwc3F08ePcFWVJiac7bERtNkNrbN7el { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8745125rem;width:12.24975rem;top:0.374755859375rem;left:0rem;overflow:hidden;display:block; }
#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { background-color:rgba(var(--color-primary-4),0.8);background-image:url("https://images.assets-landingi.com/uc/d1159b1a-c786-464a-bc9f-23bf5198fbee/dawczynikomorekjajowychkatowice1536x864jpg.webp");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.adaptive-delivery-prevent-bg, #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.lazyload, #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.lazyloading { background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { background-color: transparent; background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .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); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { border-width: 0; border-radius: 0; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:60rem;height:45rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#h1qDIofn8tD5o8SS2qdV7ag5Sc1pCxw7 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.3125rem;left:0rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MZEUzSvQvk8kEA01ei1XD2RS7lLlTmDk { color:rgba(var(--color-tertiary-0),1);display:block;width:29.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.48046875rem;left:1.749267578125rem;height:15.8984375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTqS5AV4Ce964EX4LqWicuU6kZ4AkEk4 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:30.5625rem;width:26.25rem;top:10.1484375rem;left:33.75rem;display:block; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-form-header {  }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:#000000;width:21.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;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:21.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f5f5f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:21.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#0e9ae5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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:bold;color:#f2f9ff;width:21.25rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.08) ; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]:-moz-placeholder { color:#544a4a;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]::-moz-placeholder { color:#544a4a;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]:-ms-input-placeholder { color:#544a4a;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]::-webkit-input-placeholder { color:#544a4a;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.1875rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .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; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-container:first-of-type{padding-top:0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-container:last-of-type{padding-bottom:0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.69384765625rem;left:35rem; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m {display:block;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.69384765625rem;left:35rem; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Qbz2PhlL4R0iWyxKTFmXZyRePkWoSyeT { position:relative;z-index:1; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #pEU2wD47tVrtH8slIuU5KZGo0uQTPwEO { position:relative;display:none; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #tKaXZFKqF5ZviiOOM886XovQqX3EROaB { position:relative; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #f5mRRzVek8SSQc9wGeR2RRdnt2LvBdEx { position:relative; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #PgD8wDp90nslKOavWGVWZS7SaWt7NrFu { position:relative;display:none; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #cqzVGNPQhdit23pHEPuDKBthDRX4Eovp { position:relative; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #BkeTOF4PQdhtftSkC58t0I0GVBg456aB { position:relative;z-index:1; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #LQLlc5O1rlLX8NBktM0wzO2TtFt49U3B { position:relative;display:none; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #XAuL5nW5p5NMFxifWdQXkG92MQPdvgVg { position:relative; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #w5bLERtxGA0eKPaakIcxvIRxKLy0iWKT { position:relative;z-index:1; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Dku43PfekOEf3KHnaLvxAxq3orq7tQsf { position:relative;z-index:2; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #QgD5CxchU8SVyW5eqwvmL4CzWMDPaOJL { position:relative; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #bISsCHPVsbF2fBawv6O3NOr7EhDbCW7k { position:relative;z-index:1; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m #C3ixQLfIXb7fN2hCWLHT8kVVXg4Cxo47 { position:relative; }
#tFOMbuHZUH7PBdoJ2T14EpEV2saASfeN { color:rgba(var(--color-primary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:11.95751953125rem;left:36.25rem;height:6.2988375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ha9GT5ZNVR9ysuV2Q8RhkiI8nylmuRQZ { color:rgba(var(--color-primary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:16.28173828125rem;left:36.25rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rFdelvIcTf9uNnCU4anpfhu6gUSXeWXa { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.6875rem;left:0rem;height:3.57470625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container { background-color: transparent; background-image: none; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container > .video-iframe-container { display: none; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row > .video-iframe-container { display: none; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .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); }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container { border-width: 0; border-radius: 0; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#GVKThiDTCkJlJwOX4sn4HGro0QTTUFcr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.568359375rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .row .container { background-color: transparent; background-image: none; }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .row .container > .video-iframe-container { display: none; }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .row > .video-iframe-container { display: none; }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .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); }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .row .container { border-width: 0; border-radius: 0; }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#R6sXMzT3nF0B9qLVo3UZaAOXSE5DyyUD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:8.9355625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container { background-color: transparent; background-image: none; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container > .video-iframe-container { display: none; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row > .video-iframe-container { display: none; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .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); }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container { border-width: 0; border-radius: 0; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#gIysWPadI3FCkA9FixCP7XI0bRkwA0Cx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:7.8125rem;width:7.8125rem;top:0rem;left:6.09375rem;display:block; }
#aEzM47Ol8UFuedANGACVxUEaPSE4TW7h { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:7.8125rem;width:7.8125rem;top:0rem;left:26.09375rem;display:block; }
#aTTxsX1U5emRVTfdoKypQUVWsZWhqoT2 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:7.8125rem;width:7.8125rem;top:0rem;left:46.09375rem;display:block; }
#DFzA36Rqvyyt4yps4lgKCC0eu8z4UzSN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.874267578125rem;left:1.875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMOUBrEUF3IllEWA1Tsk4nVDrCze1CWP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.8995361328125rem;left:21.875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9u8ww2EE92uuk4G4EgKvmc8HO7b9nwp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.874267578125rem;left:41.875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FWHWOVvcic3K7nnvuSQ1b9PZ8qUy8bWp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.327026367188rem;left:3.9361572265625rem;height:10.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwKynvIocTm2cTVprgAfvF5I8B6zHBam { color:rgba(var(--color-tertiary-4),1);display:block;width:12.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.32763671875rem;left:23.936157226562rem;height:9.098625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p6yf1uULADICZozPR2R1qAZT3CCvchlo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.327026367188rem;left:43.937377929688rem;height:10.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vo27Ta1uMECDiWiab0IzkGliZCmCzpWo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.71875rem;left:7.8125rem; }
#lGnbOy8BKr6FKZUoV5TZyfqc0abkMmnW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.71875rem;left:27.523193359375rem; }
#CBGnFOlSCdEQKBMtTJ1IwagSFH6ANOu6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.562375rem;width:4.562375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.624755859375rem;left:47.719116210938rem; }
#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .row .container { background-color: transparent; background-image: none; }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .row .container > .video-iframe-container { display: none; }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .row > .video-iframe-container { display: none; }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .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); }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .row .container { border-width: 0; border-radius: 0; }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#TJiuVstTm8M7yusFZgtSJvlmybA7hSp5 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:23.2324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container { background-color: transparent; background-image: none; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container > .video-iframe-container { display: none; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row > .video-iframe-container { display: none; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .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); }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container { border-width: 0; border-radius: 0; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:60rem;position:relative;display:block; }#d4Bvb4k0m3MlmN2APOe2DK9uWQAokNkF { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:5.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y2wXxUyWTXyLdpOhRfTRc2rCdAnDdtcG { background-color:#0e9ae5;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: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.08) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:6.6241455078125rem;left:36.5625rem;display:block; }
#Zhbelh5Fsu6hg65acDMCv2tzKoFHG0ZU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { background-color: transparent; background-image: none; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container > .video-iframe-container { display: none; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row > .video-iframe-container { display: none; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .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); }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { border-width: 0; border-radius: 0; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#I2pcen28mALmTTE8TgTTM0fDBa1LfgiI { position:absolute;display:block;z-index:15000;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/a8daa2f4-b53d-4a01-9947-f800796a59aa/308861186_2028493174024901_8372425841427869886_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;box-shadow: none;height:30.9375rem;width:24.875rem;top:5.9765625rem;left:0rem;display:block; }#I2pcen28mALmTTE8TgTTM0fDBa1LfgiI.adaptive-delivery-prevent-bg, #I2pcen28mALmTTE8TgTTM0fDBa1LfgiI.lazyload, #I2pcen28mALmTTE8TgTTM0fDBa1LfgiI.lazyloading { background-image: none; }
#MZwlWJIOGK7MGS8pkFacFKWcTi9advt2 { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.312377929688rem;left:30rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rmNV17AaKhGdfG6RC8Xsk1NpamOkbGvT { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18.80126953125rem;left:30rem;height:11.69825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8e694ae0-26fc-433c-8e35-b83e9e32e8bd/Projektbeznazwy35.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd.adaptive-delivery-prevent-bg, #x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd.lazyload, #x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd.lazyloading { background-image: none; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row .container { background-color: transparent; background-image: none; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row .container > .video-iframe-container { display: none; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row > .video-iframe-container { display: none; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .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); }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row .container { border-width: 0; border-radius: 0; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;position:relative;display:block; }#DremCpK5Nk6x2RwbhxvB78FrtX1qhWQc { color:rgba(var(--color-tertiary-0),1);display:block;width:48rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:4.124755859375rem;left:10.625rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E4w5SvsmWJCfhEeNqECCODVH7eSyc2Jn { color:rgba(var(--color-tertiary-0),1);display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:10.12451171875rem;left:13.351440429688rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s85Jx9koeHHlLJpURAXrgai59yWzgtaW { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:9.9375rem;left:10.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#emwPkB4D0wXHUEtobO8ZN6leHAJtb130 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:9.5rem;left:11.3125rem;display:block; }
#xNTnRNnM0kvSBFuEQUcy2IKm6x2RLq05 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:9.5rem;left:11.3125rem;display:block; }
#xtaHx5IV3JfUtLLzqTV2QCDHTKOgsf6f { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:14.0625rem;left:11.3125rem;display:block; }
#sob6gHVRp60kZd4nsPeyLRSdG9LaDqHg { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:13.375rem;left:11.3125rem;display:block; }
#vD3QcMrlKimT0GbTohTPJUkErn80PF0o { color:rgba(var(--color-tertiary-0),1);display:block;width:41.6858125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:15.811767578125rem;left:13.351440429688rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vuok08nXrtiiI6cTt98hUfQOSBW8mWGs { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:30.125rem;left:10.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sWwTumtHx3gdO6vPINUv2Uwra6ZtPnA7 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:29.6875rem;left:11.3125rem;display:block; }
#KBcsSzDRT1N6tQxBe6ikDd5Cga9pypCl { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:29.6875rem;left:11.3125rem;display:block; }
#DaZiH5ReqLTyCTrbRDataV1ZoTTHRAdb { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.0625rem;top:33.8125rem;left:11.3125rem;display:block; }
#ZmV6M9yUrDgOHKlflA0FR6qKpkQse9zz { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:34.875rem;left:11.3125rem;display:block; }
#lkyiBaXfaBs70g1LUPeFm3syqA03WSJc { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:23rem;left:11.3125rem;display:block; }
#bl27Xd6hdantVLLAqnPXB5igNDfgtWLC { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:23rem;left:11.3125rem;display:block; }
#dlPxQOlhUdPbtrG9Fucp1a4qQmmwvv9X { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:23.4375rem;left:10.625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IyACcuonWOiiLpV4zAIoATGpepTFTBTK { color:rgba(var(--color-tertiary-0),1);display:block;width:44.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:24.125rem;left:13.125rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XK6GS4xihSQ2UJ3bpWvlHaqNxlqosJkg { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:15.5rem;left:10.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VlxsakUZhmwcMG9haoEvzvW4O98vfxF6 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:15.0625rem;left:11.3125rem;display:block; }
#K3oelBBpVelXzvap6TTobxbthvVDng5F { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:15.0625rem;left:11.3125rem;display:block; }
#atsyO6TaN4lm8J27rwX91QlDxAoP72Ku { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.0625rem;top:19.0625rem;left:11.3125rem;display:block; }
#uImpRBLN0FGiAgPlMgW2oTDHdWmC9IGv { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:21.8125rem;left:11.3125rem;display:block; }
#PSCEcmofMEpGF9NU3dk9RnrD36q7EmrB { color:rgba(var(--color-tertiary-0),1);display:block;width:44.811375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:31.156005859375rem;left:13.60107421875rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dGampuLgIIJqa2XuzlWcOyFzfVaodUup { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-1),0.08) ;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.586669921875rem;left:10.625rem;display:block; }
#L8CqkfJLrALRNGnH3Tnk30y7hlyzoX3Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCmKnCZqlPoPQvG3VTT0ksXCtZo5aEiX { color:rgba(var(--color-tertiary-0),1);display:block;width:48.374625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:38.438720703125rem;left:10.625rem;height:5.361325rem;display:none; }
#Tpr4wxIpJ1LKEhccJvy3rnEBCNZyThpT { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.0625rem;top:35.3125rem;left:11.3125rem;display:none; }
#kH8VXofTOHmU42zRMTRlH72s9pKDqh9z { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:36.375rem;left:11.3125rem;display:none; }
#EkIZCWqGvyf5mzmBpJXtK6D25pdzpM3A { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:31.1875rem;left:11.3125rem;display:none; }
#Bz7kwFwS1SB7pTPwaNO6cIH8vzN0q309 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:31.1875rem;left:11.3125rem;display:none; }
#HKO9Np5PsFTN5TQAZhOGMl64aEdHSBC1 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:0.0625rem;top:27.1875rem;left:11.3125rem;display:block; }
#oXFe54EFdJ3S44Dc4uFyF98pQlgGePtl { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:28.25rem;left:11.3125rem;display:block; }
#huhnoSwJereEtnCUsAifoxIeMdPLkq1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container { background-color: transparent; background-image: none; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container > .video-iframe-container { display: none; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row > .video-iframe-container { display: none; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .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); }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container { border-width: 0; border-radius: 0; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:block; }#g46efsUCPqihTylitgS8BlTxgMW2mSBK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq { position:relative;display:block; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq { background-color: transparent; background-image: none; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container > .video-iframe-container { display: none; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row > .video-iframe-container { display: none; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .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); }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq { border-width: 0; border-radius: 0; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n { position:absolute;display:block;z-index:15000;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/Mis5fyJi7Q0/unsplash/linkedin-sales-solutions-Mis5fyJi7Q0-photo-1590649880765-91b1956b8276.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.25rem;width:25rem;top:0rem;left:17.5rem;display:block; }#HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.adaptive-delivery-prevent-bg, #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.lazyload, #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.lazyloading { background-image: none; }
#qSUN3EVsmFVff85RsnaSVGyKJXsL2e4B { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:4.8125rem;width:4.8125rem;top:1.6875rem;left:15.1875rem;display:block; }
#g6hsuMcpTgxTkFPLoQEmeIwdahSEJhvy { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:4.8120125rem;width:4.8120125rem;top:17.375rem;left:15.1875rem;display:block; }
#SHP9q6RINuJD1RbxGi0WU0CoMSPJwFQ5 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:4.8125rem;width:4.8125rem;top:1.6875rem;left:40.0625rem;display:block; }
#K8vy3NMvF64g5znPkotl8MGJkTToQ3sH { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:4.8125rem;width:4.8125rem;top:22.125rem;left:40.0625rem;display:block; }
#pXB7oGgihe9NQtNyUDU7G384JvDl0RXK { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.6875rem;left:16.125rem;display:block; }
#iFoON5SWpDR0QVSCI5g9Vcnpm3Lw9f40 { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:18.375rem;left:16.1875rem;display:block; }
#fawWNfZR4Ci8TGMtt5i4taz2eXveewpe { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.6875rem;left:41.0625rem;display:block; }
#wFT5V277BX7UyOn0VLzw0dG3RCKTg2rH { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:23.125rem;left:41.0625rem;display:block; }
#ypF6QdwoRpOd6Dtp8xSNdXRo54cd4DLg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1429443359375rem;left:0.78125rem;height:3.8994125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lrrTThub2NTntiiQ1HzqS41U84Ch7RXn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:21.605834960938rem;left:46.122436523438rem;height:5.84911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ueVsl5pimwlBNZIX8sPA7fB6MxAteMC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.11328125rem;left:45.84228515625rem;height:5.84911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e6JOt2RN1kUFdvKSwhGcypofC37rrKcH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.893188476562rem;left:6.4764404296875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c3DhlgKHqLWHPi4oC16tE4hyBDPy3XWA { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:4.8120125rem;width:4.8120125rem;top:24.437255859375rem;left:15.15625rem;display:block; }
#f0LGKez2uJSTksKiLg61AwTeHq9GnCdV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.72021484375rem;left:0.78125rem;height:1.950075rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eTZ7LaBfHMO1tFZTaDqFcl1oaydaI5Mq { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:25.43701171875rem;left:16.156005859375rem;display:block; }
#EEd7nO5NHDfTpgosT81zKsDLOGB6ketk { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:4.8120125rem;width:4.8120125rem;top:11.632690429688rem;left:40.062255859375rem;display:block; }
#Rw6zMl935C9O11EucOygt6Eidapa2iOg { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:12.6318359375rem;left:41.06201171875rem;display:block; }
#LlkcIOcL1mA017V1RDimkiWvSNySfTJ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:18.805541992188rem;left:5.0390625rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vduML1fohDBTo47haWJRA6b6BJCXlcnf { box-sizing:content-box;color:rgba(var(--color-primary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.1875rem;left:16.1875rem;display:block; }
#ga1TTw4cB6piSrCTqrDQGSipqIbS48GV { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;height:4.8120125rem;width:4.8120125rem;top:9.1875rem;left:15.1875rem;display:block; }
#MDGT9XV4l7rSo4MWLyIdewcDPwEocqAe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1429443359375rem;left:46.122436523438rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#poKzzfkSpGfqtVxxelNbbbANGd25qanO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.8);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { background-color: transparent; background-image: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container > .video-iframe-container { display: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row > .video-iframe-container { display: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .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); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { border-width: 0; border-radius: 0; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tV670sXQXzKlDAe8uIgveFtaw3wSda6C { background-color:#0e9ae5;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: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.08) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.6865234375rem;left:21.5625rem;display:block; }
#GhI5FlbkP8vHp7itccCS2g35IhXPwyU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .row .container { background-color: transparent; background-image: none; }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .row .container > .video-iframe-container { display: none; }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .row > .video-iframe-container { display: none; }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .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); }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .row .container { border-width: 0; border-radius: 0; }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#sp5Ih9V9Tkua12FnZHR2aCbRAqaB88SM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:1.6875rem;left:0rem;display:block; }
#fFfHCqXcnTgTHqeKysKMeqLPkTtvz5Wt { color:#767d8b;display:block;width:18.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:3.375244140625rem;left:16.06201171875rem;height:4.5rem;display:block; }
#VJ6p0ve9U5RKCyqaomQFdAZ0VhEL8RRq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.5rem;top:3.78125rem;left:0rem;overflow:hidden;display:block; }
#iMeiXwU3uu2g5uqAzpeL0TQZndttAyaB { color:#767d8b;display:block;width:16.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:3.375244140625rem;left:32.561645507812rem;height:4.5rem;display:block; }
#eEymeMTPHWBGibShoGGNctboPnIvwBG2 { box-sizing:content-box;color:#767d8b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:4.0625rem;left:55.187377929688rem;display:block; }
#b2pheAuoWX9A7b0IGVx0ScbHtIpq51H8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56225625rem;width:2.56225625rem;top:4.3438720703125rem;left:51.749267578125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fz855WEL8NSxJzRG6IJMopbZOxrZem0C { display:block; }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKquQiPpMiDdTa6tu6wPSpQvEDDbNsNk { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:29.687377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpPMKU3RHA3gF6PzJGsLGnr4MAFglsgX { display:block; }
 }@media only screen and (max-width: 763px) { #uyRuhQrbkut2NaPdwbn9Ib7xgg3E0nhF { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:37.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arhmT9kT0iGxG3bTRHGZxs2cV6IGdcI5 { display:block; }
 }@media only screen and (max-width: 763px) { #s6SM0fDPyT6LAyLN7SiTPVVtus2QFmui { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGzELgZgv7nMhXvOkTQvMGPG1BzIlx2D { display:block; }
 }@media only screen and (max-width: 763px) { #cAwc3F08ePcFWVJiac7bERtNkNrbN7el { width:12.1875rem;height:3.8548232489439rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1qDIofn8tD5o8SS2qdV7ag5Sc1pCxw7 { width:47.75rem;height:3.3125rem;top:5.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZEUzSvQvk8kEA01ei1XD2RS7lLlTmDk { width:21.25rem;height:8.5rem;top:23.3125rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTqS5AV4Ce964EX4LqWicuU6kZ4AkEk4 { width:23.75rem;height:25rem;top:15.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-regular-label { width:21.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-textarea { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-button { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-checkbox-label { width:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m  { width:21.25rem;height:auto;top:18.6875rem;left:24rem; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .radio-container { width:21.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m {display:block;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m { width:21.25rem;height:auto;top:18.6875rem;left:24rem; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Qbz2PhlL4R0iWyxKTFmXZyRePkWoSyeT {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #pEU2wD47tVrtH8slIuU5KZGo0uQTPwEO { display:none; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #tKaXZFKqF5ZviiOOM886XovQqX3EROaB {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #f5mRRzVek8SSQc9wGeR2RRdnt2LvBdEx {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #PgD8wDp90nslKOavWGVWZS7SaWt7NrFu {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #cqzVGNPQhdit23pHEPuDKBthDRX4Eovp {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #BkeTOF4PQdhtftSkC58t0I0GVBg456aB {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #LQLlc5O1rlLX8NBktM0wzO2TtFt49U3B { display:none; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #XAuL5nW5p5NMFxifWdQXkG92MQPdvgVg {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #w5bLERtxGA0eKPaakIcxvIRxKLy0iWKT {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Dku43PfekOEf3KHnaLvxAxq3orq7tQsf {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #QgD5CxchU8SVyW5eqwvmL4CzWMDPaOJL {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #bISsCHPVsbF2fBawv6O3NOr7EhDbCW7k {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #C3ixQLfIXb7fN2hCWLHT8kVVXg4Cxo47 {  }
 }@media only screen and (max-width: 763px) { #tFOMbuHZUH7PBdoJ2T14EpEV2saASfeN { width:21.25rem;height:5.25rem;top:16.8125rem;left:25.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha9GT5ZNVR9ysuV2Q8RhkiI8nylmuRQZ { width:21.25rem;height:5.25rem;top:16.8125rem;left:25.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFdelvIcTf9uNnCU4anpfhu6gUSXeWXa { width:47.75rem;height:3.5625rem;top:1.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 { display:block; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVKThiDTCkJlJwOX4sn4HGro0QTTUFcr { width:47.75rem;height:2.875rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1e41prsOci3psw1JvHbxXTvSQwrEfC { display:block; }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6sXMzT3nF0B9qLVo3UZaAOXSE5DyyUD { width:47.75rem;height:8.875rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu { display:block; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIysWPadI3FCkA9FixCP7XI0bRkwA0Cx { width:7.8125rem;height:7.8125rem;top:0rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzM47Ol8UFuedANGACVxUEaPSE4TW7h { width:7.8125rem;height:7.8125rem;top:0rem;left:19.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTxsX1U5emRVTfdoKypQUVWsZWhqoT2 { width:7.8125rem;height:7.8125rem;top:0rem;left:35.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFzA36Rqvyyt4yps4lgKCC0eu8z4UzSN { width:14.375rem;height:3.5rem;top:10.625rem;left:0.7705078125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMOUBrEUF3IllEWA1Tsk4nVDrCze1CWP { width:14.375rem;height:3.5rem;top:10.625rem;left:16.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9u8ww2EE92uuk4G4EgKvmc8HO7b9nwp { width:14.375rem;height:3.5rem;top:10.625rem;left:32.603515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWHWOVvcic3K7nnvuSQ1b9PZ8qUy8bWp { width:14.375rem;height:3.5rem;top:10.625rem;left:0.7705078125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwKynvIocTm2cTVprgAfvF5I8B6zHBam { width:14.375rem;height:3.5rem;top:10.625rem;left:0.7705078125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6yf1uULADICZozPR2R1qAZT3CCvchlo { width:14.375rem;height:3.5rem;top:10.625rem;left:0.7705078125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo27Ta1uMECDiWiab0IzkGliZCmCzpWo { top:1.6875rem;left:5.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGnbOy8BKr6FKZUoV5TZyfqc0abkMmnW { top:1.6875rem;left:21.335693359375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBGnFOlSCdEQKBMtTJ1IwagSFH6ANOu6 { top:1.5625rem;left:37.406616210938rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh { display:block; }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJiuVstTm8M7yusFZgtSJvlmybA7hSp5 { width:47.75rem;height:23.1875rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ2PUrbEzm8u7180oBEqu6llLSwtwezt { display:block; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4Bvb4k0m3MlmN2APOe2DK9uWQAokNkF { width:30rem;height:5.375rem;top:5.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wXxUyWTXyLdpOhRfTRc2rCdAnDdtcG { width:16.875rem;height:3.75rem;top:6.5625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhbelh5Fsu6hg65acDMCv2tzKoFHG0ZU { display:block; }
 }@media only screen and (max-width: 763px) { #m303SyvtOoyJSsbFlhWCsoplAWQcSlgs { display:block; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { width:47.75rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2pcen28mALmTTE8TgTTM0fDBa1LfgiI { width:22.5rem;height:16.25rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZwlWJIOGK7MGS8pkFacFKWcTi9advt2 { width:22.5rem;height:2.875rem;top:12.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmNV17AaKhGdfG6RC8Xsk1NpamOkbGvT { width:22.5rem;height:5.8125rem;top:19.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd { display:block; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremCpK5Nk6x2RwbhxvB78FrtX1qhWQc { width:47.75rem;height:2.5rem;top:4.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4w5SvsmWJCfhEeNqECCODVH7eSyc2Jn { width:45.3125rem;height:3.3125rem;top:10.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s85Jx9koeHHlLJpURAXrgai59yWzgtaW { width:1.8125rem;height:3.75rem;top:9.9375rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emwPkB4D0wXHUEtobO8ZN6leHAJtb130 { width:0;height:0.6875rem;top:9.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNTnRNnM0kvSBFuEQUcy2IKm6x2RLq05 { width:3.3125rem;height:0;top:9.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtaHx5IV3JfUtLLzqTV2QCDHTKOgsf6f { width:3.3125rem;height:0;top:14.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sob6gHVRp60kZd4nsPeyLRSdG9LaDqHg { width:0;height:0.6875rem;top:13.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD3QcMrlKimT0GbTohTPJUkErn80PF0o { width:41.625rem;height:5rem;top:15.75rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuok08nXrtiiI6cTt98hUfQOSBW8mWGs { width:1.9375rem;height:3.75rem;top:30.125rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWwTumtHx3gdO6vPINUv2Uwra6ZtPnA7 { width:0;height:0.6875rem;top:29.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBcsSzDRT1N6tQxBe6ikDd5Cga9pypCl { width:3.3125rem;height:0;top:29.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaZiH5ReqLTyCTrbRDataV1ZoTTHRAdb { width:0;height:1.0625rem;top:33.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmV6M9yUrDgOHKlflA0FR6qKpkQse9zz { width:3.3125rem;height:0;top:34.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkyiBaXfaBs70g1LUPeFm3syqA03WSJc { width:0;height:0.6875rem;top:23rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl27Xd6hdantVLLAqnPXB5igNDfgtWLC { width:3.3125rem;height:0;top:23rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlPxQOlhUdPbtrG9Fucp1a4qQmmwvv9X { width:2.1875rem;height:3.75rem;top:23.4375rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyACcuonWOiiLpV4zAIoATGpepTFTBTK { width:44.75rem;height:3.3125rem;top:24.0625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK6GS4xihSQ2UJ3bpWvlHaqNxlqosJkg { width:1.9375rem;height:;top:15.4375rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxsakUZhmwcMG9haoEvzvW4O98vfxF6 { width:0;height:0.6875rem;top:15.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3oelBBpVelXzvap6TTobxbthvVDng5F { width:3.3125rem;height:0;top:15.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atsyO6TaN4lm8J27rwX91QlDxAoP72Ku { width:0;height:2.8125rem;top:19.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uImpRBLN0FGiAgPlMgW2oTDHdWmC9IGv { width:3.3125rem;height:0;top:21.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSCEcmofMEpGF9NU3dk9RnrD36q7EmrB { width:44.75rem;height:1.625rem;top:31.125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGampuLgIIJqa2XuzlWcOyFzfVaodUup { width:16.875rem;height:3.75rem;top:37.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8CqkfJLrALRNGnH3Tnk30y7hlyzoX3Q { display:block; }
 }@media only screen and (max-width: 763px) { #uCmKnCZqlPoPQvG3VTT0ksXCtZo5aEiX { top:70.1875rem;left:0rem;width:20rem;height:10.375rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpr4wxIpJ1LKEhccJvy3rnEBCNZyThpT { width:0;height:1.0625rem;top:35.3125rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kH8VXofTOHmU42zRMTRlH72s9pKDqh9z { width:3.3125rem;height:0;top:36.375rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkIZCWqGvyf5mzmBpJXtK6D25pdzpM3A { width:3.3125rem;height:0;top:31.1875rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bz7kwFwS1SB7pTPwaNO6cIH8vzN0q309 { width:0;height:0.6875rem;top:31.1875rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKO9Np5PsFTN5TQAZhOGMl64aEdHSBC1 { width:0;height:1.0625rem;top:27.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXFe54EFdJ3S44Dc4uFyF98pQlgGePtl { width:3.3125rem;height:0;top:28.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huhnoSwJereEtnCUsAifoxIeMdPLkq1N { display:block; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g46efsUCPqihTylitgS8BlTxgMW2mSBK { width:47.75rem;height:2.875rem;top:5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiexNroRRgKiTczrP9OLzxuGbpHlBHiq { display:block; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container { width:47.75rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n { width:22.5rem;height:28.75rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSUN3EVsmFVff85RsnaSVGyKJXsL2e4B { width:4.8125rem;height:4.8125rem;top:4.5625rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6hsuMcpTgxTkFPLoQEmeIwdahSEJhvy { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHP9q6RINuJD1RbxGi0WU0CoMSPJwFQ5 { width:4.8125rem;height:4.8125rem;top:8.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8vy3NMvF64g5znPkotl8MGJkTToQ3sH { width:4.8125rem;height:4.8125rem;top:22.125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXB7oGgihe9NQtNyUDU7G384JvDl0RXK { width:2.8125rem;height:2.8125rem;top:5.5625rem;left:11.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFoON5SWpDR0QVSCI5g9Vcnpm3Lw9f40 { width:2.8125rem;height:2.8125rem;top:19.1875rem;left:11.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fawWNfZR4Ci8TGMtt5i4taz2eXveewpe { width:2.8125rem;height:2.8125rem;top:9.5rem;left:33.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFT5V277BX7UyOn0VLzw0dG3RCKTg2rH { width:2.8125rem;height:2.8125rem;top:23.125rem;left:33.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypF6QdwoRpOd6Dtp8xSNdXRo54cd4DLg { width:9.375rem;height:3.25rem;top:10rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrrTThub2NTntiiQ1HzqS41U84Ch7RXn { width:9.375rem;height:3.25rem;top:23.625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVsl5pimwlBNZIX8sPA7fB6MxAteMC4 { width:9.375rem;height:3.25rem;top:13.4375rem;left:35.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6JOt2RN1kUFdvKSwhGcypofC37rrKcH { width:9.375rem;height:3.25rem;top:27.0625rem;left:35.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3DhlgKHqLWHPi4oC16tE4hyBDPy3XWA { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0LGKez2uJSTksKiLg61AwTeHq9GnCdV { width:9.375rem;height:3.25rem;top:23.625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZ7LaBfHMO1tFZTaDqFcl1oaydaI5Mq { width:2.8125rem;height:2.8125rem;top:19.1875rem;left:11.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEd7nO5NHDfTpgosT81zKsDLOGB6ketk { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6zMl935C9O11EucOygt6Eidapa2iOg { width:2.8125rem;height:2.8125rem;top:23.125rem;left:33.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlkcIOcL1mA017V1RDimkiWvSNySfTJ4 { width:9.375rem;height:3.25rem;top:27.0625rem;left:35.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vduML1fohDBTo47haWJRA6b6BJCXlcnf { width:2.8125rem;height:2.8125rem;top:19.1875rem;left:11.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga1TTw4cB6piSrCTqrDQGSipqIbS48GV { width:4.8125rem;height:4.8125rem;top:18.1875rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDGT9XV4l7rSo4MWLyIdewcDPwEocqAe { width:9.375rem;height:3.25rem;top:23.625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #poKzzfkSpGfqtVxxelNbbbANGd25qanO { display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { width:47.75rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { width:47.75rem;height:7.75rem;top:4.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV670sXQXzKlDAe8uIgveFtaw3wSda6C { width:16.875rem;height:3.75rem;top:13.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhI5FlbkP8vHp7itccCS2g35IhXPwyU1 { display:block; }
 }@media only screen and (max-width: 763px) { #p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT { display:block; }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp5Ih9V9Tkua12FnZHR2aCbRAqaB88SM { top:1.625rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFfHCqXcnTgTHqeKysKMeqLPkTtvz5Wt { top:3.375rem;left:9.93701171875rem;width:18.1875rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ6p0ve9U5RKCyqaomQFdAZ0VhEL8RRq { top:3.75rem;left:0rem;width:12.5rem;height:3.68713125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMeiXwU3uu2g5uqAzpeL0TQZndttAyaB { top:3.375rem;left:26.436645507812rem;width:16.625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEymeMTPHWBGibShoGGNctboPnIvwBG2 { top:4.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2pheAuoWX9A7b0IGVx0ScbHtIpq51H8 { top:4.3125rem;left:45.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fz855WEL8NSxJzRG6IJMopbZOxrZem0C { position:relative;z-index:auto;display:block; }#fz855WEL8NSxJzRG6IJMopbZOxrZem0C > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKquQiPpMiDdTa6tu6wPSpQvEDDbNsNk { width:3.936525rem;height:2.1875rem;top:5.7802734375rem;left:4.09326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpPMKU3RHA3gF6PzJGsLGnr4MAFglsgX { display:block; }
 }@media only screen and (max-width: 763px) { #uyRuhQrbkut2NaPdwbn9Ib7xgg3E0nhF { width:6.749rem;height:2.1875rem;top:5.7802734375rem;left:9.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arhmT9kT0iGxG3bTRHGZxs2cV6IGdcI5 { display:block; }
 }@media only screen and (max-width: 763px) { #s6SM0fDPyT6LAyLN7SiTPVVtus2QFmui { width:8.6875rem;height:2.125rem;top:7.71875rem;left:5.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HGzELgZgv7nMhXvOkTQvMGPG1BzIlx2D { display:block; }
 }@media only screen and (max-width: 763px) { #cAwc3F08ePcFWVJiac7bERtNkNrbN7el { width:13.186625rem;height:4.24926875rem;top:1.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { background-color:rgba(41,50,60,0.8);background-image:url("https://images.assets-landingi.com/uc/d1159b1a-c786-464a-bc9f-23bf5198fbee/dawczynikomorekjajowychkatowice1536x864jpg.webp");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.adaptive-delivery-prevent-bg, #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.lazyload, #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7.lazyloading { background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { background-color: transparent; background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .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); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1qDIofn8tD5o8SS2qdV7ag5Sc1pCxw7 { width:20rem;height:1.70605625rem;top:2.7685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZEUzSvQvk8kEA01ei1XD2RS7lLlTmDk { width:18.75rem;height:0;top:8.436279296875rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTqS5AV4Ce964EX4LqWicuU6kZ4AkEk4 { width:20rem;height:34.8125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]:-moz-placeholder { font-size:0.75rem;line-height:1.4; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]::-moz-placeholder { font-size:0.75rem;line-height:1.4; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;line-height:1.4; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;line-height:1.4; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m  { width:17.5rem;height:auto;top:19.78515625rem;left:0rem; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkqUnTgeZofqmbuDTszm53Toe7UQD26m {display:block;}#lkqUnTgeZofqmbuDTszm53Toe7UQD26m { width:17.5rem;height:auto;top:17.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Qbz2PhlL4R0iWyxKTFmXZyRePkWoSyeT {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #pEU2wD47tVrtH8slIuU5KZGo0uQTPwEO { display:none; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #tKaXZFKqF5ZviiOOM886XovQqX3EROaB {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #f5mRRzVek8SSQc9wGeR2RRdnt2LvBdEx {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #PgD8wDp90nslKOavWGVWZS7SaWt7NrFu {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #cqzVGNPQhdit23pHEPuDKBthDRX4Eovp {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #BkeTOF4PQdhtftSkC58t0I0GVBg456aB {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #LQLlc5O1rlLX8NBktM0wzO2TtFt49U3B { display:none; }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #XAuL5nW5p5NMFxifWdQXkG92MQPdvgVg {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #w5bLERtxGA0eKPaakIcxvIRxKLy0iWKT {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #Dku43PfekOEf3KHnaLvxAxq3orq7tQsf {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #QgD5CxchU8SVyW5eqwvmL4CzWMDPaOJL {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #bISsCHPVsbF2fBawv6O3NOr7EhDbCW7k {  }
 }@media only screen and (max-width: 763px) { #lkqUnTgeZofqmbuDTszm53Toe7UQD26m #C3ixQLfIXb7fN2hCWLHT8kVVXg4Cxo47 {  }
 }@media only screen and (max-width: 763px) { #tFOMbuHZUH7PBdoJ2T14EpEV2saASfeN { width:17.24975rem;height:5.625rem;top:6.9375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha9GT5ZNVR9ysuV2Q8RhkiI8nylmuRQZ { width:14.8125rem;height:4.72411875rem;top:12rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFdelvIcTf9uNnCU4anpfhu6gUSXeWXa { width:20rem;height:1.70605625rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 { display:block; }#VvSRtXK3LuWDP556Qq1HxsrLADoIwIN3 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVKThiDTCkJlJwOX4sn4HGro0QTTUFcr { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct1e41prsOci3psw1JvHbxXTvSQwrEfC { display:block; }#Ct1e41prsOci3psw1JvHbxXTvSQwrEfC > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6sXMzT3nF0B9qLVo3UZaAOXSE5DyyUD { width:20rem;height:28.59375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu { display:block; }#HAWQIqpppyUOsp4Vc5wtLfZHHTgmsXHu > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIysWPadI3FCkA9FixCP7XI0bRkwA0Cx { width:7.8125rem;height:7.8125rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEzM47Ol8UFuedANGACVxUEaPSE4TW7h { width:7.8125rem;height:7.8125rem;top:22.3956125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTxsX1U5emRVTfdoKypQUVWsZWhqoT2 { width:7.8125rem;height:7.8125rem;top:43.541225rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFzA36Rqvyyt4yps4lgKCC0eu8z4UzSN { width:16.25rem;height:1.7871125rem;top:10.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMOUBrEUF3IllEWA1Tsk4nVDrCze1CWP { width:16.25rem;height:1.7871125rem;top:31.4581125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9u8ww2EE92uuk4G4EgKvmc8HO7b9nwp { width:16.25rem;height:1.7871125rem;top:52.603725rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWHWOVvcic3K7nnvuSQ1b9PZ8qUy8bWp { width:16.93725rem;height:7.7988125rem;top:13.3496125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwKynvIocTm2cTVprgAfvF5I8B6zHBam { width:15.7495rem;height:7.7988125rem;top:34.495225rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6yf1uULADICZozPR2R1qAZT3CCvchlo { width:16.499625rem;height:6.499rem;top:55.6408375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo27Ta1uMECDiWiab0IzkGliZCmCzpWo { display:flex;width:4.375rem;height:4.375rem;top:2.96875rem;left:7.78125rem; }
 }@media only screen and (max-width: 763px) { #lGnbOy8BKr6FKZUoV5TZyfqc0abkMmnW { display:flex;width:4.936525rem;height:4.936525rem;top:24.1143625rem;left:7.491943359375rem; }
 }@media only screen and (max-width: 763px) { #CBGnFOlSCdEQKBMtTJ1IwagSFH6ANOu6 { display:flex;width:4.4995125rem;height:4.4995125rem;top:45.165980859375rem;left:7.6878662109375rem; }
 }@media only screen and (max-width: 763px) { #atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh { display:block; }#atoSH4nKgC2D5kT1Nb4fJfLDknHAfCRh > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJiuVstTm8M7yusFZgtSJvlmybA7hSp5 { width:17.4375rem;height:60.761725rem;top:1.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ2PUrbEzm8u7180oBEqu6llLSwtwezt { display:block; }#HJ2PUrbEzm8u7180oBEqu6llLSwtwezt > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4Bvb4k0m3MlmN2APOe2DK9uWQAokNkF { width:20rem;height:3.7373rem;top:2.1246337890625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wXxUyWTXyLdpOhRfTRc2rCdAnDdtcG { width:16.875rem;height:3.75rem;top:7.3614501953125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhbelh5Fsu6hg65acDMCv2tzKoFHG0ZU { display:block; }
 }@media only screen and (max-width: 763px) { #m303SyvtOoyJSsbFlhWCsoplAWQcSlgs { display:block; }#m303SyvtOoyJSsbFlhWCsoplAWQcSlgs > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2pcen28mALmTTE8TgTTM0fDBa1LfgiI { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZwlWJIOGK7MGS8pkFacFKWcTi9advt2 { width:20rem;height:2.5996125rem;top:21.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmNV17AaKhGdfG6RC8Xsk1NpamOkbGvT { width:20rem;height:17.547375rem;top:25.42358125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8e694ae0-26fc-433c-8e35-b83e9e32e8bd/Projektbeznazwy35.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd.adaptive-delivery-prevent-bg, #x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd.lazyload, #x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd.lazyloading { background-image: none; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row .container { background-color: transparent; background-image: none; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row .container > .video-iframe-container { display: none; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row > .video-iframe-container { display: none; }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .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); }#x1xTgfgzM5BWDT0ZDgliinnmJfHUtXQd > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremCpK5Nk6x2RwbhxvB78FrtX1qhWQc { width:18.937375rem;height:3.875rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4w5SvsmWJCfhEeNqECCODVH7eSyc2Jn { width:17.999875rem;height:7.5rem;top:10.0610375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s85Jx9koeHHlLJpURAXrgai59yWzgtaW { width:2.062375rem;height:2.4375rem;top:6.3745125rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #emwPkB4D0wXHUEtobO8ZN6leHAJtb130 { width:0.062255875rem;height:0.7495125rem;top:6.3745125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNTnRNnM0kvSBFuEQUcy2IKm6x2RLq05 { width:3.37463125rem;height:0.062255875rem;top:6.3745125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtaHx5IV3JfUtLLzqTV2QCDHTKOgsf6f { width:3.374025rem;height:0.062255875rem;top:20.8087375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sob6gHVRp60kZd4nsPeyLRSdG9LaDqHg { width:0.062255875rem;height:0.7495125rem;top:17.121602929688rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vD3QcMrlKimT0GbTohTPJUkErn80PF0o { width:17.5rem;height:9rem;top:21.995239257812rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuok08nXrtiiI6cTt98hUfQOSBW8mWGs { width:2.5rem;height:2.4375rem;top:41.051635742188rem;left:8.75rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWwTumtHx3gdO6vPINUv2Uwra6ZtPnA7 { width:0;height:0.6875rem;top:29.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBcsSzDRT1N6tQxBe6ikDd5Cga9pypCl { width:3.3125rem;height:0;top:29.6875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaZiH5ReqLTyCTrbRDataV1ZoTTHRAdb { width:0;height:1.0625rem;top:33.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmV6M9yUrDgOHKlflA0FR6qKpkQse9zz { width:3.3125rem;height:0;top:34.875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkyiBaXfaBs70g1LUPeFm3syqA03WSJc { width:0.0625rem;height:0.75rem;top:35.5625rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bl27Xd6hdantVLLAqnPXB5igNDfgtWLC { width:3.37463125rem;height:0.062255875rem;top:32.186889648438rem;left:0.374755859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlPxQOlhUdPbtrG9Fucp1a4qQmmwvv9X { width:2.5rem;height:2.4375rem;top:31.929931640625rem;left:8.75rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyACcuonWOiiLpV4zAIoATGpepTFTBTK { width:17.5rem;height:4.5rem;top:35.117797851562rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK6GS4xihSQ2UJ3bpWvlHaqNxlqosJkg { width:1.93725625rem;height:2.4375rem;top:18.809204101562rem;left:9.0313720703125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxsakUZhmwcMG9haoEvzvW4O98vfxF6 { width:0;height:0.68725625rem;top:18.809225rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3oelBBpVelXzvap6TTobxbthvVDng5F { width:3.312375rem;height:0;top:18.809225rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atsyO6TaN4lm8J27rwX91QlDxAoP72Ku { width:0;height:2.8125rem;top:24.43300625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uImpRBLN0FGiAgPlMgW2oTDHdWmC9IGv { width:3.312375rem;height:0;top:38.74331875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSCEcmofMEpGF9NU3dk9RnrD36q7EmrB { width:17.5rem;height:4.5rem;top:44.23828125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGampuLgIIJqa2XuzlWcOyFzfVaodUup { width:16.875rem;height:3.75rem;top:51.1865234375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8CqkfJLrALRNGnH3Tnk30y7hlyzoX3Q { display:block; }
 }@media only screen and (max-width: 763px) { #uCmKnCZqlPoPQvG3VTT0ksXCtZo5aEiX { width:20rem;height:0;top:50.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #Tpr4wxIpJ1LKEhccJvy3rnEBCNZyThpT { width:0.062255875rem;height:1.124875rem;top:65.737343rem;left:9.9375rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #kH8VXofTOHmU42zRMTRlH72s9pKDqh9z { width:3.37463125rem;height:0.062255875rem;top:77.734418rem;left:8.3125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #EkIZCWqGvyf5mzmBpJXtK6D25pdzpM3A { width:3.37463125rem;height:0.062255875rem;top:58.739049625rem;left:8.3125rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #Bz7kwFwS1SB7pTPwaNO6cIH8vzN0q309 { width:0.062255875rem;height:0.7495125rem;top:60.0513055rem;left:8.3125rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #HKO9Np5PsFTN5TQAZhOGMl64aEdHSBC1 { width:0;height:1.0625rem;top:27.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXFe54EFdJ3S44Dc4uFyF98pQlgGePtl { width:3.3125rem;height:0;top:28.25rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #huhnoSwJereEtnCUsAifoxIeMdPLkq1N { display:block; }#huhnoSwJereEtnCUsAifoxIeMdPLkq1N > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g46efsUCPqihTylitgS8BlTxgMW2mSBK { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiexNroRRgKiTczrP9OLzxuGbpHlBHiq { display:block; }#RiexNroRRgKiTczrP9OLzxuGbpHlBHiq > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n { width:20rem;height:31.25rem;top:31.75rem;left:0rem;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/c8fecevU/picture.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.adaptive-delivery-prevent-bg, #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.lazyload, #HxTC3gnTEIJT7VVtZ5nhqJCoayRJGh5n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qSUN3EVsmFVff85RsnaSVGyKJXsL2e4B { width:4.8125rem;height:4.8125rem;top:0.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6hsuMcpTgxTkFPLoQEmeIwdahSEJhvy { width:4.8125rem;height:4.8125rem;top:8.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHP9q6RINuJD1RbxGi0WU0CoMSPJwFQ5 { width:4.8125rem;height:4.8125rem;top:16.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8vy3NMvF64g5znPkotl8MGJkTToQ3sH { width:4.8125rem;height:4.8125rem;top:26.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXB7oGgihe9NQtNyUDU7G384JvDl0RXK { width:2.8125rem;height:2.8125rem;top:1.0625rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFoON5SWpDR0QVSCI5g9Vcnpm3Lw9f40 { width:2.8125rem;height:2.8125rem;top:9.125rem;left:8.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fawWNfZR4Ci8TGMtt5i4taz2eXveewpe { width:2.8125rem;height:2.8125rem;top:17.25rem;left:8.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFT5V277BX7UyOn0VLzw0dG3RCKTg2rH { width:2.8125rem;height:2.8125rem;top:27.3125rem;left:8.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypF6QdwoRpOd6Dtp8xSNdXRo54cd4DLg { width:17.5625rem;height:1.625rem;top:5.625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrrTThub2NTntiiQ1HzqS41U84Ch7RXn { width:16.875rem;height:3.25rem;top:47.999267578125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueVsl5pimwlBNZIX8sPA7fB6MxAteMC4 { width:17.56225rem;height:3.25rem;top:21.997680664062rem;left:1.2176513671875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6JOt2RN1kUFdvKSwhGcypofC37rrKcH { width:12.5rem;height:1.625rem;top:31.809692382812rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3DhlgKHqLWHPi4oC16tE4hyBDPy3XWA { width:4.75rem;height:4.75rem;top:52.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0LGKez2uJSTksKiLg61AwTeHq9GnCdV { width:12.5rem;height:1.625rem;top:13.748168945312rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZ7LaBfHMO1tFZTaDqFcl1oaydaI5Mq { width:2.8125rem;height:2.8125rem;top:53.3125rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEd7nO5NHDfTpgosT81zKsDLOGB6ketk { width:4.75rem;height:4.75rem;top:42.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw6zMl935C9O11EucOygt6Eidapa2iOg { width:2.8125rem;height:2.8125rem;top:43.625rem;left:8.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlkcIOcL1mA017V1RDimkiWvSNySfTJ4 { width:12.5rem;height:1.625rem;top:57.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vduML1fohDBTo47haWJRA6b6BJCXlcnf { width:2.8125rem;height:2.8125rem;top:35.3125rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga1TTw4cB6piSrCTqrDQGSipqIbS48GV { width:4.75rem;height:4.75rem;top:34.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDGT9XV4l7rSo4MWLyIdewcDPwEocqAe { width:17.25rem;height:1.625rem;top:40.0390625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #poKzzfkSpGfqtVxxelNbbbANGd25qanO { display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { width:20rem;height:8.53025rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV670sXQXzKlDAe8uIgveFtaw3wSda6C { width:13.9984375rem;height:3.061525rem;top:11.0296875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhI5FlbkP8vHp7itccCS2g35IhXPwyU1 { display:block; }
 }@media only screen and (max-width: 763px) { #p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT { display:block; }#p2lLyZ7MKn1M9k3mJdKBBNC88sMdJIuT > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp5Ih9V9Tkua12FnZHR2aCbRAqaB88SM { width:6.25rem;height:0.062255875rem;top:-0.8441162109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFfHCqXcnTgTHqeKysKMeqLPkTtvz5Wt { width:18.2495rem;height:4.5rem;top:6.186525rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJ6p0ve9U5RKCyqaomQFdAZ0VhEL8RRq { width:12.5rem;height:3.68713125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMeiXwU3uu2g5uqAzpeL0TQZndttAyaB { width:16.687rem;height:4.5rem;top:11.93481875rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEymeMTPHWBGibShoGGNctboPnIvwBG2 { width:3.125rem;height:3.125rem;top:21.49536875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2pheAuoWX9A7b0IGVx0ScbHtIpq51H8 { width:2.56225625rem;height:2.56225625rem;top:17.6831125rem;left:8.6875rem;display:block; }
 }