.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffc0cc;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fb4aadab-6ac7-4131-8a49-a661286abbd9/Karen_first_pic2.webp");background-position:top right !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; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.adaptive-delivery-prevent-bg, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyload, #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy.lazyloading { background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { background-color: transparent; background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .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); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { border-width: 0; border-radius: 0; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { font-size:14px;font-family:arial;height:1001px;width:1200px;position:relative;display:block; }#dlbPBWsq9F0OsazOqcENHlHqp8nBClhz { color:#ffffff;display:block;width:527px;position:absolute;font-family:"open sans";font-size:43px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:2px 2px 0 rgba(255,24,225,0.5);top:56px;left:63px;height:167.6718px;font-style:normal;display:block; }
#XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { position:absolute;display:block;z-index:15005;background-color:#33d8d8;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:390px;width:294px;top:143px;left:745px;display:none; }
#na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { color:#000000;display:block;width:254px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:160.796875px;left:767px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-form-header {  }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:268px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:268px;box-sizing:border-box;height:46px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-checkbox { width:12px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fdfeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#000000;width:268px;height:60px;font-family:"open sans";overflow:hidden; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]:-moz-placeholder { color:#3f3f3f;font-family:"open sans";font-size:14px;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]::-moz-placeholder { color:#3f3f3f;font-family:"open sans";font-size:14px;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]:-ms-input-placeholder { color:#3f3f3f;font-family:"open sans";font-size:14px;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv [class*="-text"]::-webkit-input-placeholder { color:#3f3f3f;font-family:"open sans";font-size:14px;text-align:center;text-align-last:center; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .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:"open sans";line-height:1.6;font-size:12px;font-weight:400;color:#000000;vertical-align:top;width:252px;overflow:hidden;font-style:normal; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:first-of-type{padding-top:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:last-of-type{padding-bottom:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:268px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:226px;left:618px; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:268px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:226px;left:738px;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { position:relative;display:none; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Mf5Vskfemigv2oiwkpRfR6ozcUwWAKsM { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #RyT95zWa7PcnyEmJqusqGa9hkOIPbD3Q { position:relative;z-index:2; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #OgzSmN1SNJSwldG5b0OqkJQAF02sECSs { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT { position:relative; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr { position:relative; }
#HL31nlQCaL6Z6seOvl4kJktDSEJ7kkft { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:220.796875px;left:792px;height:20px;text-align:center;text-align-last:center;font-style:italic;display:none; }
#VV9pZiR8r83f8IwQD1nUGcTPHzOTw1Ex { color:#545454;display:block;width:488px;position:absolute;font-family:"open sans";font-size:23px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:228px;left:64px;height:73.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DCTThBzBfvRIgP6c8IcgwKz1ChW38oqd { box-sizing:content-box;height:298px;width:513px;position:absolute;display:block;z-index:15000;background-color:#ffc0cc;background-image:none;top:29px;left:626px;display:block; }
#DT64LIvBp3Lep0ebOCLKW8hqeb3gfcaZ { color:#545454;display:block;width:311px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:44px;left:727px;height:57.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vqUlWhJPCNWTSrZTZFiDgQQaIsqVKiUW { color:#ff18e1;display:block;width:368px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:100px;left:699px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-form-header { font-size:12px; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#909090;width:426px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:426px;box-sizing:border-box;height:40px;color:#ff18e1;font-size:20px;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:426px;box-sizing:border-box;height:70px;color:#ff18e1;font-size:20px;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:426px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#ff18e1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:426px;height:40px;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 [class*="-text"]:-moz-placeholder { color:#ff18e1;font-family:"open sans";font-size:18px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 [class*="-text"]::-moz-placeholder { color:#ff18e1;font-family:"open sans";font-size:18px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 [class*="-text"]:-ms-input-placeholder { color:#ff18e1;font-family:"open sans";font-size:18px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 [class*="-text"]::-webkit-input-placeholder { color:#ff18e1;font-family:"open sans";font-size:18px;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .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:"open sans";line-height:1;font-size:12px;font-weight:400;color:#000000;vertical-align:top;width:406px;overflow:hidden;font-style:normal;float:none; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-container:first-of-type{padding-top:0;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-container:last-of-type{padding-bottom:0;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:426px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;left:650px;top:109px;z-index:15022;position:absolute;font-size:12px; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:426px;display:block;vertical-align:top; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 {display:block;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:426px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;left:650px;top:109px;z-index:15022;position:absolute;font-size:12px; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #Nayqk4WCQtO8ckCVQnzRPifPO5u2brWL { position:relative; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #FECWEKrEzbdLgoX8gBNDoCsKMLrOJeTn { position:relative;display:none; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #nwJaSBR8y5vB8QV8vuxZGi3A8QXJ4G1T { position:relative; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #sgTcwwnLnrq0MG1fBgcDLbCMJ34LyUSi { position:relative; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #pusaMdicrTKdOH4XleDSbhyy3KZ573ru { position:relative;display:none; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #fuXUXPXAT1lG3EtZzlbDK4JmhVdIap9n { position:relative; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #JoMPTLaiuKQ0ssAEcUAOTlUJFvPhi6Ez { position:relative; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #U8tp4zT2RzNLeTUDU3kh8cpT7Utv6fbT { position:relative;z-index:2; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #eidKexxzc05xFCGQQsGCbp1o8XdMlI8u { position:relative; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #VTA1Ug8NTKSdV56Eto0ACr2sqN2XKovp { position:relative; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #qFWqXL6IqVX1xJiyCtoudp0egzbIJCnk { position:relative; }
#hgdRzl2luc6rZTd8n44BbX7iW8NmIIh4 { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc0cc;background-image:url("https://images.assets-landingi.com/uc/46fe4ce5-6e44-4439-aa32-515e689e89d4/Karen_pic_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL.adaptive-delivery-prevent-bg, #hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL.lazyload, #hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL.lazyloading { background-image: none; }#hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL > .row .container { border-width: 0; border-radius: 0; }#hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL > .row .container { font-size:14px;font-family:arial;height:12px;width:1200px;position:relative;display:none; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 { position:relative;display:block; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 { background-color: transparent; background-image: none; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row .container > .video-iframe-container { display: none; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row > .video-iframe-container { display: none; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .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); }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 { border-width: 0; border-radius: 0; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffc0cc;background-image:none;font-size:14px;font-family:arial;height:496px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Z8xwqyI2fTnlmV20wD4RRQXnL6qECobM { color:#545454;display:block;width:304px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:298.6875px;left:48px;height:116.953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fuxGwlXaKlkq4qhvGWEyaEBVlv8tDFSw { color:#545454;display:block;width:400px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:235px;left:0px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;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; }
#Q8pAvogG9bdJIDGHNR10wnBeZkwzN4u8 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:8px solid #ff18e1;border-left:8px solid #ff18e1;border-right:8px solid #ff18e1;border-bottom:8px solid #ff18e1;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 50px rgba(0,0,0,0.1) ;height:150px;width:150px;top:56.5px;left:117px;display:block; }
#P0QeRsRhzRbbX923lxEUyTy9FxXv9k2s { box-sizing:content-box;color:#5d92ff;font-size:62px;font-weight:400;line-height:1;height:95px;width:95px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:92px;left:152.5px; }
#T5tb5N99R38BI4lXSATHNU011hLTXpfM { color:#545454;display:block;width:304px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:298.6875px;left:448px;height:116.953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pDhVaJ2JdnOdDkqQHxkng5wgihu8BdGM { color:#545454;display:block;width:400px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:235px;left:400px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;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; }
#iexMgMPz1rHVdyNI0PTHheaJFOcGOxCu { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:8px solid #ff18e1;border-left:8px solid #ff18e1;border-right:8px solid #ff18e1;border-bottom:8px solid #ff18e1;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 50px rgba(0,0,0,0.1) ;height:150px;width:150px;top:56.5px;left:517px;display:block; }
#QdkAoiRVbKzBw9TfZwfFwfSM2Tso9Vgt { box-sizing:content-box;color:#5d92ff;font-size:62px;font-weight:400;line-height:1;height:93px;width:93px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:93px;left:553.5px; }
#T5ThUUkeLeoFxh3hmSBeVoTme32C1Vdc { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:8px solid #ff18e1;border-left:8px solid #ff18e1;border-right:8px solid #ff18e1;border-bottom:8px solid #ff18e1;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 1px 1px 50px rgba(0,0,0,0.1) ;height:150px;width:150px;top:56.5px;left:917px;display:block; }
#BBGIINTTpHuTwVnBhDewGycx6wTPac6o { color:#545454;display:block;width:400px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:235px;left:800px;height:36.3906px;font-style:normal;text-align:center;text-align-last:center;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; }
#lAphdyatp5TtnBhGKhda7d6Sth6peh0K { box-sizing:content-box;color:#5d92ff;font-size:65px;font-weight:400;line-height:1;height:93px;width:93px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:93px;left:953.5px; }
#ntEr0zBQz0W3p6lO5X1ua8Z4nQTDKt4d { color:#545454;display:block;width:304px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:298.6875px;left:848px;height:140.344px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc0cc;background-image:url("https://images.assets-landingi.com/uc/46fe4ce5-6e44-4439-aa32-515e689e89d4/Karen_pic_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF.adaptive-delivery-prevent-bg, #b9BJkkN6TD06WIzCDe0fOdakqLEaUThF.lazyload, #b9BJkkN6TD06WIzCDe0fOdakqLEaUThF.lazyloading { background-image: none; }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .row .container { background-color: transparent; background-image: none; }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .row .container > .video-iframe-container { display: none; }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .row > .video-iframe-container { display: none; }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .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); }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .row .container { border-width: 0; border-radius: 0; }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .row .container { font-size:14px;font-family:arial;height:613px;width:1200px;position:relative;display:block; }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc0cc;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; }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .row .container { background-color: transparent; background-image: none; }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .row .container > .video-iframe-container { display: none; }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .row > .video-iframe-container { display: none; }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .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); }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .row .container { border-width: 0; border-radius: 0; }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .row .container { font-size:14px;font-family:arial;height:696px;width:1200px;position:relative;display:block; }#Bi6r1e4LhwXQhQlWv3ALNm0DZqB5gGds { position:absolute;display:block;z-index:15000;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:300px;width:300px;top:62.430511474609px;left:120px;overflow:hidden;display:block; }
#nlhlLam10V405d5PbZBUXLNNoqm3QfyU { color:#ff18e1;display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:388px;left:120px;height:31.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jgc8ckaGxN1obPKImZ9RyVBzDc73kdLT { color:#545454;display:block;width:600px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:53.437492370605px;left:480px;height:504px;text-align:left;text-align-last:left;display:block; }
#sms9SQh4nmieb64gKpkgzfKiWgspfq5b { color:#545454;display:block;width:300px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:424px;left:120px;height:16.1875px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#L3qLygwLNlM69srT0ifWxkDPaotucJRq { background-color:#ff18e1;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:252px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:594px;left:474px;display:block; }
#ZNxay7EycQ1v4xGdvqnrGAdDhUAGvXGS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc0cc;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; }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .row .container { background-color: transparent; background-image: none; }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .row .container > .video-iframe-container { display: none; }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .row > .video-iframe-container { display: none; }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .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); }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .row .container { border-width: 0; border-radius: 0; }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .row .container { font-size:14px;font-family:arial;height:603px;width:1200px;position:relative;display:block; }#KgslgyIduUclWCTQiPZEqeNdRVRnzinD { box-sizing:content-box;height:380px;width:287px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e00fe45-c23e-46bb-a5fe-3bb7afadcd1f/Katrina1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0px;left:50px;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;display:block; }#KgslgyIduUclWCTQiPZEqeNdRVRnzinD.adaptive-delivery-prevent-bg, #KgslgyIduUclWCTQiPZEqeNdRVRnzinD.lazyload, #KgslgyIduUclWCTQiPZEqeNdRVRnzinD.lazyloading { background-image: none; }
#UTCBRcaxG9NvGS6tapWUB3c7rwCmO8RU { box-sizing:content-box;height:380px;width:287px;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2eee4ac0-da46-407f-b57d-4431451434b7/Lisandra.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0px;left:463px;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;display:block; }#UTCBRcaxG9NvGS6tapWUB3c7rwCmO8RU.adaptive-delivery-prevent-bg, #UTCBRcaxG9NvGS6tapWUB3c7rwCmO8RU.lazyload, #UTCBRcaxG9NvGS6tapWUB3c7rwCmO8RU.lazyloading { background-image: none; }
#T45gFC0abKDXydumOcvMknVNy70FUGmu { box-sizing:content-box;height:380px;width:287px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c5bc12cb-3c63-472c-8e7c-57913a39f1ac/Lan_Anh.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0px;left:863px;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;display:block; }#T45gFC0abKDXydumOcvMknVNy70FUGmu.adaptive-delivery-prevent-bg, #T45gFC0abKDXydumOcvMknVNy70FUGmu.lazyload, #T45gFC0abKDXydumOcvMknVNy70FUGmu.lazyloading { background-image: none; }
#CSEmZecPdnl0fkRLN6EAIBOw1tbZVNyC { color:#545454;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:399px;left:94px;height:23.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pkazED32AywepvirUuXn0xPszGLQEXu8 { color:#545454;display:block;width:306px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:433px;left:41px;height:145.578px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NpeN86T8686rkZbd04fFszqAPxzDVet0 { color:#545454;display:block;width:306px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:433px;left:454px;height:166.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AGQRs8NqGLNp0PIcATeAdLTFgUZKZvPo { color:#545454;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:399px;left:507px;height:23.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrUhnB5wE0nw2ezWth5K2RrqwhcEZwEV { color:#545454;display:block;width:306px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:433px;left:854px;height:103.984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eZREhoafl9UZvsVzAx8OTgclSNz7HgGS { color:#545454;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:399px;left:907px;height:23.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc0cc;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; }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .row .container { background-color: transparent; background-image: none; }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .row .container > .video-iframe-container { display: none; }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .row > .video-iframe-container { display: none; }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .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); }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .row .container { border-width: 0; border-radius: 0; }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .row .container { font-size:14px;font-family:arial;height:199px;width:1200px;position:relative;display:block; }#KAuA4wAZQwc9RPcO2SowZPsztllHGc0K { z-index:15004;top:121px;left:452.984375px;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:#545454;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:293.984px;height:36.9844px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#So1R7X9fAnfDCKP0GUALifxh8bRKlMdQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MeHmGBM6TRXvlavBM1t4p2qeXPyVB5Ca { color:#545454;display:block;width:484px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:49px;left:358px;height:58.5px;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) { #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { display:block; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlbPBWsq9F0OsazOqcENHlHqp8nBClhz { top:56px;left:0px;width:527px;height:167px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { top:143px;left:470px;width:294px;height:390px;display:block; }
 }@media only screen and (max-width: 763px) { #na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { top:160px;left:510px;width:254px;height:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-regular-label { width:268px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-checkbox-label { width:253px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { width:268px;height:auto;top:226px;left:456px; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { width:268px;height:auto;top:226px;left:456px; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Mf5Vskfemigv2oiwkpRfR6ozcUwWAKsM {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #RyT95zWa7PcnyEmJqusqGa9hkOIPbD3Q {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #OgzSmN1SNJSwldG5b0OqkJQAF02sECSs {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr {  }
 }@media only screen and (max-width: 763px) { #HL31nlQCaL6Z6seOvl4kJktDSEJ7kkft { top:220px;left:564px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VV9pZiR8r83f8IwQD1nUGcTPHzOTw1Ex { top:228px;left:0px;width:488px;height:73px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #DCTThBzBfvRIgP6c8IcgwKz1ChW38oqd { top:29px;left:251px;width:513px;height:298px;display:block; }
 }@media only screen and (max-width: 763px) { #DT64LIvBp3Lep0ebOCLKW8hqeb3gfcaZ { top:44px;left:453px;width:311px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #vqUlWhJPCNWTSrZTZFiDgQQaIsqVKiUW { top:100px;left:396px;width:368px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-regular-label { display:block; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-checkbox-label { width:220px; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9  { width:240px;height:auto; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 {display:block;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #Nayqk4WCQtO8ckCVQnzRPifPO5u2brWL {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #FECWEKrEzbdLgoX8gBNDoCsKMLrOJeTn { display:block; }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #nwJaSBR8y5vB8QV8vuxZGi3A8QXJ4G1T {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #sgTcwwnLnrq0MG1fBgcDLbCMJ34LyUSi {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #pusaMdicrTKdOH4XleDSbhyy3KZ573ru { display:block; }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #fuXUXPXAT1lG3EtZzlbDK4JmhVdIap9n {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #JoMPTLaiuKQ0ssAEcUAOTlUJFvPhi6Ez {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #U8tp4zT2RzNLeTUDU3kh8cpT7Utv6fbT { z-index:2; }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #eidKexxzc05xFCGQQsGCbp1o8XdMlI8u {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #VTA1Ug8NTKSdV56Eto0ACr2sqN2XKovp {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #qFWqXL6IqVX1xJiyCtoudp0egzbIJCnk {  }
 }@media only screen and (max-width: 763px) { #hgdRzl2luc6rZTd8n44BbX7iW8NmIIh4 { display:none; }
 }@media only screen and (max-width: 763px) { #hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL { display:block; }#hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 { display:block; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8xwqyI2fTnlmV20wD4RRQXnL6qECobM { width:223px;height:78px;top:313px;left:15.828125px;z-index:15010;font-size:20px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fuxGwlXaKlkq4qhvGWEyaEBVlv8tDFSw { width:223px;height:78px;top:313px;left:15.828125px;z-index:15010;font-size:20px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q8pAvogG9bdJIDGHNR10wnBeZkwzN4u8 { width:150px;height:150px;top:56px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #P0QeRsRhzRbbX923lxEUyTy9FxXv9k2s { top:92px;left:79.5px;width:95px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #T5tb5N99R38BI4lXSATHNU011hLTXpfM { width:223px;height:78px;top:313px;left:15.828125px;z-index:15010;font-size:20px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pDhVaJ2JdnOdDkqQHxkng5wgihu8BdGM { width:223px;height:78px;top:313px;left:525.15625px;z-index:15010;font-size:20px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iexMgMPz1rHVdyNI0PTHheaJFOcGOxCu { width:150px;height:150px;top:56px;left:298px;display:block; }
 }@media only screen and (max-width: 763px) { #QdkAoiRVbKzBw9TfZwfFwfSM2Tso9Vgt { top:93px;left:334.5px;width:93px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #T5ThUUkeLeoFxh3hmSBeVoTme32C1Vdc { width:150px;height:150px;top:56px;left:552px;display:block; }
 }@media only screen and (max-width: 763px) { #BBGIINTTpHuTwVnBhDewGycx6wTPac6o { width:223px;height:78px;top:313px;left:270.5px;z-index:15010;font-size:20px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lAphdyatp5TtnBhGKhda7d6Sth6peh0K { top:93px;left:588.5px;width:93px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #ntEr0zBQz0W3p6lO5X1ua8Z4nQTDKt4d { width:223px;height:78px;top:313px;left:15.828125px;z-index:15010;font-size:20px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b9BJkkN6TD06WIzCDe0fOdakqLEaUThF { display:block; }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs { display:block; }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bi6r1e4LhwXQhQlWv3ALNm0DZqB5gGds { top:62px;left:0px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #nlhlLam10V405d5PbZBUXLNNoqm3QfyU { top:388px;left:0px;width:300px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Jgc8ckaGxN1obPKImZ9RyVBzDc73kdLT { top:53px;left:164px;width:600px;height:504px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sms9SQh4nmieb64gKpkgzfKiWgspfq5b { top:424px;left:0px;width:300px;height:16px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #L3qLygwLNlM69srT0ifWxkDPaotucJRq { width:252px;height:55px;top:594px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNxay7EycQ1v4xGdvqnrGAdDhUAGvXGS { display:block; }
 }@media only screen and (max-width: 763px) { #fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI { display:block; }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgslgyIduUclWCTQiPZEqeNdRVRnzinD { top:0px;left:0px;width:287px;height:380px;display:block; }
 }@media only screen and (max-width: 763px) { #UTCBRcaxG9NvGS6tapWUB3c7rwCmO8RU { top:0px;left:221px;width:287px;height:380px;display:block; }
 }@media only screen and (max-width: 763px) { #T45gFC0abKDXydumOcvMknVNy70FUGmu { top:0px;left:475px;width:287px;height:380px;display:block; }
 }@media only screen and (max-width: 763px) { #CSEmZecPdnl0fkRLN6EAIBOw1tbZVNyC { top:399px;left:21px;width:200px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pkazED32AywepvirUuXn0xPszGLQEXu8 { top:433px;left:0px;width:306px;height:145px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NpeN86T8686rkZbd04fFszqAPxzDVet0 { top:433px;left:202px;width:306px;height:166px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AGQRs8NqGLNp0PIcATeAdLTFgUZKZvPo { top:399px;left:288px;width:200px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yrUhnB5wE0nw2ezWth5K2RrqwhcEZwEV { top:433px;left:456px;width:306px;height:103px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eZREhoafl9UZvsVzAx8OTgclSNz7HgGS { top:399px;left:542px;width:200px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL { display:block; }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAuA4wAZQwc9RPcO2SowZPsztllHGc0K { top:121px;left:234.984375px;width:293px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #So1R7X9fAnfDCKP0GUALifxh8bRKlMdQ { display:block; }
 }@media only screen and (max-width: 763px) { #MeHmGBM6TRXvlavBM1t4p2qeXPyVB5Ca { top:49px;left:140px;width:484px;height:58px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #D8dyFMlGT2IArfykK9F3tJylQ46MTNRy { background-color:#ffc0cc;background-image:none;display:block; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { background-color: transparent; background-image: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row > .video-iframe-container { display: none; }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .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); }#D8dyFMlGT2IArfykK9F3tJylQ46MTNRy > .row .container { width:320px;height:790px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlbPBWsq9F0OsazOqcENHlHqp8nBClhz { width:320px;height:105.2814px;top:226px;left:0px;font-size:27px;text-align:center;text-align-last:center;font-family:"merriweather sans";font-weight:700;font-style:normal;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #XmE8MnmiQEIHESh0KZDG0Zgn2lOsQU70 { width:320px;height:405px;top:400px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #na7lZnRxNwwE4AcOJtZaTSMBmEy8UJuu { width:238px;height:54px;top:421px;left:41px;font-size:18px;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-regular-label { width:268px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:41px; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-text {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-textarea { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-select {padding-top: 0; padding-bottom: 0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-input-button { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-checkbox-label { width:252px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container { padding-top:1px;padding-right:0;padding-bottom:1px;padding-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:first-of-type{padding-top:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .widget-container:last-of-type{padding-bottom:0;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv  { width:268px;height:auto;top:487px;left:6px; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv .radio-container { width:268px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv {display:block;}#LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv { width:268px;height:auto;top:487px;left:6px;display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #XRgrdURWZBxH2OTymOnhJPeO64CQDf8s {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #NGkuIObr0OFDD8aB37bst0TzODc2t2Ks { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Tclu6RO8TmdazvMdB9dK6RockHZAGxhT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #BHP8K15seDBkv9KRTTtxaI0Uoedf7lws {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #LUFGWbKeZuO3EMLE54Nx9mgpFEeseN3U { display:none; }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #SEpgXx2DT3wC867k51OpweECPd8maIIT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #Mf5Vskfemigv2oiwkpRfR6ozcUwWAKsM {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #RyT95zWa7PcnyEmJqusqGa9hkOIPbD3Q {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #OgzSmN1SNJSwldG5b0OqkJQAF02sECSs {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #MruXkwfRIcdhvSFByNBvQbavd41soLdT {  }
 }@media only screen and (max-width: 763px) { #LnAaQno0xAQNea0kFHcQJTU2SJxxMfQv #avz7TvEPxWveqXFDZtN8qiwz70bEOFQr {  }
 }@media only screen and (max-width: 763px) { #HL31nlQCaL6Z6seOvl4kJktDSEJ7kkft { width:200px;height:20px;top:475px;left:60px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #VV9pZiR8r83f8IwQD1nUGcTPHzOTw1Ex { width:320px;height:79.7812px;top:697px;left:0px;font-size:19px;text-align:center;text-align-last:center;line-height:1.4;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #DCTThBzBfvRIgP6c8IcgwKz1ChW38oqd { width:320px;height:318px;top:350px;left:0px;background-color:#ffd0d0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DT64LIvBp3Lep0ebOCLKW8hqeb3gfcaZ { width:320px;height:52.7812px;top:365px;left:0px;font-size:22px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vqUlWhJPCNWTSrZTZFiDgQQaIsqVKiUW { width:261px;height:36px;top:422px;left:21px;font-size:15px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:15px;overflow:hidden;background-color:#ffffff;background-image:none;height:40px;display:block;vertical-align:top; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:15px;overflow:hidden;background-color:#ffffff;background-image:none;display:block;vertical-align:top; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:18px;overflow:hidden;height:48px; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 [class*="-text"]:-moz-placeholder { font-size:15px; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 [class*="-text"]::-moz-placeholder { font-size:15px; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 [class*="-text"]:-ms-input-placeholder { font-size:15px; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 [class*="-text"]::-webkit-input-placeholder { font-size:15px; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-container:first-of-type{padding-top:0;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .widget-container:last-of-type{padding-bottom:0;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9  { width:280px;height:auto;top:551px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 {display:block;}#fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 { width:280px;height:auto;top:457px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #Nayqk4WCQtO8ckCVQnzRPifPO5u2brWL {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #FECWEKrEzbdLgoX8gBNDoCsKMLrOJeTn { display:none; }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #nwJaSBR8y5vB8QV8vuxZGi3A8QXJ4G1T {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #sgTcwwnLnrq0MG1fBgcDLbCMJ34LyUSi {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #pusaMdicrTKdOH4XleDSbhyy3KZ573ru { display:none; }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #fuXUXPXAT1lG3EtZzlbDK4JmhVdIap9n {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #JoMPTLaiuKQ0ssAEcUAOTlUJFvPhi6Ez {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #U8tp4zT2RzNLeTUDU3kh8cpT7Utv6fbT { z-index:2; }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #eidKexxzc05xFCGQQsGCbp1o8XdMlI8u {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #VTA1Ug8NTKSdV56Eto0ACr2sqN2XKovp {  }
 }@media only screen and (max-width: 763px) { #fsoNfcQAV5N17ot5zMPv8uoeJT4iDed9 #qFWqXL6IqVX1xJiyCtoudp0egzbIJCnk {  }
 }@media only screen and (max-width: 763px) { #hgdRzl2luc6rZTd8n44BbX7iW8NmIIh4 { top:0px;left:0px;width:320px;height:202px;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb4aadab-6ac7-4131-8a49-a661286abbd9/Karen_first_pic2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hgdRzl2luc6rZTd8n44BbX7iW8NmIIh4.adaptive-delivery-prevent-bg, #hgdRzl2luc6rZTd8n44BbX7iW8NmIIh4.lazyload, #hgdRzl2luc6rZTd8n44BbX7iW8NmIIh4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL { display:block; }#hKq37JAJlDuzgEZ62TFhfKqrJiVP42dL > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 { background-color:#ffc0cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row .container { background-color: transparent; background-image: none; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row .container > .video-iframe-container { display: none; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row > .video-iframe-container { display: none; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .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); }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row .container { border-width: 0; border-radius: 0; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebv4NygZIiXIIKR5NMGIwnwqmFWVM9w2 > .row .container { width:320px;height:881px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8xwqyI2fTnlmV20wD4RRQXnL6qECobM { width:254px;height:103.984px;top:163px;left:33px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fuxGwlXaKlkq4qhvGWEyaEBVlv8tDFSw { width:145px;height:52px;top:97px;left:88px;text-align:center;text-align-last:center;font-size:20px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q8pAvogG9bdJIDGHNR10wnBeZkwzN4u8 { width:48px;height:48px;top:32px;left:132px;border-top:5px solid #ff18e1;border-left:5px solid #ff18e1;border-right:5px solid #ff18e1;border-bottom:5px solid #ff18e1;display:block; }
 }@media only screen and (max-width: 763px) { #P0QeRsRhzRbbX923lxEUyTy9FxXv9k2s { display:flex;width:29px;height:29px;top:47px;left:147px; }
 }@media only screen and (max-width: 763px) { #T5tb5N99R38BI4lXSATHNU011hLTXpfM { width:254px;height:124.781px;top:439px;left:33px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pDhVaJ2JdnOdDkqQHxkng5wgihu8BdGM { width:145px;height:52px;top:666px;left:88px;text-align:center;text-align-last:center;font-size:20px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iexMgMPz1rHVdyNI0PTHheaJFOcGOxCu { width:48px;height:48px;top:595px;left:132px;border-top:5px solid #ff18e1;border-left:5px solid #ff18e1;border-right:5px solid #ff18e1;border-bottom:5px solid #ff18e1;display:block; }
 }@media only screen and (max-width: 763px) { #QdkAoiRVbKzBw9TfZwfFwfSM2Tso9Vgt { display:flex;width:29px;height:29px;top:610px;left:147px;font-size:20px; }
 }@media only screen and (max-width: 763px) { #T5ThUUkeLeoFxh3hmSBeVoTme32C1Vdc { width:48px;height:48px;top:307px;left:131px;border-top:5px solid #ff18e1;border-left:5px solid #ff18e1;border-right:5px solid #ff18e1;border-bottom:5px solid #ff18e1;display:block; }
 }@media only screen and (max-width: 763px) { #BBGIINTTpHuTwVnBhDewGycx6wTPac6o { width:145px;height:52px;top:372px;left:88px;text-align:center;text-align-last:center;font-size:20px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lAphdyatp5TtnBhGKhda7d6Sth6peh0K { display:flex;width:29px;height:29px;top:322px;left:145px;font-size:20px; }
 }@media only screen and (max-width: 763px) { #ntEr0zBQz0W3p6lO5X1ua8Z4nQTDKt4d { width:252px;height:145.578px;top:733px;left:34px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b9BJkkN6TD06WIzCDe0fOdakqLEaUThF { display:none; }#b9BJkkN6TD06WIzCDe0fOdakqLEaUThF > .row .container { width:320px;height:11px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs { display:block; }#lm5xrz1ghNW6VQSR4TMgNddTVNf7DnUs > .row .container { width:320px;height:1248px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bi6r1e4LhwXQhQlWv3ALNm0DZqB5gGds { width:269px;height:269px;top:41.296875px;left:25.5px;display:block; }
 }@media only screen and (max-width: 763px) { #nlhlLam10V405d5PbZBUXLNNoqm3QfyU { width:320px;height:36.3906px;top:329px;left:0px;font-size:28px;text-align:center;text-align-last:center;font-family:"merriweather sans";display:block; }
 }@media only screen and (max-width: 763px) { #Jgc8ckaGxN1obPKImZ9RyVBzDc73kdLT { width:320px;height:720px;top:415px;left:0px;font-size:15px;text-align:center;text-align-last:center;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #sms9SQh4nmieb64gKpkgzfKiWgspfq5b { width:320px;height:15.2969px;top:369px;left:0px;font-size:17px;text-align:center;text-align-last:center;font-family:"merriweather sans";display:block; }
 }@media only screen and (max-width: 763px) { #L3qLygwLNlM69srT0ifWxkDPaotucJRq { width:191px;height:55px;top:1155px;left:64.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNxay7EycQ1v4xGdvqnrGAdDhUAGvXGS { display:block; }
 }@media only screen and (max-width: 763px) { #fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI { display:block; }#fE9uwmL8x9ktwZpqqzIkwUKkUFLtuWMI > .row .container { width:320px;height:1527px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgslgyIduUclWCTQiPZEqeNdRVRnzinD { width:215px;height:285px;top:0px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UTCBRcaxG9NvGS6tapWUB3c7rwCmO8RU { width:215px;height:285px;top:537.921875px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #T45gFC0abKDXydumOcvMknVNy70FUGmu { width:215px;height:285px;top:1085px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CSEmZecPdnl0fkRLN6EAIBOw1tbZVNyC { width:200px;height:23.3906px;top:306px;left:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pkazED32AywepvirUuXn0xPszGLQEXu8 { width:306px;height:145.578px;top:349px;left:7px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NpeN86T8686rkZbd04fFszqAPxzDVet0 { width:306px;height:166.375px;top:879.296875px;left:7px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AGQRs8NqGLNp0PIcATeAdLTFgUZKZvPo { width:200px;height:23.3906px;top:843.921875px;left:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yrUhnB5wE0nw2ezWth5K2RrqwhcEZwEV { width:306px;height:103.984px;top:1421px;left:7px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eZREhoafl9UZvsVzAx8OTgclSNz7HgGS { width:200px;height:23.3906px;top:1385px;left:53px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL { display:block; }#XsshqNTTQxXn6uP4mVgFe2pcfHzhJzkL > .row .container { width:320px;height:186px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAuA4wAZQwc9RPcO2SowZPsztllHGc0K { top:34px;left:0px;width:320px;height:36.9844px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #So1R7X9fAnfDCKP0GUALifxh8bRKlMdQ { display:block; }
 }@media only screen and (max-width: 763px) { #MeHmGBM6TRXvlavBM1t4p2qeXPyVB5Ca { width:320px;height:72.75px;top:80px;left:0px;font-size:14px;display:block; }
 }