.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:219,230,240;--color-primary-1:134,173,207;--color-primary-2:12,90,158;--color-primary-3:6,45,79;--color-primary-4:2,14,24;--color-secondary-0:254,243,218;--color-secondary-1:252,214,131;--color-secondary-2:248,173,7;--color-secondary-3:124,87,4;--color-secondary-4:37,26,1;--color-tertiary-0:255,255,255;--color-tertiary-1:179,216,236;--color-tertiary-2:0,124,193;--color-tertiary-3:0,62,97;--color-tertiary-4:0,12,19;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { position:relative;display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { border-width: 0; border-radius: 0; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:15.75rem;top:23.75rem;left:1.9375rem;overflow:hidden;display:block; }
#OM93wUiOAX2BtNQNWXge8GdCKsMUSA81 { color:rgba(var(--color-primary-3),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:27.9375rem;left:19.5625rem;height:12rem;font-style:normal;display:block; }
#HLWLeZ47lDxHqO3zk12kx9a2F44yUdzl { color:rgba(var(--color-primary-3),1);display:block;width:39.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:44.9765625rem;left:1.9375rem;height:2.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kwnK3ZeCLBIIo9BTNZRC0qVsRWEnF2iP { color:rgba(var(--color-primary-3),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:58.8125rem;left:9.625rem;height:2.79948125rem;display:block; }
#lovaCycTClFERJLKocXc5mzTDxUBoJgL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:57.75rem;left:5.1875rem;overflow:hidden;display:block; }
#chsMdiTmRK6mgDtkdwdKpewQhV3TAa78 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:51.0625rem;left:5.1875rem;overflow:hidden;display:block; }
#xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { color:rgba(var(--color-primary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:50.5rem;left:9.625rem;height:1.5996125rem;display:block; }
#o6RC2wiXhv156mimitaD3HtLcwI4HdH3 { color:rgba(var(--color-primary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:50.375rem;left:34.6875rem;height:1.5996125rem;display:block; }
#cQGle4ABDBNxeFqMkFKXFosBzZnezqSe { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:51.0625rem;left:30.625rem;overflow:hidden;display:block; }
#TxRnlrD9pF5kqUa6r4EBr25KJulPyqR5 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:57.1875rem;left:9.625rem;height:1.5996125rem;display:block; }
#zOSmnW0dLqWUfvcfXDDs4pveUT5nIsTE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:57.75rem;left:30.625rem;overflow:hidden;display:block; }
#d6EXcuNc65vHpE2kqAM7BIiDHqCqysHq { color:rgba(var(--color-primary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:52.0625rem;left:9.6875rem;height:2.79948125rem;display:block; }
#oNNt8OtDwpGGTidvqipvIuP9t0INhq0U { color:rgba(var(--color-primary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:51.9375rem;left:34.6875rem;height:2.79948125rem;display:block; }
#PKdeWWBfgP2yg5PNBrb6oMgcMDrTMuiK { color:rgba(var(--color-primary-3),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:58.875rem;left:34.8125rem;height:2.79948125rem;display:block; }
#C0fRBf2TO0u6IeWeAW96TqcPPdf8kXqh { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:57.25rem;left:34.8125rem;height:1.5996125rem;display:block; }
#G2Ip2UKgucvP69kLH6sHtINBvKeoKosU { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:5.6875rem;top:41.1875rem;left:42.5625rem;overflow:hidden;display:block; }
#HgHBRhIS0Oy2vhdv6F4KMXk8fLfT8EGs { color:rgba(var(--color-primary-3),1);display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.9375rem;left:19.5625rem;height:2.35611875rem;font-style:normal;display:block; }
#TRs9eNT2aEBzCQzvnMgwcMXwXFvZK3q0 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:16.25rem;top:13.125rem;left:0.8125rem;overflow:hidden;display:block; }
#XMnd8TEWDMxnDMcZQZDRmd82TL85qmZU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:12.125rem;top:14rem;left:45.8125rem;overflow:hidden;display:block; }
#WN5ELMP0gkO1vPJWEggvR5lAkl6HyPdp { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:8.3125rem;top:38.875rem;left:49.5625rem;overflow:hidden;display:block; }
#KHv8QG305UcHow43I4TGUbbWMmdH8Xib { color:rgba(var(--color-primary-3),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:20.502082824707rem;left:0rem;height:12.7968875rem;display:none; }
#z53dHM6xX85vADV2gKpm7hJ6H9QchBiT { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:8.3125rem;top:38.875rem;left:49.5625rem;overflow:hidden;display:none; }
#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .row .container { background-color: transparent; background-image: none; }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .row .container > .video-iframe-container { display: none; }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .row > .video-iframe-container { display: none; }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .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); }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .row .container { border-width: 0; border-radius: 0; }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:block; }#D93OTm5WPyARBpds7UrsTxl6ENa0EhWU { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:13.75rem;top:7.5625rem;left:1.3125rem;overflow:hidden;display:block; }
#F5oX1g6z5Qil6IesUKmroGzp6PclOQsO { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:13.6875rem;top:7.625rem;left:15.875rem;overflow:hidden;display:block; }
#hZ01iToqfogumhRyX1sM8FOCR77VdWPw { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:13.6875rem;top:7.625rem;left:30.25rem;overflow:hidden;display:block; }
#Lo1QD75TGmRM45Ba2MUwI9oCQ7IsHNmJ { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:13.6875rem;top:7.6875rem;left:44.875rem;overflow:hidden;display:block; }
#HgTKQVDTnyDozWKdueZahR9LGsXXxpt3 { color:rgba(var(--color-primary-3),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:2.75rem;left:1.3125rem;height:2.8997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { position:relative;display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { color:rgba(var(--color-primary-3),1);display:block;width:41.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.73828125rem;left:1.6875rem;height:4.7122375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WpJfvhBOfdqmwMvl9oO7Fzyzee26GDki { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:14.625rem;left:1.6875rem;overflow:hidden;display:block; }
#fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { color:rgba(var(--color-primary-3),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:14.625rem;left:5.5625rem;height:3.19921875rem;display:block; }
#zxymmlelXO39nGn5z4C7OcUQnCTRhpiQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:9.875rem;left:1.6875rem;overflow:hidden;display:block; }
#BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { color:rgba(var(--color-primary-3),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:9.875rem;left:5.5625rem;height:3.19921875rem;display:block; }
#hsbDOHn2gqkX8BCtd7NJkOTN0MarcZts { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:19.6875rem;top:0rem;left:38.9375rem;overflow:hidden;display:block; }
#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #259be8, #195176);background-image: -moz-linear-gradient(180deg, #259be8, #195176);background-image: -ms-linear-gradient(180deg, #259be8, #195176);background-image: -o-linear-gradient(180deg, #259be8, #195176);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#259be8', endColorstr='#195176' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#259be8', endColorstr='#195176' );";background-image: linear-gradient(180deg, #259be8, #195176);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { border-width: 0; border-radius: 0; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:none; }#iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { color:rgba(var(--color-tertiary-0),1);display:block;width:58.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.46875rem;left:1.5625rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:10.2763671875rem;left:0.875rem;height:8.999rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:21.125000953674rem;left:26.885417938233rem;height:1.6rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:21.125000953674rem;left:5.9895820617676rem;height:1.6rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:10.277084350586rem;left:41.5625rem;height:8.999rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ikH5zissLmIWB93t7iyPnKXTQUGTuQZk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:21.125000953674rem;left:47.5rem;height:1.6rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IQw8l217iGmCukPPqZiiuGIcVSFPr1sK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:10.2763671875rem;left:22.1455078125rem;height:8.999rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row .container { background-color: transparent; background-image: none; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row .container > .video-iframe-container { display: none; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row > .video-iframe-container { display: none; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .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); }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row .container { border-width: 0; border-radius: 0; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#BTgDdMXZbo1W0oRJTU4HSU7RbLIaW1yf { color:rgba(var(--color-tertiary-3),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:8.66796875rem;left:25.5rem;height:9.59765rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eIOwo5xPS4aDODw83Ky7V6vLDPLCWyW0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.54296875rem;left:43.9375rem;display:block; }
#qawisVrvSoDz3mlUySDOHlLMx11Db3Bo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NXhXg2ue9mztOd2zt1Qtbhxb850fwgWh { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:22.25rem;top:5.35546875rem;left:2.15625rem;overflow:hidden;display:block; }
#XlNWRINRNZlZ2BFD9uZBuMJ9akyG87rW { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:10.5rem;top:20.60546875rem;left:2.71875rem;overflow:hidden;display:block; }
#vsL1v89wXgC5D14mgqGGguadM3PU0Sh3 { color:rgba(var(--color-primary-3),1);display:block;width:53.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.64453125rem;left:2.71875rem;height:2.35611875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/22785b70-f6e8-4ddf-88d1-cacf38272d82/Beznazwy1900x500px.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt.adaptive-delivery-prevent-bg, #CITIxSGwyZJS86mL2F9czPT5HWwnMqpt.lazyload, #CITIxSGwyZJS86mL2F9czPT5HWwnMqpt.lazyloading { background-image: none; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container { background-color: transparent; background-image: none; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container > .video-iframe-container { display: none; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row > .video-iframe-container { display: none; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .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); }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container { border-width: 0; border-radius: 0; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:block; }#PGIE39UG0BS2mGVWGXB6k6etTBzriIRZ { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;top:8.5625rem;left:0rem;background-color:transparent;background-image:none;height:1.3496125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#W7moVQtTxwExabE6x5hsZTlIxaqrv3yd { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;top:11.623046875rem;left:0rem;background-color:transparent;background-image:none;height:2.96615rem;text-align:center;text-align-last:center;color:#ffffff;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; }
#lfuC9wqVFbCFHpWwQJqBgGM6TT5ub6CM { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15044;top:3.625rem;left:12.625rem; }
#J77bgBTLmbJA47Mv9hJnx2WMa1OPEOJ2 { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.2;top:8.5625rem;left:32.25rem;background-color:transparent;background-image:none;height:1.3496125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#ha1ZKE3lSyCSiduMxk9smypuT36Ou6E9 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15045;top:3.625rem;left:44.875rem; }
#OSn6pG4TWeMexlXpCE7d69awlQsq7u72 { display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;top:11.6240234375rem;left:35.84375rem;background-color:transparent;background-image:none;height:2.96614375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { top:23.75rem;left:0rem;width:15.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM93wUiOAX2BtNQNWXge8GdCKsMUSA81 { top:27.9375rem;left:11.625rem;width:36.125rem;height:12rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLWLeZ47lDxHqO3zk12kx9a2F44yUdzl { top:44.9375rem;left:0rem;width:39.4375rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwnK3ZeCLBIIo9BTNZRC0qVsRWEnF2iP { top:58.8125rem;left:3.5rem;width:17.4375rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lovaCycTClFERJLKocXc5mzTDxUBoJgL { top:57.75rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chsMdiTmRK6mgDtkdwdKpewQhV3TAa78 { top:51.0625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { top:50.5rem;left:3.5rem;width:18.875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RC2wiXhv156mimitaD3HtLcwI4HdH3 { top:50.375rem;left:28.5625rem;width:17.0625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQGle4ABDBNxeFqMkFKXFosBzZnezqSe { top:51.0625rem;left:24.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxRnlrD9pF5kqUa6r4EBr25KJulPyqR5 { top:57.1875rem;left:3.5rem;width:16.875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOSmnW0dLqWUfvcfXDDs4pveUT5nIsTE { top:57.75rem;left:24.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6EXcuNc65vHpE2kqAM7BIiDHqCqysHq { top:52.0625rem;left:3.5625rem;width:18.875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNNt8OtDwpGGTidvqipvIuP9t0INhq0U { top:51.9375rem;left:28.5625rem;width:18.875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKdeWWBfgP2yg5PNBrb6oMgcMDrTMuiK { top:58.875rem;left:28.6875rem;width:16.4375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0fRBf2TO0u6IeWeAW96TqcPPdf8kXqh { top:57.25rem;left:28.6875rem;width:16.875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Ip2UKgucvP69kLH6sHtINBvKeoKosU { top:41.1875rem;left:36.4375rem;width:5.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgHBRhIS0Oy2vhdv6F4KMXk8fLfT8EGs { top:23.9375rem;left:8.0625rem;width:39.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRs9eNT2aEBzCQzvnMgwcMXwXFvZK3q0 { top:13.125rem;left:0rem;width:16.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMnd8TEWDMxnDMcZQZDRmd82TL85qmZU { top:14rem;left:35.625rem;width:12.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN5ELMP0gkO1vPJWEggvR5lAkl6HyPdp { top:38.875rem;left:39.4375rem;width:8.3125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHv8QG305UcHow43I4TGUbbWMmdH8Xib { top:11.875rem;left:0rem;width:16.1875rem;height:15.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #z53dHM6xX85vADV2gKpm7hJ6H9QchBiT { top:38.875rem;left:39.4375rem;width:8.3125rem;height:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho { display:block; }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D93OTm5WPyARBpds7UrsTxl6ENa0EhWU { top:7.5625rem;left:0rem;width:13.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5oX1g6z5Qil6IesUKmroGzp6PclOQsO { top:7.625rem;left:10.1875rem;width:13.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ01iToqfogumhRyX1sM8FOCR77VdWPw { top:7.625rem;left:22.125rem;width:13.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo1QD75TGmRM45Ba2MUwI9oCQ7IsHNmJ { top:7.6875rem;left:22.125rem;width:13.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgTKQVDTnyDozWKdueZahR9LGsXXxpt3 { top:2.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { top:0.6875rem;left:0rem;width:41.75rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpJfvhBOfdqmwMvl9oO7Fzyzee26GDki { top:14.625rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { top:14.625rem;left:0rem;width:22rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxymmlelXO39nGn5z4C7OcUQnCTRhpiQ { top:9.875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { top:9.875rem;left:0rem;width:30.0625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsbDOHn2gqkX8BCtd7NJkOTN0MarcZts { width:19.6875rem;height:22.25rem;top:0rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { top:4.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { top:10.25rem;left:0rem;width:18.4375rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { top:21.125rem;left:20.760417938233rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { top:21.125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { top:10.25rem;left:29.3125rem;width:18.4375rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikH5zissLmIWB93t7iyPnKXTQUGTuQZk { top:21.125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQw8l217iGmCukPPqZiiuGIcVSFPr1sK { top:10.25rem;left:16.0205078125rem;width:18.4375rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV56aetKVfPcaGJvd4QcfeLQQBPZuTze { display:block; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTgDdMXZbo1W0oRJTU4HSU7RbLIaW1yf { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIOwo5xPS4aDODw83Ky7V6vLDPLCWyW0 { width:13.6875rem;height:3.9375rem;top:22.5rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qawisVrvSoDz3mlUySDOHlLMx11Db3Bo { display:block; }
 }@media only screen and (max-width: 763px) { #NXhXg2ue9mztOd2zt1Qtbhxb850fwgWh { top:5.3125rem;left:0rem;width:22.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlNWRINRNZlZ2BFD9uZBuMJ9akyG87rW { top:20.5625rem;left:0rem;width:10.5rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsL1v89wXgC5D14mgqGGguadM3PU0Sh3 { top:1.625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITIxSGwyZJS86mL2F9czPT5HWwnMqpt { display:block; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGIE39UG0BS2mGVWGXB6k6etTBzriIRZ { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7moVQtTxwExabE6x5hsZTlIxaqrv3yd { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfuC9wqVFbCFHpWwQJqBgGM6TT5ub6CM { top:3.625rem;left:6.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77bgBTLmbJA47Mv9hJnx2WMa1OPEOJ2 { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha1ZKE3lSyCSiduMxk9smypuT36Ou6E9 { top:3.625rem;left:38.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSn6pG4TWeMexlXpCE7d69awlQsq7u72 { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { border-width: 0; border-radius: 0; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:20rem;height:84.5rem;background-color:transparent;background-image: -webkit-linear-gradient(343deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(343deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(343deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(343deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(343deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:contain !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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyClA4AwE25EDudN4wbPWyLSthm4qqIJ { width:15.75rem;height:17.6875rem;top:23.75rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OM93wUiOAX2BtNQNWXge8GdCKsMUSA81 { width:20rem;height:auto;top:27.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HLWLeZ47lDxHqO3zk12kx9a2F44yUdzl { width:16.25rem;height:4.3997375rem;top:36.08984375rem;left:1.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kwnK3ZeCLBIIo9BTNZRC0qVsRWEnF2iP { width:17.0625rem;height:4.19921875rem;top:68.4541015625rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lovaCycTClFERJLKocXc5mzTDxUBoJgL { width:2.375rem;height:2.375rem;top:63.4931640625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chsMdiTmRK6mgDtkdwdKpewQhV3TAa78 { width:2.375rem;height:2.375rem;top:42.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { width:8.875rem;height:2.79948125rem;top:45.05078125rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o6RC2wiXhv156mimitaD3HtLcwI4HdH3 { width:9.3125rem;height:1.3997375rem;top:55.333984375rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQGle4ABDBNxeFqMkFKXFosBzZnezqSe { width:2.375rem;height:2.375rem;top:53.021484375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxRnlrD9pF5kqUa6r4EBr25KJulPyqR5 { width:13.75rem;height:1.3997375rem;top:65.8056640625rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOSmnW0dLqWUfvcfXDDs4pveUT5nIsTE { width:2.375rem;height:2.375rem;top:72.501953125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6EXcuNc65vHpE2kqAM7BIiDHqCqysHq { width:16.4375rem;height:2.79948125rem;top:49.0986328125rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNNt8OtDwpGGTidvqipvIuP9t0INhq0U { width:17.75rem;height:4.19921875rem;top:57.982421875rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKdeWWBfgP2yg5PNBrb6oMgcMDrTMuiK { width:16rem;height:2.79948125rem;top:77.462890625rem;left:2rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0fRBf2TO0u6IeWeAW96TqcPPdf8kXqh { width:12.125rem;height:1.3997375rem;top:74.814453125rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2Ip2UKgucvP69kLH6sHtINBvKeoKosU { width:5.6875rem;height:6.625rem;top:44rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgHBRhIS0Oy2vhdv6F4KMXk8fLfT8EGs { width:20rem;height:3.57421875rem;top:8.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #TRs9eNT2aEBzCQzvnMgwcMXwXFvZK3q0 { width:5.875rem;height:1.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMnd8TEWDMxnDMcZQZDRmd82TL85qmZU { width:5.6875rem;height:1.625rem;top:3.8125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN5ELMP0gkO1vPJWEggvR5lAkl6HyPdp { width:2.1875rem;height:2.5rem;top:29.92578125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHv8QG305UcHow43I4TGUbbWMmdH8Xib { width:16.1875rem;height:15.99608125rem;top:15.7421875rem;left:1.90625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #z53dHM6xX85vADV2gKpm7hJ6H9QchBiT { width:2.1875rem;height:2.5rem;top:31.7373046875rem;left:12.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho { display:block; }#zIRtd2h6Uou3wDbN9TZhKTtCWurxMWho > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D93OTm5WPyARBpds7UrsTxl6ENa0EhWU { width:13.75rem;height:7.5rem;top:10.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5oX1g6z5Qil6IesUKmroGzp6PclOQsO { width:13.6875rem;height:7.4375rem;top:20.8125rem;left:3.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ01iToqfogumhRyX1sM8FOCR77VdWPw { width:13.6875rem;height:7.4375rem;top:31.812502861023rem;left:3.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo1QD75TGmRM45Ba2MUwI9oCQ7IsHNmJ { width:13.6875rem;height:7.4375rem;top:42.937502861023rem;left:3.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgTKQVDTnyDozWKdueZahR9LGsXXxpt3 { width:20rem;height:6.599625rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { width:16.9375rem;height:7.1484375rem;top:1.5rem;left:1.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpJfvhBOfdqmwMvl9oO7Fzyzee26GDki { width:3.25rem;height:3.25rem;top:23.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { width:13.3114375rem;height:4.19921875rem;top:26.375rem;left:3.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxymmlelXO39nGn5z4C7OcUQnCTRhpiQ { width:3.125rem;height:3.125rem;top:13rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { width:13.9375rem;height:5.59895625rem;top:16.375rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsbDOHn2gqkX8BCtd7NJkOTN0MarcZts { width:20rem;height:22.5625rem;top:36.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Qf9QAPbX/bg3_hd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.adaptive-delivery-prevent-bg, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyload, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyloading { background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { width:20rem;height:44.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { width:18.6229375rem;height:8.4375rem;top:10.2998125rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { width:12.5rem;height:1.6rem;top:38.836925rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { width:12.5rem;height:1.6rem;top:35.9873125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { width:18.8729375rem;height:6.75rem;top:27.9873125rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikH5zissLmIWB93t7iyPnKXTQUGTuQZk { width:12.5rem;height:1.6rem;top:41.6865375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQw8l217iGmCukPPqZiiuGIcVSFPr1sK { width:19.0625rem;height:6.75rem;top:19.9873125rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aV56aetKVfPcaGJvd4QcfeLQQBPZuTze { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a45e3a8e-c69e-49f0-98cd-f37a10558a9f/Projektbeznazwy1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze.adaptive-delivery-prevent-bg, #aV56aetKVfPcaGJvd4QcfeLQQBPZuTze.lazyload, #aV56aetKVfPcaGJvd4QcfeLQQBPZuTze.lazyloading { background-image: none; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row .container { background-color: transparent; background-image: none; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row .container > .video-iframe-container { display: none; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row > .video-iframe-container { display: none; }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .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); }#aV56aetKVfPcaGJvd4QcfeLQQBPZuTze > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTgDdMXZbo1W0oRJTU4HSU7RbLIaW1yf { width:20rem;height:15rem;top:29.4228515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #eIOwo5xPS4aDODw83Ky7V6vLDPLCWyW0 { width:11.1875rem;height:3.1875rem;top:47.19140625rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qawisVrvSoDz3mlUySDOHlLMx11Db3Bo { display:block; }
 }@media only screen and (max-width: 763px) { #NXhXg2ue9mztOd2zt1Qtbhxb850fwgWh { width:20rem;height:19.037125rem;top:8.6728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlNWRINRNZlZ2BFD9uZBuMJ9akyG87rW { width:7.9375rem;height:4.4375rem;top:7.7978515625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsL1v89wXgC5D14mgqGGguadM3PU0Sh3 { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CITIxSGwyZJS86mL2F9czPT5HWwnMqpt { background-color:#4185f4;background-image:url("https://images.assets-landingi.com/uc/a399a31e-9e82-4049-beb5-e9605f517f46/Banerniebieski1920x860.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt.adaptive-delivery-prevent-bg, #CITIxSGwyZJS86mL2F9czPT5HWwnMqpt.lazyload, #CITIxSGwyZJS86mL2F9czPT5HWwnMqpt.lazyloading { background-image: none; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container { background-color: transparent; background-image: none; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container > .video-iframe-container { display: none; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row > .video-iframe-container { display: none; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .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); }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container { border-width: 0; border-radius: 0; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CITIxSGwyZJS86mL2F9czPT5HWwnMqpt > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGIE39UG0BS2mGVWGXB6k6etTBzriIRZ { left:0rem;background-color:transparent;background-image:none;top:4.75rem;width:20rem;height:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #W7moVQtTxwExabE6x5hsZTlIxaqrv3yd { left:0.0625rem;background-color:transparent;background-image:none;top:14.25rem;width:19.8125rem;height:2.799475rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfuC9wqVFbCFHpWwQJqBgGM6TT5ub6CM { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77bgBTLmbJA47Mv9hJnx2WMa1OPEOJ2 { left:0.75rem;background-color:transparent;background-image:none;top:11.125rem;width:11.9375rem;height:1.3496125rem;font-size:1.125rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ha1ZKE3lSyCSiduMxk9smypuT36Ou6E9 { width:2.5rem;height:2.5rem;top:7.9375rem;left:8.7500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSn6pG4TWeMexlXpCE7d69awlQsq7u72 { left:0rem;background-color:transparent;background-image:none;top:20.9462875rem;width:20rem;height:2.79948125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }