.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/KMn4VEeEPR8/unsplash/sean-oulashin-KMn4VEeEPR8-photo-1507525428034-b723cf961d3e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.19); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.19); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:url("https://images.assets-landingi.com/uc/c2b3bc52-9d71-4ef4-bb09-21942e0ed7c2/CharleneJanuaryTest3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.adaptive-delivery-prevent-bg, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyload, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyloading { background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:14px;font-family:arial;height:786px;width:1200px;position:relative;display:block; }#OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { color:#000000;display:block;width:787px;position:absolute;font-family:"source sans pro";font-size:50px;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:38px;left:206px;height:140px;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; }
#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { color:#000000;display:block;width:542px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:400;z-index:15003;line-height:2.1;letter-spacing:0;top:178px;left:329px;height:100.781px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WgwSlCirTnsKeRlbMnLHhcZLRaRIucI7 { color:#000000;display:block;width:444px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:671px;left:80px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KMIN1y5Wo0FGXPeydAXd1qgqUoiiqmhn { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:18px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:694.375px;left:202px;height:23.3906px;text-align:center;text-align-last:center;display:block; }
#SJGisEn8un9q7IdO6yc4a3V7mTHCZTya { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#CCb2lGwTDuJXbsHQASLxqmU3v9LBPANo { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2fe88ce1-c50e-45d5-a029-ec9439c78b70/Kulwinder_Kaur.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;height:310px;width:310px;top:347px;left:147px;display:block; }#CCb2lGwTDuJXbsHQASLxqmU3v9LBPANo.adaptive-delivery-prevent-bg, #CCb2lGwTDuJXbsHQASLxqmU3v9LBPANo.lazyload, #CCb2lGwTDuJXbsHQASLxqmU3v9LBPANo.lazyloading { background-image: none; }
#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { background-color: transparent; background-image: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .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); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { border-width: 0; border-radius: 0; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { font-size:14px;font-family:arial;height:517px;width:1200px;position:relative;display:block; }#uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { color:#000000;display:block;width:416px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:normal;z-index:15004;line-height:2.1;letter-spacing:0;top:64px;left:92px;height:294px;text-align:center;text-align-last:center;display:block; }
#C6TKgp6S4m83qAQTDqUAwCTcVh3cxC2e { position:absolute;display:block;z-index:15005;background-color:#ff6b6b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:165px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:180px;width:180px;top:64px;left:912px;display:block; }
#RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6 { position:absolute;display:block;z-index:15006;background-color:#8390fa;background-image:url("https://images.assets-landingi.com/uc/5c5f0f97-3516-42af-bd5a-71100ff5ea55/CharleneJanuaryPhotos3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:165px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:180px;width:180px;top:243px;left:912px;display:block; }#RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6.adaptive-delivery-prevent-bg, #RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6.lazyload, #RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6.lazyloading { background-image: none; }
#HozhuQ16hZyt7xnD5RkhN1y1MNFXeELA { position:absolute;display:block;z-index:15007;background-color:#ffe66d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:165px;height:180px;width:180px;top:243px;left:732px;display:block; }
#Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF { position:absolute;display:block;z-index:15008;background-color:#8390fa;background-image:url("https://images.assets-landingi.com/uc/aef8847e-b6a3-4fd5-a51b-91386f41d078/CharleneJanuaryPhotos.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:165px;height:180px;width:180px;top:64px;left:732px;display:block; }#Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF.adaptive-delivery-prevent-bg, #Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF.lazyload, #Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF.lazyloading { background-image: none; }
#vw1TEfLDzd3MfdiBhk7CSXOsShmZ5TJk { position:absolute;display:block;z-index:15023;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:165px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:61px;width:61px;top:64px;left:708px;display:block; }
#cE3QrxGaNlZLduD56glXrxTkcswX89l9 { position:absolute;display:block;z-index:15043;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:86px;left:1005px;display:block; }
#ZWefi7c78xotunzrWJGxMerkiGGl1Me7 { position:absolute;display:block;z-index:15042;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:86px;left:1015px;display:block; }
#EAQAa38e8drgceerbrLw0IkuTJdwaxi1 { position:absolute;display:block;z-index:15041;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:86px;left:1026px;display:block; }
#opya9V7eh7pdDBHe7iCqqH2bsxFWo5HF { position:absolute;display:block;z-index:15042;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:86px;left:1037px;display:block; }
#tHoyzQ1dDJUeN7VwCeDzl0Bh6JF6B7pX { position:absolute;display:block;z-index:15046;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:96px;left:1037px;display:block; }
#tS7LXhCgnybge7hWElM0rzm810XdtdCi { position:absolute;display:block;z-index:15045;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:96px;left:1026px;display:block; }
#V0k6fS2NQH87Pa7Gtac87QyphcVAaJf8 { position:absolute;display:block;z-index:15046;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:96px;left:1015px;display:block; }
#wEKqyJVGpoPb2KdyGdVLiMbDE7OWs63m { position:absolute;display:block;z-index:15047;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:96px;left:1005px;display:block; }
#AIm0dhhAUyOGJg91ZOHTtUMTCKMIx5xo { position:absolute;display:block;z-index:15044;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:86px;left:1048px;display:block; }
#VKz1h022K3Qp39PE038dJvO5ap0CBoze { position:absolute;display:block;z-index:15048;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:96px;left:1048px;display:block; }
#l6nNErT4hHpgtDKRO4HgR40hFtXM6kGG { position:absolute;display:block;z-index:15054;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:370px;left:736px;display:block; }
#W8vgDnTXUXfKyGwwkxFOFi6661vsZZXo { position:absolute;display:block;z-index:15056;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:370px;left:747px;display:block; }
#VVEzEawrBxzyvr7qpwz8PwrlwaIWbnKW { position:absolute;display:block;z-index:15053;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:370px;left:727px;display:block; }
#IC1v4LeO1PIFkPMAK3A0U8aW518uH8sV { position:absolute;display:block;z-index:15054;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:370px;left:716px;display:block; }
#LowFQdare6NBHs7ZlbcSWNi4EMq8MV3X { position:absolute;display:block;z-index:15058;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:380px;left:736px;display:block; }
#TTT1Ca4aVhrBsNdIeZlt0tzWSy2mIhat { position:absolute;display:block;z-index:15057;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:380px;left:727px;display:block; }
#aEHU9q7XJ7uOydvntiORJcieiALSZkX5 { position:absolute;display:block;z-index:15058;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:380px;left:716px;display:block; }
#DFPyzdmel9iL5l8TSWWq7K7pEUS1wtZo { position:absolute;display:block;z-index:15060;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:380px;left:747px;display:block; }
#CncZkXTe9yoSko1nXHhRN8OH5A1hFxTq { position:absolute;display:block;z-index:15055;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:370px;left:706px;display:block; }
#AAb2vCRGFc0KqVRXM6AbvDFvEfvwoOfK { position:absolute;display:block;z-index:15059;background-color:#2c81b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:5px;width:5px;top:380px;left:706px;display:block; }
#kwl7HqxkXzbGsNikixP6BCnoKDhFVl0b { position:absolute;display:block;z-index:15008;background-color:#8390fa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:100px;border-bottom-right-radius:0;height:58px;width:58px;top:397px;left:1005px;display:block; }
#R0TOpHovpk05cdh95RIpTKh5TrDIAID6 { background-color:#1ab7bc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:374px;left:200px;display:block; }
#HDIdwd0TgZrJnaHSihQya5f3O9haHF8A { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IzE85b455ETvCBgSJvDML9pdqVdhSGgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1ab7bc, #ffffff);background-image: -moz-linear-gradient(180deg, #1ab7bc, #ffffff);background-image: -ms-linear-gradient(180deg, #1ab7bc, #ffffff);background-image: -o-linear-gradient(180deg, #1ab7bc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab7bc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ab7bc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #1ab7bc, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .row .container { background-color: transparent; background-image: none; }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .row .container > .video-iframe-container { display: none; }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .row > .video-iframe-container { display: none; }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .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); }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .row .container { border-width: 0; border-radius: 0; }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .row .container { background-color: transparent; background-image: none; }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .row .container > .video-iframe-container { display: none; }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .row > .video-iframe-container { display: none; }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .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); }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .row .container { border-width: 0; border-radius: 0; }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .row .container { font-size:14px;font-family:arial;height:424px;width:1200px;position:relative;display:block; }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ffffff, #1ab7bc);background-image: -moz-linear-gradient(360deg, #ffffff, #1ab7bc);background-image: -ms-linear-gradient(360deg, #ffffff, #1ab7bc);background-image: -o-linear-gradient(360deg, #ffffff, #1ab7bc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1ab7bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1ab7bc' );";background-image: linear-gradient(360deg, #ffffff, #1ab7bc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .row .container { background-color: transparent; background-image: none; }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .row .container > .video-iframe-container { display: none; }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .row > .video-iframe-container { display: none; }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .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); }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .row .container { border-width: 0; border-radius: 0; }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .row .container { font-size:14px;font-family:arial;height:147px;width:1200px;position:relative;display:block; }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .row .container { background-color: transparent; background-image: none; }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .row .container > .video-iframe-container { display: none; }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .row > .video-iframe-container { display: none; }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .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); }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .row .container { border-width: 0; border-radius: 0; }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .row .container { font-size:14px;font-family:arial;height:514px;width:1200px;position:relative;display:block; }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(26,183,188,0.7);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .row .container { background-color: transparent; background-image: none; }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .row .container > .video-iframe-container { display: none; }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .row > .video-iframe-container { display: none; }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .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); }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .row .container { border-width: 0; border-radius: 0; }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .row .container { font-size:14px;font-family:arial;height:215px;width:1200px;position:relative;display:block; }#nJdiOh1icEuPJkqD64qIiZTdGtbWFh98 { color:#000000;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:35px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:44.5px;left:0px;height:52.5px;text-align:center;text-align-last:center;display:block; }
#SfD0IuhLoITopMaGh9xKWHIwmK1g9KFm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #1ab7bc;border-left:2px solid #1ab7bc;border-right:2px solid #1ab7bc;border-bottom:2px solid #1ab7bc;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#1ab7bc;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:50px;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:112px;left:500px;display:block; }
#NF5V6gu5pMO8qa9NJxieEFMZg9Wxzz8k { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ns19utaW023srTPw5REOGByr3L8K9oFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .row .container { background-color: transparent; background-image: none; }#Ns19utaW023srTPw5REOGByr3L8K9oFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .row .container > .video-iframe-container { display: none; }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .row > .video-iframe-container { display: none; }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .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); }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .row .container { border-width: 0; border-radius: 0; }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#bWA17UGQFETLPUiCWHWg2NCiZPBbeuXN { z-index:15001;top:74.484375px;left:0px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#020202;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1200px;height:26px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VF1ZRbRQzDo6N0qzzswRmP944AzoXKU6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rQqZ4xbvq2gW9x2o4De0G65vg843Q8xi { color:#020202;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20px;left:0px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#vPsafZtB63ti9TLvrS9qs6UOnV41PX7Z { color:#020202;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:46.6875px;left:0px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { top:38px;left:0px;width:764px;height:140px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { top:178px;left:111px;width:542px;height:100px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WgwSlCirTnsKeRlbMnLHhcZLRaRIucI7 { top:671px;left:0px;width:444px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KMIN1y5Wo0FGXPeydAXd1qgqUoiiqmhn { top:694px;left:0px;width:200px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SJGisEn8un9q7IdO6yc4a3V7mTHCZTya { display:none; }
 }@media only screen and (max-width: 763px) { #CCb2lGwTDuJXbsHQASLxqmU3v9LBPANo { top:347px;left:0px;width:310px;height:310px;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { top:64px;left:0px;width:416px;height:294px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #C6TKgp6S4m83qAQTDqUAwCTcVh3cxC2e { top:64px;left:584px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6 { top:243px;left:584px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #HozhuQ16hZyt7xnD5RkhN1y1MNFXeELA { top:243px;left:405px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF { top:64px;left:405px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #vw1TEfLDzd3MfdiBhk7CSXOsShmZ5TJk { top:64px;left:382px;width:61px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #cE3QrxGaNlZLduD56glXrxTkcswX89l9 { top:86px;left:678px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWefi7c78xotunzrWJGxMerkiGGl1Me7 { top:86px;left:688px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #EAQAa38e8drgceerbrLw0IkuTJdwaxi1 { top:86px;left:699px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #opya9V7eh7pdDBHe7iCqqH2bsxFWo5HF { top:86px;left:710px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #tHoyzQ1dDJUeN7VwCeDzl0Bh6JF6B7pX { top:96px;left:710px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #tS7LXhCgnybge7hWElM0rzm810XdtdCi { top:96px;left:699px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #V0k6fS2NQH87Pa7Gtac87QyphcVAaJf8 { top:96px;left:688px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #wEKqyJVGpoPb2KdyGdVLiMbDE7OWs63m { top:96px;left:678px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #AIm0dhhAUyOGJg91ZOHTtUMTCKMIx5xo { top:86px;left:721px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #VKz1h022K3Qp39PE038dJvO5ap0CBoze { top:96px;left:721px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #l6nNErT4hHpgtDKRO4HgR40hFtXM6kGG { top:370px;left:409px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #W8vgDnTXUXfKyGwwkxFOFi6661vsZZXo { top:370px;left:420px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #VVEzEawrBxzyvr7qpwz8PwrlwaIWbnKW { top:370px;left:400px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #IC1v4LeO1PIFkPMAK3A0U8aW518uH8sV { top:370px;left:389px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #LowFQdare6NBHs7ZlbcSWNi4EMq8MV3X { top:380px;left:409px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #TTT1Ca4aVhrBsNdIeZlt0tzWSy2mIhat { top:380px;left:400px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #aEHU9q7XJ7uOydvntiORJcieiALSZkX5 { top:380px;left:389px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #DFPyzdmel9iL5l8TSWWq7K7pEUS1wtZo { top:380px;left:420px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #CncZkXTe9yoSko1nXHhRN8OH5A1hFxTq { top:370px;left:382px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #AAb2vCRGFc0KqVRXM6AbvDFvEfvwoOfK { top:380px;left:382px;width:5px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #kwl7HqxkXzbGsNikixP6BCnoKDhFVl0b { top:397px;left:678px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #R0TOpHovpk05cdh95RIpTKh5TrDIAID6 { width:200px;height:50px;top:374px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #HDIdwd0TgZrJnaHSihQya5f3O9haHF8A { display:block; }
 }@media only screen and (max-width: 763px) { #IzE85b455ETvCBgSJvDML9pdqVdhSGgr { display:block; }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Do6qznL0Vs00JmnT82bCT0lIK9G40aUi { display:block; }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm { display:block; }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWVEQp43vAXm0zgMzHqsml6PLEUWItmN { display:block; }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goM3GQ8UMC1aXslUnnP3amc86pbeQsgv { display:block; }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJdiOh1icEuPJkqD64qIiZTdGtbWFh98 { top:44px;left:0px;width:764px;height:52px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #SfD0IuhLoITopMaGh9xKWHIwmK1g9KFm { width:200px;height:50px;top:112px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { #NF5V6gu5pMO8qa9NJxieEFMZg9Wxzz8k { display:block; }
 }@media only screen and (max-width: 763px) { #Ns19utaW023srTPw5REOGByr3L8K9oFo { display:block; }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWA17UGQFETLPUiCWHWg2NCiZPBbeuXN { top:74px;left:0px;width:748px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #VF1ZRbRQzDo6N0qzzswRmP944AzoXKU6 { display:block; }
 }@media only screen and (max-width: 763px) { #rQqZ4xbvq2gW9x2o4De0G65vg843Q8xi { top:20px;left:0px;width:764px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vPsafZtB63ti9TLvrS9qs6UOnV41PX7Z { top:46px;left:0px;width:764px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/99bf6d46-893c-4fda-b064-adb911e55317/CharleneJanuaryTestMobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.adaptive-delivery-prevent-bg, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyload, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyloading { background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:320px;height:616px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { width:320px;height:74.7812px;top:37px;left:0px;font-size:22px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { width:246px;height:91.7812px;top:111.75px;left:37px;font-size:18px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WgwSlCirTnsKeRlbMnLHhcZLRaRIucI7 { width:320px;height:23.3906px;top:527px;left:0px;font-size:18px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KMIN1y5Wo0FGXPeydAXd1qgqUoiiqmhn { width:320px;height:20.7969px;top:550px;left:0px;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SJGisEn8un9q7IdO6yc4a3V7mTHCZTya { top:516px;left:0px;width:320px;height:65px;z-index:15001;background-color:rgba(0,0,0,0.29);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CCb2lGwTDuJXbsHQASLxqmU3v9LBPANo { width:270px;height:270px;top:229.5px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:320px;height:668px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { width:291px;height:205.734px;top:357px;left:14.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6TKgp6S4m83qAQTDqUAwCTcVh3cxC2e { width:130px;height:130px;top:45px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6 { width:130px;height:130px;top:175px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #HozhuQ16hZyt7xnD5RkhN1y1MNFXeELA { width:130px;height:130px;top:175px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF { width:130px;height:130px;top:45px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #vw1TEfLDzd3MfdiBhk7CSXOsShmZ5TJk { width:61px;height:61px;top:22px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cE3QrxGaNlZLduD56glXrxTkcswX89l9 { width:5px;height:5px;top:67px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWefi7c78xotunzrWJGxMerkiGGl1Me7 { width:5px;height:5px;top:67px;left:227px;display:block; }
 }@media only screen and (max-width: 763px) { #EAQAa38e8drgceerbrLw0IkuTJdwaxi1 { width:5px;height:5px;top:67px;left:238px;display:block; }
 }@media only screen and (max-width: 763px) { #opya9V7eh7pdDBHe7iCqqH2bsxFWo5HF { width:5px;height:5px;top:67px;left:249px;display:block; }
 }@media only screen and (max-width: 763px) { #tHoyzQ1dDJUeN7VwCeDzl0Bh6JF6B7pX { width:5px;height:5px;top:77px;left:249px;display:block; }
 }@media only screen and (max-width: 763px) { #tS7LXhCgnybge7hWElM0rzm810XdtdCi { width:5px;height:5px;top:77px;left:238px;display:block; }
 }@media only screen and (max-width: 763px) { #V0k6fS2NQH87Pa7Gtac87QyphcVAaJf8 { width:5px;height:5px;top:77px;left:227px;display:block; }
 }@media only screen and (max-width: 763px) { #wEKqyJVGpoPb2KdyGdVLiMbDE7OWs63m { width:5px;height:5px;top:77px;left:217px;display:block; }
 }@media only screen and (max-width: 763px) { #AIm0dhhAUyOGJg91ZOHTtUMTCKMIx5xo { width:5px;height:5px;top:67px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #VKz1h022K3Qp39PE038dJvO5ap0CBoze { width:5px;height:5px;top:77px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #l6nNErT4hHpgtDKRO4HgR40hFtXM6kGG { width:5px;height:5px;top:246px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #W8vgDnTXUXfKyGwwkxFOFi6661vsZZXo { width:5px;height:5px;top:246px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #VVEzEawrBxzyvr7qpwz8PwrlwaIWbnKW { width:5px;height:5px;top:246px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #IC1v4LeO1PIFkPMAK3A0U8aW518uH8sV { width:5px;height:5px;top:257px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #LowFQdare6NBHs7ZlbcSWNi4EMq8MV3X { width:5px;height:5px;top:257px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TTT1Ca4aVhrBsNdIeZlt0tzWSy2mIhat { width:5px;height:5px;top:257px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #aEHU9q7XJ7uOydvntiORJcieiALSZkX5 { width:5px;height:5px;top:246px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #DFPyzdmel9iL5l8TSWWq7K7pEUS1wtZo { width:5px;height:5px;top:257px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CncZkXTe9yoSko1nXHhRN8OH5A1hFxTq { width:5px;height:5px;top:246px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #AAb2vCRGFc0KqVRXM6AbvDFvEfvwoOfK { width:5px;height:5px;top:257px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #kwl7HqxkXzbGsNikixP6BCnoKDhFVl0b { width:58px;height:58px;top:284px;left:222px;display:block; }
 }@media only screen and (max-width: 763px) { #R0TOpHovpk05cdh95RIpTKh5TrDIAID6 { width:200px;height:48px;top:577px;left:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HDIdwd0TgZrJnaHSihQya5f3O9haHF8A { display:block; }
 }@media only screen and (max-width: 763px) { #IzE85b455ETvCBgSJvDML9pdqVdhSGgr { display:block; }#IzE85b455ETvCBgSJvDML9pdqVdhSGgr > .row .container { width:320px;height:274px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Do6qznL0Vs00JmnT82bCT0lIK9G40aUi { display:block; }#Do6qznL0Vs00JmnT82bCT0lIK9G40aUi > .row .container { width:320px;height:641px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm { display:block; }#ZK24ixIXkL1HkHNTgNXVDaqsDSW4Izrm > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cWVEQp43vAXm0zgMzHqsml6PLEUWItmN { display:block; }#cWVEQp43vAXm0zgMzHqsml6PLEUWItmN > .row .container { width:320px;height:1018px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goM3GQ8UMC1aXslUnnP3amc86pbeQsgv { display:block; }#goM3GQ8UMC1aXslUnnP3amc86pbeQsgv > .row .container { width:320px;height:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJdiOh1icEuPJkqD64qIiZTdGtbWFh98 { width:320px;height:66px;top:36px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SfD0IuhLoITopMaGh9xKWHIwmK1g9KFm { width:200px;height:48px;top:120px;left:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NF5V6gu5pMO8qa9NJxieEFMZg9Wxzz8k { display:block; }
 }@media only screen and (max-width: 763px) { #Ns19utaW023srTPw5REOGByr3L8K9oFo { display:block; }#Ns19utaW023srTPw5REOGByr3L8K9oFo > .row .container { width:320px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWA17UGQFETLPUiCWHWg2NCiZPBbeuXN { top:75px;left:22px;width:277px;height:37px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VF1ZRbRQzDo6N0qzzswRmP944AzoXKU6 { display:block; }
 }@media only screen and (max-width: 763px) { #rQqZ4xbvq2gW9x2o4De0G65vg843Q8xi { width:320px;height:18.1875px;top:11px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vPsafZtB63ti9TLvrS9qs6UOnV41PX7Z { width:320px;height:36.375px;top:37px;left:0px;font-size:14px;display:block; }
 }