.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ccd9d1f3-2e0a-45f8-a049-ce63f5f1e8c6/Projektbeztytuu14.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container {  }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#xTfGNNoLvUReSIgfk2ORIJOJfwmmKzn9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:33.4375rem;top:7.8125rem;left:-5.6875rem;overflow:hidden;display:block; }
#F6vlDNNiKPVfll7K8cT1DuZqrwkJlMyS { z-index:100001;top:22.5rem;left:1.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #26376a;border-left:0.0625rem solid #26376a;border-right:0.0625rem solid #26376a;border-bottom:0.0625rem solid #26376a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#26376a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wdFbfzE1pycCJbG5eUTo8lXcvPPvQnMq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DzTqJkuaDM77nIPFq729k0cJSkKtRHNq { z-index:100002;top:22.5rem;left:11.8125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #26376a;border-left:0.0625rem solid #26376a;border-right:0.0625rem solid #26376a;border-bottom:0.0625rem solid #26376a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#26376a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZZMo38ym6oMG92GAm0OKc7IQbw8RXZre { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AkbSNCCUrzV2TxPXS7Q3GOypsxdNJ98V { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.1875rem;width:42.5rem;top:6.375rem;left:31.6875rem;overflow:hidden;display:block; }
#wBrSHJ85NtfvgUQpVnS4zBXv1ORsDTsr { z-index:100010;top:0.6875rem;left:31.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #26376a;border-left:0.0625rem solid #26376a;border-right:0.0625rem solid #26376a;border-bottom:0.0625rem solid #26376a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#26376a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xqzbvBmmQ5IrFvl8vwRZbSJk10UCLdTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pPOQv7QqlqxUi4l3dn6wBW3aZKT0SrIT { z-index:100006;top:0.6875rem;left:46.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #26376a;border-left:0.0625rem solid #26376a;border-right:0.0625rem solid #26376a;border-bottom:0.0625rem solid #26376a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#26376a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sG2ewXD1TLeOvWdg93TU8U3dJxFA7oKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed348db0-6f61-4a5c-85cc-c0d0e9658c7f/Projektbeztytuu12.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu.adaptive-delivery-prevent-bg, #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu.lazyload, #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu.lazyloading { background-image: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { background-color: transparent; background-image: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .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); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { border-width: 0; border-radius: 0; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container {  }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { color:#1e1e1e;display:block;width:23.625rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:2.125rem;left:35.812501907349rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { color:rgba(30,30,30,0.7);display:block;width:24.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:5.3125rem;left:35.812501907349rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.6875rem;width:31.6875rem;top:-4.78125rem;left:-5.1875rem;overflow:hidden;display:block; }
#uNqeBehZoGTbUL2VaDSgUc4Ao7p2uJ71 { color:#1e1e1e;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:14.581251144409rem;left:39.062501907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IwkCWaI4WHrZNvxMJbMMl0e2PA3nMn12 { color:rgba(30,30,30,0.7);display:block;width:21.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:5.3125rem;left:38.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JEUStTm7xROkDihzvEzxqk0OQmPddF8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3e9975d-519f-4de0-b0bd-aabc4db63922/Projektbeztytuu16.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u.adaptive-delivery-prevent-bg, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyload, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyloading { background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { background-color: transparent; background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { border-width: 0; border-radius: 0; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container {  }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#fXhSLgpWsprUZRur3naoUNsmlWqJTNwy { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;top:2.8125rem;left:-11.6875rem;overflow:hidden;display:block; }
#Tcy7sWQXuJVPepk1ti04Oin565gkmAh0 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:6.125rem;top:4.625rem;left:30.4375rem;overflow:hidden;display:block; }
#TWR7usvhAKiObkFwKCPuHDxd0oNCVWVr { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:9.75rem;left:38.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lmE9tpFmPkUgTxNxT6ekP9qQ1sT07kfh { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:11.375rem;left:38.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { color:#1e1e1e;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:0.56093382835388rem;left:30.437501907349rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NXhl3y29TKUkW4gknRCbzyJaoOZxdCO7 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:31.125rem;top:0.25rem;left:-11.6875rem;overflow:hidden;display:none; }
#Fdq2ecqwMlOXrp23CwOegLSLmCl5DiTN { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:23.5625rem;left:37.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gyLwQrPvQ3SPTbbcAfUJdhXTZIG5gDVk { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:0.56171488761902rem;left:0rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a25c947-7eb4-4fdd-9c2f-a81b7c710ced/fala.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd.adaptive-delivery-prevent-bg, #zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd.lazyload, #zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd.lazyloading { background-image: none; }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .row .container { background-color: transparent; background-image: none; }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .row .container > .video-iframe-container { display: none; }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .row > .video-iframe-container { display: none; }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .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); }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .row .container { border-width: 0; border-radius: 0; }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .row > .video-iframe-container {  }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#HndM5oNAPnDLgPSVqqvfnWSa2cT3P8Bh { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;top:2.875rem;left:-11.8125rem;overflow:hidden;display:block; }
#aQFzt20NXTy2NIVpE4JUnM8iiDfdJv0p { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:9.8125rem;left:37.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PbNucPEr7Zcs22z8OhbidyK7o058yZLD { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:6.875rem;top:4.4375rem;left:29.75rem;overflow:hidden;display:block; }
#UG7A1V58yxORUuyLBQJ4b9Z6C6GTEgR6 { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:11.4375rem;left:37.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mDVoyct6tFHV1vT9awfJ8qWEc4XwkEoD { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:23.5625rem;left:37.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CKUHlVgW5kii97mBkE4raWJKkiVbSNee { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:31.0625rem;top:2.3125rem;left:-11.8125rem;overflow:hidden;display:none; }
#CZpqQKTwL7D1Q1ErxXOCt1bsDG7yLtgM { color:#000000;display:block;width:25.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f6fc;background-image:url("https://images.assets-landingi.com/uc/a1e77bb8-c739-42db-a492-c6d105972d57/Projektbeztytuu15.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk.adaptive-delivery-prevent-bg, #VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk.lazyload, #VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk.lazyloading { background-image: none; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row .container { background-color: transparent; background-image: none; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row .container > .video-iframe-container { display: none; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row > .video-iframe-container { display: none; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .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); }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row .container { border-width: 0; border-radius: 0; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row > .video-iframe-container {  }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row .container { font-size:0.875rem;font-family:arial;height:102.6875rem;width:60rem;position:relative;display:block; }#NTvfbDE2eLtDDXdvN9v7zu5FXpw6AMI7 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;top:2.875rem;left:-11.8125rem;overflow:hidden;display:block; }
#oU5IR5iBQtNHWNNEzcxvNgeGQN8iec6t { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:11.5rem;left:37.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CUa6fnGGpziLrBFXOcnwo8Vxk3Jkvt7z { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:6.75rem;top:5.0625rem;left:30rem;overflow:hidden;display:block; }
#AwuVAplDc4nqiQ7aOsiHrWTyXTb5utsv { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;top:37rem;left:-11.75rem;overflow:hidden;display:block; }
#vi1Luy2DuQxRFCkTHb2IKt3xtlslrIgt { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:44.3125rem;left:37.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DZU5NSGn4RgfgaLdXhpQMtpqKLDezslt { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:6.8125rem;top:38.9375rem;left:30rem;overflow:hidden;display:block; }
#JfH9uFwlrCHiDeUhs08xnLXeE1f5Q8VX { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:78rem;left:37.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cFDoy55JIcxFHVHoqhDKwfq8y6O3RHvl { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:6.875rem;top:72.8125rem;left:30rem;overflow:hidden;display:block; }
#mEdIUtWlfo1voSwxLiROtSEGDoUJMzIN { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:31.25rem;top:71.4375rem;left:-11.75rem;overflow:hidden;display:block; }
#N06crDrOfyrctvf5yWNTfdO860De3ff6 { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:79.5625rem;left:37.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qaDlTx8E8QGEwgEElfq35Nb8mTCmbNmc { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:45.9375rem;left:37.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FvZsfFtLazBfUqiWUeyezKUmdbOsAZFO { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:91.78125rem;left:37.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#atQiMa3c261rEBK3SSE3ODVIgS4X4lUO { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:93.34375rem;left:37.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Cg43r3ofDkzTqP3ntOei00gVPZ9TH0hX { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:23.5625rem;left:37.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#amn3N3LJ6TEkeEUbAWgdSPHHINK7cCSP { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:23.5625rem;left:37.8125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eE9xEcpIGlSqlC3IbPOa6vhccu91NtZG { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:31.125rem;top:2.3125rem;left:-11.8125rem;overflow:hidden;display:none; }
#UbaXySiEq1Pc81y3xwTS39JPiSGowPEp { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:31.125rem;top:37.625rem;left:-11.75rem;overflow:hidden;display:none; }
#wXUOn29ruNvrH681P6BpXUao7hzvH9vq { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:31.125rem;top:37.625rem;left:-11.75rem;overflow:hidden;display:none; }
#GiDFxvkMVGJODXIB89y7xXEsOgKirAeR { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:0.56172180175781rem;left:0rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dzmnvoLk18X1hF1CuybH7iPJT6wgqEoS { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:34.737500190735rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FPvy6mFi52oqg3NGnThb6ma78yCD85A1 { color:#000000;display:block;width:22.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:68.862503051756rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fmILOvA5OekMWC9sWTfndexpMcpyfNTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f6fc;background-image:none;position:relative;display:block; }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .row .container { background-color: transparent; background-image: none; }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .row .container > .video-iframe-container { display: none; }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .row > .video-iframe-container { display: none; }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .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); }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .row .container { border-width: 0; border-radius: 0; }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .row > .video-iframe-container {  }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:60rem;position:relative;display:block; }#TIlRagGkTnFhfGRX1D7k2xaaTB67dTwn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.375rem;width:38.625rem;top:5.8125rem;left:-12.9375rem;overflow:hidden;display:block; }
#n3GAyQJqa5cNNAsybHe1cgRP6xNuEDQz { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.625rem;width:25.9375rem;top:24.75rem;left:47rem;overflow:hidden;display:block; }
#AB3NPBp3EE5bwO65a7pdRFCfQyvCzIbx { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5625rem;width:19.1875rem;top:5.8125rem;left:26.75rem;overflow:hidden;display:block; }
#ecTts4Dah0E6ORQPQTbquMBod7e79peq { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.9375rem;width:19.1875rem;top:34.4375rem;left:26.75rem;overflow:hidden;display:block; }
#Lz5wFu5yAFmuBiFJ3ZIkbWW1xFWxGuw2 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.0625rem;width:19.375rem;top:34.4375rem;left:6.375rem;overflow:hidden;display:block; }
#mVEFfAXfPtxFPGPuuELZ3G6HfhbUp86G { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:93.34375rem;left:37.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Mnn2pqIdf4lgmcaA8wp55m3MSofwVSTc { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:93.34375rem;left:37.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MVp3ToALpWDsEhEoIsIh5SIEvpFiUFOt { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:93.34375rem;left:37.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Q5JVUXUNQ1fCDnqiEKQXgLq2xHtIpRgx { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:93.34375rem;left:37.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xFasWgGvt4kCTcnZ41p5URIueopTiyDB { color:#1e1e1e;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:93.34375rem;left:37.875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hf56hZQTr1CUrZEJnsbEVgpixhusONKS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/08b5500f-e016-43fd-b978-b95ec7569482/06BED_Radzymin_BOB.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS.adaptive-delivery-prevent-bg, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyload, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyloading { background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { border-width: 0; border-radius: 0; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container {  }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#u55CIzDZkkrnMw6pIB1adT9hbLpUwZLv { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:14.3125rem;width:30.9375rem;top:9.4375rem;left:29.0625rem;display:block; }
#HCalXWTs8mecwhGhTy6EtKs84KO4VTXz { color:#26376a;display:block;width:30.5rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:300;z-index:100008;line-height:1;letter-spacing:0;top:12.75rem;left:29.281251907349rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BpcZrVW2UF7hlMQO247Vq8zofEHc5DTr { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:16.998438596726rem;left:35.781251907349rem;display:block; }
#h0TrT9zkbuV6My87y0cDwDKU3tXrFi4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .row .container { background-color: transparent; background-image: none; }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .row .container > .video-iframe-container { display: none; }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .row > .video-iframe-container { display: none; }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .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); }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .row .container { border-width: 0; border-radius: 0; }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .row > .video-iframe-container {  }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTfGNNoLvUReSIgfk2ORIJOJfwmmKzn9 { width:33.4375rem;height:12.5rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6vlDNNiKPVfll7K8cT1DuZqrwkJlMyS { top:22.5rem;left:0rem;width:8.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdFbfzE1pycCJbG5eUTo8lXcvPPvQnMq { display:block; }
 }@media only screen and (max-width: 763px) { #DzTqJkuaDM77nIPFq729k0cJSkKtRHNq { top:22.5rem;left:5.6875rem;width:8.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMo38ym6oMG92GAm0OKc7IQbw8RXZre { display:block; }
 }@media only screen and (max-width: 763px) { #AkbSNCCUrzV2TxPXS7Q3GOypsxdNJ98V { width:42.5rem;height:23.1875rem;top:6.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBrSHJ85NtfvgUQpVnS4zBXv1ORsDTsr { top:0.6875rem;left:25.5625rem;width:13.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqzbvBmmQ5IrFvl8vwRZbSJk10UCLdTz { display:block; }
 }@media only screen and (max-width: 763px) { #pPOQv7QqlqxUi4l3dn6wBW3aZKT0SrIT { top:0.6875rem;left:34rem;width:13.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG2ewXD1TLeOvWdg93TU8U3dJxFA7oKG { display:block; }
 }@media only screen and (max-width: 763px) { #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { width:23.625rem;height:;top:2.125rem;left:24.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { width:24.125rem;height:7.5rem;top:5.3125rem;left:23.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { width:31.6875rem;height:31.6875rem;top:-4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNqeBehZoGTbUL2VaDSgUc4Ao7p2uJ71 { width:17.125rem;height:1.4375rem;top:14.5625rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwkCWaI4WHrZNvxMJbMMl0e2PA3nMn12 { width:20rem;height:12.5625rem;top:4.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXhSLgpWsprUZRur3naoUNsmlWqJTNwy { width:31.25rem;height:31.25rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tcy7sWQXuJVPepk1ti04Oin565gkmAh0 { width:6.125rem;height:7.8125rem;top:4.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWR7usvhAKiObkFwKCPuHDxd0oNCVWVr { width:10.0625rem;height:1.625rem;top:9.75rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmE9tpFmPkUgTxNxT6ekP9qQ1sT07kfh { width:10.0625rem;height:1.1875rem;top:11.375rem;left:32rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { width:18.1875rem;height:;top:0.5rem;left:24.312501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXhl3y29TKUkW4gknRCbzyJaoOZxdCO7 { width:31.125rem;height:32.6875rem;top:0.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fdq2ecqwMlOXrp23CwOegLSLmCl5DiTN { width:10.0625rem;height:;top:51.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyLwQrPvQ3SPTbbcAfUJdhXTZIG5gDVk { width:16.6875rem;height:1.625rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd { display:block; }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HndM5oNAPnDLgPSVqqvfnWSa2cT3P8Bh { width:31.25rem;height:31.25rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQFzt20NXTy2NIVpE4JUnM8iiDfdJv0p { width:10.0625rem;height:1.625rem;top:9.8125rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbNucPEr7Zcs22z8OhbidyK7o058yZLD { width:6.875rem;height:8.125rem;top:4.4375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG7A1V58yxORUuyLBQJ4b9Z6C6GTEgR6 { width:10.0625rem;height:1.1875rem;top:11.4375rem;left:31.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDVoyct6tFHV1vT9awfJ8qWEc4XwkEoD { width:10.0625rem;height:;top:51.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKUHlVgW5kii97mBkE4raWJKkiVbSNee { width:31.0625rem;height:32.6875rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZpqQKTwL7D1Q1ErxXOCt1bsDG7yLtgM { width:25.375rem;height:;top:0.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk { display:block; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTvfbDE2eLtDDXdvN9v7zu5FXpw6AMI7 { width:31.25rem;height:31.25rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oU5IR5iBQtNHWNNEzcxvNgeGQN8iec6t { width:10.0625rem;height:1.625rem;top:11.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUa6fnGGpziLrBFXOcnwo8Vxk3Jkvt7z { width:6.75rem;height:8.125rem;top:5.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwuVAplDc4nqiQ7aOsiHrWTyXTb5utsv { width:31.25rem;height:31.25rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vi1Luy2DuQxRFCkTHb2IKt3xtlslrIgt { width:10.0625rem;height:1.625rem;top:44.3125rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZU5NSGn4RgfgaLdXhpQMtpqKLDezslt { width:6.8125rem;height:8.125rem;top:38.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfH9uFwlrCHiDeUhs08xnLXeE1f5Q8VX { width:10.0625rem;height:1.625rem;top:78rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFDoy55JIcxFHVHoqhDKwfq8y6O3RHvl { width:6.875rem;height:7.875rem;top:72.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEdIUtWlfo1voSwxLiROtSEGDoUJMzIN { width:31.25rem;height:31.25rem;top:71.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N06crDrOfyrctvf5yWNTfdO860De3ff6 { width:10.0625rem;height:1.1875rem;top:79.5625rem;left:31.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaDlTx8E8QGEwgEElfq35Nb8mTCmbNmc { width:10.0625rem;height:1.1875rem;top:45.9375rem;left:31.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvZsfFtLazBfUqiWUeyezKUmdbOsAZFO { width:15.6875rem;height:;top:94.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #atQiMa3c261rEBK3SSE3ODVIgS4X4lUO { width:16.75rem;height:;top:95.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cg43r3ofDkzTqP3ntOei00gVPZ9TH0hX { width:10.0625rem;height:;top:51.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #amn3N3LJ6TEkeEUbAWgdSPHHINK7cCSP { width:10.0625rem;height:;top:51.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eE9xEcpIGlSqlC3IbPOa6vhccu91NtZG { width:31.125rem;height:32.6875rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbaXySiEq1Pc81y3xwTS39JPiSGowPEp { width:31.125rem;height:32.6875rem;top:37.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXUOn29ruNvrH681P6BpXUao7hzvH9vq { width:31.125rem;height:32.6875rem;top:37.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GiDFxvkMVGJODXIB89y7xXEsOgKirAeR { width:15.1875rem;height:1.625rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzmnvoLk18X1hF1CuybH7iPJT6wgqEoS { width:15.1875rem;height:;top:34.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPvy6mFi52oqg3NGnThb6ma78yCD85A1 { width:22.625rem;height:1.625rem;top:68.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmILOvA5OekMWC9sWTfndexpMcpyfNTx { display:none; }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TIlRagGkTnFhfGRX1D7k2xaaTB67dTwn { width:38.625rem;height:27.375rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3GAyQJqa5cNNAsybHe1cgRP6xNuEDQz { width:25.9375rem;height:36.625rem;top:24.75rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB3NPBp3EE5bwO65a7pdRFCfQyvCzIbx { width:19.1875rem;height:27.5625rem;top:5.8125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecTts4Dah0E6ORQPQTbquMBod7e79peq { width:19.1875rem;height:26.9375rem;top:34.4375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5wFu5yAFmuBiFJ3ZIkbWW1xFWxGuw2 { width:19.375rem;height:27.0625rem;top:34.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVEFfAXfPtxFPGPuuELZ3G6HfhbUp86G { width:13.3125rem;height:;top:15.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mnn2pqIdf4lgmcaA8wp55m3MSofwVSTc { width:19.1875rem;height:;top:46.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVp3ToALpWDsEhEoIsIh5SIEvpFiUFOt { width:16.75rem;height:;top:76.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5JVUXUNQ1fCDnqiEKQXgLq2xHtIpRgx { width:16.75rem;height:;top:107.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFasWgGvt4kCTcnZ41p5URIueopTiyDB { width:16.75rem;height:;top:138.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u55CIzDZkkrnMw6pIB1adT9hbLpUwZLv { width:30.9375rem;height:14.3125rem;top:9.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCalXWTs8mecwhGhTy6EtKs84KO4VTXz { width:30.5rem;height:;top:12.75rem;left:17.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpcZrVW2UF7hlMQO247Vq8zofEHc5DTr { width:17.5rem;height:3.4375rem;top:16.9375rem;left:29.656251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0TrT9zkbuV6My87y0cDwDKU3tXrFi4q { display:block; }
 }@media only screen and (max-width: 763px) { #RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb { display:block; }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3e9975d-519f-4de0-b0bd-aabc4db63922/Projektbeztytuu16.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTfGNNoLvUReSIgfk2ORIJOJfwmmKzn9 { width:20rem;height:7.5rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6vlDNNiKPVfll7K8cT1DuZqrwkJlMyS { top:23.875rem;left:0.875rem;width:8.5625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdFbfzE1pycCJbG5eUTo8lXcvPPvQnMq { display:block; }
 }@media only screen and (max-width: 763px) { #DzTqJkuaDM77nIPFq729k0cJSkKtRHNq { top:23.875rem;left:10.5625rem;width:8.5625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMo38ym6oMG92GAm0OKc7IQbw8RXZre { display:block; }
 }@media only screen and (max-width: 763px) { #AkbSNCCUrzV2TxPXS7Q3GOypsxdNJ98V { width:19.75rem;height:10.75rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBrSHJ85NtfvgUQpVnS4zBXv1ORsDTsr { top:0.6875rem;left:3.125rem;width:13.75rem;height:2.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqzbvBmmQ5IrFvl8vwRZbSJk10UCLdTz { display:block; }
 }@media only screen and (max-width: 763px) { #pPOQv7QqlqxUi4l3dn6wBW3aZKT0SrIT { top:0.6875rem;left:3.125rem;width:13.75rem;height:2.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sG2ewXD1TLeOvWdg93TU8U3dJxFA7oKG { display:block; }
 }@media only screen and (max-width: 763px) { #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed348db0-6f61-4a5c-85cc-c0d0e9658c7f/Projektbeztytuu12.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu.adaptive-delivery-prevent-bg, #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu.lazyload, #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu.lazyloading { background-image: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { background-color: transparent; background-image: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .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); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { width:20rem;height:2.1125rem;top:1.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { width:20rem;height:0;top:2.84375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { width:20rem;height:20rem;top:22.862501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNqeBehZoGTbUL2VaDSgUc4Ao7p2uJ71 { width:15.8125rem;height:1.4625rem;top:18.086722373962rem;left:2.0937501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwkCWaI4WHrZNvxMJbMMl0e2PA3nMn12 { width:20rem;height:12.6rem;top:4.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3e9975d-519f-4de0-b0bd-aabc4db63922/Projektbeztytuu16.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u.adaptive-delivery-prevent-bg, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyload, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyloading { background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { background-color: transparent; background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXhSLgpWsprUZRur3naoUNsmlWqJTNwy { width:20rem;height:20.125rem;top:30.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tcy7sWQXuJVPepk1ti04Oin565gkmAh0 { width:5.25rem;height:6.6875rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWR7usvhAKiObkFwKCPuHDxd0oNCVWVr { width:13.75rem;height:1.3rem;top:9.1875rem;left:6.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lmE9tpFmPkUgTxNxT6ekP9qQ1sT07kfh { width:7.875rem;height:1.21875rem;top:10.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { width:20rem;height:2.84375rem;top:0.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXhl3y29TKUkW4gknRCbzyJaoOZxdCO7 { width:20rem;height:21.125rem;top:12.8125rem;left:0rem;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fdq2ecqwMlOXrp23CwOegLSLmCl5DiTN { width:10.0625rem;height:1.3rem;top:33.9375rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #gyLwQrPvQ3SPTbbcAfUJdhXTZIG5gDVk { width:16.6875rem;height:auto;top:0.5rem;left:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd { display:block; }#zkuh3hGyE7A4GrggB5bea1CyAgmTSFLd > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HndM5oNAPnDLgPSVqqvfnWSa2cT3P8Bh { width:20rem;height:20rem;top:23.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQFzt20NXTy2NIVpE4JUnM8iiDfdJv0p { width:10.0625rem;height:1.3rem;top:5.0750007629394rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbNucPEr7Zcs22z8OhbidyK7o058yZLD { width:5.625rem;height:6.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG7A1V58yxORUuyLBQJ4b9Z6C6GTEgR6 { width:10.0625rem;height:1.21875rem;top:6.375rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDVoyct6tFHV1vT9awfJ8qWEc4XwkEoD { width:10.0625rem;height:1.3rem;top:29.9375rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #CKUHlVgW5kii97mBkE4raWJKkiVbSNee { width:20rem;height:21.0625rem;top:8.875rem;left:0rem;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CZpqQKTwL7D1Q1ErxXOCt1bsDG7yLtgM { width:20rem;height:auto;top:0.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk { background-color:#f4f6fc;background-image:url("https://images.assets-landingi.com/uc/a1e77bb8-c739-42db-a492-c6d105972d57/Projektbeztytuu15.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk.adaptive-delivery-prevent-bg, #VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk.lazyload, #VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk.lazyloading { background-image: none; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row .container { background-color: transparent; background-image: none; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row .container > .video-iframe-container { display: none; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row > .video-iframe-container { display: none; }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .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); }#VgBZ9PgPPAlHRanGWhOvu9pZTV5OMxpk > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTvfbDE2eLtDDXdvN9v7zu5FXpw6AMI7 { width:20rem;height:20rem;top:26.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oU5IR5iBQtNHWNNEzcxvNgeGQN8iec6t { width:10.0625rem;height:1.3rem;top:6.125rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUa6fnGGpziLrBFXOcnwo8Vxk3Jkvt7z { width:5.625rem;height:6.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwuVAplDc4nqiQ7aOsiHrWTyXTb5utsv { width:20rem;height:20rem;top:74.187492370606rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vi1Luy2DuQxRFCkTHb2IKt3xtlslrIgt { width:10.0625rem;height:1.3rem;top:36.8125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZU5NSGn4RgfgaLdXhpQMtpqKLDezslt { width:5.625rem;height:6.6875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfH9uFwlrCHiDeUhs08xnLXeE1f5Q8VX { width:10.0625rem;height:1.3rem;top:68.375rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFDoy55JIcxFHVHoqhDKwfq8y6O3RHvl { width:5.625rem;height:6.4375rem;top:64.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEdIUtWlfo1voSwxLiROtSEGDoUJMzIN { width:20rem;height:20rem;top:122.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N06crDrOfyrctvf5yWNTfdO860De3ff6 { width:10.0625rem;height:1.21875rem;top:69.625rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaDlTx8E8QGEwgEElfq35Nb8mTCmbNmc { width:10.0625rem;height:1.21875rem;top:38.0625rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvZsfFtLazBfUqiWUeyezKUmdbOsAZFO { width:15.6875rem;height:;top:94.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #atQiMa3c261rEBK3SSE3ODVIgS4X4lUO { width:16.75rem;height:;top:95.812492370606rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #Cg43r3ofDkzTqP3ntOei00gVPZ9TH0hX { width:10.0625rem;height:1.3rem;top:29.5rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #amn3N3LJ6TEkeEUbAWgdSPHHINK7cCSP { width:10.0625rem;height:1.3rem;top:62rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #eE9xEcpIGlSqlC3IbPOa6vhccu91NtZG { width:20rem;height:21.0625rem;top:8.5rem;left:0rem;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UbaXySiEq1Pc81y3xwTS39JPiSGowPEp { width:20rem;height:21.0625rem;top:40.9375rem;left:0rem;z-index:100013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wXUOn29ruNvrH681P6BpXUao7hzvH9vq { width:20rem;height:21.0625rem;top:72.625rem;left:0rem;z-index:100014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GiDFxvkMVGJODXIB89y7xXEsOgKirAeR { width:15.1875rem;height:auto;top:0.5rem;left:2.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzmnvoLk18X1hF1CuybH7iPJT6wgqEoS { width:15.1875rem;height:auto;top:34.6875rem;left:2.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPvy6mFi52oqg3NGnThb6ma78yCD85A1 { width:20rem;height:auto;top:68.8125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmILOvA5OekMWC9sWTfndexpMcpyfNTx { display:block; }#fmILOvA5OekMWC9sWTfndexpMcpyfNTx > .row .container { width:20rem;height:141.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIlRagGkTnFhfGRX1D7k2xaaTB67dTwn { width:20rem;height:14.174757281553rem;top:0.93749427795412rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3GAyQJqa5cNNAsybHe1cgRP6xNuEDQz { width:20rem;height:28.240963855422rem;top:110.12501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB3NPBp3EE5bwO65a7pdRFCfQyvCzIbx { width:20rem;height:28.6875rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecTts4Dah0E6ORQPQTbquMBod7e79peq { width:20rem;height:28.0625rem;top:79.437481880188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5wFu5yAFmuBiFJ3ZIkbWW1xFWxGuw2 { width:20rem;height:27.875rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVEFfAXfPtxFPGPuuELZ3G6HfhbUp86G { width:13.3125rem;height:1.21875rem;top:15.112501144409rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #Mnn2pqIdf4lgmcaA8wp55m3MSofwVSTc { width:19.1875rem;height:;top:46.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #MVp3ToALpWDsEhEoIsIh5SIEvpFiUFOt { width:16.75rem;height:;top:76.70312309265rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #Q5JVUXUNQ1fCDnqiEKQXgLq2xHtIpRgx { width:16.75rem;height:;top:107.4999961853rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #xFasWgGvt4kCTcnZ41p5URIueopTiyDB { width:16.75rem;height:;top:138.36562347412rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/683bcd42-b5d6-4711-b4df-1abf44be8107/EDobraz.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS.adaptive-delivery-prevent-bg, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyload, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyloading { background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u55CIzDZkkrnMw6pIB1adT9hbLpUwZLv { width:20rem;height:11.8125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCalXWTs8mecwhGhTy6EtKs84KO4VTXz { width:20rem;height:1.5625rem;top:21.593750476837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BpcZrVW2UF7hlMQO247Vq8zofEHc5DTr { width:17.5rem;height:3.4375rem;top:25.312501430511rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0TrT9zkbuV6My87y0cDwDKU3tXrFi4q { display:block; }
 }@media only screen and (max-width: 763px) { #RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb { display:block; }#RPpgWrla2NOPB6ISOs6kfEIQZmqJvmxb > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }