.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:url("https://images.assets-landingi.com/uc/f0ec3be0-b617-4cb8-9c2d-7896ca2d4e05/KopiaProjektbeztytuu2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { 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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { position:relative;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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:97px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MK968UIMvxcfAyo8RdkLQxUfPymQVLtn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:87px;width:175px;top:0px;left:0px;overflow:hidden;display:block; }
#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { color:#000000;display:block;width:475.99px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15009;line-height:2.2;letter-spacing:0;top:96.9921875px;left:0px;height:329.9476px;font-style:normal;display:block; }
#NzQwTNoG6hTmQWfvKN8bWVZZbGxlucaN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:600px;width:960px;display:none; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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:836px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#000000;display:block;width:566.992px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:675.98954772949px;left:0px;height:25.2865px;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#ff1e1e;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:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:50px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:737px;left:0px;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iV4ivxMTeckDRI9UCkTQbap9dg7d7gFX { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:417.64318847656px;left:0px; }
#V7KL1u7tB0h8ZLa0bKXNSS0vRhKPk0R9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:472px;left:0px; }
#HVTQx6299u2Bvlwa42I7I19k96aEFgGf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:340px;left:0px; }
#V3GqQD98wDSMHuNEwKTvoUVE4wabKPzQ { color:#282828;display:block;width:426.979px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:284.79164886475px;left:0px;height:30px;font-style:normal;display:block; }
#qRiVS3ipU19NIMm772Xp8ZnxBu2T7ifw { color:#000000;display:block;width:493.997px;position:absolute;font-family:"open sans";font-size:17px;font-weight:300;z-index:15010;line-height:2.2;letter-spacing:0;top:417.63018798828px;left:60px;height:74.8178px;font-style:normal;display:block; }
#liXZ8TKaQTGyl1AEZJIerq57CVC5Z77z { color:#000000;display:block;width:521px;position:absolute;font-family:"open sans";font-size:17px;font-weight:300;z-index:15011;line-height:2.2;letter-spacing:0;top:472px;left:60px;height:74.8177px;font-style:normal;display:block; }
#HkDCnZShB7zKAnRSbSNcB4qGwg6tIwMd { color:#000000;display:block;width:530.99px;position:absolute;font-family:"open sans";font-size:17px;font-weight:300;z-index:15012;line-height:2.2;letter-spacing:0;top:581.99217224121px;left:0px;height:74.8177px;font-style:normal;display:block; }
#WqctBLQwCcpH3TiQVE01LTMbS5FtBIQv { color:#000000;display:block;width:512.995px;position:absolute;font-family:"open sans";font-size:17px;font-weight:300;z-index:15011;line-height:2.2;letter-spacing:0;top:339.98695373535px;left:60px;height:74.8177px;font-style:normal;display:block; }
#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1385b2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .row .container { background-color: transparent; background-image: none; }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .row .container > .video-iframe-container { display: none; }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .row > .video-iframe-container { display: none; }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .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); }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .row .container { border-width: 0; border-radius: 0; }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .row .container { font-size:14px;font-family:arial;height:277px;width:960px;position:relative;display:block; }#hMTWrPRIMV8V7Preca4b3PpclRUQ7fCd { display:block;width:812px;position:absolute;font-family:raleway;font-size:24px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:88.10417175293px;left:74px;height:100.781px;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { background-color: transparent; background-image: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container > .video-iframe-container { display: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container { display: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .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); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { border-width: 0; border-radius: 0; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { font-size:14px;font-family:arial;height:563px;width:960px;position:relative;display:block; }#Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { color:#000000;display:block;width:511.969px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:145.02603149414px;left:31.966156005859px;height:248.906px;display:block; }#Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA li:before{  }
#pPJHxzyvo8J7e2wXLc2PGLTWDhETU9f2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:405px;width:268px;top:67px;left:588.00001525879px;overflow:hidden;display:block; }
#DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg { color:#232323;display:block;width:515px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:51px;left:30.47917175293px;height:67.9948px;font-style:normal;display:block; }
#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .row .container { background-color: transparent; background-image: none; }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .row .container > .video-iframe-container { display: none; }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .row > .video-iframe-container { display: none; }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .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); }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .row .container { border-width: 0; border-radius: 0; }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .row .container { font-size:14px;font-family:arial;height:677px;width:960px;position:relative;display:block; }#TGlhPW2EXtfmKdgDaSoB84nXmnUNC9T2 { position:absolute;display:block;z-index:15000;background-color:#5dbbbc;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:528px;width:544px;top:49px;left:0px;display:block; }
#cUAOpCMJ5g40ZTKCVpbBaLzqde6xHAoE { color:#000000;display:block;width:450px;position:absolute;font-family:"open sans";font-size:31px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:116.5624961853px;left:46.9921875px;height:80.599px;text-align:center;text-align-last:center;display:block; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-form-header { font-size:15px; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:18px;font-weight:400;color:#ffffff;width:414px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:1.6; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-text { background-color:rgba(255,255,255,0.07);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-top:1px solid rgba(255,255,255,0.7);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:414px;box-sizing:border-box;height:47px;color:#ffffff;font-size:18px;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;line-height:1.3; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-text {padding-top: 0; padding-bottom: 0;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-textarea { background-color:rgba(255,255,255,0.07);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:1px solid rgba(255,255,255,0.7);border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-top:1px solid rgba(255,255,255,0.7);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:414px;box-sizing:border-box;height:70px;color:#ffffff;font-size:18px;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;line-height:1.3; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-select { background-color:transparent;background-image:none;border-top:2px solid rgba(242,249,255,0.35);border-right:2px solid rgba(242,249,255,0.35);border-bottom:2px solid rgba(242,249,255,0.35);border-left:2px solid rgba(242,249,255,0.35);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:414px;box-sizing:border-box;height:41px;font-family:"titillium web";color:#ffffff;font-size:13px;overflow:hidden;vertical-align:top; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-select {padding-top: 0; padding-bottom: 0;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-button { background-color:#ff1e1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:414px;height:50px;font-family:raleway;overflow:hidden;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.54);font-family:"open sans";font-size:15px;font-weight:300;font-style:normal; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.54);font-family:"open sans";font-size:15px;font-weight:300;font-style:normal; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.54);font-family:"open sans";font-size:15px;font-weight:300;font-style:normal; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.54);font-family:"open sans";font-size:15px;font-weight:300;font-style:normal; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:11px;font-weight:400;color:#f2f9ff;vertical-align:top;width:397px;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"titillium web";font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-container { padding-top:1px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-container:first-of-type{padding-top:0;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-container:last-of-type{padding-bottom:0;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:414px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.986999511719px;top:196.34106445312px;z-index:15011;position:absolute;font-size:15px; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:414px;display:block;vertical-align:top; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-info-text { display:block;height:auto;font-family:raleway;font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT {display:block;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:414px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:44.986999511719px;top:196.34106445312px;z-index:15011;position:absolute;font-size:15px; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #BDZTNrIv2WcXl7aDFHTFdpE1aUEGOBO2 { position:relative; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #OCUlkwidatUBkZWrrPXqW90lzShVuMZ2 { position:relative;display:block; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #nVWnHlxXreZR54ufDJMZW2DcetNvQxK0 { position:relative; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #K0hmTKHprCF0WDacRyRKDbLhlyT8ZRsK { position:relative; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #R05JbJqEDTTLqoMTT6zmIGgaLvvLeG33 { position:relative;display:block; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #Ktw5wPxzs3Xs3sZREmruxvxPImFh846G { position:relative; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #v315L49WleCtIdRx14SpNFoVd2g8uuz5 { position:relative; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #rtufC2ClcJRTO0VpySW382PPRXG8TUUR { position:relative;z-index:2; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #xMdvrJSEn2y04XEfykDrNLZSz0FoDz4O { position:relative; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #UIcS9wsoo6Bsw9caA1oBmh63h67btmyW { position:relative; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #ovrVIpmF59vLdUZgFbohQWlVO1yX7cUT { position:relative; }
#NngXOxisUOOOsvfq0dPrMBaqvkIcgaJi { color:#232323;display:block;width:353.984px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:48.997394561768px;left:575.01300048828px;height:33.9974px;font-style:normal;display:block; }
#CoXJP3JeGhJx5ynA7p63xTrXzGHSS2Df { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:207.969px;width:312.969px;top:421.83591842651px;left:575.01300048828px;overflow:hidden;display:block; }
#R22kTsraTcMJ1E3xglveh2bDI3Hm5VN9 { color:#232323;display:block;width:373.997px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:98.177074432373px;left:586.015625px;height:;font-style:normal;display:block; }#R22kTsraTcMJ1E3xglveh2bDI3Hm5VN9 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#R22kTsraTcMJ1E3xglveh2bDI3Hm5VN9 li:before{  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MK968UIMvxcfAyo8RdkLQxUfPymQVLtn { top:0px;left:0px;width:175px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { top:96px;left:0px;width:475px;height:329px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NzQwTNoG6hTmQWfvKN8bWVZZbGxlucaN { width:764px;height:477px;display:none; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:675px;left:0px;width:566px;height:25px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:260px;height:50px;top:737px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #iV4ivxMTeckDRI9UCkTQbap9dg7d7gFX { top:417px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #V7KL1u7tB0h8ZLa0bKXNSS0vRhKPk0R9 { top:472px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #HVTQx6299u2Bvlwa42I7I19k96aEFgGf { top:340px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #V3GqQD98wDSMHuNEwKTvoUVE4wabKPzQ { top:284px;left:0px;width:426px;height:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qRiVS3ipU19NIMm772Xp8ZnxBu2T7ifw { top:417px;left:0px;width:493px;height:74px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #liXZ8TKaQTGyl1AEZJIerq57CVC5Z77z { top:472px;left:0px;width:520px;height:74px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HkDCnZShB7zKAnRSbSNcB4qGwg6tIwMd { top:581px;left:0px;width:530px;height:74px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WqctBLQwCcpH3TiQVE01LTMbS5FtBIQv { top:339px;left:0px;width:512px;height:74px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 { display:block; }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .row .container { width:764px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMTWrPRIMV8V7Preca4b3PpclRUQ7fCd { width:233px;height:33px;top:77px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { display:block; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { top:145px;left:0px;width:511px;height:248px;font-size:20px;display:block; }#Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA li:before{  }
 }@media only screen and (max-width: 763px) { #pPJHxzyvo8J7e2wXLc2PGLTWDhETU9f2 { top:67px;left:490.00001525879px;width:268px;height:405px;display:block; }
 }@media only screen and (max-width: 763px) { #DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg { top:51px;left:0px;width:515px;height:68px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc { display:block; }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGlhPW2EXtfmKdgDaSoB84nXmnUNC9T2 { top:49px;left:0px;width:543px;height:527px;display:block; }
 }@media only screen and (max-width: 763px) { #cUAOpCMJ5g40ZTKCVpbBaLzqde6xHAoE { top:116px;left:0px;width:450px;height:80px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-regular-label { display:block; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-checkbox-label { width:264px; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT  { width:281px;height:auto;top:154px;left:450px; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT {display:block;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT { width:281px;height:auto;top:154px;left:450px; }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #BDZTNrIv2WcXl7aDFHTFdpE1aUEGOBO2 {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #OCUlkwidatUBkZWrrPXqW90lzShVuMZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #nVWnHlxXreZR54ufDJMZW2DcetNvQxK0 {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #K0hmTKHprCF0WDacRyRKDbLhlyT8ZRsK {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #R05JbJqEDTTLqoMTT6zmIGgaLvvLeG33 { display:block; }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #Ktw5wPxzs3Xs3sZREmruxvxPImFh846G {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #v315L49WleCtIdRx14SpNFoVd2g8uuz5 {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #rtufC2ClcJRTO0VpySW382PPRXG8TUUR {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #xMdvrJSEn2y04XEfykDrNLZSz0FoDz4O {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #UIcS9wsoo6Bsw9caA1oBmh63h67btmyW {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #ovrVIpmF59vLdUZgFbohQWlVO1yX7cUT {  }
 }@media only screen and (max-width: 763px) { #NngXOxisUOOOsvfq0dPrMBaqvkIcgaJi { top:48px;left:411px;width:353px;height:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CoXJP3JeGhJx5ynA7p63xTrXzGHSS2Df { top:421px;left:452px;width:312px;height:207.32509609578px;display:block; }
 }@media only screen and (max-width: 763px) { #R22kTsraTcMJ1E3xglveh2bDI3Hm5VN9 { top:98px;left:391px;width:373px;height:;font-size:20px;display:block; }#R22kTsraTcMJ1E3xglveh2bDI3Hm5VN9 li:before{  }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/134557c4-7e70-43eb-ab4c-81e0146700f3/Projektbeztytuu20220904T185313584.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { 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); } }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:320px;height:470px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK968UIMvxcfAyo8RdkLQxUfPymQVLtn { width:101.992px;height:50.9896px;top:75px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { width:295px;height:240px;top:226.94009399414px;left:12.486979484558px;font-size:20px;line-height:2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzQwTNoG6hTmQWfvKN8bWVZZbGxlucaN { top:0px;left:0px;width:320px;height:200px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:320px;height:800px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:247.982px;height:105.573px;top:584px;left:36px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:272.982px;height:50px;top:711px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #iV4ivxMTeckDRI9UCkTQbap9dg7d7gFX { width:45px;height:45px;top:328px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #V7KL1u7tB0h8ZLa0bKXNSS0vRhKPk0R9 { width:45px;height:45px;top:237px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HVTQx6299u2Bvlwa42I7I19k96aEFgGf { width:45px;height:45px;top:99px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #V3GqQD98wDSMHuNEwKTvoUVE4wabKPzQ { width:320px;height:26.9922px;top:30px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRiVS3ipU19NIMm772Xp8ZnxBu2T7ifw { width:264px;height:116.9532px;top:237px;left:54px;font-size:13px;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #liXZ8TKaQTGyl1AEZJIerq57CVC5Z77z { width:269px;height:77.9688px;top:328px;left:49px;font-size:13px;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #HkDCnZShB7zKAnRSbSNcB4qGwg6tIwMd { width:320px;height:77.9688px;top:480px;left:0px;font-size:13px;line-height:3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqctBLQwCcpH3TiQVE01LTMbS5FtBIQv { width:262.995px;height:116.953px;top:99px;left:57px;font-size:13px;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 { display:block; }#baqAK6LHF6A5DQdbfB8aqRMTu3v7lmw1 > .row .container { width:320px;height:325px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMTWrPRIMV8V7Preca4b3PpclRUQ7fCd { width:260px;height:201.458px;top:61.757751464844px;left:29.999999046326px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { display:block; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { width:320px;height:243.737px;top:122.98175048828px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }#Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA li:before{  }
 }@media only screen and (max-width: 763px) { #pPJHxzyvo8J7e2wXLc2PGLTWDhETU9f2 { width:175.99px;height:265.99px;top:398.984375px;left:71.992182731628px;display:block; }
 }@media only screen and (max-width: 763px) { #DqfZ1uI10KkbTmJdPWEtouiVz6OWMZMg { width:320px;height:54.401px;top:39.986968994141px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc { display:block; }#gfxxyUhmTb9aTIh6NLwdkc1Sh2w2VyFc > .row .container { width:320px;height:1050px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGlhPW2EXtfmKdgDaSoB84nXmnUNC9T2 { width:320px;height:599px;top:362px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cUAOpCMJ5g40ZTKCVpbBaLzqde6xHAoE { width:320px;height:166.406px;top:404px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-regular-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-text { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-text {padding-top: 0; padding-bottom: 0;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-textarea { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-select { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-select {padding-top: 0; padding-bottom: 0;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-family:"open sans";height:70px;line-height:1.3;overflow:hidden; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-checkbox-label { width:223px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:11px;overflow:hidden;height:auto; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-container { padding-top:3px;padding-right:0;padding-bottom:3px;padding-left:0; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-container:first-of-type{padding-top:0;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .widget-container:last-of-type{padding-bottom:0;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT  { width:240px;height:auto;top:486px;left:20px; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT .radio-container { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT {display:block;}#wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT { width:240px;height:auto;top:603px;left:20px; }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #BDZTNrIv2WcXl7aDFHTFdpE1aUEGOBO2 {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #OCUlkwidatUBkZWrrPXqW90lzShVuMZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #nVWnHlxXreZR54ufDJMZW2DcetNvQxK0 {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #K0hmTKHprCF0WDacRyRKDbLhlyT8ZRsK {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #R05JbJqEDTTLqoMTT6zmIGgaLvvLeG33 { display:block; }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #Ktw5wPxzs3Xs3sZREmruxvxPImFh846G {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #v315L49WleCtIdRx14SpNFoVd2g8uuz5 {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #rtufC2ClcJRTO0VpySW382PPRXG8TUUR {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #xMdvrJSEn2y04XEfykDrNLZSz0FoDz4O {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #UIcS9wsoo6Bsw9caA1oBmh63h67btmyW {  }
 }@media only screen and (max-width: 763px) { #wmw52SOitlfTx1m8Iu9FTeg2r6LWyBCT #ovrVIpmF59vLdUZgFbohQWlVO1yX7cUT {  }
 }@media only screen and (max-width: 763px) { #NngXOxisUOOOsvfq0dPrMBaqvkIcgaJi { width:320px;height:27.2005px;top:41.979164123535px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoXJP3JeGhJx5ynA7p63xTrXzGHSS2Df { width:312px;height:207px;top:772.417px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #R22kTsraTcMJ1E3xglveh2bDI3Hm5VN9 { width:320px;height:227.604px;top:94.23176831007px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }#R22kTsraTcMJ1E3xglveh2bDI3Hm5VN9 li:before{  }
 }