.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:#063568;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); }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .row .container { background-color: transparent; background-image: none; }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .row .container > .video-iframe-container { display: none; }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .row > .video-iframe-container { display: none; }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .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); }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .row .container { border-width: 0; border-radius: 0; }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#FuArszWpJbLBxrccsJDDxpoioepV19t4 { color:#ffffff;display:block;width:72.375rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.25rem;left:2.5625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rf9cf038a330313feb7e9e47d2245941730fed0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#rf9cf038a330313feb7e9e47d2245941730fed0c > .row .container { background-color: transparent; background-image: none; }#rf9cf038a330313feb7e9e47d2245941730fed0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf9cf038a330313feb7e9e47d2245941730fed0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf9cf038a330313feb7e9e47d2245941730fed0c > .row .container > .video-iframe-container { display: none; }#rf9cf038a330313feb7e9e47d2245941730fed0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rf9cf038a330313feb7e9e47d2245941730fed0c > .row > .video-iframe-container { display: none; }#rf9cf038a330313feb7e9e47d2245941730fed0c > .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); }#rf9cf038a330313feb7e9e47d2245941730fed0c > .row .container { border-width: 0; border-radius: 0; }#rf9cf038a330313feb7e9e47d2245941730fed0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rf9cf038a330313feb7e9e47d2245941730fed0c > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#q70165ba7546c7b7da3e42fb66122fa9ab9d7aeb { position:absolute;display:block;z-index:15004;height:3.125rem;width:42.1875rem;top:0.5rem;left:2.5625rem;display:block; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.5rem;height:;font-style:normal;display:block; }
#cdOkEX37ve0OVVNupQoiEX2AEamrefeE { background-color:#00c595;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:13.4375rem;left:2.5rem;display:block; }
#ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:6.375rem;top:13.125rem;left:40.8125rem;overflow:hidden;display:block; }
#tlyRpAuCZzOKIHa66bz9Xf2HU5OxFJdD { position:absolute;display:block;z-index:15002;background-color:#00c595;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:1.1875rem;top:15.125rem;left:66.375rem;display:block; }
#F1mNlAuM1K9u6hSNGbF1Qv6USdbrtd87 { position:absolute;display:block;z-index:15001;background-color:#00a07b;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:1.1875rem;top:18.125rem;left:66.375rem;display:block; }
#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e22e2940-7637-454f-a507-04e0357ac5cf/Asma_Faizy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.75rem;width:20.75rem;top:0.875rem;left:45.5625rem;display:block; }#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA.adaptive-delivery-prevent-bg, #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA.lazyload, #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA.lazyloading { background-image: none; }
#g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:2.9375rem;top:0.875rem;left:68.3125rem;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS { 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; }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .row .container { background-color: transparent; background-image: none; }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .row .container > .video-iframe-container { display: none; }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .row > .video-iframe-container { display: none; }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .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); }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .row .container { border-width: 0; border-radius: 0; }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#thNwkvZMRwTUp7Dbx1bWVMSPZTEgJdyW { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:33.25rem;top:2.875rem;left:4.3125rem;overflow:hidden;display:block; }
#XDRM67IJRmNWzGr6OebXxTMold4x1K7b { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:8.9375rem;top:2.875rem;left:4.3125rem;overflow:hidden;display:block; }
#QHSznQWF0x9Fl6XFsXRum2mhCOvPqWbe { 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;box-shadow: none;height:5.1875rem;width:6.3125rem;top:6.875rem;left:7.8125rem;overflow:hidden;display:block; }
#AT6sHlUEU8LbJzHNmU4dwOERtfxkCTlS { color:#094583;display:block;width:27.8125rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:42.3125rem;height:17.0573rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QRlXn4ALwcLUte8cSeJf8G7SEz8FxA61 { background-color:#00c595;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.9375rem;left:57.6875rem;display:block; }
#AztBVTZiuRlooyRWbasVVHG10EUsOEQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHh10TQMEwx7Uqe6BLqcT8kaxgAqAZeD { position:absolute;display:block;z-index:14996;height:2.125rem;width:3.8125rem;top:5.75rem;left:12.5625rem;display:block; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 { position:relative;display:block; }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 { background-color: transparent; background-image: none; }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 > .row .container > .video-iframe-container { display: none; }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 > .row > .video-iframe-container { display: none; }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 > .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); }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 { border-width: 0; border-radius: 0; }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e8e523749a678a09902bc1ee4477202920c911ce { color:#ffffff;display:block;width:75rem;position:absolute;font-family:georgia;font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vc7b719f54479334f59982c0978cc479f4bf2781 { position:relative;display:block; }#vc7b719f54479334f59982c0978cc479f4bf2781 { background-color: transparent; background-image: none; }#vc7b719f54479334f59982c0978cc479f4bf2781::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc7b719f54479334f59982c0978cc479f4bf2781 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc7b719f54479334f59982c0978cc479f4bf2781 > .row .container > .video-iframe-container { display: none; }#vc7b719f54479334f59982c0978cc479f4bf2781 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vc7b719f54479334f59982c0978cc479f4bf2781 > .row > .video-iframe-container { display: none; }#vc7b719f54479334f59982c0978cc479f4bf2781 > .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); }#vc7b719f54479334f59982c0978cc479f4bf2781 { border-width: 0; border-radius: 0; }#vc7b719f54479334f59982c0978cc479f4bf2781 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vc7b719f54479334f59982c0978cc479f4bf2781 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tc9bd9929ab00707835e1efb777c4b9ff99b636c { position:absolute;display:block;z-index:15000;background-color:#063568;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.625rem;width:13.375rem;top:4.09375rem;left:40rem;display:block; }
#b28727a01cb024ae0bfb73300a6d2dd0be28b3e2 { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.625rem;width:13.375rem;top:4.09375rem;left:21.25rem;display:block; }
#a94ad71b42f2d934eb5afba2a69bc26dabe57c3d { position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.625rem;width:13.375rem;top:4.09375rem;left:58.75rem;display:block; }
#e296fcb1559694836c368e0e621da4b034814ccd { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:41.4375rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#m44a9720f22d575e3744f8ea661f844c4c649bd6 { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9375rem;left:7.25rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fd5c0bb8cecca17d81e15d2cac3f48aec9a60167 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.625rem;left:22.6875rem;height:5.3625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#D6d44e17c577b398f6fb07a4c8e4162800d25f51 { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:26rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dd57faffb8efdb3c0279fadaaed3a349a74fd9e5 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625rem;left:60.1875rem;height:5.3625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ua3558ea4bbd9fd79c105261d2fdf9b953555a79 { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.9375rem;left:63.4375rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oc775cf293194a885a2c924598ee9c779d7313dd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:6.375rem;top:17.375rem;left:22.6875rem;overflow:hidden;display:block; }
#y3df247a5022f073b7a312d8c31be4b1304d5d63 { 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;box-shadow: none;height:4.5rem;width:3.25rem;top:0.8125rem;left:68.5rem;overflow:hidden;display:block; }
#cd50e40846f065e61b42fde26c82edd7c6fc49b9 { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.125rem;left:40.6875rem; }
#cb6e3e2131ddb34b5566365dcbfa144691993b94 { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.0498046875rem;left:22rem; }
#e6637738fb030e2833588a3b789394ed26dea493 { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.625rem;left:59.6875rem; }
#dbb5b0cdba3c4d2d8ee03a20b79b2e51df900beb { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.625rem;width:13.375rem;top:4.09375rem;left:2.5rem;display:block; }
#te92f4774ce3da309efff101e68d88f1d0cb44fb { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.875rem;height:5.3625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#I486a31d2200e84aed16368cb3a5b02c298f2564 { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.5rem;left:3.6875rem; }
#B9a8c5a9ce912c51d1951653a431543d63cbb89e { color:#00c595;display:block;width:6.875rem;position:absolute;font-family:georgia;font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.875rem;left:44.75rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.adaptive-delivery-prevent-bg, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyload, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyloading { background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { background-color: transparent; background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .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); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { border-width: 0; border-radius: 0; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 { 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; }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .row .container { background-color: transparent; background-image: none; }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .row .container > .video-iframe-container { display: none; }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .row > .video-iframe-container { display: none; }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .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); }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .row .container { border-width: 0; border-radius: 0; }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#ge50e916da1fd39d02fef74a598e6dc65f758548 { color:#094583;display:block;width:37.5rem;position:absolute;font-family:georgia;font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.60546875rem;left:18.75rem;height:6.6614375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ { 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; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row .container { background-color: transparent; background-image: none; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row .container > .video-iframe-container { display: none; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row > .video-iframe-container { display: none; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .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); }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row .container { border-width: 0; border-radius: 0; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-form-header {  }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-regular-label { display:block;width:22.8125rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:3.125rem;width:22.8125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;height:2.9375rem;width:22.8125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:22.8125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#f2f9ff;background-image:none;overflow:hidden; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:12.5rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:georgia;font-weight:700;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#00c595;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:"open sans";color:#282828; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:"open sans";color:#282828; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:"open sans";color:#282828; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:"open sans";color:#282828; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:58.625rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:10.71875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-container:first-of-type{padding-top:0;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-container:last-of-type{padding-bottom:0;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#063568;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:60rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:6.25rem;top:1.0625rem;z-index:15006;position:absolute; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .radio-container { width:23.4375rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#063568;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:60rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:6.25rem;top:1.0625rem;z-index:15006;position:absolute; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #algKMOlT0vkXPgwfKqM2Vxz6UFz3JoCI { position:relative; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #NDAckHnWrXr717ObpNhWThZgWQ87rDA1 { position:relative;display:block; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #q0XW9NLMeK3Hwc1PGl9db0NiFH8EyXiC { position:relative; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #acDLNSTq9DVVPSe1ieGNbVSOB4C8SyhQ { position:relative; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #peN3SxnA9yOCRNblV5JIV0fT1zcaRnU6 { position:relative;display:block; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #mMTQepT9lwToU6X8zXL3O6N9FciLT7DS { position:relative; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #TFJWch1mVnGZuGDsWG8PQDsiJAH6W9cD { position:relative; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #RkCGKTDwBHU7F50EhGdHi0OO0rPT8QLs { position:relative; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #vTBpRJeQLfB5WAFZJXVMlZKlFQ6rWQ63 { position:relative; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #GwNkEtS0TAda0VP4qHmI4E9zFSEDhrIy { position:relative;z-index:2; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #kreIo78l7ulhIUAUXd29LI2brAvntgmt { position:relative; }
#xvs2olq0Df7HnGdT92L0td2D03BDeTrf { position:relative;display:block; }
#JDvBTeJ1Z2CK51l2DIt9nPrcKp8AO9w1 { position:relative;display:block; }
#XGaHBHwvyCA60sGPXHa9sHo6m1x8Gdoc { position:relative;display:block; }
#qDtzNZuB1oGND1lVI8JwT361XKuSnvoC { position:relative;display:block; }
#WuHn6zSlRzy5Dai7WGcm4aUTsAczT5vX { position:relative;display:block; }
#EseTT2lBuv4hMFBSIcbSJRh3AK0NzaiC { position:relative;display:block; }
#FwxOyJa2xSclD6nGADKhm3grCwCSZAJ7 { position:relative;display:block; }
#n3cUep9pvdBDkn39gTkolWQimOzQvTtq { position:relative;display:block; }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq { background-color: transparent; background-image: none; }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq > .row .container > .video-iframe-container { display: none; }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq > .row > .video-iframe-container { display: none; }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq > .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); }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq { border-width: 0; border-radius: 0; }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EawhXszaqX7duu4NIAb4RWlmdN0p2mcF { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.2743rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ty2KS4wDch0OFRz6iAXnlzVCxaKx3f8W { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.75rem;left:10.5625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKx1H4DaGJc9bI6IdNliU9KtPI00BUQZ { z-index:15028;top:3.8125rem;left:37.5rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R0F7xOLqrzuZxMLSZfp8MKd8K01Iy3rs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QC0BVrh16TqApnW6naUcSKnn6xxHGcob { display:block; }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuArszWpJbLBxrccsJDDxpoioepV19t4 { top:4.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf9cf038a330313feb7e9e47d2245941730fed0c { display:block; }#rf9cf038a330313feb7e9e47d2245941730fed0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q70165ba7546c7b7da3e42fb66122fa9ab9d7aeb { top:0.5rem;left:0rem;width:42.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { top:6.5625rem;left:0rem;width:29.1875rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:12.5rem;height:3.125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block; }
 }@media only screen and (max-width: 763px) { #uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { top:13.125rem;left:23.875rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlyRpAuCZzOKIHa66bz9Xf2HU5OxFJdD { top:15.125rem;left:45.9375rem;width:1.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1mNlAuM1K9u6hSNGbF1Qv6USdbrtd87 { top:18.125rem;left:45.9375rem;width:1.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { top:0.875rem;left:25.125rem;width:20.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { top:0.875rem;left:44.8125rem;width:2.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS { display:block; }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thNwkvZMRwTUp7Dbx1bWVMSPZTEgJdyW { top:2.875rem;left:0rem;width:33.25rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDRM67IJRmNWzGr6OebXxTMold4x1K7b { top:2.875rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHSznQWF0x9Fl6XFsXRum2mhCOvPqWbe { top:6.875rem;left:1rem;width:6.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6sHlUEU8LbJzHNmU4dwOERtfxkCTlS { top:2.8125rem;left:19.9375rem;width:27.8125rem;height:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRlXn4ALwcLUte8cSeJf8G7SEz8FxA61 { width:12.5rem;height:3.125rem;top:21.9375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AztBVTZiuRlooyRWbasVVHG10EUsOEQK { display:block; }
 }@media only screen and (max-width: 763px) { #fHh10TQMEwx7Uqe6BLqcT8kaxgAqAZeD { top:5.75rem;left:5.75rem;width:3.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T29fd0c36d527ec7e62f06885ddb1f7887426fb5 { display:block; }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8e523749a678a09902bc1ee4477202920c911ce { top:3.3125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc7b719f54479334f59982c0978cc479f4bf2781 { display:block; }#vc7b719f54479334f59982c0978cc479f4bf2781 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc9bd9929ab00707835e1efb777c4b9ff99b636c { top:4.0625rem;left:22.0625rem;width:13.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b28727a01cb024ae0bfb73300a6d2dd0be28b3e2 { top:4.0625rem;left:10.125rem;width:13.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a94ad71b42f2d934eb5afba2a69bc26dabe57c3d { top:4.0625rem;left:34rem;width:13.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e296fcb1559694836c368e0e621da4b034814ccd { top:10.625rem;left:24.40625rem;width:10.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m44a9720f22d575e3744f8ea661f844c4c649bd6 { top:6.9375rem;left:3.84375rem;width:6.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd5c0bb8cecca17d81e15d2cac3f48aec9a60167 { top:10.625rem;left:12.46875rem;width:10.9375rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6d44e17c577b398f6fb07a4c8e4162800d25f51 { top:6.9375rem;left:15.78125rem;width:6.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd57faffb8efdb3c0279fadaaed3a349a74fd9e5 { top:10.625rem;left:36.34375rem;width:10.9375rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua3558ea4bbd9fd79c105261d2fdf9b953555a79 { top:6.9375rem;left:39.59375rem;width:6.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc775cf293194a885a2c924598ee9c779d7313dd { top:17.375rem;left:12.46875rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3df247a5022f073b7a312d8c31be4b1304d5d63 { top:0.8125rem;left:44.5rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd50e40846f065e61b42fde26c82edd7c6fc49b9 { top:5.125rem;left:23.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb6e3e2131ddb34b5566365dcbfa144691993b94 { top:5rem;left:11.9375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6637738fb030e2833588a3b789394ed26dea493 { top:5.625rem;left:35.84375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbb5b0cdba3c4d2d8ee03a20b79b2e51df900beb { top:4.0625rem;left:0rem;width:13.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #te92f4774ce3da309efff101e68d88f1d0cb44fb { top:10.625rem;left:0.46875rem;width:10.9375rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I486a31d2200e84aed16368cb3a5b02c298f2564 { top:5.5rem;left:0.28125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9a8c5a9ce912c51d1951653a431543d63cbb89e { top:6.875rem;left:27.71875rem;width:6.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 { display:block; }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ge50e916da1fd39d02fef74a598e6dc65f758548 { top:2.5625rem;left:5.125rem;width:37.5rem;height:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ { display:block; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-regular-label { width:14.3125rem;height:auto;display:block; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-text { width:14.3125rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-textarea { width:14.3125rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-select { width:14.3125rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-checkbox-label { width:41.625rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-radio-label { width:6.46875rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9  { width:43rem;height:auto;top:34.25rem;left:2.25rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .radio-container { width:14.9375rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 {display:inline-block;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 { width:43rem;height:auto;top:34.25rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #algKMOlT0vkXPgwfKqM2Vxz6UFz3JoCI {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #NDAckHnWrXr717ObpNhWThZgWQ87rDA1 { display:block; }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #q0XW9NLMeK3Hwc1PGl9db0NiFH8EyXiC {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #acDLNSTq9DVVPSe1ieGNbVSOB4C8SyhQ {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #peN3SxnA9yOCRNblV5JIV0fT1zcaRnU6 { display:block; }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #mMTQepT9lwToU6X8zXL3O6N9FciLT7DS {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #TFJWch1mVnGZuGDsWG8PQDsiJAH6W9cD {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #RkCGKTDwBHU7F50EhGdHi0OO0rPT8QLs {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #vTBpRJeQLfB5WAFZJXVMlZKlFQ6rWQ63 {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #GwNkEtS0TAda0VP4qHmI4E9zFSEDhrIy {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #kreIo78l7ulhIUAUXd29LI2brAvntgmt {  }
 }@media only screen and (max-width: 763px) { #xvs2olq0Df7HnGdT92L0td2D03BDeTrf { display:block; }
 }@media only screen and (max-width: 763px) { #JDvBTeJ1Z2CK51l2DIt9nPrcKp8AO9w1 { display:block; }
 }@media only screen and (max-width: 763px) { #XGaHBHwvyCA60sGPXHa9sHo6m1x8Gdoc { display:block; }
 }@media only screen and (max-width: 763px) { #qDtzNZuB1oGND1lVI8JwT361XKuSnvoC { display:block; }
 }@media only screen and (max-width: 763px) { #WuHn6zSlRzy5Dai7WGcm4aUTsAczT5vX { display:block; }
 }@media only screen and (max-width: 763px) { #EseTT2lBuv4hMFBSIcbSJRh3AK0NzaiC { display:block; }
 }@media only screen and (max-width: 763px) { #FwxOyJa2xSclD6nGADKhm3grCwCSZAJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #n3cUep9pvdBDkn39gTkolWQimOzQvTtq { display:block; }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EawhXszaqX7duu4NIAb4RWlmdN0p2mcF { top:2.5rem;left:0rem;width:37.5rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty2KS4wDch0OFRz6iAXnlzVCxaKx3f8W { top:4.75rem;left:3.75rem;width:16.4375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKx1H4DaGJc9bI6IdNliU9KtPI00BUQZ { top:3.8125rem;left:10.25rem;width:37.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0F7xOLqrzuZxMLSZfp8MKd8K01Iy3rs { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QC0BVrh16TqApnW6naUcSKnn6xxHGcob { display:block; }#QC0BVrh16TqApnW6naUcSKnn6xxHGcob > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuArszWpJbLBxrccsJDDxpoioepV19t4 { width:20rem;height:1.75rem;top:4.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf9cf038a330313feb7e9e47d2245941730fed0c { display:block; }#rf9cf038a330313feb7e9e47d2245941730fed0c > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q70165ba7546c7b7da3e42fb66122fa9ab9d7aeb { width:20rem;height:2.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { width:20rem;height:5.84765625rem;top:2.5rem;left:0.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:12.5rem;height:2.8125rem;top:10.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block; }
 }@media only screen and (max-width: 763px) { #uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { width:4.1875rem;height:3.3125rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlyRpAuCZzOKIHa66bz9Xf2HU5OxFJdD { width:1.1875rem;height:2.1875rem;top:28.53125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1mNlAuM1K9u6hSNGbF1Qv6USdbrtd87 { width:1.1875rem;height:2.1875rem;top:30.59375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { width:15.625rem;height:15.625rem;top:17.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { width:2.9375rem;height:5.9375rem;top:15.4375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS { display:block; }#aOWTyHTPZRvtEWKntnyk9nKoq7AepNoS > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thNwkvZMRwTUp7Dbx1bWVMSPZTEgJdyW { width:18.75rem;height:12.4375rem;top:21.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDRM67IJRmNWzGr6OebXxTMold4x1K7b { width:5.6875rem;height:5.6875rem;top:20.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHSznQWF0x9Fl6XFsXRum2mhCOvPqWbe { width:5.1875rem;height:4.25rem;top:22.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6sHlUEU8LbJzHNmU4dwOERtfxkCTlS { width:20rem;height:14.29785625rem;top:0rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QRlXn4ALwcLUte8cSeJf8G7SEz8FxA61 { width:12.5rem;height:2.8125rem;top:16.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AztBVTZiuRlooyRWbasVVHG10EUsOEQK { display:block; }
 }@media only screen and (max-width: 763px) { #fHh10TQMEwx7Uqe6BLqcT8kaxgAqAZeD { width:2.1875rem;height:1.1875rem;top:24.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T29fd0c36d527ec7e62f06885ddb1f7887426fb5 { display:block; }#T29fd0c36d527ec7e62f06885ddb1f7887426fb5 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8e523749a678a09902bc1ee4477202920c911ce { width:20rem;height:2.1933625rem;top:2.24609375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc7b719f54479334f59982c0978cc479f4bf2781 { display:block; }#vc7b719f54479334f59982c0978cc479f4bf2781 > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tc9bd9929ab00707835e1efb777c4b9ff99b636c { width:18.75rem;height:6.875rem;top:2.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b28727a01cb024ae0bfb73300a6d2dd0be28b3e2 { width:18.75rem;height:6.875rem;top:12.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a94ad71b42f2d934eb5afba2a69bc26dabe57c3d { width:18.75rem;height:6.875rem;top:31.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e296fcb1559694836c368e0e621da4b034814ccd { width:12.25rem;height:2.923825rem;top:4.95703125rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m44a9720f22d575e3744f8ea661f844c4c649bd6 { width:1.5625rem;height:1.94921875rem;top:3.0625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd5c0bb8cecca17d81e15d2cac3f48aec9a60167 { width:12.25rem;height:4.38574375rem;top:13.873046875rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6d44e17c577b398f6fb07a4c8e4162800d25f51 { width:1.5625rem;height:1.94921875rem;top:12.73828125rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd57faffb8efdb3c0279fadaaed3a349a74fd9e5 { width:11.6875rem;height:2.923825rem;top:34.099609375rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua3558ea4bbd9fd79c105261d2fdf9b953555a79 { width:1.5625rem;height:1.94921875rem;top:32.14453125rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc775cf293194a885a2c924598ee9c779d7313dd { width:4.1875rem;height:3.3125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3df247a5022f073b7a312d8c31be4b1304d5d63 { width:3.25rem;height:4.5rem;top:37.10546875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd50e40846f065e61b42fde26c82edd7c6fc49b9 { display:flex;width:2.9375rem;height:2.9375rem;top:5.03125rem;left:1.84375rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #cb6e3e2131ddb34b5566365dcbfa144691993b94 { display:flex;width:2.8125rem;height:2.8125rem;top:14.78125rem;left:1.90625rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #e6637738fb030e2833588a3b789394ed26dea493 { display:flex;width:2.4375rem;height:2.4375rem;top:34.34375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #dbb5b0cdba3c4d2d8ee03a20b79b2e51df900beb { width:18.75rem;height:6.875rem;top:22.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #te92f4774ce3da309efff101e68d88f1d0cb44fb { width:12.25rem;height:2.923825rem;top:24.39453125rem;left:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I486a31d2200e84aed16368cb3a5b02c298f2564 { display:flex;width:2.6875rem;height:2.6875rem;top:24.59375rem;left:1.96875rem; }
 }@media only screen and (max-width: 763px) { #B9a8c5a9ce912c51d1951653a431543d63cbb89e { width:1.5625rem;height:1.94921875rem;top:22.5078125rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 { display:block; }#Qd25a0962367d7e5e9c30f8c124d78bbdc16d6b5 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ge50e916da1fd39d02fef74a598e6dc65f758548 { width:20rem;height:3.8984375rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ { background-color:#063568;background-image:none;display:block; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row .container { background-color: transparent; background-image: none; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row .container > .video-iframe-container { display: none; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row > .video-iframe-container { display: none; }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .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); }#m3RFGTXku5Rq85L7yBE5CbNpwkzMhQvZ > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-regular-label { width:16.875rem;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-text { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;height:2.5rem;font-size:0.9375rem;overflow:hidden; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-textarea { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.9375rem;overflow:hidden; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-select { width:16.875rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-input-button { width:16.875rem;height:3.125rem;line-height:1;font-size:1.125rem;overflow:hidden; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-checkbox-label { width:16.125rem;color:#ffffff;font-size:0.5625rem;overflow:hidden;height:auto;line-height:1.1; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-radio-label { width:7.75rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-container:first-of-type{padding-top:0;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .widget-container:last-of-type{padding-bottom:0;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9  { width:17.5rem;height:auto;top:1.380859375rem;left:0rem;z-index:15005;background-color:#063568;background-image:none; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 .radio-container { width:17.5rem; }
#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 {display:inline-block;}#AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 { width:17.5rem;height:auto;top:1.380859375rem;left:0rem;z-index:15005;background-color:#063568;background-image:none; }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #algKMOlT0vkXPgwfKqM2Vxz6UFz3JoCI {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #NDAckHnWrXr717ObpNhWThZgWQ87rDA1 { display:none; }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #q0XW9NLMeK3Hwc1PGl9db0NiFH8EyXiC {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #acDLNSTq9DVVPSe1ieGNbVSOB4C8SyhQ {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #peN3SxnA9yOCRNblV5JIV0fT1zcaRnU6 { display:none; }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #mMTQepT9lwToU6X8zXL3O6N9FciLT7DS {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #TFJWch1mVnGZuGDsWG8PQDsiJAH6W9cD {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #RkCGKTDwBHU7F50EhGdHi0OO0rPT8QLs {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #vTBpRJeQLfB5WAFZJXVMlZKlFQ6rWQ63 {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #GwNkEtS0TAda0VP4qHmI4E9zFSEDhrIy {  }
 }@media only screen and (max-width: 763px) { #AoWvn5M7XLxR9Hz0KXb9IzQTwPW5LqT9 #kreIo78l7ulhIUAUXd29LI2brAvntgmt {  }
 }@media only screen and (max-width: 763px) { #xvs2olq0Df7HnGdT92L0td2D03BDeTrf { display:block; }
 }@media only screen and (max-width: 763px) { #JDvBTeJ1Z2CK51l2DIt9nPrcKp8AO9w1 { display:block; }
 }@media only screen and (max-width: 763px) { #XGaHBHwvyCA60sGPXHa9sHo6m1x8Gdoc { display:block; }
 }@media only screen and (max-width: 763px) { #qDtzNZuB1oGND1lVI8JwT361XKuSnvoC { display:block; }
 }@media only screen and (max-width: 763px) { #WuHn6zSlRzy5Dai7WGcm4aUTsAczT5vX { display:block; }
 }@media only screen and (max-width: 763px) { #EseTT2lBuv4hMFBSIcbSJRh3AK0NzaiC { display:block; }
 }@media only screen and (max-width: 763px) { #FwxOyJa2xSclD6nGADKhm3grCwCSZAJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #n3cUep9pvdBDkn39gTkolWQimOzQvTtq { display:block; }#n3cUep9pvdBDkn39gTkolWQimOzQvTtq > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EawhXszaqX7duu4NIAb4RWlmdN0p2mcF { width:20rem;height:1.949225rem;top:1.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty2KS4wDch0OFRz6iAXnlzVCxaKx3f8W { width:16.4375rem;height:1.94921875rem;top:3.4375rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKx1H4DaGJc9bI6IdNliU9KtPI00BUQZ { top:6.0625rem;left:0rem;width:20rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0F7xOLqrzuZxMLSZfp8MKd8K01Iy3rs { display:block; }
 }