.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#uOKzF2W022p6Ia8twsSwWXfIZI3vUuz8 { position:relative;display:none; }#uOKzF2W022p6Ia8twsSwWXfIZI3vUuz8 { border-width: 0; border-radius: 0; }#uOKzF2W022p6Ia8twsSwWXfIZI3vUuz8 > .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; }#uOKzF2W022p6Ia8twsSwWXfIZI3vUuz8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8ZLwHCWy/Expert_page_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS.adaptive-delivery-prevent-bg, #xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS.lazyload, #xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS.lazyloading { background-image: none; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row .container { background-color: transparent; background-image: none; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row .container > .video-iframe-container { display: none; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row > .video-iframe-container { display: none; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .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); }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row .container { border-width: 0; border-radius: 0; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row .container { width:960px;height:518px;font-size:14px;font-family:arial;position:relative;display:block; }#JwLIsE5lvhF0TmELpcWf9gfScFaV0aeB { display:block;width:484px;position:absolute;font-family:arial;font-size:60px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:56px;left:36px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#B8Bx4B9EZOwniqsGqW5Jn5U930STJ3mf { display:block;width:485px;position:absolute;font-family:arial;font-size:22px;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:289px;left:35.5px;height:;color:#ffffff;font-style:normal;display:block; }#B8Bx4B9EZOwniqsGqW5Jn5U930STJ3mf li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#B8Bx4B9EZOwniqsGqW5Jn5U930STJ3mf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/15834cbf-cbb0-4f6f-a5f5-fc182f8ceef6/MDtick.png); }
#FKt4Xpup5qhB0ctI4uu19TLCUikSPtcJ { position:absolute;display:block;z-index:15008;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:57px;width:347px;top:56px;left:605.85245901639px;overflow:hidden;display:block; }
#W5ck77KwQ6X1RdBFkPPOpGHNdB0Ov9TL { 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:172px;width:960px;display:none; }
#rTfhnvTog9NoMRksyiPB7Z68VTByCZ4P { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:45px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;display:none; }#rTfhnvTog9NoMRksyiPB7Z68VTByCZ4P.adaptive-delivery-prevent-bg, #rTfhnvTog9NoMRksyiPB7Z68VTByCZ4P.lazyload, #rTfhnvTog9NoMRksyiPB7Z68VTByCZ4P.lazyloading { background-image: none; }
#lDtWfOLqf2mQhzzOkU6qdoedQosLTXyM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Nnh50G73xCQUWz4nGrbsVZqhTIE8w9ll { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:45px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:528.890625px;left:36px;display:none; }#Nnh50G73xCQUWz4nGrbsVZqhTIE8w9ll.adaptive-delivery-prevent-bg, #Nnh50G73xCQUWz4nGrbsVZqhTIE8w9ll.lazyload, #Nnh50G73xCQUWz4nGrbsVZqhTIE8w9ll.lazyloading { background-image: none; }
#SywnrNfLTWBXwvgDX7cCShQ2qFI0NNZK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uPxxcB0p63AnSzMvLh65F9PDOUOTqhrU { position:absolute;display:block;z-index:14999;background-color:rgba(0,4,5,0.57);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:517px;width:560px;top:0px;left:0px;display:block; }
#yq1tUR30xBusArgrksVSioBx1av8zTUT { color:#000000;display:block;width:457px;position:absolute;font-family:arial;font-size:23px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:181px;left:36px;height:59.7812px;display:block; }
#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;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:none; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { border-width: 0; border-radius: 0; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { font-size:14px;font-family:arial;height:125px;width:960px;position:relative;display:none; }#wGXaTNPmhhimVnCDR7msbmIPxFueTHPt { 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:35px;width:90px;top:45px;left:0px;overflow:hidden;display:block; }
#D2meuxUBdzGb4OvPptrqVV8M6hp4CGet { position:absolute;display:block;z-index:15001;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:98px;width:97px;top:13.5px;left:128px;overflow:hidden;display:block; }
#ra9OO3FH0nqZK1PNftNQhbTsJpqJREnM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:61px;width:61px;top:32px;left:484.00003051758px;overflow:hidden;display:block; }
#ZoeCGnwizsu0cm6FG7L6bq4mm2FngcJZ { position:absolute;display:block;z-index:15002;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:40px;width:182px;top:42.5px;left:261.81253051758px;overflow:hidden;display:block; }
#NQtVIMgHpF0FExF5B4N75NTfLZXSKQyZ { position:absolute;display:block;z-index:15004;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:35px;width:150px;top:45px;left:800px;overflow:hidden;display:block; }
#d1v6ViM9sNqn1ULtsw074XhdfPLHN5S9 { position:absolute;display:block;z-index:15003;background-color:#0088cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:58px;width:174px;top:34px;left:786px;display:block; }
#l2e15qmcagaSHh1HUWTJWFkkEDR3aLxD { position:absolute;display:block;z-index:15004;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:36px;width:167px;top:44.5px;left:582.06253051758px;overflow:hidden;display:block; }
#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK { position:relative;display:block; }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK { background-color: transparent; background-image: none; }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK > .row .container > .video-iframe-container { display: none; }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK > .row > .video-iframe-container { display: none; }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK > .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); }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK { border-width: 0; border-radius: 0; }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK > .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; }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:63px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq { position:relative;display:block; }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq { background-color: transparent; background-image: none; }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq > .row .container > .video-iframe-container { display: none; }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq > .row > .video-iframe-container { display: none; }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq > .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); }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq { border-width: 0; border-radius: 0; }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq > .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; }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:123px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O3GJqxQ1TF4eGvRl9u17fJpXX7LQF0fI { display:block;width:960px;position:absolute;font-family:arial;font-size:48px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:30.300003051758px;left:0px;height:124.7812px;text-align:center;text-align-last:center;color:#ff0075;font-style:normal;display:block; }
#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .row .container { background-color: transparent; background-image: none; }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .row .container > .video-iframe-container { display: none; }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .row > .video-iframe-container { display: none; }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .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); }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .row .container { border-width: 0; border-radius: 0; }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .row .container { font-size:14px;font-family:arial;height:87px;width:960px;position:relative;display:block; }#ddmyR2HcyypoTV2MImK5NiFBWrrToRpL { color:#000000;display:block;width:811px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:33.5px;left:74.5px;height:20.7969px;display:block; }
#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .row .container { background-color: transparent; background-image: none; }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .row .container > .video-iframe-container { display: none; }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .row > .video-iframe-container { display: none; }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .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); }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .row .container { border-width: 0; border-radius: 0; }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .row .container { font-size:14px;font-family:arial;height:2048px;width:960px;position:relative;display:block; }#f5g4ne3DQislEPuFfxdAG3vAQrsrEUNC { position:absolute;display:block;z-index:15000;height:1898px;width:815px;top:0px;left:72.5px;display:block; }
#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { position:relative;display:none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { border-width: 0; border-radius: 0; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .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; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:138px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { display:block;width:960px;position:absolute;font-family:raleway;font-size:48px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:37.800003051758px;left:0px;height:62.4px;text-align:center;text-align-last:center;color:#ec1e24;font-style:normal;display:block; }
#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ec1e24;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:none; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { border-width: 0; border-radius: 0; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { font-size:14px;font-family:arial;height:337px;width:960px;position:relative;display:none; }#ee1BHt7oSxNdPeVFlOwO5TDpKesZXmiy { border-bottom:1px solid rgba(52,52,52,0.2);border-left:1px solid rgba(52,52,52,0.2);border-right:1px solid rgba(52,52,52,0.2);border-top:1px solid rgba(52,52,52,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:250px;width:420px;position:absolute;display:block;z-index:15000;top:75px;left:0px;display:block; }
#KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta { border-bottom:4px solid #0ea2f1;border-left:4px solid #0ea2f1;border-right:4px solid #0ea2f1;border-top:4px solid #0ea2f1;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3FDNZzJj/elaineclark020413_150x150_0_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:145px;width:145px;position:absolute;display:block;z-index:15001;top:20px;left:134.5px;display:block; }#KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta.adaptive-delivery-prevent-bg, #KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta.lazyload, #KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta.lazyloading { background-image: none; }
#Pdwrei1VHbFsAfqiwh2bnm6emBtRvAxn { display:block;width:380px;position:absolute;font-family:raleway;font-size:16px;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:183px;left:21px;height:72px;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#t3bofEQMbtQmse9y2quUN1sTQqqzca8Z { display:block;width:400px;position:absolute;font-family:raleway;font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:277px;left:11px;height:28px;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#V3t7gbP1Ww6sUkt4QZqAaDPOBMke3Tmr { border-bottom:1px solid rgba(52,52,52,0.2);border-left:1px solid rgba(52,52,52,0.2);border-right:1px solid rgba(52,52,52,0.2);border-top:1px solid rgba(52,52,52,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:250px;width:420px;position:absolute;display:block;z-index:15004;top:75px;left:538px;display:block; }
#kMKe70TGUqDbZ1dFg5tPqDEKvKleucJG { border-bottom:4px solid #0ea2f1;border-left:4px solid #0ea2f1;border-right:4px solid #0ea2f1;border-top:4px solid #0ea2f1;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fD4OK8SD/chloe_thomas_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:145px;width:145px;position:absolute;display:block;z-index:15005;top:20px;left:672px;display:block; }#kMKe70TGUqDbZ1dFg5tPqDEKvKleucJG.adaptive-delivery-prevent-bg, #kMKe70TGUqDbZ1dFg5tPqDEKvKleucJG.lazyload, #kMKe70TGUqDbZ1dFg5tPqDEKvKleucJG.lazyloading { background-image: none; }
#EkgQtdESto7qIsQi9Df6UAHwMKK4Xlui { display:block;width:380px;position:absolute;font-family:raleway;font-size:16px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:183px;left:559px;height:72px;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#s0Bu6A6olhcrxEkN4gPGT6GBUm0EFPyW { display:block;width:400px;position:absolute;font-family:raleway;font-size:22px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:277px;left:549px;height:28px;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ec1e24;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:none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { border-width: 0; border-radius: 0; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uOKzF2W022p6Ia8twsSwWXfIZI3vUuz8 { display:none; }#uOKzF2W022p6Ia8twsSwWXfIZI3vUuz8 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS { display:block; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwLIsE5lvhF0TmELpcWf9gfScFaV0aeB { width:484px;height:;top:56px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B8Bx4B9EZOwniqsGqW5Jn5U930STJ3mf { width:485px;height:171px;top:289px;left:0px;font-size:16px;display:block; }#B8Bx4B9EZOwniqsGqW5Jn5U930STJ3mf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/15834cbf-cbb0-4f6f-a5f5-fc182f8ceef6/MDtick.png); }
 }@media only screen and (max-width: 763px) { #FKt4Xpup5qhB0ctI4uu19TLCUikSPtcJ { top:56px;left:383px;width:347px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #W5ck77KwQ6X1RdBFkPPOpGHNdB0Ov9TL { width:764px;height:137px;display:none; }
 }@media only screen and (max-width: 763px) { #rTfhnvTog9NoMRksyiPB7Z68VTByCZ4P { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #lDtWfOLqf2mQhzzOkU6qdoedQosLTXyM { display:block; }
 }@media only screen and (max-width: 763px) { #Nnh50G73xCQUWz4nGrbsVZqhTIE8w9ll { width:300px;height:45px;top:528px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SywnrNfLTWBXwvgDX7cCShQ2qFI0NNZK { display:block; }
 }@media only screen and (max-width: 763px) { #uPxxcB0p63AnSzMvLh65F9PDOUOTqhrU { top:0px;left:0px;width:560px;height:517px;display:block; }
 }@media only screen and (max-width: 763px) { #yq1tUR30xBusArgrksVSioBx1av8zTUT { top:181px;left:0px;width:457px;height:59px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #C4PreAwkwpUcSvlx2W87aTaq0TE5UySN { display:block; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGXaTNPmhhimVnCDR7msbmIPxFueTHPt { width:90px;height:35px;top:45px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D2meuxUBdzGb4OvPptrqVV8M6hp4CGet { width:35px;height:35px;top:45px;left:153px;display:block; }
 }@media only screen and (max-width: 763px) { #ra9OO3FH0nqZK1PNftNQhbTsJpqJREnM { width:35px;height:35px;top:45px;left:461px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoeCGnwizsu0cm6FG7L6bq4mm2FngcJZ { width:145px;height:35px;top:45px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #NQtVIMgHpF0FExF5B4N75NTfLZXSKQyZ { width:150px;height:35px;top:45px;left:614px;display:block; }
 }@media only screen and (max-width: 763px) { #d1v6ViM9sNqn1ULtsw074XhdfPLHN5S9 { top:34px;left:590px;width:174px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #l2e15qmcagaSHh1HUWTJWFkkEDR3aLxD { width:100px;height:20px;top:45px;left:461px;display:block; }
 }@media only screen and (max-width: 763px) { #oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK { display:block; }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq { display:block; }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3GJqxQ1TF4eGvRl9u17fJpXX7LQF0fI { width:764px;height:124px;top:30px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 { display:block; }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddmyR2HcyypoTV2MImK5NiFBWrrToRpL { top:33px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 { display:block; }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5g4ne3DQislEPuFfxdAG3vAQrsrEUNC { top:0px;left:0px;width:764px;height:1898px;display:block; }
 }@media only screen and (max-width: 763px) { #HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { width:764px;height:62px;top:37px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s { display:block; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee1BHt7oSxNdPeVFlOwO5TDpKesZXmiy { width:370px;height:250px;top:75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta { width:145px;height:145px;top:0px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #Pdwrei1VHbFsAfqiwh2bnm6emBtRvAxn { width:350px;height:92px;top:163px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #t3bofEQMbtQmse9y2quUN1sTQqqzca8Z { width:350px;height:31px;top:267px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #V3t7gbP1Ww6sUkt4QZqAaDPOBMke3Tmr { width:370px;height:250px;top:75px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #kMKe70TGUqDbZ1dFg5tPqDEKvKleucJG { width:145px;height:145px;top:0px;left:501px;display:block; }
 }@media only screen and (max-width: 763px) { #EkgQtdESto7qIsQi9Df6UAHwMKK4Xlui { width:350px;height:92px;top:162px;left:403px;display:block; }
 }@media only screen and (max-width: 763px) { #s0Bu6A6olhcrxEkN4gPGT6GBUm0EFPyW { width:350px;height:31px;top:267px;left:403px;display:block; }
 }@media only screen and (max-width: 763px) { #DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { display:block; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uOKzF2W022p6Ia8twsSwWXfIZI3vUuz8 { display:none; }#uOKzF2W022p6Ia8twsSwWXfIZI3vUuz8 > .row .container { width:320px;height:617px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS { background-color:transparent;background-image:url("https://images.assets-landingi.com/8ZLwHCWy/Expert_page_1_.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS.adaptive-delivery-prevent-bg, #xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS.lazyload, #xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS.lazyloading { background-image: none; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row .container { background-color: transparent; background-image: none; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row .container > .video-iframe-container { display: none; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row > .video-iframe-container { display: none; }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .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); }#xLQNIbf3tfnGxqptkAZsrt7ySXcyWRpS > .row .container { width:320px;height:492px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwLIsE5lvhF0TmELpcWf9gfScFaV0aeB { width:300px;height:39px;top:73px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #B8Bx4B9EZOwniqsGqW5Jn5U930STJ3mf { width:279px;height:165px;top:143px;left:20.5px;font-size:16px;line-height:1.9;display:block; }#B8Bx4B9EZOwniqsGqW5Jn5U930STJ3mf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/15834cbf-cbb0-4f6f-a5f5-fc182f8ceef6/MDtick.png); }
 }@media only screen and (max-width: 763px) { #FKt4Xpup5qhB0ctI4uu19TLCUikSPtcJ { width:320px;height:52.564841498559px;top:56px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #W5ck77KwQ6X1RdBFkPPOpGHNdB0Ov9TL { top:20px;left:0px;width:237px;height:41px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rTfhnvTog9NoMRksyiPB7Z68VTByCZ4P { top:20px;left:0px;width:300px;height:45px;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #lDtWfOLqf2mQhzzOkU6qdoedQosLTXyM { display:block; }
 }@media only screen and (max-width: 763px) { #Nnh50G73xCQUWz4nGrbsVZqhTIE8w9ll { width:300px;height:45px;top:513.890625px;left:20px;display:none; }
 }@media only screen and (max-width: 763px) { #SywnrNfLTWBXwvgDX7cCShQ2qFI0NNZK { display:block; }
 }@media only screen and (max-width: 763px) { #uPxxcB0p63AnSzMvLh65F9PDOUOTqhrU { width:320px;height:309px;top:20px;left:0px;background-color:rgba(0,2,5,0.62);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) { #yq1tUR30xBusArgrksVSioBx1av8zTUT { width:320px;height:0;top:349px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #C4PreAwkwpUcSvlx2W87aTaq0TE5UySN { display:none; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { width:320px;height:374px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wGXaTNPmhhimVnCDR7msbmIPxFueTHPt { width:90px;height:35px;top:20px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #D2meuxUBdzGb4OvPptrqVV8M6hp4CGet { width:35px;height:35px;top:75px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #ra9OO3FH0nqZK1PNftNQhbTsJpqJREnM { width:35px;height:35px;top:185px;left:142px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoeCGnwizsu0cm6FG7L6bq4mm2FngcJZ { width:145px;height:35px;top:130px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #NQtVIMgHpF0FExF5B4N75NTfLZXSKQyZ { width:150px;height:35px;top:307px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #d1v6ViM9sNqn1ULtsw074XhdfPLHN5S9 { width:174px;height:58px;top:296px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #l2e15qmcagaSHh1HUWTJWFkkEDR3aLxD { width:167px;height:36px;top:240px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK { display:block; }#oKc21mwTOCevVkqtS0oKSNZnP0fp6BsK > .row .container { width:320px;height:12px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq { display:block; }#MLhdO4iEO2T4eUXwObZP3K4wrwoG99Rq > .row .container { width:320px;height:107px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3GJqxQ1TF4eGvRl9u17fJpXX7LQF0fI { width:320px;height:66px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 { display:block; }#USi2VlPOPtPbWy4wG4d7rhNnwWLZMaT3 > .row .container { width:320px;height:1938px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddmyR2HcyypoTV2MImK5NiFBWrrToRpL { width:320px;height:0;top:20px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 { display:block; }#BGxTw1wMWLMQiibUAmt6pobEbbTmDTe3 > .row .container { width:320px;height:1938px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5g4ne3DQislEPuFfxdAG3vAQrsrEUNC { width:320px;height:1898px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { display:none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { width:320px;height:121px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { width:320px;height:67.2px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s { display:none; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { width:320px;height:776px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ee1BHt7oSxNdPeVFlOwO5TDpKesZXmiy { width:300px;height:221px;top:20px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta { width:100px;height:100px;top:270px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #Pdwrei1VHbFsAfqiwh2bnm6emBtRvAxn { width:280px;height:96px;top:128px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t3bofEQMbtQmse9y2quUN1sTQqqzca8Z { width:280px;height:28px;top:222px;left:20px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #V3t7gbP1Ww6sUkt4QZqAaDPOBMke3Tmr { width:300px;height:221px;top:398px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #kMKe70TGUqDbZ1dFg5tPqDEKvKleucJG { width:100px;height:100px;top:648px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #EkgQtdESto7qIsQi9Df6UAHwMKK4Xlui { width:280px;height:96px;top:506px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s0Bu6A6olhcrxEkN4gPGT6GBUm0EFPyW { width:320px;height:28px;top:600px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { display:none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { width:320px;height:40px;position:relative;display:none; } }