.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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/bD5zI2vR/unnamed_21_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(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:664px;width:1200px;overflow:visible;position:relative;display:block; }#v1mPKKSeLFrvlOpDpXoRrIignhxFcas3 { box-sizing:content-box;color:#00428f;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:429.5px;left:56.5px;display:block; }
#SDeClJO6qp2cGwWLBv7FHvFXTHZiiQwS { color:#1e1e1e;display:block;width:225px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:440px;left:101.5px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iU1yCN2yP1IISFHI3CsroDBhnpFAWzck { box-sizing:content-box;color:#00428f;font-size:39px;font-weight:400;line-height:1;height:57px;width:57px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:424.5px;left:324.5px;display:block; }
#g7S1eCLPfAfPDIOckT4nWEDbm4PkeRaL { color:#1e1e1e;display:block;width:231px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:439px;left:380.5px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oK1f19hWu2S2Ot4CVNeTN2sQlRGFWVEK { color:#1e1e1e;display:block;width:222px;position:absolute;font-family:roboto;font-size:27px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:157px;left:74px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LuNSZSUPJH1XTJSPe5Xrsr6hN0oN3kR5 { color:#1e1e1e;display:block;width:499px;position:absolute;font-family:roboto;font-size:50px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:217.5px;left:59.5px;height:130px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XqTwtAf61TDSeq4GaRHVQfiH4cdWEH7J { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #00428f;border-left:3px solid #00428f;border-right:3px solid #00428f;border-bottom:3px solid #00428f;height:44px;width:219px;top:150px;left:60px;display:block; }
#urTRK8p0pOGrJ0REhbSan3r0gwPAKA36 { color:#1e1e1e;display:block;width:413px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:353.5px;left:59.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VzTAnZeKLFiBzW6Cf4VCEgrbJDWoGMxU { background-color:#00428f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:299px;height:55px;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:492px;left:59.5px;display:block; }
#HTgJdbTwoVUoK7zRZOd25TBGadtTicV4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#SA5rZEwHSS4NBKl4p8adhdkUfbsbfLC5 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57px;width:211px;top:65px;left:56.5px;overflow:hidden;display:block; }
#R600hnNzFOhDIlz91pXq33uXBRraqatS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:548px;width:684px;display:none; }
#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO > .row .container { background-color: transparent; background-image: none; }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO > .row .container > .video-iframe-container { display: none; }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO > .row > .video-iframe-container { display: none; }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO > .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); }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO > .row .container { border-width: 0; border-radius: 0; }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO > .row .container { font-size:14px;font-family:arial;height:738px;width:1200px;position:relative;display:block; }#eMAUCakdPZdryCgcIEIB9rGiaJsb5bdU { color:#1e1e1e;display:block;width:714px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:61.984375px;left:243px;height:64px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNpQmOI2M4Mkueyvsqkau7ti0EUlaRaN { position:absolute;display:block;z-index:100010;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:528px;top:176px;left:54px;display:block; }
#G7Tr9MpIclolTI919bdkibotH1CFvpfc { color:#ffffff;display:block;width:443px;position:absolute;font-family:roboto;font-size:25px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:195px;left:72.5px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7Xy3TDw10fNzEFaVJ99GH80F79TBVIG { color:#00428f;display:block;width:430px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:287px;left:655px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qsvTyDCa1XTqUhlg3XFXl1TOBJCXW6WS { position:absolute;display:block;z-index:100013;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1px;top:275px;left:667px;display:block; }
#JZcR3139pAPkM7iwM7QyiZmhfb6pyumT { position:absolute;display:block;z-index:100014;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:54px;top:275px;left:668px;display:block; }
#Xft0zS1TEZDi8a17mupa5TQK73TJCHXS { color:#4c4a4a;display:block;width:430px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:285px;left:692px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OGOOCFTki90rG8ZHBBTaIPWrb47Uqqsb { position:absolute;display:block;z-index:100015;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:54px;top:348px;left:667px;display:block; }
#QAE7XuysqupREJMa9hhsMgTnkMVXSCza { position:absolute;display:block;z-index:100014;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1px;top:337px;left:667px;display:block; }
#M6SgJLtRn226rZew4BGyKLpsy0C4Jl07 { color:#4c4a4a;display:block;width:430px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:383px;left:695px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cXVTJaJinIEbCk57RMrf3122vrfan0Vn { color:#00428f;display:block;width:430px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:100018;line-height:1.5;letter-spacing:0;top:369px;left:655px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dk1aW2H8Sa1AMvg2865xZicWET5Ffx52 { position:absolute;display:block;z-index:100019;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1px;top:361px;left:667px;display:block; }
#eH76Aph8o0gN2teqAd3CT2IC9qDVoKnh { position:absolute;display:block;z-index:100020;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:54px;top:361px;left:667px;display:block; }
#RZrK8xfVanpTZXNQM9AV3UGZVTg2z5EO { position:absolute;display:block;z-index:100020;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18px;width:1px;top:427px;left:667px;display:block; }
#dxVEDvx7TNXCPa8asX3BSb3HZv62k0KT { position:absolute;display:block;z-index:100021;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:54px;top:444px;left:667px;display:block; }
#bHOwKyoJdPfm1oKnUTJT4ef4Oq4wmu6F { position:absolute;display:block;z-index:100025;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1px;top:458px;left:667px;display:block; }
#uGXvdSSOtezVpCJJlVA2HdDXLSrimUUh { position:absolute;display:block;z-index:100026;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:54px;top:458px;left:667px;display:block; }
#oToRfUTShGZts8NFNs1peWHP6TPQZ0zB { color:#00428f;display:block;width:430px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:100024;line-height:1.5;letter-spacing:0;top:470px;left:655px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kKBpZ2egmQrFVSF8un3Wk6T2zXeXsPtv { color:#4c4a4a;display:block;width:430px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100023;line-height:1.5;letter-spacing:0;top:476px;left:695px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GEwQCgXRTW2IskUDrykDG4NAevPIB39o { position:absolute;display:block;z-index:100026;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25px;width:1px;top:522px;left:667px;display:block; }
#fx0CTJouIoXlyLr0S0s0ZAO2gobtqQgU { position:absolute;display:block;z-index:100027;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:54px;top:548px;left:668px;display:block; }
#O1nVztdTy1MQvE69H8M67AKTbrTbnhBe { color:#4c4a4a;display:block;width:430px;position:absolute;font-family:roboto;font-size:18px;font-weight:300;z-index:100024;line-height:1.5;letter-spacing:0;top:582px;left:695px;height:81px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lt1TKTwNWcbPStnhVTVMJJUOkJTX03zA { color:#00428f;display:block;width:430px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:100025;line-height:1.5;letter-spacing:0;top:571px;left:655px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WZgtxtdWnovBJsC8GxisbHKqvfEOBp0h { position:absolute;display:block;z-index:100026;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12px;width:1px;top:559px;left:667px;display:block; }
#iLuyqO6LZPAqwHU7GlRpq5KfcrAOUzcH { position:absolute;display:block;z-index:100027;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:54px;top:559px;left:668px;display:block; }
#ww4weIO08e2h8QQxGPyQfp3GWUi4iMVa { position:absolute;display:block;z-index:100027;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:1px;top:631px;left:667px;display:block; }
#zW8IBLqpTtWRBxOkkkU1TGlWdxqsLdTA { position:absolute;display:block;z-index:100028;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:54px;top:675px;left:668px;display:block; }
#sHotLJvtFQyraXPa9I7Q4JTPTdANdyo1 { color:#ffffff;display:block;width:407px;position:absolute;font-family:roboto;font-size:25px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:195px;left:703.5px;height:32px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMT3wDP6xGcbqFyibtfZ0XHUeqdCDfzp { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:70px;top:283px;left:61.5px;overflow:hidden;display:block; }
#ysEfifhtScrb5nEDMCfsTk7orS4xk3Qh { color:#000000;display:block;width:368px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:288px;left:145px;height:60px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dQv24Ui0dWLaEq73CvUDxnkZd7E089uP { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:70px;top:373px;left:61px;overflow:hidden;display:block; }
#hqKWhfQWQoP29IzlvCyIsgAcSdB86JdG { color:#000000;display:block;width:379px;position:absolute;font-family:roboto;font-size:19px;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:395px;left:143px;height:28px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yTcBWHISw3C1y41qG4IEv33eSJGeUp2z { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:70px;top:464px;left:62px;overflow:hidden;display:block; }
#C4xomuKA2rNC4Ea0TIkuw9d8iOJcg9HQ { color:#000000;display:block;width:419px;position:absolute;font-family:roboto;font-size:20px;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:486px;left:151px;height:30px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zRvfXkiUN6affcAWQzNMUGqHpGEo9xrP { position:absolute;display:block;z-index:100011;background-color:#00428f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:497px;top:176px;left:644px;display:block; }
#Rfy2TcqsJsIRhHa8o8LGebnVVBOHXXk5 { background-color:#00428f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:299px;height:55px;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:582px;left:167.5px;display:block; }
#ZHNJTyP6LxGSKTM0CSFFbc3J0JsTUlBd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P > .row .container { background-color: transparent; background-image: none; }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P > .row .container > .video-iframe-container { display: none; }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P > .row > .video-iframe-container { display: none; }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P > .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); }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P > .row .container { border-width: 0; border-radius: 0; }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P > .row .container { font-size:14px;font-family:arial;height:894px;width:1200px;position:relative;display:block; }#AbNzNi0XHweAKaWqco9yG9gmTKMnR4ee { position:absolute;display:block;z-index:100001;border-top:2px solid #00428f;border-left:2px solid #00428f;border-right:2px solid #00428f;border-bottom:2px solid #00428f;height:476px;width:522px;top:145px;left:63px;overflow:hidden;display:block; }
#qvg4rhECdU1EiqNM841uzTSNXtxDsdfT { color:rgba(30,30,30,0.9);display:block;width:455px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:100017;line-height:1.7;letter-spacing:0;top:334px;left:98.5px;height:162px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oTpOUgOEs10yXkvi09KIz2lPT8ZGDT7i { color:#001686;display:block;width:229px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:199px;left:226px;height:28px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oBknMJ2FEoBTgacSTz2WQS8cT3TIqfEt { color:#1e1e1e;display:block;width:300px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:235px;left:226px;height:23px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oP3VUHSRwhVogTXEm6CUlpWX5Q2ZFzGs { color:rgba(30,30,30,0.9);display:block;width:450px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:100018;line-height:1.7;letter-spacing:0;top:516.390625px;left:101px;height:81px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M6JhcU5RpmGBk6bA8RWOTEOWJsOKTi74 { position:absolute;display:block;z-index:100002;border-top:2px solid #00428f;border-left:2px solid #00428f;border-right:2px solid #00428f;border-bottom:2px solid #00428f;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:488px;width:521px;top:144px;left:616px;overflow:hidden;display:block; }
#nwlSR0LtBUCPOJBbLT8XsdAB5UMvrGV0 { color:#001686;display:block;width:264px;position:absolute;font-family:roboto;font-size:22px;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:199px;left:788px;height:28px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LknLiC5swxWlMDTt0ZKJlDgwFCbSviIX { color:#1e1e1e;display:block;width:300px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:232px;left:788px;height:23px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGdTGidXJFylf4V9PZR9XOHdeGsthI8d { color:rgba(30,30,30,0.9);display:block;width:437px;position:absolute;font-family:roboto;font-size:16px;font-weight:400;z-index:100018;line-height:1.7;letter-spacing:0;top:334px;left:660px;height:189px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z7xdnU3r78vNsZlx3uGvayCI1NMt2pCg { color:#1e1e1e;display:block;width:490px;position:absolute;font-family:roboto;font-size:40px;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:61.487548828125px;left:355.00003051758px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQBHdLziPcA2xQuAPfhi5fprQ5r9GBpI { position:absolute;display:block;z-index:100047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/CGjp5MPS/Alberto_Datalogic.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4000px;border-top-right-radius:4000px;border-bottom-left-radius:4000px;border-bottom-right-radius:4000px;height:107px;width:103px;top:176px;left:98.5px;display:block; }
#EQBHdLziPcA2xQuAPfhi5fprQ5r9GBpI.adaptive-delivery-prevent-bg { background-image: none; }
#S3EgOl6EC42xQzAJhrbtAIhJpo9WBttT { position:absolute;display:block;z-index:100048;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/SvPpig9x/raghava.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4000px;border-top-right-radius:4000px;border-bottom-left-radius:4000px;border-bottom-right-radius:4000px;height:107px;width:103px;top:176px;left:660px;display:block; }
#S3EgOl6EC42xQzAJhrbtAIhJpo9WBttT.adaptive-delivery-prevent-bg { background-image: none; }
#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OIs25OxS/solutions_iot_sensor_analytics.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x.adaptive-delivery-prevent-bg { background-image: none; }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row .container { background-color: transparent; background-image: none; }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,66,143,0.8); }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row .container > .video-iframe-container { display: none; }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,66,143,0.8); }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row > .video-iframe-container { display: none; }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .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); }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row .container { border-width: 0; border-radius: 0; }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row .container { font-size:14px;font-family:arial;height:576px;width:1200px;position:relative;display:block; }#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-form-header {  }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:422px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-text { 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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:422px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-textarea { 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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:422px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .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:0;margin-bottom:4px;margin-left:0;display:block;width:422px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .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:#00428f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:422px;height:55px;font-family:"open sans";overflow:hidden; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:400px;overflow:hidden;font-style:normal; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-container:first-of-type{padding-top:0;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-container:last-of-type{padding-bottom:0;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:422px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:12px;border-bottom-right-radius:12px;position:absolute;top:152px;left:373px; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:422px; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 {display:block;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:422px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100000;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:12px;border-bottom-right-radius:12px;position:absolute;top:152px;left:373px; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #GAs5AcXzJsJQWwADSbtm0C8ToI3NPN4v { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #mcqk0IrQQBgvo2HsFgIEVMUALKpULzS4 { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #aw4yQCEZpeFrWPKZG5uskzFzEducK8ou { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #KLckGUIrMMMHPc31xM74AUvzSpzR5aOc { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #JMsdaAXvlXx5zpBBxmhbTSkFTuTvERox { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #B0FZTotG8LELUKkGC3qh2uXU2RFNX8ki { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #GiZDoQi7OqFi9gU6o0KNdH23XBQP0tBu { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #drK405nMmrFkdkdpCnntgqqobUHmrITv { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #gBCvfOANTLuhh93uLzMUIKho0qCRBplg { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #GzSz7et1TFi4pysk6wTQpikksMNEd5to { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #dEPU1CbK1VBlfoT9r3JvWK4JTeMQTMzD { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #B10T3hoNefd7wAKVEaxhBUULFN5mHl9s { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #SDQk7rCwfEqU1IHgrU4or01GZSnI01ki { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #zOHr44ilb5LwPbneJ845WoEn786UyObp { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #qGHArc3SfrP7Qe3ocsgSVNSEWE5oasJg { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #ze9X9qc3Eo6Qev3Fn3QZp2JHkTSb1mb6 { position:relative; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #v1JrCb8GdFID8Oi1nK8Fm3doOx7EcREd { position:relative; }
#cE6HT7nUQIRhR3WqpcdGisZVscUUgoWh { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0;border-bottom-right-radius:0;box-sizing:border-box;color:#00428f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:462px;height:73px;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:79px;left:373px;display:block; }
#m73GK0Ky69Canvn4oP8oqEQIqdntV3PZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00428f;background-image:none;position:relative;display:block; }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row .container { background-color: transparent; background-image: none; }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row .container > .video-iframe-container { display: none; }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row > .video-iframe-container { display: none; }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .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); }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row .container { border-width: 0; border-radius: 0; }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row .container { font-size:14px;font-family:arial;height:72px;width:1200px;position:relative;display:block; }#PAcluUM8DBNcxzqqWko0Ge3CLGlJyTif { color:#000000;display:block;width:375px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:26px;left:428px;height:20px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1mPKKSeLFrvlOpDpXoRrIignhxFcas3 { width:45px;height:45px;top:429px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #SDeClJO6qp2cGwWLBv7FHvFXTHZiiQwS { width:225px;height:26px;top:440px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iU1yCN2yP1IISFHI3CsroDBhnpFAWzck { width:50px;height:50px;top:383px;left:429px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #g7S1eCLPfAfPDIOckT4nWEDbm4PkeRaL { width:231px;height:26px;top:439px;left:162.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oK1f19hWu2S2Ot4CVNeTN2sQlRGFWVEK { width:222px;height:;top:157px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #LuNSZSUPJH1XTJSPe5Xrsr6hN0oN3kR5 { width:499px;height:130px;top:217px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #XqTwtAf61TDSeq4GaRHVQfiH4cdWEH7J { width:219px;height:44px;top:150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #urTRK8p0pOGrJ0REhbSan3r0gwPAKA36 { width:413px;height:;top:353px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VzTAnZeKLFiBzW6Cf4VCEgrbJDWoGMxU { width:299px;height:55px;top:492px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HTgJdbTwoVUoK7zRZOd25TBGadtTicV4 { display:block; }
 }@media only screen and (max-width: 763px) { #SA5rZEwHSS4NBKl4p8adhdkUfbsbfLC5 { width:211px;height:57px;top:65px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R600hnNzFOhDIlz91pXq33uXBRraqatS { width:684px;height:548px;display:none; }
 }@media only screen and (max-width: 763px) { #oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO { display:block; }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMAUCakdPZdryCgcIEIB9rGiaJsb5bdU { width:714px;height:64px;top:61px;left:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TNpQmOI2M4Mkueyvsqkau7ti0EUlaRaN { width:528px;height:70px;top:176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G7Tr9MpIclolTI919bdkibotH1CFvpfc { width:443px;height:;top:195px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #l7Xy3TDw10fNzEFaVJ99GH80F79TBVIG { width:430px;height:60px;top:287px;left:334px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #qsvTyDCa1XTqUhlg3XFXl1TOBJCXW6WS { width:1px;height:12px;top:275px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #JZcR3139pAPkM7iwM7QyiZmhfb6pyumT { width:54px;height:1px;top:275px;left:450px;display:block; }
 }@media only screen and (max-width: 763px) { #Xft0zS1TEZDi8a17mupa5TQK73TJCHXS { width:430px;height:54px;top:285px;left:334px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OGOOCFTki90rG8ZHBBTaIPWrb47Uqqsb { width:54px;height:1px;top:348px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #QAE7XuysqupREJMa9hhsMgTnkMVXSCza { width:1px;height:12px;top:337px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #M6SgJLtRn226rZew4BGyKLpsy0C4Jl07 { width:430px;height:54px;top:383px;left:334px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cXVTJaJinIEbCk57RMrf3122vrfan0Vn { width:430px;height:60px;top:369px;left:334px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #dk1aW2H8Sa1AMvg2865xZicWET5Ffx52 { width:1px;height:12px;top:361px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #eH76Aph8o0gN2teqAd3CT2IC9qDVoKnh { width:54px;height:1px;top:361px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #RZrK8xfVanpTZXNQM9AV3UGZVTg2z5EO { width:1px;height:18px;top:427px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #dxVEDvx7TNXCPa8asX3BSb3HZv62k0KT { width:54px;height:1px;top:444px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #bHOwKyoJdPfm1oKnUTJT4ef4Oq4wmu6F { width:1px;height:12px;top:458px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #uGXvdSSOtezVpCJJlVA2HdDXLSrimUUh { width:54px;height:1px;top:458px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #oToRfUTShGZts8NFNs1peWHP6TPQZ0zB { width:430px;height:60px;top:470px;left:334px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #kKBpZ2egmQrFVSF8un3Wk6T2zXeXsPtv { width:430px;height:54px;top:476px;left:334px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GEwQCgXRTW2IskUDrykDG4NAevPIB39o { width:1px;height:25px;top:522px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #fx0CTJouIoXlyLr0S0s0ZAO2gobtqQgU { width:54px;height:1px;top:548px;left:450px;display:block; }
 }@media only screen and (max-width: 763px) { #O1nVztdTy1MQvE69H8M67AKTbrTbnhBe { width:430px;height:81px;top:582px;left:334px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lt1TKTwNWcbPStnhVTVMJJUOkJTX03zA { width:430px;height:60px;top:571px;left:334px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #WZgtxtdWnovBJsC8GxisbHKqvfEOBp0h { width:1px;height:12px;top:559px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #iLuyqO6LZPAqwHU7GlRpq5KfcrAOUzcH { width:54px;height:1px;top:559px;left:450px;display:block; }
 }@media only screen and (max-width: 763px) { #ww4weIO08e2h8QQxGPyQfp3GWUi4iMVa { width:1px;height:45px;top:631px;left:449px;display:block; }
 }@media only screen and (max-width: 763px) { #zW8IBLqpTtWRBxOkkkU1TGlWdxqsLdTA { width:54px;height:1px;top:675px;left:450px;display:block; }
 }@media only screen and (max-width: 763px) { #sHotLJvtFQyraXPa9I7Q4JTPTdANdyo1 { width:407px;height:32px;top:195px;left:357px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #yMT3wDP6xGcbqFyibtfZ0XHUeqdCDfzp { width:70px;height:70px;top:283px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ysEfifhtScrb5nEDMCfsTk7orS4xk3Qh { width:368px;height:60px;top:288px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dQv24Ui0dWLaEq73CvUDxnkZd7E089uP { width:70px;height:70px;top:373px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hqKWhfQWQoP29IzlvCyIsgAcSdB86JdG { width:379px;height:28px;top:395px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yTcBWHISw3C1y41qG4IEv33eSJGeUp2z { width:70px;height:70px;top:464px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C4xomuKA2rNC4Ea0TIkuw9d8iOJcg9HQ { width:419px;height:30px;top:486px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zRvfXkiUN6affcAWQzNMUGqHpGEo9xrP { width:497px;height:70px;top:176px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #Rfy2TcqsJsIRhHa8o8LGebnVVBOHXXk5 { width:299px;height:55px;top:582px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHNJTyP6LxGSKTM0CSFFbc3J0JsTUlBd { display:block; }
 }@media only screen and (max-width: 763px) { #oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P { display:block; }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbNzNi0XHweAKaWqco9yG9gmTKMnR4ee { width:522px;height:476px;top:145px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qvg4rhECdU1EiqNM841uzTSNXtxDsdfT { width:455px;height:162px;top:334px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oTpOUgOEs10yXkvi09KIz2lPT8ZGDT7i { width:229px;height:28px;top:199px;left:8px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #oBknMJ2FEoBTgacSTz2WQS8cT3TIqfEt { width:300px;height:23px;top:235px;left:8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oP3VUHSRwhVogTXEm6CUlpWX5Q2ZFzGs { width:450px;height:81px;top:516px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M6JhcU5RpmGBk6bA8RWOTEOWJsOKTi74 { width:521px;height:488px;top:144px;left:239px;display:block; }
 }@media only screen and (max-width: 763px) { #nwlSR0LtBUCPOJBbLT8XsdAB5UMvrGV0 { width:264px;height:28px;top:199px;left:500px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LknLiC5swxWlMDTt0ZKJlDgwFCbSviIX { width:300px;height:23px;top:232px;left:464px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LGdTGidXJFylf4V9PZR9XOHdeGsthI8d { width:437px;height:189px;top:334px;left:327px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z7xdnU3r78vNsZlx3uGvayCI1NMt2pCg { width:490px;height:;top:61px;left:137px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #EQBHdLziPcA2xQuAPfhi5fprQ5r9GBpI { width:103px;height:107px;top:176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S3EgOl6EC42xQzAJhrbtAIhJpo9WBttT { width:103px;height:107px;top:176px;left:442px;display:block; }
 }@media only screen and (max-width: 763px) { #Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x { display:block; }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-regular-label { width:422px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-text { width:422px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-textarea { width:422px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-select { width:422px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-button { width:422px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-checkbox-label { width:400px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48  { width:422px;height:auto;top:152px;left:155px; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .radio-container { width:422px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 {display:block;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 { width:422px;height:auto;top:152px;left:155px; }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #GAs5AcXzJsJQWwADSbtm0C8ToI3NPN4v {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #mcqk0IrQQBgvo2HsFgIEVMUALKpULzS4 {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #aw4yQCEZpeFrWPKZG5uskzFzEducK8ou {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #KLckGUIrMMMHPc31xM74AUvzSpzR5aOc {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #JMsdaAXvlXx5zpBBxmhbTSkFTuTvERox {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #B0FZTotG8LELUKkGC3qh2uXU2RFNX8ki {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #GiZDoQi7OqFi9gU6o0KNdH23XBQP0tBu {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #drK405nMmrFkdkdpCnntgqqobUHmrITv {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #gBCvfOANTLuhh93uLzMUIKho0qCRBplg {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #GzSz7et1TFi4pysk6wTQpikksMNEd5to {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #dEPU1CbK1VBlfoT9r3JvWK4JTeMQTMzD {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #B10T3hoNefd7wAKVEaxhBUULFN5mHl9s {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #SDQk7rCwfEqU1IHgrU4or01GZSnI01ki {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #zOHr44ilb5LwPbneJ845WoEn786UyObp {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #qGHArc3SfrP7Qe3ocsgSVNSEWE5oasJg {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #ze9X9qc3Eo6Qev3Fn3QZp2JHkTSb1mb6 {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #v1JrCb8GdFID8Oi1nK8Fm3doOx7EcREd {  }
 }@media only screen and (max-width: 763px) { #cE6HT7nUQIRhR3WqpcdGisZVscUUgoWh { width:462px;height:73px;top:79px;left:155px;display:block; }
 }@media only screen and (max-width: 763px) { #m73GK0Ky69Canvn4oP8oqEQIqdntV3PZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc { display:block; }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAcluUM8DBNcxzqqWko0Ge3CLGlJyTif { width:375px;height:20px;top:26px;left:203px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f3f3f3;background-image:none;border-top:10px solid #013589;border-left:1px solid #013589;border-right:1px solid #013589;border-bottom:10px solid #013589;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 { width:320px;height:888px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1mPKKSeLFrvlOpDpXoRrIignhxFcas3 { width:45px;height:45px;top:394px;left:25px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #SDeClJO6qp2cGwWLBv7FHvFXTHZiiQwS { width:225px;height:26px;top:404px;left:70px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iU1yCN2yP1IISFHI3CsroDBhnpFAWzck { width:57px;height:57px;top:439px;left:19px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #g7S1eCLPfAfPDIOckT4nWEDbm4PkeRaL { width:231px;height:26px;top:455px;left:70px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oK1f19hWu2S2Ot4CVNeTN2sQlRGFWVEK { width:207px;height:35px;top:104.5px;left:56.5px;text-align:left;text-align-last:left;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #LuNSZSUPJH1XTJSPe5Xrsr6hN0oN3kR5 { width:285px;height:120px;top:169px;left:17.5px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #XqTwtAf61TDSeq4GaRHVQfiH4cdWEH7J { width:219px;height:44px;top:97px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #urTRK8p0pOGrJ0REhbSan3r0gwPAKA36 { width:294px;height:78px;top:305px;left:13px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VzTAnZeKLFiBzW6Cf4VCEgrbJDWoGMxU { width:299px;height:55px;top:511px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HTgJdbTwoVUoK7zRZOd25TBGadtTicV4 { display:block; }
 }@media only screen and (max-width: 763px) { #SA5rZEwHSS4NBKl4p8adhdkUfbsbfLC5 { width:211px;height:57px;top:20px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #R600hnNzFOhDIlz91pXq33uXBRraqatS { top:603px;left:0px;width:320px;height:256px;z-index:100040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO { display:block; }#oGCUxCmxfbENZ4AJxqRyMtZyrvrXhDkO > .row .container { width:320px;height:1497px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMAUCakdPZdryCgcIEIB9rGiaJsb5bdU { width:320px;height:112px;top:50px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TNpQmOI2M4Mkueyvsqkau7ti0EUlaRaN { width:290px;height:57px;top:200px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G7Tr9MpIclolTI919bdkibotH1CFvpfc { width:263px;height:32px;top:217px;left:28.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #l7Xy3TDw10fNzEFaVJ99GH80F79TBVIG { width:50px;height:39px;top:941.5px;left:16px;text-align:left;text-align-last:left;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #qsvTyDCa1XTqUhlg3XFXl1TOBJCXW6WS { width:1px;height:12px;top:1157px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #JZcR3139pAPkM7iwM7QyiZmhfb6pyumT { width:54px;height:1px;top:1189px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #Xft0zS1TEZDi8a17mupa5TQK73TJCHXS { width:254px;height:72px;top:944.5px;left:53px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OGOOCFTki90rG8ZHBBTaIPWrb47Uqqsb { width:54px;height:1px;top:971px;left:179px;display:none; }
 }@media only screen and (max-width: 763px) { #QAE7XuysqupREJMa9hhsMgTnkMVXSCza { width:1px;height:12px;top:960px;left:179px;display:none; }
 }@media only screen and (max-width: 763px) { #M6SgJLtRn226rZew4BGyKLpsy0C4Jl07 { width:223px;height:72px;top:1038px;left:48.5px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cXVTJaJinIEbCk57RMrf3122vrfan0Vn { width:40px;height:54px;top:1026px;left:16px;text-align:left;text-align-last:left;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #dk1aW2H8Sa1AMvg2865xZicWET5Ffx52 { width:1px;height:12px;top:884px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #eH76Aph8o0gN2teqAd3CT2IC9qDVoKnh { width:54px;height:1px;top:916px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #RZrK8xfVanpTZXNQM9AV3UGZVTg2z5EO { width:1px;height:18px;top:1189px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #dxVEDvx7TNXCPa8asX3BSb3HZv62k0KT { width:54px;height:1px;top:1206px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #bHOwKyoJdPfm1oKnUTJT4ef4Oq4wmu6F { width:1px;height:12px;top:1500px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #uGXvdSSOtezVpCJJlVA2HdDXLSrimUUh { width:54px;height:1px;top:1319px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #oToRfUTShGZts8NFNs1peWHP6TPQZ0zB { width:40px;height:54px;top:1129px;left:16px;text-align:left;text-align-last:left;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #kKBpZ2egmQrFVSF8un3Wk6T2zXeXsPtv { width:240px;height:96px;top:1133px;left:50.5px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GEwQCgXRTW2IskUDrykDG4NAevPIB39o { width:1px;height:45px;top:1656px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #fx0CTJouIoXlyLr0S0s0ZAO2gobtqQgU { width:54px;height:1px;top:1813px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #O1nVztdTy1MQvE69H8M67AKTbrTbnhBe { width:251px;height:96px;top:1251px;left:56px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lt1TKTwNWcbPStnhVTVMJJUOkJTX03zA { width:57px;height:54px;top:1251px;left:16px;text-align:left;text-align-last:left;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #WZgtxtdWnovBJsC8GxisbHKqvfEOBp0h { width:1px;height:12px;top:1834px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #iLuyqO6LZPAqwHU7GlRpq5KfcrAOUzcH { width:54px;height:1px;top:1866px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #ww4weIO08e2h8QQxGPyQfp3GWUi4iMVa { width:1px;height:45px;top:2006px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #zW8IBLqpTtWRBxOkkkU1TGlWdxqsLdTA { width:54px;height:1px;top:2163px;left:133px;display:none; }
 }@media only screen and (max-width: 763px) { #sHotLJvtFQyraXPa9I7Q4JTPTdANdyo1 { width:320px;height:32px;top:867px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #yMT3wDP6xGcbqFyibtfZ0XHUeqdCDfzp { width:100px;height:100px;top:286px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #ysEfifhtScrb5nEDMCfsTk7orS4xk3Qh { width:249px;height:81px;top:386px;left:35.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dQv24Ui0dWLaEq73CvUDxnkZd7E089uP { width:99px;height:99px;top:483px;left:110.5px;display:block; }
 }@media only screen and (max-width: 763px) { #hqKWhfQWQoP29IzlvCyIsgAcSdB86JdG { width:200px;height:54px;top:581px;left:51px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yTcBWHISw3C1y41qG4IEv33eSJGeUp2z { width:98px;height:98px;top:658px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #C4xomuKA2rNC4Ea0TIkuw9d8iOJcg9HQ { width:236px;height:54px;top:766px;left:42px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zRvfXkiUN6affcAWQzNMUGqHpGEo9xrP { width:320px;height:70px;top:848px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rfy2TcqsJsIRhHa8o8LGebnVVBOHXXk5 { width:299px;height:55px;top:1385px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHNJTyP6LxGSKTM0CSFFbc3J0JsTUlBd { display:block; }
 }@media only screen and (max-width: 763px) { #oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P { display:block; }#oPuS4Os5KwOv1XiQbEcK2ySALU0GCQ4P > .row .container { width:320px;height:1404px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbNzNi0XHweAKaWqco9yG9gmTKMnR4ee { width:316px;height:708px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qvg4rhECdU1EiqNM841uzTSNXtxDsdfT { width:280px;height:270px;top:289px;left:20px;text-align:justify;text-align-last:initial;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oTpOUgOEs10yXkvi09KIz2lPT8ZGDT7i { width:320px;height:28px;top:222px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #oBknMJ2FEoBTgacSTz2WQS8cT3TIqfEt { width:300px;height:23px;top:250px;left:10px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oP3VUHSRwhVogTXEm6CUlpWX5Q2ZFzGs { width:275px;height:162px;top:582px;left:22.5px;text-align:justify;text-align-last:initial;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #M6JhcU5RpmGBk6bA8RWOTEOWJsOKTi74 { width:316px;height:531px;top:820.359375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nwlSR0LtBUCPOJBbLT8XsdAB5UMvrGV0 { width:320px;height:28px;top:964px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LknLiC5swxWlMDTt0ZKJlDgwFCbSviIX { width:300px;height:23px;top:993px;left:10px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LGdTGidXJFylf4V9PZR9XOHdeGsthI8d { width:281px;height:297px;top:1029px;left:19px;text-align:justify;text-align-last:initial;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z7xdnU3r78vNsZlx3uGvayCI1NMt2pCg { width:320px;height:27px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #EQBHdLziPcA2xQuAPfhi5fprQ5r9GBpI { width:107px;height:107px;top:101px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #S3EgOl6EC42xQzAJhrbtAIhJpo9WBttT { width:103px;height:107px;top:843px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x { background-color:#013589;background-image:none;display:block; }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row .container { background-color: transparent; background-image: none; }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row .container > .video-iframe-container { display: none; }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row > .video-iframe-container { display: none; }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .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); }#Rw1N3ehQcoCGUDNQ01X5nWdsr2K1xI1x > .row .container { width:320px;height:642px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48  { width:280px;height:auto;top:113px;left:0px; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 {display:block;}#XZrOfbrlCy7iWKymQrXRaT7BdM734R48 { width:280px;height:auto;top:113px;left:0px; }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #GAs5AcXzJsJQWwADSbtm0C8ToI3NPN4v {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #mcqk0IrQQBgvo2HsFgIEVMUALKpULzS4 {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #aw4yQCEZpeFrWPKZG5uskzFzEducK8ou {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #KLckGUIrMMMHPc31xM74AUvzSpzR5aOc {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #JMsdaAXvlXx5zpBBxmhbTSkFTuTvERox {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #B0FZTotG8LELUKkGC3qh2uXU2RFNX8ki {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #GiZDoQi7OqFi9gU6o0KNdH23XBQP0tBu {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #drK405nMmrFkdkdpCnntgqqobUHmrITv {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #gBCvfOANTLuhh93uLzMUIKho0qCRBplg {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #GzSz7et1TFi4pysk6wTQpikksMNEd5to {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #dEPU1CbK1VBlfoT9r3JvWK4JTeMQTMzD {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #B10T3hoNefd7wAKVEaxhBUULFN5mHl9s {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #SDQk7rCwfEqU1IHgrU4or01GZSnI01ki {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #zOHr44ilb5LwPbneJ845WoEn786UyObp {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #qGHArc3SfrP7Qe3ocsgSVNSEWE5oasJg {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #ze9X9qc3Eo6Qev3Fn3QZp2JHkTSb1mb6 {  }
 }@media only screen and (max-width: 763px) { #XZrOfbrlCy7iWKymQrXRaT7BdM734R48 #v1JrCb8GdFID8Oi1nK8Fm3doOx7EcREd {  }
 }@media only screen and (max-width: 763px) { #cE6HT7nUQIRhR3WqpcdGisZVscUUgoWh { width:320px;height:73px;top:41px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #m73GK0Ky69Canvn4oP8oqEQIqdntV3PZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc { background-color:#000000;background-image:none;display:block; }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row .container { background-color: transparent; background-image: none; }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row .container > .video-iframe-container { display: none; }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row > .video-iframe-container { display: none; }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .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); }#ZZMTFxFyK6yx2qxBOQ91T3egqadSn7Zc > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAcluUM8DBNcxzqqWko0Ge3CLGlJyTif { width:240px;height:20px;top:30px;left:40px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }