.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ { position:relative;display:block; }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ { background-color: transparent; background-image: none; }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ > .row .container > .video-iframe-container { display: none; }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ > .row > .video-iframe-container { display: none; }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ > .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); }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ { border-width: 0; border-radius: 0; }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ > .row .container > .video-iframe-container {  }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:95px;width:960px;position:relative;display:block; }#R3z8zWvOJsLa254NZwric4ICKTdCTSLa { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:94px;width:211px;top:0px;left:669.36366271973px;overflow:hidden;display:block; }
#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/HOyAaKOi/zdjecie_gora.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container {  }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:14px;font-family:arial;height:434px;width:960px;overflow:visible;position:relative;display:block; }#MZSvDvnTEP0L6a5upFb08lAheR558CrH { color:#ee7e06;display:block;width:845px;position:absolute;font-family:human;font-size:43px;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:118.97727966309px;left:66.500015258789px;height:43px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcTXlkqVU53C4UtKb4Rt5tP8U5wEIDZh { color:#000000;display:block;width:697px;position:absolute;font-family:human;font-size:54px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:161.97729492188px;left:230.98866271973px;height:70.1932px;display:block; }
#yT1EzgEIqnPqUqd8gSkE4hlqfucc43mU { color:#000000;display:block;width:753px;position:absolute;font-family:human;font-size:54px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:218.17046737671px;left:89.500015258789px;height:70.1932px;display:block; }
#Wl6qBvXyhaBKdypc3u6GaAH7SRL8oOth { 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;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ee7e06;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:214px;height:55px;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:329.9999961853px;left:359.00001525879px;display:block; }
#VrCbZmLyTolW28yQmFyhsTl8pzct4wbA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { background-color: transparent; background-image: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .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); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { border-width: 0; border-radius: 0; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container {  }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { font-size:14px;font-family:arial;height:74px;width:960px;position:relative;display:block; }#bb8CIeOTpLFtVRoySK9LhL5Mdo8TbVJQ { color:#4f4f4f;display:block;width:804px;position:absolute;font-family:"open sans";font-size:36px;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(135,165,237,0.5);top:20.090911865234px;left:78.000015258789px;height:39.5909px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 { position:relative;display:block; }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 { background-color: transparent; background-image: none; }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 > .row .container > .video-iframe-container { display: none; }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 > .row > .video-iframe-container { display: none; }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 > .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); }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 { border-width: 0; border-radius: 0; }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 > .row .container > .video-iframe-container {  }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:647px;width:960px;position:relative;display:block; }#MO9IOwOmapDAUattCopbRrXCO8kkGaz0 { background-color:#393969;background-image:url("https://images.assets-landingi.com/CW1qF6FG/2021_12_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 010px rgba(0,0,0,0.27) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 05px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:140px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.5px;left:124.19319152832px;display:block; }#MO9IOwOmapDAUattCopbRrXCO8kkGaz0.adaptive-delivery-prevent-bg, #MO9IOwOmapDAUattCopbRrXCO8kkGaz0.lazyload, #MO9IOwOmapDAUattCopbRrXCO8kkGaz0.lazyloading { background-image: none; }
#hZ6xmB29WQ7cq5m5nLlyTAs7LTvm1MwB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pEWHonzo0JGMlUX5TDcXRDo4QGEPoswg { background-color:#393969;background-image:url("https://images.assets-landingi.com/fYQLVu5e/calypso_0635.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 010px rgba(0,0,0,0.27) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 05px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:140px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.5px;left:370.00001525879px;display:block; }#pEWHonzo0JGMlUX5TDcXRDo4QGEPoswg.adaptive-delivery-prevent-bg, #pEWHonzo0JGMlUX5TDcXRDo4QGEPoswg.lazyload, #pEWHonzo0JGMlUX5TDcXRDo4QGEPoswg.lazyloading { background-image: none; }
#zKWWeXUuB4vR3TX5I7NzVRsUuCWoUP9e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yTCv6RBKDglGW7bqGFB4aCT5bVsJJnDC { background-color:#393969;background-image:url("https://images.assets-landingi.com/SZ6EoRdt/calypso_0549.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 010px rgba(0,0,0,0.27) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 05px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:140px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.5px;left:616.19319152832px;display:block; }#yTCv6RBKDglGW7bqGFB4aCT5bVsJJnDC.adaptive-delivery-prevent-bg, #yTCv6RBKDglGW7bqGFB4aCT5bVsJJnDC.lazyload, #yTCv6RBKDglGW7bqGFB4aCT5bVsJJnDC.lazyloading { background-image: none; }
#D8oGkkaguvqOyyNaAvumLqE9GfPqv1SM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Tgxa5G4XfMMzQx0xikO2Tb8HDiGWccok { background-color:#393969;background-image:url("https://images.assets-landingi.com/J1lMphEI/13886252_1123841544349838_4396336472593715795_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 010px rgba(0,0,0,0.27) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 05px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:140px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:179.5px;left:124.19319152832px;display:block; }#Tgxa5G4XfMMzQx0xikO2Tb8HDiGWccok.adaptive-delivery-prevent-bg, #Tgxa5G4XfMMzQx0xikO2Tb8HDiGWccok.lazyload, #Tgxa5G4XfMMzQx0xikO2Tb8HDiGWccok.lazyloading { background-image: none; }
#WKBIr7RxQTJxFHzAByAp0Ge2OJ4ZRT3Z { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CnBWdaX3uz2iZm7VSla4KEWfpr7a6JlF { background-color:#393969;background-image:url("https://images.assets-landingi.com/uOqCO1KB/R.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 010px rgba(0,0,0,0.27) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 05px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:140px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:179.5px;left:369.00001525879px;display:block; }#CnBWdaX3uz2iZm7VSla4KEWfpr7a6JlF.adaptive-delivery-prevent-bg, #CnBWdaX3uz2iZm7VSla4KEWfpr7a6JlF.lazyload, #CnBWdaX3uz2iZm7VSla4KEWfpr7a6JlF.lazyloading { background-image: none; }
#cM9t5xCm2GmwwwEybr2wywZftOQFrkHD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#s5TQstT0pKARil1m20784JwP3L6PTv9P { background-color:#393969;background-image:url("https://images.assets-landingi.com/wMn4LSgf/hvgh.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 010px rgba(0,0,0,0.27) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 05px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:140px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:179.5px;left:616.19319152832px;display:block; }#s5TQstT0pKARil1m20784JwP3L6PTv9P.adaptive-delivery-prevent-bg, #s5TQstT0pKARil1m20784JwP3L6PTv9P.lazyload, #s5TQstT0pKARil1m20784JwP3L6PTv9P.lazyloading { background-image: none; }
#XtORGd4JFOPt0PSXeTJhVuXfoD6XV9iT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#J5miZGGl1SqVR8XR2sWQ0o4ISLc1MQZS { background-color:#393969;background-image:url("https://images.assets-landingi.com/t3VE1uFg/R_2_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 010px rgba(0,0,0,0.27) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 05px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:140px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:334.5px;left:124.19319152832px;display:block; }#J5miZGGl1SqVR8XR2sWQ0o4ISLc1MQZS.adaptive-delivery-prevent-bg, #J5miZGGl1SqVR8XR2sWQ0o4ISLc1MQZS.lazyload, #J5miZGGl1SqVR8XR2sWQ0o4ISLc1MQZS.lazyloading { background-image: none; }
#KPBTOZ8HmgGA6JFfRt7AJ8uc0mR8ckNM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ii81wF91b9Wzp1ARw4KT410XsMXGyXuD { background-color:#393969;background-image:url("https://images.assets-landingi.com/f4rPb1gw/R_2_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 010px rgba(0,0,0,0.27) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 05px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:140px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:334.5px;left:369.00001525879px;display:block; }#ii81wF91b9Wzp1ARw4KT410XsMXGyXuD.adaptive-delivery-prevent-bg, #ii81wF91b9Wzp1ARw4KT410XsMXGyXuD.lazyload, #ii81wF91b9Wzp1ARw4KT410XsMXGyXuD.lazyloading { background-image: none; }
#Be5wJsEAFO2O5sJXQngrzrLdMgGvwhNL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LI3aZrprNHEtLlZKnAtCR3805MK45xdw { background-color:#393969;background-image:url("https://images.assets-landingi.com/P4bwpYvZ/R_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 010px rgba(0,0,0,0.27) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 05px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:140px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:334.5px;left:616.19319152832px;display:block; }#LI3aZrprNHEtLlZKnAtCR3805MK45xdw.adaptive-delivery-prevent-bg, #LI3aZrprNHEtLlZKnAtCR3805MK45xdw.lazyload, #LI3aZrprNHEtLlZKnAtCR3805MK45xdw.lazyloading { background-image: none; }
#VXu6GowqmqTGdMvBUq43z3sIz0aZUD4M { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ig37Brgmb0bWsB0D9BSvm1pzM6UKAl1P { background-color:#393969;background-image:url("https://images.assets-landingi.com/0yZAGdMw/OIP.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 010px rgba(0,0,0,0.27) ;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 05px #000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:140px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:483.36363983154px;left:369.00001525879px;display:block; }#ig37Brgmb0bWsB0D9BSvm1pzM6UKAl1P.adaptive-delivery-prevent-bg, #ig37Brgmb0bWsB0D9BSvm1pzM6UKAl1P.lazyload, #ig37Brgmb0bWsB0D9BSvm1pzM6UKAl1P.lazyloading { background-image: none; }
#bxGBBoO4CeWNdTWueqzBrMLh9bvx3PFd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .row .container { background-color: transparent; background-image: none; }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .row .container > .video-iframe-container { display: none; }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .row > .video-iframe-container { display: none; }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .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); }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .row .container { border-width: 0; border-radius: 0; }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .row > .video-iframe-container {  }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .row .container { font-size:14px;font-family:arial;height:106px;width:960px;position:relative;display:block; }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jNCIzRdN/calypso_0572.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE.adaptive-delivery-prevent-bg, #JWSE4FR73TNUnebXplCK3IU3cIb6DleE.lazyload, #JWSE4FR73TNUnebXplCK3IU3cIb6DleE.lazyloading { background-image: none; }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .row .container { background-color: transparent; background-image: none; }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .row .container > .video-iframe-container { display: none; }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .row > .video-iframe-container { display: none; }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .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); }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .row .container { border-width: 0; border-radius: 0; }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .row > .video-iframe-container {  }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .row .container { font-size:14px;font-family:arial;height:255px;width:960px;position:relative;display:block; }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 { position:relative;display:block; }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 { background-color: transparent; background-image: none; }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 > .row .container > .video-iframe-container { display: none; }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 > .row > .video-iframe-container { display: none; }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 > .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); }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 { border-width: 0; border-radius: 0; }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 > .row .container > .video-iframe-container {  }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:169px;width:960px;position:relative;display:block; }#IRfsmox8t5U5xfGPOrKthIoGzhWuaGAo { color:#000000;display:block;width:256px;position:absolute;font-family:"lato regular";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:121.46594238281px;left:92.454544067383px;height:20.7955px;display:block; }
#OZVyx5nAHfvOL0DNKmtAkSIgUrTly2wl { color:#000000;display:block;width:256px;position:absolute;font-family:"lato regular";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:121.46591186523px;left:462.45454406738px;height:20.7955px;display:block; }
#M0J2NG6kkz9O1llfTb9i028sD9TrOMPS { box-sizing:content-box;color:#00539f;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:106.8522644043px;left:587.45454406738px;display:block; }
#JLANy3VQTwlFXx9KikNsoR9EintqMptM { box-sizing:content-box;color:#00539f;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:106.8522644043px;left:637.45454406738px;display:block; }
#hdmPffhxhEGB4O9cmSo87WFtCXVBrikx { box-sizing:content-box;color:#00539f;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:106.8522644043px;left:687.45454406738px;display:block; }
#EUnk5R02UMHPQNnrLxn3HTqTENsx172y { box-sizing:content-box;color:#00539f;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:106.8522644043px;left:737.45454406738px;display:block; }
#N3vxCOSaLiGOargExN5fMQkLBpIdqpzp { box-sizing:content-box;color:#00539f;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:106.8522644043px;left:787.45454406738px;display:block; }
#bSZH7F2I8FwsP9P1xhQWCXVbnp8asAoT { 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;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"lato regular";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:14995;text-align:center;text-align-last:center;top:67.465911865234px;left:29.454544067383px;display:block; }
#kl6FJ41K1mo4p6eg3bDlyE3RbabrXulO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ { display:block; }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3z8zWvOJsLa254NZwric4ICKTdCTSLa { top:0px;left:553px;width:211px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:764px;height:43px;top:118px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OcTXlkqVU53C4UtKb4Rt5tP8U5wEIDZh { top:161px;left:67px;width:697px;height:70px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #yT1EzgEIqnPqUqd8gSkE4hlqfucc43mU { top:218px;left:0px;width:753px;height:70px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Wl6qBvXyhaBKdypc3u6GaAH7SRL8oOth { width:214px;height:55px;top:329px;left:261.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #VrCbZmLyTolW28yQmFyhsTl8pzct4wbA { display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bb8CIeOTpLFtVRoySK9LhL5Mdo8TbVJQ { width:764px;height:39px;top:20px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 { display:block; }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO9IOwOmapDAUattCopbRrXCO8kkGaz0 { width:222px;height:140px;top:24px;left:26.19319152832px;display:block; }
 }@media only screen and (max-width: 763px) { #hZ6xmB29WQ7cq5m5nLlyTAs7LTvm1MwB { display:block; }
 }@media only screen and (max-width: 763px) { #pEWHonzo0JGMlUX5TDcXRDo4QGEPoswg { width:222px;height:140px;top:24px;left:272.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #zKWWeXUuB4vR3TX5I7NzVRsUuCWoUP9e { display:block; }
 }@media only screen and (max-width: 763px) { #yTCv6RBKDglGW7bqGFB4aCT5bVsJJnDC { width:222px;height:140px;top:24px;left:518.19319152832px;display:block; }
 }@media only screen and (max-width: 763px) { #D8oGkkaguvqOyyNaAvumLqE9GfPqv1SM { display:block; }
 }@media only screen and (max-width: 763px) { #Tgxa5G4XfMMzQx0xikO2Tb8HDiGWccok { width:222px;height:140px;top:179px;left:26.19319152832px;display:block; }
 }@media only screen and (max-width: 763px) { #WKBIr7RxQTJxFHzAByAp0Ge2OJ4ZRT3Z { display:block; }
 }@media only screen and (max-width: 763px) { #CnBWdaX3uz2iZm7VSla4KEWfpr7a6JlF { width:222px;height:140px;top:179px;left:271.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #cM9t5xCm2GmwwwEybr2wywZftOQFrkHD { display:block; }
 }@media only screen and (max-width: 763px) { #s5TQstT0pKARil1m20784JwP3L6PTv9P { width:222px;height:140px;top:179px;left:518.19319152832px;display:block; }
 }@media only screen and (max-width: 763px) { #XtORGd4JFOPt0PSXeTJhVuXfoD6XV9iT { display:block; }
 }@media only screen and (max-width: 763px) { #J5miZGGl1SqVR8XR2sWQ0o4ISLc1MQZS { width:222px;height:140px;top:334px;left:26.19319152832px;display:block; }
 }@media only screen and (max-width: 763px) { #KPBTOZ8HmgGA6JFfRt7AJ8uc0mR8ckNM { display:block; }
 }@media only screen and (max-width: 763px) { #ii81wF91b9Wzp1ARw4KT410XsMXGyXuD { width:222px;height:140px;top:334px;left:271.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #Be5wJsEAFO2O5sJXQngrzrLdMgGvwhNL { display:block; }
 }@media only screen and (max-width: 763px) { #LI3aZrprNHEtLlZKnAtCR3805MK45xdw { width:222px;height:140px;top:334px;left:518.19319152832px;display:block; }
 }@media only screen and (max-width: 763px) { #VXu6GowqmqTGdMvBUq43z3sIz0aZUD4M { display:block; }
 }@media only screen and (max-width: 763px) { #ig37Brgmb0bWsB0D9BSvm1pzM6UKAl1P { width:222px;height:140px;top:483px;left:271.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #bxGBBoO4CeWNdTWueqzBrMLh9bvx3PFd { display:block; }
 }@media only screen and (max-width: 763px) { #Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T { display:block; }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWSE4FR73TNUnebXplCK3IU3cIb6DleE { display:block; }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 { display:block; }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRfsmox8t5U5xfGPOrKthIoGzhWuaGAo { top:121px;left:0px;width:256px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OZVyx5nAHfvOL0DNKmtAkSIgUrTly2wl { top:121px;left:364.45454406738px;width:256px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M0J2NG6kkz9O1llfTb9i028sD9TrOMPS { top:106px;left:489.45454406738px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JLANy3VQTwlFXx9KikNsoR9EintqMptM { top:106px;left:539.45454406738px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hdmPffhxhEGB4O9cmSo87WFtCXVBrikx { top:106px;left:589.45454406738px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #EUnk5R02UMHPQNnrLxn3HTqTENsx172y { top:106px;left:639.45454406738px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #N3vxCOSaLiGOargExN5fMQkLBpIdqpzp { top:106px;left:689.45454406738px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #bSZH7F2I8FwsP9P1xhQWCXVbnp8asAoT { width:280px;height:55px;top:67px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kl6FJ41K1mo4p6eg3bDlyE3RbabrXulO { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ { display:block; }#IyThArsapW9ZWkCUlrdOVlvJbXM0gxtJ > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3z8zWvOJsLa254NZwric4ICKTdCTSLa { width:194px;height:91px;top:0px;left:63.000002861023px;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/HOyAaKOi/zdjecie_gora.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container {  }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:320px;height:322px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:291px;height:60px;top:100.75px;left:0px;text-align:right;text-align-last:right;font-size:25px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OcTXlkqVU53C4UtKb4Rt5tP8U5wEIDZh { width:252px;height:32.5px;top:159.75px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #yT1EzgEIqnPqUqd8gSkE4hlqfucc43mU { width:307px;height:35.0909px;top:192.25px;left:12.98863697052px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Wl6qBvXyhaBKdypc3u6GaAH7SRL8oOth { width:214px;height:55px;top:247.32951525879px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #VrCbZmLyTolW28yQmFyhsTl8pzct4wbA { display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:320px;height:52px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bb8CIeOTpLFtVRoySK9LhL5Mdo8TbVJQ { width:320px;height:24.1932px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 { display:block; }#lzE3ZxtpJFVODWhrT4TTzMnq8BvKRVc6 > .row .container { width:320px;height:1598px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO9IOwOmapDAUattCopbRrXCO8kkGaz0 { width:211px;height:118px;top:20px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #hZ6xmB29WQ7cq5m5nLlyTAs7LTvm1MwB { display:block; }
 }@media only screen and (max-width: 763px) { #pEWHonzo0JGMlUX5TDcXRDo4QGEPoswg { width:222px;height:140px;top:158px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #zKWWeXUuB4vR3TX5I7NzVRsUuCWoUP9e { display:block; }
 }@media only screen and (max-width: 763px) { #yTCv6RBKDglGW7bqGFB4aCT5bVsJJnDC { width:222px;height:140px;top:318px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #D8oGkkaguvqOyyNaAvumLqE9GfPqv1SM { display:block; }
 }@media only screen and (max-width: 763px) { #Tgxa5G4XfMMzQx0xikO2Tb8HDiGWccok { width:222px;height:140px;top:478px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #WKBIr7RxQTJxFHzAByAp0Ge2OJ4ZRT3Z { display:block; }
 }@media only screen and (max-width: 763px) { #CnBWdaX3uz2iZm7VSla4KEWfpr7a6JlF { width:222px;height:140px;top:638px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #cM9t5xCm2GmwwwEybr2wywZftOQFrkHD { display:block; }
 }@media only screen and (max-width: 763px) { #s5TQstT0pKARil1m20784JwP3L6PTv9P { width:222px;height:140px;top:798px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #XtORGd4JFOPt0PSXeTJhVuXfoD6XV9iT { display:block; }
 }@media only screen and (max-width: 763px) { #J5miZGGl1SqVR8XR2sWQ0o4ISLc1MQZS { width:222px;height:140px;top:958px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #KPBTOZ8HmgGA6JFfRt7AJ8uc0mR8ckNM { display:block; }
 }@media only screen and (max-width: 763px) { #ii81wF91b9Wzp1ARw4KT410XsMXGyXuD { width:222px;height:140px;top:1118px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #Be5wJsEAFO2O5sJXQngrzrLdMgGvwhNL { display:block; }
 }@media only screen and (max-width: 763px) { #LI3aZrprNHEtLlZKnAtCR3805MK45xdw { width:222px;height:140px;top:1278px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #VXu6GowqmqTGdMvBUq43z3sIz0aZUD4M { display:block; }
 }@media only screen and (max-width: 763px) { #ig37Brgmb0bWsB0D9BSvm1pzM6UKAl1P { width:222px;height:140px;top:1438px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #bxGBBoO4CeWNdTWueqzBrMLh9bvx3PFd { display:block; }
 }@media only screen and (max-width: 763px) { #Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T { display:block; }#Ml8NyEAS18xuh6o0UbK4xqc6Rf042x3T > .row .container { width:320px;height:72px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWSE4FR73TNUnebXplCK3IU3cIb6DleE { display:block; }#JWSE4FR73TNUnebXplCK3IU3cIb6DleE > .row .container { width:320px;height:221px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 { display:block; }#qEULan2yrHJQ3FRpUcGg1nz3x46h4xI3 > .row .container { width:320px;height:307px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRfsmox8t5U5xfGPOrKthIoGzhWuaGAo { width:256px;height:20.7955px;top:191.9772644043px;left:31.999999046326px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZVyx5nAHfvOL0DNKmtAkSIgUrTly2wl { width:256px;height:20.7955px;top:93.181823730469px;left:31.999999046326px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0J2NG6kkz9O1llfTb9i028sD9TrOMPS { width:50px;height:50px;top:123.5px;left:31.999999046326px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JLANy3VQTwlFXx9KikNsoR9EintqMptM { width:50px;height:50px;top:123.5px;left:86.000002861023px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hdmPffhxhEGB4O9cmSo87WFtCXVBrikx { width:50px;height:50px;top:123.5px;left:135.00001049042px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #EUnk5R02UMHPQNnrLxn3HTqTENsx172y { width:50px;height:50px;top:123.5px;left:185.00001049042px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #N3vxCOSaLiGOargExN5fMQkLBpIdqpzp { width:50px;height:50px;top:123.5px;left:239.00001049042px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #bSZH7F2I8FwsP9P1xhQWCXVbnp8asAoT { width:280px;height:55px;top:232.77279492188px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kl6FJ41K1mo4p6eg3bDlyE3RbabrXulO { display:block; }
 }