.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1e0;background-image:none;position:relative;display:block; }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .row .container { background-color: transparent; background-image: none; }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .row .container > .video-iframe-container { display: none; }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .row > .video-iframe-container { display: none; }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .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); }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .row .container { border-width: 0; border-radius: 0; }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .row > .video-iframe-container {  }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#UG7DWNxOdvFmPVQdeIRDxTuSVyhAIzbX { color:#000000;display:block;width:51.25rem;position:absolute;font-family:"open sans condensed";font-size:1.9375rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:4.625rem;left:4.375rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ox5kGe6ttpisocC7d7pGwSAlRUlAySrq { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:"dancing script";font-size:1.6875rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:11.25rem;left:17.500001907349rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQaB2TizdWa5Fqs20f8qzmibc48zZxAV { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:17.0625rem;top:0.625rem;left:21.468751907349rem;overflow:hidden;display:block; }
#e0HE55uTRgxseCuWKVBfdglAhnJDfORx { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.62);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;box-shadow: 0.3125rem 0.3125rem 0.625rem #eac8c6 ;height:17.25rem;width:44.6875rem;top:2rem;left:0rem;display:none; }
#ncIif1UI1x5dGO9LD6HZ0gKuvoB6IfXg { color:#000000;display:block;width:51.25rem;position:absolute;font-family:"open sans condensed";font-size:1.9375rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:4.625rem;left:4.375rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Qct4Pz9dndoIwvEz2H436cS6ofORT2Us { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:17.0625rem;top:0.625rem;left:21.468751907349rem;overflow:hidden;display:block; }
#uun8gJ9IwBv0a6GU63o7oZhUwgL9LBXi { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:17.1875rem;top:6.8125rem;left:0rem;display:none; }
#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1e0;background-image:none;position:relative;display:block; }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row .container { background-color: transparent; background-image: none; }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row .container > .video-iframe-container { display: none; }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row > .video-iframe-container { display: none; }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .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); }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row .container { border-width: 0; border-radius: 0; }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row > .video-iframe-container {  }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#F0owHl0gNikeci6QlTUkcVCT4q4JZozG { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100033;line-height:1.4;letter-spacing:0;top:12.431250572204rem;left:0rem;height:15.1125rem;text-align:left;text-align-last:left;display:none; }#F0owHl0gNikeci6QlTUkcVCT4q4JZozG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F0owHl0gNikeci6QlTUkcVCT4q4JZozG li:before{  }
#BeO89LZQazC5CSzJheAyIVxBcMlFIfbq { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.62);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;box-shadow: 0.3125rem 0.3125rem 0.625rem #eac8c6 ;height:23.4375rem;width:52.5625rem;top:2.5625000596046rem;left:3.5rem;display:block; }
#TOBbHQoIrf779AXRpdUxfgSNJsovWkSi { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans condensed";font-size:1.625rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:4.25rem;left:7.4375rem;height:;text-align:center;text-align-last:center;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; }
#ysNwOUTozlav0sSSilt73Gu7cxJTK1aD { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans condensed";font-size:1.375rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:10.1875rem;left:7.4375rem;height:;text-align:center;text-align-last:center;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; }
#BrnEhaEFMWTZxJEpE9uPO3P3QcWXSglZ { background-color:#ff3c94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:5.625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:22.0625rem;left:14.25rem;display:block; }
#H05WDh4Gld4H9Rksk3AixeB43oBP38Jd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hcsnrCKycrLNaUn2Dn1q6pSa7LVW7kUp { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans condensed";font-size:1.375rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:;text-align:center;text-align-last:center;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:none; }
#ADui0HinZyk0AhsDVslE3J9D1lVcNm3h { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans condensed";font-size:1.375rem;font-weight:400;z-index:100034;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:;text-align:center;text-align-last:center;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:none; }
#qECKlGEsH7mHgrlzVGzmJqNygc53SSrl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:17.1875rem;top:6.8125rem;left:0rem;display:block; }
#OP2770sfxfNuxIkDhdnZasGW9eecU3dd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1e0;background-image:none;position:relative;display:none; }#OP2770sfxfNuxIkDhdnZasGW9eecU3dd > .row .container { border-width: 0; border-radius: 0; }#OP2770sfxfNuxIkDhdnZasGW9eecU3dd > .row > .video-iframe-container {  }#OP2770sfxfNuxIkDhdnZasGW9eecU3dd > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:none; }#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#03989e;padding-top:0.68rem;padding-right:0.615rem;padding-bottom:0.68rem;padding-left:0.615rem;display:block;align-items:center;width:3.68875rem;min-width:3.68875rem;height:3.656875rem;position:relative;font-family:"open sans condensed";font-size:2.72125rem;font-weight:700;line-height:58.51px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.425625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.918125rem;height:1.445rem;position:relative;font-family:"open sans condensed";font-size:1.020625rem;font-weight:700;line-height:23.12px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#f1e1e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:23.6875rem;height:6.8875rem;padding-top:0.085625rem;padding-right:0.088125rem;padding-bottom:0.085625rem;padding-left:0.088125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.3125rem;left:17.9375rem;z-index:100003; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #dfpCqwUkUWgS1Ob48afWuk6ikWBxhIX5 { display:flex;position:relative;top:0rem;left:0rem; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #ol63lhZ8uBy6NlgG5h0hIXBVAeCTsJM9 { width:auto; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #WsnVVFI7FND5Sw5IuIxlF1iTculzlemX {  }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #TWRtHu3cItWT5INdtkbeHiWLnSo7J1zp { display:flex;position:relative;top:0rem;left:0rem; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #zWz682VBaqld8pst4pKbIHOh93F5yiL6 {  }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #T4lwze2N0WLor6wbl33FhvPqTDNgvR7p {  }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #TEAV5X34cTeRCP9fvWbvOKXaQ7NndnTN { display:flex;position:relative;top:0rem;left:0rem; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #bsrTauSzCiGliGCSFkUVyck9UOf1mwip {  }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #IdQ7naxzHx4e5yQRTgunuP5rNO8iaX5g {  }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #qT08M0U1GOnKdx4yKc2NTae57CfVMw2B { display:flex;position:relative;top:0rem;left:0rem; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #eFCX0g6HUM7dvk85aJNsBPNVUs0bItJR {  }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #Fe107rZrsuT3rVdE10FTxi2r6cAXP8zR {  }
#tiWCkzywTpggTRx7wnNpEwFsA1ZmlSfh { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"open sans condensed";font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:2.4375rem;left:13.4375rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1e0;background-image:none;position:relative;display:block; }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .row .container { background-color: transparent; background-image: none; }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .row .container > .video-iframe-container { display: none; }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .row > .video-iframe-container { display: none; }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .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); }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .row .container { border-width: 0; border-radius: 0; }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .row > .video-iframe-container {  }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#XdtFpOPFFxyz8SzPndWs97cCyFosfTne { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100034;line-height:1.4;letter-spacing:0;top:12.66250038147rem;left:9.1875rem;height:;text-align:center;text-align-last:center;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; }
#stpwAzdiHVZbURaifKQOWH9Cgpoif7xH { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:charm;font-size:2.1875rem;font-weight:700;z-index:100035;line-height:1.4;letter-spacing:0;top:2.9375rem;left:2.03125rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1XhaUGUeuiXEkpzkQxfamSyU8PiSZU1 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100035;line-height:1.4;letter-spacing:0;top:12.66250038147rem;left:35.249219894409rem;height:;text-align:center;text-align-last:center;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; }
#G24CCFJVqWbEwEskA8fqUTsaU5p0TFLk { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100035;line-height:1.4;letter-spacing:0;top:21.075000762939rem;left:9.1875rem;height:;text-align:center;text-align-last:center;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; }
#h2tk90xy4d5lzplvzwMdie0XTelvLbyc { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100036;line-height:1.4;letter-spacing:0;top:21.075000762939rem;left:34.155469894409rem;height:;text-align:center;text-align-last:center;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; }
#PxAfJShZssxkdxMORl8cfD6IU1A6Kkb8 { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100037;opacity:1;top:16.325000762939rem;left:40.999219894409rem; }
#OK20mS4g5yuHEIOvFTwuBZlKg5XO2WVT { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100038;opacity:1;top:16.325000762939rem;left:14.937501907349rem; }
#IeT87XWWA2EORSFyq1twBhCirfw3Mkvr { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100039;opacity:1;top:7.72500038147rem;left:14.531251907349rem; }
#grnf3RwqMZ7VQRxA4kXtTpeJ9axWfIli { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100040;opacity:1;top:7.72500038147rem;left:40.592969894409rem; }
#qfeioNXxHbuvvL5ptHHwknOlehFyuauP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .row .container { background-color: transparent; background-image: none; }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .row .container > .video-iframe-container { display: none; }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .row > .video-iframe-container { display: none; }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .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); }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .row .container { border-width: 0; border-radius: 0; }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .row > .video-iframe-container {  }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#B6WGCLsqGrxDnpw7hLKT9qUPEG0VzcUB { color:#000000;display:block;width:34rem;position:absolute;font-family:charm;font-size:2.1875rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:2.6296882629394rem;left:13rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7AWTfpJ6eJhfqh1d6ha4S26zEh4osd6 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:17.25rem;top:10.9375rem;left:39.937501907349rem;overflow:hidden;display:block; }
#kkTb66VaBes3p2hIxZ5DmKMGqemgouZS { color:#000000;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:15.512504577637rem;left:0rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kkTb66VaBes3p2hIxZ5DmKMGqemgouZS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kkTb66VaBes3p2hIxZ5DmKMGqemgouZS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#XZ51POxcLfGZm3G7ILentEGgfuz11g6Z { color:#000000;display:block;width:50.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.1875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XZ51POxcLfGZm3G7ILentEGgfuz11g6Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XZ51POxcLfGZm3G7ILentEGgfuz11g6Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#smShOEBJobCCUao3rDNBfEW6h2lP3mdw { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:11.5rem;left:0.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#smShOEBJobCCUao3rDNBfEW6h2lP3mdw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#smShOEBJobCCUao3rDNBfEW6h2lP3mdw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#gfmhSMHpH93Ik5x4rF6Z6ZlaUt1goZJg { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:20.875rem;left:0.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#gfmhSMHpH93Ik5x4rF6Z6ZlaUt1goZJg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gfmhSMHpH93Ik5x4rF6Z6ZlaUt1goZJg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#NdRfFvqJOO7aTnOBMLVNAwZUKteh4DyJ { background-color:#ff3c94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:5.625rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:26.625rem;left:14.3125rem;display:block; }
#qabFOAPTeV9PiIRZW8mZrNu73Vq3WtdR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1e0;background-image:none;position:relative;display:block; }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .row .container { background-color: transparent; background-image: none; }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .row .container > .video-iframe-container { display: none; }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .row > .video-iframe-container { display: none; }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .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); }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .row .container { border-width: 0; border-radius: 0; }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .row > .video-iframe-container {  }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#NXgeOBtK0eVmBpa2uHASuMz71GzlsvZN { color:#232323;display:block;width:55.5rem;position:absolute;font-family:charm;font-size:2.1875rem;font-weight:700;z-index:100022;line-height:1.4;letter-spacing:0;top:2.9617190361023rem;left:2.25rem;height:3.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1e0;background-image:none;position:relative;display:block; }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .row .container { background-color: transparent; background-image: none; }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .row .container > .video-iframe-container { display: none; }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .row > .video-iframe-container { display: none; }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .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); }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .row .container { border-width: 0; border-radius: 0; }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .row > .video-iframe-container {  }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#q22XJpX19i5g5vsGy4TsSyGZgzT8UC8M { position:absolute;display:block;z-index:99999;background-color:#ffffff;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;height:41.8125rem;width:60rem;top:1.75rem;left:0rem;display:block; }
#rO5P8E1nf0MW5BTTBTVeJ7fkbq4dEcPr { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.125rem;width:20.3125rem;top:2.125rem;left:39.687501907349rem;overflow:hidden;display:block; }
#pDTWvH64GsRwm8CdX0sI24GhEEzkWqbD { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.6875rem;width:21.8125rem;top:1.8742218017578rem;left:19.000001907349rem;overflow:hidden;display:block; }
#QEGXcXppoWQQzQPbAbZ4HHxLsWCvdiFU { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:32.675003051757rem;left:0.25rem;height:8.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hg9hDrqTqDkUHLtm8bL5OPbJBJxDxX5N { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:31.150009155274rem;left:3rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ULIPguM8mb8eA4SquoiTwmI5ExkwutCb { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:15.5625rem;left:0.8125rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHralTMOzWDFzxJhMuv0ANkfTU9r609k { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:8.6875rem;top:3.8117218017578rem;left:4.71875rem;overflow:hidden;display:block; }
#spbGGfvbUqi7WqsKpz5eu4S6N2kQhx0B { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:12.831253051757rem;left:3rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#haJqrfmEVlAmcZ2wBvvdGTHazldhvpD5 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:9rem;top:21.592971801757rem;left:4.5625rem;overflow:hidden;display:block; }
#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1e0;background-image:none;position:relative;display:block; }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .row .container { background-color: transparent; background-image: none; }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .row .container > .video-iframe-container { display: none; }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .row > .video-iframe-container { display: none; }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .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); }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .row .container { border-width: 0; border-radius: 0; }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .row > .video-iframe-container {  }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#CnR91IeWVtHB9wOqZR6MMZDcUEE1o9S1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.375rem;width:19.375rem;top:1.3117189407349rem;left:40.312501907349rem;overflow:hidden;display:block; }
#z48TDmfI0mXMCfZNrrNLBkMToeIcawEc { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:19.375rem;top:1.8742218017578rem;left:0.375rem;overflow:hidden;display:block; }
#sBX3JoqQ6eG8NWaMF8rKTrSMf80Elucv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.4375rem;width:19.375rem;top:1.53125rem;left:20.312501907349rem;overflow:hidden;display:block; }
#CMk1vVmBNSwyP2o0O8Zs41EtlGhaJHTK { position:absolute;display:block;z-index:99999;background-color:#ffffff;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;height:36.875rem;width:60rem;top:1.25rem;left:0rem;display:block; }
#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container { background-color: transparent; background-image: none; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container > .video-iframe-container { display: none; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row > .video-iframe-container { display: none; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .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); }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container { border-width: 0; border-radius: 0; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row > .video-iframe-container {  }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:block; }#G20VRHgKAhwfWDhrosesrZuOiMKW9QP2 { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:5.3101568222046rem;left:0rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:5.625rem;left:2.59375rem;height:26.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#AnJWyJaSFCxsbomyBitAB98AbbrZepdw { box-sizing:content-box;color:#13b3c3;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:100035;top:2.4375rem;left:48.749219894409rem;display:none; }
#DtdCaQTJmfdMB3H0wkctyPxnc4tikehu { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:7.6875rem;left:16.625rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#W9ADJCr4VRIS90RgSCNCKB63qCCTT3sH { box-sizing:content-box;color:#13b3c3;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:100035;top:2.4375rem;left:48.749219894409rem;display:none; }
#ITfdf3yHrXkmEUtahNenyb4IyvKob1GT { color:#000000;display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:12.4375rem;left:1.875rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#aOEJzBf8RGd0sRTEw6fLGZtyZITF99XS { box-sizing:content-box;color:#13b3c3;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:100035;top:2.4375rem;left:48.749219894409rem;display:none; }
#kTCaF1GqHU52rIv0b2TGsECOIMxmSEUZ { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:21.125rem;left:18.5rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#ynxhLHoXs6zuknNITaNUrzzsWqXa1yhp { box-sizing:content-box;color:#13b3c3;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:100035;top:2.4375rem;left:48.749219894409rem;display:none; }
#dEbCai0apEsRcrcfu3E1Uwtq7zLM10xa { color:#000000;display:block;width:42.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:29rem;left:0rem;height:3.5625rem;text-align:center;text-align-last:center;display:none; }
#I7IXXpPTFkzdwgdxwUf2nin35IPcqsk8 { box-sizing:content-box;color:#13b3c3;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:100035;top:2.4375rem;left:48.749219894409rem;display:none; }
#FSx4omUxSDfEfUFeOvDTpO8SQpzU7NbT { box-sizing:content-box;color:#13b3c3;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:100035;top:2.4375rem;left:48.749219894409rem;display:none; }
#XpLXmciTihaB9bEXJheJod3EDTXhmUla { box-sizing:content-box;color:#13b3c3;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:100035;top:2.4375rem;left:48.749219894409rem;display:none; }
#JEK4mUbqxXUzp3L1oUvVzXKFABTZDEPl { box-sizing:content-box;color:#13b3c3;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:100035;top:2.4375rem;left:48.749219894409rem;display:none; }
#IgZyXutKr9rzwHDMgHnGwB1oMSpcVACe { color:#000000;display:block;width:60rem;position:absolute;font-family:charm;font-size:2.375rem;font-weight:700;z-index:100028;line-height:1.2;letter-spacing:0;top:4.2000007629394rem;left:0rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9AawW7Gf1g55xI0uqxeE8aBubfq7qi3 { color:#000000;display:block;width:42.875rem;position:absolute;font-family:"dancing script";font-size:2.5rem;font-weight:700;z-index:100028;line-height:1.2;letter-spacing:0;top:3.1875002384186rem;left:8.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VXkRcyihRTMHWL5zu23cEE2aNcOm6qyG { position:absolute;display:block;z-index:100014;background-color:rgba(241,225,224,0.62);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;box-shadow: 0.3125rem 0.3125rem 0.625rem #eac8c6 ;height:37.125rem;width:57.5625rem;top:1.6875rem;left:1.1875rem;display:block; }
#mlX4RGxiqDEqzDWCIrEBsBt43ptxs4ft { position:absolute;display:block;z-index:100015;background-color:#f1e1e0;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;box-shadow: 0.3125rem 0.3125rem 0.625rem #d3afad ;height:4.5rem;width:60rem;top:3.4500007629394rem;left:0rem;display:block; }
#Qrh7qAf2O9crsRBo7aZZZlTtyxxMHi1T { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:10.49453163147rem;left:3.8125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NqXT8ZvthDTutuKrGasLNTAdsBaanUeS { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100037;line-height:1.4;letter-spacing:0;top:13.257049560547rem;left:3.8125rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZFXGHdgsF3sOLrmRXizTh6NyNHRWUJ0v { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:20.40625rem;left:3.8125rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FWcRCfXXcL2KQocGq8M42DBauXD7WDx4 { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:24.350799560547rem;left:3.8125rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eiEEavLbcv4dC9sQxqCV3vcbsSlMXK8C { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:28.25rem;top:15.750782012939rem;left:29.804027331077rem;overflow:hidden;display:block; }
#zOAoUsPbaunoprof1iAkumFFcN1UBSax { background-color:#ff3c94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:5.9375rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:30.625rem;left:15.750001907349rem;display:block; }
#HW0U0wDZD8zCSZsbFkKmlWZSLxZmkURy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z6ZkNqsgwbFf2FR3E3WAsJw2zUQXfBJT { color:#000000;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:10.622665405274rem;left:1.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#z6ZkNqsgwbFf2FR3E3WAsJw2zUQXfBJT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z6ZkNqsgwbFf2FR3E3WAsJw2zUQXfBJT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#ETt9A9uPfRsCFzg6VDDcqQwU5EobQ1df { color:#000000;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:13.507049560547rem;left:1.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ETt9A9uPfRsCFzg6VDDcqQwU5EobQ1df li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ETt9A9uPfRsCFzg6VDDcqQwU5EobQ1df li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#TU03CdcrJbQ0mw9B03Tqia4uQb91lAvb { color:#000000;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:20.59375rem;left:1.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TU03CdcrJbQ0mw9B03Tqia4uQb91lAvb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TU03CdcrJbQ0mw9B03Tqia4uQb91lAvb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#gwpITtOHUqSgh69UXgGaJk5Tiva90WZK { color:#000000;display:block;width:1.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:24.475799560547rem;left:1.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gwpITtOHUqSgh69UXgGaJk5Tiva90WZK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gwpITtOHUqSgh69UXgGaJk5Tiva90WZK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#TnVvZZszy4lJGqveLORUL2fNTloFqWow { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1e0;background-image:none;position:relative;display:block; }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row .container { background-color: transparent; background-image: none; }#TnVvZZszy4lJGqveLORUL2fNTloFqWow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row .container > .video-iframe-container { display: none; }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row > .video-iframe-container { display: none; }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .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); }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row .container { border-width: 0; border-radius: 0; }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row > .video-iframe-container {  }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:block; }#aQ9wUFu20SeQMz1XOkWItfxTA7EHKHIr { background-color:rgba(38,153,149,0.96);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.375rem;height:9.125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:7.4375rem;left:17.906251907349rem;display:none; }
#K9fI4xDlWBHvLn8huHm8XrOHsKruTTrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ITod5cZMnFHQl0Wv0MrObv8PogT42PrW { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.4;letter-spacing:0;top:8.5rem;left:24.461717605591rem;height:22.975rem;text-align:left;text-align-last:left;display:block; }#ITod5cZMnFHQl0Wv0MrObv8PogT42PrW li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ITod5cZMnFHQl0Wv0MrObv8PogT42PrW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NWWihAql/Kopia_prelegenci_do_lp_11_.png); }
#yAlNg3pSgZuBkKOsvR2IRcpdGpffCIp4 { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:charm;font-size:1.4375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:25.375rem;left:2.25rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTPoImhKyKSQLV4gDPuuquw2X8tImx0v { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:28.625rem;left:5.4375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRF2K2NLwKnU3kx1XQHvIu2I4NXxJMy7 { position:absolute;display:block;z-index:100024;background-color:#dadada;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.125rem;width:13.875rem;top:28.200012207031rem;left:4.0625rem;display:block; }
#H1ad7xhdTsGiqAqRLLFvJ3BTn8P46fUz { box-sizing:content-box;color:#b55c88;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:27.662506103516rem;left:14.6875rem;display:block; }
#TWzLK55VKevcr8GH8oc03Z5eEyDB93iW { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.125rem;width:20.125rem;top:3.9046878814698rem;left:1.21875rem;overflow:hidden;display:block; }
#eprPykZaT2TlqQWxLUwsNa2omcK4SKmI { color:#000000;display:block;width:32rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:9.125rem;left:26.3994140625rem;height:29.475rem;text-align:left;text-align-last:left;display:none; }#eprPykZaT2TlqQWxLUwsNa2omcK4SKmI li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#eprPykZaT2TlqQWxLUwsNa2omcK4SKmI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#W1eC5Nxmr4bxW41mUVhrZK6Gq9wMToIx { color:#000000;display:block;width:27.125rem;position:absolute;font-family:charm;font-size:2.3125rem;font-weight:700;z-index:100027;line-height:1.1;letter-spacing:0;top:2.125rem;left:27.625001907349rem;height:5.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8mEzIz7af7K1RM3NCm4lrRWRFnFzlco { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:6.46718788147rem;left:2.65625rem;overflow:hidden;display:none; }
#ow9KrqVPOIsWlQViqaTid1oDURNVTUWc { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.4;letter-spacing:0;top:8.5rem;left:24.461717605591rem;height:31.725rem;text-align:left;text-align-last:left;display:none; }#ow9KrqVPOIsWlQViqaTid1oDURNVTUWc li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ow9KrqVPOIsWlQViqaTid1oDURNVTUWc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ItULeZzl/Kopia_prelegenci_do_lp_10_.png); }
#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1e0;background-image:none;position:relative;display:block; }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row .container { background-color: transparent; background-image: none; }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row .container > .video-iframe-container { display: none; }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row > .video-iframe-container { display: none; }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .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); }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row .container { border-width: 0; border-radius: 0; }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row > .video-iframe-container {  }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#NdaxdEOTs2lZmdiRyX5sJwXWgXnTJZcy { background-color:rgba(38,153,149,0.96);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.375rem;height:9.125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:7.4375rem;left:17.906251907349rem;display:none; }
#zShLf7AR1iGW2kSIACXDq7Z8rgTVGd7g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fmaTFOtbxZWLKJefe5TrmMp6JaHSioyK { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100028;line-height:1.6;letter-spacing:0;top:3rem;left:3.84375rem;height:16.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UTZ1PTBUgCag7KNgk26QxFfZbVAIqboq { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100028;line-height:1.6;letter-spacing:0;top:3rem;left:3.84375rem;height:25.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#FepcEZWNrizX99q5QhCpr7H8IBUo8NTr { position:absolute;display:block;z-index:100037;height:21.75rem;width:38.75rem;top:2.1234436035156rem;left:1.9375rem;display:block; }
#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1e1e0;background-image:none;position:relative;display:block; }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .row .container { background-color: transparent; background-image: none; }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .row .container > .video-iframe-container { display: none; }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .row > .video-iframe-container { display: none; }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .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); }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .row .container { border-width: 0; border-radius: 0; }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .row > .video-iframe-container {  }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#ryLwX7FQh44oKU0wTlusV1JqHhodt6Jo { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.3187503814697rem;left:5rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lar75V6r6GWpR2z83hp46XEgLTdKJGDy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:6rem;top:0rem;left:27.000001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A { display:block; }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UG7DWNxOdvFmPVQdeIRDxTuSVyhAIzbX { width:47.75rem;height:5rem;top:4.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ox5kGe6ttpisocC7d7pGwSAlRUlAySrq { width:25.0625rem;height:2.1875rem;top:11.25rem;left:11.375001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQaB2TizdWa5Fqs20f8qzmibc48zZxAV { width:17.0625rem;height:3.5rem;top:0.625rem;left:15.343751907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0HE55uTRgxseCuWKVBfdglAhnJDfORx { width:44.6875rem;height:17.25rem;top:2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncIif1UI1x5dGO9LD6HZ0gKuvoB6IfXg { width:15.0625rem;height:5.5rem;top:4.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qct4Pz9dndoIwvEz2H436cS6ofORT2Us { width:17.0625rem;height:3.5rem;top:0.625rem;left:15.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #uun8gJ9IwBv0a6GU63o7oZhUwgL9LBXi { width:17.1875rem;height:19.25rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB { display:block; }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0owHl0gNikeci6QlTUkcVCT4q4JZozG { width:20rem;height:;top:7.125rem;left:0rem;font-size:0.9375rem;display:none; }#F0owHl0gNikeci6QlTUkcVCT4q4JZozG li:before{  }
 }@media only screen and (max-width: 763px) { #BeO89LZQazC5CSzJheAyIVxBcMlFIfbq { width:47.75rem;height:23.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOBbHQoIrf779AXRpdUxfgSNJsovWkSi { width:44.6875rem;height:4.1875rem;top:4.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysNwOUTozlav0sSSilt73Gu7cxJTK1aD { width:44.6875rem;height:8.9375rem;top:10.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrnEhaEFMWTZxJEpE9uPO3P3QcWXSglZ { width:31.375rem;height:5.625rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H05WDh4Gld4H9Rksk3AixeB43oBP38Jd { display:block; }
 }@media only screen and (max-width: 763px) { #hcsnrCKycrLNaUn2Dn1q6pSa7LVW7kUp { width:20rem;height:3.125rem;top:5.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADui0HinZyk0AhsDVslE3J9D1lVcNm3h { width:20rem;height:2.0625rem;top:18.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qECKlGEsH7mHgrlzVGzmJqNygc53SSrl { width:17.1875rem;height:19.25rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OP2770sfxfNuxIkDhdnZasGW9eecU3dd { display:none; }#OP2770sfxfNuxIkDhdnZasGW9eecU3dd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX { width:18rem;height:5.0625rem;display:flex;top:2.25rem;left:11.046876907349rem;z-index:100003; }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #dfpCqwUkUWgS1Ob48afWuk6ikWBxhIX5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #ol63lhZ8uBy6NlgG5h0hIXBVAeCTsJM9 {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #WsnVVFI7FND5Sw5IuIxlF1iTculzlemX {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #TWRtHu3cItWT5INdtkbeHiWLnSo7J1zp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #zWz682VBaqld8pst4pKbIHOh93F5yiL6 {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #T4lwze2N0WLor6wbl33FhvPqTDNgvR7p {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #TEAV5X34cTeRCP9fvWbvOKXaQ7NndnTN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #bsrTauSzCiGliGCSFkUVyck9UOf1mwip {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #IdQ7naxzHx4e5yQRTgunuP5rNO8iaX5g {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #qT08M0U1GOnKdx4yKc2NTae57CfVMw2B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #eFCX0g6HUM7dvk85aJNsBPNVUs0bItJR {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #Fe107rZrsuT3rVdE10FTxi2r6cAXP8zR {  }
 }@media only screen and (max-width: 763px) { #tiWCkzywTpggTRx7wnNpEwFsA1ZmlSfh { width:33.125rem;height:2.3125rem;top:2.4375rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E { display:block; }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdtFpOPFFxyz8SzPndWs97cCyFosfTne { width:15.6875rem;height:1.4375rem;top:12.625rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stpwAzdiHVZbURaifKQOWH9Cgpoif7xH { width:47.75rem;height:3.0625rem;top:2.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1XhaUGUeuiXEkpzkQxfamSyU8PiSZU1 { width:15.6875rem;height:1.4375rem;top:12.625rem;left:29.124219894409rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G24CCFJVqWbEwEskA8fqUTsaU5p0TFLk { width:15.6875rem;height:2.9375rem;top:21.0625rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2tk90xy4d5lzplvzwMdie0XTelvLbyc { width:17.875rem;height:2.9375rem;top:21.0625rem;left:28.030469894409rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxAfJShZssxkdxMORl8cfD6IU1A6Kkb8 { width:4.1875rem;height:4.1875rem;top:16.3125rem;left:34.874219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK20mS4g5yuHEIOvFTwuBZlKg5XO2WVT { width:4.1875rem;height:4.1875rem;top:16.3125rem;left:8.8125019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT87XWWA2EORSFyq1twBhCirfw3Mkvr { width:5rem;height:5rem;top:7.6875rem;left:8.4062519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #grnf3RwqMZ7VQRxA4kXtTpeJ9axWfIli { width:5rem;height:5rem;top:7.6875rem;left:34.467969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfeioNXxHbuvvL5ptHHwknOlehFyuauP { display:block; }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6WGCLsqGrxDnpw7hLKT9qUPEG0VzcUB { width:34rem;height:2.8125rem;top:2.625rem;left:6.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7AWTfpJ6eJhfqh1d6ha4S26zEh4osd6 { width:17.25rem;height:14.375rem;top:10.9375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkTb66VaBes3p2hIxZ5DmKMGqemgouZS { top:15.5rem;left:0rem;width:37.75rem;height:4.125rem;font-size:0.875rem;display:block; }#kkTb66VaBes3p2hIxZ5DmKMGqemgouZS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #XZ51POxcLfGZm3G7ILentEGgfuz11g6Z { top:7.5rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.875rem;display:block; }#XZ51POxcLfGZm3G7ILentEGgfuz11g6Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #smShOEBJobCCUao3rDNBfEW6h2lP3mdw { top:11.5rem;left:0rem;width:36.625rem;height:;font-size:0.875rem;display:block; }#smShOEBJobCCUao3rDNBfEW6h2lP3mdw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #gfmhSMHpH93Ik5x4rF6Z6ZlaUt1goZJg { top:20.875rem;left:0rem;width:39.375rem;height:;font-size:0.875rem;display:block; }#gfmhSMHpH93Ik5x4rF6Z6ZlaUt1goZJg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #NdRfFvqJOO7aTnOBMLVNAwZUKteh4DyJ { width:31.375rem;height:5.625rem;top:26.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qabFOAPTeV9PiIRZW8mZrNu73Vq3WtdR { display:block; }
 }@media only screen and (max-width: 763px) { #QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K { display:block; }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXgeOBtK0eVmBpa2uHASuMz71GzlsvZN { top:2.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 { display:block; }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q22XJpX19i5g5vsGy4TsSyGZgzT8UC8M { width:47.75rem;height:41.8125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO5P8E1nf0MW5BTTBTVeJ7fkbq4dEcPr { width:20.3125rem;height:36.125rem;top:2.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDTWvH64GsRwm8CdX0sI24GhEEzkWqbD { width:21.8125rem;height:23.6875rem;top:1.8125rem;left:12.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEGXcXppoWQQzQPbAbZ4HHxLsWCvdiFU { width:17.625rem;height:8.4375rem;top:32.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg9hDrqTqDkUHLtm8bL5OPbJBJxDxX5N { width:12.125rem;height:1.125rem;top:31.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULIPguM8mb8eA4SquoiTwmI5ExkwutCb { width:17.875rem;height:4.1875rem;top:15.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHralTMOzWDFzxJhMuv0ANkfTU9r609k { width:8.6875rem;height:8.6875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spbGGfvbUqi7WqsKpz5eu4S6N2kQhx0B { width:12.125rem;height:2.25rem;top:12.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haJqrfmEVlAmcZ2wBvvdGTHazldhvpD5 { width:9rem;height:9.4375rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl { display:block; }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnR91IeWVtHB9wOqZR6MMZDcUEE1o9S1 { width:19.375rem;height:32.375rem;top:1.25rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z48TDmfI0mXMCfZNrrNLBkMToeIcawEc { width:19.375rem;height:28.1875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBX3JoqQ6eG8NWaMF8rKTrSMf80Elucv { width:19.375rem;height:36.4375rem;top:1.5rem;left:14.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMk1vVmBNSwyP2o0O8Zs41EtlGhaJHTK { width:47.75rem;height:36.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ir2eSV041SWhavrRpcfI5cCQtF46uDzI { display:block; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G20VRHgKAhwfWDhrosesrZuOiMKW9QP2 { top:4.5625rem;left:0rem;width:19.625rem;height:16.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH { top:4.0625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #AnJWyJaSFCxsbomyBitAB98AbbrZepdw { width:2.5rem;height:2.5rem;top:2.4375rem;left:38.436719894409rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtdCaQTJmfdMB3H0wkctyPxnc4tikehu { width:20rem;height:5.9375rem;top:10.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9ADJCr4VRIS90RgSCNCKB63qCCTT3sH { width:2.5rem;height:2.5rem;top:2.4375rem;left:38.436719894409rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITfdf3yHrXkmEUtahNenyb4IyvKob1GT { width:20rem;height:7.125rem;top:17.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOEJzBf8RGd0sRTEw6fLGZtyZITF99XS { width:2.5rem;height:2.5rem;top:2.4375rem;left:38.436719894409rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTCaF1GqHU52rIv0b2TGsECOIMxmSEUZ { width:39.6875rem;height:4.75rem;top:21.125rem;left:8.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynxhLHoXs6zuknNITaNUrzzsWqXa1yhp { width:2.5rem;height:2.5rem;top:2.4375rem;left:38.436719894409rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEbCai0apEsRcrcfu3E1Uwtq7zLM10xa { width:20rem;height:7.125rem;top:39.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7IXXpPTFkzdwgdxwUf2nin35IPcqsk8 { width:2.5rem;height:2.5rem;top:2.4375rem;left:38.436719894409rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSx4omUxSDfEfUFeOvDTpO8SQpzU7NbT { width:2.5rem;height:2.5rem;top:2.4375rem;left:38.436719894409rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpLXmciTihaB9bEXJheJod3EDTXhmUla { width:2.5rem;height:2.5rem;top:2.4375rem;left:38.436719894409rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEK4mUbqxXUzp3L1oUvVzXKFABTZDEPl { width:2.5rem;height:2.5rem;top:2.4375rem;left:38.436719894409rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgZyXutKr9rzwHDMgHnGwB1oMSpcVACe { top:4.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9AawW7Gf1g55xI0uqxeE8aBubfq7qi3 { top:1.3125rem;left:0rem;width:20rem;height:5.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXkRcyihRTMHWL5zu23cEE2aNcOm6qyG { width:47.75rem;height:37.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlX4RGxiqDEqzDWCIrEBsBt43ptxs4ft { width:47.75rem;height:4.5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrh7qAf2O9crsRBo7aZZZlTtyxxMHi1T { top:10.4375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqXT8ZvthDTutuKrGasLNTAdsBaanUeS { top:13.25rem;left:0rem;width:33.0625rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFXGHdgsF3sOLrmRXizTh6NyNHRWUJ0v { top:20.375rem;left:0rem;width:30.6875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWcRCfXXcL2KQocGq8M42DBauXD7WDx4 { top:24.3125rem;left:0rem;width:29.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiEEavLbcv4dC9sQxqCV3vcbsSlMXK8C { width:28.25rem;height:17.8125rem;top:15.75rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOAoUsPbaunoprof1iAkumFFcN1UBSax { width:28.5rem;height:5.9375rem;top:30.625rem;left:9.6250019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW0U0wDZD8zCSZsbFkKmlWZSLxZmkURy { display:block; }
 }@media only screen and (max-width: 763px) { #z6ZkNqsgwbFf2FR3E3WAsJw2zUQXfBJT { top:10.5625rem;left:0rem;width:1.25rem;height:1.625rem;font-size:1.25rem;display:block; }#z6ZkNqsgwbFf2FR3E3WAsJw2zUQXfBJT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #ETt9A9uPfRsCFzg6VDDcqQwU5EobQ1df { top:13.5rem;left:0rem;width:1.25rem;height:1.625rem;font-size:1.25rem;display:block; }#ETt9A9uPfRsCFzg6VDDcqQwU5EobQ1df li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #TU03CdcrJbQ0mw9B03Tqia4uQb91lAvb { top:20.5625rem;left:0rem;width:1.25rem;height:1.625rem;font-size:1.25rem;display:block; }#TU03CdcrJbQ0mw9B03Tqia4uQb91lAvb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #gwpITtOHUqSgh69UXgGaJk5Tiva90WZK { top:24.4375rem;left:0rem;width:1.25rem;height:1.625rem;font-size:1.25rem;display:block; }#gwpITtOHUqSgh69UXgGaJk5Tiva90WZK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #TnVvZZszy4lJGqveLORUL2fNTloFqWow { display:block; }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQ9wUFu20SeQMz1XOkWItfxTA7EHKHIr { width:39.375rem;height:9.125rem;top:7.4375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9fI4xDlWBHvLn8huHm8XrOHsKruTTrs { display:block; }
 }@media only screen and (max-width: 763px) { #ITod5cZMnFHQl0Wv0MrObv8PogT42PrW { width:35.125rem;height:25.75rem;top:8.5rem;left:12.625rem;font-size:1rem;display:block; }#ITod5cZMnFHQl0Wv0MrObv8PogT42PrW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NWWihAql/Kopia_prelegenci_do_lp_11_.png); }
 }@media only screen and (max-width: 763px) { #yAlNg3pSgZuBkKOsvR2IRcpdGpffCIp4 { width:18.0625rem;height:1.875rem;top:25.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTPoImhKyKSQLV4gDPuuquw2X8tImx0v { width:10.6875rem;height:1.1875rem;top:28.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRF2K2NLwKnU3kx1XQHvIu2I4NXxJMy7 { width:13.875rem;height:2.125rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ad7xhdTsGiqAqRLLFvJ3BTn8P46fUz { width:3.125rem;height:3.125rem;top:27.625rem;left:8.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWzLK55VKevcr8GH8oc03Z5eEyDB93iW { width:20.125rem;height:20.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eprPykZaT2TlqQWxLUwsNa2omcK4SKmI { width:20rem;height:;top:23.0625rem;left:0rem;font-size:0.8125rem;display:none; }#eprPykZaT2TlqQWxLUwsNa2omcK4SKmI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #W1eC5Nxmr4bxW41mUVhrZK6Gq9wMToIx { width:27.125rem;height:5.0625rem;top:2.125rem;left:20.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8mEzIz7af7K1RM3NCm4lrRWRFnFzlco { width:12.5rem;height:12.5rem;top:6.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ow9KrqVPOIsWlQViqaTid1oDURNVTUWc { width:20rem;height:;top:17.1875rem;left:0rem;font-size:0.8125rem;display:none; }#ow9KrqVPOIsWlQViqaTid1oDURNVTUWc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ItULeZzl/Kopia_prelegenci_do_lp_10_.png); }
 }@media only screen and (max-width: 763px) { #oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl { display:block; }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdaxdEOTs2lZmdiRyX5sJwXWgXnTJZcy { width:39.375rem;height:9.125rem;top:7.4375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zShLf7AR1iGW2kSIACXDq7Z8rgTVGd7g { display:block; }
 }@media only screen and (max-width: 763px) { #fmaTFOtbxZWLKJefe5TrmMp6JaHSioyK { width:47.75rem;height:18rem;top:3rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZ1PTBUgCag7KNgk26QxFfZbVAIqboq { width:20rem;height:32.4375rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FepcEZWNrizX99q5QhCpr7H8IBUo8NTr { width:38.75rem;height:21.75rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 { display:block; }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryLwX7FQh44oKU0wTlusV1JqHhodt6Jo { width:47.75rem;height:1rem;top:5.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lar75V6r6GWpR2z83hp46XEgLTdKJGDy { width:6rem;height:4.875rem;top:0rem;left:20.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A { display:block; }#egNvtJPzaK3ZX96ICiJqhmUrTdGpkn4A > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UG7DWNxOdvFmPVQdeIRDxTuSVyhAIzbX { width:15.0625rem;height:0;top:3.6875rem;left:3.7499998807907rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ox5kGe6ttpisocC7d7pGwSAlRUlAySrq { width:7.3125rem;height:2.7rem;top:10.5859375rem;left:10.312500357628rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GQaB2TizdWa5Fqs20f8qzmibc48zZxAV { width:11.625rem;height:2.0625rem;top:1.5218753814698rem;left:6.4374998807906rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0HE55uTRgxseCuWKVBfdglAhnJDfORx { width:18.5rem;height:13.125rem;top:0.8125rem;left:0.75rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #ncIif1UI1x5dGO9LD6HZ0gKuvoB6IfXg { width:15.0625rem;height:5.525rem;top:3.7718658447266rem;left:3.1874998807907rem;font-size:1.0625rem;text-align:right;text-align-last:right;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #Qct4Pz9dndoIwvEz2H436cS6ofORT2Us { width:11.1875rem;height:2.125rem;top:1.5218753814698rem;left:6.3749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #uun8gJ9IwBv0a6GU63o7oZhUwgL9LBXi { top:5.0625rem;left:0rem;width:7.9375rem;height:8.9375rem;z-index:100040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB { background-color:#f1e1e0;background-image:none;display:block; }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row .container { background-color: transparent; background-image: none; }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row .container > .video-iframe-container { display: none; }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row > .video-iframe-container { display: none; }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .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); }#UMnG2KUeuuEKyK5yz4Udnsu5goF2eNZB > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0owHl0gNikeci6QlTUkcVCT4q4JZozG { width:20rem;height:0;top:8.41250038147rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:italic;text-align:left;text-align-last:left;line-height:1.2;z-index:100034;display:none; }#F0owHl0gNikeci6QlTUkcVCT4q4JZozG li:before{  }
 }@media only screen and (max-width: 763px) { #BeO89LZQazC5CSzJheAyIVxBcMlFIfbq { width:19.5625rem;height:17.25rem;top:0.625rem;left:0.21875rem;z-index:99999;display:none; }
 }@media only screen and (max-width: 763px) { #TOBbHQoIrf779AXRpdUxfgSNJsovWkSi { width:18.625rem;height:2.7rem;top:1.38671875rem;left:0.6875rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ysNwOUTozlav0sSSilt73Gu7cxJTK1aD { width:20rem;height:0;top:5.5187511444092rem;left:-0.6875rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #BrnEhaEFMWTZxJEpE9uPO3P3QcWXSglZ { width:20rem;height:3.6875rem;top:13.96875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H05WDh4Gld4H9Rksk3AixeB43oBP38Jd { display:block; }
 }@media only screen and (max-width: 763px) { #hcsnrCKycrLNaUn2Dn1q6pSa7LVW7kUp { width:20rem;height:3.15rem;top:5.4562377929688rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #ADui0HinZyk0AhsDVslE3J9D1lVcNm3h { width:17.75rem;height:2.25rem;top:10.21875rem;left:1.125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";z-index:100038;display:block; }
 }@media only screen and (max-width: 763px) { #qECKlGEsH7mHgrlzVGzmJqNygc53SSrl { top:2.5617196857929rem;left:0rem;width:7.9375rem;height:8.9375rem;z-index:100039;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OP2770sfxfNuxIkDhdnZasGW9eecU3dd { display:none; }#OP2770sfxfNuxIkDhdnZasGW9eecU3dd > .row .container { width:20rem;height:10.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX .widget-text.counter-number { padding-top:0.40375rem;padding-right:0.356875rem;padding-bottom:0.40375rem;padding-left:0.356875rem;width:2.143125rem;min-width:2.143125rem;height:2.169375rem;font-size:1.614375rem;line-height:34.71px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2525rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.856875rem;height:0.8575rem;font-size:0.605625rem;line-height:13.72px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX { width:15.4375rem;height:4.086875rem;display:flex;top:4.1875rem;left:2.1875001192093rem;z-index:100003;padding-top:0.069375rem;padding-right:0.071875rem;padding-bottom:0.069375rem;padding-left:0.071875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #dfpCqwUkUWgS1Ob48afWuk6ikWBxhIX5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #ol63lhZ8uBy6NlgG5h0hIXBVAeCTsJM9 {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #WsnVVFI7FND5Sw5IuIxlF1iTculzlemX {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #TWRtHu3cItWT5INdtkbeHiWLnSo7J1zp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #zWz682VBaqld8pst4pKbIHOh93F5yiL6 {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #T4lwze2N0WLor6wbl33FhvPqTDNgvR7p {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #TEAV5X34cTeRCP9fvWbvOKXaQ7NndnTN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #bsrTauSzCiGliGCSFkUVyck9UOf1mwip {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #IdQ7naxzHx4e5yQRTgunuP5rNO8iaX5g {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #qT08M0U1GOnKdx4yKc2NTae57CfVMw2B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #eFCX0g6HUM7dvk85aJNsBPNVUs0bItJR {  }
 }@media only screen and (max-width: 763px) { #rLL0xI3s7nhw8ibW2BnAEb1FcfVNZfAX #Fe107rZrsuT3rVdE10FTxi2r6cAXP8zR {  }
 }@media only screen and (max-width: 763px) { #tiWCkzywTpggTRx7wnNpEwFsA1ZmlSfh { width:20rem;height:1.6875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E { display:block; }#kBS7sppaTeScPJ6TAKUmUbSZNm8ByI3E > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdtFpOPFFxyz8SzPndWs97cCyFosfTne { width:19.625rem;height:1.125rem;top:7.9976568222044rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #stpwAzdiHVZbURaifKQOWH9Cgpoif7xH { width:20rem;height:2.03125rem;top:0.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G1XhaUGUeuiXEkpzkQxfamSyU8PiSZU1 { width:15.6875rem;height:1.125rem;top:14.747656822204rem;left:2.1562501192093rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G24CCFJVqWbEwEskA8fqUTsaU5p0TFLk { width:15.6875rem;height:2.55rem;top:21.559375762939rem;left:2.1562501192093rem;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h2tk90xy4d5lzplvzwMdie0XTelvLbyc { width:15.625rem;height:2.25rem;top:29.85781288147rem;left:2.1875001192093rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PxAfJShZssxkdxMORl8cfD6IU1A6Kkb8 { width:3.5rem;height:3.5rem;top:25.983593940735rem;left:8.2500003576281rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK20mS4g5yuHEIOvFTwuBZlKg5XO2WVT { width:3.5rem;height:3.5rem;top:17.747657299042rem;left:8.2500003576281rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT87XWWA2EORSFyq1twBhCirfw3Mkvr { width:3.75rem;height:3.75rem;top:4.2484369277954rem;left:8.1250003576281rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grnf3RwqMZ7VQRxA4kXtTpeJ9axWfIli { width:3.75rem;height:3.75rem;top:10.997656822204rem;left:8.1250003576281rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfeioNXxHbuvvL5ptHHwknOlehFyuauP { display:block; }#qfeioNXxHbuvvL5ptHHwknOlehFyuauP > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6WGCLsqGrxDnpw7hLKT9qUPEG0VzcUB { width:20rem;height:2.03125rem;top:1.3117218017578rem;left:-0.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7AWTfpJ6eJhfqh1d6ha4S26zEh4osd6 { width:9.6875rem;height:8.125rem;top:3.5304687023163rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkTb66VaBes3p2hIxZ5DmKMGqemgouZS { width:20rem;height:6.125rem;top:22.32421875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#kkTb66VaBes3p2hIxZ5DmKMGqemgouZS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #XZ51POxcLfGZm3G7ILentEGgfuz11g6Z { width:20rem;height:4.9rem;top:12.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#XZ51POxcLfGZm3G7ILentEGgfuz11g6Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #smShOEBJobCCUao3rDNBfEW6h2lP3mdw { width:19.9375rem;height:3.675rem;top:18.024218559265rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#smShOEBJobCCUao3rDNBfEW6h2lP3mdw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #gfmhSMHpH93Ik5x4rF6Z6ZlaUt1goZJg { width:20rem;height:4.9rem;top:28.44921875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#gfmhSMHpH93Ik5x4rF6Z6ZlaUt1goZJg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #NdRfFvqJOO7aTnOBMLVNAwZUKteh4DyJ { width:17.25rem;height:4.375rem;top:34.694532394409rem;left:1.3750001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qabFOAPTeV9PiIRZW8mZrNu73Vq3WtdR { display:block; }
 }@media only screen and (max-width: 763px) { #QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K { display:block; }#QEi5E7eEhgigRxXwLJozeHFOo3GFXo2K > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NXgeOBtK0eVmBpa2uHASuMz71GzlsvZN { width:19.875rem;height:3.45rem;top:1.5rem;left:0.12421876192093rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 { display:block; }#DopuBRrVMw0EAdQFcLHdCMPiEcTDPKz6 > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q22XJpX19i5g5vsGy4TsSyGZgzT8UC8M { width:18.75rem;height:36.8125rem;top:20.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO5P8E1nf0MW5BTTBTVeJ7fkbq4dEcPr { width:18.75rem;height:33.3125rem;top:57.062501907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDTWvH64GsRwm8CdX0sI24GhEEzkWqbD { width:18.75rem;height:20.25rem;top:4.7683715820312E-7rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEGXcXppoWQQzQPbAbZ4HHxLsWCvdiFU { width:18rem;height:8.45rem;top:47.606250762939rem;left:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg9hDrqTqDkUHLtm8bL5OPbJBJxDxX5N { width:12.125rem;height:1.05rem;top:46.137500762939rem;left:3.9374998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULIPguM8mb8eA4SquoiTwmI5ExkwutCb { width:18.75rem;height:4.225rem;top:32.287501335144rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHralTMOzWDFzxJhMuv0ANkfTU9r609k { width:8.0625rem;height:8.0625rem;top:20.875000774861rem;left:6.1249998807907rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #spbGGfvbUqi7WqsKpz5eu4S6N2kQhx0B { width:12.125rem;height:2.1rem;top:29.5625rem;left:3.9374998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #haJqrfmEVlAmcZ2wBvvdGTHazldhvpD5 { width:8.0625rem;height:8.375rem;top:37.637499809265rem;left:5.9687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl { display:block; }#BcryIfVgyEoQ6ml6lCDwWwnXiZL3pwVl > .row .container { width:20rem;height:95.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnR91IeWVtHB9wOqZR6MMZDcUEE1o9S1 { top:0rem;left:0.625rem;width:18.75rem;height:31.375rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z48TDmfI0mXMCfZNrrNLBkMToeIcawEc { top:66.750002384187rem;left:0.625rem;width:18.75rem;height:27.375rem;z-index:100008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sBX3JoqQ6eG8NWaMF8rKTrSMf80Elucv { top:31.375000953674rem;left:0.625rem;width:18.75rem;height:35.375rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CMk1vVmBNSwyP2o0O8Zs41EtlGhaJHTK { width:20rem;height:32.0625rem;top:89.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ir2eSV041SWhavrRpcfI5cCQtF46uDzI { display:block; }#Ir2eSV041SWhavrRpcfI5cCQtF46uDzI > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G20VRHgKAhwfWDhrosesrZuOiMKW9QP2 { width:19.625rem;height:0;top:2.8875122070312rem;left:0.1875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH { width:20rem;height:0;top:4.1140623092651rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100016;display:none; }#aTi4JKGHlS3sGQXB5ytZCWpC45DFNPwH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #AnJWyJaSFCxsbomyBitAB98AbbrZepdw { width:1.875rem;height:1.875rem;top:8.923828125rem;left:9.0625rem;font-size:1.3125rem;z-index:100036;display:none; }
 }@media only screen and (max-width: 763px) { #DtdCaQTJmfdMB3H0wkctyPxnc4tikehu { width:20rem;height:0;top:10.798828125rem;left:0rem;font-size:0.9375rem;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #W9ADJCr4VRIS90RgSCNCKB63qCCTT3sH { width:1.875rem;height:1.875rem;top:16.736328125rem;left:9.0625rem;font-size:1.3125rem;z-index:100037;display:none; }
 }@media only screen and (max-width: 763px) { #ITfdf3yHrXkmEUtahNenyb4IyvKob1GT { width:20rem;height:0;top:17.625rem;left:0rem;font-size:0.9375rem;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #aOEJzBf8RGd0sRTEw6fLGZtyZITF99XS { width:1.875rem;height:1.875rem;top:26.048828125rem;left:9.0625rem;font-size:1.3125rem;z-index:100038;display:none; }
 }@media only screen and (max-width: 763px) { #kTCaF1GqHU52rIv0b2TGsECOIMxmSEUZ { width:20rem;height:0;top:27.923828125rem;left:0rem;font-size:0.9375rem;z-index:100020;display:none; }
 }@media only screen and (max-width: 763px) { #ynxhLHoXs6zuknNITaNUrzzsWqXa1yhp { width:1.875rem;height:1.875rem;top:37.423828125rem;left:9.0625rem;font-size:1.3125rem;z-index:100039;display:none; }
 }@media only screen and (max-width: 763px) { #dEbCai0apEsRcrcfu3E1Uwtq7zLM10xa { width:20rem;height:0;top:39.9375rem;left:0rem;font-size:0.9375rem;z-index:100019;display:none; }
 }@media only screen and (max-width: 763px) { #I7IXXpPTFkzdwgdxwUf2nin35IPcqsk8 { width:1.875rem;height:1.875rem;top:49.111328125rem;left:9.0625rem;font-size:1.3125rem;z-index:100040;display:none; }
 }@media only screen and (max-width: 763px) { #FSx4omUxSDfEfUFeOvDTpO8SQpzU7NbT { width:1.875rem;height:1.875rem;top:57.298828125rem;left:9.0625rem;font-size:1.3125rem;z-index:100041;display:none; }
 }@media only screen and (max-width: 763px) { #XpLXmciTihaB9bEXJheJod3EDTXhmUla { width:1.875rem;height:1.875rem;top:70.298828125rem;left:9.0625rem;font-size:1.3125rem;z-index:100042;display:none; }
 }@media only screen and (max-width: 763px) { #JEK4mUbqxXUzp3L1oUvVzXKFABTZDEPl { width:1.875rem;height:1.875rem;top:82.048828125rem;left:9.0625rem;font-size:1.3125rem;z-index:100043;display:none; }
 }@media only screen and (max-width: 763px) { #IgZyXutKr9rzwHDMgHnGwB1oMSpcVACe { width:20rem;height:1.875rem;top:3.32421875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f9AawW7Gf1g55xI0uqxeE8aBubfq7qi3 { width:20rem;height:0;top:1.3250007629394rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #VXkRcyihRTMHWL5zu23cEE2aNcOm6qyG { width:19.375rem;height:37.3125rem;top:1.8125000298023rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlX4RGxiqDEqzDWCIrEBsBt43ptxs4ft { width:20rem;height:3.125rem;top:2.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrh7qAf2O9crsRBo7aZZZlTtyxxMHi1T { width:18.1875rem;height:2.45rem;top:8.6742210388181rem;left:0.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #NqXT8ZvthDTutuKrGasLNTAdsBaanUeS { width:18.125rem;height:7.35rem;top:13.861718416214rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #ZFXGHdgsF3sOLrmRXizTh6NyNHRWUJ0v { width:18.125rem;height:2.45rem;top:23.949219942093rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #FWcRCfXXcL2KQocGq8M42DBauXD7WDx4 { width:18.75rem;height:2.45rem;top:29.136718034744rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;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; }
 }@media only screen and (max-width: 763px) { #eiEEavLbcv4dC9sQxqCV3vcbsSlMXK8C { width:19.875rem;height:12.5625rem;top:28.01171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOAoUsPbaunoprof1iAkumFFcN1UBSax { width:20rem;height:4.5rem;top:32.948436737061rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW0U0wDZD8zCSZsbFkKmlWZSLxZmkURy { display:block; }
 }@media only screen and (max-width: 763px) { #z6ZkNqsgwbFf2FR3E3WAsJw2zUQXfBJT { width:0.875rem;height:1.4875rem;top:7.1867179870606rem;left:9.5625003576281rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100018;display:block; }#z6ZkNqsgwbFf2FR3E3WAsJw2zUQXfBJT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #ETt9A9uPfRsCFzg6VDDcqQwU5EobQ1df { width:0.875rem;height:1.4875rem;top:12.374219894409rem;left:9.5625003576281rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100020;display:block; }#ETt9A9uPfRsCFzg6VDDcqQwU5EobQ1df li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #TU03CdcrJbQ0mw9B03Tqia4uQb91lAvb { width:0.875rem;height:1.4875rem;top:22.461718797684rem;left:9.5625003576281rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100021;display:block; }#TU03CdcrJbQ0mw9B03Tqia4uQb91lAvb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #gwpITtOHUqSgh69UXgGaJk5Tiva90WZK { width:0.875rem;height:1.4875rem;top:27.649218797684rem;left:9.5625003576281rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100022;display:block; }#gwpITtOHUqSgh69UXgGaJk5Tiva90WZK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #TnVvZZszy4lJGqveLORUL2fNTloFqWow { background-color:#f1e1e0;background-image:none;display:block; }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row .container { background-color: transparent; background-image: none; }#TnVvZZszy4lJGqveLORUL2fNTloFqWow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row .container > .video-iframe-container { display: none; }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row > .video-iframe-container { display: none; }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .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); }#TnVvZZszy4lJGqveLORUL2fNTloFqWow > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQ9wUFu20SeQMz1XOkWItfxTA7EHKHIr { width:19rem;height:9.125rem;top:38.2703125rem;left:0.5rem;font-size:1.125rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #K9fI4xDlWBHvLn8huHm8XrOHsKruTTrs { display:block; }
 }@media only screen and (max-width: 763px) { #ITod5cZMnFHQl0Wv0MrObv8PogT42PrW { width:18.875rem;height:28.1625rem;top:16.712497711182rem;left:0.5625rem;font-size:0.8125rem;line-height:1.3;display:block; }#ITod5cZMnFHQl0Wv0MrObv8PogT42PrW li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ITod5cZMnFHQl0Wv0MrObv8PogT42PrW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/NWWihAql/Kopia_prelegenci_do_lp_11_.png); }
 }@media only screen and (max-width: 763px) { #yAlNg3pSgZuBkKOsvR2IRcpdGpffCIp4 { width:14.6875rem;height:1.4625rem;top:14.187500238419rem;left:2.3125001192093rem;font-size:1.125rem;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZTPoImhKyKSQLV4gDPuuquw2X8tImx0v { width:10.6875rem;height:1.21875rem;top:46.7265625rem;left:4.6562498807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRF2K2NLwKnU3kx1XQHvIu2I4NXxJMy7 { width:13.875rem;height:2.125rem;top:46.265625rem;left:3.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ad7xhdTsGiqAqRLLFvJ3BTn8P46fUz { width:3.125rem;height:3.125rem;top:45.765625rem;left:13.687500357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWzLK55VKevcr8GH8oc03Z5eEyDB93iW { width:8.125rem;height:8.125rem;top:5.5625002384186rem;left:5.9374998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eprPykZaT2TlqQWxLUwsNa2omcK4SKmI { width:20rem;height:0;top:18.077346801757rem;left:0rem;font-size:0.8125rem;z-index:100026;display:none; }#eprPykZaT2TlqQWxLUwsNa2omcK4SKmI li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#eprPykZaT2TlqQWxLUwsNa2omcK4SKmI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #W1eC5Nxmr4bxW41mUVhrZK6Gq9wMToIx { width:14.8125rem;height:3.45rem;top:1.078125rem;left:2.5937501192093rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J8mEzIz7af7K1RM3NCm4lrRWRFnFzlco { width:9.4375rem;height:9.4375rem;top:5.875rem;left:5.2812498807907rem;overflow:hidden;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #ow9KrqVPOIsWlQViqaTid1oDURNVTUWc { width:20rem;height:0;top:17.212500095367rem;left:0rem;font-size:0.8125rem;z-index:100026;line-height:1.3;display:none; }#ow9KrqVPOIsWlQViqaTid1oDURNVTUWc li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ow9KrqVPOIsWlQViqaTid1oDURNVTUWc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ItULeZzl/Kopia_prelegenci_do_lp_10_.png); }
 }@media only screen and (max-width: 763px) { #oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl { background-color:#f1e1e0;background-image:none;display:block; }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row .container { background-color: transparent; background-image: none; }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row .container > .video-iframe-container { display: none; }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row > .video-iframe-container { display: none; }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .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); }#oXg5KgiREpDq6OL8uPseC1zKmcaR7HIl > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NdaxdEOTs2lZmdiRyX5sJwXWgXnTJZcy { width:19rem;height:9.125rem;top:63.3rem;left:0.5rem;font-size:1.125rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #zShLf7AR1iGW2kSIACXDq7Z8rgTVGd7g { display:block; }
 }@media only screen and (max-width: 763px) { #fmaTFOtbxZWLKJefe5TrmMp6JaHSioyK { width:20rem;height:32.5rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTZ1PTBUgCag7KNgk26QxFfZbVAIqboq { width:20rem;height:0;top:1.29296875rem;left:0rem;font-size:0.8125rem;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #FepcEZWNrizX99q5QhCpr7H8IBUo8NTr { width:20rem;height:21.75rem;top:9.4874854087831rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 { display:block; }#ZDgXnnRzbNC4RT8cpwzb341LHKgLpNB2 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryLwX7FQh44oKU0wTlusV1JqHhodt6Jo { width:20rem;height:1.7875rem;top:5.9992198944092rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lar75V6r6GWpR2z83hp46XEgLTdKJGDy { width:4.375rem;height:3.5625rem;top:1.25rem;left:7.8125003576281rem;display:block; }
 }