.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/FkXpbxWm/01._Skuteczne_Lejki.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#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 { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:85px;width:1200px;position:relative;display:block; }#OeAFIbKJgrbGPxbThuoZ0MSdPwoAF2yz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:59px;width:129px;top:13px;left:0px;overflow:hidden;display:block; }
#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { position:relative;display:block; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { background-color: transparent; background-image: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container > .video-iframe-container { display: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row > .video-iframe-container { display: none; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .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); }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { border-width: 0; border-radius: 0; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:1047px;width:1200px;position:relative;display:block; }#a4WwiBNH5apHw6ZoPzMNn6s8rUJfs09h { color:#1a3145;display:block;width:1193px;position:absolute;font-family:"averta extrabold";font-size:48px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:17px;left:0px;height:124px;text-align:center;text-align-last:center;display:block; }
#AJ2sneKzt884S2y80P62E8RlgstRR80L { color:#1a3145;display:block;width:655px;position:absolute;font-family:averta;font-size:24px;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:710px;left:269px;height:132px;display:block; }
#wgfcngbsxFRK0TnC84z8q2Xk3P9uR9uF { background-color:#ea1850;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"averta extrabold";font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:75px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:875px;left:284px;display:block; }
#UTDc2yZli3eaflTA0DuhclqmFfvUs2pi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#U7r0KKFbU4TiA5znSMcFvM9icoPnhLTt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ea1850;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:averta;font-size:22px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:883px;left:691px;display:block; }
#RLff9ntHxgyuoTZvXBRXZLA2ibsVsC7J { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#VrBugN8G0x6pTmPmQ7HNuaesW7PShqyG { background-color:#ea1850;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"averta extrabold";font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:75px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:468px;left:0px;display:none; }
#MP3PFI5czpVb2cck3EKQ4h6bZWwo67G3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#iEFTE69fERFtNPNOO8eFRhxAbxs1q1O0 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:521px;width:931px;top:165px;left:134.5px;display:block; }
#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,158,227,0.07);background-image:none;position:relative;display:block; }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row .container { background-color: transparent; background-image: none; }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row .container > .video-iframe-container { display: none; }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row > .video-iframe-container { display: none; }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .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); }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row .container { border-width: 0; border-radius: 0; }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row .container { font-size:14px;font-family:arial;height:902px;width:1200px;position:relative;display:block; }#RDBttZtOJDi7uyCKEmEHSUeXixhMK28u { position:absolute;display:block;z-index:100000;background-color:rgba(26,49,69,0.07);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:891px;width:1040px;top:0px;left:160px;display:block; }
#hPJm6ChGwoD0Tc7kaq1Lk9TuhxV9proa { color:#1a3145;display:block;width:467px;position:absolute;font-family:"averta extrabold";font-size:34px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:80px;left:366.5px;height:88px;text-align:left;text-align-last:left;display:block; }
#VQ0ITLRfTTSJPTAZAU4oCv4bsxQVQKey { color:#000000;display:block;width:759px;position:absolute;font-family:averta;font-size:22px;font-weight:normal;z-index:100023;line-height:1.4;letter-spacing:0;top:238px;left:366.5px;height:480px;text-align:left;text-align-last:left;display:block; }
#oZB2RHxmz6L1SHtdimF6ut2SJUiUzppf { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:371px;width:281px;top:80px;left:0.24324324324323px;overflow:hidden;display:block; }
#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,158,227,0.07);background-image:none;position:relative;display:block; }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row .container { background-color: transparent; background-image: none; }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row .container > .video-iframe-container { display: none; }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row > .video-iframe-container { display: none; }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .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); }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row .container { border-width: 0; border-radius: 0; }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row .container { font-size:14px;font-family:arial;height:689px;width:1200px;position:relative;display:block; }#dwys8zNJmk6MyVbdH4EAcCDiti9GPEQN { position:absolute;display:block;z-index:100000;background-color:rgba(26,49,69,0.07);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:320px;width:1040px;top:31px;left:0px;display:block; }
#LCgMG0w8hU8mffaIeTahMh3DUOwLCvqn { color:#1a3145;display:block;width:792px;position:absolute;font-family:"averta extrabold";font-size:34px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:81px;left:80px;height:44px;text-align:left;text-align-last:left;display:block; }
#Dpw0ExRdcwPXIizWclQdZtXGt2KPh7Qn { color:#1a3145;display:block;width:542px;position:absolute;font-family:averta;font-size:24px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:221px;left:80px;height:62px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SWma5ohPFEixfEZJ0J2iKMDV1BJcNuvp { color:#1a3145;display:block;width:792px;position:absolute;font-family:"averta extrabold";font-size:54px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:135px;left:80px;height:70px;text-align:left;text-align-last:left;display:block; }
#IQXEF9OFgUAZ6rb4aQ782HKZQA0Bczmu { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:499px;top:81px;left:701px;overflow:hidden;display:block; }
#cqRnXxJaE1fOn1iEPRo4D2TPthgiiOcy { background-color:#ea1850;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"averta extrabold";font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:374px;height:75px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:497.5px;left:413px;display:block; }
#TRprfmFePi0F3tG1JOJp151sXUzLWvMC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { position:relative;display:block; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { background-color: transparent; background-image: none; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container > .video-iframe-container { display: none; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row > .video-iframe-container { display: none; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .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); }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { border-width: 0; border-radius: 0; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .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:85px;width:1200px;position:relative;display:block; }#phmdr09dfFLerI66bEMlMX0sHFX2Pph4 { color:#000000;display:block;width:429px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:35.5px;left:0px;height:14px;text-align:left;text-align-last:left;display:block; }
#uS4D5mmUAsUS4BsesOyphMG6vVuVfi96 { color:#000000;display:block;width:109px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:35.5px;left:1005px;height:14px;text-align:center;text-align-last:center;display:block; }
#omoWXPzy3QaT1F4ENlhKySzgFGQaCy0G { color:#000000;display:block;width:61px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:35.5px;left:1139px;height:14px;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeAFIbKJgrbGPxbThuoZ0MSdPwoAF2yz { top:13px;left:0px;width:129px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { display:block; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4WwiBNH5apHw6ZoPzMNn6s8rUJfs09h { top:17px;left:0px;width:764px;height:124px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #AJ2sneKzt884S2y80P62E8RlgstRR80L { top:710px;left:51px;width:655px;height:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wgfcngbsxFRK0TnC84z8q2Xk3P9uR9uF { width:220px;height:75px;top:875px;left:66px;display:block; }
 }@media only screen and (max-width: 763px) { #UTDc2yZli3eaflTA0DuhclqmFfvUs2pi { display:block; }
 }@media only screen and (max-width: 763px) { #U7r0KKFbU4TiA5znSMcFvM9icoPnhLTt { width:200px;height:60px;top:883px;left:473px;display:block; }
 }@media only screen and (max-width: 763px) { #RLff9ntHxgyuoTZvXBRXZLA2ibsVsC7J { display:block; }
 }@media only screen and (max-width: 763px) { #VrBugN8G0x6pTmPmQ7HNuaesW7PShqyG { width:220px;height:75px;top:468px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #MP3PFI5czpVb2cck3EKQ4h6bZWwo67G3 { display:block; }
 }@media only screen and (max-width: 763px) { #iEFTE69fERFtNPNOO8eFRhxAbxs1q1O0 { top:165px;left:0px;width:764px;height:427.54457572503px;display:block; }
 }@media only screen and (max-width: 763px) { #n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 { display:block; }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDBttZtOJDi7uyCKEmEHSUeXixhMK28u { top:0px;left:0px;width:764px;height:891px;display:block; }
 }@media only screen and (max-width: 763px) { #hPJm6ChGwoD0Tc7kaq1Lk9TuhxV9proa { top:80px;left:148.5px;width:467px;height:88px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0ITLRfTTSJPTAZAU4oCv4bsxQVQKey { top:238px;left:5px;width:759px;height:540px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oZB2RHxmz6L1SHtdimF6ut2SJUiUzppf { top:80px;left:0px;width:281px;height:371px;display:block; }
 }@media only screen and (max-width: 763px) { #la6d6zL5czSlTMU5W8z7pMNWlWk3KdND { display:block; }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwys8zNJmk6MyVbdH4EAcCDiti9GPEQN { top:31px;left:0px;width:764px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #LCgMG0w8hU8mffaIeTahMh3DUOwLCvqn { top:81px;left:0px;width:764px;height:44px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Dpw0ExRdcwPXIizWclQdZtXGt2KPh7Qn { top:221px;left:0px;width:542px;height:62px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SWma5ohPFEixfEZJ0J2iKMDV1BJcNuvp { top:135px;left:0px;width:764px;height:70px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #IQXEF9OFgUAZ6rb4aQ782HKZQA0Bczmu { top:81px;left:265px;width:499px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #cqRnXxJaE1fOn1iEPRo4D2TPthgiiOcy { width:374px;height:75px;top:497px;left:195px;display:block; }
 }@media only screen and (max-width: 763px) { #TRprfmFePi0F3tG1JOJp151sXUzLWvMC { display:block; }
 }@media only screen and (max-width: 763px) { #fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { display:block; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phmdr09dfFLerI66bEMlMX0sHFX2Pph4 { top:35px;left:0px;width:429px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #uS4D5mmUAsUS4BsesOyphMG6vVuVfi96 { top:35px;left:655px;width:109px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #omoWXPzy3QaT1F4ENlhKySzgFGQaCy0G { top:35px;left:647px;width:61px;height:14px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:81px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OeAFIbKJgrbGPxbThuoZ0MSdPwoAF2yz { width:129px;height:59px;top:20px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ { display:block; }#AgWPq2FVu9Qqz9vl7MMur24wAV0iUwBZ > .row .container { width:320px;height:663px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4WwiBNH5apHw6ZoPzMNn6s8rUJfs09h { width:301px;height:92px;top:21px;left:12px;font-size:23px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AJ2sneKzt884S2y80P62E8RlgstRR80L { width:320px;height:150px;top:376px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wgfcngbsxFRK0TnC84z8q2Xk3P9uR9uF { width:180px;height:55px;top:564px;left:70px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #UTDc2yZli3eaflTA0DuhclqmFfvUs2pi { display:block; }
 }@media only screen and (max-width: 763px) { #U7r0KKFbU4TiA5znSMcFvM9icoPnhLTt { width:200px;height:60px;top:425px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #RLff9ntHxgyuoTZvXBRXZLA2ibsVsC7J { display:block; }
 }@media only screen and (max-width: 763px) { #VrBugN8G0x6pTmPmQ7HNuaesW7PShqyG { width:180px;height:55px;top:948px;left:70px;font-size:22px;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #MP3PFI5czpVb2cck3EKQ4h6bZWwo67G3 { display:block; }
 }@media only screen and (max-width: 763px) { #iEFTE69fERFtNPNOO8eFRhxAbxs1q1O0 { height:180px;width:320px;top:143px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 { background-color:#e3eaf0;background-image:none;display:block; }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row .container { background-color: transparent; background-image: none; }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row .container > .video-iframe-container { display: none; }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row > .video-iframe-container { display: none; }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .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); }#n6mh6gbXu5aeUeo2OflIWPSBQwkQKWv7 > .row .container { width:320px;height:1038px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RDBttZtOJDi7uyCKEmEHSUeXixhMK28u { width:320px;height:1016px;top:28px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hPJm6ChGwoD0Tc7kaq1Lk9TuhxV9proa { width:178px;height:124px;top:50px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0ITLRfTTSJPTAZAU4oCv4bsxQVQKey { width:320px;height:750px;top:236px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oZB2RHxmz6L1SHtdimF6ut2SJUiUzppf { width:120px;height:160px;top:50px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #la6d6zL5czSlTMU5W8z7pMNWlWk3KdND { background-color:#e3eaf0;background-image:none;display:block; }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row .container { background-color: transparent; background-image: none; }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row .container > .video-iframe-container { display: none; }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row > .video-iframe-container { display: none; }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .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); }#la6d6zL5czSlTMU5W8z7pMNWlWk3KdND > .row .container { width:320px;height:616px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwys8zNJmk6MyVbdH4EAcCDiti9GPEQN { width:320px;height:320px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #LCgMG0w8hU8mffaIeTahMh3DUOwLCvqn { width:320px;height:36px;top:21px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dpw0ExRdcwPXIizWclQdZtXGt2KPh7Qn { width:263px;height:112px;top:359.4375px;left:28.5px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWma5ohPFEixfEZJ0J2iKMDV1BJcNuvp { width:320px;height:41px;top:57px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQXEF9OFgUAZ6rb4aQ782HKZQA0Bczmu { width:320px;height:224.438px;top:109px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cqRnXxJaE1fOn1iEPRo4D2TPthgiiOcy { width:311px;height:55px;top:499px;left:4.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TRprfmFePi0F3tG1JOJp151sXUzLWvMC { display:block; }
 }@media only screen and (max-width: 763px) { #fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon { display:block; }#fPwoRoyuF0XJfSoK37Mn5fsC3rLMFQon > .row .container { width:320px;height:106px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phmdr09dfFLerI66bEMlMX0sHFX2Pph4 { width:320px;height:14px;top:13px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uS4D5mmUAsUS4BsesOyphMG6vVuVfi96 { width:109px;height:14px;top:51px;left:105px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #omoWXPzy3QaT1F4ENlhKySzgFGQaCy0G { width:61px;height:14px;top:73px;left:129px;font-size:11px;display:block; }
 }