.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/697e0063-13b2-40ba-8e21-dec8a495a442/MVe1x1uCvOWtznG1VXnLDH9oxiDc7gKhab8om6jx.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.58); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.58); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:465px;width:960px;overflow:visible;position:relative;display:block; }#AWqJwd4ey4TlwgAodxorp9pTtSALqGLZ { display:block;width:960px;position:absolute;font-family:"open sans";font-size:27px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:255.4375px;left:0px;height:;color:#fbfbfb;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfGPikEmxTh18AP4SOvqhX7VAuahKPQ4 { display:block;width:520px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:316.46875px;left:210.5px;height:28.5972px;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#DWbg59KwLuuZZBNgulQJU8kikPh21pPF { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82.9875px;width:390px;top:133.93124389648px;left:285px;overflow:hidden;display:block; }
#DsuIs20B5H0Fy3NkqUiILLJHyPh5IFsp { position:absolute;display:block;z-index:99999;background-color:#9dbc1c;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:63.9688px;width:778.969px;top:241.5px;left:109.484375px;display:block; }
#Jvz7Si7omtwFvREXLtGga9k52EkQRW1g { background-color:rgba(236,60,60,0.93);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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:344px;height:55px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:385px;left:308px;display:block; }
#OFDT3tGbunhvApHqaWvX6h7L0tN8UgpC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#aoIWL081m29evIVTLia2T9cOavGtsPpZ { box-sizing:content-box;color:rgba(238,3,3,0.77);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:100006;top:391px;left:227.5px;display:block; }
#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9dbc1c;background-image:none;position:relative;display:block; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container { background-color: transparent; background-image: none; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container > .video-iframe-container { display: none; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row > .video-iframe-container { display: none; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .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); }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container { border-width: 0; border-radius: 0; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container { font-size:14px;font-family:"open sans";height:11px;width:960px;position:relative;display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 { position:relative;display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 { background-color: transparent; background-image: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container > .video-iframe-container { display: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row > .video-iframe-container { display: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .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); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 { border-width: 0; border-radius: 0; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .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:"open sans";height:696px;width:960px;position:relative;display:block; }#X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { display:block;width:549px;position:absolute;font-family:"open sans";font-size:42px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:29.987548828125px;left:205.5px;height:54.5972px;font-style:normal;color:#4a4a4a;text-align:center;text-align-last:center;display:block; }
#nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN { position:absolute;display:block;z-index:100005;background-color:#9dbc1c;background-image:url("https://images.assets-landingi.com/dikfisTl/2020_10_21.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:3px solid #9dbc1c;border-left:3px solid #9dbc1c;border-right:3px solid #9dbc1c;border-bottom:3px solid #9dbc1c;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:180px;width:180px;top:401px;left:69px;display:block; }#nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN.adaptive-delivery-prevent-bg, #nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN.lazyload, #nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN.lazyloading { background-image: none; }
#xhag19EocC5SIUmAL2FzMHxdJyJktXOx { display:block;width:212px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:389.98138427734px;left:289.98748779297px;height:23.3906px;font-style:normal;color:#4a4a4a;text-align:left;text-align-last:left;display:block; }
#o1OlVe6dIImBQ0GX2mN6pGFgxPprLHNn { display:block;width:617px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:431.98138427734px;left:289.98748779297px;height:228.766px;font-style:normal;color:#4a4a4a;text-align:justify;text-align-last:initial;display:block; }
#ynq68vvQwaXtKpNCB4qno5HvW2aZxOuA { display:block;width:602px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:159.9938659668px;left:289.98748779297px;height:207.9688px;font-style:normal;color:#4a4a4a;text-align:justify;text-align-last:initial;display:block; }
#wWFpfxHAAObUESKgempZwGqBzea304Uz { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/t3KJl6ch/PiotrHryniewicz_opinia.jpeg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:3px solid #9dbc1c;border-left:3px solid #9dbc1c;border-right:3px solid #9dbc1c;border-bottom:3px solid #9dbc1c;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:180px;width:180px;top:118px;left:69px;display:block; }#wWFpfxHAAObUESKgempZwGqBzea304Uz.adaptive-delivery-prevent-bg, #wWFpfxHAAObUESKgempZwGqBzea304Uz.lazyload, #wWFpfxHAAObUESKgempZwGqBzea304Uz.lazyloading { background-image: none; }
#OtanhPOqKVPZdrMH343P9bZTeCQfvKnQ { display:block;width:212px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:118px;left:290px;height:23.3906px;font-style:normal;color:#31455f;text-align:left;text-align-last:left;display:block; }
#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9dbc1c;background-image:none;position:relative;display:block; }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC > .row .container { background-color: transparent; background-image: none; }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC > .row .container > .video-iframe-container { display: none; }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC > .row > .video-iframe-container { display: none; }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC > .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); }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC > .row .container { border-width: 0; border-radius: 0; }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC > .row .container { font-size:14px;font-family:"open sans";height:11px;width:960px;position:relative;display:block; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6f95ca7-feb5-406b-b949-330585be8bcc/Beznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.adaptive-delivery-prevent-bg, #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.lazyload, #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.lazyloading { background-image: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { background-color: transparent; background-image: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,246,246,0.66); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container > .video-iframe-container { display: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,246,246,0.66); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row > .video-iframe-container { display: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .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); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { border-width: 0; border-radius: 0; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { font-size:14px;font-family:"open sans";height:216px;width:960px;position:relative;display:block; }#tqoPd6imwiuXwordT3oBlgGd9y2wy1Z0 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:340px;top:48.412506103516px;left:310.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWqJwd4ey4TlwgAodxorp9pTtSALqGLZ { width:450px;height:94px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TfGPikEmxTh18AP4SOvqhX7VAuahKPQ4 { width:520px;height:28px;top:316px;left:112.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DWbg59KwLuuZZBNgulQJU8kikPh21pPF { top:133px;left:187px;width:390px;height:82.9875px;display:block; }
 }@media only screen and (max-width: 763px) { #DsuIs20B5H0Fy3NkqUiILLJHyPh5IFsp { top:241px;left:0px;width:764px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #Jvz7Si7omtwFvREXLtGga9k52EkQRW1g { width:344px;height:55px;top:385px;left:210px;display:block; }
 }@media only screen and (max-width: 763px) { #OFDT3tGbunhvApHqaWvX6h7L0tN8UgpC { display:block; }
 }@media only screen and (max-width: 763px) { #aoIWL081m29evIVTLia2T9cOavGtsPpZ { top:391px;left:129.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM { display:block; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K440IsMB61NrEx5mGSItSWabcb9ENF37 { display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { width:764px;height:188px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN { top:401px;left:0px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #xhag19EocC5SIUmAL2FzMHxdJyJktXOx { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o1OlVe6dIImBQ0GX2mN6pGFgxPprLHNn { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ynq68vvQwaXtKpNCB4qno5HvW2aZxOuA { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wWFpfxHAAObUESKgempZwGqBzea304Uz { top:118px;left:0px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #OtanhPOqKVPZdrMH343P9bZTeCQfvKnQ { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC { display:block; }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT { display:block; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqoPd6imwiuXwordT3oBlgGd9y2wy1Z0 { top:48px;left:212.00003051758px;width:340px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/697e0063-13b2-40ba-8e21-dec8a495a442/MVe1x1uCvOWtznG1VXnLDH9oxiDc7gKhab8om6jx.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:449px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWqJwd4ey4TlwgAodxorp9pTtSALqGLZ { width:280.987px;height:75.5625px;top:231.76873779297px;left:19.481249332428px;text-align:center;text-align-last:center;font-size:18px;line-height:1.4;font-family:montserrat;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TfGPikEmxTh18AP4SOvqhX7VAuahKPQ4 { width:319.984px;height:39px;top:327.375px;left:0px;text-align:center;text-align-last:center;font-size:15px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DWbg59KwLuuZZBNgulQJU8kikPh21pPF { width:306.994px;height:63.9937px;top:86.981246948242px;left:6.4874997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #DsuIs20B5H0Fy3NkqUiILLJHyPh5IFsp { width:312px;height:88px;top:221px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Jvz7Si7omtwFvREXLtGga9k52EkQRW1g { width:304px;height:55px;top:374px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #OFDT3tGbunhvApHqaWvX6h7L0tN8UgpC { display:block; }
 }@media only screen and (max-width: 763px) { #aoIWL081m29evIVTLia2T9cOavGtsPpZ { width:50px;height:50px;top:304px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM { display:none; }#UxxNgDGGC9e2RXF6xxFpVlhEn8xnNzzM > .row .container { width:320px;height:9px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K440IsMB61NrEx5mGSItSWabcb9ENF37 { display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { width:320px;height:1324px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { width:300px;height:36.3906px;top:33px;left:10px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #nKtXfcChUO2FT9apkF0bAR6V1iRWO0HN { width:174.994px;height:174.994px;top:638.23119735718px;left:67.481247425079px;display:block; }
 }@media only screen and (max-width: 763px) { #xhag19EocC5SIUmAL2FzMHxdJyJktXOx { width:211.987px;height:19.5px;top:843.99365234375px;left:53.99999666214px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #o1OlVe6dIImBQ0GX2mN6pGFgxPprLHNn { width:288.994px;height:448.5px;top:875.9811706543px;left:15.487499713898px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ynq68vvQwaXtKpNCB4qno5HvW2aZxOuA { width:303.994px;height:331.5px;top:322.98748397827px;left:7.9874997138977px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wWFpfxHAAObUESKgempZwGqBzea304Uz { width:180px;height:180px;top:88px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #OtanhPOqKVPZdrMH343P9bZTeCQfvKnQ { width:212px;height:19.5px;top:293px;left:54px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC { display:none; }#nrB0Q5va328yrfPTgSuXDSVMEIwQx0eC > .row .container { width:320px;height:9px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6f95ca7-feb5-406b-b949-330585be8bcc/Beznazwy1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.adaptive-delivery-prevent-bg, #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.lazyload, #ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT.lazyloading { background-image: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { background-color: transparent; background-image: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,246,246,0.8); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container > .video-iframe-container { display: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,246,246,0.8); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row > .video-iframe-container { display: none; }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .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); }#ZL7sbIg6BDpFheFoCu0KAwZn4TzZSUrT > .row .container { width:320px;height:159px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqoPd6imwiuXwordT3oBlgGd9y2wy1Z0 { width:276px;height:55.9875px;top:51.993774414062px;left:21.974998950958px;display:block; }
 }