.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;
}
.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;
}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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/uc/19ecfdac-d909-4cef-93d4-ceb7365037ec/Zdjciegwnenastronzapisu1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#F2m1qOI77mAbkBBel653dLqXVZ2P9K3J { position:absolute;display:block;z-index:100004;background-color:rgba(255,248,248,0.7);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:19.4375rem;width:75rem;top:13.5625rem;left:0rem;display:block; }
#BBQhDPHmOHZGXt1mJ4zf5RkCTBQ3yTlU { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:4.375rem;font-weight:300;z-index:100005;line-height:1.1;letter-spacing:0;top:16.3125rem;left:0rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SoTUrbPGD63qAhNfb0tyerNQQTDON9iX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5rem;width:4.8125rem;position:absolute;display:block;z-index:100022;top:22.5rem;left:35.125rem;overflow:hidden;display:block; }
#PsAMH7eA3WEQn97UEhnBibJJzRB18iq1 { color:#0d94a6;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:28.1875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A6wpVzf0T60lAULbxZZ9vow6dP4DDNia { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.490886047482rem;height:3.9244790822268rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:37.8125rem;left:28.25rem;display:block; }
#TRdaTGv6rMXmM2BMbnIhfB38QAKBpdBA { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#TBwJNROuPEVAWnSwETmGhA7PgRBt3Hea { position:absolute;display:block;z-index:100026;height:4.9375rem;width:8.8125rem;top:0.8125rem;left:0.77421855926512rem;display:block; }
#AiyC006ucpzqcifnl24m7FOHGe5fsOuW { position:absolute;display:block;z-index:100029;height:4.8125rem;width:8.5625rem;top:0.875rem;left:10.52499961853rem;display:block; }
#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z > .row .container { background-color: transparent; background-image: none; }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z > .row .container > .video-iframe-container { display: none; }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z > .row > .video-iframe-container { display: none; }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z > .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); }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z > .row .container { border-width: 0; border-radius: 0; }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#oa30gIUGgIHmZfio0gkyUp5vNhLFLr9M { display:block;width:35.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:8.2877616882325rem;left:6.25rem;height:9.375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8timO6plu8s8aC4aWpqLeEOQIWc1rFa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:21.75rem;top:5.7044296264649rem;left:45.812501907349rem;overflow:hidden;display:block; }
#c6m82wE5SmGADzoG4txZd6WfHULvQrhU { display:block;width:35.1875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:8.2877616882325rem;left:6.25rem;height:9.3333330154419rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK > .row .container { background-color: transparent; background-image: none; }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK > .row .container > .video-iframe-container { display: none; }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK > .row > .video-iframe-container { display: none; }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK > .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); }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK > .row .container { border-width: 0; border-radius: 0; }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#xzewm8acSreA7pfnxlsIIEJ1upybhkpr { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:4.5rem;left:9.375rem;height:5.625rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI > .row .container { background-color: transparent; background-image: none; }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI > .row .container > .video-iframe-container { display: none; }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI > .row > .video-iframe-container { display: none; }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI > .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); }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI > .row .container { border-width: 0; border-radius: 0; }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#DcSA3cdFI3hbK34DrB61Vr7XygCXtgOZ { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:2.2604217529297rem;left:9.375rem;height:18.75rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WnfH0lhXT2CzvENd9RySsSIPABmJMKAT { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:2.2604217529297rem;left:9.375rem;height:23.333332538605rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 > .row .container { background-color: transparent; background-image: none; }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 > .row .container > .video-iframe-container { display: none; }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 > .row > .video-iframe-container { display: none; }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 > .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); }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 > .row .container { border-width: 0; border-radius: 0; }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#wMy2Qr33K9QHIDvFR9r9uNILMWcQAIHZ { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:21.25rem;left:38.4375rem;height:2.34375rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#oGbHIsMKXiGhzUXrXEp52bIXfcCTVWh6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:0rem;left:40.9375rem;overflow:hidden;display:block; }
#yOEIq6OQom6WkUtE4vBp2G2QX0cSkakI { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:25.3125rem;left:38.4375rem;height:15rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#gfsJKQodPf666E5NSvfa3TmOfJNrpcVS { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:25.375rem;left:0rem;height:14.666666984558rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#TtDKKl6cdr4MZBJD1h96zP3TuBo9ebup { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:25.375rem;left:12.8125rem;height:11.25rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#oeTRksQonfAETQoDAfARGT07lZEe2WDQ { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:21.375rem;left:12.8125rem;height:2.34375rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#i6RR2nTVsNLm4G0qC6eEC936WvHambkB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:0rem;left:15.3125rem;overflow:hidden;display:block; }
#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/uc/19ecfdac-d909-4cef-93d4-ceb7365037ec/Zdjciegwnenastronzapisu1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q.adaptive-delivery-prevent-bg, #p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q.lazyload, #p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q.lazyloading { background-image: none; }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q > .row .container { background-color: transparent; background-image: none; }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q > .row .container > .video-iframe-container { display: none; }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q > .row > .video-iframe-container { display: none; }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q > .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); }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q > .row .container { border-width: 0; border-radius: 0; }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#rCQKGaf0XaZFb5TxElZfMGLBf9AC802X { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:5.25rem;left:9.375rem;height:4.6875rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLLsesLSTrWlutc5gJJyT5y1QBOEIKKI { position:absolute;display:block;z-index:100013;background-color:#fff8f8;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:8.75rem;width:53.125rem;top:3.21875rem;left:10.9375rem;display:block; }
#QIk3qJiM2Cukzi0PrrnlpwyLEL5cSOVW { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:5.25rem;left:9.375rem;height:4.6875rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xNx0dG2tcnuC9cnrtAeOd3dEk9DfJhBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:none; }#xNx0dG2tcnuC9cnrtAeOd3dEk9DfJhBp > .row .container { border-width: 0; border-radius: 0; }#xNx0dG2tcnuC9cnrtAeOd3dEk9DfJhBp > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:none; }#CBQl16XPlVAIo3cl7IEgzyVIeJ0K03b4 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:0rem;left:53.125001907349rem;overflow:hidden;display:block; }
#otXZOO0KiqFaTz9yb7XiXT9d6eeAavcZ { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:21.3125rem;left:0rem;height:2.3333332538605rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#ikdA91Gm8RdlcMCzQX8K8iNVzR9ga7SI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:0.041671752929688rem;left:3.125rem;overflow:hidden;display:block; }
#mmmVzbWRT5zkIg15Gs5CtnvfuzsiV1B0 { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:25.375rem;left:25.625001907349rem;height:14.666666388512rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#kepLpkWT3q4zUTRUeBGZfT6aZsPZMT8Z { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:25.375rem;left:50.625001907349rem;height:11.25rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#dTJ3heTRrZWQIFcdqO6TZPgNVoinzJIm { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:25.375rem;left:0rem;height:14.666666984558rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#PJzBl1hNw4oBEShK7QmquPn7l0PbURMH { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:21.29167175293rem;left:25.625001907349rem;height:2.3333332538605rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#zaIrHeeS3hpsgHdSI1ZCR7DL69Beiwx9 { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:21.375rem;left:50.625001907349rem;height:2.34375rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#cq4tGM8wubZ80rDFF1xAHxIFricnDA8g { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:0rem;left:28.125001907349rem;overflow:hidden;display:block; }
#DTdwUGehnKmw58qD6oG8dpXU8tNgD2Fo { display:block;width:23.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:25.375rem;left:0rem;height:14.666666984558rem;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe > .row .container { background-color: transparent; background-image: none; }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe > .row .container > .video-iframe-container { display: none; }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe > .row > .video-iframe-container { display: none; }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe > .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); }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe > .row .container { border-width: 0; border-radius: 0; }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#wnZUiwVEFyCaO0MMgNPrSpuGZny1hwta { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:5.2179679870606rem;left:9.375rem;height:9.84375rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vTUTulAksVU577Zu12VRPJIDWRmM6rNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv > .row .container { background-color: transparent; background-image: none; }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv > .row .container > .video-iframe-container { display: none; }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv > .row > .video-iframe-container { display: none; }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv > .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); }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv > .row .container { border-width: 0; border-radius: 0; }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#loFVXW8klP2P4lhw1mpkLUp6t1oudfy7 { display:block;width:56.25rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:4.5833435058594rem;left:9.375rem;height:5.625rem;color:#0babc1;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row .container { background-color: transparent; background-image: none; }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row .container > .video-iframe-container { display: none; }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row > .video-iframe-container { display: none; }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .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); }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row .container { border-width: 0; border-radius: 0; }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row .container { font-size:0.875rem;font-family:arial;height:80rem;width:75rem;position:relative;display:block; }#cnrNhCPV5Bl4tZrIhSsOqyugtM14MFTb { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.6875rem;width:31.125rem;top:10.363311767578rem;left:38.020835876465rem;overflow:hidden;display:block; }
#F58OZCTFh1GUAZOBDidlEFSzbGwXerhL { color:#0d94a6;display:block;width:31.6875rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:13.90495300293rem;left:6.4166660308837rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#tDgE8yRZglRVEsxFVTpwTcOheaCpZwOJ { position:absolute;display:block;z-index:100006;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:71.1875rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#LcWCtEOPfxyuuTp1rKNqH7gOMikZuPuN { color:#0d94a6;display:block;width:30.6875rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.977874755859rem;left:6.9153652191163rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h65skRMImAqQXh8aOq5TeUz9FAQIxFIA { background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fbf6f2;border-left:0.0625rem solid #fbf6f2;border-right:0.0625rem solid #fbf6f2;border-bottom:0.0625rem solid #fbf6f2;box-sizing:border-box;color:#fbf6f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.416665390134rem;height:3.7578125745058rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:62.450531005859rem;left:18.770833969116rem;display:block; }
#IinisIWJRTybO5J9k9aK7LhSGePBXocV { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#vw3TTtHQ5unFLsICTpu0clQDgXyCuspF { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0d94a6;border-left:0.125rem solid #0d94a6;border-right:0.125rem solid #0d94a6;border-bottom:0.125rem solid #0d94a6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:62.6875rem;width:65.625rem;top:7.5rem;left:4.53125rem;display:block; }
#GW9Kc6o4RWD3TlncIrR8EfdPEvkNKx1o { color:#4bae16;display:block;width:23.4375rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:45.333343505859rem;left:25.781251907349rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#VfnkbhcGq9nn4HO4l6BBrOpq98WO4ex5 { color:#0d94a6;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:51.78385925293rem;left:18.750001907349rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISiBTbVRihWTeEqyVLog6861u39cdGEB { display:block;width:57.9375rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:29.638031005859rem;left:9.1653652191163rem;height:11.25rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMEUSF2tBDbq1EhvmbRJTC57hciOs6N4 { color:#4bae16;display:block;width:23.4375rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:40.54167175293rem;left:26.415365219116rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;background-image:url("https://images.assets-landingi.com/uc/39660cce-7a20-4fa4-a336-676639995d73/5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs.adaptive-delivery-prevent-bg, #V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs.lazyload, #V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs.lazyloading { background-image: none; }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs > .row .container { background-color: transparent; background-image: none; }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs > .row .container > .video-iframe-container { display: none; }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs > .row > .video-iframe-container { display: none; }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs > .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); }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs > .row .container { border-width: 0; border-radius: 0; }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs > .row .container { font-size:0.875rem;font-family:ubuntu;height:25.625rem;width:75rem;position:relative;display:block; }#PylXEeFpua08CaR7fJqgRn06QVyg0rfm { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:7.5rem;left:3.125rem;height:5.625rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#owuEZZ7ZZsw1wyldA3EJEKB2zsyR18lw { background-color:transparent;background-image:none;border-top:0.125rem solid #0d94a6;border-left:0.125rem solid #0d94a6;border-right:0.125rem solid #0d94a6;border-bottom:0.125rem solid #0d94a6;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#0d94a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.427082061768rem;height:3.3671875rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.63932800293rem;left:18.786458969116rem;display:block; }
#y2TJrgkJtbDQPgwFUpNyQeGgQJBBXNWt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ILKie7VBshiU1bCSWTTsTDG24MF650I1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container { background-color: transparent; background-image: none; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container > .video-iframe-container { display: none; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row > .video-iframe-container { display: none; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .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); }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container { border-width: 0; border-radius: 0; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container { font-size:0.875rem;font-family:ubuntu;height:6.375rem;width:75rem;position:relative;display:block; }#fri4LglznDyVFTdK4WycI7gAQS8L8FFG { position:absolute;display:block;z-index:100012;background-color:rgba(13,148,166,0.15);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:2.25rem;width:56.4375rem;top:3.6875rem;left:9.3125rem;display:block; }
#apeFDk8p4sspBhrs58zuSONAwt7npQl7 { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.7;letter-spacing:0;top:3.8125rem;left:9.3125rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container { background-color: transparent; background-image: none; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container > .video-iframe-container { display: none; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row > .video-iframe-container { display: none; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .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); }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container { border-width: 0; border-radius: 0; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container { font-size:0.875rem;font-family:ubuntu;height:3.75rem;width:75rem;position:relative;display:block; }#Os1WxQfZpKdsK6hPANQO5g4LxTFGiwzW { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:3.825rem;color:#47545a;font-style:normal;display:block; }
#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container { background-color: transparent; background-image: none; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container > .video-iframe-container { display: none; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row > .video-iframe-container { display: none; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .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); }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container { border-width: 0; border-radius: 0; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container { font-size:0.875rem;font-family:ubuntu;height:3.125rem;width:75rem;position:relative;display:block; }#FywvIkgmq0JwPkUOmlR6BDgGffASpOLH { position:absolute;display:block;z-index:100012;background-color:rgba(13,148,166,0.15);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:2.25rem;width:56.4375rem;top:0.875rem;left:9.375rem;display:block; }
#JogFTB5be3ztocCkHLh6kFPCJutU7WEs { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.7;letter-spacing:0;top:1rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container { background-color: transparent; background-image: none; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container > .video-iframe-container { display: none; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row > .video-iframe-container { display: none; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .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); }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container { border-width: 0; border-radius: 0; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container { font-size:0.875rem;font-family:ubuntu;height:5.75rem;width:75rem;position:relative;display:block; }#dtQsp96a6q7OiSwebtGgZqf69mBSoUgG { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:5.7375rem;color:#47545a;font-style:normal;display:block; }
#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container { background-color: transparent; background-image: none; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container > .video-iframe-container { display: none; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row > .video-iframe-container { display: none; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .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); }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container { border-width: 0; border-radius: 0; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container { font-size:0.875rem;font-family:ubuntu;height:3.5625rem;width:75rem;position:relative;display:block; }#PmMkr2DvUIqvS7S1hrHwBy5PugWE0nC7 { position:absolute;display:block;z-index:100012;background-color:rgba(13,148,166,0.14);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:2.25rem;width:56.4375rem;top:0.875rem;left:9.375rem;display:block; }
#S2C4FxUrwCZhqm18qaSgZu32K2cg0AGQ { display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.7;letter-spacing:0;top:1rem;left:9.375rem;height:2.125rem;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container { background-color: transparent; background-image: none; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container > .video-iframe-container { display: none; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row > .video-iframe-container { display: none; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .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); }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container { border-width: 0; border-radius: 0; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container { font-size:0.875rem;font-family:ubuntu;height:13.125rem;width:75rem;position:relative;display:block; }#wsvLS7SPhkB6fMCsBqTcaNz4gCnKROPW { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:5.7375rem;color:#47545a;font-style:normal;display:block; }
#T7QZ6vfqFwcrTm5atUMosT8s33ECLZMn { display:block;width:58.0625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:0rem;left:9.375rem;height:5.7499998807907rem;color:#47545a;font-style:normal;display:none; }
#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/uc/19ecfdac-d909-4cef-93d4-ceb7365037ec/Zdjciegwnenastronzapisu1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR.adaptive-delivery-prevent-bg, #wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR.lazyload, #wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR.lazyloading { background-image: none; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row .container { background-color: transparent; background-image: none; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row .container > .video-iframe-container { display: none; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row > .video-iframe-container { display: none; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .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); }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row .container { border-width: 0; border-radius: 0; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#A1e1AKw4c6ur75aB2BKL7mxiLxa6BUBC { color:#fff8f8;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RErNn7zP7km5OQM0Iec0LXTuPwb6wg37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:none; }#RErNn7zP7km5OQM0Iec0LXTuPwb6wg37 > .row .container { border-width: 0; border-radius: 0; }#RErNn7zP7km5OQM0Iec0LXTuPwb6wg37 > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:none; }#LAzuHi2LC5JZZP4wRCTxLRVB0FE9A35J { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.1875rem;width:46.875rem;top:7.5rem;left:28.061197280884rem;overflow:hidden;display:block; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-form-header {  }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:23.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(75,174,22,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:3.125rem;color:#222b2f;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-text {padding-top: 0; padding-bottom: 0;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(75,174,22,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:4.375rem;color:#222b2f;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-select {padding-top: 0; padding-bottom: 0;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:#f2f9ff;width:23.75rem;height:3.4375rem;font-family:ubuntu;overflow:hidden;font-style:normal; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 [class*="-text"]:-moz-placeholder { color:#b2b2b2;font-family:"open sans";font-size:1rem; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 [class*="-text"]::-moz-placeholder { color:#b2b2b2;font-family:"open sans";font-size:1rem; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 [class*="-text"]:-ms-input-placeholder { color:#b2b2b2;font-family:"open sans";font-size:1rem; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 [class*="-text"]::-webkit-input-placeholder { color:#b2b2b2;font-family:"open sans";font-size:1rem; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#47545a;vertical-align:top;width:22.6875rem;overflow:hidden;font-style:normal;line-height:1.3; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-container:first-of-type{padding-top:0;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-container:last-of-type{padding-bottom:0;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08  { background-color:rgba(255,255,255,0.7);background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0rem;top:8.35417175293rem;z-index:100012;position:absolute; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.75rem;display:block;vertical-align:top; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-info-text { font-size:0.875rem; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 {display:block;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 { background-color:rgba(255,255,255,0.7);background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:0rem;top:8.35417175293rem;z-index:100012;position:absolute; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #Pv10OHFRGM2SLXFoZXKhC9rrkEr3o2C1 { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #fvq85fu6RWiRU3C2ROKAVgnOiNENDdPL { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #PKIoem2Trk95hDLCUGNpc2p5zrZk1pAX { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #AZlAausGl6sP8ezC9GQvQgROmbaRnW6T { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #F5wdXOPwZ2bgo1wn6bV8xDwDNhlIetFT { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #Ch5Q1G5bsRBhNFAhu73PE4JRsKH1e9Tl { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #epa4fNbpLLWU2aO7QhwU3bDdM7fcHimo { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #CvnyMWmFzWkbIJ82eWZgXXclRHbZ4fUE { position:relative;z-index:2; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #vPeO1eFmqiQR43fDPSWbfgE2M2vzhA8x { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #czTzAhiufIctX1CVX8OfdOghRRth60yd { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #brHhWX3PQcRW5duxQ3BxBHIFQ9hyT98e { position:relative;z-index:2; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #szmvXkhbyTxO3XKJoRrdFT3lU0Ma7zUg { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #gTKT9JTOZk44ZCDMOlGTW9ppv1RWVho9 { position:relative; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #LxsQf1SPkCTd7lmN9SqTIEpa9vdMcp0Q { position:relative; }
#VlfZESpZ6KxuBBwxvIEauLAJJkMuPrQQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:none; }#VlfZESpZ6KxuBBwxvIEauLAJJkMuPrQQ > .row .container { border-width: 0; border-radius: 0; }#VlfZESpZ6KxuBBwxvIEauLAJJkMuPrQQ > .row .container { font-size:0.875rem;font-family:ubuntu;height:35.125rem;width:75rem;position:relative;display:none; }#tiQbMZ9HW4MC6LgW8yOeul62KKJIJGSq { display:block;width:68.75rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:3.75rem;left:2.3424491882324rem;height:11.166666984558rem;text-align:center;text-align-last:center;color:#0d94a6;font-style:normal;display:block; }
#c7NcaXRxOLmWLi89kDpOampcElWspxca { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:17.020843505859rem;left:5.4674491882324rem;height:2.3333332538605rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 .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; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 .widget-text.counter-number { border-top:0.1875rem solid #f39c12;border-left:0.1875rem solid #f39c12;border-right:0.1875rem solid #f39c12;border-bottom:0.1875rem solid #f39c12;background-color:transparent;background-image:none;color:#0d94a6;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:ubuntu;font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:ubuntu;font-size:1.525625rem;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 { 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:transparent;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:25.75rem;height:10.6725rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;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:23.75rem;left:24.494792938233rem;z-index:100057; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #mTORsT0CTAC6TOSDp9l0QDrFFTOLCIWS { display:flex;position:relative;top:0rem;left:0rem; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #ymbysIF9CANhV9bvkyT4467IwwDiT5it { width:auto; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #SvEiXVbrCOT2pIwTAeiP7TJLgRsP46RK {  }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #yBwzqrUxWHZSXJOvTwKZJAfaZpDR7gfa { display:flex;position:relative;top:0rem;left:0rem; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #Vl1psAPT8JgLGIkpb4hI5vT7InXebc0i {  }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #PbwkD6a2cl3TqP3iFuPTRGc0XthfANPE {  }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #MXfOa1NSlZUpHrX2Jg1NxXreoo7LcoPo { display:flex;position:relative;top:0rem;left:0rem; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #gnOS3mtnTM4gqi0HP6rv0yZJsbAnALTf {  }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #Q46UayRPD4qeEqoH2UOZPpaPQ98IISnM {  }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #T27iccyzvKFxVXe3vBAkVvXBwh8OoegZ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #TnQASnHkFU5CVuGZmXsf6yA4rlbOfrrh {  }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #zQMEJDGVpvBzBGqKXZFJQkRJAzxflITV {  }
#yqb1xrmO4HzXEbCB1BbZxq8zmhlSNUlm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/uc/19ecfdac-d909-4cef-93d4-ceb7365037ec/Zdjciegwnenastronzapisu1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#yqb1xrmO4HzXEbCB1BbZxq8zmhlSNUlm.adaptive-delivery-prevent-bg, #yqb1xrmO4HzXEbCB1BbZxq8zmhlSNUlm.lazyload, #yqb1xrmO4HzXEbCB1BbZxq8zmhlSNUlm.lazyloading { background-image: none; }#yqb1xrmO4HzXEbCB1BbZxq8zmhlSNUlm > .row .container { border-width: 0; border-radius: 0; }#yqb1xrmO4HzXEbCB1BbZxq8zmhlSNUlm > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:none; }#WEZvdViHOCU3iP3kEeh1cGVpyxF5Q8NH { position:absolute;display:block;z-index:100004;background-color:rgba(255,248,248,0.7);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:42.9375rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#iPehZnGqVUhUXpDGavHImZzPHe8O1wPA { color:#0d94a6;display:block;width:39.1875rem;position:absolute;font-family:ubuntu;font-size:4.375rem;font-weight:300;z-index:100005;line-height:1.1;letter-spacing:0;top:9.9375rem;left:17.906251907349rem;height:4.8333334922791rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTgAZv82dfHvs8nK9fcWQyzfqKRcWZVl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5rem;width:4.8125rem;position:absolute;display:block;z-index:100022;top:4.9375rem;left:35.093751907349rem;overflow:hidden;display:block; }
#CrykVUrFNu94yiIsR9DQGliz1nysFmp8 { color:#0d94a6;display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:24.687511444092rem;left:41.062501907349rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2h5keG9bhmTDQqP0H2z9Ax9lczTA8gP { color:#0d94a6;display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:3.125rem;font-weight:300;z-index:100006;line-height:1.1;letter-spacing:0;top:14.770833969116rem;left:21.875001907349rem;height:3.4166667461395rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-form-header {  }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:23.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(75,174,22,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:3.125rem;color:#222b2f;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(75,174,22,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:4.375rem;color:#222b2f;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.75rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:#f2f9ff;width:23.75rem;height:3.4375rem;font-family:ubuntu;overflow:hidden;font-style:normal; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 [class*="-text"]:-moz-placeholder { color:#b2b2b2;font-family:"open sans";font-size:1rem; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 [class*="-text"]::-moz-placeholder { color:#b2b2b2;font-family:"open sans";font-size:1rem; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 [class*="-text"]:-ms-input-placeholder { color:#b2b2b2;font-family:"open sans";font-size:1rem; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 [class*="-text"]::-webkit-input-placeholder { color:#b2b2b2;font-family:"open sans";font-size:1rem; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#47545a;vertical-align:top;width:22.6875rem;overflow:hidden;font-style:normal;line-height:1.3; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-container:first-of-type{padding-top:0;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-container:last-of-type{padding-bottom:0;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4  { background-color:rgba(255,255,255,0.7);background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:5.625rem;top:20.270833969116rem;z-index:100011;position:absolute; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.75rem;display:block;vertical-align:top; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-info-text { font-size:0.875rem; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 {display:block;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 { background-color:rgba(255,255,255,0.7);background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:5.625rem;top:20.270833969116rem;z-index:100011;position:absolute; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #KwTxG7q7xLHm2Syk598nAefxPXlWhDgJ { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #Zy5WzeaqmZlxTk2Fq4RBO5GNoEtQrbxO { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #Ut6KPwEmiuGp0vEaDXdaBelsyXu9GHBn { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #uCdBMkihSUihdq9CdKbtPs1mWc0r58lX { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #okFtO1B7VGi9lUgWsRZaIIChdxLMTHkk { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #L1VqtWZaDmULwADwwlsPNTkGJCpEUiT0 { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #WiubrMPTHnEo3krOxd6fpgv0M7qnVXbu { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #abgaI3URliNTfyAuPdcTMVt9FAQuk8CU { position:relative;z-index:2; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #m0eUHOQms8khDarUNqzzE4oKS28nxWRs { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #olfAwFyQdIMg6PDvJP6DxPZWs3OSQi3T { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #a40BFc6nmo5Z3uVn6nowSihyJSeS0zTf { position:relative;z-index:2; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #XSN1U42GxD7UZrLZ0fIAl2q94kZo1t3l { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #QC8L447xRlmsXJSW3G6i23bqJPS5eczl { position:relative; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #dtnLavV0nDMklFouIdC9GpGc7LJso8Cn { position:relative; }
#ZN2eUuF9TuxGzT6AXBRJ7Fk8NcPO9lR3 { display:block;width:31.25rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:28.708333969116rem;left:41.062501907349rem;height:11.666666269302rem;color:#72686c;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:none;position:relative;display:block; }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 > .row .container { background-color: transparent; background-image: none; }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 > .row .container > .video-iframe-container { display: none; }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 > .row > .video-iframe-container { display: none; }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 > .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); }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 > .row .container { border-width: 0; border-radius: 0; }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 > .row .container { font-size:0.875rem;font-family:ubuntu;height:17.125rem;width:75rem;position:relative;display:block; }#gzo4CIXfXJCtgyZWSOXtMiKflzsfT5fP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:11.25rem;top:5.625rem;left:31.875001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F2m1qOI77mAbkBBel653dLqXVZ2P9K3J { width:45rem;height:16.0625rem;top:5.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBQhDPHmOHZGXt1mJ4zf5RkCTBQ3yTlU { width:47.75rem;height:2.75rem;top:6.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SoTUrbPGD63qAhNfb0tyerNQQTDON9iX { width:4.6875rem;height:4.75rem;top:16.020833969116rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PsAMH7eA3WEQn97UEhnBibJJzRB18iq1 { width:47.75rem;height:2.03125rem;top:13.03125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6wpVzf0T60lAULbxZZ9vow6dP4DDNia { width:18.697916030884rem;height:3.13671875rem;top:24.208333969116rem;left:14.526041984558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TRdaTGv6rMXmM2BMbnIhfB38QAKBpdBA { display:block; }
 }@media only screen and (max-width: 1199px) { #TBwJNROuPEVAWnSwETmGhA7PgRBt3Hea { width:8.8125rem;height:4.9375rem;top:1.65625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiyC006ucpzqcifnl24m7FOHGe5fsOuW { width:8.5625rem;height:4.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z { display:block; }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oa30gIUGgIHmZfio0gkyUp5vNhLFLr9M { width:26.9375rem;height:7.5rem;top:3rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8timO6plu8s8aC4aWpqLeEOQIWc1rFa { width:14.375rem;height:9.5625rem;top:3rem;left:30.989583969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6m82wE5SmGADzoG4txZd6WfHULvQrhU { width:26.9375rem;height:7.3333334922791rem;top:3rem;left:2.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK { display:block; }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK > .row .container { width:47.75rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xzewm8acSreA7pfnxlsIIEJ1upybhkpr { width:37.5rem;height:3.28125rem;top:1.375rem;left:6.1236982345581rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI { display:block; }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI > .row .container { width:47.75rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DcSA3cdFI3hbK34DrB61Vr7XygCXtgOZ { width:37.5rem;height:13.5rem;top:0rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WnfH0lhXT2CzvENd9RySsSIPABmJMKAT { width:37.5rem;height:17.5rem;top:0rem;left:5.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 { display:block; }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 > .row .container { width:47.75rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wMy2Qr33K9QHIDvFR9r9uNILMWcQAIHZ { width:12.5rem;height:1.875rem;top:16.75rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGbHIsMKXiGhzUXrXEp52bIXfcCTVWh6 { width:14.375rem;height:14.375rem;top:0.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yOEIq6OQom6WkUtE4vBp2G2QX0cSkakI { width:14.375rem;height:0;top:19.28776550293rem;left:0.73958337306975rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gfsJKQodPf666E5NSvfa3TmOfJNrpcVS { width:14.375rem;height:13.5rem;top:19.125rem;left:7rem;font-size:1rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 1199px) { #TtDKKl6cdr4MZBJD1h96zP3TuBo9ebup { width:14.375rem;height:12rem;top:19.0625rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oeTRksQonfAETQoDAfARGT07lZEe2WDQ { width:12.5rem;height:1.875rem;top:16.625rem;left:25.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6RR2nTVsNLm4G0qC6eEC936WvHambkB { width:14.375rem;height:14.375rem;top:0.875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q { display:block; }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rCQKGaf0XaZFb5TxElZfMGLBf9AC802X { width:43.75rem;height:3.28125rem;top:5.375rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vLLsesLSTrWlutc5gJJyT5y1QBOEIKKI { width:47.75rem;height:8.75rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIk3qJiM2Cukzi0PrrnlpwyLEL5cSOVW { width:43.75rem;height:3.28125rem;top:5.375rem;left:2rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xNx0dG2tcnuC9cnrtAeOd3dEk9DfJhBp { display:none; }#xNx0dG2tcnuC9cnrtAeOd3dEk9DfJhBp > .row .container { width:47.75rem;height:38rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CBQl16XPlVAIo3cl7IEgzyVIeJ0K03b4 { width:14.375rem;height:14.375rem;top:1rem;left:32.572917938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otXZOO0KiqFaTz9yb7XiXT9d6eeAavcZ { width:12.5rem;height:1.8333333730698rem;top:16.78776550293rem;left:1.7083334922791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ikdA91Gm8RdlcMCzQX8K8iNVzR9ga7SI { width:14.375rem;height:14.375rem;top:0.97917175292969rem;left:0.73958337306975rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmmVzbWRT5zkIg15Gs5CtnvfuzsiV1B0 { width:15rem;height:15rem;top:19.24609375rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kepLpkWT3q4zUTRUeBGZfT6aZsPZMT8Z { width:14.375rem;height:12rem;top:19.204429626465rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTJ3heTRrZWQIFcdqO6TZPgNVoinzJIm { width:14.375rem;height:0;top:19.28776550293rem;left:0.73958337306975rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PJzBl1hNw4oBEShK7QmquPn7l0PbURMH { width:12.5rem;height:1.8333333730698rem;top:16.829429626465rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zaIrHeeS3hpsgHdSI1ZCR7DL69Beiwx9 { width:12.5rem;height:1.8333333730698rem;top:16.74609375rem;left:33.541667938233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cq4tGM8wubZ80rDFF1xAHxIFricnDA8g { width:14.375rem;height:14.375rem;top:0.97917175292969rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTdwUGehnKmw58qD6oG8dpXU8tNgD2Fo { width:14.375rem;height:13.5rem;top:19.204429626465rem;left:0.45833337306976rem;font-size:1rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 1199px) { #ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe { display:block; }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe > .row .container { width:47.75rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wnZUiwVEFyCaO0MMgNPrSpuGZny1hwta { width:43.75rem;height:7.03125rem;top:2.875rem;left:2.0000001192093rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTUTulAksVU577Zu12VRPJIDWRmM6rNv { display:block; }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv > .row .container { width:47.75rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #loFVXW8klP2P4lhw1mpkLUp6t1oudfy7 { width:37.5rem;height:3.28125rem;top:1.5520935058594rem;left:5.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e { display:block; }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row .container { width:47.75rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cnrNhCPV5Bl4tZrIhSsOqyugtM14MFTb { width:18.5625rem;height:9.9375rem;top:5.0208435058594rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F58OZCTFh1GUAZOBDidlEFSzbGwXerhL { width:23.4375rem;height:2.84375rem;top:7.1875076293944rem;left:3.8958334922791rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tDgE8yRZglRVEsxFVTpwTcOheaCpZwOJ { width:43.75rem;height:42.5625rem;top:1.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LcWCtEOPfxyuuTp1rKNqH7gOMikZuPuN { width:22.3125rem;height:2.03125rem;top:10.604164123535rem;left:4.4583334922791rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h65skRMImAqQXh8aOq5TeUz9FAQIxFIA { width:24.916667297482rem;height:3.2708333283663rem;top:36.666664123535rem;left:11.395833969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IinisIWJRTybO5J9k9aK7LhSGePBXocV { display:block; }
 }@media only screen and (max-width: 1199px) { #vw3TTtHQ5unFLsICTpu0clQDgXyCuspF { width:41.1875rem;height:39.75rem;top:2.5rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GW9Kc6o4RWD3TlncIrR8EfdPEvkNKx1o { width:23.4375rem;height:2.84375rem;top:23.360679626465rem;left:12.15625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VfnkbhcGq9nn4HO4l6BBrOpq98WO4ex5 { width:22.3125rem;height:6.5rem;top:28.020835876465rem;left:12.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ISiBTbVRihWTeEqyVLog6861u39cdGEB { width:25rem;height:4.5rem;top:16.19401550293rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HMEUSF2tBDbq1EhvmbRJTC57hciOs6N4 { width:23.4375rem;height:2.84375rem;top:20.652351379394rem;left:11.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs { display:block; }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs > .row .container { width:47.75rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PylXEeFpua08CaR7fJqgRn06QVyg0rfm { width:43.75rem;height:3.28125rem;top:1.4361877441406rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #owuEZZ7ZZsw1wyldA3EJEKB2zsyR18lw { width:18.723958969116rem;height:3.3229167461395rem;top:5.375rem;left:14.513021469116rem;font-size:1.0625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 1199px) { #y2TJrgkJtbDQPgwFUpNyQeGgQJBBXNWt { display:block; }
 }@media only screen and (max-width: 1199px) { #ILKie7VBshiU1bCSWTTsTDG24MF650I1 { display:block; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fri4LglznDyVFTdK4WycI7gAQS8L8FFG { width:47.75rem;height:2.25rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #apeFDk8p4sspBhrs58zuSONAwt7npQl7 { width:31.3125rem;height:2.125rem;top:3.7708435058594rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L { display:block; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Os1WxQfZpKdsK6hPANQO5g4LxTFGiwzW { width:45.3125rem;height:3.825rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 { display:block; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FywvIkgmq0JwPkUOmlR6BDgGffASpOLH { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JogFTB5be3ztocCkHLh6kFPCJutU7WEs { width:31.3125rem;height:2.125rem;top:0.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW { display:block; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container { width:47.75rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dtQsp96a6q7OiSwebtGgZqf69mBSoUgG { width:37.5rem;height:7.7125rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPQ09wEB4Eloxe5G5eVdOXq54DazueLs { display:block; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PmMkr2DvUIqvS7S1hrHwBy5PugWE0nC7 { width:47.75rem;height:2.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S2C4FxUrwCZhqm18qaSgZu32K2cg0AGQ { width:31.3125rem;height:2.125rem;top:0.71875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA { display:block; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container { width:47.75rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wsvLS7SPhkB6fMCsBqTcaNz4gCnKROPW { width:45.3125rem;height:5.7375rem;top:0rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7QZ6vfqFwcrTm5atUMosT8s33ECLZMn { width:45.3125rem;height:5.7499998807907rem;top:0rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR { display:block; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A1e1AKw4c6ur75aB2BKL7mxiLxa6BUBC { width:47.75rem;height:2.84375rem;top:6.0833435058594rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RErNn7zP7km5OQM0Iec0LXTuPwb6wg37 { display:none; }#RErNn7zP7km5OQM0Iec0LXTuPwb6wg37 > .row .container { width:47.75rem;height:61.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LAzuHi2LC5JZZP4wRCTxLRVB0FE9A35J { width:31.25rem;height:16.6875rem;top:11.33349609375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-regular-label { width:41.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-text { width:41.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-text {padding-top: 0; padding-bottom: 0;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-textarea { width:41.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-select { width:41.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-select {padding-top: 0; padding-bottom: 0;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-button { width:41.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden;height:2.8125rem; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-checkbox-label { width:40.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:300;font-style:normal; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08  { width:41.25rem;height:auto;top:26.875rem;left:2rem; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .radio-container { width:41.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 {display:block;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 { width:41.25rem;height:auto;top:26.875rem;left:2rem; }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #Pv10OHFRGM2SLXFoZXKhC9rrkEr3o2C1 {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #fvq85fu6RWiRU3C2ROKAVgnOiNENDdPL {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #PKIoem2Trk95hDLCUGNpc2p5zrZk1pAX {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #AZlAausGl6sP8ezC9GQvQgROmbaRnW6T {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #F5wdXOPwZ2bgo1wn6bV8xDwDNhlIetFT {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #Ch5Q1G5bsRBhNFAhu73PE4JRsKH1e9Tl {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #epa4fNbpLLWU2aO7QhwU3bDdM7fcHimo {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #CvnyMWmFzWkbIJ82eWZgXXclRHbZ4fUE {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #vPeO1eFmqiQR43fDPSWbfgE2M2vzhA8x {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #czTzAhiufIctX1CVX8OfdOghRRth60yd {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #brHhWX3PQcRW5duxQ3BxBHIFQ9hyT98e {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #szmvXkhbyTxO3XKJoRrdFT3lU0Ma7zUg {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #gTKT9JTOZk44ZCDMOlGTW9ppv1RWVho9 {  }
 }@media only screen and (max-width: 1199px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #LxsQf1SPkCTd7lmN9SqTIEpa9vdMcp0Q {  }
 }@media only screen and (max-width: 1199px) { #VlfZESpZ6KxuBBwxvIEauLAJJkMuPrQQ { display:none; }#VlfZESpZ6KxuBBwxvIEauLAJJkMuPrQQ > .row .container { width:47.75rem;height:23.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tiQbMZ9HW4MC6LgW8yOeul62KKJIJGSq { width:43.75rem;height:6.5625rem;top:1.3333435058594rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c7NcaXRxOLmWLi89kDpOampcElWspxca { width:37.5rem;height:1.875rem;top:9.0208435058594rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 .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; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 { width:22.9375rem;height:8.3125rem;display:flex;top:13.25rem;left:12.201823234558rem;z-index:100057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #mTORsT0CTAC6TOSDp9l0QDrFFTOLCIWS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #ymbysIF9CANhV9bvkyT4467IwwDiT5it {  }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #SvEiXVbrCOT2pIwTAeiP7TJLgRsP46RK {  }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #yBwzqrUxWHZSXJOvTwKZJAfaZpDR7gfa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #Vl1psAPT8JgLGIkpb4hI5vT7InXebc0i {  }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #PbwkD6a2cl3TqP3iFuPTRGc0XthfANPE {  }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #MXfOa1NSlZUpHrX2Jg1NxXreoo7LcoPo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #gnOS3mtnTM4gqi0HP6rv0yZJsbAnALTf {  }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #Q46UayRPD4qeEqoH2UOZPpaPQ98IISnM {  }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #T27iccyzvKFxVXe3vBAkVvXBwh8OoegZ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #TnQASnHkFU5CVuGZmXsf6yA4rlbOfrrh {  }
 }@media only screen and (max-width: 1199px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #zQMEJDGVpvBzBGqKXZFJQkRJAzxflITV {  }
 }@media only screen and (max-width: 1199px) { #yqb1xrmO4HzXEbCB1BbZxq8zmhlSNUlm { display:none; }#yqb1xrmO4HzXEbCB1BbZxq8zmhlSNUlm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WEZvdViHOCU3iP3kEeh1cGVpyxF5Q8NH { width:45rem;height:15rem;top:1.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iPehZnGqVUhUXpDGavHImZzPHe8O1wPA { width:47.75rem;height:3.65625rem;top:3rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTgAZv82dfHvs8nK9fcWQyzfqKRcWZVl { width:4.6875rem;height:4.75rem;top:7.59375rem;left:21.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CrykVUrFNu94yiIsR9DQGliz1nysFmp8 { width:47.75rem;height:2.4375rem;top:12.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2h5keG9bhmTDQqP0H2z9Ax9lczTA8gP { width:47.75rem;height:3.65625rem;top:3rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-regular-label { width:41.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-text { width:41.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-textarea { width:41.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-select { width:41.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-button { width:41.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden;height:2.8125rem; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-checkbox-label { width:40.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:300;font-style:normal; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4  { width:41.25rem;height:auto;top:26.875rem;left:2rem; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .radio-container { width:41.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 {display:block;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 { width:41.25rem;height:auto;top:26.875rem;left:2rem; }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #KwTxG7q7xLHm2Syk598nAefxPXlWhDgJ {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #Zy5WzeaqmZlxTk2Fq4RBO5GNoEtQrbxO {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #Ut6KPwEmiuGp0vEaDXdaBelsyXu9GHBn {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #uCdBMkihSUihdq9CdKbtPs1mWc0r58lX {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #okFtO1B7VGi9lUgWsRZaIIChdxLMTHkk {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #L1VqtWZaDmULwADwwlsPNTkGJCpEUiT0 {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #WiubrMPTHnEo3krOxd6fpgv0M7qnVXbu {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #abgaI3URliNTfyAuPdcTMVt9FAQuk8CU {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #m0eUHOQms8khDarUNqzzE4oKS28nxWRs {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #olfAwFyQdIMg6PDvJP6DxPZWs3OSQi3T {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #a40BFc6nmo5Z3uVn6nowSihyJSeS0zTf {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #XSN1U42GxD7UZrLZ0fIAl2q94kZo1t3l {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #QC8L447xRlmsXJSW3G6i23bqJPS5eczl {  }
 }@media only screen and (max-width: 1199px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #dtnLavV0nDMklFouIdC9GpGc7LJso8Cn {  }
 }@media only screen and (max-width: 1199px) { #ZN2eUuF9TuxGzT6AXBRJ7Fk8NcPO9lR3 { width:37.5rem;height:24rem;top:30.55224609375rem;left:6.1236982345581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 { display:block; }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gzo4CIXfXJCtgyZWSOXtMiKflzsfT5fP { width:7.5rem;height:3.875rem;top:6.5937328338625rem;left:20.125001132488rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/uc/19ecfdac-d909-4cef-93d4-ceb7365037ec/Zdjciegwnenastronzapisu1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2m1qOI77mAbkBBel653dLqXVZ2P9K3J { width:20rem;height:21.8125rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBQhDPHmOHZGXt1mJ4zf5RkCTBQ3yTlU { width:20rem;height:2.0625rem;top:13.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoTUrbPGD63qAhNfb0tyerNQQTDON9iX { width:3.75rem;height:3.875rem;top:21.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsAMH7eA3WEQn97UEhnBibJJzRB18iq1 { width:20rem;height:1.625rem;top:18.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6wpVzf0T60lAULbxZZ9vow6dP4DDNia { width:18.4375rem;height:3.875rem;top:27.4375rem;left:0.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TRdaTGv6rMXmM2BMbnIhfB38QAKBpdBA { display:block; }
 }@media only screen and (max-width: 763px) { #TBwJNROuPEVAWnSwETmGhA7PgRBt3Hea { width:8.8125rem;height:4.9375rem;top:2.1875rem;left:10.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiyC006ucpzqcifnl24m7FOHGe5fsOuW { width:8.5625rem;height:4.8125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z { display:block; }#AB6XUDl5DQyayXpnk1s5HDUpE4fdtt5Z > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oa30gIUGgIHmZfio0gkyUp5vNhLFLr9M { width:18.125rem;height:0;top:1.375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8timO6plu8s8aC4aWpqLeEOQIWc1rFa { width:18.125rem;height:12.0625rem;top:11.1875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6m82wE5SmGADzoG4txZd6WfHULvQrhU { width:18.125rem;height:8.4375rem;top:1.3125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK { display:block; }#u889QgU2ZZSFATEfHOJBDQWyXbtUvuDK > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzewm8acSreA7pfnxlsIIEJ1upybhkpr { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI { display:block; }#mkhRQHM1lqKhZ1Qm5HBXDyTMxJyw2vxI > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcSA3cdFI3hbK34DrB61Vr7XygCXtgOZ { width:18.125rem;height:0;top:1.3125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WnfH0lhXT2CzvENd9RySsSIPABmJMKAT { width:18.125rem;height:17.53125rem;top:1.30078125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 { display:block; }#nr7vvOz7OqJPSvFMIExiuNOE3XLC6PP7 > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMy2Qr33K9QHIDvFR9r9uNILMWcQAIHZ { width:20rem;height:1.6875rem;top:15.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #oGbHIsMKXiGhzUXrXEp52bIXfcCTVWh6 { width:12.5rem;height:12.5rem;top:1.2890625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOEIq6OQom6WkUtE4vBp2G2QX0cSkakI { width:18.125rem;height:12rem;top:16.91667175293rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #gfsJKQodPf666E5NSvfa3TmOfJNrpcVS { width:14.375rem;height:auto;top:19.1875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #TtDKKl6cdr4MZBJD1h96zP3TuBo9ebup { width:20rem;height:9rem;top:49.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #oeTRksQonfAETQoDAfARGT07lZEe2WDQ { width:20rem;height:1.6875rem;top:47rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0d94a6;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #i6RR2nTVsNLm4G0qC6eEC936WvHambkB { width:12.5rem;height:12.5rem;top:32.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q { display:block; }#p7qW9hEbcVw28rFfHNoJ2uui3GdVNN6q > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCQKGaf0XaZFb5TxElZfMGLBf9AC802X { width:20rem;height:0;top:3.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLLsesLSTrWlutc5gJJyT5y1QBOEIKKI { width:18.125rem;height:8.75rem;top:1.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIk3qJiM2Cukzi0PrrnlpwyLEL5cSOVW { width:20rem;height:4.6875rem;top:3.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #xNx0dG2tcnuC9cnrtAeOd3dEk9DfJhBp { display:none; }#xNx0dG2tcnuC9cnrtAeOd3dEk9DfJhBp > .row .container { width:20rem;height:90rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CBQl16XPlVAIo3cl7IEgzyVIeJ0K03b4 { width:12.5rem;height:12.5rem;top:62.39582824707rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otXZOO0KiqFaTz9yb7XiXT9d6eeAavcZ { width:20rem;height:1.75rem;top:15.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #ikdA91Gm8RdlcMCzQX8K8iNVzR9ga7SI { width:12.5rem;height:12.5rem;top:1.2890625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmmVzbWRT5zkIg15Gs5CtnvfuzsiV1B0 { width:18.125rem;height:13.5rem;top:46.58203125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #kepLpkWT3q4zUTRUeBGZfT6aZsPZMT8Z { width:18.125rem;height:10.5rem;top:77.76953125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #dTJ3heTRrZWQIFcdqO6TZPgNVoinzJIm { width:18.125rem;height:12rem;top:16.91667175293rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:block; }
 }@media only screen and (max-width: 763px) { #PJzBl1hNw4oBEShK7QmquPn7l0PbURMH { width:20rem;height:1.75rem;top:44.83203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #zaIrHeeS3hpsgHdSI1ZCR7DL69Beiwx9 { width:20rem;height:1.75rem;top:76.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#0d94a6;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #cq4tGM8wubZ80rDFF1xAHxIFricnDA8g { width:12.5rem;height:12.5rem;top:31.186195373535rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTdwUGehnKmw58qD6oG8dpXU8tNgD2Fo { width:14.375rem;height:auto;top:19.1875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;color:#fafbfb;display:none; }
 }@media only screen and (max-width: 763px) { #ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe { display:block; }#ixapKAFRZzgBFsZJpNkwKRRTM5vpbQIe > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnZUiwVEFyCaO0MMgNPrSpuGZny1hwta { width:18.75rem;height:7.5rem;top:2.7898443220183rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTUTulAksVU577Zu12VRPJIDWRmM6rNv { display:block; }#vTUTulAksVU577Zu12VRPJIDWRmM6rNv > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loFVXW8klP2P4lhw1mpkLUp6t1oudfy7 { width:20rem;height:2.0625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e { background-color:#fff8f8;background-image:none;display:block; }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row .container { background-color: transparent; background-image: none; }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row .container > .video-iframe-container { display: none; }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row > .video-iframe-container { display: none; }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .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); }#aJ3QOuOgbEVBbZDRs7FKnue6Zvl1e89e > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnrNhCPV5Bl4tZrIhSsOqyugtM14MFTb { width:12.5rem;height:6.6875rem;top:9.80078125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F58OZCTFh1GUAZOBDidlEFSzbGwXerhL { width:20rem;height:2.03125rem;top:4.4973754882812rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDgE8yRZglRVEsxFVTpwTcOheaCpZwOJ { width:19.375rem;height:41.9375rem;top:1.6380310058594rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcWCtEOPfxyuuTp1rKNqH7gOMikZuPuN { width:18.75rem;height:1.4625rem;top:7.20703125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h65skRMImAqQXh8aOq5TeUz9FAQIxFIA { width:14.375rem;height:3.4375rem;top:36.87109375rem;left:2.8125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IinisIWJRTybO5J9k9aK7LhSGePBXocV { display:block; }
 }@media only screen and (max-width: 763px) { #vw3TTtHQ5unFLsICTpu0clQDgXyCuspF { width:17.5rem;height:39.1875rem;top:3.11328125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW9Kc6o4RWD3TlncIrR8EfdPEvkNKx1o { width:20rem;height:2.6rem;top:24.8828125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfnkbhcGq9nn4HO4l6BBrOpq98WO4ex5 { width:17.5rem;height:6.5rem;top:28.31120300293rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISiBTbVRihWTeEqyVLog6861u39cdGEB { width:14.375rem;height:4.5rem;top:17.93359375rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMEUSF2tBDbq1EhvmbRJTC57hciOs6N4 { width:20rem;height:2.03125rem;top:22.390609741211rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs { display:block; }#V5V8FDw4QrFbxSNmqIZDCQKcyb3m3UOs > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PylXEeFpua08CaR7fJqgRn06QVyg0rfm { width:20rem;height:1.7875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #owuEZZ7ZZsw1wyldA3EJEKB2zsyR18lw { width:19rem;height:3.3125rem;top:4.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2TJrgkJtbDQPgwFUpNyQeGgQJBBXNWt { display:block; }
 }@media only screen and (max-width: 763px) { #ILKie7VBshiU1bCSWTTsTDG24MF650I1 { background-color:#fff8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container { background-color: transparent; background-image: none; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container > .video-iframe-container { display: none; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row > .video-iframe-container { display: none; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .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); }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container { border-width: 0; border-radius: 0; }#ILKie7VBshiU1bCSWTTsTDG24MF650I1 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fri4LglznDyVFTdK4WycI7gAQS8L8FFG { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apeFDk8p4sspBhrs58zuSONAwt7npQl7 { width:20rem;height:1.9125rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L { background-color:#fff8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container { background-color: transparent; background-image: none; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container > .video-iframe-container { display: none; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row > .video-iframe-container { display: none; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .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); }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container { border-width: 0; border-radius: 0; }#iZc3TDDM35xTTqy2lORIAeAHhPmLQf4L > .row .container { width:20rem;height:7.05rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Os1WxQfZpKdsK6hPANQO5g4LxTFGiwzW { width:20rem;height:5.8rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 { background-color:#fff8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container { background-color: transparent; background-image: none; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container > .video-iframe-container { display: none; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row > .video-iframe-container { display: none; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .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); }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container { border-width: 0; border-radius: 0; }#eOfBAi2nq8b49bqnJwstsaeqlkT2pfa8 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FywvIkgmq0JwPkUOmlR6BDgGffASpOLH { width:20rem;height:2.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JogFTB5be3ztocCkHLh6kFPCJutU7WEs { width:20rem;height:1.9125rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW { background-color:#fff8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container { background-color: transparent; background-image: none; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container > .video-iframe-container { display: none; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row > .video-iframe-container { display: none; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .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); }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container { border-width: 0; border-radius: 0; }#tS0Z5DIrg3INwsFcMm2V68dazSUXoGCW > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtQsp96a6q7OiSwebtGgZqf69mBSoUgG { width:20rem;height:11.475rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPQ09wEB4Eloxe5G5eVdOXq54DazueLs { background-color:#fff8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container { background-color: transparent; background-image: none; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container > .video-iframe-container { display: none; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row > .video-iframe-container { display: none; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .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); }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container { border-width: 0; border-radius: 0; }#IPQ09wEB4Eloxe5G5eVdOXq54DazueLs > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmMkr2DvUIqvS7S1hrHwBy5PugWE0nC7 { width:20rem;height:4.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2C4FxUrwCZhqm18qaSgZu32K2cg0AGQ { width:20rem;height:1.9125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA { background-color:#fff8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container { background-color: transparent; background-image: none; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container > .video-iframe-container { display: none; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row > .video-iframe-container { display: none; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .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); }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container { border-width: 0; border-radius: 0; }#zCoMUIXMlHtfJRPl4MdSoSB4A0hl0AdA > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsvLS7SPhkB6fMCsBqTcaNz4gCnKROPW { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7QZ6vfqFwcrTm5atUMosT8s33ECLZMn { width:18.75rem;height:9.5625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR { background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/uc/19ecfdac-d909-4cef-93d4-ceb7365037ec/Zdjciegwnenastronzapisu1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR.adaptive-delivery-prevent-bg, #wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR.lazyload, #wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR.lazyloading { background-image: none; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row .container { background-color: transparent; background-image: none; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row .container > .video-iframe-container { display: none; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row > .video-iframe-container { display: none; }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .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); }#wUCDELOZd4kZu9Oi6tx6Voeb1hTeI4fR > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1e1AKw4c6ur75aB2BKL7mxiLxa6BUBC { width:20rem;height:1.625rem;top:4.7903747558594rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RErNn7zP7km5OQM0Iec0LXTuPwb6wg37 { background-color:#f8ecec;background-image:none;display:none; }#RErNn7zP7km5OQM0Iec0LXTuPwb6wg37 > .row .container { width:20rem;height:130.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LAzuHi2LC5JZZP4wRCTxLRVB0FE9A35J { width:20rem;height:10.75rem;top:9.33349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-text {padding-top: 0; padding-bottom: 0;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-select {padding-top: 0; padding-bottom: 0;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:2.875rem; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08  { width:17.5rem;height:auto;top:21.33349609375rem;left:0rem; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 {display:block;}#r9LPTECEv6FCztH2gZTuccf7dcdtsp08 { width:17.5rem;height:auto;top:21.33349609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #Pv10OHFRGM2SLXFoZXKhC9rrkEr3o2C1 {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #fvq85fu6RWiRU3C2ROKAVgnOiNENDdPL {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #PKIoem2Trk95hDLCUGNpc2p5zrZk1pAX {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #AZlAausGl6sP8ezC9GQvQgROmbaRnW6T {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #F5wdXOPwZ2bgo1wn6bV8xDwDNhlIetFT {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #Ch5Q1G5bsRBhNFAhu73PE4JRsKH1e9Tl {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #epa4fNbpLLWU2aO7QhwU3bDdM7fcHimo {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #CvnyMWmFzWkbIJ82eWZgXXclRHbZ4fUE {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #vPeO1eFmqiQR43fDPSWbfgE2M2vzhA8x {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #czTzAhiufIctX1CVX8OfdOghRRth60yd {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #brHhWX3PQcRW5duxQ3BxBHIFQ9hyT98e {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #szmvXkhbyTxO3XKJoRrdFT3lU0Ma7zUg {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #gTKT9JTOZk44ZCDMOlGTW9ppv1RWVho9 {  }
 }@media only screen and (max-width: 763px) { #r9LPTECEv6FCztH2gZTuccf7dcdtsp08 #LxsQf1SPkCTd7lmN9SqTIEpa9vdMcp0Q {  }
 }@media only screen and (max-width: 763px) { #VlfZESpZ6KxuBBwxvIEauLAJJkMuPrQQ { display:none; }#VlfZESpZ6KxuBBwxvIEauLAJJkMuPrQQ > .row .container { width:20rem;height:17.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tiQbMZ9HW4MC6LgW8yOeul62KKJIJGSq { width:20rem;height:3.575rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c7NcaXRxOLmWLi89kDpOampcElWspxca { width:20rem;height:1.6875rem;top:5.83203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 .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; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 .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; }
#V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 { width:14.625rem;height:5.4375rem;display:flex;top:9.875rem;left:2.4830729961395rem;z-index:100057; }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #mTORsT0CTAC6TOSDp9l0QDrFFTOLCIWS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #ymbysIF9CANhV9bvkyT4467IwwDiT5it {  }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #SvEiXVbrCOT2pIwTAeiP7TJLgRsP46RK {  }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #yBwzqrUxWHZSXJOvTwKZJAfaZpDR7gfa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #Vl1psAPT8JgLGIkpb4hI5vT7InXebc0i {  }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #PbwkD6a2cl3TqP3iFuPTRGc0XthfANPE {  }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #MXfOa1NSlZUpHrX2Jg1NxXreoo7LcoPo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #gnOS3mtnTM4gqi0HP6rv0yZJsbAnALTf {  }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #Q46UayRPD4qeEqoH2UOZPpaPQ98IISnM {  }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #T27iccyzvKFxVXe3vBAkVvXBwh8OoegZ { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #TnQASnHkFU5CVuGZmXsf6yA4rlbOfrrh {  }
 }@media only screen and (max-width: 763px) { #V65LfKBJ1aVawS6c9VSPKOxBv3ePCCt1 #zQMEJDGVpvBzBGqKXZFJQkRJAzxflITV {  }
 }@media only screen and (max-width: 763px) { #yqb1xrmO4HzXEbCB1BbZxq8zmhlSNUlm { display:none; }#yqb1xrmO4HzXEbCB1BbZxq8zmhlSNUlm > .row .container { width:20rem;height:108.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WEZvdViHOCU3iP3kEeh1cGVpyxF5Q8NH { width:20rem;height:42.9375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPehZnGqVUhUXpDGavHImZzPHe8O1wPA { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTgAZv82dfHvs8nK9fcWQyzfqKRcWZVl { width:4.8125rem;height:5rem;top:20.40625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrykVUrFNu94yiIsR9DQGliz1nysFmp8 { width:20rem;height:0;top:11rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2h5keG9bhmTDQqP0H2z9Ax9lczTA8gP { width:20rem;height:0;top:6.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:2.875rem; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4  { width:17.5rem;height:auto;top:60.187500238419rem;left:0rem; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 {display:block;}#q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 { width:17.5rem;height:auto;top:58.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #KwTxG7q7xLHm2Syk598nAefxPXlWhDgJ {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #Zy5WzeaqmZlxTk2Fq4RBO5GNoEtQrbxO {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #Ut6KPwEmiuGp0vEaDXdaBelsyXu9GHBn {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #uCdBMkihSUihdq9CdKbtPs1mWc0r58lX {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #okFtO1B7VGi9lUgWsRZaIIChdxLMTHkk {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #L1VqtWZaDmULwADwwlsPNTkGJCpEUiT0 {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #WiubrMPTHnEo3krOxd6fpgv0M7qnVXbu {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #abgaI3URliNTfyAuPdcTMVt9FAQuk8CU {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #m0eUHOQms8khDarUNqzzE4oKS28nxWRs {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #olfAwFyQdIMg6PDvJP6DxPZWs3OSQi3T {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #a40BFc6nmo5Z3uVn6nowSihyJSeS0zTf {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #XSN1U42GxD7UZrLZ0fIAl2q94kZo1t3l {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #QC8L447xRlmsXJSW3G6i23bqJPS5eczl {  }
 }@media only screen and (max-width: 763px) { #q739NPQf5ZFkPhLb0ghuEL9V66fLcrR4 #dtnLavV0nDMklFouIdC9GpGc7LJso8Cn {  }
 }@media only screen and (max-width: 763px) { #ZN2eUuF9TuxGzT6AXBRJ7Fk8NcPO9lR3 { width:20rem;height:0;top:82.895833969119rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 { display:block; }#gSdq2n0EZMxFasVtIAHnh3e50VArvVD8 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzo4CIXfXJCtgyZWSOXtMiKflzsfT5fP { width:5.625rem;height:2.875rem;top:2.6354370117188rem;left:7.15625rem;display:block; }
 }