.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;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); }#BTBOnWPxBafH1rP4on8JmDz6gOzmwb65 { position:relative;display:block; }#BTBOnWPxBafH1rP4on8JmDz6gOzmwb65 { background-color: transparent; background-image: none; }#BTBOnWPxBafH1rP4on8JmDz6gOzmwb65::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTBOnWPxBafH1rP4on8JmDz6gOzmwb65 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTBOnWPxBafH1rP4on8JmDz6gOzmwb65 > .row .container > .video-iframe-container { display: none; }#BTBOnWPxBafH1rP4on8JmDz6gOzmwb65 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTBOnWPxBafH1rP4on8JmDz6gOzmwb65 > .row > .video-iframe-container { display: none; }#BTBOnWPxBafH1rP4on8JmDz6gOzmwb65 > .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); }#BTBOnWPxBafH1rP4on8JmDz6gOzmwb65 { border-width: 0; border-radius: 0; }#BTBOnWPxBafH1rP4on8JmDz6gOzmwb65 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:163px;width:960px;position:relative;display:block; }#eqmox3mLyM0EJgVqy8iETE99BPxnQHs6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:123px;width:207px;top:20px;left:0;overflow:hidden;display:block; }
#dTGEvVQrh8EdCXIqRciF1z7oLnJd1mwX { position:absolute;display:block;z-index:100001;background-color:#d0d0d0;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;height:88px;width:202px;top:20px;left:714px;display:block; }
#MexHMDxQZcIAI8TXQiA6BgiXF79dCqMs { color:#b03333;display:block;width:195px;position:absolute;font-family:arial;font-size:18px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:34px;left:726px;height:23.3333px;font-style:normal;display:block; }
#ksHP13EFgk5Sti4QfnPQMxW91ARQWR0b { color:#000000;display:block;width:128px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:68.5px;left:750px;height:25.5556px;font-style:normal;display:block; }
#iSHlX3r0XRgAhtQ553taE62N0QpyGr8K { position:relative;display:block; }#iSHlX3r0XRgAhtQ553taE62N0QpyGr8K { background-color: transparent; background-image: none; }#iSHlX3r0XRgAhtQ553taE62N0QpyGr8K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iSHlX3r0XRgAhtQ553taE62N0QpyGr8K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iSHlX3r0XRgAhtQ553taE62N0QpyGr8K > .row .container > .video-iframe-container { display: none; }#iSHlX3r0XRgAhtQ553taE62N0QpyGr8K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iSHlX3r0XRgAhtQ553taE62N0QpyGr8K > .row > .video-iframe-container { display: none; }#iSHlX3r0XRgAhtQ553taE62N0QpyGr8K > .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); }#iSHlX3r0XRgAhtQ553taE62N0QpyGr8K { border-width: 0; border-radius: 0; }#iSHlX3r0XRgAhtQ553taE62N0QpyGr8K > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:11px;width:960px;position:relative;display:block; }#SPTukxxkKLLF0ETaKoxyiumg9dJilwDv { position:absolute;display:block;z-index:100000;background-color:#f3f3f3;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #b03333;border-left:1px solid #b03333;border-right:1px solid #b03333;border-bottom:1px solid #b03333;height:8px;width:958px;top:0;left:0;display:block; }
#chFuXO41t7hi07CX72kRlcf0t5QWyIXt { position:relative;display:block; }#chFuXO41t7hi07CX72kRlcf0t5QWyIXt { background-color: transparent; background-image: none; }#chFuXO41t7hi07CX72kRlcf0t5QWyIXt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#chFuXO41t7hi07CX72kRlcf0t5QWyIXt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#chFuXO41t7hi07CX72kRlcf0t5QWyIXt > .row .container > .video-iframe-container { display: none; }#chFuXO41t7hi07CX72kRlcf0t5QWyIXt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#chFuXO41t7hi07CX72kRlcf0t5QWyIXt > .row > .video-iframe-container { display: none; }#chFuXO41t7hi07CX72kRlcf0t5QWyIXt > .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); }#chFuXO41t7hi07CX72kRlcf0t5QWyIXt { border-width: 0; border-radius: 0; }#chFuXO41t7hi07CX72kRlcf0t5QWyIXt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1346px;width:960px;position:relative;display:block; }#s5Dydv4zhktkNW2lKlrVeZaRyEOVbxDv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:314px;width:469px;top:53px;left:465px;overflow:hidden;display:block; }
#a2a650zJ28dkqqphTJWA4Ti0OeGN0QSC { color:#000000;display:block;width:483px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100006;line-height:1.8;letter-spacing:0;top:53px;left:0;height:222.2221px;display:block; }
#mnMieLPWSu7Qlptyxm1pThT019GRMgAB { color:#000000;display:block;width:127px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:359px;left:0;height:23.3333px;font-style:normal;display:block; }
#wt393vKQLy5KR47UdcdZfaE1X77QeWKq { color:#000000;display:block;width:128px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:400px;left:0;height:25.5556px;font-style:normal;display:block; }
#wKM7HV6XZxPlOox6dJQlRvNfEJQCsfyI { color:#000000;display:block;width:468px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:447px;left:0;height:20px;display:block; }
#zBmZvmpQQJ3SJqN9fGIllL260puhsW8R { color:#b03333;display:block;width:418px;position:absolute;font-family:arial;font-size:26px;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:400px;left:529.5px;height:71.1111px;font-style:normal;display:block; }
#bgANMVQTQeUyvzyeddHM9JTuW2CoNV9T { color:#b03333;display:block;width:435px;position:absolute;font-family:arial;font-size:18px;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:497px;left:0;height:24.4444px;font-style:normal;display:block; }
#J7qQ580r1Hd4PZEBIPJJ6vceBhpD9TpI { color:#000000;display:block;width:429px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100010;line-height:1.8;letter-spacing:0;top:522px;left:0;height:111.111px;display:block; }
#VcViPCZMSDsK13zG6MkXQ6tKOREQeGPn { color:#13bc7f;display:block;width:442.984px;position:absolute;font-family:arial;font-size:20px;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:495.5px;left:517.015625px;height:27.7778px;font-style:normal;display:block; }
#vCVtJy4noWCOXRJp6MFLVSt4NpmuhXed { color:#000000;display:block;width:152.984px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:546px;left:517.015625px;height:25.5556px;font-style:normal;display:block; }
#zWVSTAZKg1VAQ2gTLgPHIhISOe23mlTm { color:#b03333;display:block;width:435px;position:absolute;font-family:arial;font-size:18px;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:700px;left:0;height:24.4444px;font-style:normal;display:block; }
#UUSez6a7gtcuIkb1CX0igu9ln68copEw { color:#000000;display:block;width:429px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100011;line-height:1.8;letter-spacing:0;top:737px;left:0;height:138.889px;display:block; }
#dW1ioS06XrVJt64pb8vwxOCZsficRU1y { color:#b03333;display:block;width:435px;position:absolute;font-family:arial;font-size:18px;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:966px;left:0;height:24.4444px;font-style:normal;display:block; }
#MNTon6irKHmWysAcbFnheF9J7Txhmx4l { color:#000000;display:block;width:438px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100012;line-height:1.8;letter-spacing:0;top:1004px;left:0;height:138.889px;display:block; }
#ViZ1CoSGKxgZXQHpRUipHw6AxHUFfomA { color:#b03333;display:block;width:196px;position:absolute;font-family:arial;font-size:28px;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:1182px;left:0;height:38.8889px;font-style:normal;display:block; }
#DHDqTiPOOgFQzrIV8S3oz8HfqdbuwI1J { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100013;line-height:1.8;letter-spacing:0;top:1251px;left:0;height:55.5556px;display:block; }
#u5f1FRdxfG3hfy31duQw55C03MK5fhRV { position:relative;display:block; }#u5f1FRdxfG3hfy31duQw55C03MK5fhRV { background-color: transparent; background-image: none; }#u5f1FRdxfG3hfy31duQw55C03MK5fhRV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u5f1FRdxfG3hfy31duQw55C03MK5fhRV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u5f1FRdxfG3hfy31duQw55C03MK5fhRV > .row .container > .video-iframe-container { display: none; }#u5f1FRdxfG3hfy31duQw55C03MK5fhRV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u5f1FRdxfG3hfy31duQw55C03MK5fhRV > .row > .video-iframe-container { display: none; }#u5f1FRdxfG3hfy31duQw55C03MK5fhRV > .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); }#u5f1FRdxfG3hfy31duQw55C03MK5fhRV { border-width: 0; border-radius: 0; }#u5f1FRdxfG3hfy31duQw55C03MK5fhRV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:811px;width:960px;position:relative;display:block; }#RBa6lBcybwPElUDpGLyTT7e1au1CXFyP { color:#b03333;display:block;width:119px;position:absolute;font-family:arial;font-size:24px;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:45px;left:0;height:33.3333px;font-style:normal;display:block; }
#bF9UitHn4ceEIdlrIZozZ0lC691GPxp9 { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:78px;left:0;height:31.1111px;font-style:normal;display:block; }
#S16ApG6Taz25bHhu6LwR8h3Sl5MNDLeT { color:#b03333;display:block;width:68px;position:absolute;font-family:arial;font-size:24px;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:45px;left:326px;height:33.3333px;font-style:normal;display:block; }
#oSJpCMxcyMpAPXKZ0DI7vsFRIffuIK23 { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:78px;left:326px;height:31.1111px;font-style:normal;display:block; }
#Eru7Pg2U6XaT7ba5vCA6Is44pVJrrcr6 { color:#b03333;display:block;width:152px;position:absolute;font-family:arial;font-size:24px;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:45px;left:700px;height:33.3333px;font-style:normal;display:block; }
#Enx5lsUT8461QBKfz3Cy2lFodn2mICQ3 { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:78px;left:700px;height:31.1111px;font-style:normal;display:block; }
#TlpJrGz78IRNcShWGxqqmVZt5SIw83zA { color:#000000;display:block;width:71px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:153px;left:0;height:20px;font-style:normal;display:block; }
#XKMbmQEMMnk9Cy1ESIDX6skKBQm3dyqw { color:#000000;display:block;width:304px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:174px;left:0;height:35.5556px;display:block; }
#I6norDH7MK1qedTBRAXTGwff84voxitx { color:#000000;display:block;width:100px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:153px;left:327px;height:20px;font-style:normal;display:block; }
#e29Ri3S6vktUQAAAtmCN1QDVzP5QBVC2 { color:#000000;display:block;width:271px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:175px;left:328px;height:35.5556px;display:block; }
#VLF1Cvovdy79X8xP6VXvf00JTTmIZ8Hi { color:#000000;display:block;width:110px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:153px;left:702px;height:20px;font-style:normal;display:block; }
#CgmSJkUhVaKMhHNJ7cN5X0arpG0U4hB4 { color:#000000;display:block;width:271px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:175px;left:689px;height:35.5556px;display:block; }
#uX1sT21IzKOfkaXOaOX9xZ6bXHDpstaq { color:#000000;display:block;width:80px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:232.5px;left:0;height:20px;font-style:normal;display:block; }
#fQmuV1TQAAo1PGhXmUaMluRZRxQwxa4v { color:#000000;display:block;width:240px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:254px;left:0;height:17.7778px;display:block; }
#aJMTuK30DOD6Pa0OGO6VkEx81uFlUAyL { color:#b03333;display:block;width:103px;position:absolute;font-family:arial;font-size:24px;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:251px;left:327px;height:33.3333px;font-style:normal;display:block; }
#Gc5grXCFMg7wQpIkecaoIBTFeALcLFsv { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:282px;left:327px;height:31.1111px;font-style:normal;display:block; }
#tIM9nxnxUE8H5SpNDPoaJNKWoM1LgciT { color:#000000;display:block;width:146px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:295.5px;left:0;height:20px;font-style:normal;display:block; }
#UtAlLmOuVg9RwAvhyf83e3GFcZT0treC { color:#000000;display:block;width:240px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:316.5px;left:0;height:17.7778px;display:block; }
#DxXJsizGblSl1hfNiTreoouUZHgenPxU { color:#b03333;display:block;width:88px;position:absolute;font-family:arial;font-size:24px;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:366px;left:0;height:33.3333px;font-style:normal;display:block; }
#Jy1n3fnM9Bm7GPwzIyAyQRbHC1SzW332 { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:397px;left:0;height:31.1111px;font-style:normal;display:block; }
#Obw3wnXLxU7i6zyDDxo5lRgW4KGIPiWO { color:#000000;display:block;width:64px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:466.5px;left:0;height:20px;font-style:normal;display:block; }
#ihTb1Fxf96XnIWASzuTHOEQwk8Ngk9zf { color:#000000;display:block;width:276px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:487.5px;left:0;height:17.7778px;display:block; }
#lyqHzAAAZcxDTc6hebV6f10WqEzTbQFW { color:#000000;display:block;width:111px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:530.5px;left:0;height:20px;font-style:normal;display:block; }
#MNTEktRD7elRQQJrxzBo7kXHKA25TWke { color:#000000;display:block;width:187px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:551.5px;left:0;height:17.7778px;display:block; }
#I3TlcImpJf111Pi3w2ccHZ5PkQRqb8vs { color:#b03333;display:block;width:109px;position:absolute;font-family:arial;font-size:24px;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:603.5px;left:0;height:33.3333px;font-style:normal;display:block; }
#oge7bWN5MTdVm7c049TQmuZTZCettnNm { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:634.5px;left:0;height:31.1111px;font-style:normal;display:block; }
#Hp3XyvhqIKdZAh5yM0KrPuKpK4VxOsea { color:#000000;display:block;width:76px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:693.5px;left:0;height:20px;font-style:normal;display:block; }
#x955mPGHVhMOTunxXFVs9D30KzVBAtaq { color:#000000;display:block;width:260px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:714.5px;left:0;height:35.5556px;display:block; }
#FopXAAbqbpUAmKsvqSBqNxuJmFkTyslL { color:#000000;display:block;width:131px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:343.5px;left:326px;height:20px;font-style:normal;display:block; }
#mPsk59O1dcvaFC1mbV5Q99t4CnDb8RUl { color:#000000;display:block;width:222px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:363.5px;left:326px;height:35.5556px;display:block; }
#pnCiH7Ai4DcZsx6EEmH4wI1t4zGwAv2z { color:#000000;display:block;width:131px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:427px;left:326px;height:20px;font-style:normal;display:block; }
#LBB0NT0P2CeNgm3bLZJkF2mguRgin6DT { color:#000000;display:block;width:254px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:447.5px;left:326px;height:35.5556px;display:block; }
#fK7lx3nT3rW9y6eAAz01L325Lap0SGTU { color:#000000;display:block;width:162px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:513.5px;left:326px;height:20px;font-style:normal;display:block; }
#hgamsQsR1R1lq1u5P0kN6mZ2bbeclQwa { color:#000000;display:block;width:264px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:534.5px;left:326px;height:53.3333px;display:block; }
#yXV23SnoLwRFQyTFBpZJLnDrPoP9f9Ah { color:#000000;display:block;width:95px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:618.5px;left:326px;height:20px;font-style:normal;display:block; }
#Uq8z7VhEaJBOaGOxab3sDh7pQ6rzHqhB { color:#000000;display:block;width:264px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:637.5px;left:326px;height:17.7778px;display:block; }
#TTTJZq7JeMsPodnLEZC6TaTUhNgP9uiW { color:#000000;display:block;width:121px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:701.5px;left:326px;height:20px;font-style:normal;display:block; }
#IieloPCmOpqzTKXa1OSdFzgBGnxsJpAh { color:#000000;display:block;width:280px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:722.5px;left:326px;height:17.7778px;display:block; }
#aG9RlSgpN80EyNTy499hFcPD8Q978sUZ { color:#b03333;display:block;width:129px;position:absolute;font-family:arial;font-size:24px;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:261px;left:700px;height:33.3333px;font-style:normal;display:block; }
#eL8Ovyy3MBV6cP52nuO95TCLrRvQN9Ah { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:293px;left:699px;height:31.1111px;font-style:normal;display:block; }
#k9wWZTpTnMmJxR7P9uiTrVgVUvfXxksv { color:#000000;display:block;width:93px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:353.5px;left:700px;height:20px;font-style:normal;display:block; }
#gb3yDH7J3g6AeuFFbzkv2EGpyNmAdTKh { color:#000000;display:block;width:271px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:374.5px;left:689px;height:35.5556px;display:block; }
#HTzbxGw0qIHLpa98A3kdls9OefW4gW54 { color:#000000;display:block;width:117px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:456.5px;left:700px;height:20px;font-style:normal;display:block; }
#Q02tLP3tn5kFJG1nQaeI5cAZa3ZwDOIH { color:#000000;display:block;width:233px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:477.5px;left:700px;height:17.7778px;display:block; }
#g27uKnvRgokR2icDd9rclSTImMeNgX5o { color:#000000;display:block;width:138px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:526.5px;left:700px;height:20px;font-style:normal;display:block; }
#VrPFXHTT4ntQ2TL3NKhO5A7nygQqToLh { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:545.5px;left:681px;height:35.5556px;display:block; }
#T5RTGKGh4TC7TJkLznZKqRc0eOaPmbbw { color:#b03333;display:block;width:84px;position:absolute;font-family:arial;font-size:24px;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:616.5px;left:700px;height:33.3333px;font-style:normal;display:block; }
#Z8cHrNJbSIItvXmf19xrvT06XlSVU7x6 { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:645.5px;left:697px;height:31.1111px;font-style:normal;display:block; }
#fbwxRBKTTJ0tL4pPZgqMnvJ6WPcvnefu { color:#000000;display:block;width:58px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:708.5px;left:700px;height:20px;font-style:normal;display:block; }
#TcfhLXUoT1tlXoFhEN7soae5hfptGrU7 { color:#000000;display:block;width:267px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:730.5px;left:693px;height:35.5556px;display:block; }
#FtGmTHo8MKcxBusyRFforH7ltrzmXT9x { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:298px;left:0;display:block; }
#Pv8qgGkhUWRsNdUciWkkgTTQizfZFBcA { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:235px;left:0;display:block; }
#OXoLboJVBBfGKrpP4Uro8yLi5kSGcQZI { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:156px;left:0;display:block; }
#peVdQUhpnO83KwVbnG81DVQ4Ck9i3R9y { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:474px;left:0;display:block; }
#QZTkiibC88EBtqzW2POkbxDfZ9Ew41Ug { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:535px;left:0;display:block; }
#tcFknR5plBJFRyzzTXc4E1uP6K584ZOs { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:697px;left:0;display:block; }
#qLG2V6tEd1egHHSLFSL3G8yJtSBWi2F7 { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:159px;left:294px;display:block; }
#XHt57whbPF8QoazcNzlyv9C1E3eVHRPC { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:348px;left:293px;display:block; }
#kHFQB29rk3tlpeonmSOmzmyruz4Ak2Jv { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:432px;left:292px;display:block; }
#cta99NeHwiGsRviWxxpmRJF1bmBl8TCq { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:519px;left:292px;display:block; }
#HG9ZAtkIWFxGLCWvCFhlrOWgCF1l5lqk { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:628px;left:291px;display:block; }
#t0MKtH3NpMDAl35q52Mnag5U4qpK8r1g { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:709px;left:291px;display:block; }
#dad2WSXs75TUGz8Or6qdPcRWbmyTakoB { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:161px;left:662px;display:block; }
#EkBLpMmWPTo9D16bq1ExyB9rZ7JiLk2R { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:361px;left:662px;display:block; }
#kQG4A2CqJ5TvpCqDzzhBqX4Li7MHH4kJ { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:464px;left:662px;display:block; }
#GGCk4m9iN5AEXNgzExel2p7GzD2aqlxi { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:533px;left:662px;display:block; }
#IGtbkTzCGvBoylOAPyiRRI2BaEF76c1a { box-sizing:content-box;color:#000000;font-size:8px;font-weight:400;line-height:1;height:12px;width:12px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:717px;left:662px;display:block; }
#nwgWqCTBaluslFeNacZilSmAcT93fciS { position:relative;display:block; }#nwgWqCTBaluslFeNacZilSmAcT93fciS { background-color: transparent; background-image: none; }#nwgWqCTBaluslFeNacZilSmAcT93fciS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwgWqCTBaluslFeNacZilSmAcT93fciS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwgWqCTBaluslFeNacZilSmAcT93fciS > .row .container > .video-iframe-container { display: none; }#nwgWqCTBaluslFeNacZilSmAcT93fciS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwgWqCTBaluslFeNacZilSmAcT93fciS > .row > .video-iframe-container { display: none; }#nwgWqCTBaluslFeNacZilSmAcT93fciS > .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); }#nwgWqCTBaluslFeNacZilSmAcT93fciS { border-width: 0; border-radius: 0; }#nwgWqCTBaluslFeNacZilSmAcT93fciS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:733px;width:960px;position:relative;display:block; }#r2rlLbt0kn8kh1kJi3XSxtRJHuxcPTe2 { color:#b03333;display:block;width:398px;position:absolute;font-family:arial;font-size:28px;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:23px;left:0;height:38.8889px;font-style:normal;display:block; }
#CpakKr8ppV46aUlZt1GG1FDDopDcTyyf { color:#000000;display:block;width:163.969px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:26px;left:136.984375px;height:31.1111px;font-style:normal;display:block; }
#bwXFAkNiaIf0RKI8TL03BtVernza4gqS { color:#b03333;display:block;width:425px;position:absolute;font-family:arial;font-size:28px;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:22px;left:289.96875px;height:38.8889px;font-style:normal;display:block; }
#KTpyg9He8u4hxgu81NANPgF549khHmAi { color:#000000;display:block;width:868px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100018;line-height:1.8;letter-spacing:0;top:67px;left:0;height:48.8889px;display:block; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-form-header {  }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#000000;width:280px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .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:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-input-text {padding-top: 0; padding-bottom: 0;}#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .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:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-input-select {padding-top: 0; padding-bottom: 0;}#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .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:#919199;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;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:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:280px;height:55px;font-family:"open sans";overflow:hidden; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP [class*="-text"]:-moz-placeholder { color:#9d9797;font-family:"open sans";font-size:14px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP [class*="-text"]::-moz-placeholder { color:#9d9797;font-family:"open sans";font-size:14px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP [class*="-text"]:-ms-input-placeholder { color:#9d9797;font-family:"open sans";font-size:14px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP [class*="-text"]::-webkit-input-placeholder { color:#9d9797;font-family:"open sans";font-size:14px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .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; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-container { padding-top:8px;padding-left:0;padding-right:0;padding-bottom:8px;width:100%;font-size:0px;height:auto; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-container:first-of-type{padding-top:0;}#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .widget-container:last-of-type{padding-bottom:0;}#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100019;position:absolute;top:137.98608398438px;left:0; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:280px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP .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:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP {display:block;}#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100019;position:absolute;top:137.98608398438px;left:0; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #HmRb8JSQsaLoIQlHFQcTeHFTTrTn7DeJ { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #cfOCkGfdmrRkV4ABdvuVxDIetEkUetnd { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #Biv5BmMd5pboiG6Cbb14wepay0bJIsTq { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #T62QNKWgHBSKyLWOvzhplgKiHR6XNT8w { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #BT1t1XmsvGiZtmAuekux7pHahHWh2iCL { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #ddTsUsDgIUWPT63nBapK5TqPJp8sP50t { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #h07fRgaBGnEhpHgRswNqE5cykl4OlTHZ { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #RWwoB3O4bqseu3wTuNbITk5pTPgi7x8h { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #l5tVB7Z2ZGweEWI1Vci2upbMi5Dt04Nu { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #tu8Azn4ugNQcDALEX4fmreEqK2bCk4Ko { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #anuVw3Ikc9ySbpzVn3f0svWiEenR4GJy { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #nQLZyXXTuL2iuPuntLpAOnvL6fZ629ls { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #UNiotA4Dl0nT9vDPB8bqq28wCwkvHLF4 { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #zpp6CNhLPNeGy3zxhq8BodNHMdSZfOEx { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #EFByXMof9pJ8b3Jan4Zw9Kgu98R0o84P { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #IOVqXLLOr4ToABFNPab5TFkETHgnwzEp { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #SsZ057X1cnPnETZ1U74uy1zF6mHzTfJe { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #XQnxnoo29pl1TlCn1gp37qfv9miuuf6x { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #Z3Vaoo5gBu4f76B6hM1AAVwNPTgpEv7p { position:relative;top:0px;left:0px; }
#xp79ANVV7FaBeTFE53IrKN7lPk01cPSP #V8K4CaVw9NEwXodJ5FtTETVwhFf908qT { position:relative; }
#m0KZbV9op1RoSmkarpLsrtzaBTLvyo4K { position:relative;display:block; }#m0KZbV9op1RoSmkarpLsrtzaBTLvyo4K { background-color: transparent; background-image: none; }#m0KZbV9op1RoSmkarpLsrtzaBTLvyo4K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m0KZbV9op1RoSmkarpLsrtzaBTLvyo4K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m0KZbV9op1RoSmkarpLsrtzaBTLvyo4K > .row .container > .video-iframe-container { display: none; }#m0KZbV9op1RoSmkarpLsrtzaBTLvyo4K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m0KZbV9op1RoSmkarpLsrtzaBTLvyo4K > .row > .video-iframe-container { display: none; }#m0KZbV9op1RoSmkarpLsrtzaBTLvyo4K > .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); }#m0KZbV9op1RoSmkarpLsrtzaBTLvyo4K { border-width: 0; border-radius: 0; }#m0KZbV9op1RoSmkarpLsrtzaBTLvyo4K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:213px;width:960px;position:relative;display:block; }#TkGzPiVIxl3EKZoJcgdQq1XFlIDA4h5Q { color:#b03333;display:block;width:493px;position:absolute;font-family:arial;font-size:40px;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:33px;left:0;height:55.5556px;font-style:normal;display:block; }
#a9WV6kffaiSOJUAPQKNiVOC6MhykJ8Ds { color:#000000;display:block;width:868px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100019;line-height:1.8;letter-spacing:0;top:149px;left:0;height:48.8889px;display:block; }
#HBzXFHClwaXqQzKGUcTszsB3R5JsmhS5 { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:113px;left:0;height:31.1111px;font-style:normal;display:block; }
#uiQmTRG63Lt8Fl6ugKcCGbkdqLoa1SCt { position:relative;display:block; }#uiQmTRG63Lt8Fl6ugKcCGbkdqLoa1SCt { background-color: transparent; background-image: none; }#uiQmTRG63Lt8Fl6ugKcCGbkdqLoa1SCt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uiQmTRG63Lt8Fl6ugKcCGbkdqLoa1SCt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uiQmTRG63Lt8Fl6ugKcCGbkdqLoa1SCt > .row .container > .video-iframe-container { display: none; }#uiQmTRG63Lt8Fl6ugKcCGbkdqLoa1SCt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uiQmTRG63Lt8Fl6ugKcCGbkdqLoa1SCt > .row > .video-iframe-container { display: none; }#uiQmTRG63Lt8Fl6ugKcCGbkdqLoa1SCt > .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); }#uiQmTRG63Lt8Fl6ugKcCGbkdqLoa1SCt { border-width: 0; border-radius: 0; }#uiQmTRG63Lt8Fl6ugKcCGbkdqLoa1SCt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b03333;background-image:none;font-size:14px;font-family:arial;height:36px;width:960px;position:relative;display:block; }#MWkPgNiWTvZutTTS8q26Jw2gz1il7UHs { color:#ffffff;display:block;width:325px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:8px;left:286px;height:20px;font-style:normal;display:block; }
