.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@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:#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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(11,21,63,0.3);background-image:url("https://images.assets-landingi.com/zFzzPWSC/doctor_in_hospital_background_with_copy_space_nanostockk.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:960px;height:1049px;font-size:14px;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:#19232e;display:block;width:833px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:130px;left:34px;height:60px;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; }
#wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { position:absolute;display:block;z-index:100002;background-color:#1b57c7;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:529px;width:345px;top:426.5px;left:55.5px;display:block; }
#usz6MIeQ2xKry57sRChBys22H2UlPJkz { color:#050b26;display:block;width:281px;position:absolute;font-family:ubuntu;font-size:27px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:160px;left:640.5px;height:70px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#ffe2a5;width:240px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #ffe2a5;border-left:1px solid #ffe2a5;border-right:1px solid #ffe2a5;border-bottom:1px solid #ffe2a5;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:45px;color:#ffe2a5;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0002a8, #000000);background-image: -moz-linear-gradient(180deg, #0002a8, #000000);background-image: -ms-linear-gradient(180deg, #0002a8, #000000);background-image: -o-linear-gradient(180deg, #0002a8, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0002a8, #000000);background-size:initial auto;border-top:0;border-right:0;border-bottom:5px solid #000164;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:240px;height:65px;font-family:"open sans";overflow:hidden;box-shadow: 1px 1px 30px rgba(0,2,168,0.5) ; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:220px;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:75px;top:426.5px;z-index:100005;position:absolute; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:240px;display:block;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:75px;top:426.5px;z-index:100005;position:absolute; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #KzUoJoJ0Pd8fHJ639LkQkfc4dCxcWX01 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HXTN3b4DIJSczlpBoqhiyN1C8dCL75kF { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #eT5UrtgPxU54f5v99qFIESfBFxw7I6Xe { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #W3HzBxCP9peo9xs3ADoh2wsDMxQJJ9l0 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lnQ2iI4LMwqIwnoH6rOOSyTdg7xMfa53 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #eLrHpT9MDlVF7VFkvDsPQ9IOgRKXMdX0 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NtfuNgFueTBCk58XstVSfktflaalKnn9 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #R4slkFBugUeduuJd4V8CQemQpkT152Zk { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #B5sRMkSfxcqafL9123JVDmHkDndTdcLw { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#gp3D2htGHiHrpvpm8IPgJhb9a8m3lihd { color:#19232e;display:block;width:432px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:265px;left:75px;height:130px;display:block; }
#JXrrJsekTak4NOSwac84iuCNZkV5M0Oa { color:#3c3c3c;display:block;width:200px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:219.5px;left:324px;height:33px;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; }
#HbyTDKLsVGe2rWlzd4rcpqTUyr9fMICF { color:#fef7da;display:block;width:200px;position:absolute;font-family:"open sans";font-size:27px;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:368px;left:760px;height:35px;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; }
#tiPgNxbdBQ3X5biJ9oNxTf7F2E4KvseX { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:130px;width:374px;top:0px;left:263.5px;overflow:hidden;display:block; }
#U7nTyH17MxatB0lcWqynrfAdOk9KJFvs { color:#151515;display:block;width:265px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:395px;left:75px;height:20px;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; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rkbfDDwf/SciencesEDITED.jpg");background-position:bottom left;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:14px;font-family:arial;height:428px;width:960px;position:relative;display:block; }#eJp76CysykqwaPSEbXTV1hHlXkitJT2x { color:#000000;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:38px;left:369px;height:31px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2wrKyyqSq509WERMVouI4dUQbmcqsBp { color:#ffffff;display:block;width:166px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:100031;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 20px rgba(0,0,0,0.5);top:401px;left:735px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { color:#ffffff;display:block;width:958px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:20.5px;left:2px;height:38px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { color:rgba(255,255,255,0.7);display:block;width:960px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100002;line-height:1.8;letter-spacing:0;top:91px;left:0px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRvZt4CJpFNcpvpQJnb6xMTvsI2o81yo { color:#ffffff;display:block;width:166px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 20px rgba(0,0,0,0.5);top:218.5px;left:713px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQ0utnoAq2bzLzZIxaRi9GCIgrPMuHfx { color:#fef7da;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:204px;left:439.5px;height:0;display:block; }
#tWQkgMPVTwIqJAsBzVb5i0c34MNJtZ9P { color:#19232e;display:block;width:441px;position:absolute;font-family:"open sans";font-size:31px;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:141px;left:214.5px;height:40px;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; }
#r05aSsd9aUdCy5TLyvgSa87KL1Z4KQue { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:259px;left:569px;height:;display:block; }
#qodckbwSgre4ERJoZqFkLnZyPgUTDSGS { color:#000000;display:block;width:283px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:259px;left:275.5px;height:20px;display:block; }
#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:url("https://images.assets-landingi.com/FrxGRW5j/background_5.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container { background-color: transparent; background-image: none; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container > .video-iframe-container { display: none; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row > .video-iframe-container { display: none; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .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); }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container { border-width: 0; border-radius: 0; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container { font-size:14px;font-family:arial;height:1426px;width:960px;position:relative;display:block; }#IKnKV8C2OIU1EGpIFPZPm5f1khK1rtZI { position:absolute;display:block;z-index:100007;background-color:#0a90d8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:653px;width:302px;top:0px;left:640px;display:block; }
#TwFdC2OoPHXVe5XBZDrPqOJ2TwOZZ2ig { position:absolute;display:block;z-index:100007;background-color:#0e87c8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:654px;width:303px;top:0px;left:333px;display:block; }
#Zcs60k2uwzqgiBUUCQeGaRLsJ2nXOeGs { color:#ffffff;display:block;width:265px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:100014;line-height:1.8;letter-spacing:0;top:56px;left:356.5px;height:476px;text-align:left;text-align-last:left;font-style:normal;display:block; }#Zcs60k2uwzqgiBUUCQeGaRLsJ2nXOeGs li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Zcs60k2uwzqgiBUUCQeGaRLsJ2nXOeGs li:before{  }
#xQBkdNOMMxWeczBhTM7axbKSFn4JfrnO { color:#050b26;display:block;width:265px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:99999;line-height:1.8;letter-spacing:0;top:306px;left:640px;height:32px;text-align:left;text-align-last:left;font-style:normal;display:block; }#xQBkdNOMMxWeczBhTM7axbKSFn4JfrnO li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xQBkdNOMMxWeczBhTM7axbKSFn4JfrnO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bPK2CZPR/check.svg); }
#urC6a9die8zewbfJm0M47xTt5B4pDh28 { position:absolute;display:block;z-index:100000;background-color:#0991da;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:657px;width:316px;top:0px;left:5px;display:block; }
#PrOBWkFGrsZGfoGAL5bF19sdbDd8cqmS { color:#050b26;display:block;width:265px;position:absolute;font-family:amiri;font-size:34px;font-weight:400;z-index:99998;line-height:1.5;letter-spacing:0;top:231.5px;left:61px;height:51px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ywcsVsrHNePvVlDOd3RDNaSAKXqZ0ZHE { color:#050b26;display:block;width:265px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:148px;left:334px;height:32px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OL3TdlEMGQALWLu8yZfW4yoXEUHhUgFW { color:#050b26;display:block;width:265px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:111px;left:27.5px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEWkrpnkmmaFguOd4nnzuP623HGNCJla { color:#050b26;display:block;width:301px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:135px;left:0px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DKI91rxsQfKo7E6dJy7ncHyp8m4qlfSM { color:#050b26;display:block;width:265px;position:absolute;font-family:ubuntu;font-size:24px;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:185px;left:347.5px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SKQBHvHHHN3ykuaO7y3v6lqfyRfOXo78 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:179px;left:700px;height:0;display:block; }
#TSgHbx5qo4citU2ZO1qFTawBZCxlRxvp { background-color:#ff3557;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:55px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:586px;left:52px;display:block; }
#zGvMiEE9zlVAzZFm9BKNPx4948TktHGT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { background-color:#ff3557;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:55px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:586px;left:372px;display:block; }
#T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#kOkZX1t9nrBBbZzEuWTJ6RlaAFlpSAs4 { background-color:#ff3557;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:55px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:577px;left:692px;display:block; }
#lb1A53zUl7LTceagfwieH0gbTkGXnK7D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#VSmEqWJ8f1KaRIW1WgDnfez1taKOaqab { background-color:#1b57c7;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:276px;height:36px;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:11px;left:346.50003051758px;display:block; }
#iCks5pWWTCmBXTgvglQblWyxrpqlGZOR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#SNtp2ZTGLvxTcrTKo4LhH5H1Rfi9Gf0b { color:#000000;display:block;width:195px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:69.097221374512px;left:702px;height:448px;display:block; }#SNtp2ZTGLvxTcrTKo4LhH5H1Rfi9Gf0b li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#SNtp2ZTGLvxTcrTKo4LhH5H1Rfi9Gf0b li:before{  }
#dDeKxFvOUHhXWxf3tiK1wr4UQKP01Lbd { background-color:#1b57c7;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:276px;height:50px;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:11px;left:653px;display:block; }
#yK4dExpzcaKZsKgf0hVyFzlhc8eAzZ5t { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#VfDfgHirNTGfGZb9C6OxoloKM5lRlxCS { color:#000000;display:block;width:239px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:554.55555725098px;left:376px;height:20px;display:block; }
#LcCP10hdq5smuAWbAXrCOoXRIEBGeQtV { background-color:#1b57c7;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:13px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:276px;height:37px;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:20.972221374512px;left:22px;display:block; }
#xsOGvi6mAgOWip4hpQ0tk8OHH8VaXDo1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TlBCOaKDqFJFWGGNK2u5ORLDa48orSG5 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:88.208335876465px;left:60px;height:309px;display:block; }#TlBCOaKDqFJFWGGNK2u5ORLDa48orSG5 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TlBCOaKDqFJFWGGNK2u5ORLDa48orSG5 li:before{  }
#wx5TPOXBGtTJ0GTxvLOCqwFSCt7n8ahR { position:absolute;display:block;z-index:100001;background-color:#0991da;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:444px;width:316px;top:706.98614501953px;left:0px;display:block; }
#qJxUXzs7CiCtGyCaDl1RX6Ud2TQfVbzm { background-color:#1b57c7;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:39px;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:741.00001525879px;left:22px;display:block; }
#CbQrUlQfA41m2GQeINcyEqrctUkRV1Fs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#BrwJznid4KsmODlWF0f5iF0oeiSJIXbA { background-color:#ff3557;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:55px;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:1080.0000305176px;left:27.5px;display:block; }
#CJ4M7vrT4ln0OwywyU1ZbtB4dzO17koX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#CfLTbTtUAgbwaxTP7O3DTZoUyVnZmiLO { color:#000000;display:block;width:249px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:814.98611450195px;left:38.5px;height:227px;display:block; }#CfLTbTtUAgbwaxTP7O3DTZoUyVnZmiLO li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#CfLTbTtUAgbwaxTP7O3DTZoUyVnZmiLO li:before{  }
#zgdoyn3uUhsxHiqlC8Jlb6ioPI9vASBr { position:absolute;display:block;z-index:100002;background-color:#0991da;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:444px;width:316px;top:706.98611450195px;left:325px;display:block; }
#XEOyk8CWnazfLGPWks1n3olxzH6Zd74B { background-color:#ff3557;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:55px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:1080.0000305176px;left:372px;display:block; }
#KSvbIektXTPmxe9c8wCymGVAZoINDu4I { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ay8bWoUVomiXyn9iuhXRlqbtuW3ANRDB { background-color:#1b57c7;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:260px;height:39px;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:741px;left:354.5px;display:block; }
#GKhv890BSKvL6IT987NXmTabWo5s1cmT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#PXT4U0BwbXiILcrl7cmCuCtKfvoRzKDh { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:814.98611450195px;left:380px;height:191px;display:block; }#PXT4U0BwbXiILcrl7cmCuCtKfvoRzKDh li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#PXT4U0BwbXiILcrl7cmCuCtKfvoRzKDh li:before{  }
#ZUInDf1Waeam8rLECc7PB9B411XV2bSx { color:#000000;display:block;width:226px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:1050.888885498px;left:371.5px;height:20px;display:block; }
#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/huz0dXcO/section5_bg.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;position:relative;display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { background-color: transparent; background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .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); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:14px;font-family:arial;height:594px;width:960px;position:relative;display:block; }#qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { color:#ffffff;display:block;width:958px;position:absolute;font-family:ubuntu;font-size:38px;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:29.5px;left:2px;height:38px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { color:rgba(255,255,255,0.7);display:block;width:960px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100006;line-height:1.8;letter-spacing:0;top:103.5px;left:0px;height:64px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { color:#ffffff;display:block;width:186px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:376.5px;left:408px;height:28px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NJXskvlH10IaPmqDmVFm68B3TUpz7Erq { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38px;width:38px;top:398px;left:22.5px;overflow:hidden;display:block; }
#FEezMiqQbueiqC5ta3DvFslNIKfMueXa { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38px;width:38px;top:470px;left:22.5px;overflow:hidden;display:block; }
#d1baJnE4zV555h7EHdUfPzuzmOxbp80p { color:#ffffff;display:block;width:166px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:100036;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 20px rgba(0,0,0,0.5);top:403.5px;left:60.5px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBdhktNTl3nMqgvcZByTdphZkavDsa1z { color:#ffffff;display:block;width:166px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 20px rgba(0,0,0,0.5);top:477.5px;left:78px;height:23px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g4Q4ulLgpFtH95pfQbZ13J8V6ZRC6vJI { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:315px;width:409px;top:279px;left:497px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:764px;height:60px;top:130px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:345px;height:529px;top:426px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:281px;height:70px;top:160px;left:483px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:220px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:240px;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #KzUoJoJ0Pd8fHJ639LkQkfc4dCxcWX01 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HXTN3b4DIJSczlpBoqhiyN1C8dCL75kF {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #eT5UrtgPxU54f5v99qFIESfBFxw7I6Xe {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #W3HzBxCP9peo9xs3ADoh2wsDMxQJJ9l0 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lnQ2iI4LMwqIwnoH6rOOSyTdg7xMfa53 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #eLrHpT9MDlVF7VFkvDsPQ9IOgRKXMdX0 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NtfuNgFueTBCk58XstVSfktflaalKnn9 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #R4slkFBugUeduuJd4V8CQemQpkT152Zk {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #B5sRMkSfxcqafL9123JVDmHkDndTdcLw {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #gp3D2htGHiHrpvpm8IPgJhb9a8m3lihd { top:265px;left:0px;width:432px;height:129px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JXrrJsekTak4NOSwac84iuCNZkV5M0Oa { top:219px;left:226px;width:200px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #HbyTDKLsVGe2rWlzd4rcpqTUyr9fMICF { top:368px;left:564px;width:200px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #tiPgNxbdBQ3X5biJ9oNxTf7F2E4KvseX { top:0px;left:165.5px;width:374px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #U7nTyH17MxatB0lcWqynrfAdOk9KJFvs { top:395px;left:0px;width:265px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:200px;height:31px;top:38px;left:271px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #V2wrKyyqSq509WERMVouI4dUQbmcqsBp { width:166px;height:23px;top:401px;left:598px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:764px;height:38px;top:20px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:764px;height:32px;top:91px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VRvZt4CJpFNcpvpQJnb6xMTvsI2o81yo { width:166px;height:23px;top:218px;left:598px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TQ0utnoAq2bzLzZIxaRi9GCIgrPMuHfx { top:204px;left:341.5px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tWQkgMPVTwIqJAsBzVb5i0c34MNJtZ9P { top:141px;left:116.5px;width:441px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #r05aSsd9aUdCy5TLyvgSa87KL1Z4KQue { top:259px;left:471px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qodckbwSgre4ERJoZqFkLnZyPgUTDSGS { top:259px;left:177.5px;width:283px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 { display:block; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKnKV8C2OIU1EGpIFPZPm5f1khK1rtZI { width:302px;height:653px;top:0px;left:460px;display:block; }
 }@media only screen and (max-width: 763px) { #TwFdC2OoPHXVe5XBZDrPqOJ2TwOZZ2ig { width:303px;height:654px;top:0px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #Zcs60k2uwzqgiBUUCQeGaRLsJ2nXOeGs { width:265px;height:476px;top:56px;left:243px;font-size:16px;display:block; }#Zcs60k2uwzqgiBUUCQeGaRLsJ2nXOeGs li:before{  }
 }@media only screen and (max-width: 763px) { #xQBkdNOMMxWeczBhTM7axbKSFn4JfrnO { width:265px;height:32px;top:306px;left:497px;font-size:16px;display:block; }#xQBkdNOMMxWeczBhTM7axbKSFn4JfrnO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bPK2CZPR/check.svg); }
 }@media only screen and (max-width: 763px) { #urC6a9die8zewbfJm0M47xTt5B4pDh28 { width:316px;height:657px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PrOBWkFGrsZGfoGAL5bF19sdbDd8cqmS { width:265px;height:51px;top:231px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ywcsVsrHNePvVlDOd3RDNaSAKXqZ0ZHE { width:265px;height:32px;top:148px;left:243px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OL3TdlEMGQALWLu8yZfW4yoXEUHhUgFW { width:265px;height:24px;top:111px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hEWkrpnkmmaFguOd4nnzuP623HGNCJla { width:301px;height:;top:135px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #DKI91rxsQfKo7E6dJy7ncHyp8m4qlfSM { width:265px;height:24px;top:185px;left:243px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SKQBHvHHHN3ykuaO7y3v6lqfyRfOXo78 { top:179px;left:535px;width:200px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TSgHbx5qo4citU2ZO1qFTawBZCxlRxvp { width:216px;height:55px;top:586px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zGvMiEE9zlVAzZFm9BKNPx4948TktHGT { display:block; }
 }@media only screen and (max-width: 763px) { #dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { width:216px;height:55px;top:586px;left:273px;display:block; }
 }@media only screen and (max-width: 763px) { #T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block; }
 }@media only screen and (max-width: 763px) { #kOkZX1t9nrBBbZzEuWTJ6RlaAFlpSAs4 { width:216px;height:55px;top:577px;left:527px;display:block; }
 }@media only screen and (max-width: 763px) { #lb1A53zUl7LTceagfwieH0gbTkGXnK7D { display:block; }
 }@media only screen and (max-width: 763px) { #VSmEqWJ8f1KaRIW1WgDnfez1taKOaqab { width:276px;height:36px;top:11px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #iCks5pWWTCmBXTgvglQblWyxrpqlGZOR { display:block; }
 }@media only screen and (max-width: 763px) { #SNtp2ZTGLvxTcrTKo4LhH5H1Rfi9Gf0b { top:69px;left:537px;width:195px;height:449px;font-size:18px;display:block; }#SNtp2ZTGLvxTcrTKo4LhH5H1Rfi9Gf0b li:before{  }
 }@media only screen and (max-width: 763px) { #dDeKxFvOUHhXWxf3tiK1wr4UQKP01Lbd { width:276px;height:50px;top:11px;left:486px;display:block; }
 }@media only screen and (max-width: 763px) { #yK4dExpzcaKZsKgf0hVyFzlhc8eAzZ5t { display:block; }
 }@media only screen and (max-width: 763px) { #VfDfgHirNTGfGZb9C6OxoloKM5lRlxCS { top:554px;left:269px;width:239px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LcCP10hdq5smuAWbAXrCOoXRIEBGeQtV { width:276px;height:37px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xsOGvi6mAgOWip4hpQ0tk8OHH8VaXDo1 { display:block; }
 }@media only screen and (max-width: 763px) { #TlBCOaKDqFJFWGGNK2u5ORLDa48orSG5 { top:88px;left:27px;width:200px;height:309px;font-size:19px;display:block; }#TlBCOaKDqFJFWGGNK2u5ORLDa48orSG5 li:before{  }
 }@media only screen and (max-width: 763px) { #wx5TPOXBGtTJ0GTxvLOCqwFSCt7n8ahR { width:316px;height:444px;top:706px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qJxUXzs7CiCtGyCaDl1RX6Ud2TQfVbzm { width:260px;height:39px;top:741px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CbQrUlQfA41m2GQeINcyEqrctUkRV1Fs { display:block; }
 }@media only screen and (max-width: 763px) { #BrwJznid4KsmODlWF0f5iF0oeiSJIXbA { width:216px;height:55px;top:1080px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CJ4M7vrT4ln0OwywyU1ZbtB4dzO17koX { display:block; }
 }@media only screen and (max-width: 763px) { #CfLTbTtUAgbwaxTP7O3DTZoUyVnZmiLO { top:814px;left:5px;width:249px;height:227px;font-size:19px;display:block; }#CfLTbTtUAgbwaxTP7O3DTZoUyVnZmiLO li:before{  }
 }@media only screen and (max-width: 763px) { #zgdoyn3uUhsxHiqlC8Jlb6ioPI9vASBr { width:316px;height:444px;top:706px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #XEOyk8CWnazfLGPWks1n3olxzH6Zd74B { width:216px;height:55px;top:1080px;left:273px;display:block; }
 }@media only screen and (max-width: 763px) { #KSvbIektXTPmxe9c8wCymGVAZoINDu4I { display:block; }
 }@media only screen and (max-width: 763px) { #ay8bWoUVomiXyn9iuhXRlqbtuW3ANRDB { width:260px;height:39px;top:741px;left:248px;display:block; }
 }@media only screen and (max-width: 763px) { #GKhv890BSKvL6IT987NXmTabWo5s1cmT { display:block; }
 }@media only screen and (max-width: 763px) { #PXT4U0BwbXiILcrl7cmCuCtKfvoRzKDh { top:814px;left:281px;width:200px;height:191px;font-size:18px;display:block; }#PXT4U0BwbXiILcrl7cmCuCtKfvoRzKDh li:before{  }
 }@media only screen and (max-width: 763px) { #ZUInDf1Waeam8rLECc7PB9B411XV2bSx { top:1050px;left:272.5px;width:226px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:764px;height:38px;top:29px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { width:764px;height:64px;top:103px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:186px;height:28px;top:376px;left:310px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NJXskvlH10IaPmqDmVFm68B3TUpz7Erq { width:38px;height:38px;top:398px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FEezMiqQbueiqC5ta3DvFslNIKfMueXa { width:38px;height:38px;top:470px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d1baJnE4zV555h7EHdUfPzuzmOxbp80p { width:166px;height:23px;top:403px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #mBdhktNTl3nMqgvcZByTdphZkavDsa1z { width:166px;height:23px;top:477px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #g4Q4ulLgpFtH95pfQbZ13J8V6ZRC6vJI { top:279px;left:355px;width:409px;height:315px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/k07WL2Tq/bg_mobile.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,11,38,0.3); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:320px;height:1901px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:285px;height:72px;top:0px;left:35px;font-size:30px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:296px;height:297px;top:553.5px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:300px;height:31px;top:655.5px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#000000;width:240px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:45px;color:#161616;font-family:quicksand;font-size:14px;overflow:hidden;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0002a8, #000000);background-image: -moz-linear-gradient(180deg, #0002a8, #000000);background-image: -ms-linear-gradient(180deg, #0002a8, #000000);background-image: -o-linear-gradient(180deg, #0002a8, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0002a8', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0002a8, #000000);background-size:initial auto;border-top:0;border-right:0;border-bottom:5px solid #000164;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:240px;height:65px;font-family:montserrat;overflow:hidden;box-shadow: 1px 1px 30px rgba(0,2,168,0.5) ; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:220px;overflow:hidden;font-style:normal; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:quicksand;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20px;top:50px;z-index:100001; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:240px;display:block;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:12px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20px;top:50px;z-index:100001; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #KzUoJoJ0Pd8fHJ639LkQkfc4dCxcWX01 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HXTN3b4DIJSczlpBoqhiyN1C8dCL75kF {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #eT5UrtgPxU54f5v99qFIESfBFxw7I6Xe {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #W3HzBxCP9peo9xs3ADoh2wsDMxQJJ9l0 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lnQ2iI4LMwqIwnoH6rOOSyTdg7xMfa53 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #eLrHpT9MDlVF7VFkvDsPQ9IOgRKXMdX0 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #NtfuNgFueTBCk58XstVSfktflaalKnn9 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #R4slkFBugUeduuJd4V8CQemQpkT152Zk {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #B5sRMkSfxcqafL9123JVDmHkDndTdcLw {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #gp3D2htGHiHrpvpm8IPgJhb9a8m3lihd { width:320px;height:182px;top:1058.5px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JXrrJsekTak4NOSwac84iuCNZkV5M0Oa { width:200px;height:33px;top:1005.5px;left:60px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #HbyTDKLsVGe2rWlzd4rcpqTUyr9fMICF { width:200px;height:35px;top:1260.5px;left:60px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #tiPgNxbdBQ3X5biJ9oNxTf7F2E4KvseX { width:320px;height:111.22994652406px;top:1315.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U7nTyH17MxatB0lcWqynrfAdOk9KJFvs { width:265px;height:0;top:1446.7299465241px;left:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:320px;height:1363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:200px;height:31px;top:271px;left:60px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2wrKyyqSq509WERMVouI4dUQbmcqsBp { width:166px;height:31px;top:537.984375px;left:77px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcNbMdzh29pgTKq760QQZXW1M0GVbXoA { width:320px;height:30px;top:688px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #C5nx2CQJzCec8T1p5yHRMeGy9zgz1I8K { width:300px;height:28px;top:732px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VRvZt4CJpFNcpvpQJnb6xMTvsI2o81yo { width:166px;height:31px;top:900px;left:77px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ0utnoAq2bzLzZIxaRi9GCIgrPMuHfx { width:200px;height:0;top:880px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tWQkgMPVTwIqJAsBzVb5i0c34MNJtZ9P { width:320px;height:80px;top:780px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #r05aSsd9aUdCy5TLyvgSa87KL1Z4KQue { width:200px;height:0;top:991px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qodckbwSgre4ERJoZqFkLnZyPgUTDSGS { width:283px;height:0;top:951px;left:18px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 { background-color:#fafafa;background-image:none;display:block; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container { background-color: transparent; background-image: none; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container > .video-iframe-container { display: none; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row > .video-iframe-container { display: none; }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .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); }#UPT9xtao9ocuT1yzLO59zXuLTxBJaQd9 > .row .container { width:320px;height:3997px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKnKV8C2OIU1EGpIFPZPm5f1khK1rtZI { width:316px;height:484px;top:1178px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #TwFdC2OoPHXVe5XBZDrPqOJ2TwOZZ2ig { width:316px;height:607px;top:565px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #Zcs60k2uwzqgiBUUCQeGaRLsJ2nXOeGs { width:265px;height:424px;top:641.5px;left:27.5px;text-align:left;text-align-last:left;font-size:16px;display:block; }#Zcs60k2uwzqgiBUUCQeGaRLsJ2nXOeGs li:before{  }
 }@media only screen and (max-width: 763px) { #xQBkdNOMMxWeczBhTM7axbKSFn4JfrnO { width:265px;height:28px;top:1398px;left:30px;text-align:left;text-align-last:left;font-size:16px;display:block; }#xQBkdNOMMxWeczBhTM7axbKSFn4JfrnO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/bPK2CZPR/check.svg); }
 }@media only screen and (max-width: 763px) { #urC6a9die8zewbfJm0M47xTt5B4pDh28 { width:316px;height:484px;top:46px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #PrOBWkFGrsZGfoGAL5bF19sdbDd8cqmS { width:264px;height:24px;top:179px;left:27.5px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ywcsVsrHNePvVlDOd3RDNaSAKXqZ0ZHE { width:265px;height:28px;top:699px;left:28px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OL3TdlEMGQALWLu8yZfW4yoXEUHhUgFW { width:265px;height:20px;top:141px;left:27.5px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hEWkrpnkmmaFguOd4nnzuP623HGNCJla { width:265px;height:46px;top:81px;left:27.5px;text-align:center;text-align-last:center;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #DKI91rxsQfKo7E6dJy7ncHyp8m4qlfSM { width:265px;height:20px;top:655px;left:28px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SKQBHvHHHN3ykuaO7y3v6lqfyRfOXo78 { width:200px;height:0;top:2027px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TSgHbx5qo4citU2ZO1qFTawBZCxlRxvp { width:216px;height:55px;top:1555px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zGvMiEE9zlVAzZFm9BKNPx4948TktHGT { display:block; }
 }@media only screen and (max-width: 763px) { #dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { width:216px;height:55px;top:1034px;left:53px;font-size:16px;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block; }
 }@media only screen and (max-width: 763px) { #kOkZX1t9nrBBbZzEuWTJ6RlaAFlpSAs4 { width:216px;height:55px;top:437px;left:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lb1A53zUl7LTceagfwieH0gbTkGXnK7D { display:block; }
 }@media only screen and (max-width: 763px) { #VSmEqWJ8f1KaRIW1WgDnfez1taKOaqab { width:276px;height:36px;top:2897px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #iCks5pWWTCmBXTgvglQblWyxrpqlGZOR { display:block; }
 }@media only screen and (max-width: 763px) { #SNtp2ZTGLvxTcrTKo4LhH5H1Rfi9Gf0b { width:195px;height:0;top:3527px;left:62px;font-size:18px;display:block; }#SNtp2ZTGLvxTcrTKo4LhH5H1Rfi9Gf0b li:before{  }
 }@media only screen and (max-width: 763px) { #dDeKxFvOUHhXWxf3tiK1wr4UQKP01Lbd { width:276px;height:50px;top:3457px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #yK4dExpzcaKZsKgf0hVyFzlhc8eAzZ5t { display:block; }
 }@media only screen and (max-width: 763px) { #VfDfgHirNTGfGZb9C6OxoloKM5lRlxCS { width:239px;height:0;top:2953px;left:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LcCP10hdq5smuAWbAXrCOoXRIEBGeQtV { width:276px;height:37px;top:2047px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #xsOGvi6mAgOWip4hpQ0tk8OHH8VaXDo1 { display:block; }
 }@media only screen and (max-width: 763px) { #TlBCOaKDqFJFWGGNK2u5ORLDa48orSG5 { width:200px;height:0;top:2104px;left:60px;font-size:19px;display:block; }#TlBCOaKDqFJFWGGNK2u5ORLDa48orSG5 li:before{  }
 }@media only screen and (max-width: 763px) { #wx5TPOXBGtTJ0GTxvLOCqwFSCt7n8ahR { width:316px;height:444px;top:2433px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #qJxUXzs7CiCtGyCaDl1RX6Ud2TQfVbzm { width:260px;height:39px;top:2467.015625px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CbQrUlQfA41m2GQeINcyEqrctUkRV1Fs { display:block; }
 }@media only screen and (max-width: 763px) { #BrwJznid4KsmODlWF0f5iF0oeiSJIXbA { width:216px;height:55px;top:2806.015625px;left:29.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CJ4M7vrT4ln0OwywyU1ZbtB4dzO17koX { display:block; }
 }@media only screen and (max-width: 763px) { #CfLTbTtUAgbwaxTP7O3DTZoUyVnZmiLO { width:249px;height:0;top:2541px;left:40.5px;font-size:19px;display:block; }#CfLTbTtUAgbwaxTP7O3DTZoUyVnZmiLO li:before{  }
 }@media only screen and (max-width: 763px) { #zgdoyn3uUhsxHiqlC8Jlb6ioPI9vASBr { width:316px;height:444px;top:2993px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #XEOyk8CWnazfLGPWks1n3olxzH6Zd74B { width:216px;height:55px;top:3366.015625px;left:49px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KSvbIektXTPmxe9c8wCymGVAZoINDu4I { display:block; }
 }@media only screen and (max-width: 763px) { #ay8bWoUVomiXyn9iuhXRlqbtuW3ANRDB { width:260px;height:39px;top:3027.015625px;left:31.5px;display:block; }
 }@media only screen and (max-width: 763px) { #GKhv890BSKvL6IT987NXmTabWo5s1cmT { display:block; }
 }@media only screen and (max-width: 763px) { #PXT4U0BwbXiILcrl7cmCuCtKfvoRzKDh { width:200px;height:0;top:3101px;left:57px;font-size:18px;display:block; }#PXT4U0BwbXiILcrl7cmCuCtKfvoRzKDh li:before{  }
 }@media only screen and (max-width: 763px) { #ZUInDf1Waeam8rLECc7PB9B411XV2bSx { width:226px;height:0;top:3336.890625px;left:48.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:320px;height:1835px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:320px;height:30px;top:50px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #KWTUknxdNK6gcpDw5CTIfoa1GtpQu2um { width:306px;height:140px;top:114px;left:7px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:248px;height:25px;top:516px;left:36px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NJXskvlH10IaPmqDmVFm68B3TUpz7Erq { width:38px;height:38px;top:1109px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #FEezMiqQbueiqC5ta3DvFslNIKfMueXa { width:38px;height:38px;top:1218px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #d1baJnE4zV555h7EHdUfPzuzmOxbp80p { width:166px;height:31px;top:1167px;left:77px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBdhktNTl3nMqgvcZByTdphZkavDsa1z { width:166px;height:31px;top:1276px;left:77px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4Q4ulLgpFtH95pfQbZ13J8V6ZRC6vJI { width:320px;height:246.45476772616px;top:1327px;left:0px;display:block; }
 }