.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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);
}
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-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 (max-width: 1199px) { [class*="col-"] { width: 100%; } }body { background-color:transparent;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:#ffffff;background-image:url("https://images.assets-landingi.com/CcctcaGi/landing_szpitale_min.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#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(0,0,0,0); }#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(0,0,0,0); }#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:arial;height:448px;width:1200px;overflow:visible;position:relative;display:block; }#Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { color:#ffffff;display:block;width:642px;position:absolute;font-family:roboto;font-size:20px;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:392.859375px;left:18.234375px;height:21px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IhpGvFN87fCUsTThgBS0fxSeNWSc6XLz { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:86px;width:329px;top:221.9375px;left:18.234375px;overflow:hidden;display:block; }
#SztxQ57y5Gc9tgzyXSGrBOwAIZxxBmB8 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:156px;top:17.9765625px;left:0.234375px;overflow:hidden;display:block; }
#LsJgx1e8IdtPTCMkV1LQE3rp4Qb8Dvz2 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29px;width:216px;top:346.9375px;left:18.234375px;overflow:hidden;display:block; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-form-header {  }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:398px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;width:398px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:roboto;vertical-align:top; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-text {padding-top: 0; padding-bottom: 0;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:398px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:roboto;vertical-align:top; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:398px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-select {padding-top: 0; padding-bottom: 0;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;border-top:1px solid #ff700a;border-left:1px solid #ff700a;border-right:1px solid #ff700a;border-bottom:1px solid #ff700a;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ff700a;width:398px;height:60px;font-family:"open sans";overflow:hidden; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.5);font-family:roboto;font-size:16px;font-weight:300;font-style:normal; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.5);font-family:roboto;font-size:16px;font-weight:300;font-style:normal; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.5);font-family:roboto;font-size:16px;font-weight:300;font-style:normal; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.5);font-family:roboto;font-size:16px;font-weight:300;font-style:normal; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:381px;overflow:hidden;font-style:normal; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-container { padding-top:5px;padding-left:0;padding-right:0;padding-bottom:5px;width:100%;font-size:0px;height:auto; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-container:first-of-type{padding-top:0;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-container:last-of-type{padding-bottom:0;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:398px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100017;position:absolute;top:11.859375px;left:745px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:398px;display:block;vertical-align:top; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-info-text {  }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn {display:block;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:398px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100017;position:absolute;top:11.859375px;left:745px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #oqTEwnkTqIIR4B9pt16AQ9lhuKedKCSa { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #GI992HqryuN4M8Ge1w5BOxSKKxIUl2OB { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #nNCzvuPVLk691lkWlBQVCVwSwiWiVntK { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #OJDAh4DhwFpFbxJAKGF5yeUXqJAmz557 { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #uIhh0ikp1kQMAPQhgMpWlqssTJB7Ic8s { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #Jidcw3iveTC3dUsHefT9pRRhA4XPwZRd { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #c2ZbgCa5SOTsL74CWXUrZWx4mx7qdk0h { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #Qg4wcNayLhGratnu34AoLfwTQc3TpNkX { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #gqJXBqsaToKAyEBrz5T9tJ0iZ981ZzNd { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #iD8rsAtL4AN8N6eK3vTX4BTfRW7UbR7L { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #s2Fvmw6a1AIeidU30TVhePPXOhtfCCuJ { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #bpotJBm2SA1E47skUMbBlHMwIf0n6cP9 { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #RXfKAT8UPTAeO7qXHb3RwHQmlezWVSkF { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #oyBVSOM05XhumT8qxuiaNIWE5pvkJApz { position:relative;top:0px;left:0px;z-index:2; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #PHy5fT7c9HRpOpAEWirw4vsF8OirRlJr { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #qe3MKmJhsC94DLHGqlsiv2TQTuxlNP2o { position:relative;top:0px;left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #pSlKvMfG6uHbPtyUK0sCXJkd4h8lJGTo { position:relative; }
#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 > .row .container { background-color: transparent; background-image: none; }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 > .row .container > .video-iframe-container { display: none; }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 > .row > .video-iframe-container { display: none; }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 > .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); }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 > .row .container { border-width: 0; border-radius: 0; }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 > .row .container { font-size:14px;font-family:arial;height:1022px;width:1200px;position:relative;display:block; }#VFt30OPb8yo732eOVZ8vUThKwaPAEUgh { color:#000000;display:block;width:1125px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:870.9375px;left:0.234375px;height:115px;font-style:normal;display:block; }
#JKbfJ1w27mv4podqftR67ht2qvNN0e6M { color:#262d3c;display:block;width:887px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100021;line-height:1.1;letter-spacing:0;top:21.4453125px;left:0.234375px;height:21px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nVXQK4i3nxk2x9zNOfBIt9gp2X8xaTSD { position:absolute;display:block;z-index:100010;background-color:#ff700a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5px;width:477px;top:57.5234375px;left:0.234375px;display:block; }
#Lr41S9psJiAqnTmdqLPBTAcJlt4562NS { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:672px;width:1200px;top:78.4609375px;left:0.234375px;display:block; }
#g69wglTPn9wQerrKS1Z6SUAW2X2sseap { z-index:100001;top:781.0078125px;left:478.4765625px;background-color:transparent;background-image:none;border-top:1px solid #ff700a;border-left:1px solid #ff700a;border-right:1px solid #ff700a;border-bottom:1px solid #ff700a;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ff700a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:244.03125px;height:61.03125px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gnoStiDmO4fkBq6vRGxwQeGRzIQDpEtK { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { background-color: transparent; background-image: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row > .video-iframe-container { display: none; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .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); }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { border-width: 0; border-radius: 0; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { font-size:14px;font-family:arial;height:658px;width:1200px;position:relative;display:block; }#EuGD72greys3iK6iOQyUOPGMMr5nAQkO { color:#262d3c;display:block;width:531px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100008;line-height:1.1;letter-spacing:0;top:44.953125px;left:0.234375px;height:21px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IRZyTHnRJady25ZTKaoTEa7NsLMnqUmy { position:absolute;display:block;z-index:100009;background-color:#ff700a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6px;width:272px;top:97.9921875px;left:0.234375px;display:block; }
#qQerzQF2v10K3lVoAf8ABhsm9PMwtIxu { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:557px;width:560px;top:72.96875px;left:324.9921875px;overflow:hidden;display:block; }
#JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { color:#262d3c;display:block;width:252px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:161.9765625px;left:28.9453125px;height:42px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#XfLSPX8U0vivTg9O5ewak62NtV39eTBL { color:rgba(0,0,0,0.7);display:block;width:275px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:225px;left:-1.78125px;height:96px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ARJhVmUtMRRMx4h2O7PptSPxcu5w3vqy { position:absolute;display:block;z-index:100014;background-color:#262d3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:15px;width:15px;top:281px;left:497px;display:block; }
#hWz6nNdhisSGehURWuWyq2fiilN2TyHw { color:#262d3c;display:block;width:335px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100013;line-height:1.1;letter-spacing:0;top:407.953125px;left:-56.015625px;height:42px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { color:rgba(0,0,0,0.7);display:block;width:275px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100013;line-height:1.4;letter-spacing:0;top:460.9453125px;left:0.234375px;height:72px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { position:absolute;display:block;z-index:100018;background-color:#262d3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:15px;width:15px;top:399.9609375px;left:511px;display:block; }
#W8xTJNEq29mCi0M5kSN71SNldE9BT3no { position:absolute;display:block;z-index:100019;background-color:#262d3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:15px;width:15px;top:225px;left:695px;display:block; }
#f3d0Tspsupf0ux8kW6T9zQKOBqcRJIVL { position:absolute;display:block;z-index:100018;background-color:#262d3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:190px;top:232px;left:710px;display:block; }
#yStPdf9JBWxWiMwxL5P8Av9nHzKpq7SH { color:#262d3c;display:block;width:237px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100011;line-height:1.1;letter-spacing:0;top:140.9765625px;left:963px;height:21px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kUyH9563WRhbqhEPEAhJylMTxIUVJJSR { color:rgba(0,0,0,0.7);display:block;width:234px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:169.9921875px;left:964.5px;height:96px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#R114NkVvEzrr2Hy7SRmkaN1rArOnydtm { color:#262d3c;display:block;width:240px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100015;line-height:1.1;letter-spacing:0;top:331.921875px;left:958.96875px;height:63px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#usbtZEsA9yI70qEF8EuEgTN2798V5Rg8 { color:rgba(0,0,0,0.7);display:block;width:246px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:407.953125px;left:954.234375px;height:144px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xR8blHpG77ryxtQpeaQ3XR6GLMxX7ZAA { position:absolute;display:block;z-index:100023;background-color:#262d3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:15px;width:15px;top:365px;left:665px;display:block; }
#EKJn4tirgqoIPVQASWqDv0MOfCGX3HAb { position:absolute;display:block;z-index:100014;background-color:#262d3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:191px;top:232.4765625px;left:709.9921875px;display:block; }
#TLOXoxUUKAziXOtZHpVNO52qIdh13qT1 { position:absolute;display:block;z-index:100014;background-color:#262d3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:191px;top:407.90625px;left:324.984375px;display:block; }
#O09nGxNtBi8vNF2xCN16A8opagH4DP0u { position:absolute;display:block;z-index:100019;background-color:#262d3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:220px;top:369.921875px;left:674.9921875px;display:block; }
#IuSsTRT1JqllOdqvBT0hFDMpnMfJWO3G { position:absolute;display:block;z-index:100015;background-color:#262d3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:191px;top:287.484375px;left:311.9921875px;display:block; }
#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0d4d;background-image:url("https://images.assets-landingi.com/CcctcaGi/landing_szpitale_min.jpg");background-position:bottom center;background-repeat:repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT > .row .container { background-color: transparent; background-image: none; }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT > .row .container > .video-iframe-container { display: none; }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT > .row > .video-iframe-container { display: none; }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT > .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); }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT > .row .container { border-width: 0; border-radius: 0; }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#bscpiniL4wC2Q2ed43KTv7qo2QN5nWSg { color:#ffffff;display:block;width:839px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:36.984375px;left:149.2265625px;height:92px;text-align:center;text-align-last:center;display:block; }
#MKCioxgrOM9yJsgb73HnM6Q0FU3SaDsq { z-index:100000;top:188.484375px;left:472.4765625px;background-color:transparent;background-image:none;border-top:1px solid #ff700a;border-left:1px solid #ff700a;border-right:1px solid #ff700a;border-bottom:1px solid #ff700a;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ff700a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:255.03125px;height:61.03125px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lZPOlhyavV7BXRyTJ2ltW4uFnHSS1tuT { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { background-color: transparent; background-image: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .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); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { border-width: 0; border-radius: 0; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { font-size:14px;font-family:arial;height:486px;width:1200px;position:relative;display:block; }#uOv35K2WpOIGLdfGrKvAza0cw5BHbWS1 { color:#262d3c;display:block;width:762px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:44.9765625px;left:0.234375px;height:21px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTkwoFqTWSGb5DDnVusaoCw1kSKfAH7y { position:absolute;display:block;z-index:100007;background-color:#ff700a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5px;width:267px;top:97.9921875px;left:0.234375px;display:block; }
#EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { color:rgba(0,0,0,0.7);display:block;width:662px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:160.96875px;left:0.234375px;height:;font-style:normal;display:block; }#EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px; }
#gIQuGTMVii69q8aC36kSPB4eetVX47Dd { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 7px rgba(0,0,0,0.5) ;height:383px;width:753px;top:51.984375px;left:617.7183605919px;overflow:hidden;display:block; }
#p5BKZw5cJcUUZZheJdiLqaPNqS1Ecu6k { color:#000000;display:block;width:549px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:126px;left:0.234375px;height:23px;font-style:normal;display:block; }
#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ > .row .container { background-color: transparent; background-image: none; }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ > .row .container > .video-iframe-container { display: none; }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ > .row > .video-iframe-container { display: none; }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ > .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); }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ > .row .container { border-width: 0; border-radius: 0; }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ > .row .container { font-size:14px;font-family:arial;height:347px;width:1200px;position:relative;display:block; }#nlHcah02kDXXTvSJln5q8S165QGU16sK { color:#262d3c;display:block;width:764px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:27.984375px;left:0.234375px;height:21px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qVroOsTQwGgT4KDmTpLNH4mS4qyTF5vR { position:absolute;display:block;z-index:100008;background-color:#ff700a;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6px;width:273px;top:79.03125px;left:0.234375px;display:block; }
#Ap0fWNeNN6T1Xu8C9pBS2zAbSONpktbD { color:rgba(0,0,0,0.7);display:block;width:890px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:166.9453125px;left:163.5px;height:54px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MX1z6tKmywAEvAdzHCI9WcwQM47TvVZo { box-sizing:content-box;color:#0e0d4d;font-size:95px;font-weight:400;line-height:1;height:138px;width:167px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:121.96875px;left:0;display:block; }
#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9aXdxX1A/template_image_Windows_Sale3.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { background-color: transparent; background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .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); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { border-width: 0; border-radius: 0; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { font-size:14px;font-family:arial;height:513px;width:1200px;position:relative;display:block; }#txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { color:#262d3c;display:block;width:567px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:100007;line-height:1.1;letter-spacing:0;top:80.9765625px;left:0.234375px;height:66px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bXcyCFbsCcbmU6dQNNfdPK6KmbrxG27z { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 8px 20px rgba(0,0,0,0.15) ;height:417px;width:456px;top:61.9921875px;left:678.984375px;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-form-header {  }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:398px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;width:398px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:roboto;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:398px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:roboto;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:398px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;border-top:1px solid #ff700a;border-left:1px solid #ff700a;border-right:1px solid #ff700a;border-bottom:1px solid #ff700a;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ff700a;width:398px;height:60px;font-family:"open sans";overflow:hidden; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.5);font-family:roboto;font-size:16px;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.5);font-family:roboto;font-size:16px;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.5);font-family:roboto;font-size:16px;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.5);font-family:roboto;font-size:16px;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:381px;overflow:hidden;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container { padding-top:5px;padding-left:0;padding-right:0;padding-bottom:5px;width:100%;font-size:0px;height:auto; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container:first-of-type{padding-top:0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container:last-of-type{padding-bottom:0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:398px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;position:absolute;top:80.96875px;left:687.984375px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:398px;display:block;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-info-text {  }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:398px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;position:absolute;top:80.96875px;left:687.984375px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EbezFk1riJSffUo2MoFslEP9lku71W0a { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Th47JLPZIeUpmvE1hFcDQIIv0dyVhsDp { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #IvBTe7TvbQK7dZhGOZsRrpMBKVn354Xe { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #PuQfxxDNpN0rsw4BMmAH2pZ7DizM1Dwu { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #sBCIEgfCf2JJGXOSKR8MoEcwoBlCegBz { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #bS978BFcIKEBTZPk2gGhXzgfDWEUEV6B { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #MNHU8ipDn1kOlz335tf7BtmBdrkO7I84 { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #blSGZCGWFGhAyJovHPAVb78QfxMBot3f { position:relative;top:0px;left:0px;z-index:2; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #RDnRWDn3PvGae1TxgklZUrRnbpMXsxQZ { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d { position:relative;top:0px;left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 { position:relative; }
#PPJBSgg4Zrb4BvuF8dW9HEwnFJhuBCSm { color:rgba(0,0,0,0.7);display:block;width:516px;position:absolute;font-family:roboto;font-size:26px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:173.4609375px;left:0.234375px;height:150px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0d4d;background-image:none;position:relative;display:block; }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq > .row .container { background-color: transparent; background-image: none; }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq > .row .container > .video-iframe-container { display: none; }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq > .row > .video-iframe-container { display: none; }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq > .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); }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq > .row .container { border-width: 0; border-radius: 0; }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq > .row .container { font-size:14px;font-family:arial;height:257px;width:1200px;position:relative;display:block; }#SRuezMPIiN9JKfExeNr3WJgFJcC4Fnwk { color:#ffffff;display:block;width:128px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:71.90625px;left:481.9921875px;height:18px;display:block; }
#Hbu6nNhudfLh5914I3zTt4ZoP1nTWx2P { color:#ffffff;display:block;width:228px;position:absolute;font-family:roboto;font-size:15px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:145.921875px;left:32.4609375px;height:42px;display:block; }
#N0hTDUaAy955T2pGLLOMIAtZAKi2bfXP { color:#ffffff;display:block;width:567px;position:absolute;font-family:roboto;font-size:13px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:226.953125px;left:32.4609375px;height:20px;display:block; }
#sLxdXxXkHVmEmvLgSRIuipwhbrQ84ktu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27px;width:202px;top:30.984375px;left:34.453125px;overflow:hidden;display:block; }
#bAUvSuDhVgddKTJERM9bexklOOFPKU3B { box-sizing:content-box;color:#ff700a;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:100004;top:70.859375px;left:83.4609375px;display:block; }
#na7HxW018fNl530riPykZwpPqHPxoFX1 { box-sizing:content-box;color:#ff700a;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:71.90625px;left:32.4609375px;display:block; }
#fUB5m7B6S2hG3777KTi0dXySenupzo9K { color:#ffffff;display:block;width:122px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:35.484375px;left:481.9921875px;height:18px;display:block; }
#mq2UxBi7m4XxyBy15T4NMemL7CHSdyCP { color:#ffffff;display:block;width:228px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:35.484375px;left:695.4140625px;height:18px;display:block; }
#ARBiqg2Boz2MDakT33ntGpl1zOMA3PWQ { color:#ffffff;display:block;width:228px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:71.90625px;left:695.4140625px;height:18px;display:block; }
#np5T7iXLEHQPffwbtPu5CoiMnEZSUVaS { color:#ffffff;display:block;width:228px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:35.484375px;left:888.234375px;height:18px;display:block; }
#zzQDwt9FVVz84nixeTf4OaGJhv98MBbi { color:#ffffff;display:block;width:228px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:71.90625px;left:888.234375px;height:162px;display:block; }
@media only screen and (max-width: 1199px) { body { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { width:642px;height:21px;top:392px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #IhpGvFN87fCUsTThgBS0fxSeNWSc6XLz { width:329px;height:86px;top:221px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #SztxQ57y5Gc9tgzyXSGrBOwAIZxxBmB8 { width:156px;height:42px;top:17px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #LsJgx1e8IdtPTCMkV1LQE3rp4Qb8Dvz2 { width:216px;height:29px;top:346px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-regular-label { width:398px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-text { width:398px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-text {padding-top: 0; padding-bottom: 0;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-textarea { width:398px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-select { width:398px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-select {padding-top: 0; padding-bottom: 0;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-button { width:398px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-checkbox-label { width:382px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn  { width:398px;height:auto;top:11px;left:326px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .radio-container { width:398px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn {display:block;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn { width:398px;height:auto;top:11px;left:326px; }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #oqTEwnkTqIIR4B9pt16AQ9lhuKedKCSa {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #GI992HqryuN4M8Ge1w5BOxSKKxIUl2OB {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #nNCzvuPVLk691lkWlBQVCVwSwiWiVntK {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #OJDAh4DhwFpFbxJAKGF5yeUXqJAmz557 {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #uIhh0ikp1kQMAPQhgMpWlqssTJB7Ic8s {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #Jidcw3iveTC3dUsHefT9pRRhA4XPwZRd {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #c2ZbgCa5SOTsL74CWXUrZWx4mx7qdk0h {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #Qg4wcNayLhGratnu34AoLfwTQc3TpNkX {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #gqJXBqsaToKAyEBrz5T9tJ0iZ981ZzNd {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #iD8rsAtL4AN8N6eK3vTX4BTfRW7UbR7L {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #s2Fvmw6a1AIeidU30TVhePPXOhtfCCuJ {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #bpotJBm2SA1E47skUMbBlHMwIf0n6cP9 {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #RXfKAT8UPTAeO7qXHb3RwHQmlezWVSkF {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #oyBVSOM05XhumT8qxuiaNIWE5pvkJApz {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #PHy5fT7c9HRpOpAEWirw4vsF8OirRlJr {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #qe3MKmJhsC94DLHGqlsiv2TQTuxlNP2o {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #pSlKvMfG6uHbPtyUK0sCXJkd4h8lJGTo {  }
 }@media only screen and (max-width: 1199px) { #vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 { display:block; }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VFt30OPb8yo732eOVZ8vUThKwaPAEUgh { width:764px;height:115px;top:870px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #JKbfJ1w27mv4podqftR67ht2qvNN0e6M { width:764px;height:21px;top:21px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #nVXQK4i3nxk2x9zNOfBIt9gp2X8xaTSD { width:477px;height:5px;top:57px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #Lr41S9psJiAqnTmdqLPBTAcJlt4562NS { width:764px;height:427.84px;top:78px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #g69wglTPn9wQerrKS1Z6SUAW2X2sseap { top:781px;left:260.4765625px;width:244px;height:61px;display:block; }
 }@media only screen and (max-width: 1199px) { #gnoStiDmO4fkBq6vRGxwQeGRzIQDpEtK { display:block; }
 }@media only screen and (max-width: 1199px) { #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EuGD72greys3iK6iOQyUOPGMMr5nAQkO { width:531px;height:21px;top:44px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #IRZyTHnRJady25ZTKaoTEa7NsLMnqUmy { width:272px;height:6px;top:97px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #qQerzQF2v10K3lVoAf8ABhsm9PMwtIxu { width:560px;height:556.00713012478px;top:72px;left:106.9921875px;display:block; }
 }@media only screen and (max-width: 1199px) { #JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { width:252px;height:42px;top:161px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #XfLSPX8U0vivTg9O5ewak62NtV39eTBL { width:275px;height:96px;top:225px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #ARJhVmUtMRRMx4h2O7PptSPxcu5w3vqy { width:15px;height:15px;top:280px;left:279px;display:block; }
 }@media only screen and (max-width: 1199px) { #hWz6nNdhisSGehURWuWyq2fiilN2TyHw { width:335px;height:42px;top:407px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { width:275px;height:72px;top:460px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { width:15px;height:15px;top:399px;left:293px;display:block; }
 }@media only screen and (max-width: 1199px) { #W8xTJNEq29mCi0M5kSN71SNldE9BT3no { width:15px;height:15px;top:225px;left:477px;display:block; }
 }@media only screen and (max-width: 1199px) { #f3d0Tspsupf0ux8kW6T9zQKOBqcRJIVL { width:190px;height:1px;top:231px;left:492px;display:block; }
 }@media only screen and (max-width: 1199px) { #yStPdf9JBWxWiMwxL5P8Av9nHzKpq7SH { width:237px;height:21px;top:140px;left:527px;display:block; }
 }@media only screen and (max-width: 1199px) { #kUyH9563WRhbqhEPEAhJylMTxIUVJJSR { width:234px;height:96px;top:169px;left:530px;display:block; }
 }@media only screen and (max-width: 1199px) { #R114NkVvEzrr2Hy7SRmkaN1rArOnydtm { width:240px;height:63px;top:331px;left:524px;display:block; }
 }@media only screen and (max-width: 1199px) { #usbtZEsA9yI70qEF8EuEgTN2798V5Rg8 { width:246px;height:144px;top:407px;left:518px;display:block; }
 }@media only screen and (max-width: 1199px) { #xR8blHpG77ryxtQpeaQ3XR6GLMxX7ZAA { width:15px;height:15px;top:364px;left:447px;display:block; }
 }@media only screen and (max-width: 1199px) { #EKJn4tirgqoIPVQASWqDv0MOfCGX3HAb { width:192px;height:1px;top:232px;left:491.9921875px;display:block; }
 }@media only screen and (max-width: 1199px) { #TLOXoxUUKAziXOtZHpVNO52qIdh13qT1 { width:191px;height:2px;top:407px;left:106.984375px;display:block; }
 }@media only screen and (max-width: 1199px) { #O09nGxNtBi8vNF2xCN16A8opagH4DP0u { width:220px;height:2px;top:369px;left:456.9921875px;display:block; }
 }@media only screen and (max-width: 1199px) { #IuSsTRT1JqllOdqvBT0hFDMpnMfJWO3G { width:191px;height:2px;top:287px;left:93.9921875px;display:block; }
 }@media only screen and (max-width: 1199px) { #m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT { display:block; }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bscpiniL4wC2Q2ed43KTv7qo2QN5nWSg { width:764px;height:92px;top:36px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #MKCioxgrOM9yJsgb73HnM6Q0FU3SaDsq { top:188px;left:254.4765625px;width:255px;height:61px;display:block; }
 }@media only screen and (max-width: 1199px) { #lZPOlhyavV7BXRyTJ2ltW4uFnHSS1tuT { display:block; }
 }@media only screen and (max-width: 1199px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uOv35K2WpOIGLdfGrKvAza0cw5BHbWS1 { width:762px;height:21px;top:44px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #WTkwoFqTWSGb5DDnVusaoCw1kSKfAH7y { width:267px;height:5px;top:97px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { width:662px;height:;top:160px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #gIQuGTMVii69q8aC36kSPB4eetVX47Dd { width:753px;height:383px;top:51px;left:11px;display:block; }
 }@media only screen and (max-width: 1199px) { #p5BKZw5cJcUUZZheJdiLqaPNqS1Ecu6k { width:549px;height:23px;top:126px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ { display:block; }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nlHcah02kDXXTvSJln5q8S165QGU16sK { width:764px;height:21px;top:27px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #qVroOsTQwGgT4KDmTpLNH4mS4qyTF5vR { width:273px;height:6px;top:79px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #Ap0fWNeNN6T1Xu8C9pBS2zAbSONpktbD { width:764px;height:54px;top:166px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #MX1z6tKmywAEvAdzHCI9WcwQM47TvVZo { width:167px;height:138px;top:121px;left:0;font-size:96px;display:block; }
 }@media only screen and (max-width: 1199px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:567px;height:;top:80px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #bXcyCFbsCcbmU6dQNNfdPK6KmbrxG27z { width:456px;height:417px;top:61px;left:308px;display:block; }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { width:398px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { width:398px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { width:398px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { width:398px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { width:398px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { width:382px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { width:398px;height:auto;top:80px;left:326px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { width:398px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { width:398px;height:auto;top:80px;left:326px; }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EbezFk1riJSffUo2MoFslEP9lku71W0a {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Th47JLPZIeUpmvE1hFcDQIIv0dyVhsDp {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #IvBTe7TvbQK7dZhGOZsRrpMBKVn354Xe {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #PuQfxxDNpN0rsw4BMmAH2pZ7DizM1Dwu {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #sBCIEgfCf2JJGXOSKR8MoEcwoBlCegBz {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #bS978BFcIKEBTZPk2gGhXzgfDWEUEV6B {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #MNHU8ipDn1kOlz335tf7BtmBdrkO7I84 {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #blSGZCGWFGhAyJovHPAVb78QfxMBot3f {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #RDnRWDn3PvGae1TxgklZUrRnbpMXsxQZ {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 {  }
 }@media only screen and (max-width: 1199px) { #PPJBSgg4Zrb4BvuF8dW9HEwnFJhuBCSm { width:516px;height:150px;top:173px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #guvyoatcBmI8eBtThg1pxiPnB2MeUkTq { display:block; }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SRuezMPIiN9JKfExeNr3WJgFJcC4Fnwk { width:128px;height:18px;top:71px;left:263.9921875px;display:block; }
 }@media only screen and (max-width: 1199px) { #Hbu6nNhudfLh5914I3zTt4ZoP1nTWx2P { width:228px;height:40px;top:145px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #N0hTDUaAy955T2pGLLOMIAtZAKi2bfXP { width:567px;height:17px;top:226px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #sLxdXxXkHVmEmvLgSRIuipwhbrQ84ktu { width:202px;height:27px;top:30px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #bAUvSuDhVgddKTJERM9bexklOOFPKU3B { width:50px;height:50px;top:70px;left:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #na7HxW018fNl530riPykZwpPqHPxoFX1 { width:51px;height:51px;top:71px;left:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #fUB5m7B6S2hG3777KTi0dXySenupzo9K { width:122px;height:18px;top:35px;left:263.9921875px;display:block; }
 }@media only screen and (max-width: 1199px) { #mq2UxBi7m4XxyBy15T4NMemL7CHSdyCP { width:228px;height:18px;top:35px;left:477.4140625px;display:block; }
 }@media only screen and (max-width: 1199px) { #ARBiqg2Boz2MDakT33ntGpl1zOMA3PWQ { width:228px;height:18px;top:71px;left:477.4140625px;display:block; }
 }@media only screen and (max-width: 1199px) { #np5T7iXLEHQPffwbtPu5CoiMnEZSUVaS { width:228px;height:18px;top:35px;left:536px;display:block; }
 }@media only screen and (max-width: 1199px) { #zzQDwt9FVVz84nixeTf4OaGJhv98MBbi { width:228px;height:162px;top:71px;left:536px;display:block; }
 }@media only screen and (max-width: 1199px) { body { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:683px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { width:251px;height:34px;top:206px;left:4.984375px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #IhpGvFN87fCUsTThgBS0fxSeNWSc6XLz { width:189px;height:49px;top:79.984375px;left:4.984375px;display:block; }
 }@media only screen and (max-width: 1199px) { #SztxQ57y5Gc9tgzyXSGrBOwAIZxxBmB8 { width:130px;height:36px;top:10.953125px;left:4.984375px;display:block; }
 }@media only screen and (max-width: 1199px) { #LsJgx1e8IdtPTCMkV1LQE3rp4Qb8Dvz2 { width:165px;height:21px;top:173.953125px;left:4.984375px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-text {padding-top: 0; padding-bottom: 0;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-select {padding-top: 0; padding-bottom: 0;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-size:17px;overflow:hidden; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn  { width:280px;height:363px;top:260px;left:0; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn {display:block;}#WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn { width:280px;height:363px;top:260px;left:0; }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #oqTEwnkTqIIR4B9pt16AQ9lhuKedKCSa {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #GI992HqryuN4M8Ge1w5BOxSKKxIUl2OB {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #nNCzvuPVLk691lkWlBQVCVwSwiWiVntK {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #OJDAh4DhwFpFbxJAKGF5yeUXqJAmz557 {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #uIhh0ikp1kQMAPQhgMpWlqssTJB7Ic8s {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #Jidcw3iveTC3dUsHefT9pRRhA4XPwZRd {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #c2ZbgCa5SOTsL74CWXUrZWx4mx7qdk0h {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #Qg4wcNayLhGratnu34AoLfwTQc3TpNkX {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #gqJXBqsaToKAyEBrz5T9tJ0iZ981ZzNd {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #iD8rsAtL4AN8N6eK3vTX4BTfRW7UbR7L {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #s2Fvmw6a1AIeidU30TVhePPXOhtfCCuJ {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #bpotJBm2SA1E47skUMbBlHMwIf0n6cP9 {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #RXfKAT8UPTAeO7qXHb3RwHQmlezWVSkF {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #oyBVSOM05XhumT8qxuiaNIWE5pvkJApz {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #PHy5fT7c9HRpOpAEWirw4vsF8OirRlJr {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #qe3MKmJhsC94DLHGqlsiv2TQTuxlNP2o {  }
 }@media only screen and (max-width: 1199px) { #WNSpOKcisw2P82RP3uSvqo7z3LbEA4Tn #pSlKvMfG6uHbPtyUK0sCXJkd4h8lJGTo {  }
 }@media only screen and (max-width: 1199px) { #vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 { display:block; }#vnHVEP73fmXLX58bD3wmD6lWszbwfzd5 > .row .container { width:320px;height:550px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VFt30OPb8yo732eOVZ8vUThKwaPAEUgh { width:320px;height:144px;top:371px;left:0;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #JKbfJ1w27mv4podqftR67ht2qvNN0e6M { width:320px;height:51px;top:11px;left:0;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #nVXQK4i3nxk2x9zNOfBIt9gp2X8xaTSD { width:308px;height:2px;top:67px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #Lr41S9psJiAqnTmdqLPBTAcJlt4562NS { height:179px;width:320px;top:106px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #g69wglTPn9wQerrKS1Z6SUAW2X2sseap { top:301px;left:63.5px;width:193px;height:47px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #gnoStiDmO4fkBq6vRGxwQeGRzIQDpEtK { display:block; }
 }@media only screen and (max-width: 1199px) { #ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg { display:block; }#ZglMpRJ2Av5KUCaOmgfMtwH67ocB4rcg > .row .container { width:320px;height:799px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EuGD72greys3iK6iOQyUOPGMMr5nAQkO { width:221px;height:17px;top:21.984375px;left:0;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #IRZyTHnRJady25ZTKaoTEa7NsLMnqUmy { width:71px;height:2px;top:66.984375px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #qQerzQF2v10K3lVoAf8ABhsm9PMwtIxu { width:189px;height:187px;top:604.96875px;left:48px;display:block; }
 }@media only screen and (max-width: 1199px) { #JzO3NCTfEThSB8SkQDg3fEwR2KV8XN8x { width:282px;height:17px;top:97.984375px;left:0;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #XfLSPX8U0vivTg9O5ewak62NtV39eTBL { width:257px;height:57px;top:126.484375px;left:0;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #ARJhVmUtMRRMx4h2O7PptSPxcu5w3vqy { width:15px;height:15px;top:93.984375px;left:6px;display:none; }
 }@media only screen and (max-width: 1199px) { #hWz6nNdhisSGehURWuWyq2fiilN2TyHw { width:285px;height:34px;top:487px;left:0;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #Tb5ON2CPgodHvp6zvtFMtGyM1yD6uTxk { width:251px;height:38px;top:547.984375px;left:0;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #vcm0ViuwsMWxbxyJD6oq2sphvQssVBkC { width:15px;height:15px;top:577.984375px;left:0;display:none; }
 }@media only screen and (max-width: 1199px) { #W8xTJNEq29mCi0M5kSN71SNldE9BT3no { width:15px;height:15px;top:271.9765625px;left:6px;display:none; }
 }@media only screen and (max-width: 1199px) { #f3d0Tspsupf0ux8kW6T9zQKOBqcRJIVL { width:101px;height:2px;top:255.9609375px;left:0;display:none; }
 }@media only screen and (max-width: 1199px) { #yStPdf9JBWxWiMwxL5P8Av9nHzKpq7SH { width:291px;height:17px;top:206.984375px;left:0;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #kUyH9563WRhbqhEPEAhJylMTxIUVJJSR { width:251px;height:57px;top:235.953125px;left:0;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #R114NkVvEzrr2Hy7SRmkaN1rArOnydtm { width:251px;height:34px;top:322.96875px;left:0;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #usbtZEsA9yI70qEF8EuEgTN2798V5Rg8 { width:251px;height:76px;top:376.984375px;left:0;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #xR8blHpG77ryxtQpeaQ3XR6GLMxX7ZAA { width:15px;height:15px;top:411.9765625px;left:0;display:none; }
 }@media only screen and (max-width: 1199px) { #EKJn4tirgqoIPVQASWqDv0MOfCGX3HAb { width:192px;height:1px;top:636.953125px;left:0;display:none; }
 }@media only screen and (max-width: 1199px) { #TLOXoxUUKAziXOtZHpVNO52qIdh13qT1 { width:191px;height:2px;top:255.46875px;left:0;display:none; }
 }@media only screen and (max-width: 1199px) { #O09nGxNtBi8vNF2xCN16A8opagH4DP0u { width:220px;height:2px;top:984.96875px;left:50px;display:none; }
 }@media only screen and (max-width: 1199px) { #IuSsTRT1JqllOdqvBT0hFDMpnMfJWO3G { width:191px;height:2px;top:962.96875px;left:64px;display:none; }
 }@media only screen and (max-width: 1199px) { #m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT { display:block; }#m1NcAiPG1LTHUQASzk5sPbLgNeE0P9TT > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bscpiniL4wC2Q2ed43KTv7qo2QN5nWSg { width:320px;height:160px;top:20px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #MKCioxgrOM9yJsgb73HnM6Q0FU3SaDsq { top:217px;left:55px;width:210px;height:49px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #lZPOlhyavV7BXRyTJ2ltW4uFnHSS1tuT { display:block; }
 }@media only screen and (max-width: 1199px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:320px;height:641px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uOv35K2WpOIGLdfGrKvAza0cw5BHbWS1 { width:318px;height:34px;top:20.9765625px;left:0.984375px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #WTkwoFqTWSGb5DDnVusaoCw1kSKfAH7y { width:71px;height:3px;top:78.984375px;left:0.984375px;display:block; }
 }@media only screen and (max-width: 1199px) { #EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { width:320px;height:276px;top:144.96875px;left:0;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #gIQuGTMVii69q8aC36kSPB4eetVX47Dd { width:320px;height:168px;top:461px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #p5BKZw5cJcUUZZheJdiLqaPNqS1Ecu6k { width:320px;height:40px;top:94.96875px;left:0;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ { display:block; }#g5Z0JsrvaniZUtCTotFMpPwIgx5zRlJJ > .row .container { width:320px;height:233px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nlHcah02kDXXTvSJln5q8S165QGU16sK { width:320px;height:17px;top:20px;left:0;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #qVroOsTQwGgT4KDmTpLNH4mS4qyTF5vR { width:90px;height:2px;top:57.984375px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #Ap0fWNeNN6T1Xu8C9pBS2zAbSONpktbD { width:320px;height:63px;top:82.96875px;left:0;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #MX1z6tKmywAEvAdzHCI9WcwQM47TvVZo { width:96px;height:77px;top:154.453125px;left:112px;font-size:53px;display:block; }
 }@media only screen and (max-width: 1199px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:320px;height:624px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:320px;height:34px;top:33.984375px;left:0;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #bXcyCFbsCcbmU6dQNNfdPK6KmbrxG27z { width:320px;height:414px;top:179.5px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { width:268px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;font-size:17px;overflow:hidden; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { width:251px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { width:268px;height:auto;top:181px;left:6px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { width:268px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { width:268px;height:auto;top:181px;left:6px; }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EbezFk1riJSffUo2MoFslEP9lku71W0a {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Th47JLPZIeUpmvE1hFcDQIIv0dyVhsDp {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #IvBTe7TvbQK7dZhGOZsRrpMBKVn354Xe {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #PuQfxxDNpN0rsw4BMmAH2pZ7DizM1Dwu {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #sBCIEgfCf2JJGXOSKR8MoEcwoBlCegBz {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #bS978BFcIKEBTZPk2gGhXzgfDWEUEV6B {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #MNHU8ipDn1kOlz335tf7BtmBdrkO7I84 {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #blSGZCGWFGhAyJovHPAVb78QfxMBot3f {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #RDnRWDn3PvGae1TxgklZUrRnbpMXsxQZ {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d {  }
 }@media only screen and (max-width: 1199px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 {  }
 }@media only screen and (max-width: 1199px) { #PPJBSgg4Zrb4BvuF8dW9HEwnFJhuBCSm { width:320px;height:84px;top:81.96875px;left:0;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #guvyoatcBmI8eBtThg1pxiPnB2MeUkTq { display:block; }#guvyoatcBmI8eBtThg1pxiPnB2MeUkTq > .row .container { width:320px;height:446px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SRuezMPIiN9JKfExeNr3WJgFJcC4Fnwk { width:228px;height:21px;top:244.9921875px;left:49.9921875px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #Hbu6nNhudfLh5914I3zTt4ZoP1nTWx2P { width:228px;height:21px;top:137.96875px;left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #N0hTDUaAy955T2pGLLOMIAtZAKi2bfXP { width:320px;height:20px;top:416px;left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #sLxdXxXkHVmEmvLgSRIuipwhbrQ84ktu { width:167px;height:21px;top:32.96875px;left:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #bAUvSuDhVgddKTJERM9bexklOOFPKU3B { width:50px;height:50px;top:70.484375px;left:51px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #na7HxW018fNl530riPykZwpPqHPxoFX1 { width:51px;height:51px;top:69.984375px;left:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #fUB5m7B6S2hG3777KTi0dXySenupzo9K { width:122px;height:18px;top:338.984375px;left:99px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #mq2UxBi7m4XxyBy15T4NMemL7CHSdyCP { width:228px;height:18px;top:376.984375px;left:46px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #ARBiqg2Boz2MDakT33ntGpl1zOMA3PWQ { width:228px;height:18px;top:593.984375px;left:46px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #np5T7iXLEHQPffwbtPu5CoiMnEZSUVaS { width:228px;height:18px;top:193.984375px;left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #zzQDwt9FVVz84nixeTf4OaGJhv98MBbi { width:228px;height:162px;top:229.984375px;left:0;text-align:left;text-align-last:left;display:block; }
 }