.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:253,233,232;--color-primary-1:249,181,178;--color-primary-2:242,107,101;--color-primary-3:121,54,51;--color-primary-4:36,16,15;--color-secondary-0:225,224,234;--color-secondary-1:155,152,187;--color-secondary-2:55,48,118;--color-secondary-3:28,24,59;--color-secondary-4:8,7,18;--color-tertiary-0:255,255,255;--color-tertiary-1:253,255,254;--color-tertiary-2:197,197,197;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Axiforma lingy";--paragraphs-font-family:"Axiforma lingy"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#KoS4ZZ09d0QymmRCUO5MMM361wdFWZ3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoS4ZZ09d0QymmRCUO5MMM361wdFWZ3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoS4ZZ09d0QymmRCUO5MMM361wdFWZ3C > .row > .video-iframe-container { display: none; }#KoS4ZZ09d0QymmRCUO5MMM361wdFWZ3C > .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); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { background-color: transparent; background-image: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container > .video-iframe-container { display: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row > .video-iframe-container { display: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .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); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { border-width: 0; border-radius: 0; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { font-size:0.875rem;font-family:"open sans";height:149.1875rem;width:60rem;position:relative;display:block; }#y5Adn3ubxuFQqwV0nvmN8PtQW7CG7BiZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:28.6875rem;width:29.125rem;position:absolute;display:block;z-index:14996;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:28.25rem;left:-24.66250038147rem;overflow:hidden;display:block; }
#f2STCwrOHG7xa99zvn9coZ5A6CDq2TiS { display:block;width:49.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:61.624351501465rem;left:5.2799472808838rem;height:2.84375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#Z4fiorc5Ft5PIN6vuqDBaDK1AbfdFPrT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:26.9998125rem;width:27.8125rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:135.93424510956rem;left:32.1875rem;overflow:hidden;display:block; }
#yKOP4yoff7WJwqfDaC5scWWFd5JFAglW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:33.75rem;width:33.75rem;position:absolute;display:block;z-index:14998;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:63.4375rem;left:-29.71875rem;overflow:hidden;display:block; }
#KvAaGaGKMyf9DIkfBNtClX76WUwQazmR { display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:42.383898735046rem;left:6.09375rem;height:14.13411875rem;text-align:center;text-align-last:center;color:#ea5565;font-style:normal;display:block; }
#HzGQ28gZEn1GpnwMsxJG9WctPP4d1pFI { display:block;width:44.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.0625rem;left:1.75rem;height:9.4249375rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#GDnfFVRbsc7ysXFdEJAHI7Oc7skmeOFT { display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18.5625rem;left:1.75rem;height:8.52864375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#CKhbor3kRktOwE3WU9MT0yJ912wd3Lnl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:34.875rem;width:34.875rem;position:absolute;display:block;z-index:14997;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:44.125rem;overflow:hidden;display:block; }
#EWfXrUEah6VKkn6eoKQZICFiqQ1VXg7O { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.75rem;width:7rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.625rem;left:1.75rem;overflow:hidden;display:block; }
#xu3hQAHWhBUEKClkCDTqML4eUQUxddvk { display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:37.530384063721rem;left:1.5625rem;height:3.2487rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),0.9);font-style:normal;display:block; }
#wUlR2cArQ7w5m2gugVxnVuL4yfz3hPrx { display:block;width:24.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:86.567930221556rem;left:30.754123687744rem;height:4.87305rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),0.9);font-style:normal;display:block; }
#JH7U0tVDAwVy8fE0r9mErEvFoafqIGGv { display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:83.419054031375rem;left:31.34765625rem;height:2.03125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#TVhgowtxuBuDBJ1zfzvO3PvW9qvv2n8w { display:block;width:24.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:75.102005004881rem;left:2.9937057495117rem;height:1.62435rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),0.9);font-style:normal;display:block; }
#BdSkat0ymnpmcl0xBoXDX7duRcChWOZK { display:block;width:17.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:72.014978408812rem;left:6.2716999053956rem;height:2.03125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#f3ZUKMK5v6QlTGCVvVp2ZpgfveIvhPG1 { display:block;width:24.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:75.101997375487rem;left:30.694446563721rem;height:3.2487rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),0.9);font-style:normal;display:block; }
#CiptNBQC3Iw1oSXVL8ZseTN0Rxt39M0Q { display:block;width:17.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:72.014974594119rem;left:33.975696563721rem;height:2.03125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#HVgR2LqGHhzOZsPR0yOvK1VFQGaLf92N { display:block;width:24.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:86.567930221556rem;left:2.9904499053955rem;height:3.2487rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),0.9);font-style:normal;display:block; }
#ks2cn8qyFLkWQQ0WncFkCTD308vT4Jw0 { display:block;width:17.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:83.419057846069rem;left:6.2716999053956rem;height:2.03125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#aGZdoyTouZTeUuFlBmdVJwd38Z8skilp { display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:107.31120109558rem;left:10.629339218139rem;height:2.1933625rem;text-align:center;text-align-last:center;color:#ea5565;font-style:normal;display:block; }
#hHdayIfXRAQdZgfLDFrURVfzOClNM8EZ { display:block;width:29.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:100.44488334656rem;left:15.123697280884rem;height:1.62435rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-1),0.9);font-style:normal;display:block; }
#PQveuaFgiVFLnM59e9A3PUdfpKsgFugO { display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:95.746526718138rem;left:19.103733062744rem;height:2.03125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#aI3wTK1SttgJebA0l1rqaHyZ7qQ8tOuU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:24.125rem;height:5.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31rem;left:17.9375rem;display:block; }
#GHJi4uw3BKLtGR7hdXptLJQd4vTlupeG { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ZPXCWbuSplWqS1QPH1aLK5T3sBqArSZV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;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.6875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:30.30493rem;height:5.243055rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:112.90474319458rem;left:14.845920562744rem;display:block; }
#hSTbTG5ZlRgXDUU5T7KaqhQnUE1RonSO { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#tL3xA1pUdiCcryTFcTyeV2DHNeR5go2C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:68.038194656375rem;left:13.552516937256rem; }
#nISf1GXFJgGJdpGf3ZvC4pZ3Bp9TXx7s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:68.038194656375rem;left:41.068794250488rem; }
#KihtNSVmUN0wqha7bnuv6GSg31miUyTz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:79.388025283812rem;left:13.552516937256rem; }
#BThJxtzXf7x2PsAh1Ccgv5T0XTDhCk6z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:79.388025283812rem;left:41.068794250488rem; }
#yB09ZQvKKDft6vO1XRNuRoPWyJQ7yPOu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:91.440975189206rem;left:27.698566436767rem; }
#JbbMEOBdQAkXI53yQoTFuGCOKKkRPdUf { display:block;width:42.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:124.68643569946rem;left:8.6859798431394rem;height:13.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);font-style:normal;display:block; }
#byzr05pyo7JNrro6Mry50lxDyOL9xlnm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/a06G7fP8/Zrzut_ekranu_2018_07_27_o_08.41.13.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; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm.adaptive-delivery-prevent-bg, #byzr05pyo7JNrro6Mry50lxDyOL9xlnm.lazyload, #byzr05pyo7JNrro6Mry50lxDyOL9xlnm.lazyloading { background-image: none; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container { background-color: transparent; background-image: none; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container > .video-iframe-container { display: none; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row > .video-iframe-container { display: none; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .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); }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container { border-width: 0; border-radius: 0; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container { font-size:0.875rem;font-family:"open sans";height:19.9375rem;width:60rem;position:relative;display:block; }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .row .container { background-color: transparent; background-image: none; }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .row .container > .video-iframe-container { display: none; }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .row > .video-iframe-container { display: none; }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .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); }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .row .container { border-width: 0; border-radius: 0; }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .row .container { font-size:0.875rem;font-family:"open sans";height:158rem;width:60rem;position:relative;display:block; }#z2EASgcyK8k9IWhn6i1Zs1rR9LAJhWVo { display:block;width:32.3123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6866219043732rem;left:13.842229843139rem;height:2.84288125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#FsfHr57E29aCuQgNs5y46cRw6SOPXo1y { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:35.75rem;top:26.9375rem;left:46.735412597656rem;overflow:hidden;display:block; }
#sJnnuxwp7PbaeaOJ74KhRcJIS8cbTEDV { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:31.125rem;top:1.96875rem;left:-16.949668141593rem;overflow:hidden;display:block; }
#vIx3kVPJJccSZK6BuVskJT72hgBQxI0x { display:block;width:59.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:10.621740341186rem;left:0rem;height:117.19179375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-2),1);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; }
#E2m3whJg4TzKXzOV3A1L3oGrgbakkmST { position:absolute;display:block;z-index:14993;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.9375rem;width:28.1875rem;top:101.6875rem;left:-18.188676859195rem;overflow:hidden;display:block; }
#JH8xgkSUTgNtn27zTxlD2ovDwFkWTiOC { position:absolute;display:block;z-index:14996;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:14.5rem;width:28rem;top:115.25rem;left:31.801476172394rem;overflow:hidden;display:block; }
#uyrfVNfJLl4oTN6qQA57UyLymmOpDW81 { position:absolute;display:block;z-index:14995;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:16.6875rem;width:28.25rem;top:82.9375rem;left:47.222737899524rem;overflow:hidden;display:block; }
#Tg7fTGGo6TziI59kqhXuvDsuR53KqCZz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.375rem solid rgba(var(--color-primary-2),1);border-right:0.375rem solid rgba(var(--color-primary-2),1);border-bottom:0.375rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;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.6875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:30.16493rem;height:5.10199875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:149.1796875rem;left:15.988498687744rem;display:block; }
#dGpemvOTA24x89pi4AxwJCxhZC9vfFIO { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#DBqssb9mGLHQl6zy6f574LeHy1hdNleU { color:rgba(var(--color-secondary-2),1);display:block;width:49.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:138.04147624969rem;left:3.6924915313721rem;height:7.79514375rem;text-align:center;text-align-last:center;display:block; }
#sFcQz9425szIUMPVWfNTiMETveiphNRs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f1f2;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; }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .row .container { background-color: transparent; background-image: none; }#sFcQz9425szIUMPVWfNTiMETveiphNRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .row .container > .video-iframe-container { display: none; }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .row > .video-iframe-container { display: none; }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .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); }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .row .container { border-width: 0; border-radius: 0; }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .row .container { font-size:0.875rem;font-family:"open sans";height:17.375rem;width:60rem;position:relative;display:block; }#ciPAAT97erkkM8EGGizIAob0fWBFbf7T { display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.125rem;left:20.6875rem;height:0.9746125rem;text-align:center;text-align-last:center;color:#00b0ff;display:block; }
#twSsWTo4Of6xUSABts8INzUM7L9XvTMk { display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.25rem;left:25.0625rem;height:1.125rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#SxTdPCNKILDdRZk3wsto0uV8tby7VRIf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.4375rem;width:6.6875rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.75rem;left:6.65625rem;overflow:hidden;display:block; }
#o19BDwIiLG7gGhO0auwM2xMaCBzJrLGA { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:10.098742485046rem;left:7.275390625rem;display:block; }
#LoLILsWhTWsevDlJ9fZkTZiutR3MLr4a { color:rgba(var(--color-tertiary-4),1);display:block;width:4.43685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.310547828674rem;left:7.7799472808837rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZqSXyrOPaWCRfb6sLzZM7cS3vQlBxXxF { display:block;width:9.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3624992370606rem;left:45.40625rem;height:4.496525rem;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;display:block; }
#QaMXBKPVTm7teeEpHKSn48XmXCwqymi1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10.567492485046rem;left:10.275608062744rem; }
#QaMXBKPVTm7teeEpHKSn48XmXCwqymi1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f1f2;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; }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .row .container { background-color: transparent; background-image: none; }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .row .container > .video-iframe-container { display: none; }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .row > .video-iframe-container { display: none; }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .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); }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .row .container { border-width: 0; border-radius: 0; }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .row .container { font-size:0.875rem;font-family:"open sans";height:8.125rem;width:60rem;position:relative;display:block; }#ZMEMAJ5ST7eGs3NfliwTreb70cTqkcqL { display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5218811035156rem;left:0.6875rem;height:0.8941rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BliW6TbJc8gDFe92dezzW1hJ5tnQ5TI3 { display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:51.5rem;height:0.8941rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:right;text-align-last:right;display:block; }
#oIafiWlfpLHzJxPxh8gkP1calC6rCW55 { display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:51.5rem;height:0.8941rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:right;text-align-last:right;display:block; }
#smGvN5u0ZgEJiLSx9fQ1M8XTdVZ0ifsf { display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.5rem;height:0.8125rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #iye0UD0lS51vEPeJpRh8NX7pHosF6vQe { background-color:#373076;background-image:url("https://images.assets-landingi.com/afV4c3JC/znaki.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe.adaptive-delivery-prevent-bg, #iye0UD0lS51vEPeJpRh8NX7pHosF6vQe.lazyload, #iye0UD0lS51vEPeJpRh8NX7pHosF6vQe.lazyloading { background-image: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { background-color: transparent; background-image: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container > .video-iframe-container { display: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row > .video-iframe-container { display: none; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .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); }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { width:47.75rem;height:143.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #y5Adn3ubxuFQqwV0nvmN8PtQW7CG7BiZ { width:18.9375rem;height:18.5625rem;top:41.375rem;left:38.660895396087rem;display:block; }
 }@media only screen and (max-width: 959px) { #f2STCwrOHG7xa99zvn9coZ5A6CDq2TiS { width:40.5625rem;height:2.84288125rem;top:59.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z4fiorc5Ft5PIN6vuqDBaDK1AbfdFPrT { width:19.9370625rem;height:19.749375rem;top:125.49913960695rem;left:27.812501430511rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 959px) { #yKOP4yoff7WJwqfDaC5scWWFd5JFAglW { width:19.249125rem;height:19.249125rem;top:5.9993491172791rem;left:28.500436306rem;display:block; }
 }@media only screen and (max-width: 959px) { #KvAaGaGKMyf9DIkfBNtClX76WUwQazmR { width:35.1855625rem;height:14.21875rem;top:38.687067031861rem;left:6.2814674377444rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HzGQ28gZEn1GpnwMsxJG9WctPP4d1pFI { width:43.25rem;height:9.4249375rem;top:6rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #GDnfFVRbsc7ysXFdEJAHI7Oc7skmeOFT { width:45.875rem;height:8.52864375rem;top:18.718536376953rem;left:1.999783039093rem;display:block; }
 }@media only screen and (max-width: 959px) { #CKhbor3kRktOwE3WU9MT0yJ912wd3Lnl { width:29.875rem;height:29.875rem;top:18.9375rem;left:-19.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EWfXrUEah6VKkn6eoKQZICFiqQ1VXg7O { width:6.6875rem;height:3.4375rem;top:1.1875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #xu3hQAHWhBUEKClkCDTqML4eUQUxddvk { width:36.811rem;height:5.12044375rem;top:53.406034469604rem;left:5.9993491172791rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wUlR2cArQ7w5m2gugVxnVuL4yfz3hPrx { width:18.4375rem;height:3.8997375rem;top:71.6875rem;left:25.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #JH7U0tVDAwVy8fE0r9mErEvFoafqIGGv { width:24.249125rem;height:2.03125rem;top:68.6875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TVhgowtxuBuDBJ1zfzvO3PvW9qvv2n8w { width:20.186625rem;height:2.599825rem;top:71.6875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BdSkat0ymnpmcl0xBoXDX7duRcChWOZK { width:17.686625rem;height:2.03125rem;top:68.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #f3ZUKMK5v6QlTGCVvVp2ZpgfveIvhPG1 { width:19.9370625rem;height:2.599825rem;top:84.25rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CiptNBQC3Iw1oSXVL8ZseTN0Rxt39M0Q { width:17.686625rem;height:2.03125rem;top:81.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HVgR2LqGHhzOZsPR0yOvK1VFQGaLf92N { width:18.0620625rem;height:2.599825rem;top:84.25rem;left:26.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ks2cn8qyFLkWQQ0WncFkCTD308vT4Jw0 { width:17.686625rem;height:2.03125rem;top:81.25rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aGZdoyTouZTeUuFlBmdVJwd38Z8skilp { width:47.7495625rem;height:1.7871125rem;top:101.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hHdayIfXRAQdZgfLDFrURVfzOClNM8EZ { width:20.374375rem;height:2.599825rem;top:96.6875rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PQveuaFgiVFLnM59e9A3PUdfpKsgFugO { width:26.4995625rem;height:2.03125rem;top:93.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aI3wTK1SttgJebA0l1rqaHyZ7qQ8tOuU { width:22.9221175rem;height:5.17252375rem;top:32.466363906861rem;left:12.378472805023rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GHJi4uw3BKLtGR7hdXptLJQd4vTlupeG { display:block; }
 }@media only screen and (max-width: 959px) { #ZPXCWbuSplWqS1QPH1aLK5T3sBqArSZV { width:26.3053675rem;height:5.80512375rem;top:105.875rem;left:11.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hSTbTG5ZlRgXDUU5T7KaqhQnUE1RonSO { display:block; }
 }@media only screen and (max-width: 959px) { #tL3xA1pUdiCcryTFcTyeV2DHNeR5go2C { width:3.125rem;height:3.125rem;top:64.8125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nISf1GXFJgGJdpGf3ZvC4pZ3Bp9TXx7s { width:3.125rem;height:3.125rem;top:77.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KihtNSVmUN0wqha7bnuv6GSg31miUyTz { width:3.125rem;height:3.125rem;top:77.1875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BThJxtzXf7x2PsAh1Ccgv5T0XTDhCk6z { width:3.125rem;height:3.125rem;top:64.8125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #yB09ZQvKKDft6vO1XRNuRoPWyJQ7yPOu { width:3.125rem;height:3.125rem;top:88.8125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #JbbMEOBdQAkXI53yQoTFuGCOKKkRPdUf { width:40.561rem;height:15rem;top:115.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #byzr05pyo7JNrro6Mry50lxDyOL9xlnm { display:block; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 { display:block; }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .row .container { width:47.75rem;height:170.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #z2EASgcyK8k9IWhn6i1Zs1rR9LAJhWVo { width:47.75rem;height:2.84288125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #FsfHr57E29aCuQgNs5y46cRw6SOPXo1y { width:16.6875rem;height:8.375rem;top:66.875rem;left:28.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 959px) { #sJnnuxwp7PbaeaOJ74KhRcJIS8cbTEDV { width:22.4375rem;height:11.125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vIx3kVPJJccSZK6BuVskJT72hgBQxI0x { width:46.875rem;height:132.933975rem;top:13.059883117676rem;left:0.87456595897675rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 959px) { #E2m3whJg4TzKXzOV3A1L3oGrgbakkmST { width:14.5rem;height:10.75rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #JH8xgkSUTgNtn27zTxlD2ovDwFkWTiOC { width:18.5rem;height:9.8125rem;top:28.9375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #uyrfVNfJLl4oTN6qQA57UyLymmOpDW81 { width:14.4375rem;height:8.5rem;top:113.9375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tg7fTGGo6TziI59kqhXuvDsuR53KqCZz { width:26.1653675rem;height:5.66623rem;top:158.70769691468rem;left:10.756293773651rem;font-size:1.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 959px) { #dGpemvOTA24x89pi4AxwJCxhZC9vfFIO { display:block; }
 }@media only screen and (max-width: 959px) { #DBqssb9mGLHQl6zy6f574LeHy1hdNleU { width:47.7495625rem;height:7.47395625rem;top:148.37349891663rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #sFcQz9425szIUMPVWfNTiMETveiphNRs { display:block; }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .row .container { width:47.75rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ciPAAT97erkkM8EGGizIAob0fWBFbf7T { width:14.9375rem;height:0.97439375rem;top:9rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 959px) { #twSsWTo4Of6xUSABts8INzUM7L9XvTMk { width:11.4375rem;height:1.125rem;top:7.875rem;left:18.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SxTdPCNKILDdRZk3wsto0uV8tby7VRIf { width:6rem;height:3.125rem;top:6.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #o19BDwIiLG7gGhO0auwM2xMaCBzJrLGA { width:2.5rem;height:2.5rem;top:9.9739589691163rem;left:4.7493491172791rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #LoLILsWhTWsevDlJ9fZkTZiutR3MLr4a { width:4.43685rem;height:1.62435rem;top:12.473958969116rem;left:5.5305991172791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZqSXyrOPaWCRfb6sLzZM7cS3vQlBxXxF { width:9.1875rem;height:4.496525rem;top:6.6875rem;left:35.208333333333rem;display:block; }
 }@media only screen and (max-width: 959px) { #QaMXBKPVTm7teeEpHKSn48XmXCwqymi1 { width:1.5625rem;height:1.5625rem;top:10.442708969116rem;left:7.9003911018369rem;display:block; }
#QaMXBKPVTm7teeEpHKSn48XmXCwqymi1 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 959px) { #fKcQMozDgMp5EA63uO27JMUFhJwm15s0 { display:block; }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZMEMAJ5ST7eGs3NfliwTreb70cTqkcqL { width:13.6875rem;height:0.8941rem;top:1.5218734741211rem;left:0.875rem;font-family:"axiforma lingy";display:block; }
 }@media only screen and (max-width: 959px) { #BliW6TbJc8gDFe92dezzW1hJ5tnQ5TI3 { width:14rem;height:0.8941rem;top:0.60625076293945rem;left:33.75rem;font-family:"axiforma lingy";display:block; }
 }@media only screen and (max-width: 959px) { #oIafiWlfpLHzJxPxh8gkP1calC6rCW55 { width:14rem;height:0.8941rem;top:1.5rem;left:33.75rem;font-family:"axiforma lingy";display:block; }
 }@media only screen and (max-width: 959px) { #smGvN5u0ZgEJiLSx9fQ1M8XTdVZ0ifsf { width:14rem;height:0.8125rem;top:2.4375rem;left:33.75rem;font-family:"axiforma lingy";display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iye0UD0lS51vEPeJpRh8NX7pHosF6vQe { display:block; }#iye0UD0lS51vEPeJpRh8NX7pHosF6vQe > .row .container { width:20rem;height:162rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5Adn3ubxuFQqwV0nvmN8PtQW7CG7BiZ { width:4.43685rem;height:4.31206875rem;top:44.597438812256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2STCwrOHG7xa99zvn9coZ5A6CDq2TiS { width:20rem;height:3.89756875rem;top:48.122831344604rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4fiorc5Ft5PIN6vuqDBaDK1AbfdFPrT { width:4.31206875rem;height:4.24805rem;top:131.45399856567rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKOP4yoff7WJwqfDaC5scWWFd5JFAglW { width:5.3125rem;height:5.3125rem;top:18.498264312744rem;left:14.686415731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvAaGaGKMyf9DIkfBNtClX76WUwQazmR { width:20rem;height:13.80208125rem;top:31.348743438721rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzGQ28gZEn1GpnwMsxJG9WctPP4d1pFI { width:20rem;height:4.5486125rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDnfFVRbsc7ysXFdEJAHI7Oc7skmeOFT { width:20rem;height:3.6556rem;top:10.621745109558rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKhbor3kRktOwE3WU9MT0yJ912wd3Lnl { width:5.06185rem;height:5.06185rem;top:0.68684899806975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWfXrUEah6VKkn6eoKQZICFiqQ1VXg7O { width:6.0625rem;height:2.9375rem;top:0.6875rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3hQAHWhBUEKClkCDTqML4eUQUxddvk { width:20rem;height:4.87413125rem;top:22.811415672302rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUlR2cArQ7w5m2gugVxnVuL4yfz3hPrx { width:15.5620625rem;height:5.19965625rem;top:60.749784946442rem;left:2.2178819775581rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH7U0tVDAwVy8fE0r9mErEvFoafqIGGv { width:20rem;height:2.03125rem;top:57.437070846558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVhgowtxuBuDBJ1zfzvO3PvW9qvv2n8w { width:20rem;height:2.599825rem;top:114.99891662597rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdSkat0ymnpmcl0xBoXDX7duRcChWOZK { width:15.2485rem;height:2.03125rem;top:111.56250190735rem;left:2.3752170205116rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ZUKMK5v6QlTGCVvVp2ZpgfveIvhPG1 { width:20rem;height:2.599825rem;top:75.249567985537rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiptNBQC3Iw1oSXVL8ZseTN0Rxt39M0Q { width:17.686625rem;height:2.03125rem;top:71.936855316162rem;left:1.1555990576744rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVgR2LqGHhzOZsPR0yOvK1VFQGaLf92N { width:20rem;height:2.599825rem;top:88.311634063719rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks2cn8qyFLkWQQ0WncFkCTD308vT4Jw0 { width:17.686625rem;height:2.03125rem;top:84.9989156723rem;left:1.1555990576744rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGZdoyTouZTeUuFlBmdVJwd38Z8skilp { width:20rem;height:3.2487rem;top:120.25065994263rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHdayIfXRAQdZgfLDFrURVfzOClNM8EZ { width:20rem;height:2.599825rem;top:102.49892234803rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQveuaFgiVFLnM59e9A3PUdfpKsgFugO { width:20rem;height:4.0625rem;top:97.561847686769rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI3wTK1SttgJebA0l1rqaHyZ7qQ8tOuU { width:18.1108675rem;height:4.92296125rem;top:125.34288740158rem;left:0.94401043653488rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHJi4uw3BKLtGR7hdXptLJQd4vTlupeG { display:block; }
 }@media only screen and (max-width: 763px) { #ZPXCWbuSplWqS1QPH1aLK5T3sBqArSZV { width:15.8051175rem;height:3.80533625rem;top:16.123047828674rem;left:2.0616319775581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTbTG5ZlRgXDUU5T7KaqhQnUE1RonSO { display:block; }
 }@media only screen and (max-width: 763px) { #tL3xA1pUdiCcryTFcTyeV2DHNeR5go2C { display:flex;width:3.125rem;height:3.125rem;top:107.39801216126rem;left:8.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #nISf1GXFJgGJdpGf3ZvC4pZ3Bp9TXx7s { display:flex;width:3.125rem;height:3.125rem;top:67.648654937744rem;left:8.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #KihtNSVmUN0wqha7bnuv6GSg31miUyTz { display:flex;width:3.125rem;height:3.125rem;top:80.523003578187rem;left:8.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #BThJxtzXf7x2PsAh1Ccgv5T0XTDhCk6z { display:flex;width:3.125rem;height:3.125rem;top:53.648009300232rem;left:8.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #yB09ZQvKKDft6vO1XRNuRoPWyJQ7yPOu { display:flex;width:3.125rem;height:3.125rem;top:93.523221969606rem;left:8.4375000596044rem; }
 }@media only screen and (max-width: 763px) { #JbbMEOBdQAkXI53yQoTFuGCOKKkRPdUf { width:20rem;height:24.9284rem;top:135.70204257965rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byzr05pyo7JNrro6Mry50lxDyOL9xlnm { background-color:#373076;background-image:url("https://images.assets-landingi.com/a06G7fP8/Zrzut_ekranu_2018_07_27_o_08.41.13.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm.adaptive-delivery-prevent-bg, #byzr05pyo7JNrro6Mry50lxDyOL9xlnm.lazyload, #byzr05pyo7JNrro6Mry50lxDyOL9xlnm.lazyloading { background-image: none; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container { background-color: transparent; background-image: none; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container > .video-iframe-container { display: none; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row > .video-iframe-container { display: none; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .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); }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container { border-width: 0; border-radius: 0; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byzr05pyo7JNrro6Mry50lxDyOL9xlnm > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 { display:block; }#zgZ5scENi9JZGxOa2W767iMuJKHBm6T9 > .row .container { width:20rem;height:224.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2EASgcyK8k9IWhn6i1Zs1rR9LAJhWVo { width:16.4995625rem;height:4.2252625rem;top:3.3734846115113rem;left:1.7491319775581rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsfHr57E29aCuQgNs5y46cRw6SOPXo1y { width:12.3125rem;height:5.8125rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sJnnuxwp7PbaeaOJ74KhRcJIS8cbTEDV { width:17.875rem;height:8.6875rem;top:149.5625rem;left:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vIx3kVPJJccSZK6BuVskJT72hgBQxI0x { width:20rem;height:181.06024375rem;top:10.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #E2m3whJg4TzKXzOV3A1L3oGrgbakkmST { width:10.6875rem;height:7.9375rem;top:168.5625rem;left:3.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JH8xgkSUTgNtn27zTxlD2ovDwFkWTiOC { width:20rem;height:10.357142857143rem;top:158.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyrfVNfJLl4oTN6qQA57UyLymmOpDW81 { width:15.5rem;height:9.125rem;top:176.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg7fTGGo6TziI59kqhXuvDsuR53KqCZz { width:18.1803675rem;height:5.05533625rem;top:217.09420204163rem;left:0.90820318460463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGpemvOTA24x89pi4AxwJCxhZC9vfFIO { display:block; }
 }@media only screen and (max-width: 763px) { #DBqssb9mGLHQl6zy6f574LeHy1hdNleU { width:20rem;height:18.68489375rem;top:194.46940803528rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFcQz9425szIUMPVWfNTiMETveiphNRs { display:block; }#sFcQz9425szIUMPVWfNTiMETveiphNRs > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciPAAT97erkkM8EGGizIAob0fWBFbf7T { width:17.8125rem;height:0.97439375rem;top:13.875rem;left:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twSsWTo4Of6xUSABts8INzUM7L9XvTMk { width:20rem;height:1.12413125rem;top:12.393749237061rem;left:0rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SxTdPCNKILDdRZk3wsto0uV8tby7VRIf { width:6.5625rem;height:3.3125rem;top:2.0625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o19BDwIiLG7gGhO0auwM2xMaCBzJrLGA { width:3.125rem;height:3.125rem;top:6.0601119995117rem;left:5.3743491768837rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoLILsWhTWsevDlJ9fZkTZiutR3MLr4a { width:4.43685rem;height:1.62435rem;top:6.8088111877444rem;left:11.748047888279rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqSXyrOPaWCRfb6sLzZM7cS3vQlBxXxF { width:9.1875rem;height:4.496525rem;top:16.0625rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaMXBKPVTm7teeEpHKSn48XmXCwqymi1 { display:flex;width:1.875rem;height:1.875rem;top:6.6200084686281rem;left:8.9984808564187rem; }
#QaMXBKPVTm7teeEpHKSn48XmXCwqymi1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fKcQMozDgMp5EA63uO27JMUFhJwm15s0 { display:block; }#fKcQMozDgMp5EA63uO27JMUFhJwm15s0 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMEMAJ5ST7eGs3NfliwTreb70cTqkcqL { width:17.1875rem;height:0.8941rem;top:1.4375rem;left:1.375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BliW6TbJc8gDFe92dezzW1hJ5tnQ5TI3 { width:15.5rem;height:0.8941rem;top:4.6031265258789rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oIafiWlfpLHzJxPxh8gkP1calC6rCW55 { width:7.9375rem;height:0.8941rem;top:5.9562492370606rem;left:6.03125rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #smGvN5u0ZgEJiLSx9fQ1M8XTdVZ0ifsf { width:7.9375rem;height:0.8125rem;top:7.4124984741213rem;left:6.03125rem;text-align:center;text-align-last:center;font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
 }