.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/g35wFBC3/Ivy_Ngan_Lam_backgrounf.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container { display: none; }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .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); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { display:block; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { background-color: transparent; background-image: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .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); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { border-width: 0; border-radius: 0; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { background-color:rgba(222,235,247,0.85);background-image:none;width:60rem;height:54.375rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#s8TmSFaLTztE0RD3LTLiqvnW9p9FFoVP { color:#020202;display:block;width:54.875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #646261;top:1.875rem;left:3.3125rem;height:11.2119375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-form-header {  }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:25.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #bf9000;border-left:0.0625rem solid #bf9000;border-right:0.0625rem solid #bf9000;border-bottom:0.0625rem solid #bf9000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5rem;box-sizing:border-box;height:2.5625rem;color:#646261;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-weight:700;font-style:normal;line-height:1; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #bf9000;border-left:0.0625rem solid #bf9000;border-right:0.0625rem solid #bf9000;border-bottom:0.0625rem solid #bf9000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5rem;box-sizing:border-box;height:4.375rem;color:#646261;font-size:0.9375rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-weight:700;font-style:normal;line-height:1; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(191,144,0,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:25.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW [class*="-text"]:-moz-placeholder { color:rgba(100,98,97,0.6);font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW [class*="-text"]::-moz-placeholder { color:rgba(100,98,97,0.6);font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW [class*="-text"]:-ms-input-placeholder { color:rgba(100,98,97,0.6);font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW [class*="-text"]::-webkit-input-placeholder { color:rgba(100,98,97,0.6);font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:24.25rem;overflow:hidden;font-style:normal; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-container:first-of-type{padding-top:0;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-container:last-of-type{padding-bottom:0;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:3.3125rem;top:27.9541015625rem;z-index:99998;position:absolute; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.5rem; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW {display:block;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:3.3125rem;top:27.9541015625rem;z-index:99998;position:absolute; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #UXGH1vXWnlR6BZ5PipOao9hunNVvMp2n { position:relative; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #pZmtcswRONhyJvKL2rrpl0KdiBiGLoGy { position:relative; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #JyEyQzJAktBfWIwsWdkal1tThI9TOkdA { position:relative; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #pe93lQX3vyDAZGGllsTova3UW6yz8bkF { position:relative; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #oU0gGnyKhSQTphO9clPW2uZZCeWClJn9 { position:relative; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #sSzKvPoAKhFXVO3CSP81d6562wX7k2op { position:relative; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #CJF3yupEPXrZ22EtOCksr25Q1aXV5NN9 { position:relative; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #zxG05MR0dQxFps3IeFGZ0BeIlzNAEyV6 { position:relative;z-index:2; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #S8fBm0ce3ap5KHV3BVHTfZTyBul4FUFD { position:relative; }
#Zns5TfxAcgMSiNLXOArS0ed8gTv9Gzo0 { position:relative;display:block; }
#gXXJ5LuibhoV4RFQM4horoI2KfvLElXi { position:relative;display:block; }
#LJe5mrb3mOQypc2dbgODs3Omq2MkAUdf { position:relative;display:block; }
#ZXUebguMIgQTQtSD5312nTADcGreWBUS { position:relative;display:block; }
#HHbwFqaIP1fadcOhWtHDTnEWdCBTWUvp { position:relative;display:block; }
#nrk6zBNq2SLSqrFZXtX8v86lbFIrO6Vd { position:relative;display:block; }
#a9ibwduUmITE9hK0k3fQQU8xTU9AtVrU { position:relative;display:block; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #pnpSTWcQyJHEiFQmk6lKqmwbpOUKZZb7 { position:relative; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #SPgsBGxc7L6q815EktWybrArV060Stfi { position:relative; }
#gtwaL383v0dMnyUezm697oy8wRpmd56e { color:#fecd4d;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:21.59375rem;left:3.3125rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FZgHJF3u8EHzo4htqRA9FvsmglkXCuPt { position:absolute;display:block;z-index:100017;border-top:0.125rem solid #bf9000;border-left:0.125rem solid #bf9000;border-right:0.125rem solid #bf9000;border-bottom:0.125rem solid #bf9000;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:17rem;width:17rem;top:26.5791015625rem;left:37.96875rem;overflow:hidden;display:block; }
#fVHCWIeLiy40rHef0nVmReMboDyZvqIW { color:#020202;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:13.9375rem;left:17.375rem;height:2.51855625rem;font-style:normal;display:block; }
#DaG9RNiQhw0iBX8Hxf6Nb4VrWX5MuvLg { position:absolute;display:block;z-index:100000;background-color:#bf9000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:34.125rem;top:13.53125rem;left:13.6875rem;display:block; }
#h37NxmRbS9hvnAuF0BItmW1LWQB5ovQl { color:#bf9000;display:block;width:13.6875rem;position:absolute;font-family:rokkitt;font-size:2.125rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:21.59375rem;left:39.75rem;height:2.76171875rem;font-style:normal;display:block; }
#TJHCR71aNckC3IRUGzVt6ZcDtK1UIyd3 { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"marck script";font-size:1.375rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:24.28125rem;left:39.75rem;height:1.7871125rem;font-style:normal;display:block; }
#k1U6VqXPkKtT6J1hJExT2BNCB5QQNaNA { color:#000000;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:48.625rem;left:1.75rem;height:2.6806625rem;font-style:normal;display:block; }
#t8nmwWCTWc9sK3IK1Hho6UWiuQuyohCJ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.125rem;top:47.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#RTRdtL8fpgmRaaVEvpE9s9pPfbp8w3Tm { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:5.125rem;top:47.46875rem;left:42.75rem;overflow:hidden;display:block; }
#eancyafaPxFI40wTKDgIHPkGvm14p8DV { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:47.84375rem;left:47.8125rem;overflow:hidden;display:block; }
#Bc4JeS5SMQT0FIU2zMh8yNuebyiJtBup { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:47.625rem;left:52.5625rem;overflow:hidden;display:block; }
#x5dTidm2QmOuJFMAF56bP9u5TiiNrlTw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:18.8125rem;left:14.375rem;height:1.29980625rem;display:block; }
#rI42KHw4qDDisx5hl0vegvkMI9UK6kyN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:18.9375rem;left:10.875rem;height:0;display:block; }
#lBsD1O5bMCdN9DIdI0f3BHyAxeSa2iIs { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:16.84375rem;left:0rem;height:3.0869125rem;display:block; }
#P5GofZGe68eVMI018mkRyRwu54KPaNI4 { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:100029;line-height:.9;letter-spacing:0;top:45.625rem;left:0rem;height:2.13671875rem;display:block; }
#vL6VFrBMr8KWi9XBL4tDs19RSHFuGfVM { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:100030;line-height:1.6;letter-spacing:0;top:50rem;left:0rem;height:3.79980625rem;display:block; }
#HMG32OJkmq0EQHOsMkPimXCoEnt9aWMs { box-sizing:content-box;color:#bf9000;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:block;z-index:100031;top:24.53125rem;left:27.8125rem;display:block; }
#ctR4TCQmKVypElR028FMJ6FyTPPefbxM { position:relative;display:block; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM { background-color: transparent; background-image: none; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row .container > .video-iframe-container { display: none; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row > .video-iframe-container { display: none; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .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); }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM { border-width: 0; border-radius: 0; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(222,235,247,0.85);background-image:none;font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:block; }#QMnRLBi2cel6v5xoJQaTetE206JJ0ogd { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.09375rem;left:0rem;height:3.57421875rem;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; }
#DXx9kwTv8u6yQyEM30kgU1Hbz2ZUVik6 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.5) ;height:11.9375rem;width:19.5rem;top:12.3125rem;left:0rem;display:block; }
#VFSWMwe1NGv0plTskR302D2MQpIgePOM { position:absolute;display:block;z-index:100002;background-color:#bf9000;background-image:url("https://images.assets-landingi.com/9e8f814b/icon_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:10.4375rem;left:14.5625rem;display:block; }#VFSWMwe1NGv0plTskR302D2MQpIgePOM.adaptive-delivery-prevent-bg, #VFSWMwe1NGv0plTskR302D2MQpIgePOM.lazyload, #VFSWMwe1NGv0plTskR302D2MQpIgePOM.lazyloading { background-image: none; }
#deiNaeKmmbp6QUCtfTwloO9atSBsIRUa { color:#003399;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:15.125rem;left:0.96875rem;height:1.94921875rem;font-style:normal;display:block; }
#TLhT7x2MdtTeluiyZbmCFBDgaoOFoD1W { color:#3f3f3f;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17.25rem;left:0.96875rem;height:4.38574375rem;font-style:normal;display:block; }
#Mo3dJVJUHvKoKWIN6FOfSPTmiwy6SpQy { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.5) ;height:11.9375rem;width:19.5rem;top:12.3125rem;left:20.25rem;display:block; }
#tFDNo62yBPTvRZDFKz1TzviPpZKPNBlg { color:#3f3f3f;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:17.3125rem;left:21.25rem;height:4.38574375rem;font-style:normal;display:block; }
#wOhFezdlNhehvHNZrbgIqHonTyuh0X4R { color:#003399;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.25rem;height:1.94921875rem;font-style:normal;display:block; }
#VB5TuOHdvcA6Kw9TG8yIvObmEmZQVTEF { position:absolute;display:block;z-index:100006;background-color:#bf9000;background-image:url("https://images.assets-landingi.com/hddad6xf/icon_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:10.5rem;left:34.8125rem;display:block; }#VB5TuOHdvcA6Kw9TG8yIvObmEmZQVTEF.adaptive-delivery-prevent-bg, #VB5TuOHdvcA6Kw9TG8yIvObmEmZQVTEF.lazyload, #VB5TuOHdvcA6Kw9TG8yIvObmEmZQVTEF.lazyloading { background-image: none; }
#DTeitCVxgPf8ATTkGUPxJeQfrdlN54qI { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.5) ;height:11.9375rem;width:19.5rem;top:12.25rem;left:40.5rem;display:block; }
#vx36vKPfeVmLkfZASTy6HrOpcIZt6HZS { color:#3f3f3f;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:17.3125rem;left:41.5rem;height:2.923825rem;font-style:normal;display:block; }
#Zg7rlSmWT6sMoRTJJpTPRgBStmIH7rXL { color:#003399;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:15.1875rem;left:41.5rem;height:1.94921875rem;font-style:normal;display:block; }
#Pd0tbcW7NDZDXqsNfTU60Lwly0c7gBpX { position:absolute;display:block;z-index:100010;background-color:#bf9000;background-image:url("https://images.assets-landingi.com/7cpbOja0/icon_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:10.5rem;left:55.0625rem;display:block; }#Pd0tbcW7NDZDXqsNfTU60Lwly0c7gBpX.adaptive-delivery-prevent-bg, #Pd0tbcW7NDZDXqsNfTU60Lwly0c7gBpX.lazyload, #Pd0tbcW7NDZDXqsNfTU60Lwly0c7gBpX.lazyloading { background-image: none; }
#AUTuJs34ds1SUwJzlWNtwbUXOKakSg8f { position:absolute;display:block;z-index:99999;background-color:#bf9000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:60rem;top:3.0625rem;left:0rem;display:block; }
#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL { position:relative;display:block; }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL { background-color: transparent; background-image: none; }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL > .row .container > .video-iframe-container { display: none; }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL > .row > .video-iframe-container { display: none; }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL > .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); }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL { border-width: 0; border-radius: 0; }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(238,242,248,0.85);background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:60rem;position:relative;display:block; }#Vnsql2JM2sK36eVhiapJB7ABCShAzvuE { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.5) ;height:11.9375rem;width:19.5rem;top:1.125rem;left:40.5rem;display:block; }
#pVbnv0k8sRiT5D2oHvakqhSiFvgqNViH { color:#3f3f3f;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:6.875rem;left:41.5rem;height:4.38574375rem;font-style:normal;display:block; }
#bGT20imQVOUOv03BMH8N6TZhoe8045mB { color:#003399;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:4.75rem;left:41.5rem;height:1.94921875rem;font-style:normal;display:block; }
#beys2xOf7ESChUvnMeeSuVnAZGDU6syU { position:absolute;display:block;z-index:100022;background-color:#bf9000;background-image:url("https://images.assets-landingi.com/Fu20D9zj/icon_6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:0.0625rem;left:55.0625rem;display:block; }#beys2xOf7ESChUvnMeeSuVnAZGDU6syU.adaptive-delivery-prevent-bg, #beys2xOf7ESChUvnMeeSuVnAZGDU6syU.lazyload, #beys2xOf7ESChUvnMeeSuVnAZGDU6syU.lazyloading { background-image: none; }
#WpC11yvwGWnKia1841PFPnhtgrg62he3 { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.5) ;height:11.9375rem;width:19.5rem;top:1.125rem;left:20.25rem;display:block; }
#TEgVQTfWkKikcTU6GQZHuFbmTXTGKD3H { position:absolute;display:block;z-index:100018;background-color:#bf9000;background-image:url("https://images.assets-landingi.com/IfW3fnI2/icon_5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:0.0625rem;left:34.8125rem;display:block; }#TEgVQTfWkKikcTU6GQZHuFbmTXTGKD3H.adaptive-delivery-prevent-bg, #TEgVQTfWkKikcTU6GQZHuFbmTXTGKD3H.lazyload, #TEgVQTfWkKikcTU6GQZHuFbmTXTGKD3H.lazyloading { background-image: none; }
#TlR6ROMXQAmqtyVGgAkF5mDWWV0LhEzn { color:#3f3f3f;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:6.875rem;left:21.25rem;height:2.923825rem;font-style:normal;display:block; }
#wbDWX01OBfKeHMm5hZMRxORT3Wn4QFQs { color:#003399;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:4.75rem;left:21.25rem;height:1.94921875rem;font-style:normal;display:block; }
#Waqn5o6TzKHt8imlf9QtMPComSnpKSAW { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.5) ;height:11.9375rem;width:19.5rem;top:1.125rem;left:0rem;display:block; }
#eZ3JRnLMldOURct22D2pihzBymCZN5sc { position:absolute;display:block;z-index:100014;background-color:#bf9000;background-image:url("https://images.assets-landingi.com/568FZdbl/icon_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:0rem;left:14.5625rem;display:block; }#eZ3JRnLMldOURct22D2pihzBymCZN5sc.adaptive-delivery-prevent-bg, #eZ3JRnLMldOURct22D2pihzBymCZN5sc.lazyload, #eZ3JRnLMldOURct22D2pihzBymCZN5sc.lazyloading { background-image: none; }
#hxLiMBg4FTn3LkdDaIMPUeQvpPvq97r8 { color:#003399;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1rem;height:1.94921875rem;font-style:normal;display:block; }
#ppSlvivzsO1U9V0T7kv5cmzTVfaWq1Hi { color:#3f3f3f;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:6.8125rem;left:1rem;height:4.38574375rem;font-style:normal;display:block; }
#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy { position:relative;display:block; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy { background-color: transparent; background-image: none; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row .container > .video-iframe-container { display: none; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row > .video-iframe-container { display: none; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .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); }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy { border-width: 0; border-radius: 0; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(222,235,247,0.86);background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#sWFVPZXRWCTSDOn9C7dEuzcAUvuf2ucH { color:#020202;display:block;width:59.75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0.25rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KUJbOaC5I3kRiXQOyNIXbxTJG0T4Mok3 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0.125rem solid #bf9000;border-left:0.125rem solid #bf9000;border-right:0.125rem solid #bf9000;border-bottom:0.125rem solid #bf9000;height:4.9375rem;width:59.625rem;top:1.375rem;left:-0.0625rem;display:block; }
#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ { position:relative;display:block; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ { background-color: transparent; background-image: none; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row .container > .video-iframe-container { display: none; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row > .video-iframe-container { display: none; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .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); }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ { border-width: 0; border-radius: 0; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(222,235,247,0.85);background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#VE2H0TKwFFC5LAPdhNhyMA0hUEoSeoOu { position:absolute;display:block;z-index:100000;border-top:0.125rem solid #bf9000;border-left:0.125rem solid #bf9000;border-right:0.125rem solid #bf9000;border-bottom:0.125rem solid #bf9000;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:33.375rem;width:59.75rem;top:0.5625rem;left:0rem;display:block; }
#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL { position:relative;display:block; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL { background-color: transparent; background-image: none; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row .container > .video-iframe-container { display: none; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row > .video-iframe-container { display: none; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .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); }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL { border-width: 0; border-radius: 0; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(222,235,247,0.85);background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#JmF2PoCETaV5qVbBHn5yxvU9lSt73FNU { color:#020202;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:14.125rem;left:0rem;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; }
#ewxvt0CHKOgVBS5bEtgDBk4wx2Tu8px1 { position:absolute;display:block;z-index:100001;background-color:#bf9000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:60rem;top:13.3125rem;left:0rem;display:block; }
#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC { position:relative;display:block; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC { background-color: transparent; background-image: none; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row .container > .video-iframe-container { display: none; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row > .video-iframe-container { display: none; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .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); }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC { border-width: 0; border-radius: 0; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(222,235,247,0.85);background-image:none;font-size:0.875rem;font-family:arial;height:66.3125rem;width:60rem;position:relative;display:block; }#P3yfdDKIRwvl10gvTXCK1SpkTTRybmi1 { color:#3f3f3f;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(188,144,62,0.5);top:8.5625rem;left:5.03125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RLC04r3yHWv4C0XV4qyaARiQStBtHla8 { color:#3f3f3f;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:6.375rem;left:10.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#GKlxWPEZ6RLsLPrDSpJZDFm57LSu1A8h { color:#3f3f3f;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:11.03125rem;left:1rem;height:4.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJTaeVC41LM40d8mHklsnyyHhDMMebIz { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/i2EfCg47/Katie_Kieudung_Nguyen.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #bf9000;border-left:0.25rem solid #bf9000;border-right:0.25rem solid #bf9000;border-bottom:0.25rem solid #bf9000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.625rem;width:7.625rem;top:18.125rem;left:5.71875rem;display:block; }#XJTaeVC41LM40d8mHklsnyyHhDMMebIz.adaptive-delivery-prevent-bg, #XJTaeVC41LM40d8mHklsnyyHhDMMebIz.lazyload, #XJTaeVC41LM40d8mHklsnyyHhDMMebIz.lazyloading { background-image: none; }
#n3bbED4LhlKLr7QdrLJfacnrIOdJDT2q { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VbRana1r/Joli_Kestano.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #bf9000;border-left:0.25rem solid #bf9000;border-right:0.25rem solid #bf9000;border-bottom:0.25rem solid #bf9000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.625rem;width:7.625rem;top:18.125rem;left:25.90625rem;display:block; }#n3bbED4LhlKLr7QdrLJfacnrIOdJDT2q.adaptive-delivery-prevent-bg, #n3bbED4LhlKLr7QdrLJfacnrIOdJDT2q.lazyload, #n3bbED4LhlKLr7QdrLJfacnrIOdJDT2q.lazyloading { background-image: none; }
#zvzEdAg1tTK8Qf0pmC0N7d8ocZHR2lbC { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7CxgW5sA/Dzung_Nguyen.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #bf9000;border-left:0.25rem solid #bf9000;border-right:0.25rem solid #bf9000;border-bottom:0.25rem solid #bf9000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.625rem;width:7.625rem;top:18.125rem;left:46.3125rem;display:block; }#zvzEdAg1tTK8Qf0pmC0N7d8ocZHR2lbC.adaptive-delivery-prevent-bg, #zvzEdAg1tTK8Qf0pmC0N7d8ocZHR2lbC.lazyload, #zvzEdAg1tTK8Qf0pmC0N7d8ocZHR2lbC.lazyloading { background-image: none; }
#oUvkbSZmZPR6WNc36f96Mqh6x6Vvh9Zo { color:#3f3f3f;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(188,144,62,0.5);top:8.5625rem;left:25.90625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eriNRJIUgP6MHZKsfvQsDOuFCRJfJZuG { color:#3f3f3f;display:block;width:5.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(188,144,62,0.5);top:8.5625rem;left:48.75rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KIkO5NewZzqCgC2idhbaRC6KoVdkK2Zp { color:#3f3f3f;display:block;width:5.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(188,144,62,0.5);top:27.125rem;left:48.1875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wbat5nGHCJxiJOUCZT9zWPO9ikMSBQnd { color:#3f3f3f;display:block;width:5.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(188,144,62,0.5);top:27.125rem;left:28.5rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pMTb4GmUMKoDQou1NxafC3yfOeiah9a4 { color:#3f3f3f;display:block;width:5.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(188,144,62,0.5);top:27.125rem;left:7.46875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L5tQtqTTXJOOg0BdWLKEHCrKtOmTtS07 { color:#3f3f3f;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:30.8125rem;left:1rem;height:8.57225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1749JIwJZkHIa0fpHSSF13rVrHSLNK4 { color:#3f3f3f;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:30.8125rem;left:21.1875rem;height:7.347625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QRx4QRdhqFT1nR38IhQLkpK1dz8ZpBVB { color:#3f3f3f;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:30.8125rem;left:41.59375rem;height:13.4706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XzVDO7vV9neF6D6OR32oZ8WVFLTgvi9S { color:#3f3f3f;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:11.03125rem;left:21.1875rem;height:3.673825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lL7xdvPOBAHNyK92EQLqvVlcCsrLTZMk { color:#3f3f3f;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:11.03125rem;left:41.59375rem;height:3.673825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-form-header {  }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-regular-label { display:none;width:20.6875rem;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:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #bf9000;border-left:0.0625rem solid #bf9000;border-right:0.0625rem solid #bf9000;border-bottom:0.0625rem solid #bf9000;height:3.6875rem;width:20.6875rem;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:#22242e;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:700;text-align:left;text-align-last:left;font-size:0.9375rem;background-color:#ffffff;background-image:none;overflow:hidden;font-style:normal; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #bf9000;border-left:0.0625rem solid #bf9000;border-right:0.0625rem solid #bf9000;border-bottom:0.0625rem solid #bf9000;height:3.875rem;width:20.6875rem;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:#22242e;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:700;text-align:left;text-align-last:left;font-size:0.9375rem;background-color:#ffffff;background-image:none;overflow:hidden;font-style:normal; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:20.6875rem;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:#6e6e6e;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:#ffffff;background-image:none;overflow:hidden; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .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; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .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-right:0;border-bottom:0;border-left:0;height:3.6875rem;width:14.25rem;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:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:1.125rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bf9000, #bf9000);background-image: -moz-linear-gradient(top, #bf9000, #bf9000);background-image: -ms-linear-gradient(top, #bf9000, #bf9000);background-image: -o-linear-gradient(top, #bf9000, #bf9000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9000', endColorstr='#bf9000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf9000', endColorstr='#bf9000' );";background-image: linear-gradient(to bottom, #bf9000, #bf9000);background-size:initial !important;overflow:hidden; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 [class*="-text"]:-moz-placeholder { font-size:0.9375rem;font-family:"source sans pro";color:rgba(100,98,97,0.5); }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 [class*="-text"]::-moz-placeholder { font-size:0.9375rem;font-family:"source sans pro";color:rgba(100,98,97,0.5); }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem;font-family:"source sans pro";color:rgba(100,98,97,0.5); }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem;font-family:"source sans pro";color:rgba(100,98,97,0.5); }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:56.125rem;height:auto;font-size:0.75rem;font-family:roboto;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:#020202; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .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; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .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:9.65625rem;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; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .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; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-container:first-of-type{padding-top:0;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-container:last-of-type{padding-bottom:0;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;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:57.5rem;height:auto;left:0rem;top:48.5625rem;z-index:100009;position:absolute;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .radio-container { width:21.3125rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-info-text { font-size:0.75rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;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:57.5rem;height:auto;left:0rem;top:48.5625rem;z-index:100009;position:absolute;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #LdAIm0TidyOtW2hmVy5iTIJbRzkIkCXH { position:relative; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #l1SH4yV3KhyNatvrZr9Ai5eHfwlsH7SF { position:relative; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #qGQecO0MS7WcLi1aWB6tcXdpluW6BFNx { position:relative; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #Uic2pJWHJcRcR3QstR7JhOk0ZtA6BWfp { position:relative; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #QaklMHwuUGkMccsIvfpINdohqdUmVWAy { position:relative; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #wK6AS18WK4saEUihdzuO06Xk0gtvHKnA { position:relative; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #mK9xeP3ENwTlOURthzNMhFHq36BX14d8 { position:relative; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #smd4kMLz1BxKM7TN7hXDBSzvnnxlWPRU { position:relative; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #mdpf27TFusmwwyiycZKvTnzwi9vxaUg5 { position:relative; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #hgMOTubZmMOmT5cRbrC2wyGLCk1k5nFS { position:relative;z-index:2; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #d8tDpFnZsVylbshmVoW6GmCs3UVkIGWF { position:relative; }
#VT55Ed6hn924Dvsg8rdCif1tDibdJG8q { position:relative;display:block; }
#etbWet4VScyEzTTCOJ4QhGxyROUuHqWR { position:relative;display:block; }
#DBNTJAlxMd6yUMXs5vys8qR36H1zRC11 { position:relative;display:block; }
#wSa0J7JXbiqCp90DgagQXkKP0XJCIaXC { position:relative;display:block; }
#mrPbc7OHWHGAFACpefVAO6B9cwgvUfKg { position:relative;display:block; }
#yLkpD54ObsnKg2fP3cEQpbCL321eNkx0 { position:relative;display:block; }
#MTCU4aef3yQ2TT80A6EHbveZk3ad2ncC { position:relative;display:block; }
#WkaAR8bQRJ7CDvWXkRzd4b1pdvynHGBZ { color:#eccc99;display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:60.3125rem;left:0rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZh5ccVzzqU2kDwb2QcLIIQd8E6Legc1 { z-index:100001;top:62.5625rem;left:20.90625rem;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-sizing:border-box;color:#22242e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TCTkQqvIVllepfST0QHdGIvgdqV7EcnE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tox4SLoC9guXfzkSR7m2KHDBwJtU6C2p { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:46.25rem;left:0rem;height:3.0869125rem;display:block; }
#kwKNB4fu1PNKslrxL5sTzesaAZreJeCK { color:#000000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:56.1875rem;left:0rem;height:3.0869125rem;display:block; }
#vlt9582Nm5LfHAe95Iswy0DUwTir8BHu { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Qxs2ZncU/77214886_2519181558160175_6884445255337246720_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #bf9000;border-left:0.25rem solid #bf9000;border-right:0.25rem solid #bf9000;border-bottom:0.25rem solid #bf9000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.625rem;width:7.625rem;top:0rem;left:5.71875rem;display:block; }#vlt9582Nm5LfHAe95Iswy0DUwTir8BHu.adaptive-delivery-prevent-bg, #vlt9582Nm5LfHAe95Iswy0DUwTir8BHu.lazyload, #vlt9582Nm5LfHAe95Iswy0DUwTir8BHu.lazyloading { background-image: none; }
#Dzx8NZhANqcRPxnmlpzoDbm7Cp3c74W5 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rzUNMmkx/CK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #bf9000;border-left:0.25rem solid #bf9000;border-right:0.25rem solid #bf9000;border-bottom:0.25rem solid #bf9000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.625rem;width:7.625rem;top:0rem;left:25.90625rem;display:block; }#Dzx8NZhANqcRPxnmlpzoDbm7Cp3c74W5.adaptive-delivery-prevent-bg, #Dzx8NZhANqcRPxnmlpzoDbm7Cp3c74W5.lazyload, #Dzx8NZhANqcRPxnmlpzoDbm7Cp3c74W5.lazyloading { background-image: none; }
#TnTSuS1NinShlbhTOBFCgFMT7ZT038SV { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LvdVclat/Nikki.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #bf9000;border-left:0.25rem solid #bf9000;border-right:0.25rem solid #bf9000;border-bottom:0.25rem solid #bf9000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.625rem;width:7.625rem;top:0rem;left:46.3125rem;display:block; }#TnTSuS1NinShlbhTOBFCgFMT7ZT038SV.adaptive-delivery-prevent-bg, #TnTSuS1NinShlbhTOBFCgFMT7ZT038SV.lazyload, #TnTSuS1NinShlbhTOBFCgFMT7ZT038SV.lazyloading { background-image: none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { display:block; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8TmSFaLTztE0RD3LTLiqvnW9p9FFoVP { width:47.75rem;height:11.0625rem;top:1.875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-regular-label { width:29.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-text { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-textarea { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-select { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-button { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-checkbox-label { width:28.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW  { width:29.75rem;height:auto;top:13rem;left:0rem; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .radio-container { width:29.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW {display:block;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW { width:29.75rem;height:auto;top:13rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #UXGH1vXWnlR6BZ5PipOao9hunNVvMp2n {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #pZmtcswRONhyJvKL2rrpl0KdiBiGLoGy {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #JyEyQzJAktBfWIwsWdkal1tThI9TOkdA {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #pe93lQX3vyDAZGGllsTova3UW6yz8bkF {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #oU0gGnyKhSQTphO9clPW2uZZCeWClJn9 {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #sSzKvPoAKhFXVO3CSP81d6562wX7k2op {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #CJF3yupEPXrZ22EtOCksr25Q1aXV5NN9 {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #zxG05MR0dQxFps3IeFGZ0BeIlzNAEyV6 {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #S8fBm0ce3ap5KHV3BVHTfZTyBul4FUFD {  }
 }@media only screen and (max-width: 763px) { #Zns5TfxAcgMSiNLXOArS0ed8gTv9Gzo0 { display:block; }
 }@media only screen and (max-width: 763px) { #gXXJ5LuibhoV4RFQM4horoI2KfvLElXi { display:block; }
 }@media only screen and (max-width: 763px) { #LJe5mrb3mOQypc2dbgODs3Omq2MkAUdf { display:block; }
 }@media only screen and (max-width: 763px) { #ZXUebguMIgQTQtSD5312nTADcGreWBUS { display:block; }
 }@media only screen and (max-width: 763px) { #HHbwFqaIP1fadcOhWtHDTnEWdCBTWUvp { display:block; }
 }@media only screen and (max-width: 763px) { #nrk6zBNq2SLSqrFZXtX8v86lbFIrO6Vd { display:block; }
 }@media only screen and (max-width: 763px) { #a9ibwduUmITE9hK0k3fQQU8xTU9AtVrU { display:block; }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #pnpSTWcQyJHEiFQmk6lKqmwbpOUKZZb7 {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #SPgsBGxc7L6q815EktWybrArV060Stfi {  }
 }@media only screen and (max-width: 763px) { #gtwaL383v0dMnyUezm697oy8wRpmd56e { top:21.5625rem;left:0rem;width:27.3125rem;height:5.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgHJF3u8EHzo4htqRA9FvsmglkXCuPt { top:26.5625rem;left:30.5rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVHCWIeLiy40rHef0nVmReMboDyZvqIW { top:13.9375rem;left:11.25rem;width:28.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaG9RNiQhw0iBX8Hxf6Nb4VrWX5MuvLg { top:13.5rem;left:7.5625rem;width:34.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h37NxmRbS9hvnAuF0BItmW1LWQB5ovQl { top:21.5625rem;left:33.625rem;width:13.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHCR71aNckC3IRUGzVt6ZcDtK1UIyd3 { top:24.25rem;left:31.3125rem;width:16.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1U6VqXPkKtT6J1hJExT2BNCB5QQNaNA { top:48.625rem;left:0rem;width:37.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8nmwWCTWc9sK3IK1Hho6UWiuQuyohCJ { top:47.9375rem;left:32.1875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTRdtL8fpgmRaaVEvpE9s9pPfbp8w3Tm { top:47.4375rem;left:36.625rem;width:5.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eancyafaPxFI40wTKDgIHPkGvm14p8DV { top:47.8125rem;left:41.6875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc4JeS5SMQT0FIU2zMh8yNuebyiJtBup { top:47.625rem;left:43rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5dTidm2QmOuJFMAF56bP9u5TiiNrlTw { top:18.8125rem;left:8.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI42KHw4qDDisx5hl0vegvkMI9UK6kyN { top:18.9375rem;left:4.75rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBsD1O5bMCdN9DIdI0f3BHyAxeSa2iIs { top:16.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5GofZGe68eVMI018mkRyRwu54KPaNI4 { top:45.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL6VFrBMr8KWi9XBL4tDs19RSHFuGfVM { top:50rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMG32OJkmq0EQHOsMkPimXCoEnt9aWMs { top:24.5rem;left:21.6875rem;width:2.875rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctR4TCQmKVypElR028FMJ6FyTPPefbxM { display:block; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMnRLBi2cel6v5xoJQaTetE206JJ0ogd { width:47.75rem;height:3.5625rem;top:4.0625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXx9kwTv8u6yQyEM30kgU1Hbz2ZUVik6 { width:19.5rem;height:11.9375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFSWMwe1NGv0plTskR302D2MQpIgePOM { width:3.75rem;height:3.75rem;top:10.4375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deiNaeKmmbp6QUCtfTwloO9atSBsIRUa { width:17.1875rem;height:1.9375rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhT7x2MdtTeluiyZbmCFBDgaoOFoD1W { width:17.1875rem;height:4.3125rem;top:17.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo3dJVJUHvKoKWIN6FOfSPTmiwy6SpQy { width:19.5rem;height:11.9375rem;top:12.3125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFDNo62yBPTvRZDFKz1TzviPpZKPNBlg { width:17.1875rem;height:4.1875rem;top:17.25rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOhFezdlNhehvHNZrbgIqHonTyuh0X4R { width:17.1875rem;height:1.9375rem;top:15.1875rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB5TuOHdvcA6Kw9TG8yIvObmEmZQVTEF { width:3.75rem;height:3.75rem;top:10.5rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeitCVxgPf8ATTkGUPxJeQfrdlN54qI { width:19.5rem;height:11.9375rem;top:12.25rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx36vKPfeVmLkfZASTy6HrOpcIZt6HZS { width:17.1875rem;height:2.875rem;top:17.3125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7rlSmWT6sMoRTJJpTPRgBStmIH7rXL { width:17.1875rem;height:1.9375rem;top:15.1875rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0tbcW7NDZDXqsNfTU60Lwly0c7gBpX { width:3.75rem;height:3.75rem;top:10.5rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTuJs34ds1SUwJzlWNtwbUXOKakSg8f { top:3.0625rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL { display:block; }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vnsql2JM2sK36eVhiapJB7ABCShAzvuE { width:19.5rem;height:11.9375rem;top:1.125rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVbnv0k8sRiT5D2oHvakqhSiFvgqNViH { width:17.1875rem;height:4.3125rem;top:6.875rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGT20imQVOUOv03BMH8N6TZhoe8045mB { width:17.1875rem;height:1.9375rem;top:4.75rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beys2xOf7ESChUvnMeeSuVnAZGDU6syU { width:3.75rem;height:3.75rem;top:0.0625rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpC11yvwGWnKia1841PFPnhtgrg62he3 { width:19.5rem;height:11.9375rem;top:1.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgVQTfWkKikcTU6GQZHuFbmTXTGKD3H { width:3.75rem;height:3.75rem;top:0.0625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlR6ROMXQAmqtyVGgAkF5mDWWV0LhEzn { width:17.1875rem;height:2.875rem;top:6.875rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbDWX01OBfKeHMm5hZMRxORT3Wn4QFQs { width:17.1875rem;height:1.9375rem;top:4.75rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Waqn5o6TzKHt8imlf9QtMPComSnpKSAW { width:19.5rem;height:11.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ3JRnLMldOURct22D2pihzBymCZN5sc { width:3.75rem;height:3.75rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxLiMBg4FTn3LkdDaIMPUeQvpPvq97r8 { width:17.1875rem;height:1.9375rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppSlvivzsO1U9V0T7kv5cmzTVfaWq1Hi { width:17.1875rem;height:4.3125rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy { display:block; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWFVPZXRWCTSDOn9C7dEuzcAUvuf2ucH { width:47.75rem;height:3.625rem;top:2.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUJbOaC5I3kRiXQOyNIXbxTJG0T4Mok3 { top:1.375rem;left:0rem;width:47.375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ { display:block; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE2H0TKwFFC5LAPdhNhyMA0hUEoSeoOu { width:47.5rem;height:26.532426778242rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL { display:block; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmF2PoCETaV5qVbBHn5yxvU9lSt73FNU { width:47.75rem;height:3.3125rem;top:14.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewxvt0CHKOgVBS5bEtgDBk4wx2Tu8px1 { top:13.3125rem;left:0rem;width:47.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO9pGc87gNG7zRm3vOZED7tybUR3TPIC { display:block; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3yfdDKIRwvl10gvTXCK1SpkTTRybmi1 { width:17.5625rem;height:1.9375rem;top:8.5625rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLC04r3yHWv4C0XV4qyaARiQStBtHla8 { width:17.5625rem;height:1.25rem;top:6.375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKlxWPEZ6RLsLPrDSpJZDFm57LSu1A8h { width:17.5625rem;height:5.9375rem;top:11rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJTaeVC41LM40d8mHklsnyyHhDMMebIz { width:7.625rem;height:7.625rem;top:18.125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3bbED4LhlKLr7QdrLJfacnrIOdJDT2q { width:7.625rem;height:7.625rem;top:18.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvzEdAg1tTK8Qf0pmC0N7d8ocZHR2lbC { width:7.625rem;height:7.625rem;top:18.125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUvkbSZmZPR6WNc36f96Mqh6x6Vvh9Zo { width:17.5625rem;height:1.9375rem;top:8.5625rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eriNRJIUgP6MHZKsfvQsDOuFCRJfJZuG { width:5.75rem;height:1.9375rem;top:8.5625rem;left:39.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIkO5NewZzqCgC2idhbaRC6KoVdkK2Zp { width:5.75rem;height:1.9375rem;top:27.125rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbat5nGHCJxiJOUCZT9zWPO9ikMSBQnd { width:5.75rem;height:1.9375rem;top:27.125rem;left:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMTb4GmUMKoDQou1NxafC3yfOeiah9a4 { width:5.75rem;height:1.9375rem;top:27.125rem;left:4.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5tQtqTTXJOOg0BdWLKEHCrKtOmTtS07 { width:17.5625rem;height:9.5rem;top:30.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1749JIwJZkHIa0fpHSSF13rVrHSLNK4 { width:17.5625rem;height:8.3125rem;top:30.8125rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRx4QRdhqFT1nR38IhQLkpK1dz8ZpBVB { width:17.5625rem;height:15.4375rem;top:30.8125rem;left:30.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVDO7vV9neF6D6OR32oZ8WVFLTgvi9S { width:17.5625rem;height:3.5625rem;top:11rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL7xdvPOBAHNyK92EQLqvVlcCsrLTZMk { width:17.5625rem;height:4.75rem;top:11rem;left:30.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-regular-label { width:14.5rem;height:auto; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-text { width:14.5rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-textarea { width:14.5rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-select { width:14.5rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-checkbox-label { width:28.875rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-radio-label { width:6.5625rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7  { width:45.25rem;height:auto;top:23.1875rem;left:0rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .radio-container { width:15.125rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 {display:inline-block;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 { width:45.25rem;height:auto;top:23.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #LdAIm0TidyOtW2hmVy5iTIJbRzkIkCXH {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #l1SH4yV3KhyNatvrZr9Ai5eHfwlsH7SF {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #qGQecO0MS7WcLi1aWB6tcXdpluW6BFNx {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #Uic2pJWHJcRcR3QstR7JhOk0ZtA6BWfp {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #QaklMHwuUGkMccsIvfpINdohqdUmVWAy {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #wK6AS18WK4saEUihdzuO06Xk0gtvHKnA {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #mK9xeP3ENwTlOURthzNMhFHq36BX14d8 {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #smd4kMLz1BxKM7TN7hXDBSzvnnxlWPRU {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #mdpf27TFusmwwyiycZKvTnzwi9vxaUg5 {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #hgMOTubZmMOmT5cRbrC2wyGLCk1k5nFS {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #d8tDpFnZsVylbshmVoW6GmCs3UVkIGWF {  }
 }@media only screen and (max-width: 763px) { #VT55Ed6hn924Dvsg8rdCif1tDibdJG8q { display:block; }
 }@media only screen and (max-width: 763px) { #etbWet4VScyEzTTCOJ4QhGxyROUuHqWR { display:block; }
 }@media only screen and (max-width: 763px) { #DBNTJAlxMd6yUMXs5vys8qR36H1zRC11 { display:block; }
 }@media only screen and (max-width: 763px) { #wSa0J7JXbiqCp90DgagQXkKP0XJCIaXC { display:block; }
 }@media only screen and (max-width: 763px) { #mrPbc7OHWHGAFACpefVAO6B9cwgvUfKg { display:block; }
 }@media only screen and (max-width: 763px) { #yLkpD54ObsnKg2fP3cEQpbCL321eNkx0 { display:block; }
 }@media only screen and (max-width: 763px) { #MTCU4aef3yQ2TT80A6EHbveZk3ad2ncC { display:block; }
 }@media only screen and (max-width: 763px) { #WkaAR8bQRJ7CDvWXkRzd4b1pdvynHGBZ { top:60.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZh5ccVzzqU2kDwb2QcLIIQd8E6Legc1 { top:62.5625rem;left:5.75rem;width:18.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTkQqvIVllepfST0QHdGIvgdqV7EcnE { display:block; }
 }@media only screen and (max-width: 763px) { #Tox4SLoC9guXfzkSR7m2KHDBwJtU6C2p { top:46.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwKNB4fu1PNKslrxL5sTzesaAZreJeCK { top:56.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlt9582Nm5LfHAe95Iswy0DUwTir8BHu { width:7.625rem;height:7.625rem;top:0rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzx8NZhANqcRPxnmlpzoDbm7Cp3c74W5 { width:7.625rem;height:7.625rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTSuS1NinShlbhTOBFCgFMT7ZT038SV { width:7.625rem;height:7.625rem;top:0rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(222,235,247,0.85);background-image:none;display:block; }
#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .row > .video-iframe-container { display: none; }#Wc18dpUAd1dpJv5DLl57H21orcwxF8iy > .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); } }@media only screen and (max-width: 763px) { #Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV { background-color:rgba(222,235,247,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { background-color: transparent; background-image: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row > .video-iframe-container { display: none; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .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); }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { border-width: 0; border-radius: 0; }#Xa1wmQ4hC7hWGhegZWfuOe7eZDisCoZV > .row .container { width:20rem;height:103.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8TmSFaLTztE0RD3LTLiqvnW9p9FFoVP { width:17.0625rem;height:25rem;top:1.4375rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW  { width:17rem;height:auto;top:71.25rem;left:0rem; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW {display:block;}#Ce6mE7pXSlPBoonc99T40vZPRsWTEarW { width:17rem;height:auto;top:71.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #UXGH1vXWnlR6BZ5PipOao9hunNVvMp2n {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #pZmtcswRONhyJvKL2rrpl0KdiBiGLoGy {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #JyEyQzJAktBfWIwsWdkal1tThI9TOkdA {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #pe93lQX3vyDAZGGllsTova3UW6yz8bkF {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #oU0gGnyKhSQTphO9clPW2uZZCeWClJn9 {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #sSzKvPoAKhFXVO3CSP81d6562wX7k2op {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #CJF3yupEPXrZ22EtOCksr25Q1aXV5NN9 {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #zxG05MR0dQxFps3IeFGZ0BeIlzNAEyV6 {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #S8fBm0ce3ap5KHV3BVHTfZTyBul4FUFD {  }
 }@media only screen and (max-width: 763px) { #Zns5TfxAcgMSiNLXOArS0ed8gTv9Gzo0 { display:block; }
 }@media only screen and (max-width: 763px) { #gXXJ5LuibhoV4RFQM4horoI2KfvLElXi { display:block; }
 }@media only screen and (max-width: 763px) { #LJe5mrb3mOQypc2dbgODs3Omq2MkAUdf { display:block; }
 }@media only screen and (max-width: 763px) { #ZXUebguMIgQTQtSD5312nTADcGreWBUS { display:block; }
 }@media only screen and (max-width: 763px) { #HHbwFqaIP1fadcOhWtHDTnEWdCBTWUvp { display:block; }
 }@media only screen and (max-width: 763px) { #nrk6zBNq2SLSqrFZXtX8v86lbFIrO6Vd { display:block; }
 }@media only screen and (max-width: 763px) { #a9ibwduUmITE9hK0k3fQQU8xTU9AtVrU { display:block; }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #pnpSTWcQyJHEiFQmk6lKqmwbpOUKZZb7 {  }
 }@media only screen and (max-width: 763px) { #Ce6mE7pXSlPBoonc99T40vZPRsWTEarW #SPgsBGxc7L6q815EktWybrArV060Stfi {  }
 }@media only screen and (max-width: 763px) { #gtwaL383v0dMnyUezm697oy8wRpmd56e { width:20rem;height:4.5rem;top:64.15625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgHJF3u8EHzo4htqRA9FvsmglkXCuPt { width:16.9375rem;height:16.9375rem;top:38.4375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVHCWIeLiy40rHef0nVmReMboDyZvqIW { width:20rem;height:5rem;top:29.65625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DaG9RNiQhw0iBX8Hxf6Nb4VrWX5MuvLg { width:20rem;height:5.1875rem;top:29.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h37NxmRbS9hvnAuF0BItmW1LWQB5ovQl { width:12.5rem;height:2.5rem;top:56.96875rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJHCR71aNckC3IRUGzVt6ZcDtK1UIyd3 { width:16.4375rem;height:1.6875rem;top:60.03125rem;left:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1U6VqXPkKtT6J1hJExT2BNCB5QQNaNA { width:20rem;height:4.5rem;top:89.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8nmwWCTWc9sK3IK1Hho6UWiuQuyohCJ { width:3.1875rem;height:3.1875rem;top:95.6875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTRdtL8fpgmRaaVEvpE9s9pPfbp8w3Tm { width:3.5625rem;height:3.5rem;top:95.53125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eancyafaPxFI40wTKDgIHPkGvm14p8DV { width:3.125rem;height:3.125rem;top:95.71875rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc4JeS5SMQT0FIU2zMh8yNuebyiJtBup { width:3.4375rem;height:3.4375rem;top:95.5625rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5dTidm2QmOuJFMAF56bP9u5TiiNrlTw { width:12.5rem;height:1.25rem;top:101.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI42KHw4qDDisx5hl0vegvkMI9UK6kyN { width:12.5rem;height:0;top:100.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBsD1O5bMCdN9DIdI0f3BHyAxeSa2iIs { width:20rem;height:1rem;top:88.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5GofZGe68eVMI018mkRyRwu54KPaNI4 { width:20rem;height:0.6875rem;top:98.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vL6VFrBMr8KWi9XBL4tDs19RSHFuGfVM { width:20rem;height:1.25rem;top:35.8125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HMG32OJkmq0EQHOsMkPimXCoEnt9aWMs { width:2.875rem;height:2.875rem;top:68.65625rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctR4TCQmKVypElR028FMJ6FyTPPefbxM { display:block; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM { background-color: transparent; background-image: none; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row .container > .video-iframe-container { display: none; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row > .video-iframe-container { display: none; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .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); }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM { border-width: 0; border-radius: 0; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row .container { width:20rem;height:44rem;background-color:rgba(222,235,247,0.85);background-image:url("https://images.assets-landingi.com/c80ff2By/white.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row .container.adaptive-delivery-prevent-bg, #ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row .container.lazyload, #ctR4TCQmKVypElR028FMJ6FyTPPefbxM > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #QMnRLBi2cel6v5xoJQaTetE206JJ0ogd { width:20rem;height:4.875rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DXx9kwTv8u6yQyEM30kgU1Hbz2ZUVik6 { width:19.5rem;height:9.75rem;top:10.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFSWMwe1NGv0plTskR302D2MQpIgePOM { width:3.75rem;height:3.75rem;top:8.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deiNaeKmmbp6QUCtfTwloO9atSBsIRUa { width:17.1875rem;height:1.625rem;top:12.5625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLhT7x2MdtTeluiyZbmCFBDgaoOFoD1W { width:17.1875rem;height:2.5rem;top:15.875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo3dJVJUHvKoKWIN6FOfSPTmiwy6SpQy { width:19.5rem;height:9.75rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFDNo62yBPTvRZDFKz1TzviPpZKPNBlg { width:17.1875rem;height:3.75rem;top:27.8125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOhFezdlNhehvHNZrbgIqHonTyuh0X4R { width:17.1875rem;height:1.625rem;top:25.5625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB5TuOHdvcA6Kw9TG8yIvObmEmZQVTEF { width:3.75rem;height:3.75rem;top:21.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeitCVxgPf8ATTkGUPxJeQfrdlN54qI { width:19.5rem;height:9.75rem;top:34.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx36vKPfeVmLkfZASTy6HrOpcIZt6HZS { width:17.1875rem;height:2.5rem;top:40.3125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7rlSmWT6sMoRTJJpTPRgBStmIH7rXL { width:17.1875rem;height:1.625rem;top:37.5625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd0tbcW7NDZDXqsNfTU60Lwly0c7gBpX { width:3.75rem;height:3.75rem;top:33.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUTuJs34ds1SUwJzlWNtwbUXOKakSg8f { width:19.625rem;height:6.4375rem;top:0.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL { display:block; }#KoR1lb0M4xGb2QtF9yTSmsN1RoVSEMCL > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vnsql2JM2sK36eVhiapJB7ABCShAzvuE { width:19.5rem;height:9.75rem;top:26.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVbnv0k8sRiT5D2oHvakqhSiFvgqNViH { width:17.1875rem;height:2.5rem;top:31.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGT20imQVOUOv03BMH8N6TZhoe8045mB { width:17.1875rem;height:1.625rem;top:29.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #beys2xOf7ESChUvnMeeSuVnAZGDU6syU { width:3.75rem;height:3.75rem;top:25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpC11yvwGWnKia1841PFPnhtgrg62he3 { width:19.5rem;height:9.75rem;top:14.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgVQTfWkKikcTU6GQZHuFbmTXTGKD3H { width:3.75rem;height:3.75rem;top:12.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlR6ROMXQAmqtyVGgAkF5mDWWV0LhEzn { width:17.1875rem;height:2.5rem;top:19.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbDWX01OBfKeHMm5hZMRxORT3Wn4QFQs { width:17.1875rem;height:1.625rem;top:17rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Waqn5o6TzKHt8imlf9QtMPComSnpKSAW { width:19.5rem;height:9.75rem;top:2.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ3JRnLMldOURct22D2pihzBymCZN5sc { width:3.75rem;height:3.75rem;top:0.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxLiMBg4FTn3LkdDaIMPUeQvpPvq97r8 { width:17.1875rem;height:1.625rem;top:4.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppSlvivzsO1U9V0T7kv5cmzTVfaWq1Hi { width:17.1875rem;height:3.75rem;top:6.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy { background-color:rgba(222,235,247,0.86);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row .container { background-color: transparent; background-image: none; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row .container > .video-iframe-container { display: none; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row > .video-iframe-container { display: none; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .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); }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row .container { border-width: 0; border-radius: 0; }#Tk39JJGvBAH9JibRGZWRh50Ld82pQIFy > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWFVPZXRWCTSDOn9C7dEuzcAUvuf2ucH { width:20rem;height:4.5rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KUJbOaC5I3kRiXQOyNIXbxTJG0T4Mok3 { width:19.625rem;height:4.9375rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ { display:block; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ { background-color: transparent; background-image: none; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row .container > .video-iframe-container { display: none; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row > .video-iframe-container { display: none; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .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); }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ { border-width: 0; border-radius: 0; }#Bilqp3XWhnXEIZWnEcq2J8Lfvbvu9gmQ > .row .container { width:20rem;height:12.8125rem;background-color:rgba(222,235,247,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE2H0TKwFFC5LAPdhNhyMA0hUEoSeoOu { height:10.625rem;width:19.4375rem;top:0.96875rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL { display:block; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL { background-color: transparent; background-image: none; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row .container > .video-iframe-container { display: none; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row > .video-iframe-container { display: none; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .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); }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL { border-width: 0; border-radius: 0; }#PZm2g0k7vvwBsc93Xp0HtQAzv2hgxrlL > .row .container { width:20rem;height:6.8125rem;background-color:rgba(222,235,247,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmF2PoCETaV5qVbBHn5yxvU9lSt73FNU { width:20rem;height:2.4375rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewxvt0CHKOgVBS5bEtgDBk4wx2Tu8px1 { width:19.625rem;height:4.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO9pGc87gNG7zRm3vOZED7tybUR3TPIC { display:block; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC { background-color: transparent; background-image: none; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row .container > .video-iframe-container { display: none; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row > .video-iframe-container { display: none; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .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); }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC { border-width: 0; border-radius: 0; }#iO9pGc87gNG7zRm3vOZED7tybUR3TPIC > .row .container { width:20rem;height:152.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3yfdDKIRwvl10gvTXCK1SpkTTRybmi1 { width:18.75rem;height:1.625rem;top:9rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLC04r3yHWv4C0XV4qyaARiQStBtHla8 { width:18.75rem;height:1.125rem;top:13.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKlxWPEZ6RLsLPrDSpJZDFm57LSu1A8h { width:18.75rem;height:4.75rem;top:11.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJTaeVC41LM40d8mHklsnyyHhDMMebIz { width:7.625rem;height:7.625rem;top:52.53125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3bbED4LhlKLr7QdrLJfacnrIOdJDT2q { width:7.625rem;height:7.625rem;top:74.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvzEdAg1tTK8Qf0pmC0N7d8ocZHR2lbC { width:7.625rem;height:7.625rem;top:96.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUvkbSZmZPR6WNc36f96Mqh6x6Vvh9Zo { width:17.5625rem;height:1.625rem;top:26.78125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eriNRJIUgP6MHZKsfvQsDOuFCRJfJZuG { width:5.75rem;height:1.625rem;top:43.6875rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIkO5NewZzqCgC2idhbaRC6KoVdkK2Zp { width:5.75rem;height:1.625rem;top:105.0625rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbat5nGHCJxiJOUCZT9zWPO9ikMSBQnd { width:5.75rem;height:1.625rem;top:83.5rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMTb4GmUMKoDQou1NxafC3yfOeiah9a4 { width:5.75rem;height:1.625rem;top:61.46875rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5tQtqTTXJOOg0BdWLKEHCrKtOmTtS07 { width:17.5625rem;height:9.5rem;top:63.625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1749JIwJZkHIa0fpHSSF13rVrHSLNK4 { width:17.5625rem;height:8.3125rem;top:85.75rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRx4QRdhqFT1nR38IhQLkpK1dz8ZpBVB { width:17.5625rem;height:15.4375rem;top:107.375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVDO7vV9neF6D6OR32oZ8WVFLTgvi9S { width:17.5625rem;height:3.5625rem;top:29.5625rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL7xdvPOBAHNyK92EQLqvVlcCsrLTZMk { width:17.5625rem;height:4.75rem;top:46.09375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-regular-label { width:16.875rem;height:auto;background-color:transparent;background-image:none; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-text { width:16.875rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-textarea { width:16.875rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-select { width:16.875rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-input-button { width:16.875rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-checkbox-label { width:16.1875rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .widget-radio-label { width:7.75rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7  { width:17.5rem;height:auto;top:124.875rem;left:0rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 .radio-container { width:17.5rem; }
#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 {display:inline-block;}#hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 { width:17.5rem;height:auto;top:124.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #LdAIm0TidyOtW2hmVy5iTIJbRzkIkCXH {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #l1SH4yV3KhyNatvrZr9Ai5eHfwlsH7SF {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #qGQecO0MS7WcLi1aWB6tcXdpluW6BFNx {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #Uic2pJWHJcRcR3QstR7JhOk0ZtA6BWfp {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #QaklMHwuUGkMccsIvfpINdohqdUmVWAy {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #wK6AS18WK4saEUihdzuO06Xk0gtvHKnA {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #mK9xeP3ENwTlOURthzNMhFHq36BX14d8 {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #smd4kMLz1BxKM7TN7hXDBSzvnnxlWPRU {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #mdpf27TFusmwwyiycZKvTnzwi9vxaUg5 {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #hgMOTubZmMOmT5cRbrC2wyGLCk1k5nFS {  }
 }@media only screen and (max-width: 763px) { #hXsJcRKrhcNRLWwsNstCAL9QRNeUMyZ7 #d8tDpFnZsVylbshmVoW6GmCs3UVkIGWF {  }
 }@media only screen and (max-width: 763px) { #VT55Ed6hn924Dvsg8rdCif1tDibdJG8q { display:block; }
 }@media only screen and (max-width: 763px) { #etbWet4VScyEzTTCOJ4QhGxyROUuHqWR { display:block; }
 }@media only screen and (max-width: 763px) { #DBNTJAlxMd6yUMXs5vys8qR36H1zRC11 { display:block; }
 }@media only screen and (max-width: 763px) { #wSa0J7JXbiqCp90DgagQXkKP0XJCIaXC { display:block; }
 }@media only screen and (max-width: 763px) { #mrPbc7OHWHGAFACpefVAO6B9cwgvUfKg { display:block; }
 }@media only screen and (max-width: 763px) { #yLkpD54ObsnKg2fP3cEQpbCL321eNkx0 { display:block; }
 }@media only screen and (max-width: 763px) { #MTCU4aef3yQ2TT80A6EHbveZk3ad2ncC { display:block; }
 }@media only screen and (max-width: 763px) { #WkaAR8bQRJ7CDvWXkRzd4b1pdvynHGBZ { width:20rem;height:2.25rem;top:146.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZh5ccVzzqU2kDwb2QcLIIQd8E6Legc1 { top:149.8125rem;left:1.21875rem;width:17.5605625rem;height:2.31055rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTkQqvIVllepfST0QHdGIvgdqV7EcnE { display:block; }
 }@media only screen and (max-width: 763px) { #Tox4SLoC9guXfzkSR7m2KHDBwJtU6C2p { width:20rem;height:1rem;top:124.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwKNB4fu1PNKslrxL5sTzesaAZreJeCK { width:20rem;height:1rem;top:144.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlt9582Nm5LfHAe95Iswy0DUwTir8BHu { width:7rem;height:7rem;top:0.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dzx8NZhANqcRPxnmlpzoDbm7Cp3c74W5 { width:7.625rem;height:7.625rem;top:17.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTSuS1NinShlbhTOBFCgFMT7ZT038SV { width:7.625rem;height:7.625rem;top:34.625rem;left:5.9375rem;display:block; }
 }