.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#230828;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#004976;background-image:url("https://images.assets-landingi.com/s43m2D02/BANNER_HEAD18-01.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:371px;width:960px;overflow:visible;position:relative;display:block; }#SpbshfiemDJbvIfTfvMwzCoiEL5GVEw3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:185px;width:770px;top:184.5px;left:62.5px;overflow:hidden;display:block; }
#XkyJ37huzItbriDtdLgAwf0HBKJRd6HA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:200px;width:416px;top:0px;left:239.5px;overflow:hidden;display:block; }
#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .row .container { background-color: transparent; background-image: none; }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .row .container > .video-iframe-container { display: none; }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .row > .video-iframe-container { display: none; }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .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); }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .row .container { border-width: 0; border-radius: 0; }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .row .container { font-size:14px;font-family:arial;height:169px;width:960px;position:relative;display:block; }#fn4QIaXvpn19q5FzqO0BcwuoStldQShR { display:block;width:823px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8px;left:46px;height:41.5938px;color:#fffbfb;text-align:center;text-align-last:center;display:block; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-form-header {  }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-regular-label { display:block;width:650px;height:auto;font-size:14px;font-family:arial;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:650px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-text {padding-top: 0; padding-bottom: 0;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:47px;width:650px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:650px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-select {padding-top: 0; padding-bottom: 0;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:160px;padding-top:14px;padding-right:14px;padding-bottom:14px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:arial;font-weight:bold;text-align:center;text-align-last:center;font-size:20px;background-color:#ffffff;background-image:none;overflow:hidden; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT [class*="-text"]:-moz-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT [class*="-text"]::-moz-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT [class*="-text"]:-ms-input-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT [class*="-text"]::-webkit-input-placeholder { font-size:13px;font-family:ubuntu;color:#d6d4d4; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:809px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:314px;vertical-align:top;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-container:first-of-type{padding-top:0;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-container:last-of-type{padding-bottom:0;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:830px;height:auto;left:45px;top:45px;z-index:100002;position:absolute; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .radio-container { width:660px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-info-text { display:block;height:auto;font-family:arial;font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:830px;height:auto;left:45px;top:45px;z-index:15002;position:absolute; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #NnK3aSBy2blBE27cEMd2If0f6d7wOVU2 { position:relative; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #nA4AI7JSyp3eAm5RAckwTz1rJelxpqGO { position:relative;display:block; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #TWgk8foIAEiIqnWDJPsRLCEeBPkUneLh { position:relative; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #xFC6M2UHJ7tgcpdgKT8PZb8yl214w6ss { position:relative; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #bEKFFgUkqsQDrDmu8EGNzTzZ8LmURtHd { position:relative; }
#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl { position:relative;display:block; }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl { background-color: transparent; background-image: none; }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl > .row .container > .video-iframe-container { display: none; }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl > .row > .video-iframe-container { display: none; }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl > .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); }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl { border-width: 0; border-radius: 0; }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl > .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:249px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a0n1fAl40S1rV3N0qo5UO9ubpFXtOczp { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:248px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q { position:relative;display:block; }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q { background-color: transparent; background-image: none; }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q > .row .container > .video-iframe-container { display: none; }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q > .row > .video-iframe-container { display: none; }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q > .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); }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q { border-width: 0; border-radius: 0; }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q > .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:659px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wBbkA1AAlTEJ3XmpksExIRngdzy76ttp { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:548px;width:444px;top:14px;left:18px;overflow:hidden;display:block; }
#NVlbO4tQWqRM492m4pfthfpXE46ZJX0B { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:611px;width:451px;top:14px;left:494.5px;overflow:hidden;display:block; }
#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 { position:relative;display:block; }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 { background-color: transparent; background-image: none; }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 > .row .container > .video-iframe-container { display: none; }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 > .row > .video-iframe-container { display: none; }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 > .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); }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 { border-width: 0; border-radius: 0; }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 > .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:104px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fdIikqJNtsrNyygT3My0yKRxvkEZmTd2 { color:#000000;display:block;width:930px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12px;left:14.5px;height:83.1875px;text-align:center;text-align-last:center;display:block; }
#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS { position:relative;display:block; }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS { background-color: transparent; background-image: none; }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS > .row .container > .video-iframe-container { display: none; }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS > .row > .video-iframe-container { display: none; }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS > .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); }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS { border-width: 0; border-radius: 0; }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS > .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:1600px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AXLFFCUlRIPdPCmtTl7OqFGpkgTwAM3k { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1599px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL { position:relative;display:block; }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL { background-color: transparent; background-image: none; }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL > .row .container > .video-iframe-container { display: none; }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL > .row > .video-iframe-container { display: none; }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL > .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); }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL { border-width: 0; border-radius: 0; }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL > .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:134px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fw7Q0MPDlvX2cgbWOKlwMSIn5T0I8xhw { color:#000000;display:block;width:923px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15px;left:9px;height:103.9844px;text-align:center;text-align-last:center;display:block; }
#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax { position:relative;display:block; }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax { background-color: transparent; background-image: none; }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax > .row .container > .video-iframe-container { display: none; }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax > .row > .video-iframe-container { display: none; }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax > .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); }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax { border-width: 0; border-radius: 0; }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax > .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:120px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GoUbOa5gVWnNxMVvGGl6Q4y11RPXoDlT { display:block;width:359px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:79px;left:300.5px;height:20.7969px;display:block; }
#x3nbnxI0B1ceeBshlW4Cue5P6etiuWAz { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13px;left:309.5px; }
#x3nbnxI0B1ceeBshlW4Cue5P6etiuWAz > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#BJHvv1hgxvyI8RUgarybEuJFT14M86in { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13px;left:401.5px; }
#BJHvv1hgxvyI8RUgarybEuJFT14M86in > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#U8i7tp6II10pvO22fhcBVSlAWIi7LASm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13px;left:486.5px; }
#U8i7tp6II10pvO22fhcBVSlAWIi7LASm > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#T6w3mTCR6MIhqVh5kxz9lSZd2n2ko6Bd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13px;left:583.5px; }
#T6w3mTCR6MIhqVh5kxz9lSZd2n2ko6Bd > img { max-width: 100%;max-height:100%; width:50px; height:50px; }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5d0909;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .row .container { background-color: transparent; background-image: none; }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .row .container > .video-iframe-container { display: none; }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .row > .video-iframe-container { display: none; }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .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); }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .row .container { border-width: 0; border-radius: 0; }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .row .container { font-size:14px;font-family:arial;height:51px;width:960px;position:relative;display:block; }#ISC3NVFM0nsBiP9LwxOhyoEdJM8hkbEr { display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5px;left:380px;height:20.7969px;color:#ffffff;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:500px;width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpbshfiemDJbvIfTfvMwzCoiEL5GVEw3 { width:764px;height:183.55844155844px;top:184px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XkyJ37huzItbriDtdLgAwf0HBKJRd6HA { width:416px;height:200px;top:0px;left:141.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek { display:block; }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fn4QIaXvpn19q5FzqO0BcwuoStldQShR { width:764px;height:40px;top:8px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-regular-label { width:544px;display:block; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-text { width:544px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-text {padding-top: 0; padding-bottom: 0;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-textarea { width:544px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-select { width:544px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-select {padding-top: 0; padding-bottom: 0;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-checkbox-label { width:703px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-radio-label { width:261px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT  { width:724px;height:84px;top:45px;left:0px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .radio-container { width:554px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT {display:inline-block;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT { width:724px;height:84px;top:45px;left:0px; }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #NnK3aSBy2blBE27cEMd2If0f6d7wOVU2 {  }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #nA4AI7JSyp3eAm5RAckwTz1rJelxpqGO { display:block; }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #TWgk8foIAEiIqnWDJPsRLCEeBPkUneLh {  }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #xFC6M2UHJ7tgcpdgKT8PZb8yl214w6ss {  }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #bEKFFgUkqsQDrDmu8EGNzTzZ8LmURtHd {  }
 }@media only screen and (max-width: 763px) { #TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl { display:block; }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0n1fAl40S1rV3N0qo5UO9ubpFXtOczp { width:764px;height:197.36666666667px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q { display:block; }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBbkA1AAlTEJ3XmpksExIRngdzy76ttp { width:444px;height:548px;top:14px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NVlbO4tQWqRM492m4pfthfpXE46ZJX0B { width:451px;height:611px;top:14px;left:313px;display:block; }
 }@media only screen and (max-width: 763px) { #M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 { display:block; }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdIikqJNtsrNyygT3My0yKRxvkEZmTd2 { width:764px;height:83px;top:12px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #anlnue1w3K9Q0LarGDmwwscEQuxfvPQS { display:block; }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXLFFCUlRIPdPCmtTl7OqFGpkgTwAM3k { width:764px;height:1272.5375px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL { display:block; }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw7Q0MPDlvX2cgbWOKlwMSIn5T0I8xhw { width:764px;height:103px;top:15px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WXzEQyxb5SbpT2y7klspdaOHaJbs9uax { display:block; }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoUbOa5gVWnNxMVvGGl6Q4y11RPXoDlT { width:359px;height:20px;top:79px;left:202.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x3nbnxI0B1ceeBshlW4Cue5P6etiuWAz { width:50px;height:50px;top:13px;left:211.5px;display:block; }
#x3nbnxI0B1ceeBshlW4Cue5P6etiuWAz > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #BJHvv1hgxvyI8RUgarybEuJFT14M86in { width:50px;height:50px;top:13px;left:303.5px;display:block; }
#BJHvv1hgxvyI8RUgarybEuJFT14M86in > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #U8i7tp6II10pvO22fhcBVSlAWIi7LASm { width:50px;height:50px;top:13px;left:388.5px;display:block; }
#U8i7tp6II10pvO22fhcBVSlAWIi7LASm > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #T6w3mTCR6MIhqVh5kxz9lSZd2n2ko6Bd { width:50px;height:50px;top:13px;left:485.5px;display:block; }
#T6w3mTCR6MIhqVh5kxz9lSZd2n2ko6Bd > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T { display:block; }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISC3NVFM0nsBiP9LwxOhyoEdJM8hkbEr { width:200px;height:20px;top:15px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:304px;width:320px;background-color:#004976;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpbshfiemDJbvIfTfvMwzCoiEL5GVEw3 { width:320px;height:76px;top:194px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XkyJ37huzItbriDtdLgAwf0HBKJRd6HA { width:320px;height:153.84615384615px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek { display:block; }#Sbc8BcklX3e5NTqKo4tLHcgJS9VIJ0ek > .row .container { width:320px;height:299px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fn4QIaXvpn19q5FzqO0BcwuoStldQShR { width:320px;height:83.1875px;top:9px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-regular-label { width:270px;display:block; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-text { width:270px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-text {padding-top: 0; padding-bottom: 0;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-textarea { width:270px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-select { width:270px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-select {padding-top: 0; padding-bottom: 0;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-input-button { width:270px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-checkbox-label { width:259px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .widget-radio-label { width:124px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT  { width:280px;height:auto;top:100px;left:0px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT .radio-container { width:280px; }
#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT {display:inline-block;}#GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT { width:280px;height:auto;top:100px;left:0px; }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #NnK3aSBy2blBE27cEMd2If0f6d7wOVU2 {  }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #nA4AI7JSyp3eAm5RAckwTz1rJelxpqGO { display:block; }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #TWgk8foIAEiIqnWDJPsRLCEeBPkUneLh {  }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #xFC6M2UHJ7tgcpdgKT8PZb8yl214w6ss {  }
 }@media only screen and (max-width: 763px) { #GuOuNyEF4sqf5LOObnnk1twuZpNoIDPT #bEKFFgUkqsQDrDmu8EGNzTzZ8LmURtHd {  }
 }@media only screen and (max-width: 763px) { #TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl { display:block; }#TUKtDPST94cAI2bCgTICTb6ZveWrL0Zl > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0n1fAl40S1rV3N0qo5UO9ubpFXtOczp { width:320px;height:82.666666666667px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q { display:block; }#OmpeLrfIZktB8HB9kQIqNKIbW1xbPc2q > .row .container { width:320px;height:830px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wBbkA1AAlTEJ3XmpksExIRngdzy76ttp { width:320px;height:394.95495495495px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NVlbO4tQWqRM492m4pfthfpXE46ZJX0B { width:320px;height:433.52549889135px;top:394.9453125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 { display:block; }#M8n60zlPIP4FWoEbEznExX0lQmJT5Dk7 > .row .container { width:320px;height:156px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdIikqJNtsrNyygT3My0yKRxvkEZmTd2 { width:280px;height:140.344px;top:11px;left:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #anlnue1w3K9Q0LarGDmwwscEQuxfvPQS { display:block; }#anlnue1w3K9Q0LarGDmwwscEQuxfvPQS > .row .container { width:320px;height:534px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXLFFCUlRIPdPCmtTl7OqFGpkgTwAM3k { width:320px;height:533px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL { display:block; }#G0aVSAweoJ0AuuLBmIzgUKm4ptS7TdIL > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw7Q0MPDlvX2cgbWOKlwMSIn5T0I8xhw { width:278px;height:155.9376px;top:12.640625px;left:21px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WXzEQyxb5SbpT2y7klspdaOHaJbs9uax { display:block; }#WXzEQyxb5SbpT2y7klspdaOHaJbs9uax > .row .container { width:320px;height:143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoUbOa5gVWnNxMVvGGl6Q4y11RPXoDlT { width:320px;height:41.5938px;top:21px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3nbnxI0B1ceeBshlW4Cue5P6etiuWAz { display:flex;width:50px;height:50px;top:80.59375px;left:21px; }
#x3nbnxI0B1ceeBshlW4Cue5P6etiuWAz > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #BJHvv1hgxvyI8RUgarybEuJFT14M86in { display:flex;width:50px;height:50px;top:80.59375px;left:87px; }
#BJHvv1hgxvyI8RUgarybEuJFT14M86in > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #U8i7tp6II10pvO22fhcBVSlAWIi7LASm { display:flex;width:50px;height:50px;top:80.59375px;left:155px; }
#U8i7tp6II10pvO22fhcBVSlAWIi7LASm > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #T6w3mTCR6MIhqVh5kxz9lSZd2n2ko6Bd { display:flex;width:50px;height:50px;top:80.59375px;left:237px; }
#T6w3mTCR6MIhqVh5kxz9lSZd2n2ko6Bd > img { max-width: 100%;max-height:100%; width:50px; height:50px; } }@media only screen and (max-width: 763px) { #MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T { display:block; }#MNgqgTbGfQbZZa7JQzHKxBFZHf9rbZ3T > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISC3NVFM0nsBiP9LwxOhyoEdJM8hkbEr { width:200px;height:20.7969px;top:5px;left:60px;text-align:center;text-align-last:center;display:block; }
 }