.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;
}
:root { --color-primary-0:255,249,217;--color-primary-1:255,234,128;--color-primary-2:255,213,0;--color-primary-3:128,107,0;--color-primary-4:38,32,0;--color-secondary-0:255,220,217;--color-secondary-1:254,137,128;--color-secondary-2:253,19,0;--color-secondary-3:127,10,0;--color-secondary-4:38,3,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#xFh9J3ecgu20VRKNLdJTpyHzW3C3o3xv { position:absolute;display:block;z-index:15001;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.4375rem;width:15.5625rem;top:0.74951171875rem;left:0rem;overflow:hidden;display:block; }
#kvbok2FvzqAOSI0ioybukTBGPk9gNzJv { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.749755859375rem;left:47.811767578125rem; }
#kvbok2FvzqAOSI0ioybukTBGPk9gNzJv > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#lwXsywVrw8Ak2mwuvnpOTzk5hKtLC5gI { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.875rem;left:50.8740234375rem;display:block; }
#aeoNPTSWfoxa4v9DfIyTxiVB9Xw8Skyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbqCv7wI0bo73qi8qZMAcDeMoGpNPAlJ { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.06175rem;height:2.99926875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.09375rem;left:62.938232421875rem;display:block; }
#ug2mHV0QwIXDzmAXHE6o2IrtDMMi5iIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gnLLdVV1w2iXXgbncuxDDKcF4Wd6VgBc { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:1.09375rem;left:47.2021484375rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .row .container { background-color: transparent; background-image: none; }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .row .container > .video-iframe-container { display: none; }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .row > .video-iframe-container { display: none; }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .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); }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .row .container { border-width: 0; border-radius: 0; }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row .container { background-color: transparent; background-image: none; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row .container > .video-iframe-container { display: none; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row > .video-iframe-container { display: block; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .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); }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row .container { border-width: 0; border-radius: 0; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#VmeVHo7wUKVQsTlTPTC6I17R99eNq9Ay { color:rgba(var(--color-tertiary-0),1);display:block;width:53.18725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:-0.1875rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.1);top:9.3125rem;left:0.875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qel1C1GQfZrUleAD99Pq3OIHcTUoOMh1 { color:rgba(var(--color-primary-2),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:-0.1875rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.1);top:4.375rem;left:0.875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IDIgaUiebHewnMLKCWzvwIPJndctL5uP { color:rgba(var(--color-tertiary-0),0.69);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:17.57470703125rem;left:3.6875rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xfVRKmvSoqUAylXE3UAhfZM95GBLfsdv { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:-0.1875rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.1);top:12.375rem;left:0.875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WUetACySTAJeh59gsrK3F5RdhtaP2aWX { color:rgba(var(--color-tertiary-0),0.69);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:23.3740234375rem;left:3.6865234375rem;height:15.959rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WUetACySTAJeh59gsrK3F5RdhtaP2aWX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WUetACySTAJeh59gsrK3F5RdhtaP2aWX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3c50be3ad6c714429bbef10467dd6d7344b6670.svg); }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-form-header {  }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#ffd458;width:18.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.8;overflow:hidden; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-text { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);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:18.0625rem;box-sizing:border-box;height:3.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-text {padding-top: 0; padding-bottom: 0;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-textarea { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);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:18.0625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .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:18.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-select {padding-top: 0; padding-bottom: 0;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:initial !important;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.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .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);line-height:1.2;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.51);vertical-align:top;width:16.625rem;overflow:hidden;font-style:normal; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .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; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .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; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-container:first-of-type{padding-top:0;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-container:last-of-type{padding-bottom:0;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;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:13.8125rem;left:53.875rem; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.0625rem; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .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:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb {display:block;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;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:13.8125rem;left:53.875rem; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #Q34S2UExMdbTb3SM1NEkv9moAzoxKgTo { position:relative; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #Q66ilkiec87ozZny2scZpD5I7kOnpUmr { position:relative;display:block; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #gslCxIW1czET31cpIg9iccWEBAFwco4y { position:relative; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #T6nQ7Gy8r0K44TKFULbtILb3WQQdxuhq { position:relative; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #yWPx4bMuZ2AhkTq8zhCXposSgopxPzL2 { position:relative;display:block; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #V1HVdMUqquQ1WzBdK8a2imo4a6b9yQCR { position:relative; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #lU7gs5BDkrzoUgpVzsNcRbuemR5Rs1KS { position:relative; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #xlNLDVzGyTn06ACtc8X97CDS2aT5ED7y { position:relative;z-index:2; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #BlAvotpgGtgAKmxPi2uBBf2u03rZvUD9 { position:relative; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #xQw5rVIoQDszKGOx7U2WDIzToeoZRl2U { position:relative; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #NV3JJf3ztu14AwewBtSemGGQilBxLVn6 { position:relative; }
#WZFAHbO6O2SWdgSkHsl6oSMZVpVJthXX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:5.625rem;left:55.0625rem;height:2.34375rem;font-style:normal;display:block; }
#ssHubhc2gucUirV10llT9aJJnhVn09df { box-sizing:content-box;height:8.875rem;width:21.8125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:4.375rem;left:53.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#KPNR6zLI88ORdp9bGHPIApOpt6SqEUcQ { color:rgba(var(--color-secondary-2),1);display:block;width:5.186525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:8.837890625rem;left:67.68701171875rem;height:4.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HpSHwzoGo0GXh5vS5DkXkHfNIx8Ktuoc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:55.125rem;height:4.63036875rem;font-style:normal;display:block; }
#s6eeLIZJHKVG6S7bMoqQ1TmiLGUZ8lca { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.9375rem;left:67.2802734375rem;display:block; }
#sEdES7IkebIO0aUPIlexxWZ6mzWSl2Bq { box-sizing:content-box;height:36.0625rem;width:21.5rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-4),0.53);background-image:none;top:4.4375rem;left:53.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.16);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.16);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.16);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.16);box-shadow: 0.875rem 0.625rem 3.9375rem rgba(var(--color-tertiary-0),0.1) ;display:block; }
#EHNW7wfgiJGILcz4ENdJakvkbsEoEk5B { color:rgba(var(--color-tertiary-0),0.4);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:34.6826171875rem;left:55.25rem;height:2.19286875rem;font-style:normal;display:block; }
#UzhmwLGAZgO7xZwDRi74S03KO2BM6CmP { box-sizing:content-box;height:11.9375rem;width:2.625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:4.3896484375rem;left:0rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#e8cU23cNixZlE8w5VVR5I2J24Bvh4Uf3 { box-sizing:content-box;height:24.4375rem;width:48.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),0.36);background-image:none;top:16.3125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.875rem 0.625rem 3.9375rem rgba(var(--color-tertiary-0),0.1) ;display:block; }
#Lgq2LvsdTg41A9pmubLmfPew6bvADi8b { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:88.3125rem;left:5.4375rem;display:none; }
#JcqLG5QP385uOvfUIwZBp6VTOzCEOo59 { box-sizing:content-box;height:10.0625rem;width:42.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.065185546875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.16);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.16);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.16);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.16);box-shadow: 0.875rem 0.625rem 3.9375rem rgba(var(--color-tertiary-0),0.1) ;display:none; }
#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/VA6vYwq0Ny8/unsplash/max-zhdanov-VA6vYwq0Ny8-photo-1674515513957-bc5b9c5ee367.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb.adaptive-delivery-prevent-bg, #LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb.lazyload, #LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb.lazyloading { background-image: none; }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .row .container { background-color: transparent; background-image: none; }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.63); }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .row .container > .video-iframe-container { display: none; }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.63); }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .row > .video-iframe-container { display: none; }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .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); }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .row .container { border-width: 0; border-radius: 0; }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#l0qc7fm3WGzuqnDLAZPuWz2eZp05UbMT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymCt5rXSsTGHQoWHwTACCx4CgTy7Rho1 { color:rgba(var(--color-tertiary-4),0.71);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JbF9nO1XcNZvN2yU76e287UXVWa2rL1X { box-sizing:content-box;height:0.1867675rem;width:3.75rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-tertiary-4),0.7);background-image:none;top:6.1875rem;left:30.75rem;display:block; }
#D7sWomgGwkqMPSJ3b0IMklP8ZUdGdroH { color:rgba(var(--color-tertiary-4),0.71);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:14.5rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#NPkenTy8A7OxTrPazTzm71CfkSoRL45h { box-sizing:content-box;height:0.185546875rem;width:3.75rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-4),0.7);background-image:none;top:6.1875rem;left:40.6875rem;display:block; }
#CK7PmsAuoUtaBVr0zgy6xwqGpKzhDKSr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:22.5478515625rem;left:7.09375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSBeIzZPKszHy56X6JAxMzK5xMdQFkJo { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.0615rem;width:23.31175rem;top:25.33203125rem;left:0.843505859375rem;display:block; }
#uSIGN3TWV3cqVZhi6Qo53Gkm6vIOTZ9L { box-sizing:content-box;height:2.0625rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.24853515625rem;left:6.03125rem;box-shadow: none;display:block; }
#tZOS24GPQXIrJuxUskwBv5gPhTZ1UTiF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:22.5625rem;left:25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t7ScgyPgfQ0lR3AnZWOwK42lQwNhQUlU { box-sizing:content-box;height:2.0625rem;width:20.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.25rem;left:27.4375rem;box-shadow: none;display:block; }
#gTd9iMKH0rHF5kWhBUiAEmvIWdV9EQ3R { color:rgba(var(--color-tertiary-0),1);display:block;width:25.18675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:22.5625rem;left:49.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMg1s2ly44wG7mRJTmTpRDO3mgW4SwoU { box-sizing:content-box;height:2.0625rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.25rem;left:54.8125rem;box-shadow: none;display:block; }
#XZUUysSzTNsvmInKtbEVn6RHX0NgonX0 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.0603125rem;width:23.3105625rem;top:25.33203125rem;left:25.843505859375rem;display:block; }
#Xa0eSiaxrMB90TQFJl16oXh0beZZwKgr { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.0603125rem;width:23.3105625rem;top:25.33203125rem;left:50.843505859375rem;display:block; }
#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt { position:relative;display:block; }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt { background-color: transparent; background-image: none; }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt > .row .container > .video-iframe-container { display: none; }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt > .row > .video-iframe-container { display: none; }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt > .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); }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt { border-width: 0; border-radius: 0; }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt > .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; }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt > .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:15.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f08WEc48U3BdAsUIibTuXpUg4faJoiTC { position:absolute;display:block;z-index:15039;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:10.0625rem;top:8.31201171875rem;left:49.375rem;overflow:hidden;display:block; }
#MzIVMv3Nb9czFi9lLo9h2vGNip2LVEFz { position:absolute;display:block;z-index:15034;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:3rem;width:7.25rem;top:8.21826171875rem;left:25.9375rem;overflow:hidden;display:block; }
#vhrISrSELIysT8EtfnT8KL5Iz2TgOcEV { position:absolute;display:block;z-index:15036;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.8125rem;width:7.25rem;top:7.81201171875rem;left:38.3125rem;overflow:hidden;display:block; }
#e1QXnaKeXON0iwm4TrNf3RGZPfTBwSDq { position:absolute;display:block;z-index:15035;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.125rem;width:6.6875rem;top:8.15576171875rem;left:14.6875rem;overflow:hidden;display:block; }
#SxZvw25kRwhaDW5qFEHMdwgqqEI2pTUX { position:absolute;display:block;z-index:15041;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.625rem;width:11.5625rem;top:8.40625rem;left:63.4375rem;overflow:hidden;display:block; }
#fUoLDR9Ly0zZuGlTNtrsmTKkdPNfJmTp { color:rgba(var(--color-tertiary-4),0.5);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:2.8740234375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#teMiABgcqExy8wTuKg0MgTa3mXgq82uV { box-sizing:content-box;height:0.1875rem;width:3.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.5rem;left:30.625rem;display:block; }
#MdsWmFaToH6fCVEPA9UvOxkBwS0CkDrm { box-sizing:content-box;height:0.1875rem;width:3.75rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.5rem;left:40.75rem;display:block; }
#JhgT4DtLswsRQ1vy1ggqKLnfy6xbVE1U { position:absolute;display:block;z-index:15035;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:11.0625rem;top:9.34326171875rem;left:0rem;overflow:hidden;display:block; }
#MTec58XJeG7latsseqf3eV3pZ5ZKKANM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !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; }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .row .container { background-color: transparent; background-image: none; }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .row .container > .video-iframe-container { display: none; }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .row > .video-iframe-container { display: none; }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .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); }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .row .container { border-width: 0; border-radius: 0; }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#VVg4329eGqg5cx06g1IbKr1H3Dsn4dGe { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.937255859375rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgOTcocvTId9Wm00xqKxRyC9TuaWEJyB { color:rgba(var(--color-tertiary-0),1);display:block;width:53.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:13.4375rem;left:10.625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#RvFXxbTXApdy7egoKhPqObHMLQ1esi1O { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#XACoz6QibkmPRkeklMuTG5e1P7IliSOm { box-sizing:content-box;height:16.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15002;background-color:#1a1a19;background-image:none;top:21.125rem;left:7.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#M6T94DQVz4nV9aims88pphViIeqelVRF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:25.6875rem;left:7.9375rem;height:3.324225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bdt58IHyeEFaJEqaptEyJd7gmoa2RVTq { box-sizing:content-box;height:2.06176875rem;width:2.06176875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.375rem;left:13.9375rem;box-shadow: none;display:block; }
#PPPNDOIXVz3wC9ZmoBOPLH4QC3uTva6T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:22.4375rem;left:14.25rem; }
#FIBE5RLw4h0Su3ATDIJl3WUfIGKzLu0w { box-sizing:content-box;height:0.1867675rem;width:3.75rem;position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.177978515625rem;left:30.76416015625rem;display:block; }
#O2OlpoSiU9TrJhwLdxMpgreqkHd88BtP { box-sizing:content-box;height:0.185546875rem;width:3.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.180419921875rem;left:40.701904296875rem;display:block; }
#mTgo3ykRgoe9rlqhu9n6BAXsRUEkUcaN { box-sizing:content-box;height:16.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15006;background-color:#1a1a19;background-image:none;top:21.125rem;left:22.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#Q6QklhVcCrWa7XniTSsco8wLltvii0TC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:29.125rem;left:22.9375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTIp3lQAc2Qeq7eTWlyfOpgl2QpqPxdp { box-sizing:content-box;height:2.06176875rem;width:2.06176875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.375rem;left:28.9375rem;box-shadow: none;display:block; }
#wTXnCgNIJqcTzQo4dnBSKkOGqN2MKt6C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:22.4375rem;left:29.25rem; }
#fUkC4Qut3DUcv1JVEucoD8OEyL4Gy0Pv { box-sizing:content-box;height:16.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15010;background-color:#1a1a19;background-image:none;top:21.125rem;left:37.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#i6OmEJCNwXwdpEhBrcDoO757SmEDXLAx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:29rem;left:37.9375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5IMaJxvf6yGTT3GLo1beEFxaHTypuTZ { box-sizing:content-box;height:2.06176875rem;width:2.06176875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.375rem;left:43.9375rem;box-shadow: none;display:block; }
#BIWTxtZG00eDqzS0R0WM0dgJNTvodDk4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:22.4375rem;left:44.3125rem; }
#OhAOidLvTRsGEm07fPG5hNKn5hVnNero { box-sizing:content-box;height:16.0625rem;width:14.6875rem;position:absolute;display:block;z-index:15014;background-color:#1a1a19;background-image:none;top:21.125rem;left:52.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#flWt40igiLnCDE7yr8XxEcqdDmasUzBO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:27.5rem;left:52.875rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dC56tt7KT28waX9q3h2tGPqDCZBBJLmA { box-sizing:content-box;height:2.06176875rem;width:2.06176875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.375rem;left:58.875rem;box-shadow: none;display:block; }
#MCtN6R1GCoqK81odhmfZOnhLTbR5N7hh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:22.4375rem;left:59.25rem; }
#EKTTLT0b3642b3xrHTvTTLMHL30SmmdI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:29.125rem;left:7.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BpHabxcff49ISTxMrcFwHSQk1KhgounK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:25.6875rem;left:22.9375rem;height:3.32421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkcwFxwfk59gJ2i9BZhqfaHJbw3hdBDF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:25.8125rem;left:38.125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HiDIaGZpk5iEnlzByVGbRh8wWtuL0FzE { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:25.6875rem;left:52.625rem;height:1.6621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQTwkfB36UTTKW8r4WtJL57NTfG4utKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GQTwkfB36UTTKW8r4WtJL57NTfG4utKc > .row .container { border-width: 0; border-radius: 0; }#GQTwkfB36UTTKW8r4WtJL57NTfG4utKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GQTwkfB36UTTKW8r4WtJL57NTfG4utKc > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:none; }#qCUyiy1kiUJAdueVrFfFlTwi22Hriaxu { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.937255859375rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxPTxgNrp7DEtrzft9iam5SIrzsa2X4R { color:rgba(var(--color-tertiary-0),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:13.5625rem;left:9.1875rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#J9aC55i4LNdQSdywEV0V4Dva2FP5Shig { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#odAJDddSDMDks3Aru6VrKMCUTu5sxJkF { box-sizing:content-box;height:12.5rem;width:17.4375rem;position:absolute;display:block;z-index:15002;background-color:#1a1a19;background-image:none;top:21.06201171875rem;left:0.06201171875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#uZDB3Gu3H8fMHr5WEzVX1Wd9H6Wakfl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15076;line-height:1.6;letter-spacing:0;top:23.68701171875rem;left:1.74951171875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MITTc2ImG1C0mfoxMD8cRDAcEzwxJ2Bt { box-sizing:content-box;height:2.06176875rem;width:2.06176875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.62451171875rem;left:7.74951171875rem;box-shadow: none;display:block; }
#oMlMTLoeDdkQU1OReQJlyRFx8PX5MzXU { box-sizing:content-box;height:12.5rem;width:17.4375rem;position:absolute;display:block;z-index:15006;background-color:#1a1a19;background-image:none;top:21.124267578125rem;left:19.375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#msV3sTpGzSUFEmdTmr0ZkKPTJMhiEHDZ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15075;line-height:1.6;letter-spacing:0;top:23.68701171875rem;left:20.21875rem;height:3.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PWAnQDMxd7qvvn8f5k5EPpULQ4kvrTt5 { box-sizing:content-box;height:2.06176875rem;width:2.06176875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.62451171875rem;left:26.875rem;box-shadow: none;display:block; }
#R1lir2k8KK7Ue5o5FOvrvqbK3LEITrBx { box-sizing:content-box;height:12.5rem;width:17.4375rem;position:absolute;display:block;z-index:15014;background-color:#1a1a19;background-image:none;top:21.06201171875rem;left:57.562255859375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#XF1iwtFyK1JgbrcFJTuMXMq8cc8gL1tX { box-sizing:content-box;height:12.5rem;width:17.4375rem;position:absolute;display:block;z-index:15010;background-color:#1a1a19;background-image:none;top:20.999755859375rem;left:38.24951171875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#i0OLQBiP3JKg0L0xxoI4MqkKopaKo6iT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15078;line-height:1.6;letter-spacing:0;top:23.68701171875rem;left:39.46875rem;height:1.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWwcIAk7Rt3uPowlu7f9D97yOeitfPAx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15077;line-height:1.6;letter-spacing:0;top:23.58740234375rem;left:59.24951171875rem;height:1.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BewGPSTdn0CHq43DTdx2045PuQhA5Vu2 { box-sizing:content-box;height:2.06176875rem;width:2.06176875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.62451171875rem;left:65.25rem;box-shadow: none;display:block; }
#Tb832MVyiJQZ5S8KVZKIQ3yL2cqytJL8 { box-sizing:content-box;height:2.06176875rem;width:2.06176875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(241deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:22.62451171875rem;left:45.84423828125rem;box-shadow: none;display:block; }
#WvJRteMnsLqg16v2Z435LPaDgi4kW8M3 { box-sizing:content-box;height:0.1867675rem;width:3.75rem;position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.177978515625rem;left:30.76416015625rem;display:block; }
#AXDgDDVridZdNA0r1d1wqNviKiUHM9sV { box-sizing:content-box;height:0.185546875rem;width:3.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.180419921875rem;left:40.701904296875rem;display:block; }
#nDMwO8kVvZ3C6zu9a2nA59XdBT7dpe7V { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15077;line-height:1.6;letter-spacing:0;top:27.986328125rem;left:1.74951171875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#nDMwO8kVvZ3C6zu9a2nA59XdBT7dpe7V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nDMwO8kVvZ3C6zu9a2nA59XdBT7dpe7V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
#pBAPmdyk1FcRa69Zbx4fJkPToPqwixMO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15078;line-height:1.6;letter-spacing:0;top:27.98583984375rem;left:21.09375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#pBAPmdyk1FcRa69Zbx4fJkPToPqwixMO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pBAPmdyk1FcRa69Zbx4fJkPToPqwixMO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
#ZiecoREQubcoaIqmgT0XTCxKseDmyHet { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15079;line-height:1.6;letter-spacing:0;top:27.986328125rem;left:39.84375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#ZiecoREQubcoaIqmgT0XTCxKseDmyHet li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZiecoREQubcoaIqmgT0XTCxKseDmyHet li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
#gAOwn8kE6lAQnlCobvOICsLvBXkkemwt { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15080;line-height:1.6;letter-spacing:0;top:27.986328125rem;left:59.24951171875rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }#gAOwn8kE6lAQnlCobvOICsLvBXkkemwt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gAOwn8kE6lAQnlCobvOICsLvBXkkemwt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
#GCGUDHVhMQpxhJlcVvKPkUGrhNFxsArZ { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:28.75rem;left:2.09423828125rem;display:block; }
#T6viSmr0vAAAMzeMVHyeDShsE2VGFU19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLXWI2XMXrdVLSezoOKuKVmWPvd4hbHb { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.75rem;left:21.4384765625rem;display:block; }
#f57aIlWBFbeSfKGOSDd7xZNmlFAKvdw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vOLW0o14OpGTQLoqBqbIgkRk6WiUUVAV { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:28.75rem;left:40.1884765625rem;display:block; }
#PeX93y3ISl6AZbPudkZWF7QiXPqQF2vZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OiERO0p4J2exS74DEinnuT35coHthvvi { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:28.75rem;left:59.59423828125rem;display:block; }
#mTkCMtIusm7rJybn5rU3TsUINkh2CVkU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ZgmGq_eFmUs/unsplash/jamar-penny-ZgmGq_eFmUs-photo-1503708928676-1cb796a0891e.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC.adaptive-delivery-prevent-bg, #SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC.lazyload, #SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC.lazyloading { background-image: none; }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .row .container { background-color: transparent; background-image: none; }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.68); }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .row .container > .video-iframe-container { display: none; }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.68); }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .row > .video-iframe-container { display: none; }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .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); }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .row .container { border-width: 0; border-radius: 0; }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#JwDAb7aAuaXmTlHkmT3eZVuCQFce4oci { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:16rem;left:63.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#muhl95oRfP74Kp75baW8ONi8vnZFGs6z { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:6.29638671875rem;left:0rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBvq5Uf1WQyPrTtw8bT3KVANRvLXNl82 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:-0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0);top:11.170654296875rem;left:0rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Th3kPQAr24iJeMwEkTt1aVKRMBVVWmIe { color:rgba(var(--color-tertiary-4),0.5);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UD0DVQseCTZ0xFuHpoWZJn1odWzNPQmn { color:rgba(var(--color-tertiary-0),1);display:block;width:10.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:17.625rem;left:63.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbEiVXPEHDMrkFNAfbMiQC5X1KeSUFTR { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd341f60-8ddc-444c-b546-54e13e79c69a/rusztowanie.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:21.9375rem;left:64.75rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }#cbEiVXPEHDMrkFNAfbMiQC5X1KeSUFTR.adaptive-delivery-prevent-bg, #cbEiVXPEHDMrkFNAfbMiQC5X1KeSUFTR.lazyload, #cbEiVXPEHDMrkFNAfbMiQC5X1KeSUFTR.lazyloading { background-image: none; }
#HOqO637xTSBvGaK2JIQi5hRWfHNmArUG { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:32.9375rem;left:0.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#dtuvRxuAxnK43vIprvR7ofyEBTwgEsxU { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;top:38.9375rem;left:1.75rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#QrySxL71i4St4UimErKsg7bWhybO0lMW { color:rgba(var(--color-tertiary-0),1);display:block;width:10.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:34.5625rem;left:0.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1KX2qxTb7Oif0wLTTgmwIWG3bafXTig { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:15.9375rem;left:12.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#eAVfoboC2zDEqwKp4GSILvaTxgh6TkZv { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;top:21.875rem;left:14.25rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#HMAtBW7VTmJcdxe0W6OurgnxyVUqgE99 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.2;letter-spacing:0;top:17.5625rem;left:13.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFGMJs6RbReZUsN4seKZ1ZFTdezpaS4e { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:15.9375rem;left:50.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#lr0qo6tKUMKy6vFfdonpq7fRqR21xdTT { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;top:21.875rem;left:52.125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#uqlFBm6MGepRTPLttMtqae2q1zlkgUB8 { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:15.9375rem;left:38.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#kMXbTKiWBqhDtPUTJNahpytVdDD3ArBJ { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15049;background-color:#e3e3e3;background-image:none;top:21.9375rem;left:39.5rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#oNcVDCTs1wEaVXBQtSAbxOkLD3535UW3 { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:16rem;left:0.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#mpBe7xheMiTZf9dtCwwam8DpqZ2pRQ6d { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:21.9375rem;left:1.75rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#t80rkLnN2IpikUbeF39PuXAkn5TgTUiZ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15039;line-height:1.2;letter-spacing:0;top:16.75rem;left:0.875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7yhSmDod5x1uDVU2ggZZwO8HryZPFLa { color:rgba(var(--color-tertiary-0),1);display:block;width:10.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:17.5625rem;left:38.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZoZWUAfa5LucLbp51tJXC3QoypzsOTKT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:16.6875rem;left:51.1875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOstZ5peJdtHy8qdWQTGTxIKqhtwD0TG { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:15.9375rem;left:25.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#Iqcuu7V0BXwMwF3cVcVGiLa00mKq2TQe { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:21.875rem;left:26.875rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#vz0IFLEiXLgCfBkmXlOGT0c53MCmz2Oq { color:rgba(var(--color-tertiary-0),1);display:block;width:10.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:17.5625rem;left:25.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9yIceMDRFvJxXlpTu5sGDTpiJB0J5yQ { position:absolute;display:block;z-index:15056;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.8125rem;width:11.3125rem;top:41.5625rem;left:0.3125rem;overflow:hidden;display:block; }
#aFzZqwSlpZ0mxfGE2qPCLxrkHaBo4hcA { position:absolute;display:block;z-index:15057;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:8.8125rem;width:10.5625rem;top:21.5625rem;left:13.375rem;overflow:hidden;display:block; }
#OLc393BN01Tw91XiJ2cC5w22wi6WxaUg { position:absolute;display:block;z-index:15059;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:5.4375rem;width:11.9375rem;top:23.875rem;left:0rem;overflow:hidden;display:block; }
#clTwIdoXI6TBgrs69Cp515aEBumzTQ4u { position:absolute;display:block;z-index:15060;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:6.8125rem;width:9.9375rem;top:23.0625rem;left:38.6875rem;overflow:hidden;display:block; }
#QHGz0n014rgeT7NUzuWNsR3QkeKbPncx { position:absolute;display:block;z-index:15061;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:9.875rem;width:9.875rem;top:20.5rem;left:51.1875rem;overflow:hidden;display:block; }
#zH2P4xF5dhBclrhB1siozAMKXU3OTzRN { box-sizing:content-box;height:8.4995rem;width:7.2495rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),0.77), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),0.77), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),0.77), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),0.77), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.77)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.77)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),0.77), rgba(var(--color-secondary-2),0));background-size:auto !important;top:11.17041015625rem;left:0rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#k0AiokH4phJWMTCvbssZlVrVtPqtlaIx { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.59));background-image: -moz-linear-gradient(169deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.59));background-image: -ms-linear-gradient(169deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.59));background-image: -o-linear-gradient(169deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-2),0.59)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-2),0.59)' );";background-image: linear-gradient(169deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.59));background-size:auto !important;top:44.375rem;left:65.625rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#vsqfDQxGXWRwcT1mOLBTozUdGz4bP0qX { box-sizing:content-box;height:5.561525rem;width:5.561525rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),0.59), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),0.59), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),0.59), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),0.59), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.59)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.59)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),0.59), rgba(var(--color-secondary-2),0));background-size:auto !important;top:33.875rem;left:4.8125rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#bHRciR9p7aQdRDIqPT0H71tAJ7gUrhWR { box-sizing:content-box;height:3.81225625rem;width:3.81225625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.59));background-image: -moz-linear-gradient(169deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.59));background-image: -ms-linear-gradient(169deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.59));background-image: -o-linear-gradient(169deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-2),0.59)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-2),0.59)' );";background-image: linear-gradient(169deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-2),0.59));background-size:auto !important;top:43.3125rem;left:8.875rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#GrwfMFatlAUkXOL7FagR008lu5f2PRPB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.1875rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:15.9375rem;left:63.25rem;display:block; }
#pbhTOHFcVXD4tZGk54yAt7KoegITMTf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WeVAnEkBSLlC3qfqtatTqrNRIGlZF96M { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.18675rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:32.9375rem;left:0.25rem;display:block; }
#t21nkkVQ2045o3kyAB1qKnq41pT8eJpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQH0c9atNhis95wZ9FPVgQWAWRlI1wzJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.1855625rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:15.875rem;left:12.8125rem;display:block; }
#NENZ7FToq1W9oerWdnXLfs3w4Hc4AMHx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZe1UosVX4od2wBOfBs4Lmwyp38gv1px { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.1855625rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:15.9375rem;left:25.4375rem;display:block; }
#QWGxP9k6JKQESnPO6n2lMkwDeWBRlHIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zLGpM9KN4zo4I6mcnX2b6SZsOfzH6S9C { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.1855625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:16rem;left:0.3125rem;display:block; }
#gv0pf1C7iugLaTQP5kRIL2r2PlBUbEhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bigHchyldEKR0Ld75bwdqrtQL0qxBAnf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.1855625rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:15.9375rem;left:38.125rem;display:block; }
#I2CCDzM1fb0IGHf7udgAiHsnhhLcxfuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZstpQ2cT1n6o6HkdAibbktJerVZnqhO { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:32.9375rem;left:12.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#rMcAPMZCwkCHDhVCM1RyqDbFfqEufo5R { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:33.875rem;left:12.90625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfUqrVxA5fx1lkOslLnB0Suw2xGunTlK { position:absolute;display:block;z-index:15065;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:11.9375rem;width:11.9375rem;top:37.1875rem;left:12.1875rem;overflow:hidden;display:block; }
#w66m7t64E1nb3GO72rLetKnXObuf0C71 { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;top:38.875rem;left:14.25rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#Iqwn7zPPqCt36269Cc4GSZAXSEe60ldO { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:35.25rem;left:12.9375rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFEBuVsPPXdz0Wh8584TpkwdnapCv4xo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.1855625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:15.9375rem;left:50.6875rem;display:block; }
#Q2kuVdnRxE9PsqCylfXIEbrlLAvsTOae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrcTxItAZQXaXqiFhXmXMyzK8FRkns23 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.3125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:32.9375rem;left:12.8125rem;display:block; }
#gIkUWaLkceVdxK0WmXUiR1tqMtdAXCKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2Xx38XSFpSzJqqOpUMEI3tlpLtD065E { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xvWZEKX9hWF10afHWkfPsFfhNMXOlII2 { box-sizing:content-box;height:0.1875rem;width:3.75rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.491943359375rem;left:30.64013671875rem;display:block; }
#QOaF0ycwCAgxcIyV210HRNxXUboOGf1Q { box-sizing:content-box;height:0.1875rem;width:3.75rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.491943359375rem;left:40.7646484375rem;display:block; }
#luss7DOaMf9Aa7rSRcEB4OhbWKBahuv6 { position:absolute;display:block;z-index:15072;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:6.1875rem;width:11.3125rem;top:23.6875rem;left:25.4375rem;overflow:hidden;display:block; }
#xRt4BdBJDDIpxHTeJGBQqJl7xbQogNw7 { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:32.9375rem;left:25.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#lh0T7X3ZVXUXyTaUJ8g69PSNm6kQydlo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.1875rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:32.9375rem;left:25.4375rem;display:block; }
#rqfdAH3ptaDZLkgwPHvTDaDNbaPdgdJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3ii7tiXTWkCu59acoqGXWhsHkg8eNHP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:34.5rem;left:25.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y94fvRd6oo5e98ATLp1vOmOqKT5TJBN8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:36.3125rem;left:25.75rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKOInlBwJugTAa4Q1tZ1Ni8GnNR2Pshc { position:absolute;display:block;z-index:15071;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:8.375rem;width:8.375rem;top:39.75rem;left:27.75rem;overflow:hidden;display:block; }
#hmVkDIrCQ2voKTThrtk2xwGEI8ECqFJy { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:38.8125rem;left:26.8125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#mTSevoREX3Tiplns7PkXpC3KuF3RyZNB { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:32.9375rem;left:38.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#Or2DPNwXXMd0aeP6dOzGuL7CGFmURSJr { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.375rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:32.9375rem;left:38.0625rem;display:block; }
#TSCRMLoTNEAdJ8CcxAGaH4DEezJCOaay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwN7RlItGmLDSdwCEXiFSurd28JTp3g9 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15061;line-height:1.2;letter-spacing:0;top:34.5625rem;left:38.1875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPJTsUclUm1P8IFdA9iHiUNJgq2gDGL3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:36.375rem;left:38.375rem;height:1.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHXX8ifRnlsvxHntvS89exIxCINzZuyJ { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:#e3e3e3;background-image:none;top:38.9375rem;left:39.4375rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#dV4EafdhfGJv4kHp0zuFP6vf6XRc3Ntn { position:absolute;display:block;z-index:15077;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:8.375rem;width:8.375rem;top:38.9375rem;left:39.6875rem;overflow:hidden;display:block; }
#VTxpWBDRTRDQR7Zbn0E6TPxifswTcnTi { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:32.9375rem;left:50.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#o2dbaMQVT02elGFMX0gn0FOgCeuwbH2u { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:32.9365234375rem;left:50.6875rem;display:block; }
#nmAa65Lv2qu90Bc1DTG0t0PGPJy4FuJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yeVEfPAHcFzzdyPhzNJCf7y3DtfahVl1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15067;line-height:1.2;letter-spacing:0;top:34.5625rem;left:50.78125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uqORBk7Q99kteLGgd09HlTarWu77gOrn { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:36.3505859375rem;left:50.96875rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUybAKoNeI2Bgk4UkZHx6qbM5nikTDfS { position:absolute;display:block;z-index:15083;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:10.25rem;width:10.25rem;top:38rem;left:50.99853515625rem;overflow:hidden;display:block; }
#PvWonRE8XQ2bbXF4xrcl71mZkNRs3HD5 { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15074;background-color:#e3e3e3;background-image:none;top:38.9375rem;left:52.0625rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#oeFIOJbPbvJ5C4D9gWRSFcVUVkc10x6N { box-sizing:content-box;height:15.18675rem;width:11.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:33rem;left:63.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#R5bgs8AMDQJfrIX30yKr8J2tMTruudyl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:15.1875rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:32.9375rem;left:63.25rem;display:block; }
#oKqTpskI79T1RxJ1yFwffTsR9C329J7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RCMnxBCqlaWdxaTV09nUAOT4iMBiTZ4q { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/833dea47-bd7e-4992-a7d6-11c5f86008b6/Sygnalistahakowy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:38.9375rem;left:65rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }#RCMnxBCqlaWdxaTV09nUAOT4iMBiTZ4q.adaptive-delivery-prevent-bg, #RCMnxBCqlaWdxaTV09nUAOT4iMBiTZ4q.lazyload, #RCMnxBCqlaWdxaTV09nUAOT4iMBiTZ4q.lazyloading { background-image: none; }
#FTVJFplNTXrRLmrlhI0PMnBDZLUr6Mh9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:34.625rem;left:63.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ.adaptive-delivery-prevent-bg, #KpgZUMGvRQofTpJz0up349lMkPAT7XxZ.lazyload, #KpgZUMGvRQofTpJz0up349lMkPAT7XxZ.lazyloading { background-image: none; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row .container { background-color: transparent; background-image: none; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row .container > .video-iframe-container { display: none; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row > .video-iframe-container { display: none; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .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); }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row .container { border-width: 0; border-radius: 0; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#Ds9pAJMPf1HxuAcgCZy9Ze3BzL0EtpxO { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:23.6875rem;left:28.375rem;height:1.6875rem;display:block; }
#IiVouKyFvl92z7VSnn8nimAEKI3uQ5HJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:2.1875rem;height:5.69921875rem;font-style:normal;display:block; }
#rpINgcTwKUGRSpoZTBo9zpGEVhdonaim { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:13.741455078125rem;left:26.749267578125rem;height:;display:block; }#rpINgcTwKUGRSpoZTBo9zpGEVhdonaim li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rpINgcTwKUGRSpoZTBo9zpGEVhdonaim li:before{  }
#u8kh3M5QG7dyeVTAPHFFMTkIC790S1eF { box-sizing:content-box;height:31.25rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.8740234375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#F846W7Pux6r2MeATnRJnVGfgSX8vmqVg { box-sizing:content-box;height:30.5rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#Mek8tkTS0owHJsyKvnCEv1vsTOGGlcdI { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#miiTd9pLg4d7vUpneWBmWpnrfBuDSLf1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:26.749267578125rem;height:2.33764375rem;font-style:normal;display:block; }
#ba4qhSTBnDa2vbAAzB8XvuBiQpMOXV7b { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:15.5rem;left:2.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#n90RAepSi4KdqhISMPKK4ECT9pt4bO6B { color:rgba(var(--color-primary-2),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:18.5537109375rem;left:2.09375rem;height:;display:block; }#n90RAepSi4KdqhISMPKK4ECT9pt4bO6B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n90RAepSi4KdqhISMPKK4ECT9pt4bO6B li:before{  }
#qPfyt3wgMZXpUtsx8iKCJWyE4WXNc9x1 { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:4.8808625rem;font-style:normal;display:block; }
#u8e8zmgifs7HUmhVrrPyabEcGvB5W6de { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.2119140625rem;left:2.1875rem;display:block; }
#FknFrxiPEJhbZtNwq3I6ZVQG4UTEEfJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AU9J9qXT3plsZgit4pQSfu82ClOSaHfH { position:absolute;display:block;z-index:15060;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:7.75rem;width:16.6875rem;top:11.654052734375rem;left:58.31298828125rem;overflow:hidden;display:block; }
#MfTlVOoBrKNQuFd7whdFP9k2DVJTro9w { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:32.5625rem;left:28.375rem;height:1.6499rem;font-style:normal;display:block; }
#B0v3Esp4fsgskxrKdEh5uikApMdBSNxK { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:34.5625rem;left:28.5rem;height:1.5rem;display:block; }
#FyGEn7Tzf0oNpBOBlCBqFwrGt3FyATJz { color:rgba(var(--color-tertiary-0),1);display:block;width:43.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:33.125rem;left:27.375rem;height:0;display:none; }
#xTpmNoabBBxmXQ27fKq8oMZTIQTkI1d7 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:31.1875rem;left:27.375rem;height:0;font-style:normal;display:none; }
#SFWG2rzsHJQvmCnruTH2OAuvgDLADmLN { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:28rem;left:28.375rem;height:3rem;display:block; }
#MTtNNw63te4UiKihH4agE39t36VOW9Ec { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:26rem;left:28.375rem;height:1.6499rem;font-style:normal;display:block; }
#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi.adaptive-delivery-prevent-bg, #XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi.lazyload, #XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi.lazyloading { background-image: none; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row .container { background-color: transparent; background-image: none; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row .container > .video-iframe-container { display: none; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row > .video-iframe-container { display: none; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .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); }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row .container { border-width: 0; border-radius: 0; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#Ie90WzbR0PS0uiDwSyBTz4yTkEEaMlsN { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.21826171875rem;left:28.187255859375rem;height:3.375rem;display:block; }
#epDnpZrLVoJIox8gFWMD5oT6MLI24995 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:2.1875rem;height:2.8496125rem;font-style:normal;display:block; }
#G7HSfRlyFSPaQ4c2Q41Ez8DzZcuWndkb { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:13.741455078125rem;left:26.749267578125rem;height:6.625rem;display:block; }#G7HSfRlyFSPaQ4c2Q41Ez8DzZcuWndkb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G7HSfRlyFSPaQ4c2Q41Ez8DzZcuWndkb li:before{  }
#HqOGXRnWbSGaWLZ7fvHJbfK58LTDRz1A { box-sizing:content-box;height:32.4375rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.874267578125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#muT6iGPcpNxNmKrhPVn4Wz71NkckpVny { box-sizing:content-box;height:29.625rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#IbvX8R7Z9VfI3FH9pRk2PZK1pbRVhcXW { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#lEULd3d7nv6AuOTpqIMTSn2mGyU6BPq4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:27.375rem;height:2.33764375rem;font-style:normal;display:block; }
#zTA9r2wQvFew3hpdiCM7lTpTGqkzRFIm { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:11.70361328125rem;left:2.28125rem;height:2.0996125rem;font-style:normal;display:block; }
#TkhzEnL01OKlWSkbzNleC9ysbpr58lUw { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:14.490234375rem;left:2.21875rem;height:3.1494125rem;font-style:normal;display:block; }
#eZsEvnEa98s9r2ywey3ITAflM43RSAwd { color:rgba(var(--color-primary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:22.96826171875rem;left:2.1875rem;height:;display:block; }#eZsEvnEa98s9r2ywey3ITAflM43RSAwd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eZsEvnEa98s9r2ywey3ITAflM43RSAwd li:before{  }
#XTobZXohfh0kf25ioOmVbRvOhm0J15b0 { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:4.8808625rem;font-style:normal;display:block; }
#L1cZfcVyK99sVidrAX5xcVucO2Q9vXlW { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:38.3115234375rem;left:2.1875rem;display:block; }
#s8mToHw0aILVqBqq8uq42TJihwLJxTqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLeUHTI1PKQiLqlKI4hIThvEGnic0mhB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:33.75rem;left:28.186767578125rem;height:1.6499rem;font-style:normal;display:block; }
#Gpn5bKEDFEfV6VowWddwagOxLwgKkIfF { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:35.74951171875rem;left:28.186767578125rem;height:1.5rem;display:block; }
#VXDb7QuT3HOK6CpfNTeobMDyA1NpqCS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:30.625rem;left:27.374267578125rem;height:0;display:none; }
#TOIbQhzHBas8JmVTJX5BQwww7wGA3kGB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:28.6865234375rem;left:27.374267578125rem;height:0;font-style:normal;display:none; }
#hCUnJ6ALxzE7chZnT8zQHkT0uZsGdXXW { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:29.31201171875rem;left:28.249267578125rem;height:3rem;display:block; }
#k1isJKI7qM03BTpeDr0gvBm4s2o3o4Ff { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:27.462158203125rem;left:28.249267578125rem;height:1.6499rem;font-style:normal;display:block; }
#winQTQAgTmPhD9TSEaIUGDRDlK2vdTeQ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:18.43994140625rem;left:2.2177734375rem;height:3.1494125rem;font-style:normal;display:block; }
#KVGbMAPTEAaHuy43iqLs8ChFTHp9rMGW { position:absolute;display:block;z-index:15058;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:9.8730625rem;width:11.8103125rem;top:11.129150390625rem;left:61.063232421875rem;overflow:hidden;display:block; }
#str9aqCct8wT7msJZooe9ponlytEJCOr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#str9aqCct8wT7msJZooe9ponlytEJCOr.adaptive-delivery-prevent-bg, #str9aqCct8wT7msJZooe9ponlytEJCOr.lazyload, #str9aqCct8wT7msJZooe9ponlytEJCOr.lazyloading { background-image: none; }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row .container { background-color: transparent; background-image: none; }#str9aqCct8wT7msJZooe9ponlytEJCOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row .container > .video-iframe-container { display: none; }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row > .video-iframe-container { display: none; }#str9aqCct8wT7msJZooe9ponlytEJCOr > .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); }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row .container { border-width: 0; border-radius: 0; }#str9aqCct8wT7msJZooe9ponlytEJCOr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#q8h5plFDWHSJqE4pn5rnFQa8LQI5wDiO { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.875rem;left:28.5rem;height:3.375rem;display:block; }
#fwpeizAeKvOCXw0tLR1RxBfBoleTDWbp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:2.1875rem;height:2.8496125rem;font-style:normal;display:block; }
#T2TL2GGbnyR3VCX60aMJlzWdX3BWE5fy { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:13.741455078125rem;left:26.749267578125rem;height:;display:block; }#T2TL2GGbnyR3VCX60aMJlzWdX3BWE5fy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T2TL2GGbnyR3VCX60aMJlzWdX3BWE5fy li:before{  }
#Pz0sM0NZaw8MTKJBZPWBcLMONtkQ6WDH { box-sizing:content-box;height:31.8125rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.8740234375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#VPkaepa3x0VtwoTCNH1NK44RTeS3nnlB { box-sizing:content-box;height:29.875rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#FWUCQBXXnXLLGNoDszaHZOzkW2AEbCse { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#DkJWuVxShHQHe0whVbXMAvRRZziDfutE { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:26.936767578125rem;height:2.33764375rem;font-style:normal;display:block; }
#V71ZEXpKzVtT9FMkER6AUbfDecpZ2IZf { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:11.70361328125rem;left:2.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#VwlETiTTwtE82gD3Qwcv64STaECAAa4l { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:14.8115234375rem;left:2.1875rem;height:2.9746125rem;font-style:normal;display:block; }
#PkBWz0k8nekI9M2uXR4HgZUNHXosbuWU { color:rgba(var(--color-primary-2),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:23.44091796875rem;left:1.96875rem;height:;display:block; }#PkBWz0k8nekI9M2uXR4HgZUNHXosbuWU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PkBWz0k8nekI9M2uXR4HgZUNHXosbuWU li:before{  }
#trzxT4P46cHuXdM3FEWdQAvy3kWC7C4P { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:4.8808625rem;font-style:normal;display:block; }
#JbEz43L8PMFnu9OBT9D00xE8oaeibnZu { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.9375rem;left:2.1875rem;display:block; }
#Z4BJqIQd2tcAGPzgkyfS8a3KMRt29FGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEaTJ2p3RlKmVsx7ASoJ6U5i3RHNw6Sd { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:33.125rem;left:28.625rem;height:1.6499rem;font-style:normal;display:block; }
#ZyxnUu5gtS0fWTqqtQh83JHVJxvTtNar { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:35.125rem;left:28.6875rem;height:1.5rem;display:block; }
#akKtXXOEXUcbFW0WmrOsSsppJx3Ww83i { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:30.0625rem;left:28.5625rem;height:1.5rem;display:block; }
#cQVcrDJBBCJ0QzqUecs8tGOX1y7Jtsd1 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:27.9375rem;left:28.5625rem;height:1.6499rem;font-style:normal;display:block; }
#WnMbrSPingZTi3RBLeEQ0PLdIIDFI6w6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:18.56201171875rem;left:2.18701171875rem;height:2.9746125rem;font-style:normal;display:block; }
#ZZ2ZhsOsCoWbtuqkiFJVnuZhaiOFQ5mF { position:absolute;display:block;z-index:15060;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:8.625rem;width:15.5rem;top:11.153564453125rem;left:59.287109375rem;overflow:hidden;display:block; }
#ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c.adaptive-delivery-prevent-bg, #ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c.lazyload, #ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c.lazyloading { background-image: none; }#ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c > .row .container { border-width: 0; border-radius: 0; }#ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:none; }#RaS2sQncBNUvtdVLMMTqdwh0UGC9DqEL { color:rgba(var(--color-tertiary-0),1);display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:22.875rem;left:28.375rem;height:1.5rem;display:block; }
#J8TH8i71rB7ftxpfo6vgElAgQdGFgmrR { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.5rem;left:2.1875rem;height:7.0121875rem;font-style:normal;display:block; }
#enKNK0OPNEhPQGtNclx9qrZMeZZwGlch { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:29rem;left:28.3125rem;height:6.25rem;font-style:normal;display:block; }#enKNK0OPNEhPQGtNclx9qrZMeZZwGlch li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#enKNK0OPNEhPQGtNclx9qrZMeZZwGlch li:before{  }
#xfF2VVhBp1g1xv3SS8VSzgM3MlCz65ws { box-sizing:content-box;height:29.8125rem;width:50.25rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.8740234375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#a2i1TBrNZw6JkrZKxTZnvhVKt0X7iWWw { box-sizing:content-box;height:27.5625rem;width:42.3125rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#oItNExgrES4v44NAWUy9zdKxSfFWm2xB { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#IMolC9zXzwZ1OQbQKKJw7qWhUmRPJPqh { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:25.25rem;left:28.25rem;height:2.3374rem;font-style:normal;display:block; }
#HNgTZG4bOiM9W5AZ9gcgDeGkbTXHkWVs { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:16.00048828125rem;left:2.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#ig57QSp86dVdXKDRRsUtT7Bs0Vx6Vg3V { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:18.038330078125rem;left:2.24853515625rem;height:1.57470625rem;font-style:normal;display:block; }
#g27ATvMTkRiTAFGRBsHskxdlPlsdspe1 { color:rgba(var(--color-primary-2),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:21.497802734375rem;left:2.24853515625rem;height:4.19970625rem;display:block; }
#a8cK6x2DqHuVotuvZFgZFiJSV6e7UMls { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:4.8808625rem;font-style:normal;display:block; }
#f1Wpb15I6vopDSTXG6kA5v4ia6AuWfpV { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.58642578125rem;left:2.1875rem;display:block; }
#rvmQO7TSQCakHGhNf7gOFtJXySlGTqkG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o7x5cI77F92OuCX5pQPo974duTZ9ydsH { position:absolute;display:block;z-index:15060;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:9.8730625rem;width:15.4358125rem;top:11.3720703125rem;left:59.56298828125rem;overflow:hidden;display:block; }
#NMG7b4dKsPTQB1DBfN8vtcJxDU9bTTqi { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:10.625rem;left:26.8115234375rem;height:2.33764375rem;font-style:normal;display:block; }
#s9lBCe0UA2ZTJv1tP1NZNMiqe2Xo9apy { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:13.6875rem;left:26.8125rem;height:;display:block; }#s9lBCe0UA2ZTJv1tP1NZNMiqe2Xo9apy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s9lBCe0UA2ZTJv1tP1NZNMiqe2Xo9apy li:before{  }
#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4.adaptive-delivery-prevent-bg, #ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4.lazyload, #ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4.lazyloading { background-image: none; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row .container { background-color: transparent; background-image: none; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row .container > .video-iframe-container { display: none; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row > .video-iframe-container { display: none; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .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); }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row .container { border-width: 0; border-radius: 0; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#ABSwoK1zp3d3RQJUi7weiesuXkG3FBx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:20.776123046875rem;left:29.107421875rem;height:3.375rem;display:block; }
#oBsIV3WXnSxoTZI1zBofxAk2biNLLRnJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.5rem;left:2.1875rem;height:2.3374rem;font-style:normal;display:block; }
#HiZxud41WmMdRUxs5swyMgHLvAIdma8z { color:rgba(var(--color-tertiary-0),1);display:block;width:33.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:13.186767578125rem;left:27.374267578125rem;height:4.8125rem;display:block; }#HiZxud41WmMdRUxs5swyMgHLvAIdma8z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HiZxud41WmMdRUxs5swyMgHLvAIdma8z li:before{  }
#gqkz4hglb9K0IG4WF10Dxh3T5BtNytoz { box-sizing:content-box;height:29.5625rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.874267578125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#BJhzHSLtFF1uNVC5hJTGkRF4gR3Fro3h { box-sizing:content-box;height:28.8125rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#H1Zz9gOf1cU7wm5fS1WGkfPhWaCrsFQ3 { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#zsDI0lTk4bM6dz892FDSDRusteTxS8BB { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10.115966796875rem;left:27.265625rem;height:2.33764375rem;font-style:normal;display:block; }
#fNZgel8k0u46fTGfJ7JtrWTCpJJqlMdN { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:10.583984375rem;left:2.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#gKniVSOs5W01Qc6L7h9OBc7bBVi4dw6c { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:13.1865234375rem;left:2.21875rem;height:2.9746125rem;font-style:normal;display:block; }
#eEtxyBa6qb1LxoOdNkNLnXdtVnNZDc3J { color:rgba(var(--color-primary-2),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:21.3154296875rem;left:2.125rem;height:;display:block; }#eEtxyBa6qb1LxoOdNkNLnXdtVnNZDc3J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eEtxyBa6qb1LxoOdNkNLnXdtVnNZDc3J li:before{  }
#z0OsqpAFM9EOXKAwyiE9LlRQCUfthNtg { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:4.8808625rem;font-style:normal;display:block; }
#FZoqdOsLbgsu8u4y5hv5le4T8oCKzwBk { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.0615234375rem;left:2.1875rem;display:block; }
#wu93XpVhTNO7QkwgbSSPrTCCHtkIhEy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6oQwer2XXEgVsgxwQXM0b9Qz94oVdRW { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:30.9375rem;left:29.124267578125rem;height:1.6499rem;font-style:normal;display:block; }
#EvJCUReQ3byFGFJX5rZBQEhbJh1HkGcJ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:32.93701171875rem;left:29.124267578125rem;height:1.5rem;display:block; }
#W6kg01mGr4MhpcCzyOXaoV6MCGWBUytU { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:27.060546875rem;left:29.124267578125rem;height:3rem;display:block; }
#cEZTuTGzeAVUWZsM94sXTvQHdF2ZEFfc { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:24.998779296875rem;left:29.123291015625rem;height:1.6499rem;font-style:normal;display:block; }
#wRqxPbLrBMaI6zpmcv6Qv02posTeoeiF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:17.06396484375rem;left:2.216796875rem;height:2.9746125rem;font-style:normal;display:block; }
#OyRnpMOyfCvOdBow2U1roHv1kDVFGask { position:absolute;display:block;z-index:15060;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:9.12475rem;width:13.125rem;top:10.625rem;left:60.18798828125rem;overflow:hidden;display:block; }
#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K.adaptive-delivery-prevent-bg, #h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K.lazyload, #h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K.lazyloading { background-image: none; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row .container { background-color: transparent; background-image: none; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row .container > .video-iframe-container { display: none; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row > .video-iframe-container { display: none; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .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); }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row .container { border-width: 0; border-radius: 0; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#G3o5ciwFMNtGShvHl4L0iufU7Lpb2dio { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.37939453125rem;left:28.343994140625rem;height:3.375rem;display:block; }
#IGVNDmQZBkm0EzdmJt5fakixghiiK97Q { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:2.1875rem;height:5.69921875rem;font-style:normal;display:block; }
#TWU0ocRuiFN9fJIeW7NrqSoTec3iTn0h { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:13.741455078125rem;left:26.749267578125rem;height:;display:block; }#TWU0ocRuiFN9fJIeW7NrqSoTec3iTn0h li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TWU0ocRuiFN9fJIeW7NrqSoTec3iTn0h li:before{  }
#OzgMIR71134pk9igK1ilHzvscXFUmu9D { box-sizing:content-box;height:30.5rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.874267578125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#cxT0ZEy0Q8OsZRRVid1XemrUJt27uDVo { box-sizing:content-box;height:26.625rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#JiLbmWfGoOOy8GlJKn3iFQWKMXpdkSJC { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#xPCrpCBL1CATPzcIbBiGsUbEICPwMuIl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:26.936767578125rem;height:2.33764375rem;font-style:normal;display:block; }
#T3zNwzm9nT2z4BNqP2xvOQsL4ilzXOUd { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.7412109375rem;left:2.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#tDENGt4UrerS58N0lx0LoVHqOHsKNalk { color:rgba(var(--color-primary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:16.474609375rem;left:2.1875rem;height:;display:block; }#tDENGt4UrerS58N0lx0LoVHqOHsKNalk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tDENGt4UrerS58N0lx0LoVHqOHsKNalk li:before{  }
#I9ZcqZcB54LBqEniJEJC11T3WmB2cAOv { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:4.8808625rem;font-style:normal;display:block; }
#XRztPzCAFAAyO8xeZxyxToALTm3UGkO4 { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.9375rem;left:2.1875rem;display:block; }
#LGm9nkxbayOontBmpsXT2S5gnF7eBRsx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rhfz5J1rH5tgx63CvCSy6w4eG51RgPku { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:31.9375rem;left:28.249267578125rem;height:1.6499rem;font-style:normal;display:block; }
#RWqH9HEPT5kN3RcR6JU1bvzSecWSFJ1p { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:33.93701171875rem;left:28.249267578125rem;height:1.5rem;display:block; }
#PvqMlZInWamU8x0ipxg0mvxPJc5g3fdw { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:28.12451171875rem;left:28.311767578125rem;height:3rem;display:block; }
#p6sz9WfMUzv2athgqEPXAhQXKmk1KhQw { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:26.192138671875rem;left:28.313232421875rem;height:1.6499rem;font-style:normal;display:block; }
#MhIDnTJUiUlcM6xMBp61OoWiMQN2FRwI { position:absolute;display:block;z-index:15060;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:9.624rem;width:9.624rem;top:10rem;left:62.154541015625rem;overflow:hidden;display:block; }
#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8.adaptive-delivery-prevent-bg, #a10zBK7UC07DIfL2SaqS8gurKt99BPf8.lazyload, #a10zBK7UC07DIfL2SaqS8gurKt99BPf8.lazyloading { background-image: none; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row .container { background-color: transparent; background-image: none; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row .container > .video-iframe-container { display: none; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row > .video-iframe-container { display: none; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .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); }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row .container { border-width: 0; border-radius: 0; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#Ppo1lZQPfDUHLM0RCwRTVEXOsMKsA57u { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.25rem;left:28.997802734375rem;height:3.375rem;display:block; }
#TXMCaLZuNGRLls7dEq3eSOyDGP7NV4Sa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.5rem;left:2.1875rem;height:5.2246125rem;font-style:normal;display:block; }
#ASH6v8Lap3TJhoTFwLNnZCCL98ohRHQW { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:13.741455078125rem;left:27.374267578125rem;height:5.125rem;display:block; }#ASH6v8Lap3TJhoTFwLNnZCCL98ohRHQW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ASH6v8Lap3TJhoTFwLNnZCCL98ohRHQW li:before{  }
#QvoXru4uMfscZs4tlzE3eRX8FxrtyWfg { box-sizing:content-box;height:30.625rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.874267578125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#T3Sgx1D3h0aXX8B3KfehLKQJvwa1TqiT { box-sizing:content-box;height:25.875rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#o9UEZwMG8nudTVnkAGnlkV125PaTyDAl { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd341f60-8ddc-444c-b546-54e13e79c69a/rusztowanie.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }#o9UEZwMG8nudTVnkAGnlkV125PaTyDAl.adaptive-delivery-prevent-bg, #o9UEZwMG8nudTVnkAGnlkV125PaTyDAl.lazyload, #o9UEZwMG8nudTVnkAGnlkV125PaTyDAl.lazyloading { background-image: none; }
#aahIo0ZLWV4ar1OoisRCRgyOEJsfFZIx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:27.375rem;height:2.33764375rem;font-style:normal;display:block; }
#E8rzEfvmFFRNUMTDK46MKmcJEaOkWm12 { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:14.41455078125rem;left:2.24853515625rem;height:2.0996125rem;font-style:normal;display:block; }
#zzUQTUKvDWLvT2gOKuTBDWMRk4Dqxc4T { color:rgba(var(--color-primary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:17.62744140625rem;left:2.1875rem;height:;display:block; }#zzUQTUKvDWLvT2gOKuTBDWMRk4Dqxc4T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zzUQTUKvDWLvT2gOKuTBDWMRk4Dqxc4T li:before{  }
#SrXEcoprC1F5DQIum5eMMTMf3OPJH81F { color:rgba(var(--color-tertiary-0),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:27.904052734375rem;left:28.936767578125rem;height:7.5rem;display:block; }
#An56DgFz2C8nr34J5uRE22sFMS1oovzC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:25.92529296875rem;left:28.9990234375rem;height:1.6499rem;font-style:normal;display:block; }
#pXyeUq4nem8zluvXbk5uMRZ8TZMyd0Xc { color:rgba(var(--color-tertiary-0),0.03);display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.9990234375rem;left:0rem;height:5.01855625rem;font-style:normal;display:block; }
#fLcWhInLZFIrtRK8lDAcwcBryOrUdV6L { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.3095703125rem;left:1.7509765625rem;display:block; }
#dzWU6ILxf9V90J8QW19UF0UbpscDapn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg.adaptive-delivery-prevent-bg, #ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg.lazyload, #ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg.lazyloading { background-image: none; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row .container { background-color: transparent; background-image: none; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row .container > .video-iframe-container { display: none; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row > .video-iframe-container { display: none; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .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); }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row .container { border-width: 0; border-radius: 0; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#rD1XFCB7OVDUtB8sUxfHccd1o3qOqC9T { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:26.147705078125rem;left:28.436767578125rem;height:1.6875rem;display:block; }
#mpemZwmBcPXe1T7Epavr9LiJDBOVOTve { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.5rem;left:2.1875rem;height:5.2246125rem;font-style:normal;display:block; }
#L7mgfuRFWzivIGGiVv0ST75biESwrGxk { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:13.741455078125rem;left:26.749267578125rem;height:9.625rem;display:block; }#L7mgfuRFWzivIGGiVv0ST75biESwrGxk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L7mgfuRFWzivIGGiVv0ST75biESwrGxk li:before{  }
#UJ5xKu28FuiJ6wfFoLIwIqJ0648shXTh { box-sizing:content-box;height:34.375rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.874267578125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#syRcddm2BSOQMI9Ba6cnz1EEwLMXNkHr { box-sizing:content-box;height:27.1875rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#InmwPeKm2V3ZKQMEEFILm1L8zZd60anr { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#PiGH5uauEmT3FSdH7Z6z2oNDsT3StdON { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:26.749267578125rem;height:2.33764375rem;font-style:normal;display:block; }
#sJyAufKxT8BK3VNTtNCRFhyAg15snkEF { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:14.26171875rem;left:2.21875rem;height:2.0996125rem;font-style:normal;display:block; }
#lkwbuTUpMcnnClzgJe3oxD8iJ50scanv { color:rgba(var(--color-primary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:17.9072265625rem;left:2.1875rem;height:;display:block; }#lkwbuTUpMcnnClzgJe3oxD8iJ50scanv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lkwbuTUpMcnnClzgJe3oxD8iJ50scanv li:before{  }
#ZXifhkWChxKyMwnrtlvnNldqHEShPNaL { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:31.029052734375rem;left:28.561767578125rem;height:3rem;display:block; }
#uTFQbZ8MDVaNAyU9rPBTtKhJuIoan4T2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:29.11279296875rem;left:28.499267578125rem;height:1.6499rem;font-style:normal;display:block; }
#pKtNsKT9f5RKKe2UZNpGPHTHTR5PPocF { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:5.01855625rem;font-style:normal;display:block; }
#HfEhUn4Xb7TEdSg59p8JelpGCCdPx772 { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:34.02880859375rem;left:2.1875rem;display:block; }
#Jgl5hiBOCBGDED3CkUv4yU5BLRAppcgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGBeMlLbVVLwhaUE8ma8nKxzxTJkLeqK { box-sizing:content-box;height:2.0625rem;width:31.4375rem;position:absolute;display:block;z-index:15039;background-color:#0c0c0c;background-image:none;top:18.602294921875rem;left:27.843017578125rem;display:block; }
#gOMQCAcxnEgV7vt4BgQrQ9GP7ahoOgIC { box-sizing:content-box;height:2.0625rem;width:27.875rem;position:absolute;display:block;z-index:15040;background-color:#0c0c0c;background-image:none;top:19.852294921875rem;left:27.843017578125rem;display:block; }
#TzKZ07U4xKE8hEQHVTWLKXRe6HkKMwzb { box-sizing:content-box;height:2.0625rem;width:18.0625rem;position:absolute;display:block;z-index:15039;background-color:#0c0c0c;background-image:none;top:21.624755859375rem;left:27.825927734375rem;display:block; }
#Tpl2pi3y2ullrWePxZOL8nx8n5Wimmht { position:absolute;display:block;z-index:15058;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:5.1245125rem;width:15rem;top:13.741455078125rem;left:59.326904296875rem;overflow:hidden;display:block; }
#NqMPTxrFWd3VR3nFmrDS18uPPBH6L2be { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:35.558837890625rem;left:28.624267578125rem;height:1.6499rem;font-style:normal;display:block; }
#kWCvTUNcvKXTPEqQtzsz4AThTv1shL26 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:37.57568359375rem;left:28.624267578125rem;height:1.5rem;display:block; }
#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW.adaptive-delivery-prevent-bg, #htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW.lazyload, #htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW.lazyloading { background-image: none; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row .container { background-color: transparent; background-image: none; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row .container > .video-iframe-container { display: none; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row > .video-iframe-container { display: none; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .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); }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row .container { border-width: 0; border-radius: 0; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#VKBJnCKFGfvBcxLlLIyqCrdc95TOCBP7 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:20.21875rem;left:28.3115234375rem;height:5.0625rem;display:block; }
#QCspqrqTgdv7pn3gw16XDuLDkraRbHwE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:2.1875rem;height:5.69921875rem;font-style:normal;display:block; }
#wqTED2EE3Vva4RO2UeexZ58ZMKt3aJXZ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:13.741455078125rem;left:26.749267578125rem;height:;display:block; }#wqTED2EE3Vva4RO2UeexZ58ZMKt3aJXZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wqTED2EE3Vva4RO2UeexZ58ZMKt3aJXZ li:before{  }
#upQVWxHZ9l2Tls2cQQaqKBmyBtX4mUu1 { box-sizing:content-box;height:30.5rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.874267578125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#J5OqIToNJOipGzEiuVCAwgzwOIxpTN36 { box-sizing:content-box;height:26.625rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#LnaEobHuiBUFBGCkrbw5qBnuF0IJTuLl { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#GQxh16f4Ut0URTRsRQDiuQf8kdRXzmu4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:26.936767578125rem;height:2.33764375rem;font-style:normal;display:block; }
#gT3lWwFV2amTzDg4yHAlDOUekzBrJpqA { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.7412109375rem;left:2.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#gahyuU0XrwVgaOCxRtNuNRqwkfTmcpug { color:rgba(var(--color-primary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:16.474609375rem;left:2.1875rem;height:;display:block; }#gahyuU0XrwVgaOCxRtNuNRqwkfTmcpug li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gahyuU0XrwVgaOCxRtNuNRqwkfTmcpug li:before{  }
#OrwCdZNnglUwhUQxxSnAv8pyUJKsdJrJ { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:4.8808625rem;font-style:normal;display:block; }
#UNVJ14QCP1xL5KwuAXLZIHOeWT5pBZXh { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.9375rem;left:2.1875rem;display:block; }
#ET8GgmzVdd64HkcTOqJA9X8t4oOdTbLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiRNAChlFuRCTQaxc3iKhsStPhQXQWOX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:31.9375rem;left:28.249267578125rem;height:1.6499rem;font-style:normal;display:block; }
#K1G1xOqFXBJBdM0g6sLEuEIuJ98WfaXC { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:33.93701171875rem;left:28.249267578125rem;height:1.5rem;display:block; }
#GBquqg0SU7JH7E2JhRbSc74mBWh4yVo0 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:28.12451171875rem;left:28.311767578125rem;height:3rem;display:block; }
#XBFJmfTI3QIHkBkGmTlH7EsBpJHtSei8 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:26.192138671875rem;left:28.313232421875rem;height:1.6499rem;font-style:normal;display:block; }
#R0QAztglOupPUt0BVLWBd1iH3l4CF1TH { position:absolute;display:block;z-index:15060;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:17.3125rem;width:17.3125rem;top:6.4375rem;left:57.841796875rem;overflow:hidden;display:block; }
#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz.adaptive-delivery-prevent-bg, #hT5BTftVWnsyihzP3GW2WAIBJoaLbczz.lazyload, #hT5BTftVWnsyihzP3GW2WAIBJoaLbczz.lazyloading { background-image: none; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row .container { background-color: transparent; background-image: none; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row .container > .video-iframe-container { display: none; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row > .video-iframe-container { display: none; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .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); }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row .container { border-width: 0; border-radius: 0; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#g1Nf5O8pMNgS6k7FzUw6ItpSBWE8OM3z { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.3125rem;left:28.25048828125rem;height:3.375rem;display:block; }
#K520TtsJlNWPTrNUTclV44QbOgsMs4Dw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:2.1875rem;height:5.69921875rem;font-style:normal;display:block; }
#MnpgXkADyDqFmkfO7a0TfekT6peImxm7 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:13.7412109375rem;left:26.7490234375rem;height:;display:block; }#MnpgXkADyDqFmkfO7a0TfekT6peImxm7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MnpgXkADyDqFmkfO7a0TfekT6peImxm7 li:before{  }
#X1pbbPIXC8pyIGpH8W0wxFZPk1y1JsCP { box-sizing:content-box;height:30.5rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.874267578125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#y5ZOg7LTdNcW5cXlSkQySET2DbLXpOVp { box-sizing:content-box;height:26.625rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#b8IuOFO4eTMB53KSE9MUvrcKJapI9qOH { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#qPLEakSs2VJoJX6J9uXQWdEi7GozU03Q { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:26.936767578125rem;height:2.33764375rem;font-style:normal;display:block; }
#WUIAMnHVeCgKrXrVkwNXlOUawPLKgfRz { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.7412109375rem;left:2.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#oxiR91597rxeNI5oSyq8yu0ilx0dq3Tp { color:rgba(var(--color-primary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:16.474609375rem;left:2.1875rem;height:;display:block; }#oxiR91597rxeNI5oSyq8yu0ilx0dq3Tp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oxiR91597rxeNI5oSyq8yu0ilx0dq3Tp li:before{  }
#t5zrDAcMsS6JLsosqtvGtvgQX75KiZRR { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:4.8808625rem;font-style:normal;display:block; }
#gdJgfoIx8Kbe9DLqPacGTXMJuyICK9rE { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.9375rem;left:2.1875rem;display:block; }
#QHT08fw2Ns0q9uh88fT5LoXPX7agPWrS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xt6egm3P0aLrz74Cp9zRPnKKA9V2Dekh { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:31.9375rem;left:28.249267578125rem;height:1.6499rem;font-style:normal;display:block; }
#EfwMvMczNgx6zi4Ts5NZgm3f8vBE9Bo1 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:33.93701171875rem;left:28.249267578125rem;height:1.5rem;display:block; }
#enFaiqnaH0lEbLhxP470xb3KqGzIkzgi { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:28.12451171875rem;left:28.311767578125rem;height:1.5rem;display:block; }
#XAFaiKu9xQrvOy7mNVlLMHxmor4Wtxax { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:26.192138671875rem;left:28.313232421875rem;height:1.6499rem;font-style:normal;display:block; }
#NilX88x942NkS46oa8o8uJa7SuBR5kfM { position:absolute;display:block;z-index:15060;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:15.375rem;width:15.375rem;top:8.25rem;left:59.654296875rem;overflow:hidden;display:block; }
#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx.adaptive-delivery-prevent-bg, #ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx.lazyload, #ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx.lazyloading { background-image: none; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row .container { background-color: transparent; background-image: none; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row .container > .video-iframe-container { display: none; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row > .video-iframe-container { display: none; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .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); }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row .container { border-width: 0; border-radius: 0; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#Ndb7Dr3LbObZRaKPWbmDS2ttJrSfbFU8 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.3125rem;left:28.25048828125rem;height:3.375rem;display:block; }
#w9KSDmt5TVQuQP639KJtKhGzpoScOOgr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:2.1875rem;height:5.69921875rem;font-style:normal;display:block; }
#i1NmTEkGvMGRQ0vbKrWgmDuE2ARGAOUv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:13.7412109375rem;left:26.7490234375rem;height:;display:block; }#i1NmTEkGvMGRQ0vbKrWgmDuE2ARGAOUv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i1NmTEkGvMGRQ0vbKrWgmDuE2ARGAOUv li:before{  }
#FQXX1TUqJhzNDVH8xcADTrLFoHaNhfUH { box-sizing:content-box;height:30.5rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.874267578125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#D9gILUKEEObiVAi2JK3hJmvJAiL6St36 { box-sizing:content-box;height:26.625rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#GKFT8LV6dUdqwvnEXJPiKmSRPRBrhCRd { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#T9qz8ZcE4NSIDu5zZ8lu0yMp08CwcLvS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:26.936767578125rem;height:2.33764375rem;font-style:normal;display:block; }
#o71i8a18tKlO6zr3ZmFOmO1NzrzZOxuL { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.7412109375rem;left:2.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#hxVWOdEU8G7IpNkEd5fsNZpsy5Sb5eL1 { color:rgba(var(--color-primary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:16.474609375rem;left:2.1875rem;height:;display:block; }#hxVWOdEU8G7IpNkEd5fsNZpsy5Sb5eL1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hxVWOdEU8G7IpNkEd5fsNZpsy5Sb5eL1 li:before{  }
#saMcqeTNm5lLwlMn2OK5rLDbumnysT20 { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:4.8808625rem;font-style:normal;display:block; }
#ClqhWvQStbJALD7NKeBxrGiCITSgXva5 { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.9375rem;left:2.1875rem;display:block; }
#aamKssI2mVQlemylfLT1kMxlTHstxmkP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWyD3n5kJamLiSTconcDyHy3ad5EZmv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:31.9375rem;left:28.249267578125rem;height:1.6499rem;font-style:normal;display:block; }
#Pe5qrQyyNmCChI5tAemo9BlC8CeTPHTu { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:33.93701171875rem;left:28.249267578125rem;height:1.5rem;display:block; }
#ovUk2VoiwkcSLvcFd9qcUHeIZ3FXi4cJ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:28.12451171875rem;left:28.311767578125rem;height:3rem;display:block; }
#b9gR7MT53PrbkOHoXCvGHMfDBWVPECre { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:26.192138671875rem;left:28.313232421875rem;height:1.6499rem;font-style:normal;display:block; }
#QyOi2NnydgeHxQgcuB1kwD7xtUU959nz { position:absolute;display:block;z-index:15060;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:15.3125rem;width:15.375rem;top:8.25rem;left:59.654296875rem;overflow:hidden;display:block; }
#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU.adaptive-delivery-prevent-bg, #ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU.lazyload, #ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU.lazyloading { background-image: none; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row .container { background-color: transparent; background-image: none; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row .container > .video-iframe-container { display: none; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row > .video-iframe-container { display: none; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .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); }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row .container { border-width: 0; border-radius: 0; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#kUxNkKtTy40Wit8D8i3tUW4ZrHG8qvpH { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.3125rem;left:28.25048828125rem;height:3.375rem;display:block; }
#l3LIPusnEey3Zg0Qzcnc65xO2uP57yiy { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.5rem;left:2.1875rem;height:5.69921875rem;font-style:normal;display:block; }
#QyIktZyPT8ULW57GA5KLhTog6bslB1QM { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:13.7412109375rem;left:26.7490234375rem;height:;display:block; }#QyIktZyPT8ULW57GA5KLhTog6bslB1QM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QyIktZyPT8ULW57GA5KLhTog6bslB1QM li:before{  }
#EBz1g0cULFc247z8FCIm0vtN5vAhvzUG { box-sizing:content-box;height:30.5rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.874267578125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#d9Rx5ZCPSeQtv8WXVUZesVdGSFfi28p6 { box-sizing:content-box;height:26.625rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#USe47l5KnZMGm4mawEaAaNe9h55JrgDZ { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#e3e3e3;background-image:none;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#FTTECTZwLt20EDI6eJrISPn4vtmq8IMK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:26.936767578125rem;height:2.33764375rem;font-style:normal;display:block; }
#ryKP0CKeSvfasMN9WUwCd2sUrCD50zmC { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.7412109375rem;left:2.1875rem;height:2.0996125rem;font-style:normal;display:block; }
#P7GTTPo1UkskEOF1ZNlM2KKph97rphiF { color:rgba(var(--color-primary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:16.474609375rem;left:2.1875rem;height:;display:block; }#P7GTTPo1UkskEOF1ZNlM2KKph97rphiF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#P7GTTPo1UkskEOF1ZNlM2KKph97rphiF li:before{  }
#yPwNQ88Q5mH1CzKPHTDCueaAa4TG8i0v { color:rgba(var(--color-tertiary-0),0.03);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.998291015625rem;left:0rem;height:4.8808625rem;font-style:normal;display:block; }
#wG9xXNGXmvxiQfTm4vTXQVqKxTf7namq { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.9375rem;left:2.1875rem;display:block; }
#FsU7N3Tya67UxK6Xhr4NJgyH7stRf6Ga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWgG6IgHJdagc8PCaLDOrSrx5XAtZJZx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:31.9375rem;left:28.249267578125rem;height:1.6499rem;font-style:normal;display:block; }
#NpfG2maaOlNNKagB3W0Px5hD9slpppsN { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:33.93701171875rem;left:28.249267578125rem;height:1.5rem;display:block; }
#bslgkcusCso53ozwcF9RlVPOhtPH625m { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:28.12451171875rem;left:28.311767578125rem;height:3rem;display:block; }
#kCuZB85pyG6uaIXpx67mvKLluGfVNThr { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:26.192138671875rem;left:28.313232421875rem;height:1.6499rem;font-style:normal;display:block; }
#QScpue1P7Wl7skT44oHU5Lq2ITwyudW9 { position:absolute;display:block;z-index:15060;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:15.3125rem;width:15.375rem;top:8.25rem;left:59.654296875rem;overflow:hidden;display:block; }
#SUJ7W8vuAJOwydazZahbFJggxyMckb8s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s.adaptive-delivery-prevent-bg, #SUJ7W8vuAJOwydazZahbFJggxyMckb8s.lazyload, #SUJ7W8vuAJOwydazZahbFJggxyMckb8s.lazyloading { background-image: none; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row .container { background-color: transparent; background-image: none; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row .container > .video-iframe-container { display: none; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row > .video-iframe-container { display: none; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .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); }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row .container { border-width: 0; border-radius: 0; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#rFw2azHpo0X0nGa4y6NP6xXTadUykO9N { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.25rem;left:28.997802734375rem;height:3.375rem;display:block; }
#yiT4LJi1EltIzi7y37zpx5afULQV1EVN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.5rem;left:2.1875rem;height:5.2246125rem;font-style:normal;display:block; }
#zFAefFxJHqV72FfHCLaWi8v94dT5dI29 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:13.741455078125rem;left:27.374267578125rem;height:;display:block; }#zFAefFxJHqV72FfHCLaWi8v94dT5dI29 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zFAefFxJHqV72FfHCLaWi8v94dT5dI29 li:before{  }
#LxnPPHp3QDWcV17OURXrU30xqzuxTgdg { box-sizing:content-box;height:30.625rem;width:50.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.5rem;left:24.874267578125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#VTEK3TAqrxyVESO8tTQy5z7t71ugQ29X { box-sizing:content-box;height:25.875rem;width:42.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.874267578125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),1) ;display:block; }
#pOTzIiLKuWlKTf8ksJwC9z1iBBmuMnuv { box-sizing:content-box;height:13.2483125rem;width:13.2483125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/833dea47-bd7e-4992-a7d6-11c5f86008b6/Sygnalistahakowy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:8.75rem;left:60.18798828125rem;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }#pOTzIiLKuWlKTf8ksJwC9z1iBBmuMnuv.adaptive-delivery-prevent-bg, #pOTzIiLKuWlKTf8ksJwC9z1iBBmuMnuv.lazyload, #pOTzIiLKuWlKTf8ksJwC9z1iBBmuMnuv.lazyloading { background-image: none; }
#ecJLPlPyWlTuKXVKR4xwxid6Tq9ctS0c { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:27.375rem;height:2.33764375rem;font-style:normal;display:block; }
#TSHrKscrMTUCQ34disIeNLzuRMr5LvSU { color:rgba(var(--color-primary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:14.41455078125rem;left:2.24853515625rem;height:2.0996125rem;font-style:normal;display:block; }
#lzCQnnERpcOGT3OF5Eyq1DdAs0gTZKma { color:rgba(var(--color-primary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:17.62744140625rem;left:2.1875rem;height:;display:block; }#lzCQnnERpcOGT3OF5Eyq1DdAs0gTZKma li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lzCQnnERpcOGT3OF5Eyq1DdAs0gTZKma li:before{  }
#BZKaCTT93iLKshywbiHqOexmNKdR4mKx { color:rgba(var(--color-tertiary-0),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.1875rem rgba(var(--color-secondary-2),1);top:27.904052734375rem;left:28.936767578125rem;height:;display:block; }#BZKaCTT93iLKshywbiHqOexmNKdR4mKx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BZKaCTT93iLKshywbiHqOexmNKdR4mKx li:before{  }
#BosdLrWuqchX0WCiT1pVsw7kXQU6EcX6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:25.92529296875rem;left:28.9990234375rem;height:1.6499rem;font-style:normal;display:block; }
#r8V3G99lV6WJXSZBNlix0pJATQoPFoST { color:rgba(var(--color-tertiary-0),0.03);display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.9990234375rem;left:0rem;height:5.01855625rem;font-style:normal;display:block; }
#BtL6TtEk7rGhNdaNlTp15nppCCeFP8n5 { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3725625rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.3095703125rem;left:1.7509765625rem;display:block; }
#zzZcJEfupFMMJdcsX4F0QOvDc2RIttxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/_GH9LwhlSO4/unsplash/adrien-olichon-_GH9LwhlSO4-photo-1545486332-9e0999c535b2.jpg");background-position:center !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:none; }#XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0.adaptive-delivery-prevent-bg, #XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0.lazyload, #XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0.lazyloading { background-image: none; }#XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0 > .row .container { border-width: 0; border-radius: 0; }#XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0 > .row .container { font-size:0.875rem;font-family:arial;height:76.75rem;width:75rem;position:relative;display:none; }#a4uqIDgyzf19Fr37Xw2ITmhhawX6WzRw { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnxVyk8hONdcol3XEMuU3stw2Lqnyw0S { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LxgcElOFaPA4cSt6HpM0sukcFTcbbSDE { box-sizing:content-box;height:0.1867675rem;width:3.75rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.8740234375rem;left:40.687255859375rem;display:block; }
#wQttW5u7RuG6LRn7yQAkGUTVIkOL3LMx { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcJiSwJgdNr1bWzK5i1wAOucbJ3EmqPH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:21.11328125rem;left:3.84130859375rem;height:4.72411875rem;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; }
#E1RIa8MMomeXTmqb5Q9hoWlRkUOr2qDK { box-sizing:content-box;height:23.5625rem;width:21rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:18.80859375rem;left:1.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: -0.25rem -0.1875rem 0.6875rem rgba(7,7,7,0.99) ;display:block; }
#n3KTcalLeFTZI9zn0vJety12QnpkIG06 { box-sizing:content-box;height:0.185546875rem;width:3.75rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.867919921875rem;left:30.624267578125rem;display:block; }
#DF72kIMXUA0Aw6lncQz5LpTk6aTBcSSw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:27.2998046875rem;left:3.84033203125rem;height:6.298825rem;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; }
#NWItpAHqILwNCiOf4UpFiqxmdzRTcvG0 { color:rgba(var(--color-primary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:35.095947265625rem;left:3.84033203125rem;height:4.72411875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aJh8p16W9N3X7TRPdN0JDT426m8eM6Ix { box-sizing:content-box;height:15.0625rem;width:13.9375rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:17.18359375rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#PzIpE7KuUMmCs6sA3Me1fuCqpiMHVclE { color:rgba(var(--color-tertiary-0),1);display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:22.862548828125rem;left:25.4052734375rem;height:24.858375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PzIpE7KuUMmCs6sA3Me1fuCqpiMHVclE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PzIpE7KuUMmCs6sA3Me1fuCqpiMHVclE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2276923dee4e7fc560bd9f2a5e2aabbe642e6eb.svg); }
#nQovEA47I1z8HdPpWyTf0FraUI98AP9C { color:rgba(var(--color-primary-2),1);display:block;width:48.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:18.80859375rem;left:25.4052734375rem;height:3.5rem;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; }
#cnQ3H4F0RPPzg14KPzdPrHTc7Li2Fa8p { box-sizing:content-box;height:14.875rem;width:75rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(301deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(301deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(301deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(301deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(301deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:53.3125rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ZsQ7MzI6A6dgVaHBdrlzTELbmhko7B4w { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:56.75rem;left:2.25rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLdvSbvDld662zLTKkgkx4K9MMUkPrQy { box-sizing:content-box;height:19.5625rem;width:33.875rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:50.9375rem;left:39.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: -0.25rem -0.1875rem 1.375rem rgba(7,7,7,0.99) ;display:block; }
#iTHRkNcJP7aVLBx9lW9G1550zHr0Cxv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:61.6875rem;left:40.6875rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gb8h7M2ao41Q24MIpH2ndIUM5Wu6Fofv { color:rgba(var(--color-primary-2),1);display:block;width:8.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15093;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:65.5625rem;left:40.6875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S6dw7gtnHsvSaTd5IPgUpQBNRe0iGbNQ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.21);top:53.625rem;left:40.6875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O8ynEvKxV7pOnFFzmyOZoPMNptB1geG1 { background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7495rem;height:3.4375rem;text-decoration:none;z-index:15094;text-align:center;text-align-last:center;top:64.8125rem;left:60.0625rem;display:block; }
#Z9ngHhayvTrznE1fMARxefKOpumKT7KI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcnefPVTaBINFoRtfihUXJMpyG7mZRqm { color:rgba(var(--color-tertiary-0),0.04);display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.125rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:17.998046875rem;left:1.25rem;height:9.2626875rem;font-style:normal;display:block; }
#pOymnAJzPE0h94cbcb7iKfIyZ4Fa33lH { color:rgba(var(--color-tertiary-0),0.05);display:block;width:3.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.125rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:24.412841796875rem;left:1.25rem;height:9.2626875rem;font-style:normal;display:block; }
#em4bcOaE1B5ia6tfymAAw2XAM8naGWtd { box-sizing:content-box;height:0.185546875rem;width:3.75rem;position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.867919921875rem;left:30.624267578125rem;display:none; }
#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/16fedd7d-8ee6-46d9-b535-4acf1b5f9a6d/pexelsrezwan1078884.jpg");background-position:center !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; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e.adaptive-delivery-prevent-bg, #MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e.lazyload, #MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e.lazyloading { background-image: none; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row .container { background-color: transparent; background-image: none; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.84); }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row .container > .video-iframe-container { display: none; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.84); }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row > .video-iframe-container { display: none; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .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); }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row .container { border-width: 0; border-radius: 0; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row .container { font-size:0.875rem;font-family:arial;height:88.3125rem;width:75rem;position:relative;display:block; }#bNDzyCcVMlFX2KoQNiweZibEq2F5t1bh { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.814453125rem;left:0rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#tdgQtShbnmEJrJDqAhcGfERiZ9skaLF5 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:12.7763671875rem;left:16.84912109375rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RT8tMQkQM5ndnsbrTtWwtK4y5FUbEJQ7 { box-sizing:content-box;height:63.25rem;width:50.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.8);background-image:none;top:6.26953125rem;left:12.154541015625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: -1.3125rem 1.5rem 1.5625rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-form-header {  }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#ffd458;width:41.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.8;overflow:hidden; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-text { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);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:41.0625rem;box-sizing:border-box;height:3.625rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-text {padding-top: 0; padding-bottom: 0;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-textarea { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.68);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.68);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:41.0625rem;box-sizing:border-box;height:4.8125rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-select { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(214,212,212,0.68);border-left:0.0625rem solid rgba(214,212,212,0.68);border-right:0.0625rem solid rgba(214,212,212,0.68);border-bottom:0.0625rem solid rgba(214,212,212,0.68);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:41.0625rem;box-sizing:border-box;height:3.375rem;color:rgba(var(--color-tertiary-0),0.62);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-select {padding-top: 0; padding-bottom: 0;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:initial !important;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:6.6875rem;margin-bottom:0.25rem;margin-left:8.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),0.62);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),0.62);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),0.62);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),0.62);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .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);line-height:1.2;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:39.625rem;overflow:hidden;font-style:normal; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .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; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.7; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-container:first-of-type{padding-top:0;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-container:last-of-type{padding-bottom:0;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.39599609375rem;left:15.7177734375rem; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.0625rem; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.3;font-weight:700;color:rgba(var(--color-primary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C {display:block;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.39599609375rem;left:15.7177734375rem; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #W5LOBNeE5LrgpBhyVTUZgCuZLBinDHrw { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #adTQRi3fVOcKUMGTK6S6KTNlKvzEXwAp { position:relative;display:block; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #twEmD7BBIiBsGkzPOWy1GOs3hHUWP3lw { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #CP2DLVOEuOyZkNAqZEsJJk8RLCS96wiW { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #PPIfh3WACxd3gqpVbRJ991J6mLO3QmwZ { position:relative;display:block; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #nCB5etAUBcIcQ5GVzagNhxhaGpuHCotD { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #LEJ8LW3T1LZs5ptD5oCSeJCRnWppeOpX { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rIQ8x85lxfdm8FL6nRZsrcCATqOCetAq { position:relative;display:block; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #osXbzyUs6A5UcG4JvTtywvNH6oN7CVlF { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #X98pk3Ma4wd1iow7lRlSFbo8MBMPZIL0 { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #X98pk3Ma4wd1iow7lRlSFbo8MBMPZIL0 .container-column{width:50%;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #HlBAL7naE4qSeeQ0Zh2uufefb4KzclTQ { position:relative;display:block; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #bCbDxKA7ahOJrsHfErJVZH4zQ8CQCHOi { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #g5zBERLsuzBqlacb6CfcLEPGXggPBydP { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #incrNJvi6nJaWTiXfZHQ6b1VAs71Q5Uq { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #t5k22CUbIZRiVnDGisFZ5BbK9kLLukAF { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #XTNLeeuac7OkG3OqzddhK795UucnfKvf { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #iMktKdDmHysg96CQGwCT4cqECc3MFRZ6 { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #STzcoSacWEc73pvtWBcOSr2nbAbkehHG { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #lKBpW50uBocorqrXq2ZnG9FRpDsosCA0 { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #Sna6Vi9Dl3GRBFeM6Zf07The8wCU6EV6 { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #qlUhXn4koQT0MHOmdaNSowbusCGZm7X6 { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #KTCLhAXo7buGANpMV4KmqpSc7X11pQH1 { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #SpGn0SyW6lteRHhN86ifL6mDHqSDiTcT { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #SLE2sOWI4qv0Aik0aoXD3fL4WlAJ6EaN { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #VIfaQsbsyLPHvZfy19JxIyAtTLmmmIdR { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #FSFFJKpnAewhxmRgh9er1a9l5bMgyfoE { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #BxAdUR7MapKXiagyLA8B8MDINulRZiGK { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rcoAfJ3nCKTmCf7TpdxMnDUhD071UQ5a { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #OuqInQuipnwr0c4gBls0yqcFA5XhdwdM { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #wSEvlwHP98cf5xrgklHAzooTx4fp2dNt { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #WBruQ8RPwCBN9TT5PJu1ERcwp1tfawC2 { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #zftflOnofHGSIOTGL2tuaZaOFDq7sTr8 { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #d55Kqkym817cZXcTtasXrXkoQxcnecSi { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #wE0h1T5K5lyT2KoTuJ8xm6ouNOX7rRXG { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #e0PIbUT29lOoVXnfG7DWapokKoQfR6TS { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #gFkKxLl5RUCiGgbO5b3vP7M6N3KKvXfq { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #vMdiTGcoUegENXDIOsrxoaLhnGCtVEVm { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #bGWhAtMT05pfXTynTcTXqbVVhRcp3GLJ { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #h4N4Wad22MJuHpmGwZNAVzdVXqsVxTp1 { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #pufqVtbN6otmDpWrxctaGvo7TbwH91cU { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #gI5TEUqHDFtFKKycQcDbTnoJrHhxGctT { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #XDBCsHoxAA984ElNm4WFDWCmixaPyqgl { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #HQRhQT5WBFQHuEawsU6ARyG9SnqJTcgO { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rugshUh8WPHwP1NRu3WyuhSWQOc2WTeH { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rugshUh8WPHwP1NRu3WyuhSWQOc2WTeH .container-column{width:50%;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #HWqawo0T4SdvoJJDZsN1GXLp3UrSQazi { position:relative;display:block; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #v2v2wtig29RgTOUgRVs02I1eWug96vor { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #Af9isLHSaN503TFcl3zIOLHBJG0ExtFH { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #KoKPX9nsWkAFRk1w43buC4Jc8af2GvQE { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #Bm62mk0EgMUvRqi717DoLyhV8MpyK0ti { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #JHabbTiWyJ4nOxNP0ZA6KU01ol4tf8v1 { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #VglCIBRryanfVQosK10F2PlqkJzZeThX { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #emQ7mxaZ27iBnTHNJE1hivKTbQZOmUP8 { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #N3CVTHvH06Ph23b7A8WTtuhkgJtq54NA { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #QA7fSEycHImviHLkKPk12FzPGtsH4FtU { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #FLfhqi44R4de1k8ayh9qiBFeDsOAIpyT { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #E3iTSGLT8xnKdTrnPSvsMSb3Pgv08dGe { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #g6k1DmKlbNrHzbQgky87Gg6BhUCKZq3H { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #ChdbxMxxIU580Tz9Qx5DaaC7HGU45oVl { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #nr7BToqxMdVnCqxRBhg5BfpaGURPFNxQ { position:relative;display:block; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #SqB1LgNyE08Q7PkOPd2PiG8RJboJb5xG { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #hxvtJhSViXN76r9LT7VJ6nAq7DRteBce { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #O1iu9vuQTKi3uTG2bS4dOF1Vmr1DzlCW { position:relative;z-index:2; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #IIa1QTwkpqAl17CveDWOfl13DILluosO { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #NHNet6h5zE1ZCPvOmanUb9Z2tizl18uU { position:relative; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #fbPkuxUwnPl5W9inZcVaTfyJg01HzM2g { position:relative; }
#k9eUCkSThKR0KXyZmSdVM7IsTDMF1iM4 { color:rgba(var(--color-tertiary-0),0.4);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:85.4892578125rem;left:17.46875rem;height:2.0996125rem;font-style:normal;display:block; }
#TxXMOHR57K85KloDTx5hiO7BdE5lmfou { box-sizing:content-box;height:0.1867675rem;width:3.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.886474609375rem;left:23.184814453125rem;display:block; }
#yqfeKmLCb24vJKz4mTICi8snFT0c8BQD { box-sizing:content-box;height:0.1867675rem;width:3.75rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.074462890625rem;left:47.7880859375rem;display:block; }
#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .row .container { background-color: transparent; background-image: none; }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .row .container > .video-iframe-container { display: none; }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .row > .video-iframe-container { display: none; }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .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); }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .row .container { border-width: 0; border-radius: 0; }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#gS1ZJEeV4C7snv18EH0Flgag0T4l5is1 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:2.1875rem;left:53.936767578125rem;display:block; }
#UZQ1uvGgEFkgSF0yzyGytwHZDdfRkE74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PBFIJNCPziLV28gF3pILDB5V5b9gvTRt { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:1.4375rem;left:72rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#fWCbFP9W84diOq3Ew4aF2rkwgvuAUKcx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:1.40625rem;left:72.061767578125rem;display:block; }
#nEGWRdA1ipc3RbZ40xcCw54ERhOWmes8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OuiJKzAZfxqogvI8qCGsIPNWAF5Xt0EH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:1.9375rem;left:72.5rem; }
#ohpb9cxILB5Ilzq9uA1VIzIw3ZduETxH { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:1.5rem;left:67.8125rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#rbL0TtK7laFwv0bb27lk8x508o4FvxUx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:2.0625rem;left:68.3125rem; }
#b3VzZDKQIC4WvFDQWvymfz3ih7Rv2udZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.375rem;left:67.8125rem;display:block; }
#wZzXQLkBT8VvkcTBpFxmQCUTXuKzd13C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZNz3hk6x7GaOHc8E1tNamdGSLicHxum { box-sizing:content-box;height:3rem;width:3rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(169deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:1.5rem;left:49.8125rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#nSzE4DUcXzD3683HIOzcEkfKkV74TdEJ { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.125rem;left:50.4375rem; }
#hyXKPzMNtCiLtsB20unlJBQEw93XA4Mo { 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:2.5rem;width:11.25rem;top:1.6552734375rem;left:0rem;overflow:hidden;display:block; }
#tfL0H55hyaUL7HBiWKq67aUUptmp8UBc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:2.099609375rem;left:17.0625rem;height:1.48730625rem;font-style:normal;display:block; }
#XCo8m94mPg2nd8o2W5r7gJTDm2PkffRe { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:5.5rem;left:0rem;height:1.13769375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFh9J3ecgu20VRKNLdJTpyHzW3C3o3xv { top:0.6875rem;left:0rem;width:15.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvbok2FvzqAOSI0ioybukTBGPk9gNzJv { width:1.75rem;height:1.75rem;top:1.6875rem;left:34.186767578125rem;display:block; }
#kvbok2FvzqAOSI0ioybukTBGPk9gNzJv > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #lwXsywVrw8Ak2mwuvnpOTzk5hKtLC5gI { width:9.1875rem;height:1.25rem;top:1.875rem;left:37.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeoNPTSWfoxa4v9DfIyTxiVB9Xw8Skyv { display:block; }
 }@media only screen and (max-width: 763px) { #AbqCv7wI0bo73qi8qZMAcDeMoGpNPAlJ { width:12rem;height:2.9375rem;top:1.0625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2mHV0QwIXDzmAXHE6o2IrtDMMi5iIg { display:block; }
 }@media only screen and (max-width: 763px) { #gnLLdVV1w2iXXgbncuxDDKcF4Wd6VgBc { top:1.0625rem;left:33.5771484375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 { display:block; }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpxtoywpPeBobefEPXTV9ikaVuKT5EtF { display:block; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmeVHo7wUKVQsTlTPTC6I17R99eNq9Ay { top:9.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qel1C1GQfZrUleAD99Pq3OIHcTUoOMh1 { top:4.375rem;left:0rem;width:41.5625rem;height:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIgaUiebHewnMLKCWzvwIPJndctL5uP { top:17.5625rem;left:0rem;width:42.5625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfVRKmvSoqUAylXE3UAhfZM95GBLfsdv { top:12.375rem;left:0rem;width:30.9375rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUetACySTAJeh59gsrK3F5RdhtaP2aWX { top:23.3125rem;left:0rem;width:42.4375rem;height:;font-size:0.875rem;display:block; }#WUetACySTAJeh59gsrK3F5RdhtaP2aWX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3c50be3ad6c714429bbef10467dd6d7344b6670.svg); }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-regular-label { width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-text { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-text {padding-top: 0; padding-bottom: 0;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-textarea { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-select { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-select {padding-top: 0; padding-bottom: 0;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb  { width:18.0625rem;height:auto;top:13.8125rem;left:27.1875rem; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .radio-container { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb {display:block;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb { width:18.0625rem;height:auto;top:13.8125rem;left:27.1875rem; }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #Q34S2UExMdbTb3SM1NEkv9moAzoxKgTo {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #Q66ilkiec87ozZny2scZpD5I7kOnpUmr {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #gslCxIW1czET31cpIg9iccWEBAFwco4y {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #T6nQ7Gy8r0K44TKFULbtILb3WQQdxuhq {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #yWPx4bMuZ2AhkTq8zhCXposSgopxPzL2 {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #V1HVdMUqquQ1WzBdK8a2imo4a6b9yQCR {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #lU7gs5BDkrzoUgpVzsNcRbuemR5Rs1KS {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #xlNLDVzGyTn06ACtc8X97CDS2aT5ED7y {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #BlAvotpgGtgAKmxPi2uBBf2u03rZvUD9 {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #xQw5rVIoQDszKGOx7U2WDIzToeoZRl2U {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #NV3JJf3ztu14AwewBtSemGGQilBxLVn6 {  }
 }@media only screen and (max-width: 763px) { #WZFAHbO6O2SWdgSkHsl6oSMZVpVJthXX { top:5.625rem;left:30.0625rem;width:17.6875rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssHubhc2gucUirV10llT9aJJnhVn09df { top:4.375rem;left:25.9375rem;width:21.8125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPNR6zLI88ORdp9bGHPIApOpt6SqEUcQ { top:8.8125rem;left:42.625rem;width:5.125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpSHwzoGo0GXh5vS5DkXkHfNIx8Ktuoc { top:7.75rem;left:36.6875rem;width:11.0625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6eeLIZJHKVG6S7bMoqQ1TmiLGUZ8lca { top:7.9375rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEdES7IkebIO0aUPIlexxWZ6mzWSl2Bq { top:4.4375rem;left:26.125rem;width:21.5rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHNW7wfgiJGILcz4ENdJakvkbsEoEk5B { top:34.625rem;left:29.9375rem;width:17.8125rem;height:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzhmwLGAZgO7xZwDRi74S03KO2BM6CmP { top:4.375rem;left:0rem;width:2.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8cU23cNixZlE8w5VVR5I2J24Bvh4Uf3 { top:16.3125rem;left:0rem;width:47.75rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgq2LvsdTg41A9pmubLmfPew6bvADi8b { width:12.5rem;height:1.25rem;top:88.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcqLG5QP385uOvfUIwZBp6VTOzCEOo59 { top:43.0625rem;left:0rem;width:42.3125rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb { display:block; }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0qc7fm3WGzuqnDLAZPuWz2eZp05UbMT { top:6.875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymCt5rXSsTGHQoWHwTACCx4CgTy7Rho1 { top:5.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbF9nO1XcNZvN2yU76e287UXVWa2rL1X { width:3.75rem;height:0.125rem;top:6.1875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7sWomgGwkqMPSJ3b0IMklP8ZUdGdroH { top:14.5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPkenTy8A7OxTrPazTzm71CfkSoRL45h { width:3.75rem;height:0.125rem;top:6.1875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK7PmsAuoUtaBVr0zgy6xwqGpKzhDKSr { width:10.8125rem;height:1.4375rem;top:22.5rem;left:2.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSBeIzZPKszHy56X6JAxMzK5xMdQFkJo { width:23.25rem;height:13.026901669759rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSIGN3TWV3cqVZhi6Qo53Gkm6vIOTZ9L { top:22.1875rem;left:1.46875rem;width:12.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZOS24GPQXIrJuxUskwBv5gPhTZ1UTiF { width:25.1875rem;height:1.4375rem;top:22.5625rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7ScgyPgfQ0lR3AnZWOwK42lQwNhQUlU { top:22.25rem;left:11.1875rem;width:20.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTd9iMKH0rHF5kWhBUiAEmvIWdV9EQ3R { width:25.125rem;height:1.4375rem;top:22.5625rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMg1s2ly44wG7mRJTmTpRDO3mgW4SwoU { top:22.25rem;left:32rem;width:15.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZUUysSzTNsvmInKtbEVn6RHX0NgonX0 { width:23.25rem;height:13.02638087884rem;top:25.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa0eSiaxrMB90TQFJl16oXh0beZZwKgr { width:23.25rem;height:13.02638087884rem;top:25.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt { display:block; }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f08WEc48U3BdAsUIibTuXpUg4faJoiTC { width:10.0625rem;height:2.8125rem;top:8.25rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzIVMv3Nb9czFi9lLo9h2vGNip2LVEFz { top:8.1875rem;left:12.3125rem;width:7.25rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhrISrSELIysT8EtfnT8KL5Iz2TgOcEV { top:7.75rem;left:24.6875rem;width:7.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1QXnaKeXON0iwm4TrNf3RGZPfTBwSDq { top:8.125rem;left:1.0625rem;width:6.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxZvw25kRwhaDW5qFEHMdwgqqEI2pTUX { width:11.5625rem;height:2.625rem;top:8.375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUoLDR9Ly0zZuGlTNtrsmTKkdPNfJmTp { top:2.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teMiABgcqExy8wTuKg0MgTa3mXgq82uV { width:3.75rem;height:0.125rem;top:3.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdsWmFaToH6fCVEPA9UvOxkBwS0CkDrm { width:3.75rem;height:0.125rem;top:3.5rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhgT4DtLswsRQ1vy1ggqKLnfy6xbVE1U { top:9.3125rem;left:0rem;width:11.0625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTec58XJeG7latsseqf3eV3pZ5ZKKANM { display:block; }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVg4329eGqg5cx06g1IbKr1H3Dsn4dGe { top:6.875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgOTcocvTId9Wm00xqKxRyC9TuaWEJyB { top:13.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvFXxbTXApdy7egoKhPqObHMLQ1esi1O { top:5.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XACoz6QibkmPRkeklMuTG5e1P7IliSOm { top:21.125rem;left:0rem;width:14.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6T94DQVz4nV9aims88pphViIeqelVRF { top:25.6875rem;left:0rem;width:14.0625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdt58IHyeEFaJEqaptEyJd7gmoa2RVTq { top:22.375rem;left:9.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPPNDOIXVz3wC9ZmoBOPLH4QC3uTva6T { top:22.4375rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIBE5RLw4h0Su3ATDIJl3WUfIGKzLu0w { width:3.75rem;height:0.125rem;top:6.125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2OlpoSiU9TrJhwLdxMpgreqkHd88BtP { width:3.75rem;height:0.125rem;top:6.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgo3ykRgoe9rlqhu9n6BAXsRUEkUcaN { top:21.125rem;left:9.1875rem;width:14.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6QklhVcCrWa7XniTSsco8wLltvii0TC { top:29.125rem;left:9.8125rem;width:14.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTIp3lQAc2Qeq7eTWlyfOpgl2QpqPxdp { top:22.375rem;left:18.71875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXnCgNIJqcTzQo4dnBSKkOGqN2MKt6C { top:22.4375rem;left:19.03125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUkC4Qut3DUcv1JVEucoD8OEyL4Gy0Pv { top:21.125rem;left:21.125rem;width:14.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6OmEJCNwXwdpEhBrcDoO757SmEDXLAx { top:29rem;left:21.75rem;width:14.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5IMaJxvf6yGTT3GLo1beEFxaHTypuTZ { top:22.375rem;left:26.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIWTxtZG00eDqzS0R0WM0dgJNTvodDk4 { top:22.4375rem;left:27.28125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhAOidLvTRsGEm07fPG5hNKn5hVnNero { top:21.125rem;left:21.125rem;width:14.6875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flWt40igiLnCDE7yr8XxEcqdDmasUzBO { top:27.5rem;left:21.75rem;width:14.0625rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC56tt7KT28waX9q3h2tGPqDCZBBJLmA { top:22.375rem;left:35.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCtN6R1GCoqK81odhmfZOnhLTbR5N7hh { top:22.4375rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKTTLT0b3642b3xrHTvTTLMHL30SmmdI { top:29.125rem;left:0rem;width:14.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpHabxcff49ISTxMrcFwHSQk1KhgounK { top:25.6875rem;left:9.8125rem;width:14.0625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkcwFxwfk59gJ2i9BZhqfaHJbw3hdBDF { top:25.8125rem;left:21.75rem;width:14.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiDIaGZpk5iEnlzByVGbRh8wWtuL0FzE { top:25.6875rem;left:21.0625rem;width:14.75rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTwkfB36UTTKW8r4WtJL57NTfG4utKc { display:none; }#GQTwkfB36UTTKW8r4WtJL57NTfG4utKc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qCUyiy1kiUJAdueVrFfFlTwi22Hriaxu { top:6.875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxPTxgNrp7DEtrzft9iam5SIrzsa2X4R { top:13.5625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9aC55i4LNdQSdywEV0V4Dva2FP5Shig { top:5.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odAJDddSDMDks3Aru6VrKMCUTu5sxJkF { top:21rem;left:0rem;width:17.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZDB3Gu3H8fMHr5WEzVX1Wd9H6Wakfl0 { top:23.625rem;left:0rem;width:14.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MITTc2ImG1C0mfoxMD8cRDAcEzwxJ2Bt { top:22.5625rem;left:4.34326171875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMlMTLoeDdkQU1OReQJlyRFx8PX5MzXU { top:21.0625rem;left:6.5rem;width:17.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #msV3sTpGzSUFEmdTmr0ZkKPTJMhiEHDZ { top:23.625rem;left:8.0625rem;width:15.8125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWAnQDMxd7qvvn8f5k5EPpULQ4kvrTt5 { top:22.5625rem;left:16.65625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1lir2k8KK7Ue5o5FOvrvqbK3LEITrBx { top:21rem;left:30.3125rem;width:17.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF1iwtFyK1JgbrcFJTuMXMq8cc8gL1tX { top:20.9375rem;left:18.4375rem;width:17.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0OLQBiP3JKg0L0xxoI4MqkKopaKo6iT { top:23.625rem;left:21.0625rem;width:14.75rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWwcIAk7Rt3uPowlu7f9D97yOeitfPAx { top:23.5625rem;left:33.6875rem;width:14.0625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BewGPSTdn0CHq43DTdx2045PuQhA5Vu2 { top:22.5625rem;left:41.40625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb832MVyiJQZ5S8KVZKIQ3yL2cqytJL8 { top:22.5625rem;left:28.81298828125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJRteMnsLqg16v2Z435LPaDgi4kW8M3 { width:3.75rem;height:0.125rem;top:6.125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXDgDDVridZdNA0r1d1wqNviKiUHM9sV { width:3.75rem;height:0.125rem;top:6.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDMwO8kVvZ3C6zu9a2nA59XdBT7dpe7V { top:27.9375rem;left:0rem;width:14.0625rem;height:5.125rem;font-size:0.9375rem;display:none; }#nDMwO8kVvZ3C6zu9a2nA59XdBT7dpe7V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
 }@media only screen and (max-width: 763px) { #pBAPmdyk1FcRa69Zbx4fJkPToPqwixMO { top:27.9375rem;left:9.8125rem;width:14.0625rem;height:5.125rem;font-size:0.9375rem;display:none; }#pBAPmdyk1FcRa69Zbx4fJkPToPqwixMO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
 }@media only screen and (max-width: 763px) { #ZiecoREQubcoaIqmgT0XTCxKseDmyHet { top:27.9375rem;left:21.75rem;width:14.0625rem;height:;font-size:0.9375rem;display:none; }#ZiecoREQubcoaIqmgT0XTCxKseDmyHet li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
 }@media only screen and (max-width: 763px) { #gAOwn8kE6lAQnlCobvOICsLvBXkkemwt { top:27.9375rem;left:33.6875rem;width:14.0625rem;height:;font-size:0.9375rem;display:none; }#gAOwn8kE6lAQnlCobvOICsLvBXkkemwt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
 }@media only screen and (max-width: 763px) { #GCGUDHVhMQpxhJlcVvKPkUGrhNFxsArZ { width:13.3125rem;height:3.4375rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6viSmr0vAAAMzeMVHyeDShsE2VGFU19 { display:block; }
 }@media only screen and (max-width: 763px) { #hLXWI2XMXrdVLSezoOKuKVmWPvd4hbHb { width:13.3125rem;height:3.4375rem;top:28.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f57aIlWBFbeSfKGOSDd7xZNmlFAKvdw3 { display:block; }
 }@media only screen and (max-width: 763px) { #vOLW0o14OpGTQLoqBqbIgkRk6WiUUVAV { width:13.3125rem;height:3.4375rem;top:28.75rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeX93y3ISl6AZbPudkZWF7QiXPqQF2vZ { display:block; }
 }@media only screen and (max-width: 763px) { #OiERO0p4J2exS74DEinnuT35coHthvvi { width:13.3125rem;height:3.4375rem;top:28.75rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkCMtIusm7rJybn5rU3TsUINkh2CVkU { display:block; }
 }@media only screen and (max-width: 763px) { #SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC { display:block; }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwDAb7aAuaXmTlHkmT3eZVuCQFce4oci { top:16rem;left:36.5rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhl95oRfP74Kp75baW8ONi8vnZFGs6z { top:6.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBvq5Uf1WQyPrTtw8bT3KVANRvLXNl82 { top:11.125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th3kPQAr24iJeMwEkTt1aVKRMBVVWmIe { top:5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD0DVQseCTZ0xFuHpoWZJn1odWzNPQmn { top:17.625rem;left:37.75rem;width:10rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbEiVXPEHDMrkFNAfbMiQC5X1KeSUFTR { top:21.9375rem;left:39.25rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOqO637xTSBvGaK2JIQi5hRWfHNmArUG { top:32.9375rem;left:0rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtuvRxuAxnK43vIprvR7ofyEBTwgEsxU { top:38.9375rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrySxL71i4St4UimErKsg7bWhybO0lMW { top:34.5625rem;left:0rem;width:10rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1KX2qxTb7Oif0wLTTgmwIWG3bafXTig { top:15.9375rem;left:0rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAVfoboC2zDEqwKp4GSILvaTxgh6TkZv { top:21.875rem;left:0.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMAtBW7VTmJcdxe0W6OurgnxyVUqgE99 { top:17.5625rem;left:0rem;width:10rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFGMJs6RbReZUsN4seKZ1ZFTdezpaS4e { top:15.9375rem;left:36.5rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr0qo6tKUMKy6vFfdonpq7fRqR21xdTT { top:21.875rem;left:38.5rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqlFBm6MGepRTPLttMtqae2q1zlkgUB8 { top:15.9375rem;left:24.4375rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMXbTKiWBqhDtPUTJNahpytVdDD3ArBJ { top:21.9375rem;left:25.875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNcVDCTs1wEaVXBQtSAbxOkLD3535UW3 { top:16rem;left:0rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpBe7xheMiTZf9dtCwwam8DpqZ2pRQ6d { top:21.9375rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80rkLnN2IpikUbeF39PuXAkn5TgTUiZ { top:16.75rem;left:0rem;width:10rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7yhSmDod5x1uDVU2ggZZwO8HryZPFLa { top:17.5625rem;left:25rem;width:10rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoZWUAfa5LucLbp51tJXC3QoypzsOTKT { top:16.6875rem;left:37.5625rem;width:10rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOstZ5peJdtHy8qdWQTGTxIKqhtwD0TG { top:15.9375rem;left:11.8125rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqcuu7V0BXwMwF3cVcVGiLa00mKq2TQe { top:21.875rem;left:13.25rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz0IFLEiXLgCfBkmXlOGT0c53MCmz2Oq { top:17.5625rem;left:12.3125rem;width:10rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9yIceMDRFvJxXlpTu5sGDTpiJB0J5yQ { top:41.5625rem;left:0rem;width:11.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFzZqwSlpZ0mxfGE2qPCLxrkHaBo4hcA { top:21.5625rem;left:0rem;width:10.5625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLc393BN01Tw91XiJ2cC5w22wi6WxaUg { top:23.875rem;left:0rem;width:11.9375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clTwIdoXI6TBgrs69Cp515aEBumzTQ4u { top:23.0625rem;left:25.0625rem;width:9.9375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGz0n014rgeT7NUzuWNsR3QkeKbPncx { top:20.5rem;left:37.5625rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH2P4xF5dhBclrhB1siozAMKXU3OTzRN { top:11.125rem;left:0rem;width:7.1875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0AiokH4phJWMTCvbssZlVrVtPqtlaIx { top:44.375rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsqfDQxGXWRwcT1mOLBTozUdGz4bP0qX { top:33.875rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHRciR9p7aQdRDIqPT0H71tAJ7gUrhWR { top:43.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrwfMFatlAUkXOL7FagR008lu5f2PRPB { width:11.25rem;height:15.1875rem;top:15.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbhTOHFcVXD4tZGk54yAt7KoegITMTf3 { display:block; }
 }@media only screen and (max-width: 763px) { #WeVAnEkBSLlC3qfqtatTqrNRIGlZF96M { width:11.25rem;height:15.125rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t21nkkVQ2045o3kyAB1qKnq41pT8eJpT { display:block; }
 }@media only screen and (max-width: 763px) { #gQH0c9atNhis95wZ9FPVgQWAWRlI1wzJ { width:11.25rem;height:15.125rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENZ7FToq1W9oerWdnXLfs3w4Hc4AMHx { display:block; }
 }@media only screen and (max-width: 763px) { #rZe1UosVX4od2wBOfBs4Lmwyp38gv1px { width:11.25rem;height:15.125rem;top:15.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWGxP9k6JKQESnPO6n2lMkwDeWBRlHIx { display:block; }
 }@media only screen and (max-width: 763px) { #zLGpM9KN4zo4I6mcnX2b6SZsOfzH6S9C { width:11.25rem;height:15.125rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv0pf1C7iugLaTQP5kRIL2r2PlBUbEhW { display:block; }
 }@media only screen and (max-width: 763px) { #bigHchyldEKR0Ld75bwdqrtQL0qxBAnf { width:11.25rem;height:15.125rem;top:15.9375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2CCDzM1fb0IGHf7udgAiHsnhhLcxfuk { display:block; }
 }@media only screen and (max-width: 763px) { #iZstpQ2cT1n6o6HkdAibbktJerVZnqhO { top:32.9375rem;left:0rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMcAPMZCwkCHDhVCM1RyqDbFfqEufo5R { top:33.875rem;left:0rem;width:11.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfUqrVxA5fx1lkOslLnB0Suw2xGunTlK { top:37.1875rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w66m7t64E1nb3GO72rLetKnXObuf0C71 { top:38.875rem;left:0.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqwn7zPPqCt36269Cc4GSZAXSEe60ldO { top:35.25rem;left:0rem;width:10.6875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFEBuVsPPXdz0Wh8584TpkwdnapCv4xo { width:11.25rem;height:15.125rem;top:15.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2kuVdnRxE9PsqCylfXIEbrlLAvsTOae { display:block; }
 }@media only screen and (max-width: 763px) { #TrcTxItAZQXaXqiFhXmXMyzK8FRkns23 { width:11.25rem;height:15.3125rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIkUWaLkceVdxK0WmXUiR1tqMtdAXCKJ { display:block; }
 }@media only screen and (max-width: 763px) { #R2Xx38XSFpSzJqqOpUMEI3tlpLtD065E { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvWZEKX9hWF10afHWkfPsFfhNMXOlII2 { width:3.75rem;height:0.1875rem;top:5.4375rem;left:17.01513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOaF0ycwCAgxcIyV210HRNxXUboOGf1Q { width:3.75rem;height:0.125rem;top:5.4375rem;left:27.1396484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luss7DOaMf9Aa7rSRcEB4OhbWKBahuv6 { width:11.3125rem;height:6.1875rem;top:23.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRt4BdBJDDIpxHTeJGBQqJl7xbQogNw7 { top:32.9375rem;left:11.8125rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh0T7X3ZVXUXyTaUJ8g69PSNm6kQydlo { width:11.25rem;height:15.1875rem;top:32.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqfdAH3ptaDZLkgwPHvTDaDNbaPdgdJq { display:block; }
 }@media only screen and (max-width: 763px) { #r3ii7tiXTWkCu59acoqGXWhsHkg8eNHP { top:34.5rem;left:11.9375rem;width:11.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y94fvRd6oo5e98ATLp1vOmOqKT5TJBN8 { top:36.3125rem;left:12.125rem;width:10.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKOInlBwJugTAa4Q1tZ1Ni8GnNR2Pshc { top:39.75rem;left:14.125rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVkDIrCQ2voKTThrtk2xwGEI8ECqFJy { top:38.8125rem;left:13.1875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTSevoREX3Tiplns7PkXpC3KuF3RyZNB { top:32.9375rem;left:24.4375rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or2DPNwXXMd0aeP6dOzGuL7CGFmURSJr { width:11.25rem;height:15.375rem;top:32.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCRMLoTNEAdJ8CcxAGaH4DEezJCOaay { display:block; }
 }@media only screen and (max-width: 763px) { #wwN7RlItGmLDSdwCEXiFSurd28JTp3g9 { top:34.5625rem;left:24.5625rem;width:11.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPJTsUclUm1P8IFdA9iHiUNJgq2gDGL3 { top:36.375rem;left:24.75rem;width:10.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXX8ifRnlsvxHntvS89exIxCINzZuyJ { top:38.9375rem;left:25.8125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV4EafdhfGJv4kHp0zuFP6vf6XRc3Ntn { top:38.9375rem;left:26.0625rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTxpWBDRTRDQR7Zbn0E6TPxifswTcnTi { top:32.9375rem;left:36.5rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2dbaMQVT02elGFMX0gn0FOgCeuwbH2u { width:11.25rem;height:15.1875rem;top:32.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmAa65Lv2qu90Bc1DTG0t0PGPJy4FuJU { display:block; }
 }@media only screen and (max-width: 763px) { #yeVEfPAHcFzzdyPhzNJCf7y3DtfahVl1 { top:34.5625rem;left:36.6875rem;width:11.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqORBk7Q99kteLGgd09HlTarWu77gOrn { top:36.3125rem;left:37.0625rem;width:10.6875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUybAKoNeI2Bgk4UkZHx6qbM5nikTDfS { top:38rem;left:37.37353515625rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvWonRE8XQ2bbXF4xrcl71mZkNRs3HD5 { top:38.9375rem;left:38.4375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeFIOJbPbvJ5C4D9gWRSFcVUVkc10x6N { top:33rem;left:36.5rem;width:11.25rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5bgs8AMDQJfrIX30yKr8J2tMTruudyl { width:11.25rem;height:15.1875rem;top:32.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKqTpskI79T1RxJ1yFwffTsR9C329J7c { display:block; }
 }@media only screen and (max-width: 763px) { #RCMnxBCqlaWdxaTV09nUAOT4iMBiTZ4q { top:38.9375rem;left:39.25rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVJFplNTXrRLmrlhI0PMnBDZLUr6Mh9 { top:34.625rem;left:37.75rem;width:10rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpgZUMGvRQofTpJz0up349lMkPAT7XxZ { display:block; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ds9pAJMPf1HxuAcgCZy9Ze3BzL0EtpxO { top:23.6875rem;left:0rem;width:45.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiVouKyFvl92z7VSnn8nimAEKI3uQ5HJ { top:7.5rem;left:0rem;width:19.9375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpINgcTwKUGRSpoZTBo9zpGEVhdonaim { top:13.6875rem;left:0rem;width:33.1875rem;height:;font-size:1rem;display:block; }#rpINgcTwKUGRSpoZTBo9zpGEVhdonaim li:before{  }
 }@media only screen and (max-width: 763px) { #u8kh3M5QG7dyeVTAPHFFMTkIC790S1eF { top:7.5rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F846W7Pux6r2MeATnRJnVGfgSX8vmqVg { top:4.8125rem;left:0rem;width:42.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mek8tkTS0owHJsyKvnCEv1vsTOGGlcdI { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miiTd9pLg4d7vUpneWBmWpnrfBuDSLf1 { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba4qhSTBnDa2vbAAzB8XvuBiQpMOXV7b { top:15.5rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n90RAepSi4KdqhISMPKK4ECT9pt4bO6B { top:18.5rem;left:0rem;width:20.8125rem;height:;font-size:0.875rem;display:block; }#n90RAepSi4KdqhISMPKK4ECT9pt4bO6B li:before{  }
 }@media only screen and (max-width: 763px) { #qPfyt3wgMZXpUtsx8iKCJWyE4WXNc9x1 { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8e8zmgifs7HUmhVrrPyabEcGvB5W6de { width:13.3125rem;height:3.4375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FknFrxiPEJhbZtNwq3I6ZVQG4UTEEfJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #AU9J9qXT3plsZgit4pQSfu82ClOSaHfH { top:11.625rem;left:30.9375rem;width:16.6875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfTlVOoBrKNQuFd7whdFP9k2DVJTro9w { top:32.5625rem;left:15.875rem;width:14.6875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0v3Esp4fsgskxrKdEh5uikApMdBSNxK { top:34.5625rem;left:0rem;width:43.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyGEn7Tzf0oNpBOBlCBqFwrGt3FyATJz { top:33.125rem;left:0rem;width:43.75rem;height:2.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTpmNoabBBxmXQ27fKq8oMZTIQTkI1d7 { top:31.1875rem;left:15.875rem;width:14.6875rem;height:1.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFWG2rzsHJQvmCnruTH2OAuvgDLADmLN { top:28rem;left:0rem;width:43.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTtNNw63te4UiKihH4agE39t36VOW9Ec { top:26rem;left:15.875rem;width:14.6875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi { display:block; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie90WzbR0PS0uiDwSyBTz4yTkEEaMlsN { top:23.1875rem;left:0rem;width:32.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epDnpZrLVoJIox8gFWMD5oT6MLI24995 { top:7.5rem;left:0rem;width:18.625rem;height:2.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7HSfRlyFSPaQ4c2Q41Ez8DzZcuWndkb { top:13.6875rem;left:0.125rem;width:32.8125rem;height:6.625rem;font-size:1rem;display:block; }#G7HSfRlyFSPaQ4c2Q41Ez8DzZcuWndkb li:before{  }
 }@media only screen and (max-width: 763px) { #HqOGXRnWbSGaWLZ7fvHJbfK58LTDRz1A { top:7.5rem;left:0rem;width:47.75rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muT6iGPcpNxNmKrhPVn4Wz71NkckpVny { top:4.8125rem;left:0rem;width:42.5rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbvX8R7Z9VfI3FH9pRk2PZK1pbRVhcXW { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEULd3d7nv6AuOTpqIMTSn2mGyU6BPq4 { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTA9r2wQvFew3hpdiCM7lTpTGqkzRFIm { top:11.6875rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhzEnL01OKlWSkbzNleC9ysbpr58lUw { top:14.4375rem;left:0rem;width:16.4375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZsEvnEa98s9r2ywey3ITAflM43RSAwd { top:22.9375rem;left:0rem;width:20.9375rem;height:;font-size:0.875rem;display:block; }#eZsEvnEa98s9r2ywey3ITAflM43RSAwd li:before{  }
 }@media only screen and (max-width: 763px) { #XTobZXohfh0kf25ioOmVbRvOhm0J15b0 { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cZfcVyK99sVidrAX5xcVucO2Q9vXlW { width:13.3125rem;height:3.4375rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8mToHw0aILVqBqq8uq42TJihwLJxTqu { display:block; }
 }@media only screen and (max-width: 763px) { #lLeUHTI1PKQiLqlKI4hIThvEGnic0mhB { top:33.75rem;left:15.875rem;width:14.6875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpn5bKEDFEfV6VowWddwagOxLwgKkIfF { top:35.6875rem;left:0rem;width:43.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXDb7QuT3HOK6CpfNTeobMDyA1NpqCS5 { top:30.625rem;left:0rem;width:43.75rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOIbQhzHBas8JmVTJX5BQwww7wGA3kGB { top:28.625rem;left:15.875rem;width:14.6875rem;height:1.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCUnJ6ALxzE7chZnT8zQHkT0uZsGdXXW { top:29.25rem;left:0rem;width:43.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1isJKI7qM03BTpeDr0gvBm4s2o3o4Ff { top:27.4375rem;left:15.875rem;width:14.6875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #winQTQAgTmPhD9TSEaIUGDRDlK2vdTeQ { top:18.4375rem;left:0rem;width:19.3125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVGbMAPTEAaHuy43iqLs8ChFTHp9rMGW { top:11.125rem;left:35.875rem;width:11.75rem;height:9.8226430820525rem;display:block; }
 }@media only screen and (max-width: 763px) { #str9aqCct8wT7msJZooe9ponlytEJCOr { display:block; }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8h5plFDWHSJqE4pn5rnFQa8LQI5wDiO { top:23.875rem;left:0rem;width:40.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwpeizAeKvOCXw0tLR1RxBfBoleTDWbp { top:7.5rem;left:0rem;width:20.9375rem;height:2.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2TL2GGbnyR3VCX60aMJlzWdX3BWE5fy { top:13.6875rem;left:0rem;width:33.5rem;height:;font-size:1rem;display:block; }#T2TL2GGbnyR3VCX60aMJlzWdX3BWE5fy li:before{  }
 }@media only screen and (max-width: 763px) { #Pz0sM0NZaw8MTKJBZPWBcLMONtkQ6WDH { top:7.5rem;left:0rem;width:47.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPkaepa3x0VtwoTCNH1NK44RTeS3nnlB { top:4.8125rem;left:0rem;width:42.5rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWUCQBXXnXLLGNoDszaHZOzkW2AEbCse { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkJWuVxShHQHe0whVbXMAvRRZziDfutE { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V71ZEXpKzVtT9FMkER6AUbfDecpZ2IZf { top:11.6875rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwlETiTTwtE82gD3Qwcv64STaECAAa4l { top:14.75rem;left:0rem;width:17.0625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkBWz0k8nekI9M2uXR4HgZUNHXosbuWU { top:23.4375rem;left:0rem;width:21.0625rem;height:;font-size:0.875rem;display:block; }#PkBWz0k8nekI9M2uXR4HgZUNHXosbuWU li:before{  }
 }@media only screen and (max-width: 763px) { #trzxT4P46cHuXdM3FEWdQAvy3kWC7C4P { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbEz43L8PMFnu9OBT9D00xE8oaeibnZu { width:13.3125rem;height:3.4375rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4BJqIQd2tcAGPzgkyfS8a3KMRt29FGy { display:block; }
 }@media only screen and (max-width: 763px) { #NEaTJ2p3RlKmVsx7ASoJ6U5i3RHNw6Sd { top:33.125rem;left:11.3125rem;width:20.4375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyxnUu5gtS0fWTqqtQh83JHVJxvTtNar { top:35.125rem;left:0rem;width:43.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akKtXXOEXUcbFW0WmrOsSsppJx3Ww83i { top:30.0625rem;left:0rem;width:43.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQVcrDJBBCJ0QzqUecs8tGOX1y7Jtsd1 { top:27.9375rem;left:9.9375rem;width:21.8125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMbrSPingZTi3RBLeEQ0PLdIIDFI6w6 { top:18.5rem;left:0rem;width:19.625rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ2ZhsOsCoWbtuqkiFJVnuZhaiOFQ5mF { top:11.125rem;left:32.1875rem;width:15.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c { display:none; }#ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RaS2sQncBNUvtdVLMMTqdwh0UGC9DqEL { top:22.875rem;left:0rem;width:43.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8TH8i71rB7ftxpfo6vgElAgQdGFgmrR { top:7.5rem;left:0rem;width:20.9375rem;height:7rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enKNK0OPNEhPQGtNclx9qrZMeZZwGlch { top:29rem;left:0rem;width:33.9375rem;height:6.25rem;font-size:1.25rem;display:block; }#enKNK0OPNEhPQGtNclx9qrZMeZZwGlch li:before{  }
 }@media only screen and (max-width: 763px) { #xfF2VVhBp1g1xv3SS8VSzgM3MlCz65ws { top:7.5rem;left:0rem;width:47.75rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2i1TBrNZw6JkrZKxTZnvhVKt0X7iWWw { top:4.8125rem;left:0rem;width:42.3125rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oItNExgrES4v44NAWUy9zdKxSfFWm2xB { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMolC9zXzwZ1OQbQKKJw7qWhUmRPJPqh { top:25.25rem;left:0rem;width:33.625rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNgTZG4bOiM9W5AZ9gcgDeGkbTXHkWVs { top:16rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig57QSp86dVdXKDRRsUtT7Bs0Vx6Vg3V { top:18rem;left:0rem;width:20.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g27ATvMTkRiTAFGRBsHskxdlPlsdspe1 { top:21.4375rem;left:0rem;width:20.25rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8cK6x2DqHuVotuvZFgZFiJSV6e7UMls { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1Wpb15I6vopDSTXG6kA5v4ia6AuWfpV { width:13.3125rem;height:3.4375rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvmQO7TSQCakHGhNf7gOFtJXySlGTqkG { display:block; }
 }@media only screen and (max-width: 763px) { #o7x5cI77F92OuCX5pQPo974duTZ9ydsH { top:11.3125rem;left:32.25rem;width:15.375rem;height:9.8341655768038rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMG7b4dKsPTQB1DBfN8vtcJxDU9bTTqi { top:10.625rem;left:9.125rem;width:22.625rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9lBCe0UA2ZTJv1tP1NZNMiqe2Xo9apy { top:13.6875rem;left:0rem;width:32.5625rem;height:;font-size:1rem;display:block; }#s9lBCe0UA2ZTJv1tP1NZNMiqe2Xo9apy li:before{  }
 }@media only screen and (max-width: 763px) { #ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 { display:block; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABSwoK1zp3d3RQJUi7weiesuXkG3FBx0 { top:20.75rem;left:0rem;width:34.125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBsIV3WXnSxoTZI1zBofxAk2biNLLRnJ { top:7.5rem;left:0rem;width:19.5625rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiZxud41WmMdRUxs5swyMgHLvAIdma8z { top:13.125rem;left:0rem;width:33.875rem;height:4.75rem;font-size:1rem;display:block; }#HiZxud41WmMdRUxs5swyMgHLvAIdma8z li:before{  }
 }@media only screen and (max-width: 763px) { #gqkz4hglb9K0IG4WF10Dxh3T5BtNytoz { top:7.5rem;left:0rem;width:47.75rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhzHSLtFF1uNVC5hJTGkRF4gR3Fro3h { top:4.8125rem;left:0rem;width:42.5rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Zz9gOf1cU7wm5fS1WGkfPhWaCrsFQ3 { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsDI0lTk4bM6dz892FDSDRusteTxS8BB { top:10.0625rem;left:9.125rem;width:22.625rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNZgel8k0u46fTGfJ7JtrWTCpJJqlMdN { top:10.5625rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKniVSOs5W01Qc6L7h9OBc7bBVi4dw6c { top:13.125rem;left:0rem;width:17.375rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEtxyBa6qb1LxoOdNkNLnXdtVnNZDc3J { top:21.3125rem;left:0rem;width:21rem;height:;font-size:0.875rem;display:block; }#eEtxyBa6qb1LxoOdNkNLnXdtVnNZDc3J li:before{  }
 }@media only screen and (max-width: 763px) { #z0OsqpAFM9EOXKAwyiE9LlRQCUfthNtg { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZoqdOsLbgsu8u4y5hv5le4T8oCKzwBk { width:13.3125rem;height:3.4375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu93XpVhTNO7QkwgbSSPrTCCHtkIhEy3 { display:block; }
 }@media only screen and (max-width: 763px) { #E6oQwer2XXEgVsgxwQXM0b9Qz94oVdRW { top:30.9375rem;left:11.3125rem;width:20.4375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJCUReQ3byFGFJX5rZBQEhbJh1HkGcJ { top:32.875rem;left:0rem;width:43.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6kg01mGr4MhpcCzyOXaoV6MCGWBUytU { top:27rem;left:0rem;width:37.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEZTuTGzeAVUWZsM94sXTvQHdF2ZEFfc { top:24.9375rem;left:9.9375rem;width:21.8125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRqxPbLrBMaI6zpmcv6Qv02posTeoeiF { top:17.0625rem;left:0rem;width:19.875rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyRnpMOyfCvOdBow2U1roHv1kDVFGask { top:10.625rem;left:34.5rem;width:13.125rem;height:9.1235625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K { display:block; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3o5ciwFMNtGShvHl4L0iufU7Lpb2dio { top:21.375rem;left:6.3125rem;width:25.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGVNDmQZBkm0EzdmJt5fakixghiiK97Q { top:7.5rem;left:0rem;width:17.0625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWU0ocRuiFN9fJIeW7NrqSoTec3iTn0h { top:13.6875rem;left:0rem;width:33.875rem;height:;font-size:1rem;display:block; }#TWU0ocRuiFN9fJIeW7NrqSoTec3iTn0h li:before{  }
 }@media only screen and (max-width: 763px) { #OzgMIR71134pk9igK1ilHzvscXFUmu9D { top:7.5rem;left:0rem;width:47.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxT0ZEy0Q8OsZRRVid1XemrUJt27uDVo { top:4.8125rem;left:0rem;width:42.5rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiLbmWfGoOOy8GlJKn3iFQWKMXpdkSJC { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPCrpCBL1CATPzcIbBiGsUbEICPwMuIl { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3zNwzm9nT2z4BNqP2xvOQsL4ilzXOUd { top:13.6875rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDENGt4UrerS58N0lx0LoVHqOHsKNalk { top:16.4375rem;left:0rem;width:20.875rem;height:;font-size:0.875rem;display:block; }#tDENGt4UrerS58N0lx0LoVHqOHsKNalk li:before{  }
 }@media only screen and (max-width: 763px) { #I9ZcqZcB54LBqEniJEJC11T3WmB2cAOv { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRztPzCAFAAyO8xeZxyxToALTm3UGkO4 { width:13.3125rem;height:3.4375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGm9nkxbayOontBmpsXT2S5gnF7eBRsx { display:block; }
 }@media only screen and (max-width: 763px) { #Rhfz5J1rH5tgx63CvCSy6w4eG51RgPku { top:31.9375rem;left:11.3125rem;width:20.4375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWqH9HEPT5kN3RcR6JU1bvzSecWSFJ1p { top:33.875rem;left:0rem;width:43.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvqMlZInWamU8x0ipxg0mvxPJc5g3fdw { top:28.0625rem;left:0rem;width:40.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6sz9WfMUzv2athgqEPXAhQXKmk1KhQw { top:26.1875rem;left:10rem;width:21.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIDnTJUiUlcM6xMBp61OoWiMQN2FRwI { top:10rem;left:38rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a10zBK7UC07DIfL2SaqS8gurKt99BPf8 { display:block; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ppo1lZQPfDUHLM0RCwRTVEXOsMKsA57u { top:21.25rem;left:2.1875rem;width:29.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXMCaLZuNGRLls7dEq3eSOyDGP7NV4Sa { top:7.5rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASH6v8Lap3TJhoTFwLNnZCCL98ohRHQW { top:13.6875rem;left:0rem;width:33.875rem;height:5.125rem;font-size:1rem;display:block; }#ASH6v8Lap3TJhoTFwLNnZCCL98ohRHQW li:before{  }
 }@media only screen and (max-width: 763px) { #QvoXru4uMfscZs4tlzE3eRX8FxrtyWfg { top:7.5rem;left:0rem;width:47.75rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Sgx1D3h0aXX8B3KfehLKQJvwa1TqiT { top:4.8125rem;left:0rem;width:42.5rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9UEZwMG8nudTVnkAGnlkV125PaTyDAl { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aahIo0ZLWV4ar1OoisRCRgyOEJsfFZIx { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8rzEfvmFFRNUMTDK46MKmcJEaOkWm12 { top:14.375rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzUQTUKvDWLvT2gOKuTBDWMRk4Dqxc4T { top:17.625rem;left:0rem;width:21.6875rem;height:;font-size:0.875rem;display:block; }#zzUQTUKvDWLvT2gOKuTBDWMRk4Dqxc4T li:before{  }
 }@media only screen and (max-width: 763px) { #SrXEcoprC1F5DQIum5eMMTMf3OPJH81F { top:27.875rem;left:0rem;width:44.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #An56DgFz2C8nr34J5uRE22sFMS1oovzC { top:25.875rem;left:15.875rem;width:14.6875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXyeUq4nem8zluvXbk5uMRZ8TZMyd0Xc { top:1.9375rem;left:0rem;width:47.75rem;height:5rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLcWhInLZFIrtRK8lDAcwcBryOrUdV6L { width:13.3125rem;height:3.4375rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzWU6ILxf9V90J8QW19UF0UbpscDapn4 { display:block; }
 }@media only screen and (max-width: 763px) { #ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg { display:block; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rD1XFCB7OVDUtB8sUxfHccd1o3qOqC9T { top:26.125rem;left:0rem;width:45.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpemZwmBcPXe1T7Epavr9LiJDBOVOTve { top:7.5rem;left:0rem;width:18.125rem;height:5.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7mgfuRFWzivIGGiVv0ST75biESwrGxk { top:13.6875rem;left:0rem;width:32.5625rem;height:9.625rem;font-size:1rem;display:block; }#L7mgfuRFWzivIGGiVv0ST75biESwrGxk li:before{  }
 }@media only screen and (max-width: 763px) { #UJ5xKu28FuiJ6wfFoLIwIqJ0648shXTh { top:7.5rem;left:0rem;width:47.75rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syRcddm2BSOQMI9Ba6cnz1EEwLMXNkHr { top:4.8125rem;left:0rem;width:42.5rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InmwPeKm2V3ZKQMEEFILm1L8zZd60anr { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiGH5uauEmT3FSdH7Z6z2oNDsT3StdON { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJyAufKxT8BK3VNTtNCRFhyAg15snkEF { top:14.25rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkwbuTUpMcnnClzgJe3oxD8iJ50scanv { top:17.875rem;left:0rem;width:21.6875rem;height:;font-size:0.875rem;display:block; }#lkwbuTUpMcnnClzgJe3oxD8iJ50scanv li:before{  }
 }@media only screen and (max-width: 763px) { #ZXifhkWChxKyMwnrtlvnNldqHEShPNaL { top:31rem;left:0rem;width:43.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFQbZ8MDVaNAyU9rPBTtKhJuIoan4T2 { top:29.0625rem;left:15.875rem;width:14.6875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKtNsKT9f5RKKe2UZNpGPHTHTR5PPocF { top:1.9375rem;left:0rem;width:47.75rem;height:5rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfEhUn4Xb7TEdSg59p8JelpGCCdPx772 { width:13.3125rem;height:3.4375rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgl5hiBOCBGDED3CkUv4yU5BLRAppcgi { display:block; }
 }@media only screen and (max-width: 763px) { #BGBeMlLbVVLwhaUE8ma8nKxzxTJkLeqK { top:18.5625rem;left:0rem;width:31.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOMQCAcxnEgV7vt4BgQrQ9GP7ahoOgIC { top:19.8125rem;left:0.1875rem;width:27.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzKZ07U4xKE8hEQHVTWLKXRe6HkKMwzb { top:21.5625rem;left:15.875rem;width:18.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpl2pi3y2ullrWePxZOL8nx8n5Wimmht { top:13.6875rem;left:32.625rem;width:15rem;height:5.1245125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqMPTxrFWd3VR3nFmrDS18uPPBH6L2be { top:35.5rem;left:15.875rem;width:14.6875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWCvTUNcvKXTPEqQtzsz4AThTv1shL26 { top:37.5625rem;left:0rem;width:43.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW { display:block; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKBJnCKFGfvBcxLlLIyqCrdc95TOCBP7 { top:20.1875rem;left:0.1875rem;width:31.5625rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCspqrqTgdv7pn3gw16XDuLDkraRbHwE { top:7.5rem;left:0rem;width:20.9375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTED2EE3Vva4RO2UeexZ58ZMKt3aJXZ { top:13.6875rem;left:0rem;width:33.9375rem;height:;font-size:1rem;display:block; }#wqTED2EE3Vva4RO2UeexZ58ZMKt3aJXZ li:before{  }
 }@media only screen and (max-width: 763px) { #upQVWxHZ9l2Tls2cQQaqKBmyBtX4mUu1 { top:7.5rem;left:0rem;width:47.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5OqIToNJOipGzEiuVCAwgzwOIxpTN36 { top:4.8125rem;left:0rem;width:42.5rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnaEobHuiBUFBGCkrbw5qBnuF0IJTuLl { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQxh16f4Ut0URTRsRQDiuQf8kdRXzmu4 { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT3lWwFV2amTzDg4yHAlDOUekzBrJpqA { top:13.6875rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahyuU0XrwVgaOCxRtNuNRqwkfTmcpug { top:16.4375rem;left:0rem;width:20.875rem;height:;font-size:0.875rem;display:block; }#gahyuU0XrwVgaOCxRtNuNRqwkfTmcpug li:before{  }
 }@media only screen and (max-width: 763px) { #OrwCdZNnglUwhUQxxSnAv8pyUJKsdJrJ { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNVJ14QCP1xL5KwuAXLZIHOeWT5pBZXh { width:13.3125rem;height:3.4375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8GgmzVdd64HkcTOqJA9X8t4oOdTbLl { display:block; }
 }@media only screen and (max-width: 763px) { #MiRNAChlFuRCTQaxc3iKhsStPhQXQWOX { top:31.9375rem;left:11.3125rem;width:20.4375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1G1xOqFXBJBdM0g6sLEuEIuJ98WfaXC { top:33.875rem;left:0rem;width:43.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBquqg0SU7JH7E2JhRbSc74mBWh4yVo0 { top:28.0625rem;left:0rem;width:40.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBFJmfTI3QIHkBkGmTlH7EsBpJHtSei8 { top:26.1875rem;left:10rem;width:21.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0QAztglOupPUt0BVLWBd1iH3l4CF1TH { top:6.4375rem;left:30.4375rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT5BTftVWnsyihzP3GW2WAIBJoaLbczz { display:block; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1Nf5O8pMNgS6k7FzUw6ItpSBWE8OM3z { top:21.3125rem;left:0.1875rem;width:31.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K520TtsJlNWPTrNUTclV44QbOgsMs4Dw { top:7.5rem;left:0rem;width:20.9375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnpgXkADyDqFmkfO7a0TfekT6peImxm7 { top:13.6875rem;left:0rem;width:32.4375rem;height:;font-size:1rem;display:block; }#MnpgXkADyDqFmkfO7a0TfekT6peImxm7 li:before{  }
 }@media only screen and (max-width: 763px) { #X1pbbPIXC8pyIGpH8W0wxFZPk1y1JsCP { top:7.5rem;left:0rem;width:47.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ZOg7LTdNcW5cXlSkQySET2DbLXpOVp { top:4.8125rem;left:0rem;width:42.5rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8IuOFO4eTMB53KSE9MUvrcKJapI9qOH { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLEakSs2VJoJX6J9uXQWdEi7GozU03Q { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUIAMnHVeCgKrXrVkwNXlOUawPLKgfRz { top:13.6875rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxiR91597rxeNI5oSyq8yu0ilx0dq3Tp { top:16.4375rem;left:0rem;width:20.875rem;height:;font-size:0.875rem;display:block; }#oxiR91597rxeNI5oSyq8yu0ilx0dq3Tp li:before{  }
 }@media only screen and (max-width: 763px) { #t5zrDAcMsS6JLsosqtvGtvgQX75KiZRR { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdJgfoIx8Kbe9DLqPacGTXMJuyICK9rE { width:13.3125rem;height:3.4375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHT08fw2Ns0q9uh88fT5LoXPX7agPWrS { display:block; }
 }@media only screen and (max-width: 763px) { #Xt6egm3P0aLrz74Cp9zRPnKKA9V2Dekh { top:31.9375rem;left:11.3125rem;width:20.4375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfwMvMczNgx6zi4Ts5NZgm3f8vBE9Bo1 { top:33.875rem;left:0rem;width:43.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enFaiqnaH0lEbLhxP470xb3KqGzIkzgi { top:28.0625rem;left:0rem;width:40.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFaiKu9xQrvOy7mNVlLMHxmor4Wtxax { top:26.1875rem;left:10rem;width:21.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NilX88x942NkS46oa8o8uJa7SuBR5kfM { top:8.25rem;left:30.3125rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx { display:block; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ndb7Dr3LbObZRaKPWbmDS2ttJrSfbFU8 { top:21.3125rem;left:0.1875rem;width:31.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9KSDmt5TVQuQP639KJtKhGzpoScOOgr { top:7.5rem;left:0rem;width:20.9375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NmTEkGvMGRQ0vbKrWgmDuE2ARGAOUv { top:13.6875rem;left:0rem;width:32.4375rem;height:;font-size:1rem;display:block; }#i1NmTEkGvMGRQ0vbKrWgmDuE2ARGAOUv li:before{  }
 }@media only screen and (max-width: 763px) { #FQXX1TUqJhzNDVH8xcADTrLFoHaNhfUH { top:7.5rem;left:0rem;width:47.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9gILUKEEObiVAi2JK3hJmvJAiL6St36 { top:4.8125rem;left:0rem;width:42.5rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKFT8LV6dUdqwvnEXJPiKmSRPRBrhCRd { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9qz8ZcE4NSIDu5zZ8lu0yMp08CwcLvS { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o71i8a18tKlO6zr3ZmFOmO1NzrzZOxuL { top:13.6875rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxVWOdEU8G7IpNkEd5fsNZpsy5Sb5eL1 { top:16.4375rem;left:0rem;width:20.875rem;height:;font-size:0.875rem;display:block; }#hxVWOdEU8G7IpNkEd5fsNZpsy5Sb5eL1 li:before{  }
 }@media only screen and (max-width: 763px) { #saMcqeTNm5lLwlMn2OK5rLDbumnysT20 { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClqhWvQStbJALD7NKeBxrGiCITSgXva5 { width:13.3125rem;height:3.4375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aamKssI2mVQlemylfLT1kMxlTHstxmkP { display:block; }
 }@media only screen and (max-width: 763px) { #pWyD3n5kJamLiSTconcDyHy3ad5EZmv4 { top:31.9375rem;left:11.3125rem;width:20.4375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe5qrQyyNmCChI5tAemo9BlC8CeTPHTu { top:33.875rem;left:0rem;width:43.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovUk2VoiwkcSLvcFd9qcUHeIZ3FXi4cJ { top:28.0625rem;left:0rem;width:40.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9gR7MT53PrbkOHoXCvGHMfDBWVPECre { top:26.1875rem;left:10rem;width:21.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyOi2NnydgeHxQgcuB1kwD7xtUU959nz { top:8.25rem;left:30.3125rem;width:15.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU { display:block; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUxNkKtTy40Wit8D8i3tUW4ZrHG8qvpH { top:21.3125rem;left:0.1875rem;width:31.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3LIPusnEey3Zg0Qzcnc65xO2uP57yiy { top:7.5rem;left:0rem;width:21.4375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyIktZyPT8ULW57GA5KLhTog6bslB1QM { top:13.6875rem;left:0rem;width:32.4375rem;height:;font-size:1rem;display:block; }#QyIktZyPT8ULW57GA5KLhTog6bslB1QM li:before{  }
 }@media only screen and (max-width: 763px) { #EBz1g0cULFc247z8FCIm0vtN5vAhvzUG { top:7.5rem;left:0rem;width:47.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Rx5ZCPSeQtv8WXVUZesVdGSFfi28p6 { top:4.8125rem;left:0rem;width:42.5rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USe47l5KnZMGm4mawEaAaNe9h55JrgDZ { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTECTZwLt20EDI6eJrISPn4vtmq8IMK { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryKP0CKeSvfasMN9WUwCd2sUrCD50zmC { top:13.6875rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GTTPo1UkskEOF1ZNlM2KKph97rphiF { top:16.4375rem;left:0rem;width:20.875rem;height:;font-size:0.875rem;display:block; }#P7GTTPo1UkskEOF1ZNlM2KKph97rphiF li:before{  }
 }@media only screen and (max-width: 763px) { #yPwNQ88Q5mH1CzKPHTDCueaAa4TG8i0v { top:1.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG9xXNGXmvxiQfTm4vTXQVqKxTf7namq { width:13.3125rem;height:3.4375rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsU7N3Tya67UxK6Xhr4NJgyH7stRf6Ga { display:block; }
 }@media only screen and (max-width: 763px) { #oWgG6IgHJdagc8PCaLDOrSrx5XAtZJZx { top:31.9375rem;left:11.3125rem;width:20.4375rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpfG2maaOlNNKagB3W0Px5hD9slpppsN { top:33.875rem;left:0rem;width:43.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bslgkcusCso53ozwcF9RlVPOhtPH625m { top:28.0625rem;left:0rem;width:40.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCuZB85pyG6uaIXpx67mvKLluGfVNThr { top:26.1875rem;left:10rem;width:21.75rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QScpue1P7Wl7skT44oHU5Lq2ITwyudW9 { top:8.25rem;left:30.3125rem;width:15.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUJ7W8vuAJOwydazZahbFJggxyMckb8s { display:block; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFw2azHpo0X0nGa4y6NP6xXTadUykO9N { top:21.25rem;left:2.1875rem;width:29.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiT4LJi1EltIzi7y37zpx5afULQV1EVN { top:7.5rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFAefFxJHqV72FfHCLaWi8v94dT5dI29 { top:13.6875rem;left:0rem;width:33.875rem;height:;font-size:1rem;display:block; }#zFAefFxJHqV72FfHCLaWi8v94dT5dI29 li:before{  }
 }@media only screen and (max-width: 763px) { #LxnPPHp3QDWcV17OURXrU30xqzuxTgdg { top:7.5rem;left:0rem;width:47.75rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEK3TAqrxyVESO8tTQy5z7t71ugQ29X { top:4.8125rem;left:0rem;width:42.5rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTzIiLKuWlKTf8ksJwC9z1iBBmuMnuv { top:8.75rem;left:34.0625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecJLPlPyWlTuKXVKR4xwxid6Tq9ctS0c { top:10rem;left:15.875rem;width:14.6875rem;height:2.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHrKscrMTUCQ34disIeNLzuRMr5LvSU { top:14.375rem;left:0rem;width:18.4375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzCQnnERpcOGT3OF5Eyq1DdAs0gTZKma { top:17.625rem;left:0rem;width:21.6875rem;height:;font-size:0.875rem;display:block; }#lzCQnnERpcOGT3OF5Eyq1DdAs0gTZKma li:before{  }
 }@media only screen and (max-width: 763px) { #BZKaCTT93iLKshywbiHqOexmNKdR4mKx { top:27.875rem;left:0rem;width:44.375rem;height:;font-size:1rem;display:block; }#BZKaCTT93iLKshywbiHqOexmNKdR4mKx li:before{  }
 }@media only screen and (max-width: 763px) { #BosdLrWuqchX0WCiT1pVsw7kXQU6EcX6 { top:25.875rem;left:15.875rem;width:14.6875rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8V3G99lV6WJXSZBNlix0pJATQoPFoST { top:1.9375rem;left:0rem;width:47.75rem;height:5rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtL6TtEk7rGhNdaNlTp15nppCCeFP8n5 { width:13.3125rem;height:3.4375rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzZcJEfupFMMJdcsX4F0QOvDc2RIttxV { display:block; }
 }@media only screen and (max-width: 763px) { #XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0 { display:none; }#XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a4uqIDgyzf19Fr37Xw2ITmhhawX6WzRw { top:6.625rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnxVyk8hONdcol3XEMuU3stw2Lqnyw0S { top:5.3125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxgcElOFaPA4cSt6HpM0sukcFTcbbSDE { width:3.75rem;height:0.125rem;top:5.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQttW5u7RuG6LRn7yQAkGUTVIkOL3LMx { top:12.5rem;left:0rem;width:47.75rem;height:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcJiSwJgdNr1bWzK5i1wAOucbJ3EmqPH { top:21.0625rem;left:0rem;width:16rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1RIa8MMomeXTmqb5Q9hoWlRkUOr2qDK { width:21rem;height:23.5625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3KTcalLeFTZI9zn0vJety12QnpkIG06 { width:3.75rem;height:0.125rem;top:5.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF72kIMXUA0Aw6lncQz5LpTk6aTBcSSw { top:27.25rem;left:0rem;width:18.4375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWItpAHqILwNCiOf4UpFiqxmdzRTcvG0 { top:35.0625rem;left:0rem;width:19.0625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJh8p16W9N3X7TRPdN0JDT426m8eM6Ix { width:13.9375rem;height:15.0625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzIpE7KuUMmCs6sA3Me1fuCqpiMHVclE { top:22.8125rem;left:0rem;width:44.3125rem;height:24.875rem;font-size:1rem;display:block; }#PzIpE7KuUMmCs6sA3Me1fuCqpiMHVclE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2276923dee4e7fc560bd9f2a5e2aabbe642e6eb.svg); }
 }@media only screen and (max-width: 763px) { #nQovEA47I1z8HdPpWyTf0FraUI98AP9C { top:18.75rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnQ3H4F0RPPzg14KPzdPrHTc7Li2Fa8p { width:47.75rem;height:14.8125rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsQ7MzI6A6dgVaHBdrlzTELbmhko7B4w { width:35.3125rem;height:7.9375rem;top:56.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLdvSbvDld662zLTKkgkx4K9MMUkPrQy { width:33.8125rem;height:19.5rem;top:50.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTHRkNcJP7aVLBx9lW9G1550zHr0Cxv4 { width:33.25rem;height:3.9375rem;top:61.6875rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8h7M2ao41Q24MIpH2ndIUM5Wu6Fofv { width:8.875rem;height:2.5625rem;top:65.5625rem;left:23.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6dw7gtnHsvSaTd5IPgUpQBNRe0iGbNQ { width:31.5625rem;height:5.9375rem;top:53.625rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8ynEvKxV7pOnFFzmyOZoPMNptB1geG1 { width:10.6875rem;height:3.4375rem;top:64.8125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ngHhayvTrznE1fMARxefKOpumKT7KI { display:block; }
 }@media only screen and (max-width: 763px) { #lcnefPVTaBINFoRtfihUXJMpyG7mZRqm { width:3.125rem;height:9.25rem;top:17.9375rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOymnAJzPE0h94cbcb7iKfIyZ4Fa33lH { width:3.125rem;height:9.25rem;top:24.375rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4bcOaE1B5ia6tfymAAw2XAM8naGWtd { width:3.75rem;height:0.125rem;top:5.8125rem;left:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e { display:block; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNDzyCcVMlFX2KoQNiweZibEq2F5t1bh { top:7.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdgQtShbnmEJrJDqAhcGfERiZ9skaLF5 { top:12.75rem;left:3.22412109375rem;width:40.3125rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT8tMQkQM5ndnsbrTtWwtK4y5FUbEJQ7 { top:6.25rem;left:0rem;width:47.75rem;height:63.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-regular-label { width:41.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-text { width:41.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-text {padding-top: 0; padding-bottom: 0;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-textarea { width:41.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-select { width:41.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-select {padding-top: 0; padding-bottom: 0;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-button { width:41.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-checkbox-label { width:39.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C  { width:41.0625rem;height:auto;top:18.375rem;left:2.0927734375rem; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .radio-container { width:41.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C {display:block;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C { width:41.0625rem;height:auto;top:18.375rem;left:2.0927734375rem; }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #W5LOBNeE5LrgpBhyVTUZgCuZLBinDHrw {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #adTQRi3fVOcKUMGTK6S6KTNlKvzEXwAp {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #twEmD7BBIiBsGkzPOWy1GOs3hHUWP3lw {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #CP2DLVOEuOyZkNAqZEsJJk8RLCS96wiW {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #PPIfh3WACxd3gqpVbRJ991J6mLO3QmwZ {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #nCB5etAUBcIcQ5GVzagNhxhaGpuHCotD {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #LEJ8LW3T1LZs5ptD5oCSeJCRnWppeOpX {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rIQ8x85lxfdm8FL6nRZsrcCATqOCetAq {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #osXbzyUs6A5UcG4JvTtywvNH6oN7CVlF {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #X98pk3Ma4wd1iow7lRlSFbo8MBMPZIL0 {  }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #X98pk3Ma4wd1iow7lRlSFbo8MBMPZIL0 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #HlBAL7naE4qSeeQ0Zh2uufefb4KzclTQ {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #bCbDxKA7ahOJrsHfErJVZH4zQ8CQCHOi {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #g5zBERLsuzBqlacb6CfcLEPGXggPBydP {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #incrNJvi6nJaWTiXfZHQ6b1VAs71Q5Uq {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #t5k22CUbIZRiVnDGisFZ5BbK9kLLukAF {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #XTNLeeuac7OkG3OqzddhK795UucnfKvf {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #iMktKdDmHysg96CQGwCT4cqECc3MFRZ6 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #STzcoSacWEc73pvtWBcOSr2nbAbkehHG {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #lKBpW50uBocorqrXq2ZnG9FRpDsosCA0 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #Sna6Vi9Dl3GRBFeM6Zf07The8wCU6EV6 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #qlUhXn4koQT0MHOmdaNSowbusCGZm7X6 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #KTCLhAXo7buGANpMV4KmqpSc7X11pQH1 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #SpGn0SyW6lteRHhN86ifL6mDHqSDiTcT {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #SLE2sOWI4qv0Aik0aoXD3fL4WlAJ6EaN {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #VIfaQsbsyLPHvZfy19JxIyAtTLmmmIdR {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #FSFFJKpnAewhxmRgh9er1a9l5bMgyfoE {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #BxAdUR7MapKXiagyLA8B8MDINulRZiGK {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rcoAfJ3nCKTmCf7TpdxMnDUhD071UQ5a {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #OuqInQuipnwr0c4gBls0yqcFA5XhdwdM {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #wSEvlwHP98cf5xrgklHAzooTx4fp2dNt {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #WBruQ8RPwCBN9TT5PJu1ERcwp1tfawC2 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #zftflOnofHGSIOTGL2tuaZaOFDq7sTr8 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #d55Kqkym817cZXcTtasXrXkoQxcnecSi {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #wE0h1T5K5lyT2KoTuJ8xm6ouNOX7rRXG {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #e0PIbUT29lOoVXnfG7DWapokKoQfR6TS {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #gFkKxLl5RUCiGgbO5b3vP7M6N3KKvXfq {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #vMdiTGcoUegENXDIOsrxoaLhnGCtVEVm {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #bGWhAtMT05pfXTynTcTXqbVVhRcp3GLJ {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #h4N4Wad22MJuHpmGwZNAVzdVXqsVxTp1 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #pufqVtbN6otmDpWrxctaGvo7TbwH91cU {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #gI5TEUqHDFtFKKycQcDbTnoJrHhxGctT {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #XDBCsHoxAA984ElNm4WFDWCmixaPyqgl {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #HQRhQT5WBFQHuEawsU6ARyG9SnqJTcgO {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rugshUh8WPHwP1NRu3WyuhSWQOc2WTeH {  }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rugshUh8WPHwP1NRu3WyuhSWQOc2WTeH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #HWqawo0T4SdvoJJDZsN1GXLp3UrSQazi {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #v2v2wtig29RgTOUgRVs02I1eWug96vor {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #Af9isLHSaN503TFcl3zIOLHBJG0ExtFH {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #KoKPX9nsWkAFRk1w43buC4Jc8af2GvQE {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #Bm62mk0EgMUvRqi717DoLyhV8MpyK0ti {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #JHabbTiWyJ4nOxNP0ZA6KU01ol4tf8v1 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #VglCIBRryanfVQosK10F2PlqkJzZeThX {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #emQ7mxaZ27iBnTHNJE1hivKTbQZOmUP8 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #N3CVTHvH06Ph23b7A8WTtuhkgJtq54NA {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #QA7fSEycHImviHLkKPk12FzPGtsH4FtU {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #FLfhqi44R4de1k8ayh9qiBFeDsOAIpyT {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #E3iTSGLT8xnKdTrnPSvsMSb3Pgv08dGe {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #g6k1DmKlbNrHzbQgky87Gg6BhUCKZq3H {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #ChdbxMxxIU580Tz9Qx5DaaC7HGU45oVl {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #nr7BToqxMdVnCqxRBhg5BfpaGURPFNxQ {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #SqB1LgNyE08Q7PkOPd2PiG8RJboJb5xG {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #hxvtJhSViXN76r9LT7VJ6nAq7DRteBce {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #O1iu9vuQTKi3uTG2bS4dOF1Vmr1DzlCW {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #IIa1QTwkpqAl17CveDWOfl13DILluosO {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #NHNet6h5zE1ZCPvOmanUb9Z2tizl18uU {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #fbPkuxUwnPl5W9inZcVaTfyJg01HzM2g {  }
 }@media only screen and (max-width: 763px) { #k9eUCkSThKR0KXyZmSdVM7IsTDMF1iM4 { top:85.4375rem;left:3.84375rem;width:40.0625rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxXMOHR57K85KloDTx5hiO7BdE5lmfou { width:3.75rem;height:0.125rem;top:9.875rem;left:9.559814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqfeKmLCb24vJKz4mTICi8snFT0c8BQD { width:3.75rem;height:0.125rem;top:10.0625rem;left:34.1630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh { display:block; }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS1ZJEeV4C7snv18EH0Flgag0T4l5is1 { width:9.1875rem;height:1.25rem;top:2.1875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZQ1uvGgEFkgSF0yzyGytwHZDdfRkE74 { display:block; }
 }@media only screen and (max-width: 763px) { #PBFIJNCPziLV28gF3pILDB5V5b9gvTRt { top:1.4375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWCbFP9W84diOq3Ew4aF2rkwgvuAUKcx { width:3rem;height:3rem;top:1.375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGWRdA1ipc3RbZ40xcCw54ERhOWmes8 { display:block; }
 }@media only screen and (max-width: 763px) { #OuiJKzAZfxqogvI8qCGsIPNWAF5Xt0EH { width:1.9375rem;height:1.9375rem;top:1.9375rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohpb9cxILB5Ilzq9uA1VIzIw3ZduETxH { top:1.5rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbL0TtK7laFwv0bb27lk8x508o4FvxUx { width:1.875rem;height:1.875rem;top:2.0625rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3VzZDKQIC4WvFDQWvymfz3ih7Rv2udZ { width:3rem;height:3rem;top:1.375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZzXQLkBT8VvkcTBpFxmQCUTXuKzd13C { display:block; }
 }@media only screen and (max-width: 763px) { #AZNz3hk6x7GaOHc8E1tNamdGSLicHxum { top:1.5rem;left:36.1875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSzE4DUcXzD3683HIOzcEkfKkV74TdEJ { width:1.6875rem;height:1.6875rem;top:2.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyXKPzMNtCiLtsB20unlJBQEw93XA4Mo { top:1.625rem;left:0rem;width:11.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfL0H55hyaUL7HBiWKq67aUUptmp8UBc { top:2.0625rem;left:3.4375rem;width:14.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCo8m94mPg2nd8o2W5r7gJTDm2PkffRe { top:5.5rem;left:0rem;width:25.4375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFh9J3ecgu20VRKNLdJTpyHzW3C3o3xv { width:9.6875rem;height:2rem;top:1.124755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvbok2FvzqAOSI0ioybukTBGPk9gNzJv { width:1.875rem;height:1.875rem;top:4.5625rem;left:9.0625rem;display:none; }
#kvbok2FvzqAOSI0ioybukTBGPk9gNzJv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lwXsywVrw8Ak2mwuvnpOTzk5hKtLC5gI { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeoNPTSWfoxa4v9DfIyTxiVB9Xw8Skyv { display:block; }
 }@media only screen and (max-width: 763px) { #AbqCv7wI0bo73qi8qZMAcDeMoGpNPAlJ { width:8.999rem;height:2.25rem;top:0.968017578125rem;left:11.0009765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2mHV0QwIXDzmAXHE6o2IrtDMMi5iIg { display:block; }
 }@media only screen and (max-width: 763px) { #gnLLdVV1w2iXXgbncuxDDKcF4Wd6VgBc { width:3rem;height:3rem;top:4.467773828125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 { display:block; }#Z100TiET6EDQl17LSuCQoxCOxVLKZ6S8 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpxtoywpPeBobefEPXTV9ikaVuKT5EtF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34b1ad97-7bca-4219-8486-de024ae990d8/z1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF.adaptive-delivery-prevent-bg, #rpxtoywpPeBobefEPXTV9ikaVuKT5EtF.lazyload, #rpxtoywpPeBobefEPXTV9ikaVuKT5EtF.lazyloading { background-image: none; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row .container { background-color: transparent; background-image: none; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row .container > .video-iframe-container { display: none; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row > .video-iframe-container { display: none; }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .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); }#rpxtoywpPeBobefEPXTV9ikaVuKT5EtF > .row .container { width:20rem;height:81.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmeVHo7wUKVQsTlTPTC6I17R99eNq9Ay { width:18.9375rem;height:3.29980625rem;top:5.4375rem;left:0.5625rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qel1C1GQfZrUleAD99Pq3OIHcTUoOMh1 { width:18.875rem;height:2.5996125rem;top:2.89990234375rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIgaUiebHewnMLKCWzvwIPJndctL5uP { width:18.1875rem;height:8.3994375rem;top:13.3115234375rem;left:0.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xfVRKmvSoqUAylXE3UAhfZM95GBLfsdv { width:18.6875rem;height:1.6499rem;top:8.6875rem;left:0.5625rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WUetACySTAJeh59gsrK3F5RdhtaP2aWX { width:18.6875rem;height:17.4824375rem;top:23.24951171875rem;left:0.655517578125rem;font-size:0.875rem;line-height:1.4;display:block; }#WUetACySTAJeh59gsrK3F5RdhtaP2aWX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3c50be3ad6c714429bbef10467dd6d7344b6670.svg); }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-text {padding-top: 0; padding-bottom: 0;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-select {padding-top: 0; padding-bottom: 0;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb  { width:17.5rem;height:auto;top:53.760986328125rem;left:0rem; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb {display:block;}#xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb { width:17.5rem;height:auto;top:53.760986328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #Q34S2UExMdbTb3SM1NEkv9moAzoxKgTo {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #Q66ilkiec87ozZny2scZpD5I7kOnpUmr {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #gslCxIW1czET31cpIg9iccWEBAFwco4y {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #T6nQ7Gy8r0K44TKFULbtILb3WQQdxuhq {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #yWPx4bMuZ2AhkTq8zhCXposSgopxPzL2 {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #V1HVdMUqquQ1WzBdK8a2imo4a6b9yQCR {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #lU7gs5BDkrzoUgpVzsNcRbuemR5Rs1KS {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #xlNLDVzGyTn06ACtc8X97CDS2aT5ED7y {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #BlAvotpgGtgAKmxPi2uBBf2u03rZvUD9 {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #xQw5rVIoQDszKGOx7U2WDIzToeoZRl2U {  }
 }@media only screen and (max-width: 763px) { #xbQNRxsyOQouIGQNTSVJtq6hOTf1SuNb #NV3JJf3ztu14AwewBtSemGGQilBxLVn6 {  }
 }@media only screen and (max-width: 763px) { #WZFAHbO6O2SWdgSkHsl6oSMZVpVJthXX { width:17.6865rem;height:2.34375rem;top:45.9365234375rem;left:1.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssHubhc2gucUirV10llT9aJJnhVn09df { width:20rem;height:8.8733125rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPNR6zLI88ORdp9bGHPIApOpt6SqEUcQ { width:5.75rem;height:4.199225rem;top:49.6240234375rem;left:13.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpSHwzoGo0GXh5vS5DkXkHfNIx8Ktuoc { width:11.0625rem;height:4.63036875rem;top:48.1240234375rem;left:1.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6eeLIZJHKVG6S7bMoqQ1TmiLGUZ8lca { width:6rem;height:6rem;top:48.624267578125rem;left:13.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEdES7IkebIO0aUPIlexxWZ6mzWSl2Bq { width:19.875rem;height:30.375rem;top:48.24951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHNW7wfgiJGILcz4ENdJakvkbsEoEk5B { width:17.8125rem;height:2.4375rem;top:74.246826171875rem;left:1.09375rem;font-size:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #UzhmwLGAZgO7xZwDRi74S03KO2BM6CmP { width:2.625rem;height:10.0625rem;top:1.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8cU23cNixZlE8w5VVR5I2J24Bvh4Uf3 { width:20rem;height:30.375rem;top:12.498779296875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Lgq2LvsdTg41A9pmubLmfPew6bvADi8b { top:84.904296875rem;left:0rem;width:20rem;height:0;z-index:15033;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #JcqLG5QP385uOvfUIwZBp6VTOzCEOo59 { width:20rem;height:2.6875rem;top:84.18701171875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffd500, #fd1300);background-image: -moz-linear-gradient(169deg, #ffd500, #fd1300);background-image: -ms-linear-gradient(169deg, #ffd500, #fd1300);background-image: -o-linear-gradient(169deg, #ffd500, #fd1300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#fd1300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#fd1300' );";background-image: linear-gradient(169deg, #ffd500, #fd1300);background-size:auto !important;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb { display:block; }#LmM4tykM4zQLU9MVGr2fa9K8uIvrZLtb > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0qc7fm3WGzuqnDLAZPuWz2eZp05UbMT { width:20rem;height:4.79980625rem;top:5.625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ymCt5rXSsTGHQoWHwTACCx4CgTy7Rho1 { width:20rem;height:1.29980625rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbF9nO1XcNZvN2yU76e287UXVWa2rL1X { width:3.75rem;height:0.125rem;top:4.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7sWomgGwkqMPSJ3b0IMklP8ZUdGdroH { width:20rem;height:7.5rem;top:10.4328625rem;left:0rem;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #NPkenTy8A7OxTrPazTzm71CfkSoRL45h { width:3.75rem;height:0.125rem;top:4.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK7PmsAuoUtaBVr0zgy6xwqGpKzhDKSr { width:10.4375rem;height:1.4624rem;top:21.763671875rem;left:4.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSBeIzZPKszHy56X6JAxMzK5xMdQFkJo { height:11.205936920223rem;width:20rem;top:24.119873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSIGN3TWV3cqVZhi6Qo53Gkm6vIOTZ9L { width:11.875rem;height:2rem;top:21.4951171875rem;left:3.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZOS24GPQXIrJuxUskwBv5gPhTZ1UTiF { width:20rem;height:1.4624rem;top:38.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7ScgyPgfQ0lR3AnZWOwK42lQwNhQUlU { width:20rem;height:2.0625rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTd9iMKH0rHF5kWhBUiAEmvIWdV9EQ3R { width:20rem;height:1.4624rem;top:55.74951171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMg1s2ly44wG7mRJTmTpRDO3mgW4SwoU { width:16.125rem;height:2.0625rem;top:55.43701171875rem;left:1.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZUUysSzTNsvmInKtbEVn6RHX0NgonX0 { height:11.205488928034rem;width:20rem;top:41.124267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa0eSiaxrMB90TQFJl16oXh0beZZwKgr { height:11.205488928034rem;width:20rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt { display:block; }#PiLpUozXCOeFXpHfDSSQbIGPZUPZilAt > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f08WEc48U3BdAsUIibTuXpUg4faJoiTC { width:11.4375rem;height:3.2940564464845rem;top:14.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzIVMv3Nb9czFi9lLo9h2vGNip2LVEFz { width:7.8125rem;height:3.1875rem;top:9.21875rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhrISrSELIysT8EtfnT8KL5Iz2TgOcEV { width:7.25rem;height:3.8120125rem;top:13.99072265625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1QXnaKeXON0iwm4TrNf3RGZPfTBwSDq { width:6.186525rem;height:2.8125rem;top:9.40625rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxZvw25kRwhaDW5qFEHMdwgqqEI2pTUX { width:13rem;height:3rem;top:19.5rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUoLDR9Ly0zZuGlTNtrsmTKkdPNfJmTp { width:20rem;height:1.29980625rem;top:3.1875rem;left:0rem;font-size:1rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #teMiABgcqExy8wTuKg0MgTa3mXgq82uV { width:3.75rem;height:0.125rem;top:3.79760625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdsWmFaToH6fCVEPA9UvOxkBwS0CkDrm { width:3.75rem;height:0.125rem;top:3.79760625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhgT4DtLswsRQ1vy1ggqKLnfy6xbVE1U { width:11.0625rem;height:0.75rem;top:6.23388671875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTec58XJeG7latsseqf3eV3pZ5ZKKANM { display:block; }#MTec58XJeG7latsseqf3eV3pZ5ZKKANM > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVg4329eGqg5cx06g1IbKr1H3Dsn4dGe { width:20rem;height:2.5996125rem;top:4.42138671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgOTcocvTId9Wm00xqKxRyC9TuaWEJyB { width:18.31175rem;height:11.25rem;top:7.894287109375rem;left:0.84228515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvFXxbTXApdy7egoKhPqObHMLQ1esi1O { width:20rem;height:1.29980625rem;top:3.201904296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XACoz6QibkmPRkeklMuTG5e1P7IliSOm { width:17.4375rem;height:12.4375rem;top:20.561767578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6T94DQVz4nV9aims88pphViIeqelVRF { width:14.0625rem;height:3.5rem;top:24.99951171875rem;left:2.93701171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdt58IHyeEFaJEqaptEyJd7gmoa2RVTq { width:1.9995125rem;height:1.9995125rem;top:21.749267578125rem;left:9.000244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPPNDOIXVz3wC9ZmoBOPLH4QC3uTva6T { display:flex;width:1.875rem;height:1.875rem;top:21.8115234375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #FIBE5RLw4h0Su3ATDIJl3WUfIGKzLu0w { width:3.75rem;height:0.125rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2OlpoSiU9TrJhwLdxMpgreqkHd88BtP { width:3.75rem;height:0.125rem;top:3.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgo3ykRgoe9rlqhu9n6BAXsRUEkUcaN { width:17.4375rem;height:16.062rem;top:33.671142578125rem;left:1.280517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6QklhVcCrWa7XniTSsco8wLltvii0TC { width:14.0625rem;height:5.8496125rem;top:41.60986328125rem;left:2.93701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTIp3lQAc2Qeq7eTWlyfOpgl2QpqPxdp { width:2rem;height:2rem;top:34.859375rem;left:8.93798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXnCgNIJqcTzQo4dnBSKkOGqN2MKt6C { display:flex;width:1.875rem;height:1.875rem;top:34.921630859375rem;left:9.25048828125rem; }
 }@media only screen and (max-width: 763px) { #fUkC4Qut3DUcv1JVEucoD8OEyL4Gy0Pv { width:17.4375rem;height:15.625rem;top:50.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6OmEJCNwXwdpEhBrcDoO757SmEDXLAx { width:14.0625rem;height:5.8496125rem;top:58rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5IMaJxvf6yGTT3GLo1beEFxaHTypuTZ { width:2rem;height:2rem;top:51.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIWTxtZG00eDqzS0R0WM0dgJNTvodDk4 { display:flex;width:1.875rem;height:1.875rem;top:51.5625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #OhAOidLvTRsGEm07fPG5hNKn5hVnNero { width:17.4375rem;height:16.062rem;top:66.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flWt40igiLnCDE7yr8XxEcqdDmasUzBO { width:14.0625rem;height:7.312rem;top:73.0625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC56tt7KT28waX9q3h2tGPqDCZBBJLmA { width:2rem;height:2rem;top:67.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCtN6R1GCoqK81odhmfZOnhLTbR5N7hh { display:flex;width:1.875rem;height:1.875rem;top:67.9375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #EKTTLT0b3642b3xrHTvTTLMHL30SmmdI { width:14.0625rem;height:2.92480625rem;top:28.498046875rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpHabxcff49ISTxMrcFwHSQk1KhgounK { width:14.0625rem;height:3.32421875rem;top:38.171142578125rem;left:2.93701171875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkcwFxwfk59gJ2i9BZhqfaHJbw3hdBDF { width:14.0625rem;height:3.0869125rem;top:54.74853515625rem;left:2.96875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiDIaGZpk5iEnlzByVGbRh8wWtuL0FzE { width:14.74975rem;height:1.75rem;top:71.1875rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTwkfB36UTTKW8r4WtJL57NTfG4utKc { display:none; }#GQTwkfB36UTTKW8r4WtJL57NTfG4utKc > .row .container { width:20rem;height:71.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qCUyiy1kiUJAdueVrFfFlTwi22Hriaxu { width:20rem;height:5.19921875rem;top:4.42138671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxPTxgNrp7DEtrzft9iam5SIrzsa2X4R { width:18.3115rem;height:7.5rem;top:10.51904296875rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9aC55i4LNdQSdywEV0V4Dva2FP5Shig { width:20rem;height:1.29980625rem;top:3.201904296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odAJDddSDMDks3Aru6VrKMCUTu5sxJkF { width:17.4375rem;height:11rem;top:20.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZDB3Gu3H8fMHr5WEzVX1Wd9H6Wakfl0 { width:13.5625rem;height:2rem;top:22.0625rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MITTc2ImG1C0mfoxMD8cRDAcEzwxJ2Bt { width:2rem;height:2rem;top:22.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMlMTLoeDdkQU1OReQJlyRFx8PX5MzXU { width:17.375rem;height:10.9375rem;top:33.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msV3sTpGzSUFEmdTmr0ZkKPTJMhiEHDZ { width:13.875rem;height:3.3994125rem;top:34.3125rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWAnQDMxd7qvvn8f5k5EPpULQ4kvrTt5 { width:2rem;height:2rem;top:34.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1lir2k8KK7Ue5o5FOvrvqbK3LEITrBx { width:17.375rem;height:10.9375rem;top:57.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF1iwtFyK1JgbrcFJTuMXMq8cc8gL1tX { width:17.375rem;height:10.9375rem;top:45.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0OLQBiP3JKg0L0xxoI4MqkKopaKo6iT { width:12.625rem;height:2rem;top:46.5rem;left:4.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWwcIAk7Rt3uPowlu7f9D97yOeitfPAx { width:12.5625rem;height:2.19970625rem;top:58.587890625rem;left:4.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BewGPSTdn0CHq43DTdx2045PuQhA5Vu2 { width:2rem;height:2rem;top:58.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb832MVyiJQZ5S8KVZKIQ3yL2cqytJL8 { width:2rem;height:2rem;top:46.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJRteMnsLqg16v2Z435LPaDgi4kW8M3 { width:3.75rem;height:0.125rem;top:3.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXDgDDVridZdNA0r1d1wqNviKiUHM9sV { width:3.75rem;height:0.125rem;top:3.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDMwO8kVvZ3C6zu9a2nA59XdBT7dpe7V { width:14.0625rem;height:5.125rem;top:25.0625rem;left:2.96875rem;font-size:0.9375rem;display:none; }#nDMwO8kVvZ3C6zu9a2nA59XdBT7dpe7V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
 }@media only screen and (max-width: 763px) { #pBAPmdyk1FcRa69Zbx4fJkPToPqwixMO { width:14.0625rem;height:5.125rem;top:37.89892578125rem;left:2.96875rem;font-size:0.9375rem;display:none; }#pBAPmdyk1FcRa69Zbx4fJkPToPqwixMO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
 }@media only screen and (max-width: 763px) { #ZiecoREQubcoaIqmgT0XTCxKseDmyHet { width:14.0625rem;height:5.125rem;top:49.375rem;left:2.96875rem;font-size:0.9375rem;display:none; }#ZiecoREQubcoaIqmgT0XTCxKseDmyHet li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
 }@media only screen and (max-width: 763px) { #gAOwn8kE6lAQnlCobvOICsLvBXkkemwt { width:14.0625rem;height:1.5rem;top:62.15625rem;left:2.96875rem;font-size:0.9375rem;display:none; }#gAOwn8kE6lAQnlCobvOICsLvBXkkemwt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_17421b14eea192bf9ac17b72e616bae76d2e8de7.svg); }
 }@media only screen and (max-width: 763px) { #GCGUDHVhMQpxhJlcVvKPkUGrhNFxsArZ { width:13.3125rem;height:3.4375rem;top:26.5rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6viSmr0vAAAMzeMVHyeDShsE2VGFU19 { display:block; }
 }@media only screen and (max-width: 763px) { #hLXWI2XMXrdVLSezoOKuKVmWPvd4hbHb { width:13.3125rem;height:3.4375rem;top:39.4375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f57aIlWBFbeSfKGOSDd7xZNmlFAKvdw3 { display:block; }
 }@media only screen and (max-width: 763px) { #vOLW0o14OpGTQLoqBqbIgkRk6WiUUVAV { width:13.3125rem;height:3.4375rem;top:51.3125rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeX93y3ISl6AZbPudkZWF7QiXPqQF2vZ { display:block; }
 }@media only screen and (max-width: 763px) { #OiERO0p4J2exS74DEinnuT35coHthvvi { width:13.3125rem;height:3.4375rem;top:63.5625rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkCMtIusm7rJybn5rU3TsUINkh2CVkU { display:block; }
 }@media only screen and (max-width: 763px) { #SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC { display:block; }#SrnpVKlmFZH6zZHOdNUKCEeRu4nPEpGC > .row .container { width:20rem;height:114.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwDAb7aAuaXmTlHkmT3eZVuCQFce4oci { width:9.375rem;height:14.375rem;top:44.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhl95oRfP74Kp75baW8ONi8vnZFGs6z { width:20rem;height:2.5996125rem;top:3.79760625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBvq5Uf1WQyPrTtw8bT3KVANRvLXNl82 { width:20rem;height:4.94970625rem;top:6.39404296875rem;left:0rem;font-size:1.375rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Th3kPQAr24iJeMwEkTt1aVKRMBVVWmIe { width:20rem;height:1.29980625rem;top:2.576904296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD0DVQseCTZ0xFuHpoWZJn1odWzNPQmn { width:9.5rem;height:3rem;top:45.9375rem;left:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbEiVXPEHDMrkFNAfbMiQC5X1KeSUFTR { width:8.125rem;height:8.125rem;top:49.9375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOqO637xTSBvGaK2JIQi5hRWfHNmArUG { width:9.375rem;height:14.5rem;top:60.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtuvRxuAxnK43vIprvR7ofyEBTwgEsxU { width:8.125rem;height:8.125rem;top:65.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrySxL71i4St4UimErKsg7bWhybO0lMW { width:8.6865rem;height:4.5rem;top:61.25rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1KX2qxTb7Oif0wLTTgmwIWG3bafXTig { width:9.375rem;height:14.5625rem;top:13.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAVfoboC2zDEqwKp4GSILvaTxgh6TkZv { width:8.125rem;height:8.125rem;top:18.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMAtBW7VTmJcdxe0W6OurgnxyVUqgE99 { width:9.3125rem;height:3rem;top:14.4375rem;left:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFGMJs6RbReZUsN4seKZ1ZFTdezpaS4e { width:9.375rem;height:14.5625rem;top:44.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr0qo6tKUMKy6vFfdonpq7fRqR21xdTT { width:8.125rem;height:8.125rem;top:50.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqlFBm6MGepRTPLttMtqae2q1zlkgUB8 { width:9.375rem;height:14.5625rem;top:28.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMXbTKiWBqhDtPUTJNahpytVdDD3ArBJ { width:8.125rem;height:8.125rem;top:34.125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNcVDCTs1wEaVXBQtSAbxOkLD3535UW3 { width:9.375rem;height:14.5625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpBe7xheMiTZf9dtCwwam8DpqZ2pRQ6d { width:8.125rem;height:8.125rem;top:18.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t80rkLnN2IpikUbeF39PuXAkn5TgTUiZ { width:9.4375rem;height:4.5rem;top:13.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7yhSmDod5x1uDVU2ggZZwO8HryZPFLa { width:9.5rem;height:3rem;top:29.9375rem;left:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoZWUAfa5LucLbp51tJXC3QoypzsOTKT { width:9.4375rem;height:4.5rem;top:45.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOstZ5peJdtHy8qdWQTGTxIKqhtwD0TG { width:9.375rem;height:14.5625rem;top:28.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqcuu7V0BXwMwF3cVcVGiLa00mKq2TQe { width:8.125rem;height:8.125rem;top:34.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz0IFLEiXLgCfBkmXlOGT0c53MCmz2Oq { width:9.625rem;height:3rem;top:30.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9yIceMDRFvJxXlpTu5sGDTpiJB0J5yQ { width:9.4375rem;height:3.0625rem;top:68.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFzZqwSlpZ0mxfGE2qPCLxrkHaBo4hcA { width:9.43725rem;height:7.87475rem;top:18.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLc393BN01Tw91XiJ2cC5w22wi6WxaUg { width:10.0625rem;height:4.6875rem;top:20.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clTwIdoXI6TBgrs69Cp515aEBumzTQ4u { width:9rem;height:6.1875rem;top:34.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGz0n014rgeT7NUzuWNsR3QkeKbPncx { width:9.812rem;height:9.812rem;top:49.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH2P4xF5dhBclrhB1siozAMKXU3OTzRN { width:2.68676875rem;height:3.125rem;top:11.341552734375rem;left:17.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0AiokH4phJWMTCvbssZlVrVtPqtlaIx { width:9.375rem;height:9.375rem;top:102.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsqfDQxGXWRwcT1mOLBTozUdGz4bP0qX { width:3.125rem;height:3.125rem;top:0.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHRciR9p7aQdRDIqPT0H71tAJ7gUrhWR { width:3.75rem;height:3.75rem;top:89.8251953125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrwfMFatlAUkXOL7FagR008lu5f2PRPB { width:9.375rem;height:14.5625rem;top:44.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbhTOHFcVXD4tZGk54yAt7KoegITMTf3 { display:block; }
 }@media only screen and (max-width: 763px) { #WeVAnEkBSLlC3qfqtatTqrNRIGlZF96M { width:9.375rem;height:14.5625rem;top:60.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t21nkkVQ2045o3kyAB1qKnq41pT8eJpT { display:block; }
 }@media only screen and (max-width: 763px) { #gQH0c9atNhis95wZ9FPVgQWAWRlI1wzJ { width:9.375rem;height:14.5625rem;top:13.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENZ7FToq1W9oerWdnXLfs3w4Hc4AMHx { display:block; }
 }@media only screen and (max-width: 763px) { #rZe1UosVX4od2wBOfBs4Lmwyp38gv1px { width:9.375rem;height:14.56175rem;top:28.8125rem;left:0.0625rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #QWGxP9k6JKQESnPO6n2lMkwDeWBRlHIx { display:block; }
 }@media only screen and (max-width: 763px) { #zLGpM9KN4zo4I6mcnX2b6SZsOfzH6S9C { width:9.375rem;height:14.5625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv0pf1C7iugLaTQP5kRIL2r2PlBUbEhW { display:block; }
 }@media only screen and (max-width: 763px) { #bigHchyldEKR0Ld75bwdqrtQL0qxBAnf { width:9.375rem;height:14.499rem;top:28.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2CCDzM1fb0IGHf7udgAiHsnhhLcxfuk { display:block; }
 }@media only screen and (max-width: 763px) { #iZstpQ2cT1n6o6HkdAibbktJerVZnqhO { width:9.375rem;height:14.5625rem;top:60.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMcAPMZCwkCHDhVCM1RyqDbFfqEufo5R { width:9.3125rem;height:1.5rem;top:61.375rem;left:10.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfUqrVxA5fx1lkOslLnB0Suw2xGunTlK { width:9.4375rem;height:9.4375rem;top:66.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w66m7t64E1nb3GO72rLetKnXObuf0C71 { width:8.125rem;height:8.125rem;top:66.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqwn7zPPqCt36269Cc4GSZAXSEe60ldO { width:8.875rem;height:2.25rem;top:62.75rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFEBuVsPPXdz0Wh8584TpkwdnapCv4xo { width:9.375rem;height:14.5625rem;top:44.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2kuVdnRxE9PsqCylfXIEbrlLAvsTOae { display:block; }
 }@media only screen and (max-width: 763px) { #TrcTxItAZQXaXqiFhXmXMyzK8FRkns23 { width:9.375rem;height:14.5rem;top:60.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIkUWaLkceVdxK0WmXUiR1tqMtdAXCKJ { display:block; }
 }@media only screen and (max-width: 763px) { #R2Xx38XSFpSzJqqOpUMEI3tlpLtD065E { top:72.451171875rem;left:0rem;width:18.2495rem;height:0.68725625rem;z-index:15070;background-color:rgba(158,82,102,0.45);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #xvWZEKX9hWF10afHWkfPsFfhNMXOlII2 { width:3.75rem;height:0.1875rem;top:3rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOaF0ycwCAgxcIyV210HRNxXUboOGf1Q { width:3.75rem;height:0.125rem;top:3rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luss7DOaMf9Aa7rSRcEB4OhbWKBahuv6 { width:9.5rem;height:5.0625rem;top:35.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRt4BdBJDDIpxHTeJGBQqJl7xbQogNw7 { width:9.375rem;height:15.125rem;top:76.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh0T7X3ZVXUXyTaUJ8g69PSNm6kQydlo { width:9.375rem;height:15.1875rem;top:76.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqfdAH3ptaDZLkgwPHvTDaDNbaPdgdJq { display:block; }
 }@media only screen and (max-width: 763px) { #r3ii7tiXTWkCu59acoqGXWhsHkg8eNHP { width:9.25rem;height:1.5rem;top:78.25rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y94fvRd6oo5e98ATLp1vOmOqKT5TJBN8 { width:9.125rem;height:1.125rem;top:80.0625rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKOInlBwJugTAa4Q1tZ1Ni8GnNR2Pshc { width:8.375rem;height:8.375rem;top:83.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVkDIrCQ2voKTThrtk2xwGEI8ECqFJy { width:8.125rem;height:8.125rem;top:82.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTSevoREX3Tiplns7PkXpC3KuF3RyZNB { width:9.375rem;height:15.125rem;top:76.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or2DPNwXXMd0aeP6dOzGuL7CGFmURSJr { width:9.375rem;height:7.5rem;top:76.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSCRMLoTNEAdJ8CcxAGaH4DEezJCOaay { display:block; }
 }@media only screen and (max-width: 763px) { #wwN7RlItGmLDSdwCEXiFSurd28JTp3g9 { width:9.25rem;height:1.5rem;top:78.3125rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPJTsUclUm1P8IFdA9iHiUNJgq2gDGL3 { width:8.6875rem;height:1.125rem;top:80.125rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXX8ifRnlsvxHntvS89exIxCINzZuyJ { width:8.125rem;height:8.125rem;top:82.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV4EafdhfGJv4kHp0zuFP6vf6XRc3Ntn { width:8.375rem;height:8.375rem;top:82.625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTxpWBDRTRDQR7Zbn0E6TPxifswTcnTi { width:9.375rem;height:15.125rem;top:93.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2dbaMQVT02elGFMX0gn0FOgCeuwbH2u { width:9.375rem;height:15.1875rem;top:76.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmAa65Lv2qu90Bc1DTG0t0PGPJy4FuJU { display:block; }
 }@media only screen and (max-width: 763px) { #yeVEfPAHcFzzdyPhzNJCf7y3DtfahVl1 { width:9.25rem;height:1.5rem;top:94.75rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqORBk7Q99kteLGgd09HlTarWu77gOrn { width:8.9375rem;height:2.25rem;top:96.5625rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUybAKoNeI2Bgk4UkZHx6qbM5nikTDfS { width:9rem;height:9rem;top:98.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvWonRE8XQ2bbXF4xrcl71mZkNRs3HD5 { width:8.125rem;height:8.125rem;top:99.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeFIOJbPbvJ5C4D9gWRSFcVUVkc10x6N { width:9.375rem;height:15.125rem;top:93.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5bgs8AMDQJfrIX30yKr8J2tMTruudyl { width:9.375rem;height:15.1875rem;top:93.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKqTpskI79T1RxJ1yFwffTsR9C329J7c { display:block; }
 }@media only screen and (max-width: 763px) { #RCMnxBCqlaWdxaTV09nUAOT4iMBiTZ4q { width:8.125rem;height:8.125rem;top:99.0625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVJFplNTXrRLmrlhI0PMnBDZLUr6Mh9 { width:8.25rem;height:3rem;top:94.75rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpgZUMGvRQofTpJz0up349lMkPAT7XxZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ.adaptive-delivery-prevent-bg, #KpgZUMGvRQofTpJz0up349lMkPAT7XxZ.lazyload, #KpgZUMGvRQofTpJz0up349lMkPAT7XxZ.lazyloading { background-image: none; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row .container { background-color: transparent; background-image: none; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row .container > .video-iframe-container { display: none; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row > .video-iframe-container { display: none; }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .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); }#KpgZUMGvRQofTpJz0up349lMkPAT7XxZ > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ds9pAJMPf1HxuAcgCZy9Ze3BzL0EtpxO { width:16rem;height:4.5rem;top:33.6875rem;left:1.6875rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(253,19,0,0.33);display:block; }
 }@media only screen and (max-width: 763px) { #IiVouKyFvl92z7VSnn8nimAEKI3uQ5HJ { width:17.25rem;height:4.79980625rem;top:2.06201171875rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpINgcTwKUGRSpoZTBo9zpGEVhdonaim { width:16.6875rem;height:7.8125rem;top:23.507568359375rem;left:1.875rem;font-size:1rem;display:block; }#rpINgcTwKUGRSpoZTBo9zpGEVhdonaim li:before{  }
 }@media only screen and (max-width: 763px) { #u8kh3M5QG7dyeVTAPHFFMTkIC790S1eF { width:20rem;height:46.75rem;top:18.373046875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F846W7Pux6r2MeATnRJnVGfgSX8vmqVg { width:19.75rem;height:25.3125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mek8tkTS0owHJsyKvnCEv1vsTOGGlcdI { width:13.18725rem;height:13.18725rem;top:57.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #miiTd9pLg4d7vUpneWBmWpnrfBuDSLf1 { width:14.6875rem;height:2.19970625rem;top:20.37158203125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba4qhSTBnDa2vbAAzB8XvuBiQpMOXV7b { width:15.75rem;height:2.0996125rem;top:6.86181640625rem;left:2.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n90RAepSi4KdqhISMPKK4ECT9pt4bO6B { width:16.8125rem;height:7.9375rem;top:9.6875rem;left:1.59375rem;font-size:0.625rem;display:block; }#n90RAepSi4KdqhISMPKK4ECT9pt4bO6B li:before{  }
 }@media only screen and (max-width: 763px) { #qPfyt3wgMZXpUtsx8iKCJWyE4WXNc9x1 { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8e8zmgifs7HUmhVrrPyabEcGvB5W6de { width:13.3105625rem;height:3.4375rem;top:71.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FknFrxiPEJhbZtNwq3I6ZVQG4UTEEfJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #AU9J9qXT3plsZgit4pQSfu82ClOSaHfH { width:16.3125rem;height:7.5rem;top:60.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfTlVOoBrKNQuFd7whdFP9k2DVJTro9w { width:14.6875rem;height:2.19970625rem;top:49.125rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0v3Esp4fsgskxrKdEh5uikApMdBSNxK { width:15.8125rem;height:4.5rem;top:51.625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyGEn7Tzf0oNpBOBlCBqFwrGt3FyATJz { width:18rem;height:7.495125rem;top:64.375rem;left:2.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTpmNoabBBxmXQ27fKq8oMZTIQTkI1d7 { width:14.6875rem;height:2.19970625rem;top:61.870361328125rem;left:1.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFWG2rzsHJQvmCnruTH2OAuvgDLADmLN { width:16.6875rem;height:6rem;top:42.125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTtNNw63te4UiKihH4agE39t36VOW9Ec { width:14.6875rem;height:2.19970625rem;top:39.75rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi.adaptive-delivery-prevent-bg, #XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi.lazyload, #XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi.lazyloading { background-image: none; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row .container { background-color: transparent; background-image: none; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row .container > .video-iframe-container { display: none; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row > .video-iframe-container { display: none; }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .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); }#XgG5QBs0Hup9K8KPC7zE3SqmnUdIJJwi > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie90WzbR0PS0uiDwSyBTz4yTkEEaMlsN { width:18.125rem;height:4.5rem;top:46.179443359375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epDnpZrLVoJIox8gFWMD5oT6MLI24995 { width:16.125rem;height:2.3999rem;top:2.3125rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7HSfRlyFSPaQ4c2Q41Ez8DzZcuWndkb { width:16.6875rem;height:12.625rem;top:32.124755859375rem;left:1.875rem;font-size:1rem;display:block; }#G7HSfRlyFSPaQ4c2Q41Ez8DzZcuWndkb li:before{  }
 }@media only screen and (max-width: 763px) { #HqOGXRnWbSGaWLZ7fvHJbfK58LTDRz1A { width:20rem;height:50.6875rem;top:26.9990234375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muT6iGPcpNxNmKrhPVn4Wz71NkckpVny { width:20rem;height:35.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbvX8R7Z9VfI3FH9pRk2PZK1pbRVhcXW { width:13.18725rem;height:13.18725rem;top:70.596435546875rem;left:3.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEULd3d7nv6AuOTpqIMTSn2mGyU6BPq4 { width:14.6875rem;height:2.19970625rem;top:28.999755859375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTA9r2wQvFew3hpdiCM7lTpTGqkzRFIm { width:17.0625rem;height:2.0996125rem;top:4.71142578125rem;left:1.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkhzEnL01OKlWSkbzNleC9ysbpr58lUw { width:14.875rem;height:3.1494125rem;top:7.375rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZsEvnEa98s9r2ywey3ITAflM43RSAwd { width:16.8125rem;height:7.9375rem;top:16.68505859375rem;left:2.03125rem;font-size:0.625rem;display:block; }#eZsEvnEa98s9r2ywey3ITAflM43RSAwd li:before{  }
 }@media only screen and (max-width: 763px) { #XTobZXohfh0kf25ioOmVbRvOhm0J15b0 { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1cZfcVyK99sVidrAX5xcVucO2Q9vXlW { width:13.31175rem;height:3.4375rem;top:85.26806640625rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8mToHw0aILVqBqq8uq42TJihwLJxTqu { display:block; }
 }@media only screen and (max-width: 763px) { #lLeUHTI1PKQiLqlKI4hIThvEGnic0mhB { width:14.6875rem;height:2.19970625rem;top:62.125rem;left:1.99951171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpn5bKEDFEfV6VowWddwagOxLwgKkIfF { width:17rem;height:4.5rem;top:65.1875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXDb7QuT3HOK6CpfNTeobMDyA1NpqCS5 { width:16.625rem;height:4.49706875rem;top:67.6875rem;left:2.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOIbQhzHBas8JmVTJX5BQwww7wGA3kGB { width:14.6875rem;height:2.19970625rem;top:65.125rem;left:2rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCUnJ6ALxzE7chZnT8zQHkT0uZsGdXXW { width:17.25rem;height:6rem;top:54.5625rem;left:1.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1isJKI7qM03BTpeDr0gvBm4s2o3o4Ff { width:14.6875rem;height:2.19970625rem;top:52.124755859375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #winQTQAgTmPhD9TSEaIUGDRDlK2vdTeQ { width:17.375rem;height:3.1494125rem;top:11.5625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVGbMAPTEAaHuy43iqLs8ChFTHp9rMGW { width:11.74925rem;height:9.82175rem;top:72.43359375rem;left:4.12353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #str9aqCct8wT7msJZooe9ponlytEJCOr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#str9aqCct8wT7msJZooe9ponlytEJCOr.adaptive-delivery-prevent-bg, #str9aqCct8wT7msJZooe9ponlytEJCOr.lazyload, #str9aqCct8wT7msJZooe9ponlytEJCOr.lazyloading { background-image: none; }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row .container { background-color: transparent; background-image: none; }#str9aqCct8wT7msJZooe9ponlytEJCOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row .container > .video-iframe-container { display: none; }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row > .video-iframe-container { display: none; }#str9aqCct8wT7msJZooe9ponlytEJCOr > .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); }#str9aqCct8wT7msJZooe9ponlytEJCOr > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8h5plFDWHSJqE4pn5rnFQa8LQI5wDiO { width:17.75rem;height:6rem;top:45.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwpeizAeKvOCXw0tLR1RxBfBoleTDWbp { width:17.375rem;height:2.3999rem;top:3.375rem;left:1.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2TL2GGbnyR3VCX60aMJlzWdX3BWE5fy { width:16.6875rem;height:12.625rem;top:31.37451171875rem;left:1.875rem;font-size:1rem;display:block; }#T2TL2GGbnyR3VCX60aMJlzWdX3BWE5fy li:before{  }
 }@media only screen and (max-width: 763px) { #Pz0sM0NZaw8MTKJBZPWBcLMONtkQ6WDH { width:20rem;height:51.375rem;top:26.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VPkaepa3x0VtwoTCNH1NK44RTeS3nnlB { width:19.9375rem;height:34.5625rem;top:1.8740234375rem;left:-0.12548828125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #FWUCQBXXnXLLGNoDszaHZOzkW2AEbCse { width:13.18725rem;height:13.18725rem;top:69.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkJWuVxShHQHe0whVbXMAvRRZziDfutE { width:14.6875rem;height:2.19970625rem;top:28.24951171875rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V71ZEXpKzVtT9FMkER6AUbfDecpZ2IZf { width:17.1875rem;height:2.0996125rem;top:5.77392578125rem;left:1.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VwlETiTTwtE82gD3Qwcv64STaECAAa4l { width:14.625rem;height:2.9746125rem;top:9rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkBWz0k8nekI9M2uXR4HgZUNHXosbuWU { width:16.8125rem;height:7.9375rem;top:16.93701171875rem;left:1.84375rem;font-size:0.625rem;display:block; }#PkBWz0k8nekI9M2uXR4HgZUNHXosbuWU li:before{  }
 }@media only screen and (max-width: 763px) { #trzxT4P46cHuXdM3FEWdQAvy3kWC7C4P { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbEz43L8PMFnu9OBT9D00xE8oaeibnZu { width:13.31175rem;height:3.4375rem;top:84.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4BJqIQd2tcAGPzgkyfS8a3KMRt29FGy { display:block; }
 }@media only screen and (max-width: 763px) { #NEaTJ2p3RlKmVsx7ASoJ6U5i3RHNw6Sd { width:14.9375rem;height:2.19970625rem;top:61.5625rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyxnUu5gtS0fWTqqtQh83JHVJxvTtNar { width:16.25rem;height:4.5rem;top:64rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akKtXXOEXUcbFW0WmrOsSsppJx3Ww83i { width:16.8125rem;height:4.5rem;top:55.5rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQVcrDJBBCJ0QzqUecs8tGOX1y7Jtsd1 { width:16.3125rem;height:2.19970625rem;top:53rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnMbrSPingZTi3RBLeEQ0PLdIIDFI6w6 { width:17.75rem;height:2.9746125rem;top:12.6875rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ2ZhsOsCoWbtuqkiFJVnuZhaiOFQ5mF { width:14.1875rem;height:7.875rem;top:71.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c.adaptive-delivery-prevent-bg, #ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c.lazyload, #ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c.lazyloading { background-image: none; }#ZUFgm9KLwfTWp6hwzr3lFuR2svVkfA3c > .row .container { width:20rem;height:72.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RaS2sQncBNUvtdVLMMTqdwh0UGC9DqEL { width:15.3125rem;height:4.5rem;top:36rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8TH8i71rB7ftxpfo6vgElAgQdGFgmrR { width:16.9375rem;height:8.7988125rem;top:6.37451171875rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #enKNK0OPNEhPQGtNclx9qrZMeZZwGlch { width:16.6858125rem;height:5.125rem;top:46.5625rem;left:1.6875rem;font-size:1rem;display:block; }#enKNK0OPNEhPQGtNclx9qrZMeZZwGlch li:before{  }
 }@media only screen and (max-width: 763px) { #xfF2VVhBp1g1xv3SS8VSzgM3MlCz65ws { width:20rem;height:37.5rem;top:23.05908203125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2i1TBrNZw6JkrZKxTZnvhVKt0X7iWWw { width:20rem;height:22.25rem;top:3.75rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oItNExgrES4v44NAWUy9zdKxSfFWm2xB { width:13.18725rem;height:13.18725rem;top:52.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMolC9zXzwZ1OQbQKKJw7qWhUmRPJPqh { width:15.4375rem;height:3.7119125rem;top:41.75rem;left:1.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNgTZG4bOiM9W5AZ9gcgDeGkbTXHkWVs { width:15.75rem;height:1.92480625rem;top:15.6865234375rem;left:1.87353515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig57QSp86dVdXKDRRsUtT7Bs0Vx6Vg3V { width:16.75rem;height:1.57470625rem;top:17.5rem;left:1.87353515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g27ATvMTkRiTAFGRBsHskxdlPlsdspe1 { width:16.8125rem;height:1.75rem;top:19.8740234375rem;left:1.873779296875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8cK6x2DqHuVotuvZFgZFiJSV6e7UMls { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1Wpb15I6vopDSTXG6kA5v4ia6AuWfpV { width:13.31175rem;height:3.4375rem;top:67.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvmQO7TSQCakHGhNf7gOFtJXySlGTqkG { display:block; }
 }@media only screen and (max-width: 763px) { #o7x5cI77F92OuCX5pQPo974duTZ9ydsH { width:12.624rem;height:8.125rem;top:55.40576171875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMG7b4dKsPTQB1DBfN8vtcJxDU9bTTqi { width:14.4375rem;height:2.19970625rem;top:24.9365234375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9lBCe0UA2ZTJv1tP1NZNMiqe2Xo9apy { width:17.0625rem;height:6.3125rem;top:28.0615234375rem;left:1.875rem;font-size:1rem;display:block; }#s9lBCe0UA2ZTJv1tP1NZNMiqe2Xo9apy li:before{  }
 }@media only screen and (max-width: 763px) { #ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4.adaptive-delivery-prevent-bg, #ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4.lazyload, #ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4.lazyloading { background-image: none; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row .container { background-color: transparent; background-image: none; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row .container > .video-iframe-container { display: none; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row > .video-iframe-container { display: none; }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .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); }#ppIwFvRqwNdCH3kc1i3ghkTgH5PNvKH4 > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABSwoK1zp3d3RQJUi7weiesuXkG3FBx0 { width:17.4365rem;height:4.5rem;top:41.830322265625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBsIV3WXnSxoTZI1zBofxAk2biNLLRnJ { width:17.5625rem;height:2.19970625rem;top:3.5rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiZxud41WmMdRUxs5swyMgHLvAIdma8z { width:16.6875rem;height:7.8125rem;top:31.9365234375rem;left:1.875rem;font-size:1rem;display:block; }#HiZxud41WmMdRUxs5swyMgHLvAIdma8z li:before{  }
 }@media only screen and (max-width: 763px) { #gqkz4hglb9K0IG4WF10Dxh3T5BtNytoz { width:20rem;height:44.75rem;top:26.81201171875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhzHSLtFF1uNVC5hJTGkRF4gR3Fro3h { width:20rem;height:33.4375rem;top:1.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Zz9gOf1cU7wm5fS1WGkfPhWaCrsFQ3 { width:13.18725rem;height:13.18725rem;top:64.84423828125rem;left:3.404541015625rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #zsDI0lTk4bM6dz892FDSDRusteTxS8BB { width:14.6875rem;height:2.19970625rem;top:28.8115234375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNZgel8k0u46fTGfJ7JtrWTCpJJqlMdN { width:17.5rem;height:2.01220625rem;top:5.69921875rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKniVSOs5W01Qc6L7h9OBc7bBVi4dw6c { width:15.3125rem;height:2.9746125rem;top:8.875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEtxyBa6qb1LxoOdNkNLnXdtVnNZDc3J { width:16.8125rem;height:7.9375rem;top:16.9990234375rem;left:1.84375rem;font-size:0.625rem;display:block; }#eEtxyBa6qb1LxoOdNkNLnXdtVnNZDc3J li:before{  }
 }@media only screen and (max-width: 763px) { #z0OsqpAFM9EOXKAwyiE9LlRQCUfthNtg { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZoqdOsLbgsu8u4y5hv5le4T8oCKzwBk { width:13.31175rem;height:3.4375rem;top:79.5927734375rem;left:3.343505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu93XpVhTNO7QkwgbSSPrTCCHtkIhEy3 { display:block; }
 }@media only screen and (max-width: 763px) { #E6oQwer2XXEgVsgxwQXM0b9Qz94oVdRW { width:16.5625rem;height:2.19970625rem;top:59.2119140625rem;left:1.84326171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJCUReQ3byFGFJX5rZBQEhbJh1HkGcJ { width:17.75rem;height:3rem;top:61.59716796875rem;left:1.873779296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6kg01mGr4MhpcCzyOXaoV6MCGWBUytU { width:16.31225rem;height:7.5rem;top:50.13232421875rem;left:1.904296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEZTuTGzeAVUWZsM94sXTvQHdF2ZEFfc { width:12.4365rem;height:2.19970625rem;top:47.7470703125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRqxPbLrBMaI6zpmcv6Qv02posTeoeiF { width:17.9375rem;height:2.9746125rem;top:12.625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyRnpMOyfCvOdBow2U1roHv1kDVFGask { width:11.62475rem;height:8.125rem;top:67.531005859375rem;left:4.18701171875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K.adaptive-delivery-prevent-bg, #h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K.lazyload, #h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K.lazyloading { background-image: none; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row .container { background-color: transparent; background-image: none; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row .container > .video-iframe-container { display: none; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row > .video-iframe-container { display: none; }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .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); }#h14TVvOOVxfsWgsNTLU0PTcb0nwT5w5K > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3o5ciwFMNtGShvHl4L0iufU7Lpb2dio { width:17.4365rem;height:4.5rem;top:36.0888671875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGVNDmQZBkm0EzdmJt5fakixghiiK97Q { width:15.625rem;height:4.79980625rem;top:3rem;left:2.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWU0ocRuiFN9fJIeW7NrqSoTec3iTn0h { width:16.6875rem;height:9.3125rem;top:24.632568359375rem;left:1.875rem;font-size:1rem;display:block; }#TWU0ocRuiFN9fJIeW7NrqSoTec3iTn0h li:before{  }
 }@media only screen and (max-width: 763px) { #OzgMIR71134pk9igK1ilHzvscXFUmu9D { width:20rem;height:45.625rem;top:19.498291015625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxT0ZEy0Q8OsZRRVid1XemrUJt27uDVo { width:20rem;height:24.6875rem;top:1.625rem;left:0.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiLbmWfGoOOy8GlJKn3iFQWKMXpdkSJC { width:13.18725rem;height:13.18725rem;top:58.060302734375rem;left:3.248291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPCrpCBL1CATPzcIbBiGsUbEICPwMuIl { width:14.6875rem;height:2.19970625rem;top:21.49658203125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3zNwzm9nT2z4BNqP2xvOQsL4ilzXOUd { width:15.75rem;height:1.92480625rem;top:7.7998046875rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDENGt4UrerS58N0lx0LoVHqOHsKNalk { width:16.8125rem;height:7.9375rem;top:10.6865234375rem;left:2.09375rem;font-size:0.625rem;display:block; }#tDENGt4UrerS58N0lx0LoVHqOHsKNalk li:before{  }
 }@media only screen and (max-width: 763px) { #I9ZcqZcB54LBqEniJEJC11T3WmB2cAOv { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRztPzCAFAAyO8xeZxyxToALTm3UGkO4 { width:13.31175rem;height:3.4375rem;top:72.808837890625rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGm9nkxbayOontBmpsXT2S5gnF7eBRsx { display:block; }
 }@media only screen and (max-width: 763px) { #Rhfz5J1rH5tgx63CvCSy6w4eG51RgPku { width:15.8125rem;height:2.19970625rem;top:51.93603515625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWqH9HEPT5kN3RcR6JU1bvzSecWSFJ1p { width:18rem;height:3rem;top:54.437255859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvqMlZInWamU8x0ipxg0mvxPJc5g3fdw { width:17.9375rem;height:6rem;top:44.437255859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6sz9WfMUzv2athgqEPXAhQXKmk1KhQw { width:14.9375rem;height:2.19970625rem;top:42.1240234375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhIDnTJUiUlcM6xMBp61OoWiMQN2FRwI { width:9.56175rem;height:9.56175rem;top:60.02685546875rem;left:4.90478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a10zBK7UC07DIfL2SaqS8gurKt99BPf8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8.adaptive-delivery-prevent-bg, #a10zBK7UC07DIfL2SaqS8gurKt99BPf8.lazyload, #a10zBK7UC07DIfL2SaqS8gurKt99BPf8.lazyloading { background-image: none; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row .container { background-color: transparent; background-image: none; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row .container > .video-iframe-container { display: none; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row > .video-iframe-container { display: none; }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .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); }#a10zBK7UC07DIfL2SaqS8gurKt99BPf8 > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ppo1lZQPfDUHLM0RCwRTVEXOsMKsA57u { width:17.4365rem;height:4.5rem;top:35.809326171875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXMCaLZuNGRLls7dEq3eSOyDGP7NV4Sa { width:16.8125rem;height:2.19970625rem;top:3.5rem;left:1.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASH6v8Lap3TJhoTFwLNnZCCL98ohRHQW { width:16.6875rem;height:9.625rem;top:24.007568359375rem;left:1.875rem;font-size:1rem;display:block; }#ASH6v8Lap3TJhoTFwLNnZCCL98ohRHQW li:before{  }
 }@media only screen and (max-width: 763px) { #QvoXru4uMfscZs4tlzE3eRX8FxrtyWfg { width:20rem;height:54.375rem;top:18.873291015625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Sgx1D3h0aXX8B3KfehLKQJvwa1TqiT { width:20rem;height:24.4375rem;top:1.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9UEZwMG8nudTVnkAGnlkV125PaTyDAl { width:13.1875rem;height:13.1875rem;top:66.332763671875rem;left:3.248291015625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #aahIo0ZLWV4ar1OoisRCRgyOEJsfFZIx { width:14.6875rem;height:2.19970625rem;top:20.87158203125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8rzEfvmFFRNUMTDK46MKmcJEaOkWm12 { width:15.75rem;height:1.92480625rem;top:6.3115234375rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzUQTUKvDWLvT2gOKuTBDWMRk4Dqxc4T { width:16.8125rem;height:7.9375rem;top:9.3115234375rem;left:1.84375rem;font-size:0.625rem;display:block; }#zzUQTUKvDWLvT2gOKuTBDWMRk4Dqxc4T li:before{  }
 }@media only screen and (max-width: 763px) { #SrXEcoprC1F5DQIum5eMMTMf3OPJH81F { width:17.0625rem;height:21rem;top:44.522705078125rem;left:1.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #An56DgFz2C8nr34J5uRE22sFMS1oovzC { width:14.6875rem;height:2.19970625rem;top:42.01171875rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXyeUq4nem8zluvXbk5uMRZ8TZMyd0Xc { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLcWhInLZFIrtRK8lDAcwcBryOrUdV6L { width:13.3125rem;height:3.4375rem;top:81.08251953125rem;left:3.311767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzWU6ILxf9V90J8QW19UF0UbpscDapn4 { display:block; }
 }@media only screen and (max-width: 763px) { #ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg.adaptive-delivery-prevent-bg, #ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg.lazyload, #ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg.lazyloading { background-image: none; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row .container { background-color: transparent; background-image: none; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row .container > .video-iframe-container { display: none; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row > .video-iframe-container { display: none; }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .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); }#ECWXWp7hTaAWkwTplhGJSCtKVPOp4Dcg > .row .container { width:20rem;height:91.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rD1XFCB7OVDUtB8sUxfHccd1o3qOqC9T { width:14.5rem;height:4.5rem;top:46.43115234375rem;left:1.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpemZwmBcPXe1T7Epavr9LiJDBOVOTve { width:16.75rem;height:4.3994125rem;top:2.875rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7mgfuRFWzivIGGiVv0ST75biESwrGxk { width:16.6875rem;height:18.625rem;top:25.070068359375rem;left:1.875rem;font-size:1rem;z-index:15059;display:block; }#L7mgfuRFWzivIGGiVv0ST75biESwrGxk li:before{  }
 }@media only screen and (max-width: 763px) { #UJ5xKu28FuiJ6wfFoLIwIqJ0648shXTh { width:20rem;height:59.0625rem;top:19.935791015625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #syRcddm2BSOQMI9Ba6cnz1EEwLMXNkHr { width:20rem;height:24.6875rem;top:1.625rem;left:-0.0625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #InmwPeKm2V3ZKQMEEFILm1L8zZd60anr { width:13.18725rem;height:13.18725rem;top:71.81201171875rem;left:3.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiGH5uauEmT3FSdH7Z6z2oNDsT3StdON { width:14.6875rem;height:2.19970625rem;top:21.93408203125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJyAufKxT8BK3VNTtNCRFhyAg15snkEF { width:15.75rem;height:1.92480625rem;top:7.8125rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkwbuTUpMcnnClzgJe3oxD8iJ50scanv { width:16.8125rem;height:7.9375rem;top:10.77392578125rem;left:1.96875rem;font-size:0.625rem;display:block; }#lkwbuTUpMcnnClzgJe3oxD8iJ50scanv li:before{  }
 }@media only screen and (max-width: 763px) { #ZXifhkWChxKyMwnrtlvnNldqHEShPNaL { width:15.8125rem;height:7.5rem;top:54.83447265625rem;left:1.8115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTFQbZ8MDVaNAyU9rPBTtKhJuIoan4T2 { width:14.6875rem;height:2.19970625rem;top:52.322265625rem;left:1.84326171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKtNsKT9f5RKKe2UZNpGPHTHTR5PPocF { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfEhUn4Xb7TEdSg59p8JelpGCCdPx772 { width:13.31175rem;height:3.4375rem;top:86.561767578125rem;left:3.311767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgl5hiBOCBGDED3CkUv4yU5BLRAppcgi { display:block; }
 }@media only screen and (max-width: 763px) { #BGBeMlLbVVLwhaUE8ma8nKxzxTJkLeqK { width:15.875rem;height:9.75rem;top:34.562255859375rem;left:2.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOMQCAcxnEgV7vt4BgQrQ9GP7ahoOgIC { width:20rem;height:2.0625rem;top:42.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzKZ07U4xKE8hEQHVTWLKXRe6HkKMwzb { width:13.31175rem;height:2.06176875rem;top:44.4375rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tpl2pi3y2ullrWePxZOL8nx8n5Wimmht { width:15rem;height:5.1245125rem;top:75.9990234375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqMPTxrFWd3VR3nFmrDS18uPPBH6L2be { width:14.6875rem;height:2.19970625rem;top:63.9970703125rem;left:1.8115234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWCvTUNcvKXTPEqQtzsz4AThTv1shL26 { width:18rem;height:4.5rem;top:66.444580078125rem;left:1.873779296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW.adaptive-delivery-prevent-bg, #htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW.lazyload, #htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW.lazyloading { background-image: none; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row .container { background-color: transparent; background-image: none; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row .container > .video-iframe-container { display: none; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row > .video-iframe-container { display: none; }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .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); }#htMkhXe3bOGhMUuT4T3DGyKQnrm7PNnW > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKBJnCKFGfvBcxLlLIyqCrdc95TOCBP7 { width:17.4365rem;height:5.625rem;top:34.9013671875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCspqrqTgdv7pn3gw16XDuLDkraRbHwE { width:17.3125rem;height:4.79980625rem;top:3.0625rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTED2EE3Vva4RO2UeexZ58ZMKt3aJXZ { width:16.6875rem;height:9.3125rem;top:24.632568359375rem;left:1.875rem;font-size:1rem;display:block; }#wqTED2EE3Vva4RO2UeexZ58ZMKt3aJXZ li:before{  }
 }@media only screen and (max-width: 763px) { #upQVWxHZ9l2Tls2cQQaqKBmyBtX4mUu1 { width:20rem;height:45.625rem;top:19.498291015625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5OqIToNJOipGzEiuVCAwgzwOIxpTN36 { width:20rem;height:24.625rem;top:1.6875rem;left:0.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnaEobHuiBUFBGCkrbw5qBnuF0IJTuLl { width:13.18725rem;height:13.18725rem;top:58.060302734375rem;left:3.248291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQxh16f4Ut0URTRsRQDiuQf8kdRXzmu4 { width:14.6875rem;height:2.19970625rem;top:21.49658203125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT3lWwFV2amTzDg4yHAlDOUekzBrJpqA { width:15.75rem;height:1.92480625rem;top:7.8623046875rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gahyuU0XrwVgaOCxRtNuNRqwkfTmcpug { width:16.8125rem;height:7.9375rem;top:10.6748046875rem;left:2.0615234375rem;font-size:0.625rem;display:block; }#gahyuU0XrwVgaOCxRtNuNRqwkfTmcpug li:before{  }
 }@media only screen and (max-width: 763px) { #OrwCdZNnglUwhUQxxSnAv8pyUJKsdJrJ { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNVJ14QCP1xL5KwuAXLZIHOeWT5pBZXh { width:13.31175rem;height:3.4375rem;top:72.808837890625rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8GgmzVdd64HkcTOqJA9X8t4oOdTbLl { display:block; }
 }@media only screen and (max-width: 763px) { #MiRNAChlFuRCTQaxc3iKhsStPhQXQWOX { width:15.8125rem;height:2.19970625rem;top:50.87353515625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1G1xOqFXBJBdM0g6sLEuEIuJ98WfaXC { width:18rem;height:4.5rem;top:53.37451171875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBquqg0SU7JH7E2JhRbSc74mBWh4yVo0 { width:17.9375rem;height:6rem;top:43.37451171875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBFJmfTI3QIHkBkGmTlH7EsBpJHtSei8 { width:14.9375rem;height:2.19970625rem;top:41.0615234375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0QAztglOupPUt0BVLWBd1iH3l4CF1TH { width:9.5rem;height:9.5rem;top:60.02685546875rem;left:4.90478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT5BTftVWnsyihzP3GW2WAIBJoaLbczz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz.adaptive-delivery-prevent-bg, #hT5BTftVWnsyihzP3GW2WAIBJoaLbczz.lazyload, #hT5BTftVWnsyihzP3GW2WAIBJoaLbczz.lazyloading { background-image: none; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row .container { background-color: transparent; background-image: none; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row .container > .video-iframe-container { display: none; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row > .video-iframe-container { display: none; }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .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); }#hT5BTftVWnsyihzP3GW2WAIBJoaLbczz > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1Nf5O8pMNgS6k7FzUw6ItpSBWE8OM3z { width:17.4365rem;height:3.9375rem;top:38.3388671875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K520TtsJlNWPTrNUTclV44QbOgsMs4Dw { width:16.75rem;height:4.79980625rem;top:2.75rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnpgXkADyDqFmkfO7a0TfekT6peImxm7 { width:16.6875rem;height:12.3125rem;top:24.632568359375rem;left:1.875rem;font-size:1rem;display:block; }#MnpgXkADyDqFmkfO7a0TfekT6peImxm7 li:before{  }
 }@media only screen and (max-width: 763px) { #X1pbbPIXC8pyIGpH8W0wxFZPk1y1JsCP { width:20rem;height:45.625rem;top:19.498291015625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ZOg7LTdNcW5cXlSkQySET2DbLXpOVp { width:20rem;height:24.3125rem;top:2rem;left:0.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8IuOFO4eTMB53KSE9MUvrcKJapI9qOH { width:13.18725rem;height:13.18725rem;top:58.060302734375rem;left:3.248291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLEakSs2VJoJX6J9uXQWdEi7GozU03Q { width:14.6875rem;height:2.19970625rem;top:21.49658203125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUIAMnHVeCgKrXrVkwNXlOUawPLKgfRz { width:15.75rem;height:1.92480625rem;top:7.5498046875rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxiR91597rxeNI5oSyq8yu0ilx0dq3Tp { width:16.8125rem;height:7.9375rem;top:10.5498046875rem;left:1.90625rem;font-size:0.625rem;display:block; }#oxiR91597rxeNI5oSyq8yu0ilx0dq3Tp li:before{  }
 }@media only screen and (max-width: 763px) { #t5zrDAcMsS6JLsosqtvGtvgQX75KiZRR { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdJgfoIx8Kbe9DLqPacGTXMJuyICK9rE { width:13.31175rem;height:3.4375rem;top:72.808837890625rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHT08fw2Ns0q9uh88fT5LoXPX7agPWrS { display:block; }
 }@media only screen and (max-width: 763px) { #Xt6egm3P0aLrz74Cp9zRPnKKA9V2Dekh { width:15.8125rem;height:2.19970625rem;top:51.93603515625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfwMvMczNgx6zi4Ts5NZgm3f8vBE9Bo1 { width:18rem;height:3rem;top:54.437255859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enFaiqnaH0lEbLhxP470xb3KqGzIkzgi { width:17.9375rem;height:4.5rem;top:46.49951171875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFaiKu9xQrvOy7mNVlLMHxmor4Wtxax { width:14.9375rem;height:2.19970625rem;top:44.1865234375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NilX88x942NkS46oa8o8uJa7SuBR5kfM { width:9.5rem;height:9.5rem;top:60.02685546875rem;left:4.90478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx.adaptive-delivery-prevent-bg, #ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx.lazyload, #ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx.lazyloading { background-image: none; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row .container { background-color: transparent; background-image: none; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row .container > .video-iframe-container { display: none; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row > .video-iframe-container { display: none; }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .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); }#ZNrOA8BIBVM2tg102pUgrIkR5lK9uBZx > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ndb7Dr3LbObZRaKPWbmDS2ttJrSfbFU8 { width:17.4365rem;height:4.5rem;top:36.0888671875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9KSDmt5TVQuQP639KJtKhGzpoScOOgr { width:17.25rem;height:4.79980625rem;top:3.3125rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NmTEkGvMGRQ0vbKrWgmDuE2ARGAOUv { width:16.6875rem;height:10.8125rem;top:24.632568359375rem;left:1.875rem;font-size:1rem;display:block; }#i1NmTEkGvMGRQ0vbKrWgmDuE2ARGAOUv li:before{  }
 }@media only screen and (max-width: 763px) { #FQXX1TUqJhzNDVH8xcADTrLFoHaNhfUH { width:20rem;height:45.625rem;top:19.498291015625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9gILUKEEObiVAi2JK3hJmvJAiL6St36 { width:20rem;height:24.0625rem;top:2.25rem;left:0.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKFT8LV6dUdqwvnEXJPiKmSRPRBrhCRd { width:13.18725rem;height:13.18725rem;top:58.060302734375rem;left:3.248291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9qz8ZcE4NSIDu5zZ8lu0yMp08CwcLvS { width:14.6875rem;height:2.19970625rem;top:21.49658203125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o71i8a18tKlO6zr3ZmFOmO1NzrzZOxuL { width:15.75rem;height:1.92480625rem;top:8.1123046875rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxVWOdEU8G7IpNkEd5fsNZpsy5Sb5eL1 { width:16.8125rem;height:7.9375rem;top:10.6865234375rem;left:1.96875rem;font-size:0.625rem;display:block; }#hxVWOdEU8G7IpNkEd5fsNZpsy5Sb5eL1 li:before{  }
 }@media only screen and (max-width: 763px) { #saMcqeTNm5lLwlMn2OK5rLDbumnysT20 { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ClqhWvQStbJALD7NKeBxrGiCITSgXva5 { width:13.31175rem;height:3.4375rem;top:72.808837890625rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aamKssI2mVQlemylfLT1kMxlTHstxmkP { display:block; }
 }@media only screen and (max-width: 763px) { #pWyD3n5kJamLiSTconcDyHy3ad5EZmv4 { width:15.8125rem;height:2.19970625rem;top:51.93603515625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe5qrQyyNmCChI5tAemo9BlC8CeTPHTu { width:18rem;height:3rem;top:54.437255859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovUk2VoiwkcSLvcFd9qcUHeIZ3FXi4cJ { width:17.9375rem;height:7.5rem;top:44.437255859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9gR7MT53PrbkOHoXCvGHMfDBWVPECre { width:14.9375rem;height:2.19970625rem;top:42.1240234375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyOi2NnydgeHxQgcuB1kwD7xtUU959nz { width:9.5rem;height:9.5rem;top:60.02685546875rem;left:4.90478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU.adaptive-delivery-prevent-bg, #ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU.lazyload, #ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU.lazyloading { background-image: none; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row .container { background-color: transparent; background-image: none; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row .container > .video-iframe-container { display: none; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row > .video-iframe-container { display: none; }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .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); }#ZwEf15gTt5x5J0nlxCG5ssM2K14RdsOU > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUxNkKtTy40Wit8D8i3tUW4ZrHG8qvpH { width:17.4365rem;height:4.5rem;top:36.0888671875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3LIPusnEey3Zg0Qzcnc65xO2uP57yiy { width:17.8125rem;height:4.79980625rem;top:2.99951171875rem;left:1.6865234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyIktZyPT8ULW57GA5KLhTog6bslB1QM { width:16.6875rem;height:9.3125rem;top:24.632568359375rem;left:1.875rem;font-size:1rem;display:block; }#QyIktZyPT8ULW57GA5KLhTog6bslB1QM li:before{  }
 }@media only screen and (max-width: 763px) { #EBz1g0cULFc247z8FCIm0vtN5vAhvzUG { width:20rem;height:45.625rem;top:19.498291015625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Rx5ZCPSeQtv8WXVUZesVdGSFfi28p6 { width:20rem;height:24.3125rem;top:2rem;left:0.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USe47l5KnZMGm4mawEaAaNe9h55JrgDZ { width:13.18725rem;height:13.18725rem;top:58.060302734375rem;left:3.248291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTECTZwLt20EDI6eJrISPn4vtmq8IMK { width:14.6875rem;height:2.19970625rem;top:21.49658203125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryKP0CKeSvfasMN9WUwCd2sUrCD50zmC { width:15.75rem;height:1.92480625rem;top:7.79931640625rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7GTTPo1UkskEOF1ZNlM2KKph97rphiF { width:16.8125rem;height:7.9375rem;top:10.6240234375rem;left:1.71875rem;font-size:0.625rem;display:block; }#P7GTTPo1UkskEOF1ZNlM2KKph97rphiF li:before{  }
 }@media only screen and (max-width: 763px) { #yPwNQ88Q5mH1CzKPHTDCueaAa4TG8i0v { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wG9xXNGXmvxiQfTm4vTXQVqKxTf7namq { width:13.31175rem;height:3.4375rem;top:72.808837890625rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsU7N3Tya67UxK6Xhr4NJgyH7stRf6Ga { display:block; }
 }@media only screen and (max-width: 763px) { #oWgG6IgHJdagc8PCaLDOrSrx5XAtZJZx { width:15.8125rem;height:2.19970625rem;top:50.31103515625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpfG2maaOlNNKagB3W0Px5hD9slpppsN { width:18rem;height:4.5rem;top:52.81201171875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bslgkcusCso53ozwcF9RlVPOhtPH625m { width:17.9375rem;height:4.5rem;top:44.437255859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCuZB85pyG6uaIXpx67mvKLluGfVNThr { width:14.9375rem;height:2.19970625rem;top:42.1240234375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QScpue1P7Wl7skT44oHU5Lq2ITwyudW9 { width:14.625rem;height:14.625rem;top:57.90185546875rem;left:2.77978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUJ7W8vuAJOwydazZahbFJggxyMckb8s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2f9e7-a44d-4d3c-b745-7e0b7926a43b/Nowyprojekt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s.adaptive-delivery-prevent-bg, #SUJ7W8vuAJOwydazZahbFJggxyMckb8s.lazyload, #SUJ7W8vuAJOwydazZahbFJggxyMckb8s.lazyloading { background-image: none; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row .container { background-color: transparent; background-image: none; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row .container > .video-iframe-container { display: none; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.89); }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row > .video-iframe-container { display: none; }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .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); }#SUJ7W8vuAJOwydazZahbFJggxyMckb8s > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFw2azHpo0X0nGa4y6NP6xXTadUykO9N { width:17.4360625rem;height:6rem;top:32.87158203125rem;left:1.6572265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiT4LJi1EltIzi7y37zpx5afULQV1EVN { width:18.0625rem;height:2.19970625rem;top:3.125rem;left:0.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFAefFxJHqV72FfHCLaWi8v94dT5dI29 { width:16.6875rem;height:7.8125rem;top:24.007568359375rem;left:1.875rem;font-size:1rem;display:block; }#zFAefFxJHqV72FfHCLaWi8v94dT5dI29 li:before{  }
 }@media only screen and (max-width: 763px) { #LxnPPHp3QDWcV17OURXrU30xqzuxTgdg { width:20rem;height:54.375rem;top:18.873291015625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTEK3TAqrxyVESO8tTQy5z7t71ugQ29X { width:20rem;height:24.75rem;top:1.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTzIiLKuWlKTf8ksJwC9z1iBBmuMnuv { width:13.1875rem;height:13.1875rem;top:66.332763671875rem;left:3.248291015625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ecJLPlPyWlTuKXVKR4xwxid6Tq9ctS0c { width:14.6875rem;height:2.19970625rem;top:20.87158203125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHrKscrMTUCQ34disIeNLzuRMr5LvSU { width:15.75rem;height:1.92480625rem;top:5.9990234375rem;left:2.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzCQnnERpcOGT3OF5Eyq1DdAs0gTZKma { width:16.8125rem;height:7.0625rem;top:8.8115234375rem;left:1.59375rem;font-size:0.625rem;display:block; }#lzCQnnERpcOGT3OF5Eyq1DdAs0gTZKma li:before{  }
 }@media only screen and (max-width: 763px) { #BZKaCTT93iLKshywbiHqOexmNKdR4mKx { width:17.0625rem;height:17.125rem;top:44.522705078125rem;left:1.8115234375rem;font-size:1rem;display:block; }#BZKaCTT93iLKshywbiHqOexmNKdR4mKx li:before{  }
 }@media only screen and (max-width: 763px) { #BosdLrWuqchX0WCiT1pVsw7kXQU6EcX6 { width:17.5625rem;height:2.19970625rem;top:40.88671875rem;left:1.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8V3G99lV6WJXSZBNlix0pJATQoPFoST { width:20rem;height:0;top:27.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtL6TtEk7rGhNdaNlTp15nppCCeFP8n5 { width:13.3125rem;height:3.4375rem;top:81.08251953125rem;left:3.311767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzZcJEfupFMMJdcsX4F0QOvDc2RIttxV { display:block; }
 }@media only screen and (max-width: 763px) { #XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0 { display:none; }#XRJLtIbuTXBxdw0kPDsDv1ZsAnCSSlI0 > .row .container { width:20rem;height:137.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a4uqIDgyzf19Fr37Xw2ITmhhawX6WzRw { width:20rem;height:5.199225rem;top:5.21630859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnxVyk8hONdcol3XEMuU3stw2Lqnyw0S { width:20rem;height:1.29980625rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxgcElOFaPA4cSt6HpM0sukcFTcbbSDE { width:3.75rem;height:0.125rem;top:121.1875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQttW5u7RuG6LRn7yQAkGUTVIkOL3LMx { width:17.1875rem;height:3.75rem;top:8.233642578125rem;left:1.995849609375rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dcJiSwJgdNr1bWzK5i1wAOucbJ3EmqPH { width:15.9985625rem;height:4.72411875rem;top:18.404541015625rem;left:1.99951171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1RIa8MMomeXTmqb5Q9hoWlRkUOr2qDK { width:20rem;height:23.5625rem;top:15.9375rem;left:0rem;box-shadow: -0.25rem -0.1875rem 0.6875rem rgba(7,7,7,0.99) ;display:block; }
 }@media only screen and (max-width: 763px) { #n3KTcalLeFTZI9zn0vJety12QnpkIG06 { width:3.75rem;height:0.124511875rem;top:4.3359375rem;left:2.999267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF72kIMXUA0Aw6lncQz5LpTk6aTBcSSw { width:17.37425rem;height:6.298825rem;top:24.569091796875rem;left:1.31103515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWItpAHqILwNCiOf4UpFiqxmdzRTcvG0 { width:19.0625rem;height:4.72411875rem;top:32.499267578125rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJh8p16W9N3X7TRPdN0JDT426m8eM6Ix { width:13.9375rem;height:27.1875rem;top:14.154052734375rem;left:3.02978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzIpE7KuUMmCs6sA3Me1fuCqpiMHVclE { width:19.5625rem;height:39.207rem;top:50.7861328125rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#PzIpE7KuUMmCs6sA3Me1fuCqpiMHVclE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e2276923dee4e7fc560bd9f2a5e2aabbe642e6eb.svg); }
 }@media only screen and (max-width: 763px) { #nQovEA47I1z8HdPpWyTf0FraUI98AP9C { width:20rem;height:5.25rem;top:44.4140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnQ3H4F0RPPzg14KPzdPrHTc7Li2Fa8p { width:20rem;height:14.812rem;top:91.99951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsQ7MzI6A6dgVaHBdrlzTELbmhko7B4w { width:17.99925rem;height:11.89794375rem;top:106.81030273438rem;left:0.99853515625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLdvSbvDld662zLTKkgkx4K9MMUkPrQy { width:20rem;height:27.6875rem;top:104.80590820312rem;left:0rem;box-shadow: none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTHRkNcJP7aVLBx9lW9G1550zHr0Cxv4 { width:20rem;height:6rem;top:120.70434570312rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8h7M2ao41Q24MIpH2ndIUM5Wu6Fofv { width:8.8733125rem;height:2.5996125rem;top:126.95288085938rem;left:5.343017578125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6dw7gtnHsvSaTd5IPgUpQBNRe0iGbNQ { width:15.249rem;height:10.125rem;top:93.438720703125rem;left:2.37548828125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #O8ynEvKxV7pOnFFzmyOZoPMNptB1geG1 { width:10.68725rem;height:3.4375rem;top:130.69458007812rem;left:4.65576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9ngHhayvTrznE1fMARxefKOpumKT7KI { display:block; }
 }@media only screen and (max-width: 763px) { #lcnefPVTaBINFoRtfihUXJMpyG7mZRqm { width:3.125rem;height:6.90625rem;top:14.957275390625rem;left:8.4375rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOymnAJzPE0h94cbcb7iKfIyZ4Fa33lH { width:3.125rem;height:6.90625rem;top:21.861572265625rem;left:8.4375rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em4bcOaE1B5ia6tfymAAw2XAM8naGWtd { width:3.75rem;height:0.124511875rem;top:4.3359375rem;left:13.262939453125rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/16fedd7d-8ee6-46d9-b535-4acf1b5f9a6d/pexelsrezwan1078884.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e.adaptive-delivery-prevent-bg, #MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e.lazyload, #MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e.lazyloading { background-image: none; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row .container { background-color: transparent; background-image: none; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row .container > .video-iframe-container { display: none; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row > .video-iframe-container { display: none; }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .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); }#MtSHnA5nNf9ZIKpyiamoP79S4f4TxR2e > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNDzyCcVMlFX2KoQNiweZibEq2F5t1bh { width:13.75rem;height:5.199225rem;top:2.748046875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdgQtShbnmEJrJDqAhcGfERiZ9skaLF5 { width:18.9978125rem;height:6.5rem;top:8.92822265625rem;left:0.50048828125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RT8tMQkQM5ndnsbrTtWwtK4y5FUbEJQ7 { width:20rem;height:62.9375rem;top:1.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-text {padding-top: 0; padding-bottom: 0;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-select {padding-top: 0; padding-bottom: 0;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.3;overflow:hidden;height:auto; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .widget-radio-label { font-size:0.8125rem;overflow:hidden; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C  { width:17.5rem;height:auto;top:15.34912109375rem;left:0rem; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C {display:block;}#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C { width:17.5rem;height:auto;top:15.34912109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #W5LOBNeE5LrgpBhyVTUZgCuZLBinDHrw {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #adTQRi3fVOcKUMGTK6S6KTNlKvzEXwAp { display:block; }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #twEmD7BBIiBsGkzPOWy1GOs3hHUWP3lw {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #CP2DLVOEuOyZkNAqZEsJJk8RLCS96wiW {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #PPIfh3WACxd3gqpVbRJ991J6mLO3QmwZ { display:block; }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #nCB5etAUBcIcQ5GVzagNhxhaGpuHCotD {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #LEJ8LW3T1LZs5ptD5oCSeJCRnWppeOpX {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rIQ8x85lxfdm8FL6nRZsrcCATqOCetAq { display:block; }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #osXbzyUs6A5UcG4JvTtywvNH6oN7CVlF {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #X98pk3Ma4wd1iow7lRlSFbo8MBMPZIL0 {  }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #X98pk3Ma4wd1iow7lRlSFbo8MBMPZIL0 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #HlBAL7naE4qSeeQ0Zh2uufefb4KzclTQ {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #bCbDxKA7ahOJrsHfErJVZH4zQ8CQCHOi {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #g5zBERLsuzBqlacb6CfcLEPGXggPBydP {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #incrNJvi6nJaWTiXfZHQ6b1VAs71Q5Uq {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #t5k22CUbIZRiVnDGisFZ5BbK9kLLukAF {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #XTNLeeuac7OkG3OqzddhK795UucnfKvf {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #iMktKdDmHysg96CQGwCT4cqECc3MFRZ6 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #STzcoSacWEc73pvtWBcOSr2nbAbkehHG {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #lKBpW50uBocorqrXq2ZnG9FRpDsosCA0 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #Sna6Vi9Dl3GRBFeM6Zf07The8wCU6EV6 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #qlUhXn4koQT0MHOmdaNSowbusCGZm7X6 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #KTCLhAXo7buGANpMV4KmqpSc7X11pQH1 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #SpGn0SyW6lteRHhN86ifL6mDHqSDiTcT {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #SLE2sOWI4qv0Aik0aoXD3fL4WlAJ6EaN {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #VIfaQsbsyLPHvZfy19JxIyAtTLmmmIdR {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #FSFFJKpnAewhxmRgh9er1a9l5bMgyfoE {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #BxAdUR7MapKXiagyLA8B8MDINulRZiGK {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rcoAfJ3nCKTmCf7TpdxMnDUhD071UQ5a {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #OuqInQuipnwr0c4gBls0yqcFA5XhdwdM {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #wSEvlwHP98cf5xrgklHAzooTx4fp2dNt {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #WBruQ8RPwCBN9TT5PJu1ERcwp1tfawC2 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #zftflOnofHGSIOTGL2tuaZaOFDq7sTr8 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #d55Kqkym817cZXcTtasXrXkoQxcnecSi {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #wE0h1T5K5lyT2KoTuJ8xm6ouNOX7rRXG {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #e0PIbUT29lOoVXnfG7DWapokKoQfR6TS {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #gFkKxLl5RUCiGgbO5b3vP7M6N3KKvXfq {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #vMdiTGcoUegENXDIOsrxoaLhnGCtVEVm {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #bGWhAtMT05pfXTynTcTXqbVVhRcp3GLJ {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #h4N4Wad22MJuHpmGwZNAVzdVXqsVxTp1 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #pufqVtbN6otmDpWrxctaGvo7TbwH91cU {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #gI5TEUqHDFtFKKycQcDbTnoJrHhxGctT {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #XDBCsHoxAA984ElNm4WFDWCmixaPyqgl {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #HQRhQT5WBFQHuEawsU6ARyG9SnqJTcgO {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rugshUh8WPHwP1NRu3WyuhSWQOc2WTeH {  }
#nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #rugshUh8WPHwP1NRu3WyuhSWQOc2WTeH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #HWqawo0T4SdvoJJDZsN1GXLp3UrSQazi { display:block; }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #v2v2wtig29RgTOUgRVs02I1eWug96vor {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #Af9isLHSaN503TFcl3zIOLHBJG0ExtFH {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #KoKPX9nsWkAFRk1w43buC4Jc8af2GvQE {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #Bm62mk0EgMUvRqi717DoLyhV8MpyK0ti {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #JHabbTiWyJ4nOxNP0ZA6KU01ol4tf8v1 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #VglCIBRryanfVQosK10F2PlqkJzZeThX {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #emQ7mxaZ27iBnTHNJE1hivKTbQZOmUP8 {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #N3CVTHvH06Ph23b7A8WTtuhkgJtq54NA {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #QA7fSEycHImviHLkKPk12FzPGtsH4FtU {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #FLfhqi44R4de1k8ayh9qiBFeDsOAIpyT {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #E3iTSGLT8xnKdTrnPSvsMSb3Pgv08dGe {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #g6k1DmKlbNrHzbQgky87Gg6BhUCKZq3H {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #ChdbxMxxIU580Tz9Qx5DaaC7HGU45oVl {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #nr7BToqxMdVnCqxRBhg5BfpaGURPFNxQ { display:block; }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #SqB1LgNyE08Q7PkOPd2PiG8RJboJb5xG {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #hxvtJhSViXN76r9LT7VJ6nAq7DRteBce {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #O1iu9vuQTKi3uTG2bS4dOF1Vmr1DzlCW {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #IIa1QTwkpqAl17CveDWOfl13DILluosO {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #NHNet6h5zE1ZCPvOmanUb9Z2tizl18uU {  }
 }@media only screen and (max-width: 763px) { #nUsXqhW3o7SbXZoG1viPa4Zh1JA3su3C #fbPkuxUwnPl5W9inZcVaTfyJg01HzM2g {  }
 }@media only screen and (max-width: 763px) { #k9eUCkSThKR0KXyZmSdVM7IsTDMF1iM4 { width:18.5rem;height:2.88720625rem;top:83.859375rem;left:0.75rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TxXMOHR57K85KloDTx5hiO7BdE5lmfou { width:3.75rem;height:0.125rem;top:6.061279296875rem;left:0.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqfeKmLCb24vJKz4mTICi8snFT0c8BQD { width:3.75rem;height:0.125rem;top:6.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh { position:relative;z-index:auto;display:block; }#ocD3GHAsngGPGhwnCr6x1nJHXpG9lGFh > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS1ZJEeV4C7snv18EH0Flgag0T4l5is1 { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZQ1uvGgEFkgSF0yzyGytwHZDdfRkE74 { display:block; }
 }@media only screen and (max-width: 763px) { #PBFIJNCPziLV28gF3pILDB5V5b9gvTRt { width:3.75rem;height:3.75rem;top:6.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWCbFP9W84diOq3Ew4aF2rkwgvuAUKcx { width:3.75rem;height:3.75rem;top:6.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGWRdA1ipc3RbZ40xcCw54ERhOWmes8 { display:block; }
 }@media only screen and (max-width: 763px) { #OuiJKzAZfxqogvI8qCGsIPNWAF5Xt0EH { display:flex;width:2.5rem;height:2.5rem;top:6.8125rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #ohpb9cxILB5Ilzq9uA1VIzIw3ZduETxH { width:3.75rem;height:3.75rem;top:6.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbL0TtK7laFwv0bb27lk8x508o4FvxUx { display:flex;width:2.1875rem;height:2.1875rem;top:7rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #b3VzZDKQIC4WvFDQWvymfz3ih7Rv2udZ { width:3.75rem;height:3.75rem;top:6.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZzXQLkBT8VvkcTBpFxmQCUTXuKzd13C { display:block; }
 }@media only screen and (max-width: 763px) { #AZNz3hk6x7GaOHc8E1tNamdGSLicHxum { width:2.9375rem;height:2.9375rem;top:1.5rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSzE4DUcXzD3683HIOzcEkfKkV74TdEJ { width:1.6875rem;height:1.6875rem;top:2.125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyXKPzMNtCiLtsB20unlJBQEw93XA4Mo { width:11.25rem;height:2.5rem;top:1.937255859375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfL0H55hyaUL7HBiWKq67aUUptmp8UBc { width:14.625rem;height:1.48730625rem;top:11.25rem;left:2.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCo8m94mPg2nd8o2W5r7gJTDm2PkffRe { width:20rem;height:2.2744125rem;top:13.98730625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }