.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,222,222;--color-primary-1:234,147,147;--color-primary-2:213,38,38;--color-primary-3:107,19,19;--color-primary-4:32,6,6;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:4,29,80;--color-tertiary-0:255,255,255;--color-tertiary-1:163,170,189;--color-tertiary-2:102,114,145;--color-tertiary-3:61,68,87;--color-tertiary-4:0,20,71;--headlines-font-family:"Averta";--paragraphs-font-family:"Averta"; }@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-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1f44;background-image:url("https://images.assets-landingi.com/OYJWZlQA/Projekt_bez_tytu_u_6_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb.adaptive-delivery-prevent-bg, #plV7UvGFZZidq08HaAVdaFJa2sz4fivb.lazyload, #plV7UvGFZZidq08HaAVdaFJa2sz4fivb.lazyloading { background-image: none; }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .row .container { background-color: transparent; background-image: none; }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .row .container > .video-iframe-container { display: none; }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .row > .video-iframe-container { display: none; }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .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); }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .row .container { border-width: 0; border-radius: 0; }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#tZuuDNWRDaAG5ZSdsTZesJLDRLsChxAT { z-index:15007;top:0.6875rem;left:47rem;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;box-shadow: none;box-sizing:border-box;color:rgba(246,246,246,0.99);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TmkdGEBHp5HTrTCv9B84XNmIX4mpbRq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UaFBX1SUoHFSbs4yg0EIBUySSPCbkffV { z-index:15008;top:0.71875rem;left:54.849609375rem;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;box-shadow: none;box-sizing:border-box;color:rgba(246,246,246,0.99);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yhTPUwocoWDsz7OsrxsuTUZ6RF7WM0IK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zqciL4vULSWWcy49XHVUgH0ZFOEGkcT9 { z-index:15009;top:0.875rem;left:60.625rem;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;box-shadow: none;box-sizing:border-box;color:rgba(246,246,246,0.99);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#agVCGZ1SRXGmETUQ3umwLKswFov1VeQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSWKkxmTOayEKBVDRp03HTweFT54f9g0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:"averta extrabold";font-size:2rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:0.44921875rem;left:0rem;height:2.5625rem;display:block; }
#TM29NsOS2BLCf7d0yvHlVKB9zq2aho3R { position:absolute;display:block;z-index:15021;background-color:#bba17f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.5rem;width:0.5rem;top:2.125rem;left:12.125rem;display:block; }
#SpvdZa3lBMORbsSCPVapJ9v9ZTAewQQN { z-index:15006;top:0.71875rem;left:38rem;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;box-shadow: none;box-sizing:border-box;color:rgba(246,246,246,0.99);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CI7B3K3Q3FqVhIAcWvBnX1m0OHK8dUKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(11,31,68,0.88);background-image:url("https://images.assets-landingi.com/OYJWZlQA/Projekt_bez_tytu_u_6_.png");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; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2.adaptive-delivery-prevent-bg, #XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2.lazyload, #XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2.lazyloading { background-image: none; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row .container { background-color: transparent; background-image: none; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row .container > .video-iframe-container { display: none; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row > .video-iframe-container { display: none; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .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); }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row .container { border-width: 0; border-radius: 0; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#xcILSqd2z173zy9Bl733T0KkHLevo4Ux { position:absolute;display:block;z-index:15002;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:36.25rem;width:36.25rem;top:0rem;left:38.75rem;overflow:hidden;display:block; }
#xdDXzlurXOTTE2b5oJnZvGegTgE99kKl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9375rem;height:4.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:22.5625rem;left:7.1875rem;display:block; }
#J8oNrv5O36ZQBlleSZ1RanDhcdtimRTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P599mVTZZwE9TQJFIZWgpgwoQ9VNF6Ty { color:rgba(var(--color-tertiary-0),0.95);display:block;width:62.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:33.6875rem;left:6.3125rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sMHJgtTdZBebfQ8e0Ou71Kh3CrFEXkvv { color:rgba(var(--color-secondary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.3125rem;left:3.25rem;height:2.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AK2UBtp2t25dt3tfiDlNo3gg3K8O685L { color:rgba(var(--color-secondary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:10.4375rem;height:3.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCrn05hgf7A4XXp77uokz5OOJeH0Hdim { 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:20.5rem;width:36.8125rem;top:11.53125rem;left:3.25rem;overflow:hidden;display:block; }
#WOBD4nW94odhJ652GwUii6DGfXkc9VfK { color:rgba(var(--color-secondary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.8935546875rem;left:8.53125rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UaXpBkwqAKgwvxMDdGTzdpSTdzcsFJff { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:19.2685546875rem;left:6.09375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WX97Ug4IZDxBQSU3TpZGQt4GOcueVbqo { color:#bba17f;display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:19.46875rem;left:6.78125rem;height:8.25rem;font-style:normal;display:none; }
#alOPJzegs2B8iTXlnq43U3M6fdPPus1z { color:#bba17f;display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:23rem;left:9.3125rem;height:2.75rem;font-style:normal;display:none; }
#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca377a4e-e1e3-4bc0-a014-6781949e9b91/Projektbeztytuu20211105T112824775.png");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; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb.adaptive-delivery-prevent-bg, #eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb.lazyload, #eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb.lazyloading { background-image: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { background-color: transparent; background-image: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container > .video-iframe-container { display: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row > .video-iframe-container { display: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .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); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { border-width: 0; border-radius: 0; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#oZ0Hy74NKNR7uAslImysh9qvuydDKWfk { color:#000000;display:block;width:71.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:2.375rem;left:1.65625rem;height:2.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca377a4e-e1e3-4bc0-a014-6781949e9b91/Projektbeztytuu20211105T112824775.png");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; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1.adaptive-delivery-prevent-bg, #DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1.lazyload, #DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1.lazyloading { background-image: none; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row .container { background-color: transparent; background-image: none; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row .container > .video-iframe-container { display: none; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row > .video-iframe-container { display: none; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .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); }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row .container { border-width: 0; border-radius: 0; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:block; }#eAQgVbiw6EQyDZJ3TRJV27hqnIrt12x7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:2.875rem;font-style:normal;display:block; }
#qgUMQmPHqzofLnydXzWLgDyuLWdTNnEX { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:28.6875rem;left:2.6875rem;height:3.375rem;font-style:normal;display:block; }
#gvGtiZ5q81miaGgcMna8RhQ7BkAnavtm { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.75rem;left:2.6875rem;height:3.375rem;font-style:normal;display:block; }
#WIydOXMiOSaN7WzT5mhsO90wkuQeqDVF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:39.0625rem;left:2.6875rem;height:3.375rem;font-style:normal;display:block; }
#VuAFFJkHKp4HGcCwzc6GBA3UMXRD3Ey6 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:29.3125rem;left:0rem;display:block; }
#CWdsbCAFsqAWQRNIV12TUP4W2oR2BpI4 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:34.1875rem;left:0rem;display:block; }
#LDF7xWrAgA4bS1R7VuT9WXkoI04cAAKX { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:39.6875rem;left:0rem;display:block; }
#lXnu4s0TKWBw8F0qi5qGWKitZLwTtstG { color:rgba(var(--color-tertiary-0),1);display:block;width:72.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:1.8125rem;left:0rem;height:15.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGDALthx9yp8fNJuNrGBgMhW837urCb9 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:47.6875rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#IVsU0JtlCzT5s8Joz2HnRhUEfATEnTbk { color:rgba(var(--color-primary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:53.8125rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#MTSyQNZ8LWNyVUGGlPWKPhvdeaqvJ8Gc { 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:34.125rem;width:34.125rem;top:21.25rem;left:38rem;overflow:hidden;display:block; }
#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca377a4e-e1e3-4bc0-a014-6781949e9b91/Projektbeztytuu20211105T112824775.png");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; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G.adaptive-delivery-prevent-bg, #c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G.lazyload, #c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G.lazyloading { background-image: none; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row .container { background-color: transparent; background-image: none; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row .container > .video-iframe-container { display: none; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row > .video-iframe-container { display: none; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .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); }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row .container { border-width: 0; border-radius: 0; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#ZFb5uC2etO4UZ7BRJFOzZBHdGgxu9PL5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:24.3125rem;left:24.9375rem;display:block; }
#Frs3PugTDnOMTuKgeZaO1SxidOkTbv3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qqXfXX5Wmzwzn3s6BtfyWnPSkaPEey5s { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:1.8125rem;left:17.5rem;display:block; }
#IMLyCHMoxbwU8SHcqPzUoZyybbOccvLt { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:28.375rem;left:21.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca377a4e-e1e3-4bc0-a014-6781949e9b91/Projektbeztytuu20211105T112824775.png");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; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ.adaptive-delivery-prevent-bg, #U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ.lazyload, #U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ.lazyloading { background-image: none; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row .container { background-color: transparent; background-image: none; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row .container > .video-iframe-container { display: none; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row > .video-iframe-container { display: none; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .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); }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row .container { border-width: 0; border-radius: 0; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#v0JtnflZK8P3WCSsCzAf6zfWJPty5LaP { color:#1e2b4d;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12rem;left:7.9990234375rem;height:4.125rem;font-style:normal;display:block; }
#oi7bOaEpUTElJ02d1szNRRhPZFDTW7Th { color:#1e2b4d;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:21.646484375rem;left:47.279296875rem;height:4.125rem;font-style:normal;display:block; }
#M1MRgaV7ySCtSseXLREqyxCB7ayIql75 { color:#1e2b4d;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.9375rem;left:7.9990234375rem;height:5.5rem;font-style:normal;display:block; }
#hfuXmIbGm96zDNVuuVphCo8S4UcSTkQF { color:#1e2b4d;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:30.96875rem;left:47.279296875rem;height:5.5rem;font-style:normal;display:block; }
#qrd1m37nPq2L0gFOZJJCpgVD8SWBK6EV { color:#1e2b4d;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:31.65625rem;left:7.9990234375rem;height:4.125rem;font-style:normal;display:block; }
#zVD9RP0GFhUEMdfu2LR7nx5wK699TZdT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:3.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:39.625rem;left:24.90625rem;display:block; }
#iy8mmEmK0IVEzc4xx4gdzvVpPn5kllbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oMDTxWHlG7hDCT9Rhny3kzI58LffWJ0Z { color:#1e2b4d;display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:12rem;left:47.216796875rem;height:4.125rem;font-style:normal;display:block; }
#RDAlAhZEMXHi75ZrvIuZht7yEk2lG3KD { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.875rem;font-style:normal;display:block; }
#zfbOhS3I1c4SOlpAvWS5Wa7d9X8i1vHB { position:absolute;display:block;z-index:15014;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.8125rem;width:32.6875rem;top:8.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#c3M1C5GxAdoQAXe1KMbw3UMLaXqVqpAu { position:absolute;display:block;z-index:15015;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.8125rem;width:32.6875rem;top:17.8125rem;left:1.4375rem;overflow:hidden;display:block; }
#EMQedBd9HsBdsIcEeGIr1PuQTNUMTBlz { position:absolute;display:block;z-index:15015;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.8125rem;width:32.6875rem;top:8.15625rem;left:40.15625rem;overflow:hidden;display:block; }
#xDM27VywJr3bu4DLsRALUS3hMo0cKfqD { position:absolute;display:block;z-index:15016;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.8125rem;width:32.6875rem;top:17.78125rem;left:40.21875rem;overflow:hidden;display:block; }
#u7aV48uz39HsrpwFA3sAzRxIxvqCQnWO { position:absolute;display:block;z-index:15016;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.8125rem;width:32.6875rem;top:27.8125rem;left:1.123046875rem;overflow:hidden;display:block; }
#NwCzi08wkiE29qGgTirqPnap9zF85bHV { position:absolute;display:block;z-index:15017;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.8125rem;width:32.6875rem;top:27.8125rem;left:40.15625rem;overflow:hidden;display:block; }
#F4fomrJHJuknXAPkv2XzlHsLBDxDpyaT { position:absolute;display:block;z-index:15033;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.75rem;width:4.75rem;top:11.6875rem;left:2.59375rem;overflow:hidden;display:block; }
#ROkQdJoLohZk1XMM0HECclekzw7mx14V { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:21.3125rem;left:2.59375rem;overflow:hidden;display:block; }
#OKukq8QZP3y6dvOKim1m4rL8FRlUlq2D { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:31.34375rem;left:2.59375rem;overflow:hidden;display:block; }
#UZgZAIMpro91Zx2exxFEDug7WqnIL6rT { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:11.6875rem;left:41.748046875rem;overflow:hidden;display:block; }
#H8UOCxPt0TNhuyT97Jz9kwMw16QihPeh { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:21.3125rem;left:41.748046875rem;overflow:hidden;display:block; }
#HrrNCz2oxyrmebxh8FHiTFBC7NsAKi6m { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:31.34375rem;left:41.748046875rem;overflow:hidden;display:block; }
#UPUucC5nhivSToaFFRfHRSxJBTEM86yI { position:absolute;display:block;z-index:15033;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.75rem;width:4.75rem;top:11.6875rem;left:2.59375rem;overflow:hidden;display:none; }
#cMy22rUEWv3fEFbRAzCuA0LxaxdVTWuP { position:absolute;display:block;z-index:15033;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.75rem;width:4.75rem;top:11.6875rem;left:2.59375rem;overflow:hidden;display:none; }
#O3EkvGs6wvD6fDaNKZHzFBB2NOdrTTz6 { position:absolute;display:block;z-index:15033;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.75rem;width:4.75rem;top:11.6875rem;left:2.59375rem;overflow:hidden;display:none; }
#GGFe4lWBilVo4L8pTTKoCIvcstmftlSC { position:absolute;display:block;z-index:15033;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.75rem;width:4.75rem;top:11.6875rem;left:2.59375rem;overflow:hidden;display:none; }
#dyOu5umOrexvscEu60h1h0lpcdl8Uti0 { position:absolute;display:block;z-index:15033;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.75rem;width:4.75rem;top:11.6875rem;left:2.59375rem;overflow:hidden;display:none; }
#KcGTsKCa9HTtd4FlHUyqvrf7ZODrEHDC { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:38.0625rem;left:21.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca377a4e-e1e3-4bc0-a014-6781949e9b91/Projektbeztytuu20211105T112824775.png");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; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u.adaptive-delivery-prevent-bg, #iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u.lazyload, #iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u.lazyloading { background-image: none; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row .container { background-color: transparent; background-image: none; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row .container > .video-iframe-container { display: none; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row > .video-iframe-container { display: none; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .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); }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row .container { border-width: 0; border-radius: 0; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#ClNHFbN9wywNacxuRT2N2T555n9Ska72 { 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:41.625rem;width:74.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pap7Wpp7hMBEo4uBZaU0XyBKlAZgWkeK { color:#000000;display:block;width:71.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:3.125rem;left:1.65625rem;height:2.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8m3r9cQL4tQv27bBJ2DvkeR26ONaKyP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:"averta semibold";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.625rem;left:1.65625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SeCfkimnTFpvd3uIS3WVrdWoh88OTiy7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:"averta semibold";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.625rem;left:20.3125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ih0wAQyxkWsMvWTbTQR5iLQxwiH8dOho { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:"averta semibold";font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.625rem;left:39.4375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3kyqVL8ecwizSutK5KsocZJOgB15fko { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:"averta semibold";font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.625rem;left:58.40625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eNNfeKaN39EHG46T9WeG9Es9wf6vd7fe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27rem;height:3.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:38.1884765625rem;left:25.8125rem;display:block; }
#M1WenNM3bu1H3y0BZW0E5HE2VoRMdM1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJpRCncv4MvTScyg7fO9mAL7Z0IX0Bki { 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:67.5rem;width:67.5rem;display:none; }
#MLXF15bHyzBTEQxEB6HO83MgtFGJltW5 { 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:67.5rem;width:67.5rem;display:none; }
#BEU0920yqvUB56hdbqDDK5zSUwlPLaA2 { 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:67.5rem;width:67.5rem;display:none; }
#sWfFPf1IDQw2vTEDipHoCFwQnOpfKVWJ { 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:67.5rem;width:67.5rem;display:none; }
#bpGH3ERX25uwDbaglSAfTgWF0U3mfrPR { 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:67.5rem;width:67.5rem;display:none; }
#kR0OImcTOJp08XP0pE57SlXQSo6suW0E { 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:67.5rem;width:67.5rem;display:none; }
#bRHs65dD3v6XcQbOmkGBH8TxDqKdl6EC { 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:67.5rem;width:67.5rem;display:none; }
#Or8yk8ApGOASP9oEsw265tqLoLa9qxkk { 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:67.5rem;width:67.5rem;display:none; }
#VXByfTIpFwUSmLTXasdmlUcCl2cOQKLP { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:42.0625rem;left:23.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.88);background-image:url("https://images.assets-landingi.com/OYJWZlQA/Projekt_bez_tytu_u_6_.png");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; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR.adaptive-delivery-prevent-bg, #UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR.lazyload, #UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR.lazyloading { background-image: none; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row .container { background-color: transparent; background-image: none; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row .container > .video-iframe-container { display: none; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row > .video-iframe-container { display: none; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .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); }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row .container { border-width: 0; border-radius: 0; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#KT3xKE8PWcQEK8OzrHkbTv7XG0QQOURJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:3.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:22.38671875rem;left:42.03125rem;display:block; }
#LtXTh8LbDpmtIy0g8v1mTIvRqZUhuerp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWqeB0i1xioug5R2Go4LMv4hHUw3aKFs { color:rgba(var(--color-secondary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.03125rem;left:36.375rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2cOVocGianLGtggoxxobClxwatNC4vF { color:rgba(var(--color-secondary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.625rem;left:42.875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxkMEFNbqirR46EGrNQ5NfVZgpBa3m3i { 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:20.75rem;width:37rem;top:4.15625rem;left:3.96875rem;overflow:hidden;display:block; }
#RyHxgzbMwFSqyKo1Cm7TFNThoQcXgCkD { color:rgba(var(--color-secondary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.90625rem;left:11.125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FAmbGmRQdp73LVPg9FAaPNL9e0L8Fhzq { color:rgba(var(--color-secondary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.96875rem;left:9.75rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gFx1XrQwXrlkC0aDVnRNMwWKQZb1qe3X { color:#bba17f;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:19.6875rem;left:9.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a43ufcwcrlmNquobhnTJXtpUKgeoVoZs { color:#bba17f;display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:19.6875rem;left:9.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cVt9JTlovSPqKJURbPsPoBOMcrPzDoVs { 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:75rem;width:75rem;display:none; }
#TrVOM333OCsCXKamKZiUwKwtTTeQ589X { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:24.63671875rem;left:7.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wfz36ShsAzSe77cCyv36n96NdkQHO83b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.88);background-image:url("https://images.assets-landingi.com/OYJWZlQA/Projekt_bez_tytu_u_6_.png");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; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b.adaptive-delivery-prevent-bg, #wfz36ShsAzSe77cCyv36n96NdkQHO83b.lazyload, #wfz36ShsAzSe77cCyv36n96NdkQHO83b.lazyloading { background-image: none; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row .container { background-color: transparent; background-image: none; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row .container > .video-iframe-container { display: none; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row > .video-iframe-container { display: none; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .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); }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row .container { border-width: 0; border-radius: 0; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#szTyyvkv1LILRuH1SddtwpfvlJXxVGn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:7.6875rem;left:26.125rem;height:33.75rem;text-align:justify;text-align-last:initial;display:block; }
#R1mQr5wyXhIpVFKmod5qaikoHIQRhno3 { color:#bba17f;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.0625rem;left:12.59375rem;height:2.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hcRwZV0kPaXiIR2yS0OefLeEFlzUFUiS { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:16.25rem;top:10.0625rem;left:7.34375rem;overflow:hidden;display:block; }
#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca377a4e-e1e3-4bc0-a014-6781949e9b91/Projektbeztytuu20211105T112824775.png");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; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS.adaptive-delivery-prevent-bg, #XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS.lazyload, #XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS.lazyloading { background-image: none; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row .container { background-color: transparent; background-image: none; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.88); }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row .container > .video-iframe-container { display: none; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.88); }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row > .video-iframe-container { display: none; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .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); }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row .container { border-width: 0; border-radius: 0; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#C0rU4fEwl6LzGQHEugUqIQ3qE2u2uehR { color:#000000;display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.9375rem;left:14.21875rem;height:2.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI { 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; }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .row .container { background-color: transparent; background-image: none; }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .row .container > .video-iframe-container { display: none; }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .row > .video-iframe-container { display: none; }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .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); }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .row .container { border-width: 0; border-radius: 0; }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#AFKyy8zfpxSou9mCFPJQySNLWHnDaQfh { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:2.96875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#AFKyy8zfpxSou9mCFPJQySNLWHnDaQfh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AFKyy8zfpxSou9mCFPJQySNLWHnDaQfh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
#TmF9n8lXyMkIlBNmDHFgQmG0VuwU8dVf { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:2.1875rem;left:66.15625rem;display:block; }
#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy { 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; }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .row .container { background-color: transparent; background-image: none; }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .row .container > .video-iframe-container { display: none; }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .row > .video-iframe-container { display: none; }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .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); }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .row .container { border-width: 0; border-radius: 0; }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#LbRSuTasW7eIUDUaw4aG3znKNMEuI2ad { color:#000000;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.78125rem;height:3rem;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; }
#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 { 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; }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .row .container { background-color: transparent; background-image: none; }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .row .container > .video-iframe-container { display: none; }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .row > .video-iframe-container { display: none; }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .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); }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .row .container { border-width: 0; border-radius: 0; }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#l414yObXiZccVTgyrhE1sQzNAgz84P0f { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:2.96875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#l414yObXiZccVTgyrhE1sQzNAgz84P0f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l414yObXiZccVTgyrhE1sQzNAgz84P0f li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
#XLbu2kEdOp3wbTCiJFEFQ3M9ADw11shO { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:2.1875rem;left:66.1875rem;display:block; }
#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB { 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; }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .row .container { background-color: transparent; background-image: none; }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .row .container > .video-iframe-container { display: none; }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .row > .video-iframe-container { display: none; }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .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); }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .row .container { border-width: 0; border-radius: 0; }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#SkeqT82ZugxC9iWbGSX867UQgBkoXhHr { color:#000000;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.78125rem;height:3rem;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; }
#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq { 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; }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .row .container { background-color: transparent; background-image: none; }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .row .container > .video-iframe-container { display: none; }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .row > .video-iframe-container { display: none; }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .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); }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .row .container { border-width: 0; border-radius: 0; }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#K5F6EgM4VLRHyeK6DAJKMxnwFdr1337w { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:2.96875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#K5F6EgM4VLRHyeK6DAJKMxnwFdr1337w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K5F6EgM4VLRHyeK6DAJKMxnwFdr1337w li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
#aOtzfDUZ4Cw3mI42yWLtpACqIANvrVpS { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:2.1875rem;left:66.1875rem;display:block; }
#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD { 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; }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .row .container { background-color: transparent; background-image: none; }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .row .container > .video-iframe-container { display: none; }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .row > .video-iframe-container { display: none; }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .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); }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .row .container { border-width: 0; border-radius: 0; }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#EfuTft9MiKwLGLZJCnlidSUJ5eg85zbk { color:#000000;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.78125rem;height:4.5rem;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; }
#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX { 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; }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .row .container { background-color: transparent; background-image: none; }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .row .container > .video-iframe-container { display: none; }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .row > .video-iframe-container { display: none; }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .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); }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .row .container { border-width: 0; border-radius: 0; }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#e6Z7akt9P9QqOSlUTwbnUS20Loes8vkd { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:2.96875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#e6Z7akt9P9QqOSlUTwbnUS20Loes8vkd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e6Z7akt9P9QqOSlUTwbnUS20Loes8vkd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
#WBiy2e9Q5H6FrkUNBk81kp5Dbmaea1Hy { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:2.1875rem;left:66.1875rem;display:block; }
#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs { 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; }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .row .container { background-color: transparent; background-image: none; }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .row .container > .video-iframe-container { display: none; }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .row > .video-iframe-container { display: none; }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .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); }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .row .container { border-width: 0; border-radius: 0; }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#rer1n0GEPDPfp00cpNimfJJV8ZtGTUyq { color:#000000;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.78125rem;height:4.5rem;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; }
#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V { 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; }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .row .container { background-color: transparent; background-image: none; }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .row .container > .video-iframe-container { display: none; }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .row > .video-iframe-container { display: none; }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .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); }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .row .container { border-width: 0; border-radius: 0; }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#dZq0CTI1KTpITPCDrBXIlabk4677VIKg { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3rem;left:2.96875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dZq0CTI1KTpITPCDrBXIlabk4677VIKg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dZq0CTI1KTpITPCDrBXIlabk4677VIKg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
#ki9dnkWnhtrwyUHChxluNu3W1z7gkcnN { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:2.1875rem;left:66.1875rem;display:block; }
#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 { 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; }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .row .container { background-color: transparent; background-image: none; }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .row .container > .video-iframe-container { display: none; }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .row > .video-iframe-container { display: none; }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .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); }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .row .container { border-width: 0; border-radius: 0; }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#gZ1uy6wr0shDyVVKX2Hx008Mi94LkMzt { color:#000000;display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.78125rem;height:7.5rem;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; }
#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ca377a4e-e1e3-4bc0-a014-6781949e9b91/Projektbeztytuu20211105T112824775.png");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; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe.adaptive-delivery-prevent-bg, #ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe.lazyload, #ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe.lazyloading { background-image: none; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row .container { background-color: transparent; background-image: none; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row .container > .video-iframe-container { display: none; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(231,240,242,0.88); }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row > .video-iframe-container { display: none; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .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); }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row .container { border-width: 0; border-radius: 0; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;position:relative;display:block; }#JkeXKB6XXMWMNcvNGQRzckJ7wfr48Sa2 { color:#000000;display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:38.0625rem;left:1.625rem;height:2.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUw5HXllqWMMPKCoUHetD9tTwyyFkoTP { color:#e3dddd;display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:58.8125rem;left:44.1875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KcAL8m84PlgMbNzBWWG0ut4zRIttkPT9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.5625rem;width:24.375rem;top:28.3125rem;left:43.8125rem;display:block; }
#sRmJcCN3E9T2Regs6dCWH59T7591HVT7 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 6.25rem rgba(204,204,204,0.5) ;height:32.1875rem;width:24.375rem;top:30.875rem;left:43.8125rem;display:block; }
#E7dxrPMWHfPLCbnz6NpTadlvdfbCbJ1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.8125rem;left:43.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ClOuCLTaVGQN1LNyTo1QiTzHOq0IkTeQ { color:#1e2b4d;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.8125rem;left:45.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwQsnQVNez8RSfWi7D47b5dLu4HWuxRb { position:absolute;display:block;z-index:15011;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:18.0625rem;width:12.375rem;top:34.8125rem;left:49.75rem;overflow:hidden;display:block; }
#lyOPTTpTNx2KbZveyUWIwJ5B1WKDov0W { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:54.25rem;left:47.4375rem;display:block; }
#cz8ltoxQcqeh0aMglAA4KaGgSmV9Qc0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFh7UzwakFsw3N5TuFL8d34X6hpK1DlW { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.9375rem;left:17.5rem;display:block; }
#lMHsPhlClUd8WAh9oOH3sKmUaAmo0UiB { color:rgba(var(--color-secondary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:63.6875rem;left:40.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1CWbzFo4E1JAd5piMadg37tCANymDAv { border-top:0.0625rem solid rgba(115,115,115,0.2);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; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container { background-color: transparent; background-image: none; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container > .video-iframe-container { display: none; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row > .video-iframe-container { display: none; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .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); }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container { border-width: 0; border-radius: 0; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#l758ARc6eg0a8dKR6nTi0G1URE1o42av { color:#999999;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.34375rem;height:0.875rem;display:block; }
#nlvGVJFChAD2R3qoL3pcdWqyNQ0Xd6Ag { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#99b5d7;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.40625rem;left:64.75rem;display:block; }
#Sz53ZizwmXhDO0nVJTZtfnLGeEZLpwhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTvpoA2VMizRfBTXycdZ9622ZiqC8pwD { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#99b5d7;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.40625rem;left:57.1875rem;display:block; }
#VhHXUNc6TaozLPMbipUFKMF0yvuBSz4y { 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) { #plV7UvGFZZidq08HaAVdaFJa2sz4fivb { display:block; }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZuuDNWRDaAG5ZSdsTZesJLDRLsChxAT { top:0.6875rem;left:33.375rem;width:7.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkdGEBHp5HTrTCv9B84XNmIX4mpbRq0 { display:block; }
 }@media only screen and (max-width: 763px) { #UaFBX1SUoHFSbs4yg0EIBUySSPCbkffV { top:0.6875rem;left:41.224609375rem;width:5.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTPUwocoWDsz7OsrxsuTUZ6RF7WM0IK { display:block; }
 }@media only screen and (max-width: 763px) { #zqciL4vULSWWcy49XHVUgH0ZFOEGkcT9 { top:0.875rem;left:42.8125rem;width:4.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agVCGZ1SRXGmETUQ3umwLKswFov1VeQs { display:block; }
 }@media only screen and (max-width: 763px) { #nSWKkxmTOayEKBVDRp03HTweFT54f9g0 { top:0.4375rem;left:0rem;width:12.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM29NsOS2BLCf7d0yvHlVKB9zq2aho3R { top:2.125rem;left:0rem;width:0.5rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpvdZa3lBMORbsSCPVapJ9v9ZTAewQQN { top:0.6875rem;left:24.375rem;width:8.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI7B3K3Q3FqVhIAcWvBnX1m0OHK8dUKk { display:block; }
 }@media only screen and (max-width: 763px) { #XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 { display:block; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcILSqd2z173zy9Bl733T0KkHLevo4Ux { top:0rem;left:11.5rem;width:36.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdDXzlurXOTTE2b5oJnZvGegTgE99kKl { width:28.9375rem;height:4.3125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8oNrv5O36ZQBlleSZ1RanDhcdtimRTs { display:block; }
 }@media only screen and (max-width: 763px) { #P599mVTZZwE9TQJFIZWgpgwoQ9VNF6Ty { top:33.6875rem;left:0rem;width:47.75rem;height:12rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMHJgtTdZBebfQ8e0Ou71Kh3CrFEXkvv { top:6.3125rem;left:0rem;width:38.625rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK2UBtp2t25dt3tfiDlNo3gg3K8O685L { top:3.0625rem;left:0rem;width:24.25rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCrn05hgf7A4XXp77uokz5OOJeH0Hdim { top:11.5rem;left:0rem;width:36.8125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOBD4nW94odhJ652GwUii6DGfXkc9VfK { top:13.875rem;left:0rem;width:26.25rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaXpBkwqAKgwvxMDdGTzdpSTdzcsFJff { top:19.25rem;left:0rem;width:31.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX97Ug4IZDxBQSU3TpZGQt4GOcueVbqo { top:23.5625rem;left:0rem;width:17.3125rem;height:8.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #alOPJzegs2B8iTXlnq43U3M6fdPPus1z { top:19.875rem;left:0rem;width:6.6875rem;height:2.375rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb { display:block; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZ0Hy74NKNR7uAslImysh9qvuydDKWfk { top:2.375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 { display:block; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAQgVbiw6EQyDZJ3TRJV27hqnIrt12x7 { top:21.875rem;left:0rem;width:31.125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgUMQmPHqzofLnydXzWLgDyuLWdTNnEX { top:28.6875rem;left:0rem;width:20.9375rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGtiZ5q81miaGgcMna8RhQ7BkAnavtm { top:33.75rem;left:0rem;width:23.8125rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIydOXMiOSaN7WzT5mhsO90wkuQeqDVF { top:39.0625rem;left:0rem;width:24.0625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuAFFJkHKp4HGcCwzc6GBA3UMXRD3Ey6 { top:29.3125rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWdsbCAFsqAWQRNIV12TUP4W2oR2BpI4 { top:34.1875rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDF7xWrAgA4bS1R7VuT9WXkoI04cAAKX { top:39.6875rem;left:0rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXnu4s0TKWBw8F0qi5qGWKitZLwTtstG { top:1.8125rem;left:0rem;width:47.75rem;height:15.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGDALthx9yp8fNJuNrGBgMhW837urCb9 { top:47.6875rem;left:0rem;width:24.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVsU0JtlCzT5s8Joz2HnRhUEfATEnTbk { top:53.8125rem;left:0rem;width:31.125rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTSyQNZ8LWNyVUGGlPWKPhvdeaqvJ8Gc { top:21.25rem;left:13.625rem;width:34.125rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G { display:block; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFb5uC2etO4UZ7BRJFOzZBHdGgxu9PL5 { width:25.125rem;height:3.5rem;top:24.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frs3PugTDnOMTuKgeZaO1SxidOkTbv3P { display:block; }
 }@media only screen and (max-width: 763px) { #qqXfXX5Wmzwzn3s6BtfyWnPSkaPEey5s { top:1.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMLyCHMoxbwU8SHcqPzUoZyybbOccvLt { top:28.375rem;left:8.3125rem;width:31.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ { display:block; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0JtnflZK8P3WCSsCzAf6zfWJPty5LaP { top:12rem;left:0rem;width:23.8125rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi7bOaEpUTElJ02d1szNRRhPZFDTW7Th { top:21.625rem;left:23rem;width:24.75rem;height:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1MRgaV7ySCtSseXLREqyxCB7ayIql75 { top:20.9375rem;left:0rem;width:24.75rem;height:5.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfuXmIbGm96zDNVuuVphCo8S4UcSTkQF { top:30.9375rem;left:22.5rem;width:25.25rem;height:5.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrd1m37nPq2L0gFOZJJCpgVD8SWBK6EV { top:31.625rem;left:0rem;width:25.375rem;height:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVD9RP0GFhUEMdfu2LR7nx5wK699TZdT { width:25.1875rem;height:3.5rem;top:39.625rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy8mmEmK0IVEzc4xx4gdzvVpPn5kllbq { display:block; }
 }@media only screen and (max-width: 763px) { #oMDTxWHlG7hDCT9Rhny3kzI58LffWJ0Z { top:12rem;left:22.875rem;width:24.875rem;height:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDAlAhZEMXHi75ZrvIuZht7yEk2lG3KD { top:3.75rem;left:0rem;width:31.125rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfbOhS3I1c4SOlpAvWS5Wa7d9X8i1vHB { top:8.1875rem;left:0rem;width:32.6875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3M1C5GxAdoQAXe1KMbw3UMLaXqVqpAu { top:17.8125rem;left:0rem;width:32.6875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMQedBd9HsBdsIcEeGIr1PuQTNUMTBlz { top:8.125rem;left:15.0625rem;width:32.6875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDM27VywJr3bu4DLsRALUS3hMo0cKfqD { top:17.75rem;left:15.0625rem;width:32.6875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7aV48uz39HsrpwFA3sAzRxIxvqCQnWO { top:27.8125rem;left:0rem;width:32.6875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwCzi08wkiE29qGgTirqPnap9zF85bHV { top:27.8125rem;left:15.0625rem;width:32.6875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4fomrJHJuknXAPkv2XzlHsLBDxDpyaT { top:11.6875rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROkQdJoLohZk1XMM0HECclekzw7mx14V { top:21.3125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKukq8QZP3y6dvOKim1m4rL8FRlUlq2D { top:31.3125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZgZAIMpro91Zx2exxFEDug7WqnIL6rT { top:11.6875rem;left:28.123046875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8UOCxPt0TNhuyT97Jz9kwMw16QihPeh { top:21.3125rem;left:28.123046875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrrNCz2oxyrmebxh8FHiTFBC7NsAKi6m { top:31.3125rem;left:28.123046875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPUucC5nhivSToaFFRfHRSxJBTEM86yI { top:11.6875rem;left:0rem;width:4.75rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMy22rUEWv3fEFbRAzCuA0LxaxdVTWuP { top:11.6875rem;left:0rem;width:4.75rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3EkvGs6wvD6fDaNKZHzFBB2NOdrTTz6 { top:11.6875rem;left:0rem;width:4.75rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGFe4lWBilVo4L8pTTKoCIvcstmftlSC { top:11.6875rem;left:0rem;width:4.75rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyOu5umOrexvscEu60h1h0lpcdl8Uti0 { top:11.6875rem;left:0rem;width:4.75rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcGTsKCa9HTtd4FlHUyqvrf7ZODrEHDC { top:38.0625rem;left:8.3125rem;width:31.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u { display:block; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClNHFbN9wywNacxuRT2N2T555n9Ska72 { top:0rem;left:0rem;width:47.75rem;height:26.746425567704rem;display:block; }
 }@media only screen and (max-width: 763px) { #pap7Wpp7hMBEo4uBZaU0XyBKlAZgWkeK { top:3.125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8m3r9cQL4tQv27bBJ2DvkeR26ONaKyP { top:24.625rem;left:0rem;width:13.875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeCfkimnTFpvd3uIS3WVrdWoh88OTiy7 { top:24.625rem;left:6.6875rem;width:13.875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih0wAQyxkWsMvWTbTQR5iLQxwiH8dOho { top:24.625rem;left:25.8125rem;width:13.875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kyqVL8ecwizSutK5KsocZJOgB15fko { top:24.625rem;left:33.875rem;width:13.875rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNNfeKaN39EHG46T9WeG9Es9wf6vd7fe { width:27rem;height:3.5rem;top:38.1875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1WenNM3bu1H3y0BZW0E5HE2VoRMdM1x { display:block; }
 }@media only screen and (max-width: 763px) { #lJpRCncv4MvTScyg7fO9mAL7Z0IX0Bki { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLXF15bHyzBTEQxEB6HO83MgtFGJltW5 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEU0920yqvUB56hdbqDDK5zSUwlPLaA2 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWfFPf1IDQw2vTEDipHoCFwQnOpfKVWJ { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bpGH3ERX25uwDbaglSAfTgWF0U3mfrPR { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kR0OImcTOJp08XP0pE57SlXQSo6suW0E { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRHs65dD3v6XcQbOmkGBH8TxDqKdl6EC { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Or8yk8ApGOASP9oEsw265tqLoLa9qxkk { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXByfTIpFwUSmLTXasdmlUcCl2cOQKLP { top:42.0625rem;left:10.125rem;width:31.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR { display:block; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT3xKE8PWcQEK8OzrHkbTv7XG0QQOURJ { width:27.5625rem;height:3.8125rem;top:22.375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtXTh8LbDpmtIy0g8v1mTIvRqZUhuerp { display:block; }
 }@media only screen and (max-width: 763px) { #oWqeB0i1xioug5R2Go4LMv4hHUw3aKFs { top:16rem;left:9.125rem;width:38.625rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2cOVocGianLGtggoxxobClxwatNC4vF { top:11.625rem;left:23.5rem;width:24.25rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxkMEFNbqirR46EGrNQ5NfVZgpBa3m3i { top:4.125rem;left:0rem;width:37rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyHxgzbMwFSqyKo1Cm7TFNThoQcXgCkD { top:8.875rem;left:0rem;width:22.6875rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAmbGmRQdp73LVPg9FAaPNL9e0L8Fhzq { top:12.9375rem;left:0rem;width:25.4375rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFx1XrQwXrlkC0aDVnRNMwWKQZb1qe3X { top:25.75rem;left:0rem;width:17.3125rem;height:8.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a43ufcwcrlmNquobhnTJXtpUKgeoVoZs { top:34.5rem;left:0rem;width:17.3125rem;height:1.3125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVt9JTlovSPqKJURbPsPoBOMcrPzDoVs { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrVOM333OCsCXKamKZiUwKwtTTeQ589X { top:24.625rem;left:0rem;width:31.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfz36ShsAzSe77cCyv36n96NdkQHO83b { display:block; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szTyyvkv1LILRuH1SddtwpfvlJXxVGn6 { top:7.6875rem;left:11.0625rem;width:36.6875rem;height:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1mQr5wyXhIpVFKmod5qaikoHIQRhno3 { top:5.0625rem;left:0rem;width:10.9375rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcRwZV0kPaXiIR2yS0OefLeEFlzUFUiS { top:10.0625rem;left:0rem;width:16.25rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS { display:block; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0rU4fEwl6LzGQHEugUqIQ3qE2u2uehR { top:1.9375rem;left:0.59375rem;width:46.5625rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI { display:block; }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFKyy8zfpxSou9mCFPJQySNLWHnDaQfh { top:3rem;left:0rem;width:29.3125rem;height:1.5rem;font-size:1.0625rem;display:block; }#AFKyy8zfpxSou9mCFPJQySNLWHnDaQfh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
 }@media only screen and (max-width: 763px) { #TmF9n8lXyMkIlBNmDHFgQmG0VuwU8dVf { top:2.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy { display:block; }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbRSuTasW7eIUDUaw4aG3znKNMEuI2ad { top:2.25rem;left:0rem;width:47.75rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 { display:block; }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l414yObXiZccVTgyrhE1sQzNAgz84P0f { top:3rem;left:0rem;width:29.3125rem;height:;font-size:1.0625rem;display:block; }#l414yObXiZccVTgyrhE1sQzNAgz84P0f li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
 }@media only screen and (max-width: 763px) { #XLbu2kEdOp3wbTCiJFEFQ3M9ADw11shO { top:2.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB { display:block; }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkeqT82ZugxC9iWbGSX867UQgBkoXhHr { top:2.1875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq { display:block; }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5F6EgM4VLRHyeK6DAJKMxnwFdr1337w { top:3rem;left:0rem;width:29.3125rem;height:;font-size:1.0625rem;display:block; }#K5F6EgM4VLRHyeK6DAJKMxnwFdr1337w li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
 }@media only screen and (max-width: 763px) { #aOtzfDUZ4Cw3mI42yWLtpACqIANvrVpS { top:2.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD { display:block; }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfuTft9MiKwLGLZJCnlidSUJ5eg85zbk { top:2.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX { display:block; }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6Z7akt9P9QqOSlUTwbnUS20Loes8vkd { top:3rem;left:0rem;width:29.3125rem;height:;font-size:1.0625rem;display:block; }#e6Z7akt9P9QqOSlUTwbnUS20Loes8vkd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
 }@media only screen and (max-width: 763px) { #WBiy2e9Q5H6FrkUNBk81kp5Dbmaea1Hy { top:2.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbPdorTLPJyLTHZJTtKDkqr479T1MHs { display:block; }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rer1n0GEPDPfp00cpNimfJJV8ZtGTUyq { top:2.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V { display:block; }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZq0CTI1KTpITPCDrBXIlabk4677VIKg { top:3rem;left:0rem;width:29.3125rem;height:;font-size:1.0625rem;display:block; }#dZq0CTI1KTpITPCDrBXIlabk4677VIKg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
 }@media only screen and (max-width: 763px) { #ki9dnkWnhtrwyUHChxluNu3W1z7gkcnN { top:2.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 { display:block; }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ1uy6wr0shDyVVKX2Hx008Mi94LkMzt { top:2.1875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe { display:block; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkeXKB6XXMWMNcvNGQRzckJ7wfr48Sa2 { top:38.0625rem;left:0rem;width:40.375rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUw5HXllqWMMPKCoUHetD9tTwyyFkoTP { top:58.8125rem;left:24.1875rem;width:23.5625rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcAL8m84PlgMbNzBWWG0ut4zRIttkPT9 { top:28.3125rem;left:23.375rem;width:24.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRmJcCN3E9T2Regs6dCWH59T7591HVT7 { top:30.875rem;left:23.375rem;width:24.375rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7dxrPMWHfPLCbnz6NpTadlvdfbCbJ1Z { top:28.8125rem;left:22.8125rem;width:24.9375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClOuCLTaVGQN1LNyTo1QiTzHOq0IkTeQ { top:31.8125rem;left:27.375rem;width:20.375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwQsnQVNez8RSfWi7D47b5dLu4HWuxRb { top:34.8125rem;left:35.375rem;width:12.375rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyOPTTpTNx2KbZveyUWIwJ5B1WKDov0W { width:17.0625rem;height:3.75rem;top:54.25rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz8ltoxQcqeh0aMglAA4KaGgSmV9Qc0Z { display:block; }
 }@media only screen and (max-width: 763px) { #aFh7UzwakFsw3N5TuFL8d34X6hpK1DlW { top:2.9375rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMHsPhlClUd8WAh9oOH3sKmUaAmo0UiB { top:63.6875rem;left:16.625rem;width:31.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1CWbzFo4E1JAd5piMadg37tCANymDAv { display:block; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l758ARc6eg0a8dKR6nTi0G1URE1o42av { top:1.6875rem;left:0rem;width:21rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlvGVJFChAD2R3qoL3pcdWqyNQ0Xd6Ag { width:9.6875rem;height:3.4375rem;top:0.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz53ZizwmXhDO0nVJTZtfnLGeEZLpwhQ { display:block; }
 }@media only screen and (max-width: 763px) { #HTvpoA2VMizRfBTXycdZ9622ZiqC8pwD { width:6.6875rem;height:3.4375rem;top:0.375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhHXUNc6TaozLPMbipUFKMF0yvuBSz4y { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#061545;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #plV7UvGFZZidq08HaAVdaFJa2sz4fivb { display:block; }#plV7UvGFZZidq08HaAVdaFJa2sz4fivb > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZuuDNWRDaAG5ZSdsTZesJLDRLsChxAT { top:3.84375rem;left:6.40625rem;width:4.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmkdGEBHp5HTrTCv9B84XNmIX4mpbRq0 { display:block; }
 }@media only screen and (max-width: 763px) { #UaFBX1SUoHFSbs4yg0EIBUySSPCbkffV { top:3.9375rem;left:11.8125rem;width:3.1875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTPUwocoWDsz7OsrxsuTUZ6RF7WM0IK { display:block; }
 }@media only screen and (max-width: 763px) { #zqciL4vULSWWcy49XHVUgH0ZFOEGkcT9 { top:3.84375rem;left:16.5rem;width:3.5rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agVCGZ1SRXGmETUQ3umwLKswFov1VeQs { display:block; }
 }@media only screen and (max-width: 763px) { #nSWKkxmTOayEKBVDRp03HTweFT54f9g0 { width:12.125rem;height:2.5625rem;top:0rem;left:2.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM29NsOS2BLCf7d0yvHlVKB9zq2aho3R { width:0.5rem;height:0.5rem;top:1.599609375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpvdZa3lBMORbsSCPVapJ9v9ZTAewQQN { top:3.8125rem;left:0rem;width:5.875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI7B3K3Q3FqVhIAcWvBnX1m0OHK8dUKk { display:block; }
 }@media only screen and (max-width: 763px) { #XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OYJWZlQA/Projekt_bez_tytu_u_6_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2.adaptive-delivery-prevent-bg, #XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2.lazyload, #XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2.lazyloading { background-image: none; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row .container { background-color: transparent; background-image: none; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row .container > .video-iframe-container { display: none; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row > .video-iframe-container { display: none; }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .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); }#XQKK4v4pAv9PiTJXH4yJnaTlCIIQVbh2 > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcILSqd2z173zy9Bl733T0KkHLevo4Ux { width:20rem;height:20rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdDXzlurXOTTE2b5oJnZvGegTgE99kKl { width:20rem;height:4.3125rem;top:26.9990234375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8oNrv5O36ZQBlleSZ1RanDhcdtimRTs { display:block; }
 }@media only screen and (max-width: 763px) { #P599mVTZZwE9TQJFIZWgpgwoQ9VNF6Ty { width:20rem;height:12.375rem;top:32.2490234375rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sMHJgtTdZBebfQ8e0Ou71Kh3CrFEXkvv { width:20rem;height:2rem;top:3.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AK2UBtp2t25dt3tfiDlNo3gg3K8O685L { width:15.375rem;height:2.5625rem;top:0.6875rem;left:2.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fCrn05hgf7A4XXp77uokz5OOJeH0Hdim { width:11.375rem;height:6.1875rem;top:8.5546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOBD4nW94odhJ652GwUii6DGfXkc9VfK { width:8.4375rem;height:0;top:12.1875rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UaXpBkwqAKgwvxMDdGTzdpSTdzcsFJff { width:6rem;height:0;top:13.7109375rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WX97Ug4IZDxBQSU3TpZGQt4GOcueVbqo { width:17.3125rem;height:0;top:23.5625rem;left:1.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#c1bcb4;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #alOPJzegs2B8iTXlnq43U3M6fdPPus1z { width:8.625rem;height:0;top:26.9921875rem;left:5.6555601358414rem;font-size:2.375rem;text-align:center;text-align-last:center;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb { background-color:#e7f0f2;background-image:none;display:block; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { background-color: transparent; background-image: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container > .video-iframe-container { display: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row > .video-iframe-container { display: none; }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .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); }#eGS8DEtNvSCtZ5b1Z2lIWkzMmE9x2gKb > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZ0Hy74NKNR7uAslImysh9qvuydDKWfk { width:20rem;height:1.75rem;top:1.517578125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 { background-color:#e7f0f2;background-image:none;display:block; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row .container { background-color: transparent; background-image: none; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row .container > .video-iframe-container { display: none; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row > .video-iframe-container { display: none; }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .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); }#DSQRw6ArVOascaEGQAhIFfi6g0IB7wq1 > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAQgVbiw6EQyDZJ3TRJV27hqnIrt12x7 { width:20rem;height:1.8125rem;top:22.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgUMQmPHqzofLnydXzWLgDyuLWdTNnEX { width:17.5rem;height:2.375rem;top:35.625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGtiZ5q81miaGgcMna8RhQ7BkAnavtm { width:17.75rem;height:2.375rem;top:30.625rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIydOXMiOSaN7WzT5mhsO90wkuQeqDVF { width:17.9375rem;height:2.375rem;top:25.1875rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuAFFJkHKp4HGcCwzc6GBA3UMXRD3Ey6 { width:2.125rem;height:2.125rem;top:30.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWdsbCAFsqAWQRNIV12TUP4W2oR2BpI4 { width:2.125rem;height:2.125rem;top:35.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDF7xWrAgA4bS1R7VuT9WXkoI04cAAKX { width:2.125rem;height:2.125rem;top:25.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXnu4s0TKWBw8F0qi5qGWKitZLwTtstG { width:20rem;height:21rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oGDALthx9yp8fNJuNrGBgMhW837urCb9 { width:20rem;height:2.5rem;top:40.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IVsU0JtlCzT5s8Joz2HnRhUEfATEnTbk { width:19.9375rem;height:1.1875rem;top:44.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTSyQNZ8LWNyVUGGlPWKPhvdeaqvJ8Gc { width:20rem;height:20rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G { background-color:#e7f0f2;background-image:none;display:block; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row .container { background-color: transparent; background-image: none; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row .container > .video-iframe-container { display: none; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row > .video-iframe-container { display: none; }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .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); }#c4N6le1Ty2CfuqvkqGO0IM65xBHAEc2G > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFb5uC2etO4UZ7BRJFOzZBHdGgxu9PL5 { width:20rem;height:3.375rem;top:13.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frs3PugTDnOMTuKgeZaO1SxidOkTbv3P { display:block; }
 }@media only screen and (max-width: 763px) { #qqXfXX5Wmzwzn3s6BtfyWnPSkaPEey5s { height:11.25rem;width:20rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMLyCHMoxbwU8SHcqPzUoZyybbOccvLt { width:20rem;height:1.25rem;top:17rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ { background-color:#e7f0f2;background-image:none;display:block; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row .container { background-color: transparent; background-image: none; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row .container > .video-iframe-container { display: none; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row > .video-iframe-container { display: none; }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .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); }#U1X8PzQOL532m0b9HWGQ2ogvkM03l1fZ > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0JtnflZK8P3WCSsCzAf6zfWJPty5LaP { width:14.375rem;height:2.8125rem;top:4.3125rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi7bOaEpUTElJ02d1szNRRhPZFDTW7Th { width:16.0625rem;height:2.625rem;top:10.1875rem;left:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1MRgaV7ySCtSseXLREqyxCB7ayIql75 { width:15.6875rem;height:3.5rem;top:16.1875rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfuXmIbGm96zDNVuuVphCo8S4UcSTkQF { width:14.875rem;height:3.5rem;top:22.125rem;left:4.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrd1m37nPq2L0gFOZJJCpgVD8SWBK6EV { width:15.0625rem;height:3.5rem;top:28rem;left:4.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVD9RP0GFhUEMdfu2LR7nx5wK699TZdT { width:20rem;height:3.4375rem;top:39.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy8mmEmK0IVEzc4xx4gdzvVpPn5kllbq { display:block; }
 }@media only screen and (max-width: 763px) { #oMDTxWHlG7hDCT9Rhny3kzI58LffWJ0Z { width:14.625rem;height:3.5rem;top:33.9375rem;left:4.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDAlAhZEMXHi75ZrvIuZht7yEk2lG3KD { width:20rem;height:2.25rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfbOhS3I1c4SOlpAvWS5Wa7d9X8i1vHB { width:20rem;height:7.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3M1C5GxAdoQAXe1KMbw3UMLaXqVqpAu { width:20rem;height:7.2265625rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMQedBd9HsBdsIcEeGIr1PuQTNUMTBlz { width:20rem;height:7.2265625rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDM27VywJr3bu4DLsRALUS3hMo0cKfqD { width:20rem;height:7.2265625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7aV48uz39HsrpwFA3sAzRxIxvqCQnWO { width:20rem;height:6.875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwCzi08wkiE29qGgTirqPnap9zF85bHV { width:20rem;height:7.2265625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4fomrJHJuknXAPkv2XzlHsLBDxDpyaT { width:2.0625rem;height:2.0625rem;top:4.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROkQdJoLohZk1XMM0HECclekzw7mx14V { width:4.75rem;height:4.75rem;top:137.03125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKukq8QZP3y6dvOKim1m4rL8FRlUlq2D { width:4.75rem;height:4.75rem;top:149.03125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZgZAIMpro91Zx2exxFEDug7WqnIL6rT { width:4.75rem;height:4.75rem;top:131.03125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8UOCxPt0TNhuyT97Jz9kwMw16QihPeh { width:4.75rem;height:4.75rem;top:143.03125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrrNCz2oxyrmebxh8FHiTFBC7NsAKi6m { width:4.75rem;height:4.75rem;top:171.984375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPUucC5nhivSToaFFRfHRSxJBTEM86yI { width:2.0625rem;height:2.0625rem;top:34.625rem;left:1rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #cMy22rUEWv3fEFbRAzCuA0LxaxdVTWuP { width:2.0625rem;height:2.0625rem;top:28.75rem;left:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #O3EkvGs6wvD6fDaNKZHzFBB2NOdrTTz6 { width:2.0625rem;height:2.0625rem;top:22.8125rem;left:1rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #GGFe4lWBilVo4L8pTTKoCIvcstmftlSC { width:2.0625rem;height:2.0625rem;top:16.9375rem;left:1rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #dyOu5umOrexvscEu60h1h0lpcdl8Uti0 { width:2.0625rem;height:2.0625rem;top:10.9375rem;left:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #KcGTsKCa9HTtd4FlHUyqvrf7ZODrEHDC { width:20rem;height:1.375rem;top:43.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u { background-color:#e7f0f2;background-image:none;display:block; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row .container { background-color: transparent; background-image: none; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row .container > .video-iframe-container { display: none; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row > .video-iframe-container { display: none; }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .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); }#iqAeT8BRJD6lRNNyiQT1T1ZyaqiGyP2u > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClNHFbN9wywNacxuRT2N2T555n9Ska72 { width:20rem;height:11.202125rem;top:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pap7Wpp7hMBEo4uBZaU0XyBKlAZgWkeK { width:20rem;height:1.75rem;top:1.701171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8m3r9cQL4tQv27bBJ2DvkeR26ONaKyP { width:12.4375rem;height:3.5625rem;top:26.875rem;left:3.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SeCfkimnTFpvd3uIS3WVrdWoh88OTiy7 { width:12.8125rem;height:3.5625rem;top:12.951171875rem;left:3.125rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Ih0wAQyxkWsMvWTbTQR5iLQxwiH8dOho { width:10.75rem;height:3.5625rem;top:55.375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kyqVL8ecwizSutK5KsocZJOgB15fko { width:12.4375rem;height:4.75rem;top:40.375rem;left:3.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNNfeKaN39EHG46T9WeG9Es9wf6vd7fe { width:20rem;height:3.4375rem;top:61.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1WenNM3bu1H3y0BZW0E5HE2VoRMdM1x { display:block; }
 }@media only screen and (max-width: 763px) { #lJpRCncv4MvTScyg7fO9mAL7Z0IX0Bki { top:3.451171875rem;left:1.5rem;width:16.0625rem;height:16.0625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MLXF15bHyzBTEQxEB6HO83MgtFGJltW5 { top:17.826171875rem;left:1.5rem;width:15.8125rem;height:15.8125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BEU0920yqvUB56hdbqDDK5zSUwlPLaA2 { top:31.8125rem;left:1.5rem;width:15.8125rem;height:15.8125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sWfFPf1IDQw2vTEDipHoCFwQnOpfKVWJ { top:46rem;left:1.46875rem;width:15.8125rem;height:15.8125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bpGH3ERX25uwDbaglSAfTgWF0U3mfrPR { top:6.4375rem;left:6.8125rem;width:5.4375rem;height:5.4375rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kR0OImcTOJp08XP0pE57SlXQSo6suW0E { top:20.375rem;left:6.8125rem;width:5.4375rem;height:5.4375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bRHs65dD3v6XcQbOmkGBH8TxDqKdl6EC { top:34.375rem;left:6.71875rem;width:5.4375rem;height:5.4375rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Or8yk8ApGOASP9oEsw265tqLoLa9qxkk { top:48.1875rem;left:6.3125rem;width:6.125rem;height:6.125rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VXByfTIpFwUSmLTXasdmlUcCl2cOQKLP { width:20rem;height:1.375rem;top:65.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OYJWZlQA/Projekt_bez_tytu_u_6_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR.adaptive-delivery-prevent-bg, #UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR.lazyload, #UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR.lazyloading { background-image: none; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row .container { background-color: transparent; background-image: none; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row .container > .video-iframe-container { display: none; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row > .video-iframe-container { display: none; }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .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); }#UOX5n5TBSpDgS3CfJazy9UrWpN6pvueR > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT3xKE8PWcQEK8OzrHkbTv7XG0QQOURJ { width:20rem;height:3.4375rem;top:30.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtXTh8LbDpmtIy0g8v1mTIvRqZUhuerp { display:block; }
 }@media only screen and (max-width: 763px) { #oWqeB0i1xioug5R2Go4LMv4hHUw3aKFs { width:20rem;height:1.9375rem;top:2.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2cOVocGianLGtggoxxobClxwatNC4vF { width:20rem;height:2.5625rem;top:5.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxkMEFNbqirR46EGrNQ5NfVZgpBa3m3i { width:19rem;height:10.1875rem;top:7.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyHxgzbMwFSqyKo1Cm7TFNThoQcXgCkD { width:20rem;height:2rem;top:8.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAmbGmRQdp73LVPg9FAaPNL9e0L8Fhzq { width:20rem;height:0.875rem;top:11.71875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #gFx1XrQwXrlkC0aDVnRNMwWKQZb1qe3X { width:17.3125rem;height:0;top:25.75rem;left:1.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #a43ufcwcrlmNquobhnTJXtpUKgeoVoZs { width:17.3125rem;height:0;top:30.1875rem;left:1.34375rem;font-size:2.0625rem;text-align:center;text-align-last:center;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #cVt9JTlovSPqKJURbPsPoBOMcrPzDoVs { top:12.59375rem;left:0.71875rem;width:18.5625rem;height:18.5625rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TrVOM333OCsCXKamKZiUwKwtTTeQ589X { width:20rem;height:1.625rem;top:34.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfz36ShsAzSe77cCyv36n96NdkQHO83b { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OYJWZlQA/Projekt_bez_tytu_u_6_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b.adaptive-delivery-prevent-bg, #wfz36ShsAzSe77cCyv36n96NdkQHO83b.lazyload, #wfz36ShsAzSe77cCyv36n96NdkQHO83b.lazyloading { background-image: none; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row .container { background-color: transparent; background-image: none; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row .container > .video-iframe-container { display: none; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row > .video-iframe-container { display: none; }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .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); }#wfz36ShsAzSe77cCyv36n96NdkQHO83b > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szTyyvkv1LILRuH1SddtwpfvlJXxVGn6 { width:20rem;height:34.125rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R1mQr5wyXhIpVFKmod5qaikoHIQRhno3 { width:10.9375rem;height:2.375rem;top:2rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hcRwZV0kPaXiIR2yS0OefLeEFlzUFUiS { width:7.9375rem;height:5rem;top:2rem;left:10.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS { background-color:#ffffff;background-image:none;display:block; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row .container { background-color: transparent; background-image: none; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row .container > .video-iframe-container { display: none; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row > .video-iframe-container { display: none; }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .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); }#XIGAamar9T32Dxct9Bc9gXHg0Iu5W3sS > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0rU4fEwl6LzGQHEugUqIQ3qE2u2uehR { width:18.1875rem;height:2.0625rem;top:1.78125rem;left:0.90625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI { display:block; }#iOQh4R1sUd5LPbhQkiGRs3VbJhiTdrOI > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFKyy8zfpxSou9mCFPJQySNLWHnDaQfh { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }#AFKyy8zfpxSou9mCFPJQySNLWHnDaQfh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
 }@media only screen and (max-width: 763px) { #TmF9n8lXyMkIlBNmDHFgQmG0VuwU8dVf { width:3.125rem;height:3.125rem;top:3.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy { display:block; }#zIGbinvzDVZJgi5ko6rUbte8FJMX37Fy > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbRSuTasW7eIUDUaw4aG3znKNMEuI2ad { width:20rem;height:3.5625rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 { display:block; }#Utdnt4CZkWbQxqoP4eE41zJldaOJxsG7 > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l414yObXiZccVTgyrhE1sQzNAgz84P0f { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }#l414yObXiZccVTgyrhE1sQzNAgz84P0f li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
 }@media only screen and (max-width: 763px) { #XLbu2kEdOp3wbTCiJFEFQ3M9ADw11shO { width:3.125rem;height:3.125rem;top:4.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB { display:block; }#LGuLJXc7B42T8tFLoaJT2hK5N1TsZoMB > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkeqT82ZugxC9iWbGSX867UQgBkoXhHr { width:20rem;height:5.9375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq { display:block; }#Z8qWck6rQCBu2DWecxlfUVHXxz0JQtwq > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5F6EgM4VLRHyeK6DAJKMxnwFdr1337w { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }#K5F6EgM4VLRHyeK6DAJKMxnwFdr1337w li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
 }@media only screen and (max-width: 763px) { #aOtzfDUZ4Cw3mI42yWLtpACqIANvrVpS { width:3.125rem;height:3.125rem;top:4.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD { display:block; }#dgR5oyLNNl5PWOaIFX6V4pmkTorJmryD > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfuTft9MiKwLGLZJCnlidSUJ5eg85zbk { width:20rem;height:7.125rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX { display:block; }#EBG6nWqZl3ZVQgTFNUBMiuKNMliZLTxX > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6Z7akt9P9QqOSlUTwbnUS20Loes8vkd { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }#e6Z7akt9P9QqOSlUTwbnUS20Loes8vkd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
 }@media only screen and (max-width: 763px) { #WBiy2e9Q5H6FrkUNBk81kp5Dbmaea1Hy { width:3.125rem;height:3.125rem;top:3.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbPdorTLPJyLTHZJTtKDkqr479T1MHs { display:block; }#SmbPdorTLPJyLTHZJTtKDkqr479T1MHs > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rer1n0GEPDPfp00cpNimfJJV8ZtGTUyq { width:20rem;height:5.9375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V { display:block; }#DLoZ70vZ6a0LOkcMsp99nzugnWv0rH6V > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZq0CTI1KTpITPCDrBXIlabk4677VIKg { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }#dZq0CTI1KTpITPCDrBXIlabk4677VIKg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9bc7423a-7be9-4421-b5af-26029e723bd2/7.png); }
 }@media only screen and (max-width: 763px) { #ki9dnkWnhtrwyUHChxluNu3W1z7gkcnN { width:3.125rem;height:3.125rem;top:3.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 { display:block; }#HmosuzBulnFWEyGtSTnZuM7kmFoG23a2 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ1uy6wr0shDyVVKX2Hx008Mi94LkMzt { width:20rem;height:14.25rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe { background-color:#e7f0f2;background-image:none;display:block; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row .container { background-color: transparent; background-image: none; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row .container > .video-iframe-container { display: none; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row > .video-iframe-container { display: none; }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .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); }#ekuTtZulR8LGpiTiNpLb1HU1IydX2ZIe > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkeXKB6XXMWMNcvNGQRzckJ7wfr48Sa2 { width:20rem;height:1.5rem;top:14.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rUw5HXllqWMMPKCoUHetD9tTwyyFkoTP { width:18.5rem;height:0;top:88.1875rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#c5c5c5;display:none; }
 }@media only screen and (max-width: 763px) { #KcAL8m84PlgMbNzBWWG0ut4zRIttkPT9 { width:20rem;height:2.5625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRmJcCN3E9T2Regs6dCWH59T7591HVT7 { width:20rem;height:27.875rem;top:21.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #E7dxrPMWHfPLCbnz6NpTadlvdfbCbJ1Z { width:20rem;height:1.25rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClOuCLTaVGQN1LNyTo1QiTzHOq0IkTeQ { width:13.9375rem;height:2rem;top:22rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwQsnQVNez8RSfWi7D47b5dLu4HWuxRb { width:13.375rem;height:19.4375rem;top:24.6875rem;left:3.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lyOPTTpTNx2KbZveyUWIwJ5B1WKDov0W { width:19.375rem;height:3.4375rem;top:44.875rem;left:0.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz8ltoxQcqeh0aMglAA4KaGgSmV9Qc0Z { display:block; }
 }@media only screen and (max-width: 763px) { #aFh7UzwakFsw3N5TuFL8d34X6hpK1DlW { height:11.25rem;width:20rem;top:1.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMHsPhlClUd8WAh9oOH3sKmUaAmo0UiB { width:20rem;height:0;top:49.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q1CWbzFo4E1JAd5piMadg37tCANymDAv { display:block; }#Q1CWbzFo4E1JAd5piMadg37tCANymDAv > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l758ARc6eg0a8dKR6nTi0G1URE1o42av { width:20rem;height:0.8125rem;top:0.5625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlvGVJFChAD2R3qoL3pcdWqyNQ0Xd6Ag { width:8.25rem;height:1.375rem;top:1.40625rem;left:8.1875rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz53ZizwmXhDO0nVJTZtfnLGeEZLpwhQ { display:block; }
 }@media only screen and (max-width: 763px) { #HTvpoA2VMizRfBTXycdZ9622ZiqC8pwD { width:5.4375rem;height:3.4375rem;top:0.3125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhHXUNc6TaozLPMbipUFKMF0yvuBSz4y { display:block; }
 }