.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;
  }
}
body { background-color:#00aae5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0px;left:0px;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0099cc;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:1679px;width:960px;position:relative;display:block; }#u3wpmRzpIaHq5ncn2dBxngQVNZi4X0be { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:172px;width:426px;top:257px;left:0px;overflow:hidden;display:block; }
#xfcHenyGhu8EhxhHC401OtIuPlGLREt7 { position:absolute;display:block;z-index:100015;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;height:417px;width:960px;top:448.5px;left:0px;display:block; }
#AItS6w9uyBEHl0SbiNIlL4dTtsxArmab { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:80px;top:810px;left:440px;overflow:hidden;display:block; }
#O2axa5qTtX22RRUk5OFpB7KvGC7klbZV { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:85px;width:85px;top:388px;left:437.5px;overflow:hidden;display:block; }
#vJl8dQTLTrQ23yxwzUab96WOLQz15beK { position:absolute;display:block;z-index:100018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0069b4, #71a3c5);background-image: -moz-linear-gradient(180deg, #0069b4, #71a3c5);background-image: -ms-linear-gradient(180deg, #0069b4, #71a3c5);background-image: -o-linear-gradient(180deg, #0069b4, #71a3c5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069b4', endColorstr='#71a3c5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069b4', endColorstr='#71a3c5' );";background-image: linear-gradient(180deg, #0069b4, #71a3c5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:240px;width:259px;top:550px;left:126px;display:block; }
#ZdUwMBmaJC8HRHU9kCAQfb0HCuw2XGAT { color:#0099cc;display:block;width:744px;position:absolute;font-family:futura;font-size:27px;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:493px;left:108px;height:70px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q0mc4ET8G7Qe2KfnwTcdv2lZUsFpkMo9 { color:#ffffff;display:block;width:200px;position:absolute;font-family:futura;font-size:30px;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:590px;left:155px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToNySgJDdMTia6R0I8xMOwwFPULzkXUZ { color:#ffffff;display:block;width:220px;position:absolute;font-family:futura;font-size:28px;font-weight:normal;z-index:100021;line-height:1.4;letter-spacing:0;top:646px;left:145px;height:78px;text-align:center;text-align-last:center;display:block; }
#HTRZzd3WSp2BvsexRCDZ7DKZiKZkzf3N { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:240px;top:736px;left:135px;overflow:hidden;display:block; }
#E7oPMMlPLTC9JAhAPwGhS1JxmKUPOTuB { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0069b4, #71a3c5);background-image: -moz-linear-gradient(180deg, #0069b4, #71a3c5);background-image: -ms-linear-gradient(180deg, #0069b4, #71a3c5);background-image: -o-linear-gradient(180deg, #0069b4, #71a3c5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069b4', endColorstr='#71a3c5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069b4', endColorstr='#71a3c5' );";background-image: linear-gradient(180deg, #0069b4, #71a3c5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:241px;width:259px;top:550px;left:575px;display:block; }
#ug8hamkabRSkVkKgVvyQMdUyJ8Rw3MwN { color:#ffffff;display:block;width:231px;position:absolute;font-family:futura;font-size:30px;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:590px;left:589px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kmIRwsoeDs6TfLX2T94MlLzNoguVU6y3 { color:#ffffff;display:block;width:216px;position:absolute;font-family:futura;font-size:28px;font-weight:normal;z-index:100025;line-height:1.4;letter-spacing:0;top:646px;left:597px;height:78px;text-align:center;text-align-last:center;display:block; }
#CKwQCMcGIuIUNOksav1xTtSFdSSiQHZ6 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:237px;top:736px;left:587px;overflow:hidden;display:block; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-form-header { font-size:14px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-regular-label { height:auto;display:block;font-family:futura;font-size:35px;font-weight:400;color:#ffffff;width:816px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.3;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-text { 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:0px;margin-bottom:4px;margin-left:0;display:block;width:816px;box-sizing:border-box;height:35px;color:#161616;font-size:14px;overflow:hidden;font-family:futura;vertical-align:top;box-shadow: 1px 1px 2px rgba(0,0,0,0.7) ;line-height:1.3;text-align:left;text-align-last:left; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-text {padding-top: 0; padding-bottom: 0;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-textarea { 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:0px;margin-bottom:4px;margin-left:0;display:block;width:816px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:futura;vertical-align:top;box-shadow: 1px 1px 2px rgba(0,0,0,0.7) ;line-height:1.3;text-align:left;text-align-last:left; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-select { 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:0;display:block;width:816px;box-sizing:border-box;height:35px;color:rgba(22,22,22,0.7);font-family:futura;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 1px 1px 2px rgba(0,0,0,0.5) ;line-height:1.3; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-select {padding-top: 0; padding-bottom: 0;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-checkbox { width:16px;height:16px;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; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-button { background-color:#0069b4;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-left:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:30px;font-weight:400;color:#f2f9ff;width:816px;height:59px;font-family:futura;overflow:hidden;box-shadow: 1px 1px 2px rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;font-style:normal; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:futura;font-size:14px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:futura;font-size:14px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:futura;font-size:14px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:futura;font-size:14px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .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:futura;line-height:1.8;font-size:15px;font-weight:300;color:#ffffff;vertical-align:top;width:796px;overflow:hidden;font-style:normal;float:none; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .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; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:72px;vertical-align:middle;font-family:futura;font-size:27px;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.8;text-align:center;text-align-last:center;float:none; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-container { padding-top:3px;padding-left:0;padding-right:0;padding-bottom:2px;width:100%;font-size:0;height:auto; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-container:first-of-type{padding-top:0;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-container:last-of-type{padding-bottom:0;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:816px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:882px;left:52px;font-size:14px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:816px;display:block;vertical-align:top; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-info-text { display:block;height:auto;font-family:futura;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM {display:block;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:816px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100005;position:absolute;top:882px;left:52px;font-size:14px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #RL2JqZloXxt8xis7beiFeuadlhfT4EHa { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #gKrLqf19HnXeHHHEncT3hKFNVc2cTCWG { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Vs1gVqVD80E9L4DchRDivCiKl8rRPs62 { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Snd2nCNE2nLvxrUc8v5h9cgV2DD2isSV { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #NTm0MPDs2nIaLacfNMas07gvcaurPrUF { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #NINdHvWTDJWLvFpMFaWPgCylCnHx3uJw { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #S0KLkS4sZqV8xgyOwRa4CuTblTA4Zy6c { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Oge9K6PkCpz0JAbSUeOUTEH1Mhd2EOuP { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #yiWqlf7k5Ib2g4Cwzn6h3edtkZoIzgNW { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #J0NDsKdL4b2MSp5yVDpswfCkchubIQcw { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Fdwhk3mkmZIqIdfaIwkpTILCAwByaIn5 { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #kxOzNI1JFESxOiMWExheuA2qVrZdIKuP { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #d9CrbEbQgO7vFtAdVTkNh5UG6TfUTf8F { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #EbhshUyXJ24xMnxOpkioSRhNFqqGQbrZ { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #usx6aHb5Xa9umPuZXL51wVn0GhT26nrq { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Cga2hQ3e6NguyWvG4x4LH178Mkqe9gCt { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #nIqBOeDTiO8Adg4IfOVgzmalragTD6rz { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #JavZyiCsMueG9S03P5g2x4Mnr4ub4bSl { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #mEFpUQUHJ8ArldE0uU3FyxVQnTQaFM89 { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #kiO2iKxc9xFT1aomTTcDJhTfxmiAV7TE { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #khExH7Ok370w4IX50fEMDQ1VEp3AaBri { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #nRBlrznLX2guVcbUuxBzSQBTqNnq4u2c { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #tkuv8IOVXrn86RCoamJVT9W0ZkOBvkAq { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #vRAkLxRBIkmbdpbyaTQ9cMNWTLHSrf15 { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #RDm0LJL92RTnPtvBm6s4M3PcZBaLPTk3 { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #FZght5PmDZSgx0ro6EprVfyNZaDPQDi7 { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Ay8TPwRoFfte7BiN6OmfWAUsLaPsTEV5 { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #qTfsrW8DgObU8hwt6BClJRUlCMBmiJVK { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #C9Womiws2wxuU3fo7KlpgNRqqyedZOOB { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #FtnWxqhV2x5rX7vaX2F4hdFwmTw5KLp4 { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #fWBiG8PpTHTObh5hJx92QXqrHQqHz6qP { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #yh4oGJBKyvodpHKizdtqpyrmQ9inR6zS { position:relative;z-index:2; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #rX913Ohe0KmsvePnDecsqsSFXLi28N0V { position:relative; }
#HvVrJlHZ3lZDZFAmicsJLrXFbIh7RbQf { position:relative;display:block; }
#xiZ87S1Vcu2twNwNKvSP3RPfHQ4dHx3m { position:relative;display:block; }
#FkmTfeEXq80eZ9lG49PlIkJ85lcDaSuL { position:relative;display:block; }
#AHgVm4w1GK519oT8OgK6LSHDkURHyEJq { position:relative;display:block; }
#O4V63Vzp9Z8A3rLwb8DF1HXADimh7hdf { position:relative;display:block; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #tUmEPRn4i995OOlmiyWu0J4VOeatTAot { position:relative; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #HdZmCBUiFThPA2tndmPNd2khXNbuO7Tu { position:relative; }
#MEgOWwMsFgQEkgwImAtBbDX9g061UMql { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:218px;width:600px;top:29px;left:360px;overflow:hidden;display:block; }
#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { background-color: transparent; background-image: none; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container > .video-iframe-container { display: none; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row > .video-iframe-container { display: none; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .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); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { border-width: 0; border-radius: 0; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { font-size:14px;font-family:arial;height:63px;width:960px;position:relative;display:block; }#ppUlJbe5M7PrleKf6TsusXAzMNeoMPxz { color:#0069b4;display:block;width:960px;position:absolute;font-family:futura;font-size:17px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:20.5px;left:0px;height:22px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;height:1692px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #u3wpmRzpIaHq5ncn2dBxngQVNZi4X0be { width:426px;height:172px;top:257px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #xfcHenyGhu8EhxhHC401OtIuPlGLREt7 { width:764px;height:447px;top:447px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #AItS6w9uyBEHl0SbiNIlL4dTtsxArmab { width:80px;height:80px;top:842px;left:342px;display:block; }
 }@media only screen and (max-width: 959px) { #O2axa5qTtX22RRUk5OFpB7KvGC7klbZV { width:85px;height:85px;top:397px;left:339.5px;display:block; }
 }@media only screen and (max-width: 959px) { #vJl8dQTLTrQ23yxwzUab96WOLQz15beK { width:259px;height:259px;top:568px;left:52px;display:block; }
 }@media only screen and (max-width: 959px) { #ZdUwMBmaJC8HRHU9kCAQfb0HCuw2XGAT { width:744px;height:35px;top:507px;left:10px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #Q0mc4ET8G7Qe2KfnwTcdv2lZUsFpkMo9 { width:200px;height:32px;top:599px;left:81.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #ToNySgJDdMTia6R0I8xMOwwFPULzkXUZ { width:260px;height:74px;top:642px;left:51.5px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #HTRZzd3WSp2BvsexRCDZ7DKZiKZkzf3N { width:279px;height:113px;top:734px;left:42px;display:block; }
 }@media only screen and (max-width: 959px) { #E7oPMMlPLTC9JAhAPwGhS1JxmKUPOTuB { width:259px;height:259px;top:568px;left:456px;display:block; }
 }@media only screen and (max-width: 959px) { #ug8hamkabRSkVkKgVvyQMdUyJ8Rw3MwN { width:200px;height:32px;top:599px;left:485.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #kmIRwsoeDs6TfLX2T94MlLzNoguVU6y3 { width:260px;height:74px;top:642px;left:455.5px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #CKwQCMcGIuIUNOksav1xTtSFdSSiQHZ6 { width:279px;height:113px;top:734px;left:446px;display:block; }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-regular-label { width:724px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-text { width:724px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-text {padding-top: 0; padding-bottom: 0;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-textarea { width:724px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-select { width:724px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-select {padding-top: 0; padding-bottom: 0;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-button { width:724px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-checkbox-label { width:704px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-radio-label { font-size:22px;overflow:hidden; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM  { width:724px;height:auto;top:929px;left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .radio-container { width:724px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM {display:block;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM { width:724px;height:auto;top:929px;left:0px; }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #RL2JqZloXxt8xis7beiFeuadlhfT4EHa {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #gKrLqf19HnXeHHHEncT3hKFNVc2cTCWG {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Vs1gVqVD80E9L4DchRDivCiKl8rRPs62 {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Snd2nCNE2nLvxrUc8v5h9cgV2DD2isSV {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #NTm0MPDs2nIaLacfNMas07gvcaurPrUF {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #NINdHvWTDJWLvFpMFaWPgCylCnHx3uJw {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #S0KLkS4sZqV8xgyOwRa4CuTblTA4Zy6c {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Oge9K6PkCpz0JAbSUeOUTEH1Mhd2EOuP {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #yiWqlf7k5Ib2g4Cwzn6h3edtkZoIzgNW {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #J0NDsKdL4b2MSp5yVDpswfCkchubIQcw {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Fdwhk3mkmZIqIdfaIwkpTILCAwByaIn5 {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #kxOzNI1JFESxOiMWExheuA2qVrZdIKuP {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #d9CrbEbQgO7vFtAdVTkNh5UG6TfUTf8F {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #EbhshUyXJ24xMnxOpkioSRhNFqqGQbrZ {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #usx6aHb5Xa9umPuZXL51wVn0GhT26nrq {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Cga2hQ3e6NguyWvG4x4LH178Mkqe9gCt {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #nIqBOeDTiO8Adg4IfOVgzmalragTD6rz {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #JavZyiCsMueG9S03P5g2x4Mnr4ub4bSl {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #mEFpUQUHJ8ArldE0uU3FyxVQnTQaFM89 {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #kiO2iKxc9xFT1aomTTcDJhTfxmiAV7TE {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #khExH7Ok370w4IX50fEMDQ1VEp3AaBri {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #nRBlrznLX2guVcbUuxBzSQBTqNnq4u2c {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #tkuv8IOVXrn86RCoamJVT9W0ZkOBvkAq {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #vRAkLxRBIkmbdpbyaTQ9cMNWTLHSrf15 {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #RDm0LJL92RTnPtvBm6s4M3PcZBaLPTk3 {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #FZght5PmDZSgx0ro6EprVfyNZaDPQDi7 {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Ay8TPwRoFfte7BiN6OmfWAUsLaPsTEV5 {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #qTfsrW8DgObU8hwt6BClJRUlCMBmiJVK {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #C9Womiws2wxuU3fo7KlpgNRqqyedZOOB {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #FtnWxqhV2x5rX7vaX2F4hdFwmTw5KLp4 {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #fWBiG8PpTHTObh5hJx92QXqrHQqHz6qP {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #yh4oGJBKyvodpHKizdtqpyrmQ9inR6zS {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #rX913Ohe0KmsvePnDecsqsSFXLi28N0V {  }
 }@media only screen and (max-width: 959px) { #HvVrJlHZ3lZDZFAmicsJLrXFbIh7RbQf { display:block; }
 }@media only screen and (max-width: 959px) { #xiZ87S1Vcu2twNwNKvSP3RPfHQ4dHx3m { display:block; }
 }@media only screen and (max-width: 959px) { #FkmTfeEXq80eZ9lG49PlIkJ85lcDaSuL { display:block; }
 }@media only screen and (max-width: 959px) { #AHgVm4w1GK519oT8OgK6LSHDkURHyEJq { display:block; }
 }@media only screen and (max-width: 959px) { #O4V63Vzp9Z8A3rLwb8DF1HXADimh7hdf { display:block; }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #tUmEPRn4i995OOlmiyWu0J4VOeatTAot {  }
 }@media only screen and (max-width: 959px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #HdZmCBUiFThPA2tndmPNd2khXNbuO7Tu {  }
 }@media only screen and (max-width: 959px) { #MEgOWwMsFgQEkgwImAtBbDX9g061UMql { width:600px;height:218px;top:29px;left:164px;display:block; }
 }@media only screen and (max-width: 959px) { #NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ { display:block; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ppUlJbe5M7PrleKf6TsusXAzMNeoMPxz { width:764px;height:22px;top:20px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#0099cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:1792px;background-color:#0099cc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3wpmRzpIaHq5ncn2dBxngQVNZi4X0be { width:320px;height:129.719px;top:150.265625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xfcHenyGhu8EhxhHC401OtIuPlGLREt7 { width:320px;height:649px;top:297.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AItS6w9uyBEHl0SbiNIlL4dTtsxArmab { width:80px;height:80px;top:700.985px;left:240px;display:block; }
 }@media only screen and (max-width: 763px) { #O2axa5qTtX22RRUk5OFpB7KvGC7klbZV { width:85px;height:85px;top:237.984375px;left:117.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vJl8dQTLTrQ23yxwzUab96WOLQz15beK { width:259px;height:225px;top:436.984375px;left:30.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZdUwMBmaJC8HRHU9kCAQfb0HCuw2XGAT { width:320px;height:96px;top:331.984375px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mc4ET8G7Qe2KfnwTcdv2lZUsFpkMo9 { width:200px;height:31px;top:452.484375px;left:60px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ToNySgJDdMTia6R0I8xMOwwFPULzkXUZ { width:260px;height:70px;top:493.484375px;left:30px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #HTRZzd3WSp2BvsexRCDZ7DKZiKZkzf3N { width:210px;height:85px;top:814.484375px;left:55px;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #E7oPMMlPLTC9JAhAPwGhS1JxmKUPOTuB { width:259px;height:225px;top:685.484375px;left:30.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ug8hamkabRSkVkKgVvyQMdUyJ8Rw3MwN { width:200px;height:31px;top:700.984375px;left:60px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #kmIRwsoeDs6TfLX2T94MlLzNoguVU6y3 { width:260px;height:70px;top:741.484375px;left:30px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CKwQCMcGIuIUNOksav1xTtSFdSSiQHZ6 { width:209px;height:85px;top:563.484375px;left:55.5px;display:block; }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-text {padding-top: 0; padding-bottom: 0;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-select {padding-top: 0; padding-bottom: 0;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-checkbox-label { width:260px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .widget-radio-label { font-size:18px;overflow:hidden; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM  { width:280px;height:auto;top:950.984375px;left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM {display:block;}#bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM { width:280px;height:auto;top:950.984375px;left:0px; }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #RL2JqZloXxt8xis7beiFeuadlhfT4EHa {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #gKrLqf19HnXeHHHEncT3hKFNVc2cTCWG {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Vs1gVqVD80E9L4DchRDivCiKl8rRPs62 {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Snd2nCNE2nLvxrUc8v5h9cgV2DD2isSV {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #NTm0MPDs2nIaLacfNMas07gvcaurPrUF {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #NINdHvWTDJWLvFpMFaWPgCylCnHx3uJw {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #S0KLkS4sZqV8xgyOwRa4CuTblTA4Zy6c {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Oge9K6PkCpz0JAbSUeOUTEH1Mhd2EOuP {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #yiWqlf7k5Ib2g4Cwzn6h3edtkZoIzgNW {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #J0NDsKdL4b2MSp5yVDpswfCkchubIQcw {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Fdwhk3mkmZIqIdfaIwkpTILCAwByaIn5 {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #kxOzNI1JFESxOiMWExheuA2qVrZdIKuP {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #d9CrbEbQgO7vFtAdVTkNh5UG6TfUTf8F {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #EbhshUyXJ24xMnxOpkioSRhNFqqGQbrZ {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #usx6aHb5Xa9umPuZXL51wVn0GhT26nrq {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Cga2hQ3e6NguyWvG4x4LH178Mkqe9gCt {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #nIqBOeDTiO8Adg4IfOVgzmalragTD6rz {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #JavZyiCsMueG9S03P5g2x4Mnr4ub4bSl {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #mEFpUQUHJ8ArldE0uU3FyxVQnTQaFM89 {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #kiO2iKxc9xFT1aomTTcDJhTfxmiAV7TE {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #khExH7Ok370w4IX50fEMDQ1VEp3AaBri {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #nRBlrznLX2guVcbUuxBzSQBTqNnq4u2c {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #tkuv8IOVXrn86RCoamJVT9W0ZkOBvkAq {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #vRAkLxRBIkmbdpbyaTQ9cMNWTLHSrf15 {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #RDm0LJL92RTnPtvBm6s4M3PcZBaLPTk3 {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #FZght5PmDZSgx0ro6EprVfyNZaDPQDi7 {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #Ay8TPwRoFfte7BiN6OmfWAUsLaPsTEV5 {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #qTfsrW8DgObU8hwt6BClJRUlCMBmiJVK {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #C9Womiws2wxuU3fo7KlpgNRqqyedZOOB {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #FtnWxqhV2x5rX7vaX2F4hdFwmTw5KLp4 {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #fWBiG8PpTHTObh5hJx92QXqrHQqHz6qP {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #yh4oGJBKyvodpHKizdtqpyrmQ9inR6zS {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #rX913Ohe0KmsvePnDecsqsSFXLi28N0V {  }
 }@media only screen and (max-width: 763px) { #HvVrJlHZ3lZDZFAmicsJLrXFbIh7RbQf { display:block; }
 }@media only screen and (max-width: 763px) { #xiZ87S1Vcu2twNwNKvSP3RPfHQ4dHx3m { display:block; }
 }@media only screen and (max-width: 763px) { #FkmTfeEXq80eZ9lG49PlIkJ85lcDaSuL { display:block; }
 }@media only screen and (max-width: 763px) { #AHgVm4w1GK519oT8OgK6LSHDkURHyEJq { display:block; }
 }@media only screen and (max-width: 763px) { #O4V63Vzp9Z8A3rLwb8DF1HXADimh7hdf { display:block; }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #tUmEPRn4i995OOlmiyWu0J4VOeatTAot {  }
 }@media only screen and (max-width: 763px) { #bq8ixNMTTIUDaZ8TEtGq9P9x1zUxlhlM #HdZmCBUiFThPA2tndmPNd2khXNbuO7Tu {  }
 }@media only screen and (max-width: 763px) { #MEgOWwMsFgQEkgwImAtBbDX9g061UMql { width:320px;height:116.26666666667px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ { display:block; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppUlJbe5M7PrleKf6TsusXAzMNeoMPxz { width:306.969px;height:40px;top:20px;left:6px;font-size:16px;display:block; }
 }