.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:#ffffff;background-image:none;position:relative;display:block; }
#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .row > .video-iframe-container { display: none; }#IdAI4MDXTDmpzSCWJtCoKhGg7r5uCW3o > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { position:relative;display:block; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { background-color: transparent; background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { border-width: 0; border-radius: 0; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/EfLXs89B/Landing_page.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:"open sans";height:549px;width:1200px;position:relative;display:block; }
#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#AiIemhxIINimQA1dtJpu93xcfz1eIFTa { color:#ffffff;display:block;width:737px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:99997;line-height:1.3;letter-spacing:0;top:393px;left:9px;height:78px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TWk8DRiVO4r9lwwkzTOn9icdCffpLK71 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.47);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:363px;width:322px;position:absolute;display:block;z-index:99999;top:169px;left:845.234375px;display:block; }
#TWk8DRiVO4r9lwwkzTOn9icdCffpLK71.adaptive-delivery-prevent-bg { background-image: none; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-form-header {  }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:283px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .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:0;border-left:0;border-right:0;border-bottom: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;width:283px;box-sizing:border-box;height:30px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-text {padding-top: 0; padding-bottom: 0;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl .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:0;border-left:0;border-right:0;border-bottom: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;width:283px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .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:0;border-left:0;border-right:0;border-bottom:0;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:283px;box-sizing:border-box;height:32px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-select {padding-top: 0; padding-bottom: 0;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl .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:#fde82e;background-image:none;background-position:top left !important;background-repeat: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:41px;margin-left:40px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#17191a;width:203px;height:38px;font-family:"open sans";overflow:hidden;line-height:1; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:267px;overflow:hidden;font-style:normal; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .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; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .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; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-container { padding-top:1px;padding-left:0;padding-right:0;padding-bottom:1px;width:100%;font-size:0px;height:auto; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-container:first-of-type{padding-top:0;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-container:last-of-type{padding-bottom:0;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:284px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:169px;left:845px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:283px;display:block;vertical-align:top; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .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; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl {display:block;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:284px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100003;position:absolute;top:169px;left:845px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #kt5PDcacutfCzaxr0dGbvlQaOgDD0IC1 { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #O1xTAM9wqg2mCPtybn5WOTJyg6nGqfLE { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #x2kbvfwR0bsRTIDvJ2RyvbF09OSlCUZD { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #yqmDP8f2CXQmBkVwbLLarK2BT5gMaly4 { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #EH7dV2pvfBcTf4Zk1oknQVkci5C9W98L { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #FOGiuOlMRktk4t7aZNlBqyyk6SVVhv1S { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #rRmo2qZytEXESLPPrDkV0evWigDUSFvP { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #czsGV4zoPhdyy6R8R3SuF8NbOuVAw9q2 { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #vIyGgXeQE6LnFZO69e6PvhiGpSA26p8d { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #t5VyJEuOJvLdvzSVLi4Lp2u6pOEuMhA4 { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #ugwF1DZV6kDESWLuTbMGT2wkXvSrZFlA { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #Qgr3WfAOgwkcmw3GmwSNHuxdHAE3f6J7 { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #ozkVOxHeq4pt9yTsGDP5c7GXLouc0Svv { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #FlX341l6BqN0CZHSATrcsZFQF9nBtT8J { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #RPqbZzyF7IJbVCfCiT6neMaEWPoxb3X1 { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #doeQiGNmwP9TU33Q2vg42BQ5ggW1Zgu9 { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #C43MGmTXLlT34HsvzqEM0c9V7TgWbZxg { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #LplfdNOGuzH5BTr36pFyPUynCAAmqmr8 { position:relative; }
#NMaDh9qiV8K0gyGTG5as0nb7sdbW52nf { position:relative;display:block; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #kEV4edA1M9NphM4TWl2ac0U4evWgAPpi { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #Oufnv1xv0L1mgbQsRBd6A3cMII6FRb9X { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #oTO2aipQ3lFnv0KpzphmhyqIdfF6qIS6 { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #sKCd43rMggsDbqbuDx71w7uXvwIypq9V { position:relative; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl #pEAJIMMySMsBxuqefd6xCJ18kBTgSGFX { position:relative; }
#KSqBhXVbm5qGJTZTQMdpAfAa3ZqfrUkE { position:absolute;display:block;z-index:99999;height:54px;width:97px;top:0px;left:1103px;display:block; }
#pNTWUr0gRZCT6X8z4LlUFi8ahTvSbRhe { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:272px;top:12px;left:0px;overflow:hidden;display:block; }
#BEdsq1IL6qhlpgKCLznlNqeKMm86UKVO { z-index:100019;top:486px;left:905px;background-color:#e4e6f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#101012;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:205px;height:36px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IKXaac016E46wowGTil1cSISzffwdFTc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HzLpmokwpqW81WWXpNZ5ihMqH6RNiXb0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#293364;background-image:none;height:373px;width:327px;position:absolute;display:block;z-index:100000;top:168px;left:843.234375px;display:block; }
#V3QoqslvxwGyTFLoHMvaWdgcKiuZOH3T { position:absolute;display:block;z-index:99996;background-color:#293364;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:59px;width:756px;top:382px;left:0px;display:block; }
#toR3q9qkFpuynHiBkloWmhvqnL57g9eG { position:relative;display:block; }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG { background-color: transparent; background-image: none; }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG > .row .container > .video-iframe-container { display: none; }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG > .row > .video-iframe-container { display: none; }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG > .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); }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG { border-width: 0; border-radius: 0; }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG > .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:130px;width:1200px;position:relative;display:block; }#aAEz8OROJi0xAI0xqTy58o7VJABvTyh0 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:99px;top:16px;left:496px;overflow:hidden;display:block; }
#FnFFqnxfzgncXSlEOUBWMDLXknWyLX1A { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:99px;width:99px;top:16px;left:606px;overflow:hidden;display:block; }
#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG { position:relative;display:block; }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG { background-color: transparent; background-image: none; }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG > .row .container > .video-iframe-container { display: none; }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG > .row > .video-iframe-container { display: none; }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG > .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); }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG { border-width: 0; border-radius: 0; }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG > .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:177px;width:1200px;position:relative;display:block; }#pEHIDTNzHGhx0m0h8g6e8TVG8MJouZ8U { color:#000000;display:block;width:932px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100019;line-height:1.6;letter-spacing:0;top:19.5px;left:131px;height:100px;text-align:center;text-align-last:center;display:block; }
#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(238,253,254,0.52);background-image:none;position:relative;display:block; }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB > .row .container { background-color: transparent; background-image: none; }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB > .row .container > .video-iframe-container { display: none; }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB > .row > .video-iframe-container { display: none; }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB > .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); }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB > .row .container { border-width: 0; border-radius: 0; }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#PVvIIcWW4PBNeir47m1CMnLDTdUhlorP { display:block;width:1200px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:16px;left:0px;height:39px;text-align:center;text-align-last:center;color:#31455f;font-style:normal;display:block; }
#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.52);background-image:none;position:relative;display:block; }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe > .row .container { background-color: transparent; background-image: none; }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe > .row .container > .video-iframe-container { display: none; }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe > .row > .video-iframe-container { display: none; }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe > .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); }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe > .row .container { border-width: 0; border-radius: 0; }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe > .row .container { font-size:14px;font-family:arial;height:260px;width:1200px;position:relative;display:block; }#S3T0ENJQ7d7nUqTi0TG7keyno36TsuoI { display:block;width:305px;position:absolute;font-family:lato;font-size:19px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:170px;left:46px;height:48px;color:#31455f;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mS0Q1a5nGqdF5eRr8TWpbFUen6FaWBAv { display:block;width:308px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:171px;left:446px;height:52px;color:#31455f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d9cdGymsXCGnS5Gr6EUpBMMZTmepXUwZ { display:block;width:307px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:171px;left:847px;height:52px;color:#31455f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EuXG55etficzUzgqOO83QXgiE7zEIhcb { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:105px;width:105px;top:41.5px;left:148.5px;overflow:hidden;display:block; }
#rqhBin1tvENFO1VqIVBBPZpdC7HhgXLs { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:126px;width:130px;top:32px;left:535px;overflow:hidden;display:block; }
#TXyyMp6TbAsO1eEcaxZvWULpIGZoIuZD { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:138px;width:152px;top:28px;left:924.5px;overflow:hidden;display:block; }
#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA { position:relative;display:block; }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA { background-color: transparent; background-image: none; }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA > .row .container > .video-iframe-container { display: none; }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA > .row > .video-iframe-container { display: none; }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA > .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); }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA { border-width: 0; border-radius: 0; }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA > .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:438px;width:1200px;position:relative;display:block; }#oAGqDRcXSZOFAwoHOXfylWR4NgsmXcrk { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:60px;left:280px;display:block; }
#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 { position:relative;display:block; }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 { background-color: transparent; background-image: none; }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 > .row .container > .video-iframe-container { display: none; }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 > .row > .video-iframe-container { display: none; }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 > .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); }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 { border-width: 0; border-radius: 0; }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 > .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:468px;width:1200px;position:relative;display:block; }#yJozTZEmLx3lyETuQsvBO9d1PhrCAzdS { position:absolute;display:block;z-index:100000;height:330px;width:1200px;top:44.5px;left:1px;display:block; }
#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K { position:relative;display:block; }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K { background-color: transparent; background-image: none; }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K > .row .container > .video-iframe-container { display: none; }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K > .row > .video-iframe-container { display: none; }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K > .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); }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K { border-width: 0; border-radius: 0; }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K > .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:131px;width:1200px;position:relative;display:block; }#kTbexiT82mbwGr1rbavrdNC9rnOE7wHg { display:block;width:549px;position:absolute;font-family:lato;font-size:28px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:26px;left:120px;height:72px;font-style:normal;color:#162641;display:block; }
#iZOx0bDMa2BTdLc2RGSUaTbLlBLel51Q { background-color:#872e80;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:276px;height:55px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:34px;left:804px;display:block; }
#lc6ciP21rkRQKP7LIGT5Ju1dPXAu2fey { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#KCNZ6rvLR3XkNVcuPgGCRoutcminN7ZJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23px;width:35px;position:absolute;display:block;z-index:100004;top:50px;left:722px;overflow:hidden;display:block; }
#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a1d22;background-image:none;position:relative;display:block; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container { background-color: transparent; background-image: none; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container > .video-iframe-container { display: none; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row > .video-iframe-container { display: none; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .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); }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container { border-width: 0; border-radius: 0; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container { font-size:14px;font-family:"open sans";height:150px;width:1200px;position:relative;display:block; }#S5BtLbrX62iGuRPBT3iyC4RxT6a0TlVU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:101px;width:300px;position:absolute;display:block;z-index:100000;top:23px;left:4px;overflow:hidden;display:block; }
#rGxMtixJccuQto5s8PZh6EWUmX5TK4fl { display:block;width:345px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:23px;left:401.5px;height:110px;color:#616161;display:block; }
#A1ZiQ3X1TXoVo2K1pv2BbwBvslT5vaTp { display:block;width:315px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:23px;left:800.5px;height:88px;color:#6f6f6f;display:block; }
#hdQ49za5SUscInHTHzg0HzGgOETT5pNm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a1d22;background-image:none;position:relative;display:block; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container { background-color: transparent; background-image: none; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container > .video-iframe-container { display: none; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row > .video-iframe-container { display: none; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .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); }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container { border-width: 0; border-radius: 0; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container { font-size:14px;font-family:"open sans";height:80px;width:1200px;position:relative;display:block; }#TV06IP9bKbCxB4q4RmGEbXHA84CZBgUc { display:block;width:1200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:21px;left:0px;height:32px;color:#616161;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { background-color:transparent;background-image:url("https://images.assets-landingi.com/EfLXs89B/Landing_page.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA.adaptive-delivery-prevent-bg { background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { background-color: transparent; background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { width:764px;height:519px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AiIemhxIINimQA1dtJpu93xcfz1eIFTa { width:355px;height:48px;top:447px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TWk8DRiVO4r9lwwkzTOn9icdCffpLK71 { width:343px;height:352px;top:149.984375px;left:421.984375px;display:block; }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-regular-label { width:306px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-text { width:306px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:27px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-text {padding-top: 0; padding-bottom: 0;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-textarea { width:306px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-select { width:306px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:28px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-select {padding-top: 0; padding-bottom: 0;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-button { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:43px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl [class*="-text"]:-moz-placeholder { color:#353131; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl [class*="-text"]::-moz-placeholder { color:#353131; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl [class*="-text"]:-ms-input-placeholder { color:#353131; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl [class*="-text"]::-webkit-input-placeholder { color:#353131; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-checkbox-label { width:290px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl  { width:306px;height:auto;top:149px;left:418px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .radio-container { width:306px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl {display:block;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl { width:306px;height:auto;top:149px;left:418px; }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #kt5PDcacutfCzaxr0dGbvlQaOgDD0IC1 {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #O1xTAM9wqg2mCPtybn5WOTJyg6nGqfLE {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #x2kbvfwR0bsRTIDvJ2RyvbF09OSlCUZD {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #yqmDP8f2CXQmBkVwbLLarK2BT5gMaly4 {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #EH7dV2pvfBcTf4Zk1oknQVkci5C9W98L {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #FOGiuOlMRktk4t7aZNlBqyyk6SVVhv1S {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #rRmo2qZytEXESLPPrDkV0evWigDUSFvP {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #czsGV4zoPhdyy6R8R3SuF8NbOuVAw9q2 {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #vIyGgXeQE6LnFZO69e6PvhiGpSA26p8d {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #t5VyJEuOJvLdvzSVLi4Lp2u6pOEuMhA4 {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #ugwF1DZV6kDESWLuTbMGT2wkXvSrZFlA {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #Qgr3WfAOgwkcmw3GmwSNHuxdHAE3f6J7 {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #ozkVOxHeq4pt9yTsGDP5c7GXLouc0Svv {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #FlX341l6BqN0CZHSATrcsZFQF9nBtT8J {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #RPqbZzyF7IJbVCfCiT6neMaEWPoxb3X1 {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #doeQiGNmwP9TU33Q2vg42BQ5ggW1Zgu9 {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #C43MGmTXLlT34HsvzqEM0c9V7TgWbZxg {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #LplfdNOGuzH5BTr36pFyPUynCAAmqmr8 {  }
 }@media only screen and (max-width: 1199px) { #NMaDh9qiV8K0gyGTG5as0nb7sdbW52nf { display:block; }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #kEV4edA1M9NphM4TWl2ac0U4evWgAPpi {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #Oufnv1xv0L1mgbQsRBd6A3cMII6FRb9X {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #oTO2aipQ3lFnv0KpzphmhyqIdfF6qIS6 {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #sKCd43rMggsDbqbuDx71w7uXvwIypq9V {  }
 }@media only screen and (max-width: 1199px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #pEAJIMMySMsBxuqefd6xCJ18kBTgSGFX {  }
 }@media only screen and (max-width: 1199px) { #KSqBhXVbm5qGJTZTQMdpAfAa3ZqfrUkE { width:82px;height:46px;top:173px;left:416px;display:block; }
 }@media only screen and (max-width: 1199px) { #pNTWUr0gRZCT6X8z4LlUFi8ahTvSbRhe { width:272px;height:80px;top:14px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #BEdsq1IL6qhlpgKCLznlNqeKMm86UKVO { top:446px;left:482.484375px;width:219px;height:34px;z-index:100017;display:block; }
 }@media only screen and (max-width: 1199px) { #IKXaac016E46wowGTil1cSISzffwdFTc { display:block; }
 }@media only screen and (max-width: 1199px) { #HzLpmokwpqW81WWXpNZ5ihMqH6RNiXb0 { width:343px;height:353px;top:148.984375px;left:421.984375px;display:block; }
 }@media only screen and (max-width: 1199px) { #V3QoqslvxwGyTFLoHMvaWdgcKiuZOH3T { width:352px;height:63px;top:439px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #toR3q9qkFpuynHiBkloWmhvqnL57g9eG { display:block; }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aAEz8OROJi0xAI0xqTy58o7VJABvTyh0 { width:99px;height:99px;top:15.5px;left:278px;display:block; }
 }@media only screen and (max-width: 1199px) { #FnFFqnxfzgncXSlEOUBWMDLXknWyLX1A { width:99px;height:99px;top:15.5px;left:387px;display:block; }
 }@media only screen and (max-width: 1199px) { #G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG { display:block; }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG > .row .container { width:764px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pEHIDTNzHGhx0m0h8g6e8TVG8MJouZ8U { width:764px;height:162px;top:18px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB { display:block; }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB > .row .container { width:764px;height:53px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PVvIIcWW4PBNeir47m1CMnLDTdUhlorP { width:764px;height:33px;top:8px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe { display:block; }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe > .row .container { width:764px;height:234px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S3T0ENJQ7d7nUqTi0TG7keyno36TsuoI { width:250px;height:38px;top:144px;left:2px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #mS0Q1a5nGqdF5eRr8TWpbFUen6FaWBAv { width:190px;height:38px;top:144px;left:280px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #d9cdGymsXCGnS5Gr6EUpBMMZTmepXUwZ { width:189px;height:38px;top:144px;left:540px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #EuXG55etficzUzgqOO83QXgiE7zEIhcb { width:105px;height:105px;top:41px;left:75.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #rqhBin1tvENFO1VqIVBBPZpdC7HhgXLs { width:130px;height:126px;top:32px;left:316px;display:block; }
 }@media only screen and (max-width: 1199px) { #TXyyMp6TbAsO1eEcaxZvWULpIGZoIuZD { width:152px;height:138px;top:28px;left:559.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #zORE7kLNoccpNfhGJZxVfryqlvJMZDTA { display:block; }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oAGqDRcXSZOFAwoHOXfylWR4NgsmXcrk { width:640px;height:360px;top:60px;left:62px;display:block; }
 }@media only screen and (max-width: 1199px) { #Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 { display:block; }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 > .row .container { width:764px;height:432px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yJozTZEmLx3lyETuQsvBO9d1PhrCAzdS { width:764px;height:330px;top:44px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K { display:block; }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K > .row .container { width:764px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kTbexiT82mbwGr1rbavrdNC9rnOE7wHg { width:440px;height:58px;top:47px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 1199px) { #iZOx0bDMa2BTdLc2RGSUaTbLlBLel51Q { width:260px;height:55px;top:48px;left:504px;display:block; }
 }@media only screen and (max-width: 1199px) { #lc6ciP21rkRQKP7LIGT5Ju1dPXAu2fey { display:block; }
 }@media only screen and (max-width: 1199px) { #KCNZ6rvLR3XkNVcuPgGCRoutcminN7ZJ { width:35px;height:23px;top:66px;left:440px;display:block; }
 }@media only screen and (max-width: 1199px) { #UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N { display:block; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S5BtLbrX62iGuRPBT3iyC4RxT6a0TlVU { width:247px;height:85px;top:27px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #rGxMtixJccuQto5s8PZh6EWUmX5TK4fl { width:244px;height:110px;top:27px;left:260px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #A1ZiQ3X1TXoVo2K1pv2BbwBvslT5vaTp { width:243px;height:88px;top:27px;left:521px;font-size:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #hdQ49za5SUscInHTHzg0HzGgOETT5pNm { display:block; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TV06IP9bKbCxB4q4RmGEbXHA84CZBgUc { width:756px;height:32px;top:30px;left:2px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA { background-color:#622666;background-image:url("https://images.assets-landingi.com/EfLXs89B/Landing_page.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA.adaptive-delivery-prevent-bg { background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { background-color: transparent; background-image: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row > .video-iframe-container { display: none; }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .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); }#NdF0cBfwlwWqM34uGQa7I2uEVvpCDydA > .row .container { width:320px;height:642px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiIemhxIINimQA1dtJpu93xcfz1eIFTa { width:320px;height:50px;top:211.984375px;left:0px;text-align:center;text-align-last:center;font-size:17px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TWk8DRiVO4r9lwwkzTOn9icdCffpLK71 { width:320px;height:446px;top:190px;left:0px;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-text {padding-top: 0; padding-bottom: 0;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;line-height:1.3;overflow:hidden;height:32px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-select {padding-top: 0; padding-bottom: 0;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-input-button { width:201px;margin-top:4px;margin-right:39px;margin-left:39px;margin-bottom:4px;height:37px;line-height:1;font-size:17px;overflow:hidden; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .widget-checkbox-label { width:261px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl  { width:280px;height:auto;top:272px;left:0px;background-color:rgba(0,0,0,0);background-image:none;z-index:99990; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#qgPFx0wadwItaAr2V27wHht2tZS8orvl {display:block;}#qgPFx0wadwItaAr2V27wHht2tZS8orvl { width:280px;height:auto;top:272px;left:0px;background-color:rgba(0,0,0,0);background-image:none;z-index:99990; }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #kt5PDcacutfCzaxr0dGbvlQaOgDD0IC1 {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #O1xTAM9wqg2mCPtybn5WOTJyg6nGqfLE {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #x2kbvfwR0bsRTIDvJ2RyvbF09OSlCUZD {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #yqmDP8f2CXQmBkVwbLLarK2BT5gMaly4 {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #EH7dV2pvfBcTf4Zk1oknQVkci5C9W98L {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #FOGiuOlMRktk4t7aZNlBqyyk6SVVhv1S {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #rRmo2qZytEXESLPPrDkV0evWigDUSFvP {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #czsGV4zoPhdyy6R8R3SuF8NbOuVAw9q2 {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #vIyGgXeQE6LnFZO69e6PvhiGpSA26p8d {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #t5VyJEuOJvLdvzSVLi4Lp2u6pOEuMhA4 {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #ugwF1DZV6kDESWLuTbMGT2wkXvSrZFlA {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #Qgr3WfAOgwkcmw3GmwSNHuxdHAE3f6J7 {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #ozkVOxHeq4pt9yTsGDP5c7GXLouc0Svv {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #FlX341l6BqN0CZHSATrcsZFQF9nBtT8J {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #RPqbZzyF7IJbVCfCiT6neMaEWPoxb3X1 {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #doeQiGNmwP9TU33Q2vg42BQ5ggW1Zgu9 {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #C43MGmTXLlT34HsvzqEM0c9V7TgWbZxg {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #LplfdNOGuzH5BTr36pFyPUynCAAmqmr8 {  }
 }@media only screen and (max-width: 763px) { #NMaDh9qiV8K0gyGTG5as0nb7sdbW52nf { display:block; }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #kEV4edA1M9NphM4TWl2ac0U4evWgAPpi {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #Oufnv1xv0L1mgbQsRBd6A3cMII6FRb9X {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #oTO2aipQ3lFnv0KpzphmhyqIdfF6qIS6 {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #sKCd43rMggsDbqbuDx71w7uXvwIypq9V {  }
 }@media only screen and (max-width: 763px) { #qgPFx0wadwItaAr2V27wHht2tZS8orvl #pEAJIMMySMsBxuqefd6xCJ18kBTgSGFX {  }
 }@media only screen and (max-width: 763px) { #KSqBhXVbm5qGJTZTQMdpAfAa3ZqfrUkE { width:97px;height:54px;top:111.5px;left:111.5px;z-index:99991;display:block; }
 }@media only screen and (max-width: 763px) { #pNTWUr0gRZCT6X8z4LlUFi8ahTvSbRhe { width:272px;height:80px;top:34px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #BEdsq1IL6qhlpgKCLznlNqeKMm86UKVO { top:577px;left:59px;width:202px;height:34px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #IKXaac016E46wowGTil1cSISzffwdFTc { display:block; }
 }@media only screen and (max-width: 763px) { #HzLpmokwpqW81WWXpNZ5ihMqH6RNiXb0 { width:320px;height:345px;top:282px;left:0px;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #V3QoqslvxwGyTFLoHMvaWdgcKiuZOH3T { width:320px;height:70px;top:202px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #toR3q9qkFpuynHiBkloWmhvqnL57g9eG { display:block; }#toR3q9qkFpuynHiBkloWmhvqnL57g9eG > .row .container { width:320px;height:156px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAEz8OROJi0xAI0xqTy58o7VJABvTyh0 { width:99px;height:99px;top:24.984375px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #FnFFqnxfzgncXSlEOUBWMDLXknWyLX1A { width:99px;height:99px;top:24.984375px;left:174px;display:block; }
 }@media only screen and (max-width: 763px) { #G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG { display:block; }#G1GsGP7vM4fTH1v3GKRWqMzNdhpDTMJG > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEHIDTNzHGhx0m0h8g6e8TVG8MJouZ8U { width:320px;height:220px;top:13.984375px;left:0px;font-size:14px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB { display:block; }#d4UIlxfm9KNQXbiVrcidVSqd1BpOLauB > .row .container { width:320px;height:51px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVvIIcWW4PBNeir47m1CMnLDTdUhlorP { width:300px;height:40px;top:5.75px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe { display:block; }#hdWpWFcQOTbKkHGUi4MAnmn6x5kfsehe > .row .container { width:320px;height:439px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3T0ENJQ7d7nUqTi0TG7keyno36TsuoI { width:320px;height:19px;top:122px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #mS0Q1a5nGqdF5eRr8TWpbFUen6FaWBAv { width:319px;height:19px;top:254px;left:1px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #d9cdGymsXCGnS5Gr6EUpBMMZTmepXUwZ { width:317px;height:38px;top:389px;left:3px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EuXG55etficzUzgqOO83QXgiE7zEIhcb { width:99px;height:99px;top:10px;left:110.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rqhBin1tvENFO1VqIVBBPZpdC7HhgXLs { width:79px;height:77px;top:175px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #TXyyMp6TbAsO1eEcaxZvWULpIGZoIuZD { width:97px;height:88px;top:301px;left:110.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zORE7kLNoccpNfhGJZxVfryqlvJMZDTA { display:block; }#zORE7kLNoccpNfhGJZxVfryqlvJMZDTA > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAGqDRcXSZOFAwoHOXfylWR4NgsmXcrk { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 { display:block; }#Po9F5nepIxPL2p8AcGDzp6SfDzQu1kp1 > .row .container { width:320px;height:436px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJozTZEmLx3lyETuQsvBO9d1PhrCAzdS { width:320px;height:330px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K { display:block; }#eTKWS8L00dum7iJC59AkF9l0Qi2PyJ0K > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTbexiT82mbwGr1rbavrdNC9rnOE7wHg { width:315.99px;height:46px;top:18.993057250977px;left:0px;text-align:center;text-align-last:center;font-size:18px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iZOx0bDMa2BTdLc2RGSUaTbLlBLel51Q { width:260px;height:55px;top:77.482650756836px;left:30.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #lc6ciP21rkRQKP7LIGT5Ju1dPXAu2fey { display:block; }
 }@media only screen and (max-width: 763px) { #KCNZ6rvLR3XkNVcuPgGCRoutcminN7ZJ { width:35px;height:23px;top:50px;left:142px;display:none; }
 }@media only screen and (max-width: 763px) { #UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N { display:block; }#UhsgRsvtXwWfbGiCpVHsPPRCESFWMM8N > .row .container { width:320px;height:379px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5BtLbrX62iGuRPBT3iyC4RxT6a0TlVU { width:300px;height:101.17647058824px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #rGxMtixJccuQto5s8PZh6EWUmX5TK4fl { width:320px;height:135px;top:141px;left:0px;text-align:center;text-align-last:center;line-height:1.7;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A1ZiQ3X1TXoVo2K1pv2BbwBvslT5vaTp { width:315px;height:108px;top:271px;left:2px;text-align:center;text-align-last:center;line-height:1.7;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hdQ49za5SUscInHTHzg0HzGgOETT5pNm { display:block; }#hdQ49za5SUscInHTHzg0HzGgOETT5pNm > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TV06IP9bKbCxB4q4RmGEbXHA84CZBgUc { width:320px;height:30px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }