.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ede18ba-da5a-4f79-9f68-4c2efa6e0b7a/hitechbiometricsecurityscancloseupwomaneyeprocessscanning.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,102,0.74); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,102,0.74); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:14px;font-family:arial;height:598px;width:1200px;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:1079px;position:absolute;font-family:poppins;font-size:46px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:158.97500610352px;left:60.5px;height:101.2px;color:#ffffff;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:center;text-align-last:center;display:block; }
#twoIhpEwnTTd1lf557RMvlgafp8Tb2bl { position:absolute;display:block;z-index:15003;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;height:49px;width:137px;top:21.796875px;left:0px;overflow:hidden;display:block; }
#mouaEe1VI4msnmSnMG0Ub3pG9wGutJIc { display:block;width:702px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:290.60000610352px;left:249px;height:44.8px;color:#fbfbfb;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BtTRwKOSt3RZTA9J7PFBzS0uf71DyHH3 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 3px 6px 10px rgba(255,0,0,0.63) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:285px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:383px;left:457.50003051758px;display:block; }
#PDNNtJS58x0Qcgp6w7MgQ7RNgMbeZn6C { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(240,240,240,0.81);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; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { background-color: transparent; background-image: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container { display: none; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .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); }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { border-width: 0; border-radius: 0; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { font-size:14px;font-family:arial;height:558px;width:1200px;position:relative;display:block; }#LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { display:block;width:541px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:235.20001220703px;left:659.00003051758px;height:145.6px;color:#2b3a67;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { display:block;width:542px;position:absolute;font-family:poppins;font-size:34px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:89px;left:658.00003051758px;height:122.4px;color:#000066;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hAJrzZZk8MN2Qd6TTk1kvlVMo6txICbu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:308px;width:551px;top:89px;left:28px;display:block; }
#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .row .container { background-color: transparent; background-image: none; }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .row .container > .video-iframe-container { display: none; }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .row > .video-iframe-container { display: none; }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .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); }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .row .container { border-width: 0; border-radius: 0; }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .row .container { font-size:14px;font-family:arial;height:543px;width:1200px;position:relative;display:block; }#dW5Aqs46se37NP8DVbAm702i0XLBADMQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:369px;width:670px;top:41.75px;left:528.69310857354px;overflow:hidden;display:block; }
#FRKBVl8nHCKtFmd7v5Ca6P2CbJmaSA6q { color:#000066;display:block;width:469px;position:absolute;font-family:poppins;font-size:34px;font-weight:300;z-index:15025;line-height:.8;letter-spacing:0;top:133.75px;left:0px;height:27.2px;text-align:left;text-align-last:left;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; }
#I5PMtwEgTsdOPzqUszigLJvBSNfFqgio { color:#000066;display:block;width:505px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:184.75px;left:0px;height:166.4px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 { background-color:#fbfbfb;background-image:none;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;display:block; }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .row .container { background-color: transparent; background-image: none; }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .row .container > .video-iframe-container { display: none; }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .row > .video-iframe-container { display: none; }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .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); }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .row .container { border-width: 0; border-radius: 0; }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .row .container { width:1200px;height:972px;font-size:14px;font-family:arial;position:relative;display:block; }#f3SqNmfSmc5L4iTFWGxlDBtybqS39uxT { color:#000066;display:block;width:932px;position:absolute;font-family:poppins;font-size:34px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:68.9375px;left:136px;height:81.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DrItxoMPGCTRim0drqqMbFVEheDla2bX { position:absolute;display:block;z-index:15003;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;height:276px;width:421px;top:229px;left:176px;display:block; }
#DbRcnn3lfdLH6Sq7k8FRFE4sovo4ZMXL { position:absolute;display:block;z-index:15005;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;height:96px;width:96px;top:244px;left:345px;overflow:hidden;display:block; }
#TwwTTFGUfMwNQ3032NtdoH7Cgt8MkJTt { color:#000000;display:block;width:339px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:398px;left:217px;height:62.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HeKBhqxOKevxnlTlpVBin6pl8cryX7X8 { color:#000000;display:block;width:287px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:340px;left:243px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVuJKQvWKVbdUV7BRqoHqpONhgSrOnQJ { position:absolute;display:block;z-index:15004;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;height:276px;width:421px;top:229px;left:631px;display:block; }
#UHLucWhVPHiigncSx6xMdpi6Q2U81TP0 { color:#000000;display:block;width:339px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:398px;left:672px;height:62.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CwZayq1Dafo3Ukd5ckguM9zPd6LkTJ0w { color:#000000;display:block;width:287px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:340px;left:698px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuftqaW1ppNnZIgfr7kkFUf8GRqcgkDu { position:absolute;display:block;z-index:15010;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;height:96px;width:96px;top:242px;left:794px;overflow:hidden;display:block; }
#t9rT72TzaFVJeUX6BXpd77o5KUUNoPwJ { position:absolute;display:block;z-index:15011;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;height:276px;width:421px;top:543.00003051758px;left:176px;display:block; }
#b1U1bVWemZvs84EVoKq3yu8AzCldaUJd { position:absolute;display:block;z-index:15013;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;height:84px;width:88px;top:558.00003051758px;left:345px;overflow:hidden;display:block; }
#xhfb4lL4VItXinAQuV2iGJUscD4BOBLs { color:#000000;display:block;width:287px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:654.00003051758px;left:244px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs4mlqHaciKdGmWfJ4I3W5ZCbwLtwTLg { color:#000000;display:block;width:339px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:712.00003051758px;left:217px;height:62.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s2lGm9ouHPfzJp6DNsP9BCe4til3Mid1 { position:absolute;display:block;z-index:15012;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;height:276px;width:421px;top:543.00003051758px;left:631px;display:block; }
#GdPNwxFFJduHuyvCqXvcRxdrkOzK9MMy { color:#000000;display:block;width:339px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:712.00003051758px;left:673px;height:62.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkECINmcVRuvDch4mwr3d7VmMK7K7Qli { color:#000000;display:block;width:287px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:654.00003051758px;left:699px;height:31.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tts2PMuOc6xoAHBgcnWfBB0b93UEgxOv { position:absolute;display:block;z-index:15018;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;height:96px;width:96px;top:556.00003051758px;left:794px;overflow:hidden;display:block; }
#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000066;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; }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .row .container { background-color: transparent; background-image: none; }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .row .container > .video-iframe-container { display: none; }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .row > .video-iframe-container { display: none; }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .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); }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .row .container { border-width: 0; border-radius: 0; }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .row .container { font-size:14px;font-family:arial;height:518px;width:1200px;position:relative;display:block; }#pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000066;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:454px;width:400px;position:absolute;display:block;z-index:14998;top:0px;left:693.00003051758px;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-form-header {  }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { height:auto;display:block;font-family:lato;font-size:15px;font-weight:300;color:rgba(255,255,255,0.81);width:340px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:340px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;box-shadow: 0px 0px 0px #000000 ;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:340px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;box-shadow: 0px 0px 0px #000000 ;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:340px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0px 0px 0px #000000 ;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ff0000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:700;color:#f2f9ff;width:340px;height:50px;font-family:poppins;overflow:hidden;font-style:normal;line-height:1.3; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-moz-placeholder { color:#000066;font-family:poppins;font-size:15px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-moz-placeholder { color:#000066;font-family:poppins;font-size:15px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-ms-input-placeholder { color:#000066;font-family:poppins;font-size:15px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-webkit-input-placeholder { color:#000066;font-family:poppins;font-size:15px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:12px;font-weight:400;color:#ffffff;vertical-align:top;width:323px;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container { padding-top:2px;padding-right:0;padding-bottom:1px;padding-left:0;width:100%;font-size:0;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:first-of-type{padding-top:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:last-of-type{padding-bottom:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:340px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:22.000015258789px;left:703.00003051758px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:340px;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:rgba(255,255,255,0.5);vertical-align:top;overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:340px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:22.000015258789px;left:703.00003051758px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #KtbtSDtSGw6El3NFlSTlsAyX7Gaaf5eW { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #dry21A2TinDg8ZUcTvPxPqzN1DmIHdwC { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #MPASWRQW9EeT3UsToVePkirHawbIEzI4 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mVDQTQl3dA9oFO4xQ2uamJVhAAygTo63 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #d3htByoH9QxBX7UwZyTzdRQPTGLGNArL { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #CMp4Wz015Sn1UPWIXgxgGqopqDq8WxkC { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mNC4DTQuxS65G3yatyv2rcpgy0qhr1XT { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Tz2zinNeno0OXo596r85cWo2BRrxA1I9 { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #ynKTz7QNTx0oVTz7OySq5d3HqMZA76Jc { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #lddFSOimnCOCtPG8aARld8QWLuStCX8O { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #HkxUAcGU7Iyggn2364CoUZPZ9zLMBTAM { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NpyD3WQHi3vZFHTBU7buJfNaNq96xlw8 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK { position:relative; }
#iItDb5zCLPLGUxxorItbO89dCaf76FwT { color:#fbfbfb;display:block;width:597px;position:absolute;font-family:poppins;font-size:34px;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:120px;left:0px;height:74.8px;display:block; }
#pp6s06rumI8B4XCmiSkHfEsD3COmKBde { color:#fbfbfb;display:block;width:609px;position:absolute;font-family:poppins;font-size:16px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:221px;left:0px;height:62.4px;font-style:normal;display:block; }
#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .row .container { background-color: transparent; background-image: none; }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .row .container > .video-iframe-container { display: none; }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .row > .video-iframe-container { display: none; }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .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); }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .row .container { border-width: 0; border-radius: 0; }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#K51U6F6x92wu0IJF36wo6IEnwk8DBsGS { color:#030a8c;display:block;width:275px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30px;left:897px;height:54.6px;text-align:right;text-align-last:right;display:block; }
#z1RDEJ2DKf6CbGyT7WNBAZa5dhBzxhsW { color:#030a8c;display:block;width:293px;position:absolute;font-family:poppins;font-size:14px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.194458007812px;left:38px;height:54.6px;text-align:left;text-align-last:left;display:block; }
#DLTLLbdmHcmysLxtIHLTVEGfLSItLhEH { position:absolute;display:block;z-index:15009;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;height:54px;width:148px;top:29.500061035156px;left:521.49998474121px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:492px;height:156px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #twoIhpEwnTTd1lf557RMvlgafp8Tb2bl { top:21px;left:0px;width:137px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #mouaEe1VI4msnmSnMG0Ub3pG9wGutJIc { width:450px;height:94px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BtTRwKOSt3RZTA9J7PFBzS0uf71DyHH3 { width:285px;height:55px;top:383px;left:239.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #PDNNtJS58x0Qcgp6w7MgQ7RNgMbeZn6C { display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:764px;height:342px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { width:365px;height:46px;top:15px;left:399px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:450px;height:94px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hAJrzZZk8MN2Qd6TTk1kvlVMo6txICbu { top:89px;left:0px;width:551px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU { display:block; }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dW5Aqs46se37NP8DVbAm702i0XLBADMQ { top:41px;left:23px;width:670px;height:369px;display:block; }
 }@media only screen and (max-width: 763px) { #FRKBVl8nHCKtFmd7v5Ca6P2CbJmaSA6q { top:133px;left:0px;width:469px;height:27px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #I5PMtwEgTsdOPzqUszigLJvBSNfFqgio { top:184px;left:0px;width:505px;height:166px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 { display:block; }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3SqNmfSmc5L4iTFWGxlDBtybqS39uxT { width:764px;height:81px;top:68px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DrItxoMPGCTRim0drqqMbFVEheDla2bX { top:229px;left:0px;width:421px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #DbRcnn3lfdLH6Sq7k8FRFE4sovo4ZMXL { top:244px;left:127px;width:96px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #TwwTTFGUfMwNQ3032NtdoH7Cgt8MkJTt { top:398px;left:0px;width:339px;height:62px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #HeKBhqxOKevxnlTlpVBin6pl8cryX7X8 { top:340px;left:25px;width:287px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RVuJKQvWKVbdUV7BRqoHqpONhgSrOnQJ { top:229px;left:341px;width:421px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #UHLucWhVPHiigncSx6xMdpi6Q2U81TP0 { top:398px;left:425px;width:339px;height:62px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #CwZayq1Dafo3Ukd5ckguM9zPd6LkTJ0w { top:340px;left:477px;width:287px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TuftqaW1ppNnZIgfr7kkFUf8GRqcgkDu { top:242px;left:576px;width:96px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #t9rT72TzaFVJeUX6BXpd77o5KUUNoPwJ { top:543px;left:0px;width:421px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #b1U1bVWemZvs84EVoKq3yu8AzCldaUJd { top:558px;left:127px;width:88px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #xhfb4lL4VItXinAQuV2iGJUscD4BOBLs { top:654px;left:26px;width:287px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4mlqHaciKdGmWfJ4I3W5ZCbwLtwTLg { top:712px;left:0px;width:339px;height:62px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #s2lGm9ouHPfzJp6DNsP9BCe4til3Mid1 { top:543px;left:341px;width:421px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #GdPNwxFFJduHuyvCqXvcRxdrkOzK9MMy { top:712px;left:425px;width:339px;height:62px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gkECINmcVRuvDch4mwr3d7VmMK7K7Qli { top:654px;left:477px;width:287px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Tts2PMuOc6xoAHBgcnWfBB0b93UEgxOv { top:556px;left:576px;width:96px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 { display:block; }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:360px;height:439px;top:-150px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:320px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:300px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:320px;height:auto;top:-40px;left:0px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:320px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:320px;height:auto;top:-40px;left:0px; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #KtbtSDtSGw6El3NFlSTlsAyX7Gaaf5eW {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #dry21A2TinDg8ZUcTvPxPqzN1DmIHdwC {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #MPASWRQW9EeT3UsToVePkirHawbIEzI4 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mVDQTQl3dA9oFO4xQ2uamJVhAAygTo63 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #d3htByoH9QxBX7UwZyTzdRQPTGLGNArL {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #CMp4Wz015Sn1UPWIXgxgGqopqDq8WxkC {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mNC4DTQuxS65G3yatyv2rcpgy0qhr1XT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Tz2zinNeno0OXo596r85cWo2BRrxA1I9 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #ynKTz7QNTx0oVTz7OySq5d3HqMZA76Jc {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #lddFSOimnCOCtPG8aARld8QWLuStCX8O {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #HkxUAcGU7Iyggn2364CoUZPZ9zLMBTAM {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NpyD3WQHi3vZFHTBU7buJfNaNq96xlw8 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #iItDb5zCLPLGUxxorItbO89dCaf76FwT { top:120px;left:0px;width:597px;height:74px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #pp6s06rumI8B4XCmiSkHfEsD3COmKBde { top:221px;left:0px;width:609px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL { display:block; }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K51U6F6x92wu0IJF36wo6IEnwk8DBsGS { top:30px;left:489px;width:275px;height:54px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #z1RDEJ2DKf6CbGyT7WNBAZa5dhBzxhsW { top:29px;left:0px;width:293px;height:54px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #DLTLLbdmHcmysLxtIHLTVEGfLSItLhEH { width:148px;height:54px;top:29px;left:303.49998474121px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8ede18ba-da5a-4f79-9f68-4c2efa6e0b7a/hitechbiometricsecurityscancloseupwomaneyeprocessscanning.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,102,0.77); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,102,0.77); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:560px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:320px;height:176px;top:103px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #twoIhpEwnTTd1lf557RMvlgafp8Tb2bl { width:137px;height:49px;top:8.1999998092651px;left:91.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #mouaEe1VI4msnmSnMG0Ub3pG9wGutJIc { width:320px;height:98px;top:318.1875px;left:0px;text-align:center;text-align-last:center;font-size:14px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BtTRwKOSt3RZTA9J7PFBzS0uf71DyHH3 { width:239px;height:45px;top:448.1875px;left:40.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #PDNNtJS58x0Qcgp6w7MgQ7RNgMbeZn6C { display:block; }
 }@media only screen and (max-width: 763px) { #UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp { display:block; }#UnNO6PcU1LQWUJvTTrPRpHRBKpcBx9Sp > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LH3nPN5KbeI2bi8lwmhGRKnB3K0TzTru { width:320px;height:182px;top:365.98754882812px;left:-1.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:320px;height:96.8px;top:245px;left:0px;text-align:center;text-align-last:center;font-size:22px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hAJrzZZk8MN2Qd6TTk1kvlVMo6txICbu { height:179px;width:320px;top:30.900005340576px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU { display:block; }#Js8GiKyB3duzJTiexWUs9Z9bcAqSTupU > .row .container { width:320px;height:555px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dW5Aqs46se37NP8DVbAm702i0XLBADMQ { width:320px;height:172px;top:337.71250915527px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FRKBVl8nHCKtFmd7v5Ca6P2CbJmaSA6q { width:298px;height:19.2px;top:48.037506103516px;left:11px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5PMtwEgTsdOPzqUszigLJvBSNfFqgio { width:320px;height:184.8px;top:102.84997558594px;left:0px;font-size:14px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 { display:block; }#OKAdG8eya8Jbnvnn8U4hxBE6OeQ2Cei6 > .row .container { width:320px;height:1128px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3SqNmfSmc5L4iTFWGxlDBtybqS39uxT { width:318px;height:105.6px;top:30.975006103516px;left:2px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DrItxoMPGCTRim0drqqMbFVEheDla2bX { width:215px;height:187px;top:177.00001525879px;left:51.699998855591px;display:block; }
 }@media only screen and (max-width: 763px) { #DbRcnn3lfdLH6Sq7k8FRFE4sovo4ZMXL { width:74px;height:74px;top:194.00001525879px;left:123.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #TwwTTFGUfMwNQ3032NtdoH7Cgt8MkJTt { width:211px;height:39px;top:311.40000915527px;left:54.499998092651px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #HeKBhqxOKevxnlTlpVBin6pl8cryX7X8 { width:219px;height:23.4px;top:279.00000762939px;left:50.500001907349px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RVuJKQvWKVbdUV7BRqoHqpONhgSrOnQJ { width:215px;height:187px;top:401.00001335144px;left:51.699998855591px;display:block; }
 }@media only screen and (max-width: 763px) { #UHLucWhVPHiigncSx6xMdpi6Q2U81TP0 { width:197px;height:39px;top:526.00001525879px;left:61.499998092651px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #CwZayq1Dafo3Ukd5ckguM9zPd6LkTJ0w { width:183px;height:23.4px;top:491.60001373291px;left:68.499998092651px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TuftqaW1ppNnZIgfr7kkFUf8GRqcgkDu { width:74px;height:74px;top:409.00001335144px;left:123.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #t9rT72TzaFVJeUX6BXpd77o5KUUNoPwJ { width:215px;height:187px;top:618.00001525879px;left:51.699998855591px;display:block; }
 }@media only screen and (max-width: 763px) { #b1U1bVWemZvs84EVoKq3yu8AzCldaUJd { width:74px;height:70px;top:637.00003051758px;left:123.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #xhfb4lL4VItXinAQuV2iGJUscD4BOBLs { width:191px;height:23.4px;top:721.00003051758px;left:64.499998092651px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Rs4mlqHaciKdGmWfJ4I3W5ZCbwLtwTLg { width:206px;height:39px;top:751.40002441406px;left:56.999998092651px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #s2lGm9ouHPfzJp6DNsP9BCe4til3Mid1 { width:215px;height:187px;top:839.00003051758px;left:51.699998855591px;display:block; }
 }@media only screen and (max-width: 763px) { #GdPNwxFFJduHuyvCqXvcRxdrkOzK9MMy { width:214px;height:39px;top:973px;left:52.999998092651px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gkECINmcVRuvDch4mwr3d7VmMK7K7Qli { width:189px;height:23.4px;top:934px;left:65.499998092651px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Tts2PMuOc6xoAHBgcnWfBB0b93UEgxOv { width:74px;height:74px;top:860.00003051758px;left:123.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 { display:block; }#HaOLhelTh4TLFVSKSVpgLhHoLdk5nWd6 > .row .container { width:320px;height:683px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:320px;height:473px;top:204.78751373291px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-moz-placeholder { font-size:13px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-moz-placeholder { font-size:13px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-ms-input-placeholder { font-size:13px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-webkit-input-placeholder { font-size:13px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:280px;height:auto;top:231px;left:0px; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:280px;height:auto;top:231px;left:0px; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #KtbtSDtSGw6El3NFlSTlsAyX7Gaaf5eW {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #dry21A2TinDg8ZUcTvPxPqzN1DmIHdwC { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #MPASWRQW9EeT3UsToVePkirHawbIEzI4 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mVDQTQl3dA9oFO4xQ2uamJVhAAygTo63 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #d3htByoH9QxBX7UwZyTzdRQPTGLGNArL { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #CMp4Wz015Sn1UPWIXgxgGqopqDq8WxkC {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mNC4DTQuxS65G3yatyv2rcpgy0qhr1XT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Tz2zinNeno0OXo596r85cWo2BRrxA1I9 { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #ynKTz7QNTx0oVTz7OySq5d3HqMZA76Jc {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #lddFSOimnCOCtPG8aARld8QWLuStCX8O {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #HkxUAcGU7Iyggn2364CoUZPZ9zLMBTAM {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NpyD3WQHi3vZFHTBU7buJfNaNq96xlw8 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #iItDb5zCLPLGUxxorItbO89dCaf76FwT { width:320px;height:72.6px;top:36px;left:-0.48750019073486px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pp6s06rumI8B4XCmiSkHfEsD3COmKBde { width:320px;height:72.8px;top:132.77499389648px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL { display:block; }#To73xRawOgBKTdEhwKsQZzz2Gv8aLXHL > .row .container { width:320px;height:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K51U6F6x92wu0IJF36wo6IEnwk8DBsGS { width:207px;height:46.8px;top:157.80001831055px;left:56.499998092651px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1RDEJ2DKf6CbGyT7WNBAZa5dhBzxhsW { width:219px;height:46.8px;top:32px;left:50.500001907349px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLTLLbdmHcmysLxtIHLTVEGfLSItLhEH { width:119px;height:44px;top:99.499908447266px;left:100.49999809265px;display:block; }
 }