.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,217,255;--color-primary-1:128,128,255;--color-primary-2:0,0,255;--color-primary-3:0,0,128;--color-primary-4:0,0,38;--color-secondary-0:217,221,224;--color-secondary-1:128,141,153;--color-secondary-2:0,27,51;--color-secondary-3:0,14,26;--color-secondary-4:0,4,8;--color-tertiary-0:255,255,255;--color-tertiary-1:175,182,188;--color-tertiary-2:158,158,158;--color-tertiary-3:149,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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 { z-index:auto;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { position:absolute;display:block;z-index:15000;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:5rem;width:10rem;top:1.5625rem;left:6.25rem;overflow:hidden;display:block; }
#XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.34375rem;left:48.561637878418rem;display:block; }
#vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:32.812934875488rem;display:block; }
#kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { background-color:#99e000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:21.186416625976rem;display:block; }
#SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:55.311851501465rem;display:block; }
#kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D40V6yBD64xBozXV2RDIt4TtnfVKN27u { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7480625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.34375rem;left:40.250003814698rem;display:block; }
#K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:62rem;display:block; }
#n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.4989151954651rem;left:35.9375rem;display:none; }
#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { border-width: 0; border-radius: 0; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/673c5ade-c30e-4a7e-8de6-8097e1df2ffc/energiawarszawatop01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { background-color: transparent; background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .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); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { border-width: 0; border-radius: 0; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;overflow:visible;position:relative;display:block; }#qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { 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:1.1875rem;width:18.75rem;top:42.125rem;left:17.5rem;overflow:hidden;display:block; }
#FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { color:#bababa;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:42.187255859375rem;left:6.749267578125rem;height:1.1254875rem;font-style:normal;display:block; }
#Rs54D0U3JxdOoG7Sab7At0qLNdDobvEr { box-sizing:content-box;height:43.75rem;width:38.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: 12.5rem -15.625rem 6.25rem rgba(0,0,0,0.7) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
#y0qmM6CTBWEKMf206HTVfHZczABtBEbM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.309375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:24.8125rem;left:6.7468776702881rem;height:10.35155625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nZ527FpwTMbD4l7CdktQXv859dL8RK1e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.9361991882324rem;left:69.408638000487rem;display:none; }
#KNleC7sCz2i70daiwl60PeKp98LnoT01 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.59375rem;left:22.123046875rem;display:none; }
#f4zy1vtEkRAEtN1eXdmBsF8dVGveJKmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1tldURm96OXPrJEBJW28gQNI9ymp2lJ { background-color:#bababa;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.860375rem;height:3.42285rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6015625rem;left:30.435546875rem;display:none; }
#VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlBiF48IsWOluJ254GLyhlwXkX1ZNw86 { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:13.82421875rem;left:21.843751907349rem;height:4.19705rem;font-style:normal;display:block; }
#EFnafTHv0K7o6bZLXUXi2FgVoOw9nNKB { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.824218273163rem;left:6.7468776702881rem;height:4.19705rem;font-style:normal;display:block; }
#BVfy9QnOVk3rhNUqarCT5mJ5qhXsVsLT { box-sizing:content-box;height:6.25rem;width:0.1875rem;position:absolute;display:block;z-index:15012;background-color:#99e000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.899219512939rem;left:20.03750038147rem;display:block; }
#evg8pJREM5NeRWBOLrvfd7A9LGk3ULrX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:21.4375rem;width:65.8125rem;display:none; }
#DoHo8mW8ivlbgWMcqORZTlXCG7xFCmAI { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vGpk0XZlI4taS60pD6r8RuSmQoZCnBXu { background-color:#99e000;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5305rem;height:3.342775rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.65576171875rem;left:17.54638671875rem;display:none; }
#ZpPf7OVVv3NCzm6eCtriaWt1vZBV3OWI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwBhmaN7feeBQSAwWPUc89I5fTdeuvyM { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:2.875rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#Rb3ibM2iyB2EA13phUgWuOJUh70899A0 { position:absolute;display:block;z-index:15008;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:5rem;width:10rem;top:3.625rem;left:3.9375rem;overflow:hidden;display:block; }
#sJAOB2EkcFMGRnGFqkoh4lSNuSL7zaet { background-color:#99e000;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.70467375rem;height:3.32812375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.4375rem;left:18.4375rem;display:block; }
#knppga4h9ZGhX7hWl2S41aurhD29ME3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pmh2QKU9k5A2s1JMchM1PlK8Im8y2WtO { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.81442375rem;height:3.3758675rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.375rem;left:28.375rem;display:block; }
#y6AFaIIQIFFHfbZUQsfGyLry7XqgaMC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Og8oyWqJrK0IdK0t8DnhKEqFF69gQnxw { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.68573625rem;height:3.3758675rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4.375rem;left:36.375rem;display:block; }
#ZfAxN2bsseRQyS8ZPDSxuo1Ovn8PhGWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQrxD5an88xDu24LbhTJ9M7ewxNNwPGG { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.82967375rem;height:3.3921425rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.375rem;left:45.25rem;display:block; }
#LtudvMP4l1Z8BoSIxdyrqLIE3kXUaHzS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCLaVvc4S6russ9L2pr7GTzbsoWtozFD { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.51717375rem;height:3.32812375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.4375rem;left:53.25rem;display:block; }
#cQ06fPaifNzVWKnkbBQ8vIexI9lBRAZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bogi1rfIgb9ZH085hcpvDWEu9WeEDZ0C { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.92361125rem;height:3.3650175rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.375rem;left:65.9375rem;display:block; }
#NBFyH4rnaudXR3xzmPoVVXN5zZcODABU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);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; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { background-color: transparent; background-image: none; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container > .video-iframe-container { display: none; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row > .video-iframe-container { display: none; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .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); }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { border-width: 0; border-radius: 0; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#kzuahtgvDUkvvtFT8LXtz80Bo7WTIfr5 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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;height:26.875rem;width:49.25rem;top:3.1228332519531rem;left:11.779514312744rem;overflow:hidden;display:block; }
#XSIVXzgT3UG7cPTC0uKvrchao3zhkuG1 { color:rgba(var(--color-secondary-2),1);display:block;width:51.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:33.247615337372rem;left:11.781684875488rem;height:12.24391875rem;font-style:normal;display:block; }
#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ab54c8fb-741b-4a06-b10d-27310183a977/ludzie.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; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.adaptive-delivery-prevent-bg, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyload, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyloading { background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { background-color: transparent; background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .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); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { border-width: 0; border-radius: 0; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#WWaW70WDz2eDte4IixTUtaAEdySssolX { color:#99e000;display:block;width:44.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:3.2470703125rem;left:15.4052734375rem;height:5.4242625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CfTRZ9iCzmttz6GP4nwuT4NzQdIMTehR { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4978125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:12.454833984375rem;left:11.75048828125rem;height:7.6953125rem;font-style:normal;display:block; }
#p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f175f916-a04f-46c0-9223-9ebf60455068/energiawarszawaparalaxa.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:none; }#p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq.adaptive-delivery-prevent-bg, #p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq.lazyload, #p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq.lazyloading { background-image: none; }#p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq > .row .container { border-width: 0; border-radius: 0; }#p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:none; }#osOauSf24HpDgfkHyASG46hOsNTT0iJ7 { color:#99e000;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:4rem;left:26.5625rem;height:3.15rem;font-style:normal;display:block; }
#ION8FvB5sdeNJ7zSlM7tCCCZ9H0tZOrX { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:7.875rem;left:26.5625rem;height:7.8735625rem;font-style:normal;display:block; }
#k8JaPEULO7PCHhVsRIgfvpyUKghOAI2b { color:#99e000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:21.875rem;left:26.5625rem;height:3.15rem;font-style:normal;display:block; }
#CG0yvHQ0RxQSfmb91ZPJZvVQdMxOigWZ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:25.4375rem;left:26.5625rem;height:7.8735625rem;font-style:normal;display:block; }
#FxCNIn4ILo5w007DF6fo4xzW0EXRGno6 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:15.625rem;top:2.25rem;left:7.5rem;overflow:hidden;display:block; }
#SZfk6htQGXmEmpI68eKPVXpBGkOgk4NZ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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.625rem;width:15.625rem;top:20.125rem;left:7.5rem;overflow:hidden;display:block; }
#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { background-color: transparent; background-image: none; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container > .video-iframe-container { display: none; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row > .video-iframe-container { display: none; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .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); }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { border-width: 0; border-radius: 0; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:75rem;position:relative;display:block; }#wTIFu4L7aQ4xkbud0BWmv0K2qsLNsw3R { color:#000048;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:15.875rem;left:10.437501907349rem;height:12.24394375rem;font-style:normal;display:block; }
#dCXIqe2DqgOd9VS9pkMFk4KaUW1sgPib { color:#0000ff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:3.1875rem;left:11.0625rem;height:7.75035rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EaA39Ot7QNTZCpdgrICa1EEMnXlAGMG4 { box-sizing:content-box;height:17.3125rem;width:28.75rem;position:absolute;display:block;z-index:15003;background-color:#f9f9f9;background-image:none;top:13.999566555023rem;left:7.3122825622556rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#G2psbTAqqQUsCrSoH4pnpkwVkRhx1gob { color:#000048;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:15.874566555023rem;left:41.687286376953rem;height:10.49481875rem;font-style:normal;display:block; }
#Bgl2giohG3CGRvdGadiaki2gaApXV7ik { box-sizing:content-box;height:17.3125rem;width:28.75rem;position:absolute;display:block;z-index:15005;background-color:#f9f9f9;background-image:none;top:14rem;left:38.562501907349rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#sKfmLb69JWF7oJCVMU0Xx5xBvpuUplPz { box-sizing:content-box;height:17.3125rem;width:28.75rem;position:absolute;display:block;z-index:15009;background-color:#f9f9f9;background-image:none;top:36.1875rem;left:38.375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#gXShqFL8Ib6CfdDsbeHwNvfBqrDpU3IX { color:#000048;display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:38.624557495118rem;left:41.499568939209rem;height:10.49481875rem;font-style:normal;display:block; }
#AUlzw4QJKq0G3BpiFxT5tcJWDXEu1Mox { color:#000048;display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:38.12434387207rem;left:10.437284469604rem;height:10.49481875rem;font-style:normal;display:block; }
#WvPei8GQTDWJrzalJD8Fo3B4JSzdQPtX { box-sizing:content-box;height:17.3125rem;width:28.75rem;position:absolute;display:block;z-index:15001;background-color:#f9f9f9;background-image:none;top:36.375rem;left:7.3125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#uw6o96LtuJdBIJigb6Hc242Zr4HTa0vc { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.130208969116rem;left:62.625rem; }
#hG972sTUhU5WXkIdL99G7suHtuuisKV9 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.131288528443rem;left:31.310764312744rem; }
#aHgFB18skceBnoozS20DxBnVKIfXugC4 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:47.317710638046rem;left:62.4375rem; }
#f0VSXBRsM6PWf2MLU4ovFeMmN5tpGzo6 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:47.318789005279rem;left:31.310764312744rem; }
#o40s2dpXSnif2XStT7qEzuET3kyrR23E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { background-color: transparent; background-image: none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container > .video-iframe-container { display: none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row > .video-iframe-container { display: none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .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); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { border-width: 0; border-radius: 0; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:75rem;position:relative;display:block; }#yygFMBeAihLSJ3GDeMXIMxJcwfcg2Vh5 { color:#000000;display:block;width:29.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:46.219610214233rem;left:33.701171875rem;height:4.4987rem;font-style:normal;display:block; }
#IkVdQtXzUtJ1WKIaAnOTrTBGirtefiXa { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:14.969616413116rem;left:33.200958251953rem;height:5.24739375rem;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; }
#cOLLV3W0sks6V0kTycPhTQsdRHl7wfOp { color:rgba(var(--color-primary-2),1);display:block;width:63.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.625rem;left:11.25rem;height:4.35004375rem;font-style:normal;display:block; }
#O1qdetFX4cMPb9p1rRJEiT1srVDJOZMU { position:absolute;display:block;z-index:15005;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;height:11.875rem;width:17.875rem;top:11.625rem;left:11.25rem;overflow:hidden;display:block; }
#JkNAd9elpQMUBfNkQSpgvXDos0t0pSaW { position:absolute;display:block;z-index:15006;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;height:11.9375rem;width:17.9375rem;top:27.1875rem;left:48.4375rem;overflow:hidden;display:block; }
#qfoQDgWAlXMnOkQ99CJEZJvNIbPnU54l { color:#fafafa;display:block;width:15.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:21.8125rem;left:12.374134063721rem;height:2.24935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGwPimeToga3qhivTDXWLyltoZXwWTG3 { color:#fafafa;display:block;width:15.7483125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:37.388671875rem;left:49.873046875rem;height:2.24935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oHikGCVhWLPueszWfRAiJadPRBtiRfFR { position:absolute;display:block;z-index:15007;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;height:11.875rem;width:17.875rem;top:43.25rem;left:11.6875rem;overflow:hidden;display:block; }
#I5BHf0oNhVa9pKpwhTp2Xtl3hKxpiBM6 { color:#fafafa;display:block;width:18.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:53.436859130859rem;left:11.25rem;height:2.24935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xty5fCricTto1RAmR18r5AnSsXrVmOzN { color:#000000;display:block;width:29.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:30.157331466675rem;left:16.185981750488rem;height:4.4987rem;font-style:normal;display:block; }
#IFI2x6g84BaPXMOtzLGNBpWU6AqEWWKW { box-sizing:content-box;height:11.9375rem;width:55.0625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:11.624357223511rem;left:11.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;display:block; }
#KtwdFDolIwHy9PKQe882UO1UJK1kDwxh { box-sizing:content-box;height:11.9375rem;width:55.1875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:27.186416149139rem;left:11.193794250488rem;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; }
#V11PA6672g0roA4EwHDrpGVwIEWbQmUS { box-sizing:content-box;height:11.936875rem;width:55.186625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:43.318145751953rem;left:11.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;display:block; }
#gpKXHXxxCwdGklsl14QCHHfvF7XKq3NL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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:none; }#gpKXHXxxCwdGklsl14QCHHfvF7XKq3NL > .row .container { border-width: 0; border-radius: 0; }#gpKXHXxxCwdGklsl14QCHHfvF7XKq3NL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpKXHXxxCwdGklsl14QCHHfvF7XKq3NL > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;position:relative;display:none; }#VqITelVNoaTlI0hIMurRn80938DGpcHh { color:#000000;display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:12.5rem;left:11.25rem;height:3.44970625rem;font-style:normal;display:block; }
#O8agZnN0Os1TZJx6KXNyxQLzbGLdbEZT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17.625rem;left:11.25rem;height:6.9970625rem;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; }
#mp0fAxK3bOIcyBr8kXBHvikTSq8upWEo { color:#000000;display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:40.68603515625rem;left:0.5615234375rem;height:3.44970625rem;font-style:normal;display:block; }
#qciQosVZPEADVZhn0R2HP5hJNekgWupT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:49.468994140625rem;left:9.18701171875rem;height:6.9970625rem;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; }
#W3hSX9waPppJGe76VoRi2M4GZKWVXMLi { color:rgba(var(--color-primary-2),1);display:block;width:63.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.625rem;left:11.25rem;height:4.3505875rem;font-style:normal;display:block; }
#H8HoIsMk6o7vFFhqiRzx1Oq2MXzSu8Ik { position:absolute;display:block;z-index:15005;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;height:11.9375rem;width:17.9375rem;top:12.5rem;left:48.5rem;overflow:hidden;display:block; }
#nbtGwBUCz49KAAtH5I0eF8aexB2xR0PN { position:absolute;display:block;z-index:15006;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;height:12rem;width:18rem;top:29.875rem;left:48.5625rem;overflow:hidden;display:block; }
#gsV22pMtwNLwKQHz1vXq5GSiAtUhnQy8 { color:#fafafa;display:block;width:15.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:22.386474609375rem;left:49.593505859375rem;height:2.6245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDz1NvXZ09tdgncilhZNxUGLfMQo1O17 { color:#fafafa;display:block;width:15.7483125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:39.93408203125rem;left:49.593505859375rem;height:2.6245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QqXbTF2VBX6tTMeWzNfg6M8K0a1hEShg { position:absolute;display:block;z-index:15007;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;height:11.9375rem;width:17.9375rem;top:44.686279296875rem;left:48.466796875rem;overflow:hidden;display:block; }
#pmvsH6BSUoVg0lP3e8i08bvIvwEdbwpe { color:#fafafa;display:block;width:18.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:54.638427734375rem;left:48.031005859375rem;height:2.6245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container { background-color: transparent; background-image: none; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container > .video-iframe-container { display: none; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row > .video-iframe-container { display: none; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .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); }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container { border-width: 0; border-radius: 0; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#lDuEBxCdNf5VvTdeSAa0uFg2N5rikHyu { position:absolute;display:block;z-index:15004;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;height:18.75rem;width:18.75rem;top:3.375rem;left:11.4375rem;overflow:hidden;display:block; }
#mp6cJZwuTL2rWBrHUGFOmeFgQ4u9eXkE { color:rgba(var(--color-secondary-2),1);display:block;width:21.186rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:7.5010690689088rem;left:37.623699188233rem;height:8.7456875rem;font-style:normal;display:block; }
#pICR1xrx0Q1svkL5nhLboND9PaNfGb0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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:none; }#pICR1xrx0Q1svkL5nhLboND9PaNfGb0c > .row .container { border-width: 0; border-radius: 0; }#pICR1xrx0Q1svkL5nhLboND9PaNfGb0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pICR1xrx0Q1svkL5nhLboND9PaNfGb0c > .row .container { font-size:0.875rem;font-family:arial;height:61.125rem;width:75rem;position:relative;display:none; }#sTb2q5NJeyeWhLRzFoiG815CbD14DgOm { color:rgba(var(--color-primary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.3125rem;left:9.0625rem;height:3.875rem;font-style:normal;display:block; }
#SF7QR0nZueblz9GTTHPanL68c5X8z2Qz { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.404296875rem;left:9.0625rem;height:41.235375rem;font-style:normal;display:block; }
#NTpkNia2nVPhsbZFQV01GDWBdtKT7vR7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.4033203125rem;left:44.6875rem;height:35.0500625rem;font-style:normal;display:block; }
#o50FQgfbdPKTUSvHP8wBCpLnXIqOt9JE { box-sizing:content-box;height:2.6875rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.875rem;left:44.6875rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#PqOxsTuO1TLWMOJcVzQXmV6gUoEBdIcn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:51.375rem;left:45.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kQTt7Lsns3xHqTgO9ZHvlC8sC2HDHioJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:51.9375rem;left:66.4375rem; }
#IuVbWGvk9zRd43D9FStq33QyfinNlL6k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f175f916-a04f-46c0-9223-9ebf60455068/energiawarszawaparalaxa.jpg");background-position:top right !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; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k.adaptive-delivery-prevent-bg, #IuVbWGvk9zRd43D9FStq33QyfinNlL6k.lazyload, #IuVbWGvk9zRd43D9FStq33QyfinNlL6k.lazyloading { background-image: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { background-color: transparent; background-image: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container > .video-iframe-container { display: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row > .video-iframe-container { display: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .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); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { border-width: 0; border-radius: 0; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;position:relative;display:block; }#NTOR9mZl4qks8KDM0TTraC9A1T1PXHfr { color:#99e000;display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.7109375rem;left:11.25rem;height:9.446625rem;font-style:normal;display:block; }
#vmTRKSURvFhPT6hS47SI7UwzIVnkdOMd { 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:4.375rem;width:12.87475rem;top:38.56201171875rem;left:11.25rem;overflow:hidden;display:block; }
#cJSznP0Ai47gfTlwIVmG1gDZkHFVhtnW { 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:40rem;width:20.99975rem;top:10.810546875rem;left:46.124267578125rem;overflow:hidden;display:block; }
#mTNRDTLFgO2Cxg69zOq4va51hq38BqXM { color:#99e000;display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:21.95703125rem;left:16.21875rem;height:2.39968125rem;font-style:normal;display:block; }
#ylsmr72g0eiWAXJedpTWTrCLXgZaXLVU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.75rem;left:11.21875rem; }
#HGDJAcZlnurN4gcHszUFaeFqVmTnpZak { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.76171875rem;left:11.21875rem; }
#Px4ccORpZPz3nBPecJFLxIcCrpXUpyeU { color:#99e000;display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:26.125rem;left:16.21875rem;height:2.39968125rem;font-style:normal;display:block; }
#s4hq0oq6oISVNfBmT8zZqEv8BKU1lQdf { color:#99e000;display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:30.75rem;left:16.25rem;height:2.3990875rem;font-style:normal;display:block; }
#ydp0EKtcfl5cwbswlHFcavkvp1BN3cNn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.375rem;left:11.25rem; }
#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .row .container { background-color: transparent; background-image: none; }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .row .container > .video-iframe-container { display: none; }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .row > .video-iframe-container { display: none; }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .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); }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .row .container { border-width: 0; border-radius: 0; }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .row .container { font-size:0.875rem;font-family:arial;height:62.0625rem;width:75rem;position:relative;display:block; }#DVeU1TyL9phGN7wKsRPkHxAI4K8cESSS { color:rgba(var(--color-secondary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.9351129531861rem;left:20.37109375rem;height:1.50035625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMSZkM8GOAg9Dmngd07PEgQdkIdrQG34 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:8.8125rem;left:29rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sf9IGCyt8loTSwwDcAThfcXZdWOiZHzM { position:absolute;display:block;z-index:15003;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.3125rem;width:17.5rem;top:12.75rem;left:5.3125rem;overflow:hidden;display:block; }
#t8kvKPSWJbd5ZyLxgZTBOKR2dCDZe1Lo { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:4.49978125rem;width:15.2495625rem;top:13.125rem;left:30.875rem;overflow:hidden;display:block; }
#oGkAFrSg6VKWcqcUDxMZRJP0yeI3kSXc { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:12.061625rem;top:22.8125rem;left:55.625rem;overflow:hidden;display:block; }
#b0a3osVDBnZiZGwUMx9aq78AfsyvyiTm { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.56228125rem;width:15.061875rem;top:22.4375rem;left:35.75rem;overflow:hidden;display:block; }
#yVHwpHBA7s0khI84SI0RSySoAmEADSVB { color:rgba(var(--color-tertiary-2),1);display:block;width:18.872625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:31.5625rem;left:27.9375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eq57zLTBh7wrcIdAnXzQNVV3KkGZ9lkb { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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.06185rem;width:5.56206875rem;top:36.25rem;left:18.375rem;overflow:hidden;display:block; }
#ioG2WnTtAmXasUBbo9VNH4GPErPnMpuR { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#U1TZcxfPuIV7t6wevGGOQR8H3f4vMe0L { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.6248125rem;width:7.6248125rem;top:35rem;left:0.8125rem;overflow:hidden;display:block; }
#ys0ULzQLn7c3LnRvRvf1XCoEQ4F98Nra { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93685rem;width:9.749375rem;top:37.8125rem;left:52.9375rem;overflow:hidden;display:block; }
#V3rakQyN7PbKnMqZRPkNJPLaSHpSVZsM { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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.62413125rem;width:10.186625rem;top:53rem;left:51.1875rem;overflow:hidden;display:block; }
#PPK1zLDnxcLgrc5LhxyxlWZNgaMe3ZKc { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:4.6875rem;width:8.499375rem;top:52.4375rem;left:29.0625rem;overflow:hidden;display:block; }
#kTwWilsaERxf8DLzCT1HUBp2LfSawSUE { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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.06206875rem;width:8.811875rem;top:53.25rem;left:39.6875rem;overflow:hidden;display:block; }
#LW20PSboa9Fa4NabwBL0TXHfVc8bvOu8 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:8.75rem;top:53.1875rem;left:63.9375rem;overflow:hidden;display:block; }
#VUl2dOvEuDD4SILeTeMKC1bX2mlEBgwN { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top: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:4.87413125rem;width:4.87413125rem;top:36.375rem;left:65.875rem;overflow:hidden;display:block; }
#FzyTareLT1g1kimzkZsQA6935aWSNeb0 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:4.56163125rem;width:10.811625rem;top:13.125rem;left:55.0625rem;overflow:hidden;display:block; }
#FDsBGX6G2qTXeNST6wWh1El1IkEKThms { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top: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:8.9375rem;top:45.375rem;left:1.75rem;overflow:hidden;display:block; }
#hSAJUNUbOvb1xnVGB8SSKIeambstiPHT { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top: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.99913125rem;width:8.2498125rem;top:45.125rem;left:23.8125rem;overflow:hidden;display:block; }
#chwM24azzE7zqymBwfDTiiFgEUT8h8EQ { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top: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.68706875rem;width:7.999125rem;top:44.8125rem;left:12.9375rem;overflow:hidden;display:block; }
#eT4qJN21dvHteHEA9KFXZ5SUPk8Bhl25 { 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:4.43685rem;width:13.4375rem;top:22.0625rem;left:17.5rem;overflow:hidden;display:block; }
#r31nrLPPDyeomJQ7xNFDw7pID4assT4f { position:absolute;display:block;z-index:15005;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.37435rem;width:7.3123125rem;top:21.5625rem;left:5.3125rem;overflow:hidden;display:block; }
#oIop5he8aAngLVAC2pnZJvgA09wDZvHr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.436625rem;width:6.436625rem;top:35.5625rem;left:44.9375rem;overflow:hidden;display:block; }
#IOLWomkXQQK5ki7NTlN0TB36lk2ehrJR { position:absolute;display:block;z-index:15008;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.749125rem;width:6.4995625rem;top:35.4375rem;left:37.4375rem;overflow:hidden;display:block; }
#TfH5TR4miP8AuJiXIuHm1Kl3Q3pIUR2U { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.0620625rem;top:36.75rem;left:26.8125rem;overflow:hidden;display:block; }
#JuMGtAO12PvXnVf6NGZCH5OW9NhvPdUo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.06185rem;width:7.1875rem;top:36.25rem;left:9.8125rem;overflow:hidden;display:block; }
#AHG4DeFQTcugM2UnXIZamaqSLKDsliIT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.49978125rem;width:6.12413125rem;top:44.1875rem;left:49.75rem;overflow:hidden;display:block; }
#mttXhWwNBJlO4zmB7Z91vATZTvMZzR7W { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:44.4375rem;left:42.1875rem;overflow:hidden;display:block; }
#Tb8u0SwpbTSHmOfceyre4hCIMwvfx5tR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:3.18685rem;top:44.1875rem;left:34.8125rem;overflow:hidden;display:block; }
#fM5F0dmMI0prwqtQMJtprlp3KDHn0mPU { 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.1875rem;width:8.75rem;top:53.6875rem;left:18.5rem;overflow:hidden;display:block; }
#I5R52ZwfVqLmZO4eVAAsVL4Ka2lZd2rZ { position:absolute;display:block;z-index:15009;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.87478125rem;width:7.999125rem;top:44.6875rem;left:57.9375rem;overflow:hidden;display:block; }
#DBDTBcMwJh0ScZ6a8TWpQ2dl7z3ktCOy { position:absolute;display:block;z-index:15008;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.68706875rem;width:5.625rem;top:52.9375rem;left:9.6875rem;overflow:hidden;display:block; }
#DcnnTy4c0WMG4qNQBSyV7w1LbgXCNWIX { position:absolute;display:block;z-index:15009;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:4.81228125rem;width:5.43728125rem;top:52.4375rem;left:1.75rem;overflow:hidden;display:block; }
#zgHkUl0fTuKvcsKFQv8vlLPIf6RwG8TJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56206875rem;width:5.87456875rem;top:43.875rem;left:67.125rem;overflow:hidden;display:block; }
#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { background-color: transparent; background-image: none; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container > .video-iframe-container { display: none; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row > .video-iframe-container { display: none; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .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); }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { border-width: 0; border-radius: 0; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#UBM7sd9PK9eW3rZKdJ3OO1m0wZ0S0W0k { color:#99e000;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.125rem;left:29.0625rem;height:3.875175rem;font-style:normal;display:block; }
#NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.25rem;left:29.0625rem;height:3.2487rem;font-style:normal;display:block; }
#fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.0625rem;height:2.59874375rem;font-style:normal;display:block; }
#ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { 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:11.625rem;width:11.625rem;top:4.6875rem;left:11.5625rem;overflow:hidden;display:block; }
#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { background-color: transparent; background-image: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .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); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { border-width: 0; border-radius: 0; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { color:rgba(var(--color-tertiary-1),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.5rem;left:6.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:55rem;display:block; }
#H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:10rem;height:5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:47.75rem;height:6.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:6.25rem;height:3.4375rem;top:2.3125rem;left:34.936637878418rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:6.875rem;height:3.4375rem;top:2.3125rem;left:19.187934875488rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:11.25rem;height:3.4375rem;top:2.3125rem;left:7.5614166259762rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:6.25rem;height:3.4375rem;top:2.3125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.6875rem;height:3.4375rem;top:2.3125rem;left:26.625003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:9.8125rem;height:3.4375rem;top:2.3125rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { width:3.125rem;height:3.125rem;top:2.4375rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { width:18.75rem;height:1.186525rem;top:42.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { width:12.5rem;height:1.125rem;top:42.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs54D0U3JxdOoG7Sab7At0qLNdDobvEr { width:38.125rem;height:43.75rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0qmM6CTBWEKMf206HTVfHZczABtBEbM { width:28.25rem;height:13.75rem;top:24.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ527FpwTMbD4l7CdktQXv859dL8RK1e { width:3.125rem;height:3.125rem;top:2.875rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNleC7sCz2i70daiwl60PeKp98LnoT01 { width:8.125rem;height:3.4375rem;top:4.5625rem;left:8.498046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4zy1vtEkRAEtN1eXdmBsF8dVGveJKmp { display:block; }
 }@media only screen and (max-width: 763px) { #s1tldURm96OXPrJEBJW28gQNI9ymp2lJ { width:6.8125rem;height:3.375rem;top:4.5625rem;left:16.810546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block; }
 }@media only screen and (max-width: 763px) { #UlBiF48IsWOluJ254GLyhlwXkX1ZNw86 { width:20.375rem;height:4.1875rem;top:13.8125rem;left:8.2185325622556rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFnafTHv0K7o6bZLXUXi2FgVoOw9nNKB { width:12.3125rem;height:4.1875rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVfy9QnOVk3rhNUqarCT5mJ5qhXsVsLT { width:0.1875rem;height:6.25rem;top:12.875rem;left:6.41250038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #evg8pJREM5NeRWBOLrvfd7A9LGk3ULrX { width:47.75rem;height:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoHo8mW8ivlbgWMcqORZTlXCG7xFCmAI { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGpk0XZlI4taS60pD6r8RuSmQoZCnBXu { width:9.5rem;height:3.3125rem;top:4.625rem;left:3.92138671875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpPf7OVVv3NCzm6eCtriaWt1vZBV3OWI { display:block; }
 }@media only screen and (max-width: 763px) { #fwBhmaN7feeBQSAwWPUc89I5fTdeuvyM { width:47.625rem;height:6.25rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb3ibM2iyB2EA13phUgWuOJUh70899A0 { width:10rem;height:5rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJAOB2EkcFMGRnGFqkoh4lSNuSL7zaet { width:8.6875rem;height:3.3125rem;top:4.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knppga4h9ZGhX7hWl2S41aurhD29ME3M { display:block; }
 }@media only screen and (max-width: 763px) { #pmh2QKU9k5A2s1JMchM1PlK8Im8y2WtO { width:6.8125rem;height:3.375rem;top:4.375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6AFaIIQIFFHfbZUQsfGyLry7XqgaMC2 { display:block; }
 }@media only screen and (max-width: 763px) { #Og8oyWqJrK0IdK0t8DnhKEqFF69gQnxw { width:7.625rem;height:3.375rem;top:4.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfAxN2bsseRQyS8ZPDSxuo1Ovn8PhGWK { display:block; }
 }@media only screen and (max-width: 763px) { #tQrxD5an88xDu24LbhTJ9M7ewxNNwPGG { width:6.8125rem;height:3.375rem;top:4.375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtudvMP4l1Z8BoSIxdyrqLIE3kXUaHzS { display:block; }
 }@media only screen and (max-width: 763px) { #BCLaVvc4S6russ9L2pr7GTzbsoWtozFD { width:11.5rem;height:3.3125rem;top:4.4375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ06fPaifNzVWKnkbBQ8vIexI9lBRAZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #Bogi1rfIgb9ZH085hcpvDWEu9WeEDZ0C { width:5.875rem;height:3.3125rem;top:4.375rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBFyH4rnaudXR3xzmPoVVXN5zZcODABU { display:block; }
 }@media only screen and (max-width: 763px) { #TerFg4ro5vmBgo7mwEpGHup6UWm7doyT { display:block; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzuahtgvDUkvvtFT8LXtz80Bo7WTIfr5 { width:47.75rem;height:26.056472081218rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSIVXzgT3UG7cPTC0uKvrchao3zhkuG1 { width:47.75rem;height:13.9375rem;top:33.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah { display:block; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWaW70WDz2eDte4IixTUtaAEdySssolX { width:44.125rem;height:5.375rem;top:3.1875rem;left:1.7802734375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfTRZ9iCzmttz6GP4nwuT4NzQdIMTehR { width:47.75rem;height:7.6875rem;top:12.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq { display:none; }#p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #osOauSf24HpDgfkHyASG46hOsNTT0iJ7 { width:33.625rem;height:3.125rem;top:4rem;left:12.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ION8FvB5sdeNJ7zSlM7tCCCZ9H0tZOrX { width:38.75rem;height:7.8125rem;top:7.875rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8JaPEULO7PCHhVsRIgfvpyUKghOAI2b { width:38.75rem;height:3.125rem;top:21.875rem;left:9rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG0yvHQ0RxQSfmb91ZPJZvVQdMxOigWZ { width:38.75rem;height:7.8125rem;top:25.4375rem;left:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxCNIn4ILo5w007DF6fo4xzW0EXRGno6 { width:15.625rem;height:15.625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZfk6htQGXmEmpI68eKPVXpBGkOgk4NZ { width:15.625rem;height:15.625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 { display:block; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTIFu4L7aQ4xkbud0BWmv0K2qsLNsw3R { width:20.8125rem;height:13.9375rem;top:15.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCXIqe2DqgOd9VS9pkMFk4KaUW1sgPib { width:47.75rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaA39Ot7QNTZCpdgrICa1EEMnXlAGMG4 { width:28.75rem;height:17.3125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2psbTAqqQUsCrSoH4pnpkwVkRhx1gob { width:24.0625rem;height:12.1875rem;top:15.8125rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgl2giohG3CGRvdGadiaki2gaApXV7ik { width:28.75rem;height:17.3125rem;top:14rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKfmLb69JWF7oJCVMU0Xx5xBvpuUplPz { width:28.75rem;height:17.3125rem;top:36.1875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXShqFL8Ib6CfdDsbeHwNvfBqrDpU3IX { width:22.9375rem;height:12.1875rem;top:38.5625rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUlzw4QJKq0G3BpiFxT5tcJWDXEu1Mox { width:22.0625rem;height:13.9375rem;top:38.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvPei8GQTDWJrzalJD8Fo3B4JSzdQPtX { width:28.75rem;height:17.3125rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw6o96LtuJdBIJigb6Hc242Zr4HTa0vc { width:6.25rem;height:6.25rem;top:25.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG972sTUhU5WXkIdL99G7suHtuuisKV9 { width:6.25rem;height:6.25rem;top:25.125rem;left:17.685764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHgFB18skceBnoozS20DxBnVKIfXugC4 { width:6.25rem;height:6.25rem;top:47.3125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0VSXBRsM6PWf2MLU4ovFeMmN5tpGzo6 { width:6.25rem;height:6.25rem;top:47.3125rem;left:17.685764312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #o40s2dpXSnif2XStT7qEzuET3kyrR23E { display:none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yygFMBeAihLSJ3GDeMXIMxJcwfcg2Vh5 { width:29.75rem;height:5.9375rem;top:46.1875rem;left:18rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkVdQtXzUtJ1WKIaAnOTrTBGirtefiXa { width:29.375rem;height:5.25rem;top:14.9375rem;left:14rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOLLV3W0sks6V0kTycPhTQsdRHl7wfOp { width:47.75rem;height:4.3125rem;top:3.625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1qdetFX4cMPb9p1rRJEiT1srVDJOZMU { width:17.875rem;height:11.875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkNAd9elpQMUBfNkQSpgvXDos0t0pSaW { width:17.9375rem;height:11.9375rem;top:27.1875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfoQDgWAlXMnOkQ99CJEZJvNIbPnU54l { width:15.6875rem;height:2.1875rem;top:21.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGwPimeToga3qhivTDXWLyltoZXwWTG3 { width:15.6875rem;height:2.1875rem;top:37.375rem;left:32.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHikGCVhWLPueszWfRAiJadPRBtiRfFR { width:17.875rem;height:11.875rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5BHf0oNhVa9pKpwhTp2Xtl3hKxpiBM6 { width:18.8125rem;height:2.1875rem;top:53.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xty5fCricTto1RAmR18r5AnSsXrVmOzN { width:29.375rem;height:5.9375rem;top:30.125rem;left:2.5609817504883rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFI2x6g84BaPXMOtzLGNBpWU6AqEWWKW { width:47.75rem;height:11.9375rem;top:11.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtwdFDolIwHy9PKQe882UO1UJK1kDwxh { width:47.75rem;height:11.9375rem;top:27.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V11PA6672g0roA4EwHDrpGVwIEWbQmUS { width:47.75rem;height:11.875rem;top:43.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpKXHXxxCwdGklsl14QCHHfvF7XKq3NL { display:none; }#gpKXHXxxCwdGklsl14QCHHfvF7XKq3NL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VqITelVNoaTlI0hIMurRn80938DGpcHh { width:35.625rem;height:3.4375rem;top:12.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8agZnN0Os1TZJx6KXNyxQLzbGLdbEZT { width:33.75rem;height:7rem;top:17.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp0fAxK3bOIcyBr8kXBHvikTSq8upWEo { width:35.625rem;height:3.4375rem;top:40.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qciQosVZPEADVZhn0R2HP5hJNekgWupT { width:33.75rem;height:6.9375rem;top:49.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3hSX9waPppJGe76VoRi2M4GZKWVXMLi { width:47.75rem;height:4.3125rem;top:3.625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8HoIsMk6o7vFFhqiRzx1Oq2MXzSu8Ik { width:17.9375rem;height:11.9375rem;top:12.5rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbtGwBUCz49KAAtH5I0eF8aexB2xR0PN { width:18rem;height:12rem;top:29.875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsV22pMtwNLwKQHz1vXq5GSiAtUhnQy8 { width:15.6875rem;height:2.5625rem;top:22.375rem;left:32.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDz1NvXZ09tdgncilhZNxUGLfMQo1O17 { width:15.6875rem;height:2.5625rem;top:39.875rem;left:32.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqXbTF2VBX6tTMeWzNfg6M8K0a1hEShg { width:17.9375rem;height:11.9375rem;top:44.625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmvsH6BSUoVg0lP3e8i08bvIvwEdbwpe { width:18.8125rem;height:2.5625rem;top:54.625rem;left:28.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV { display:block; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDuEBxCdNf5VvTdeSAa0uFg2N5rikHyu { width:18.75rem;height:18.75rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6cJZwuTL2rWBrHUGFOmeFgQ4u9eXkE { width:21.125rem;height:10.4375rem;top:7.5rem;left:23.998699188233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pICR1xrx0Q1svkL5nhLboND9PaNfGb0c { display:none; }#pICR1xrx0Q1svkL5nhLboND9PaNfGb0c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sTb2q5NJeyeWhLRzFoiG815CbD14DgOm { width:47.75rem;height:3.875rem;top:5.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF7QR0nZueblz9GTTHPanL68c5X8z2Qz { width:25.3125rem;height:43.25rem;top:12.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpkNia2nVPhsbZFQV01GDWBdtKT7vR7 { width:24.8125rem;height:35.0625rem;top:12.375rem;left:22.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o50FQgfbdPKTUSvHP8wBCpLnXIqOt9JE { width:23.75rem;height:2.6875rem;top:50.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqOxsTuO1TLWMOJcVzQXmV6gUoEBdIcn { width:21.9375rem;height:1.625rem;top:51.375rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQTt7Lsns3xHqTgO9ZHvlC8sC2HDHioJ { width:3.125rem;height:3.125rem;top:51.9375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuVbWGvk9zRd43D9FStq33QyfinNlL6k { display:block; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTOR9mZl4qks8KDM0TTraC9A1T1PXHfr { width:32.6875rem;height:12.5625rem;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmTRKSURvFhPT6hS47SI7UwzIVnkdOMd { width:12.8125rem;height:4.3538466766345rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJSznP0Ai47gfTlwIVmG1gDZkHFVhtnW { width:20.9375rem;height:39.881427159847rem;top:10.75rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTNRDTLFgO2Cxg69zOq4va51hq38BqXM { width:26.8125rem;height:2.375rem;top:21.9375rem;left:2.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylsmr72g0eiWAXJedpTWTrCLXgZaXLVU { width:3.125rem;height:3.125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGDJAcZlnurN4gcHszUFaeFqVmTnpZak { width:3.125rem;height:3.125rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px4ccORpZPz3nBPecJFLxIcCrpXUpyeU { width:26.8125rem;height:2.375rem;top:26.125rem;left:2.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4hq0oq6oISVNfBmT8zZqEv8BKU1lQdf { width:26.75rem;height:2.375rem;top:30.75rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydp0EKtcfl5cwbswlHFcavkvp1BN3cNn { width:3.125rem;height:3.125rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 { display:none; }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DVeU1TyL9phGN7wKsRPkHxAI4K8cESSS { width:36.875rem;height:1.4375rem;top:2.875rem;left:6.74609375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMSZkM8GOAg9Dmngd07PEgQdkIdrQG34 { width:19.25rem;height:1.25rem;top:8.8125rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9IGCyt8loTSwwDcAThfcXZdWOiZHzM { width:17.5rem;height:5.3125rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8kvKPSWJbd5ZyLxgZTBOKR2dCDZe1Lo { width:15.1875rem;height:4.4814680902731rem;top:13.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGkAFrSg6VKWcqcUDxMZRJP0yeI3kSXc { width:12rem;height:2.798130434332rem;top:22.8125rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0a3osVDBnZiZGwUMx9aq78AfsyvyiTm { width:15rem;height:3.5476472052782rem;top:22.4375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVHwpHBA7s0khI84SI0RSySoAmEADSVB { width:18.8125rem;height:1.25rem;top:31.5625rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq57zLTBh7wrcIdAnXzQNVV3KkGZ9lkb { width:5.5rem;height:5.0053633371576rem;top:36.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioG2WnTtAmXasUBbo9VNH4GPErPnMpuR { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1TZcxfPuIV7t6wevGGOQR8H3f4vMe0L { width:7.5625rem;height:7.5625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys0ULzQLn7c3LnRvRvf1XCoEQ4F98Nra { width:9.6875rem;height:1.9245576639528rem;top:37.8125rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3rakQyN7PbKnMqZRPkNJPLaSHpSVZsM { width:10.125rem;height:3.6022067079381rem;top:53rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPK1zLDnxcLgrc5LhxyxlWZNgaMe3ZKc { width:8.4375rem;height:4.65337524818rem;top:52.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTwWilsaERxf8DLzCT1HUBp2LfSawSUE { width:8.75rem;height:3.0405675934463rem;top:53.25rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW20PSboa9Fa4NabwBL0TXHfVc8bvOu8 { width:8.75rem;height:3.125rem;top:53.1875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUl2dOvEuDD4SILeTeMKC1bX2mlEBgwN { width:4.8125rem;height:4.8125rem;top:36.375rem;left:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzyTareLT1g1kimzkZsQA6935aWSNeb0 { width:10.75rem;height:4.5356304845479rem;top:13.125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDsBGX6G2qTXeNST6wWh1El1IkEKThms { width:8.875rem;height:2.4827605499839rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSAJUNUbOvb1xnVGB8SSKIeambstiPHT { width:8.1875rem;height:2.9764782059441rem;top:45.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chwM24azzE7zqymBwfDTiiFgEUT8h8EQ { width:7.9375rem;height:3.6586636917319rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT4qJN21dvHteHEA9KFXZ5SUPk8Bhl25 { width:13.4375rem;height:4.43685rem;top:22.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r31nrLPPDyeomJQ7xNFDw7pID4assT4f { width:7.25rem;height:5.3285520141542rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIop5he8aAngLVAC2pnZJvgA09wDZvHr { width:6.375rem;height:6.375rem;top:35.5625rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOLWomkXQQK5ki7NTlN0TB36lk2ehrJR { width:6.4375rem;height:6.6846794976585rem;top:35.4375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfH5TR4miP8AuJiXIuHm1Kl3Q3pIUR2U { width:8rem;height:4.0312265006628rem;top:36.75rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuMGtAO12PvXnVf6NGZCH5OW9NhvPdUo { width:7.1875rem;height:5.06185rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHG4DeFQTcugM2UnXIZamaqSLKDsliIT { width:6.0625rem;height:4.4544969260946rem;top:44.1875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mttXhWwNBJlO4zmB7Z91vATZTvMZzR7W { width:4.0625rem;height:4.0625rem;top:44.4375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb8u0SwpbTSHmOfceyre4hCIMwvfx5tR { width:3.125rem;height:4.8412507158322rem;top:44.1875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM5F0dmMI0prwqtQMJtprlp3KDHn0mPU { width:8.75rem;height:2.1875rem;top:53.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5R52ZwfVqLmZO4eVAAsVL4Ka2lZd2rZ { width:7.9375rem;height:3.8449300607098rem;top:44.6875rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBDTBcMwJh0ScZ6a8TWpQ2dl7z3ktCOy { width:5.625rem;height:3.68706875rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcnnTy4c0WMG4qNQBSyV7w1LbgXCNWIX { width:5.375rem;height:4.7571590523757rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgHkUl0fTuKvcsKFQv8vlLPIf6RwG8TJ { width:5.8125rem;height:5.5033017716194rem;top:43.875rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 { display:block; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBM7sd9PK9eW3rZKdJ3OO1m0wZ0S0W0k { width:34.375rem;height:3.8125rem;top:4.125rem;left:13.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { width:34.375rem;height:3.1875rem;top:9.25rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { width:34.375rem;height:2.5625rem;top:14.375rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { width:11.625rem;height:11.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:47.5rem;height:1rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:1.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:9.0625rem;height:4.375rem;top:1.9375rem;left:5.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:15.625rem;height:4.375rem;top:1.875rem;left:2.1375001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:7.1875rem;height:1.5rem;top:6.5rem;left:10.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:7.1875rem;height:1.5rem;top:7.9991321563719rem;left:2.4370661377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:7.1875rem;height:1.5rem;top:6.5rem;left:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:7.1875rem;height:1.5rem;top:7.9991321563719rem;left:10.374349892139rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.1875rem;height:1.5rem;top:9.4986982345581rem;left:2.4370661377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:7.1875rem;height:1.5rem;top:9.4986982345581rem;left:10.374349892139rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { display:flex;top:6.68728351593rem;left:8.4375002980231rem;width:3.125rem;height:3.125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0mGn63oAGU7TwVNMv3cHm06eubg21KA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70d0c7cd-038d-458a-a226-b06ef4b50106/energiawarszawatomobile01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA.adaptive-delivery-prevent-bg, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyload, #V0mGn63oAGU7TwVNMv3cHm06eubg21KA.lazyloading { background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { background-color: transparent; background-image: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { display: none; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .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); }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { border-width: 0; border-radius: 0; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0mGn63oAGU7TwVNMv3cHm06eubg21KA > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qplQFdKD8cznsPORn0OnpzuwkAy26Rhq { width:15.3125rem;height:0.8125rem;top:34.812500953674rem;left:2.3437500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #FN0bImJ0UGaguPBL9XInlKuWdVEEmSNX { width:6.9375rem;height:0.87535625rem;top:32.125rem;left:2.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rs54D0U3JxdOoG7Sab7At0qLNdDobvEr { width:19.375rem;height:23.0625rem;top:13.184679031372rem;left:0.31250005960464rem;box-shadow: 0rem -21.875rem 15.625rem rgba(0,0,0,0.8) ;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #y0qmM6CTBWEKMf206HTVfHZczABtBEbM { width:13.9994375rem;height:6.597225rem;top:15.874466896057rem;left:2.3117896318436rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nZ527FpwTMbD4l7CdktQXv859dL8RK1e { display:flex;width:3.125rem;height:3.125rem;top:1.3726143836975rem;left:15.694445908069rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNleC7sCz2i70daiwl60PeKp98LnoT01 { width:7.4375rem;height:3.4375rem;top:16.875rem;left:6.28125rem;font-size:0.75rem;background-color:transparent;background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #f4zy1vtEkRAEtN1eXdmBsF8dVGveJKmp { display:block; }
 }@media only screen and (max-width: 763px) { #s1tldURm96OXPrJEBJW28gQNI9ymp2lJ { width:5.763888875rem;height:1.763888875rem;top:6.6163196563719rem;left:1.1197917461395rem;font-size:0.75rem;background-color:rgba(0,0,0,0.3);background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #VKwT3xOzgWESGtKJI5lbfTmsrHS26W4t { display:block; }
 }@media only screen and (max-width: 763px) { #UlBiF48IsWOluJ254GLyhlwXkX1ZNw86 { width:14.9375rem;height:2.799475rem;top:28.37269115448rem;left:2.3117896318436rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EFnafTHv0K7o6bZLXUXi2FgVoOw9nNKB { width:16rem;height:2.799475rem;top:23.771306037903rem;left:2.3117896318436rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BVfy9QnOVk3rhNUqarCT5mJ5qhXsVsLT { width:0.1875rem;height:6.25rem;top:24.880470275879rem;left:15.906249582768rem;display:none; }
 }@media only screen and (max-width: 763px) { #evg8pJREM5NeRWBOLrvfd7A9LGk3ULrX { top:31.1875rem;left:0rem;width:16.9375rem;height:5.0625rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DoHo8mW8ivlbgWMcqORZTlXCG7xFCmAI { top:26.785332679749rem;left:2.3117896318436rem;width:6.25rem;height:0.1875rem;z-index:15013;background-color:#99e000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vGpk0XZlI4taS60pD6r8RuSmQoZCnBXu { width:9.5rem;height:3.3125rem;top:39.248047265625rem;left:5.25rem;font-size:0.75rem;background-color:#99e000;background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #ZpPf7OVVv3NCzm6eCtriaWt1vZBV3OWI { display:block; }
 }@media only screen and (max-width: 763px) { #fwBhmaN7feeBQSAwWPUc89I5fTdeuvyM { width:18.75rem;height:3.75rem;top:1.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb3ibM2iyB2EA13phUgWuOJUh70899A0 { width:6.25rem;height:3.125rem;top:2.2569446563721rem;left:2.9435766339302rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sJAOB2EkcFMGRnGFqkoh4lSNuSL7zaet { width:8.25rem;height:2.25rem;top:2.6942281723023rem;left:10.129123985767rem;font-size:0.75rem;background-color:#99e000;background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #knppga4h9ZGhX7hWl2S41aurhD29ME3M { display:block; }
 }@media only screen and (max-width: 763px) { #pmh2QKU9k5A2s1JMchM1PlK8Im8y2WtO { width:6.03428625rem;height:1.72113625rem;top:6.830078125rem;left:0.87456601858137rem;font-size:0.75rem;background-color:rgba(0,0,0,0.5);background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y6AFaIIQIFFHfbZUQsfGyLry7XqgaMC2 { display:block; }
 }@media only screen and (max-width: 763px) { #Og8oyWqJrK0IdK0t8DnhKEqFF69gQnxw { width:4.8602425rem;height:1.7352425rem;top:6.8131513595581rem;left:8.5611985325812rem;font-size:0.75rem;background-color:rgba(0,0,0,0.5);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZfAxN2bsseRQyS8ZPDSxuo1Ovn8PhGWK { display:block; }
 }@media only screen and (max-width: 763px) { #tQrxD5an88xDu24LbhTJ9M7ewxNNwPGG { width:4.87434875rem;height:1.74934875rem;top:6.8142375946044rem;left:14.646268188953rem;font-size:0.75rem;background-color:rgba(0,0,0,0.5);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LtudvMP4l1Z8BoSIxdyrqLIE3kXUaHzS { display:block; }
 }@media only screen and (max-width: 763px) { #BCLaVvc4S6russ9L2pr7GTzbsoWtozFD { width:8.08333375rem;height:1.83333375rem;top:9.1640625rem;left:3.2486979961395rem;font-size:0.75rem;color:#ffffff;background-color:rgba(0,0,0,0.5);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cQ06fPaifNzVWKnkbBQ8vIexI9lBRAZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #Bogi1rfIgb9ZH085hcpvDWEu9WeEDZ0C { width:4.9437925rem;height:1.8187925rem;top:9.1623251438144rem;left:12.358941376209rem;font-size:0.75rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:rgba(0,0,0,0.5);background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NBFyH4rnaudXR3xzmPoVVXN5zZcODABU { display:block; }
 }@media only screen and (max-width: 763px) { #TerFg4ro5vmBgo7mwEpGHup6UWm7doyT { display:block; }#TerFg4ro5vmBgo7mwEpGHup6UWm7doyT > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzuahtgvDUkvvtFT8LXtz80Bo7WTIfr5 { width:9.875rem;height:5.375rem;top:1.7498245239257rem;left:0.90553975105287rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSIVXzgT3UG7cPTC0uKvrchao3zhkuG1 { width:17.8125rem;height:23.79555rem;top:11.623754501342rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah { background-color:#001b33;background-image:url("https://images.assets-landingi.com/uc/ab54c8fb-741b-4a06-b10d-27310183a977/ludzie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.adaptive-delivery-prevent-bg, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyload, #DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah.lazyloading { background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { background-color: transparent; background-image: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container { display: none; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .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); }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { border-width: 0; border-radius: 0; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqJwOfV6ivTOt9QtNx8oSJVEal9BKLah > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWaW70WDz2eDte4IixTUtaAEdySssolX { width:13.4375rem;height:1.75rem;top:3.1241161823273rem;left:3.2812498807907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfTRZ9iCzmttz6GP4nwuT4NzQdIMTehR { width:17.8125rem;height:9.7916875rem;top:7.5621483325956rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq { background-color:#001b33;background-image:url("https://images.assets-landingi.com/uc/f175f916-a04f-46c0-9223-9ebf60455068/energiawarszawaparalaxa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq.adaptive-delivery-prevent-bg, #p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq.lazyload, #p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq.lazyloading { background-image: none; }#p6GT1xL63ERTABdfUIkX3GWzTJ1pilFq > .row .container { width:20rem;height:68.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #osOauSf24HpDgfkHyASG46hOsNTT0iJ7 { width:13.4375rem;height:3.5rem;top:16.6875rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ION8FvB5sdeNJ7zSlM7tCCCZ9H0tZOrX { width:17.8125rem;height:11.025rem;top:21.4375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8JaPEULO7PCHhVsRIgfvpyUKghOAI2b { width:20rem;height:3.5rem;top:48.74609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CG0yvHQ0RxQSfmb91ZPJZvVQdMxOigWZ { width:17.5rem;height:9.8rem;top:53.49609375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxCNIn4ILo5w007DF6fo4xzW0EXRGno6 { width:13.75rem;height:13.75rem;top:3.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZfk6htQGXmEmpI68eKPVXpBGkOgk4NZ { width:13.75rem;height:13.75rem;top:35.1796875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 { display:block; }#CuI3qt1FE6eNpIw3CoB5XsD2Ih6sAIm8 > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTIFu4L7aQ4xkbud0BWmv0K2qsLNsw3R { width:16.875rem;height:10.4947875rem;top:9.2109375rem;left:1.5625000596046rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dCXIqe2DqgOd9VS9pkMFk4KaUW1sgPib { width:16.25rem;height:3.2508625rem;top:2.1875rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EaA39Ot7QNTZCpdgrICa1EEMnXlAGMG4 { width:20rem;height:13.8125rem;top:7.6171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2psbTAqqQUsCrSoH4pnpkwVkRhx1gob { width:16.625rem;height:10.4947875rem;top:24.375rem;left:1.5625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bgl2giohG3CGRvdGadiaki2gaApXV7ik { width:20rem;height:13.3125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKfmLb69JWF7oJCVMU0Xx5xBvpuUplPz { width:20rem;height:13.125rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXShqFL8Ib6CfdDsbeHwNvfBqrDpU3IX { width:17.25rem;height:9.182975rem;top:55.8125rem;left:1.5625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AUlzw4QJKq0G3BpiFxT5tcJWDXEu1Mox { width:14.625rem;height:11.8066625rem;top:39.5625rem;left:1.625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WvPei8GQTDWJrzalJD8Fo3B4JSzdQPtX { width:20rem;height:13.6875rem;top:38.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw6o96LtuJdBIJigb6Hc242Zr4HTa0vc { display:flex;width:6.25rem;height:6.25rem;top:16.047093391419rem;left:13.748915970326rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #hG972sTUhU5WXkIdL99G7suHtuuisKV9 { display:flex;width:6.25rem;height:6.25rem;top:31.124783277512rem;left:13.750000298023rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #aHgFB18skceBnoozS20DxBnVKIfXugC4 { display:flex;width:6.25rem;height:6.25rem;top:46.561849594116rem;left:13.811849892139rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #f0VSXBRsM6PWf2MLU4ovFeMmN5tpGzo6 { display:flex;width:6.25rem;height:6.25rem;top:61.8125rem;left:13.75rem;font-size:4.375rem; }
 }@media only screen and (max-width: 763px) { #o40s2dpXSnif2XStT7qEzuET3kyrR23E { display:block; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yygFMBeAihLSJ3GDeMXIMxJcwfcg2Vh5 { width:18.1875rem;height:4.89583125rem;top:64.333272933963rem;left:1.0617897510529rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IkVdQtXzUtJ1WKIaAnOTrTBGirtefiXa { width:17.875rem;height:4.89583125rem;top:20.970052719116rem;left:1.2478299736977rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cOLLV3W0sks6V0kTycPhTQsdRHl7wfOp { width:20rem;height:3.8997375rem;top:2.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1qdetFX4cMPb9p1rRJEiT1srVDJOZMU { width:17.8125rem;height:11.875rem;top:7.96076631546rem;left:1.0617897510529rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkNAd9elpQMUBfNkQSpgvXDos0t0pSaW { width:17.875rem;height:11.875rem;top:28.178093910217rem;left:1.0617897510529rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qfoQDgWAlXMnOkQ99CJEZJvNIbPnU54l { width:15.687125rem;height:2.3997375rem;top:18.053269386291rem;left:2.1555396318436rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGwPimeToga3qhivTDXWLyltoZXwWTG3 { width:15.687125rem;height:2.3997375rem;top:38.210227012634rem;left:2.1555396318436rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #oHikGCVhWLPueszWfRAiJadPRBtiRfFR { width:17.625rem;height:11.75rem;top:50.728691101074rem;left:1.0617897510529rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5BHf0oNhVa9pKpwhTp2Xtl3hKxpiBM6 { width:18.812125rem;height:2.3997375rem;top:60.695319652558rem;left:0.84303975105287rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xty5fCricTto1RAmR18r5AnSsXrVmOzN { width:17.75rem;height:6.11979375rem;top:41.509051322937rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IFI2x6g84BaPXMOtzLGNBpWU6AqEWWKW { width:20rem;height:11.9375rem;top:70.477445007325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtwdFDolIwHy9PKQe882UO1UJK1kDwxh { width:20rem;height:11.9375rem;top:83.664945007325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V11PA6672g0roA4EwHDrpGVwIEWbQmUS { width:20rem;height:11.875rem;top:96.852445007325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpKXHXxxCwdGklsl14QCHHfvF7XKq3NL { display:none; }#gpKXHXxxCwdGklsl14QCHHfvF7XKq3NL > .row .container { width:20rem;height:81.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VqITelVNoaTlI0hIMurRn80938DGpcHh { width:7.375rem;height:1.95rem;top:18.5859375rem;left:6.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8agZnN0Os1TZJx6KXNyxQLzbGLdbEZT { width:15.625rem;height:8.575rem;top:21.78515625rem;left:2.1875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mp0fAxK3bOIcyBr8kXBHvikTSq8upWEo { width:16.25rem;height:1.95rem;top:43.5087890625rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qciQosVZPEADVZhn0R2HP5hJNekgWupT { width:15.625rem;height:7.35rem;top:46.7080078125rem;left:2.1875rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W3hSX9waPppJGe76VoRi2M4GZKWVXMLi { width:20rem;height:3.9rem;top:2.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8HoIsMk6o7vFFhqiRzx1Oq2MXzSu8Ik { width:13.125rem;height:8.75rem;top:8.5859375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbtGwBUCz49KAAtH5I0eF8aexB2xR0PN { width:13.1875rem;height:8.75rem;top:33.4462890625rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsV22pMtwNLwKQHz1vXq5GSiAtUhnQy8 { width:15.6875rem;height:0;top:55.307684448242rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDz1NvXZ09tdgncilhZNxUGLfMQo1O17 { width:15.6875rem;height:0;top:59.120184448242rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QqXbTF2VBX6tTMeWzNfg6M8K0a1hEShg { width:17.9375rem;height:11.93758275492rem;top:66.745184448244rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmvsH6BSUoVg0lP3e8i08bvIvwEdbwpe { width:18.8125rem;height:0;top:62.932684448244rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV { display:block; }#wg340Mr5XG6kTpTD4CstTvyzWhwt5wmV > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDuEBxCdNf5VvTdeSAa0uFg2N5rikHyu { width:11.375rem;height:11.375rem;top:3.125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6cJZwuTL2rWBrHUGFOmeFgQ4u9eXkE { width:16.875rem;height:6.11979375rem;top:16.811101913452rem;left:1.5616122484207rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pICR1xrx0Q1svkL5nhLboND9PaNfGb0c { display:none; }#pICR1xrx0Q1svkL5nhLboND9PaNfGb0c > .row .container { width:20rem;height:72.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sTb2q5NJeyeWhLRzFoiG815CbD14DgOm { width:16.25rem;height:1.62543125rem;top:3.125rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SF7QR0nZueblz9GTTHPanL68c5X8z2Qz { width:16.25rem;height:31.5rem;top:6.187255859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTpkNia2nVPhsbZFQV01GDWBdtKT7vR7 { width:16.25rem;height:28.5rem;top:37.248046875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o50FQgfbdPKTUSvHP8wBCpLnXIqOt9JE { width:16.8125rem;height:2.125rem;top:68.0625rem;left:1.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqOxsTuO1TLWMOJcVzQXmV6gUoEBdIcn { width:14.8115rem;height:1.21875rem;top:68.515625rem;left:2.5927734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQTt7Lsns3xHqTgO9ZHvlC8sC2HDHioJ { display:flex;width:2.249025rem;height:2.249025rem;top:69.0498046875rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #IuVbWGvk9zRd43D9FStq33QyfinNlL6k { background-color:#001b33;background-image:url("https://images.assets-landingi.com/uc/f175f916-a04f-46c0-9223-9ebf60455068/energiawarszawaparalaxa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k.adaptive-delivery-prevent-bg, #IuVbWGvk9zRd43D9FStq33QyfinNlL6k.lazyload, #IuVbWGvk9zRd43D9FStq33QyfinNlL6k.lazyloading { background-image: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { background-color: transparent; background-image: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container > .video-iframe-container { display: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row > .video-iframe-container { display: none; }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .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); }#IuVbWGvk9zRd43D9FStq33QyfinNlL6k > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTOR9mZl4qks8KDM0TTraC9A1T1PXHfr { width:16.25rem;height:5.9982625rem;top:1.8749823570251rem;left:1.8749998807907rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmTRKSURvFhPT6hS47SI7UwzIVnkdOMd { width:8.75rem;height:2.9367875rem;top:18.436611175537rem;left:8.2492898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJSznP0Ai47gfTlwIVmG1gDZkHFVhtnW { width:6.18696875rem;height:11.875rem;top:10.241477012634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTNRDTLFgO2Cxg69zOq4va51hq38BqXM { width:9.8118125rem;height:1.05025rem;top:11.161221504211rem;left:8.8121446371081rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ylsmr72g0eiWAXJedpTWTrCLXgZaXLVU { display:flex;width:1.25rem;height:1.25rem;top:10.9375rem;left:7rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HGDJAcZlnurN4gcHszUFaeFqVmTnpZak { display:flex;width:1.25rem;height:1.25rem;top:13.3125rem;left:7rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Px4ccORpZPz3nBPecJFLxIcCrpXUpyeU { width:8.75rem;height:1.05025rem;top:13.536044120789rem;left:8.8121446371081rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s4hq0oq6oISVNfBmT8zZqEv8BKU1lQdf { width:9.4993125rem;height:1.05025rem;top:16.099076271057rem;left:8.6816400289537rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ydp0EKtcfl5cwbswlHFcavkvp1BN3cNn { display:flex;width:1.25rem;height:1.25rem;top:15.875rem;left:7rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 { display:block; }#nzBrNqtKoRqsD4DEpaQDrCGpxUtK2Je8 > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVeU1TyL9phGN7wKsRPkHxAI4K8cESSS { width:17.5rem;height:2.00086875rem;top:2.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMSZkM8GOAg9Dmngd07PEgQdkIdrQG34 { width:19.249125rem;height:1.00043125rem;top:6.8728084564206rem;left:0.37434893846512rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sf9IGCyt8loTSwwDcAThfcXZdWOiZHzM { width:8.125rem;height:2.5rem;top:9.556884765625rem;left:0.87499988079069rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8kvKPSWJbd5ZyLxgZTBOKR2dCDZe1Lo { width:8.625rem;height:2.375rem;top:9.6288942890625rem;left:10.669345801713rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGkAFrSg6VKWcqcUDxMZRJP0yeI3kSXc { width:8.3744375rem;height:1.875rem;top:22.84126329422rem;left:10.932350516319rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0a3osVDBnZiZGwUMx9aq78AfsyvyiTm { width:8.5618125rem;height:1.93714375rem;top:22.87446641922rem;left:0.99911224842069rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVHwpHBA7s0khI84SI0RSySoAmEADSVB { width:18.812125rem;height:1.00043125rem;top:28.998579025269rem;left:0.59303975105286rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eq57zLTBh7wrcIdAnXzQNVV3KkGZ9lkb { width:4.0625rem;height:3.68696875rem;top:36.741298675537rem;left:15.084694266319rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioG2WnTtAmXasUBbo9VNH4GPErPnMpuR { width:16.1870625rem;height:0.186631875rem;top:26.935434818268rem;left:1.9051846265793rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #U1TZcxfPuIV7t6wevGGOQR8H3f4vMe0L { width:4.5rem;height:4.5rem;top:30.936476707459rem;left:0.24911224842071rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys0ULzQLn7c3LnRvRvf1XCoEQ4F98Nra { width:6.4375rem;height:1.1875rem;top:49.686611175537rem;left:6.249467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3rakQyN7PbKnMqZRPkNJPLaSHpSVZsM { width:7.3748125rem;height:2.6242875rem;top:62.99804496765rem;left:5.8437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPK1zLDnxcLgrc5LhxyxlWZNgaMe3ZKc { width:5.187325rem;height:2.87464375rem;top:62.873754501344rem;left:0.31125712394714rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTwWilsaERxf8DLzCT1HUBp2LfSawSUE { width:5.9375rem;height:2.062325rem;top:58.905361175537rem;left:13.741121649742rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW20PSboa9Fa4NabwBL0TXHfVc8bvOu8 { width:6.25rem;height:2.24964375rem;top:63.184480667113rem;left:13.624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUl2dOvEuDD4SILeTeMKC1bX2mlEBgwN { width:3.99946875rem;height:3.99946875rem;top:53.718748092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzyTareLT1g1kimzkZsQA6935aWSNeb0 { width:6.8125rem;height:2.875rem;top:13.370849609375rem;left:6.7812498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDsBGX6G2qTXeNST6wWh1El1IkEKThms { width:6.3743125rem;height:1.81196875rem;top:54.81178855896rem;left:12.431640028954rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSAJUNUbOvb1xnVGB8SSKIeambstiPHT { width:5.24946875rem;height:1.875rem;top:58.999465942382rem;left:7.3748220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #chwM24azzE7zqymBwfDTiiFgEUT8h8EQ { width:6.875rem;height:3.125rem;top:58.374643325806rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT4qJN21dvHteHEA9KFXZ5SUPk8Bhl25 { width:8.6869375rem;height:2.8125rem;top:18.488991260529rem;left:9.3749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #r31nrLPPDyeomJQ7xNFDw7pID4assT4f { width:5.1242875rem;height:3.75rem;top:17.832741260529rem;left:1.9051846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIop5he8aAngLVAC2pnZJvgA09wDZvHr { width:5.0625rem;height:5.0625rem;top:30.560013771057rem;left:14.690870550011rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IOLWomkXQQK5ki7NTlN0TB36lk2ehrJR { width:4.62446875rem;height:4.8109rem;top:30.778586387634rem;left:10.061079382896rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TfH5TR4miP8AuJiXIuHm1Kl3Q3pIUR2U { width:5.68625625rem;height:2.87375625rem;top:37.398792266846rem;left:0.18661224842071rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JuMGtAO12PvXnVf6NGZCH5OW9NhvPdUo { width:5.4359rem;height:3.8734rem;top:31.247336387634rem;left:4.4334157705307rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AHG4DeFQTcugM2UnXIZamaqSLKDsliIT { width:4.4375rem;height:3.1875rem;top:43.217151641846rem;left:5.4344815015793rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mttXhWwNBJlO4zmB7Z91vATZTvMZzR7W { width:2.8125rem;height:2.8125rem;top:37.272371292114rem;left:10.976917624474rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tb8u0SwpbTSHmOfceyre4hCIMwvfx5tR { width:2.24964375rem;height:3.4375rem;top:36.86647605896rem;left:6.5358661413194rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fM5F0dmMI0prwqtQMJtprlp3KDHn0mPU { width:8.499625rem;height:2.12446875rem;top:44.122869491577rem;left:11.187855124474rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I5R52ZwfVqLmZO4eVAAsVL4Ka2lZd2rZ { width:5.87446875rem;height:2.87464375rem;top:48.842329025269rem;left:13.493962645531rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBDTBcMwJh0ScZ6a8TWpQ2dl7z3ktCOy { width:4.562325rem;height:2.999825rem;top:48.936433792114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcnnTy4c0WMG4qNQBSyV7w1LbgXCNWIX { width:3.81214375rem;height:3.312325rem;top:54.061611175537rem;left:5.806107878685rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgHkUl0fTuKvcsKFQv8vlLPIf6RwG8TJ { width:4.4992875rem;height:4.1867875rem;top:42.936855316162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 { display:block; }#JA5EJkbMVlaFng5Gf6Tdy2k09AqRD9D4 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBM7sd9PK9eW3rZKdJ3OO1m0wZ0S0W0k { width:16.25rem;height:1.50035625rem;top:2.0625rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyfseASFn7Dm0tW9mBNcxW0eECg8VIsM { width:19.5rem;height:2.4370625rem;top:4.375rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxsgQOnuwXfpHAh8BPPf3k7gXV9pBJTx { width:17.5rem;height:1.2999125rem;top:8.1337890625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQq8lyfEDPCDc0tT6hdo4ESruM2o3mfc { width:7.0625rem;height:7.0625rem;top:11.46875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:14.375rem;height:2.00086875rem;top:3.125rem;left:2.8125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:6.2492141723633rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }