.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-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;
  }
}
@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;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); }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN { border-top:0;border-left:0;border-right:0;border-bottom:4px solid #00a3ff;background-color:#ffffff;background-image:none;position:relative;display:block; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { background-color: transparent; background-image: none; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container > .video-iframe-container { display: none; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row > .video-iframe-container { display: none; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .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); }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { border-width: 0; border-radius: 0; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { font-size:14px;font-family:"open sans";height:97.01562px;width:960px;position:relative;display:block; }#iaqGaXn4lrd6uMp1K1BeDqo54K5Aeyu4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:221.973px;top:0;left:368.4765625px;overflow:hidden;display:block; }
#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3cgf1PX7/map2.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:960px;height:640px;font-size:14px;font-family:"open sans";position:relative;display:block; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { display:block;width:585.996px;position:absolute;font-family:"open sans";font-size:57px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:66.9921875px;left:50px;height:147.5px;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:#343434;display:block; }
#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { display:block;width:540px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:267.96875px;left:50px;height:126.25px;color:#343434;font-style:normal;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-8px;content: "\2001"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
#klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { background-color:#56abe8;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;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:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:568.984px;height:57.9883px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:508.9453125px;left:54.47265625px;display:block; }
#K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#XqblQ70tVN3wCS4wbcva7dmxIkTfhz6O { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.87);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:640px;width:671px;top:0;left:0;display:block; }
#EZ5kldigB82L7bRslqtmxwbE8741tTar { display:block;width:572.988px;position:absolute;font-family:"open sans";font-size:30px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:451.93359375px;left:52.5px;height:38.75px;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:#343434;text-align:center;text-align-last:center;display:block; }
#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { border-top:4px solid #00a3ff;border-left:0;border-right:0;border-bottom:4px solid #00a3ff;background-color:transparent;background-image:url("https://images.assets-landingi.com/7fxKesJt/kmp_background_tile.png");background-position:center;background-repeat:repeat-x;background-attachment:scroll;position:relative;display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { background-color: transparent; background-image: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.47); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container > .video-iframe-container { display: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.47); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row > .video-iframe-container { display: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .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); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { border-width: 0; border-radius: 0; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { font-size:14px;font-family:"open sans";height:236.03124px;width:960px;position:relative;display:block; }#gZVafTuuTyrPIMgKU2HeqiSIbL8W49dt { display:block;width:960px;position:absolute;font-family:"open sans";font-size:48px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:62px;left:0;height:61.25px;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:#343434;text-align:center;text-align-last:center;display:block; }
#K0drW8uhZwDxPTNdQ1S09L5AzQelB07X { display:block;width:960px;position:absolute;font-family:"open sans";font-size:28px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:132.99609375px;left:0;height:36.25px;font-style:normal;color:#343434;text-align:center;text-align-last:center;display:block; }
#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ > .row .container { background-color: transparent; background-image: none; }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ > .row .container > .video-iframe-container { display: none; }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ > .row > .video-iframe-container { display: none; }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ > .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); }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ > .row .container { border-width: 0; border-radius: 0; }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ > .row .container { font-size:14px;font-family:"open sans";height:49px;width:960px;position:relative;display:block; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { background-color: transparent; background-image: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container > .video-iframe-container { display: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row > .video-iframe-container { display: none; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .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); }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { border-width: 0; border-radius: 0; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { font-size:14px;font-family:"open sans";height:356px;width:960px;position:relative;display:block; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/Gen9t9F8/KMP_Physicians.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;height:300px;width:450px;position:absolute;display:block;z-index:100000;top:0;left:0;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#JQWarB7ONGlW6xkEagJbJ1TJa0oWRW5p { display:block;width:470px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:86px;left:490px;height:38.75px;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:#56abe8;display:block; }
#CACvr74tX6cpBXPgPXpQNoD2IclqHXxm { display:block;width:470px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:133px;left:490px;height:78.75px;display:block; }
#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { background-color: transparent; background-image: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container > .video-iframe-container { display: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row > .video-iframe-container { display: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .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); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { border-width: 0; border-radius: 0; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { font-size:14px;font-family:"open sans";height:356px;width:960px;position:relative;display:block; }#fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/3ya21PFP/dr.shah_portrait.jpg");background-position:top left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;height:300px;width:450px;position:absolute;display:block;z-index:100000;top:0;left:510px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#KeaWLHZyBbdrOcUFtmmCO4ks661yTQFS { display:block;width:470px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:86px;left:0;height:38.75px;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:#56abe8;display:block; }
#VrTNfMTPrwla9DANkNBHt06nC1fUN6TP { display:block;width:470px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:133px;left:0;height:78.75px;display:block; }
#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET { position:relative;display:block; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET { background-color: transparent; background-image: none; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row .container > .video-iframe-container { display: none; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row > .video-iframe-container { display: none; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .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); }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET { border-width: 0; border-radius: 0; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .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:"open sans";height:361px;width:960px;position:relative;display:block; }#LyorIopGWfLQGX5fHdOeAQfsU9d7930r { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#fafafa;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:250px;width:300px;position:absolute;display:block;z-index:100000;top:71px;left:0;display:block; }
#XLzeWBDJHwhAItiqM8wAQKMV7GBgnDoB { border-bottom:0;border-left:0;border-right:0;border-top:0;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:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:115px;width:115px;position:absolute;display:block;z-index:100001;top:12px;left:93px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#mViA4cbRQn1DufJqurClCELQt8Lb4x1n { display:block;width:280px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:170px;left:11px;height:25px;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#pXDyVL2a3zoSI5c2GSRpPqRBkeTWJivV { display:block;width:211px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:206px;left:45px;height:60px;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#rewBeuhG44t11SlShXXuLEHQLniW27lC { box-sizing:content-box;color:#56abe8;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:35px;left:115px;display:block; }
#WSAVELc7KRLMyIm85I8uS24uGcfi5BDK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#fafafa;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:250px;width:300px;position:absolute;display:block;z-index:100005;top:69px;left:330px;display:block; }
#MO3MmyseDapSK92yx84Tf9et1IDbWh5l { display:block;width:211px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:204px;left:375px;height:60px;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#NqPg11Jt9Vt6l1eH4M70WNapV4SMx37b { display:block;width:280px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:168px;left:341px;height:25px;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#iToPewcAyduQTckIKKPBpbWBQBv9TskK { border-bottom:0;border-left:0;border-right:0;border-top:0;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:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:115px;width:115px;position:absolute;display:block;z-index:100006;top:10px;left:423px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#qoJSkdrVcgSFvFE02VA2WCP38zXwn5cE { box-sizing:content-box;color:#56abe8;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:33px;left:445px;display:block; }
#xeZb6RgoWvudSTVSLaRrSXeDMXRKqrmD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#fafafa;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:250px;width:300px;position:absolute;display:block;z-index:100010;top:70px;left:660px;display:block; }
#Wf0DMbzPEDLBlRAkcTOGJKlpFx4Etm9L { display:block;width:211px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:204px;left:705px;height:60px;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#T6HRNJNrBWZMHoU3qozoNWkwvmx8PJKh { display:block;width:280px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:168px;left:671px;height:25px;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#tBb7hTW8vmTf3x4eUa00hzQ7Nd35c78D { border-bottom:0;border-left:0;border-right:0;border-top:0;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:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:115px;width:115px;position:absolute;display:block;z-index:100011;top:10px;left:753px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;display:block; }
#sTPCoTrGrCXazeXBHhWRQ39osGftqvZI { box-sizing:content-box;color:#56abe8;font-size:49px;font-weight:400;line-height:1;height:70px;width:70px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:33px;left:775px;display:block; }
#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { background-color: transparent; background-image: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container > .video-iframe-container { display: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row > .video-iframe-container { display: none; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .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); }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { border-width: 0; border-radius: 0; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { font-size:14px;font-family:"open sans";height:59px;width:960px;position:relative;display:block; }#E6DwITiRLQMxtu0C6KVQaMOo8DZWrXnH { background-color:#56abe8;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;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:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257px;height:58px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0;left:351px;display:block; }
#ZIxbV59kn03RsTHw3drxlsESFhwJGTtM { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR > .row .container { background-color: transparent; background-image: none; }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR > .row .container > .video-iframe-container { display: none; }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR > .row > .video-iframe-container { display: none; }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR > .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); }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR > .row .container { border-width: 0; border-radius: 0; }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR > .row .container { font-size:14px;font-family:"open sans";height:100px;width:960px;position:relative;display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { position:relative;display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { background-color: transparent; background-image: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container > .video-iframe-container { display: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row > .video-iframe-container { display: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .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); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { border-width: 0; border-radius: 0; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .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:"open sans";height:100px;width:960px;position:relative;display:block; }#TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { display:block;width:960px;position:absolute;font-family:"open sans";font-size:48px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0;left:0;height:61.25px;text-align:center;text-align-last:center;color:#343434;font-style:normal;display:block; }
#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s > .row .container { background-color: transparent; background-image: none; }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s > .row .container > .video-iframe-container { display: none; }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s > .row > .video-iframe-container { display: none; }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s > .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); }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s > .row .container { border-width: 0; border-radius: 0; }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s > .row .container { font-size:14px;font-family:"open sans";height:337px;width:960px;position:relative;display:block; }#SDtxcAZbfmIEalDo2hObOIb6TD1fAP6f { 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;background-repeat:repeat;background-attachment:scroll;height:250px;width:420px;position:absolute;display:block;z-index:100000;top:75px;left:0;display:block; }
#pqp02whpyFSsp6QKqaCpyLVvpvpfTIiW { display:block;width:380px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:183px;left:21px;height:71.25px;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#W42TCL3g0I7dDPCzeg9qTbw7ry3Hq8Gy { display:block;width:400px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:277px;left:11px;height:27.5px;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#k4hiOXzsQrpyzDJbcmt5B09rSqtWR3eu { 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;background-repeat:repeat;background-attachment:scroll;height:250px;width:420px;position:absolute;display:block;z-index:100004;top:75px;left:538px;display:block; }
#HGTxa62lfcO3r8fZ5Nbpuq2bbvPr5Hzq { display:block;width:380px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:183px;left:559px;height:71.25px;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#d7bV3gT3xOTQLVbNQJHmC5nX3KBylKoO { display:block;width:400px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:277px;left:549px;height:27.5px;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#AOQ8sFwzFgdRDan1nH49f4gp1rr9HlRF { box-sizing:content-box;color:#ffc723;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:105px;left:95px;display:block; }
#JQtD2DZ8JGJtnyyIZfzJBJyQbc90Rgn0 { box-sizing:content-box;color:#ffc723;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:105px;left:140px;display:block; }
#lRs5CSy5V7HOnV1PrJWLdyFCbobRO0Xy { box-sizing:content-box;color:#ffc723;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:105px;left:183px;display:block; }
#v9b2JJQCmzKU8pqglawGdfwqQqJbKdDD { box-sizing:content-box;color:#ffc723;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:105px;left:227px;display:block; }
#NVdZnnOe2Neo2PX2Qage24MKDUwykNAt { box-sizing:content-box;color:#ffc723;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:105px;left:271px;display:block; }
#az0KnPp7Kzps8ZisVz9dU9abEAQoC8iS { box-sizing:content-box;color:#ffc723;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:105px;left:634px;display:block; }
#S1Ayldp24TTw4kIhTIep0aqNQpaMx5LN { box-sizing:content-box;color:#ffc723;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:105px;left:678px;display:block; }
#KAi7PT7K6lfCRsK8h7g8MHNt4hCaHHJE { box-sizing:content-box;color:#ffc723;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:105px;left:722px;display:block; }
#xbxEIb7wG1XZM4s4QNEz3tRTOAMET56D { box-sizing:content-box;color:#ffc723;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:105px;left:766px;display:block; }
#l1mgmH0ROX36h3TaWwNA9m3OT432lfA6 { box-sizing:content-box;color:#ffc723;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:105px;left:810px;display:block; }
#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT > .row .container { background-color: transparent; background-image: none; }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT > .row .container > .video-iframe-container { display: none; }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT > .row > .video-iframe-container { display: none; }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT > .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); }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT > .row .container { border-width: 0; border-radius: 0; }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT > .row .container { font-size:14px;font-family:"open sans";height:100px;width:960px;position:relative;display:block; }#fOnqTaSz6sQWunN6bkhKopbxTmlpt8Wc { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:400px;top:55.32421875px;left:285.9921875px;display:block; }
#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi { position:relative;display:block; }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi { background-color: transparent; background-image: none; }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi > .row .container > .video-iframe-container { display: none; }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi > .row > .video-iframe-container { display: none; }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi > .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); }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi { border-width: 0; border-radius: 0; }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi > .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:"open sans";height:100px;width:960px;position:relative;display:block; }#lALeBtTPBEbZ57vmEke1XLzZalZA39mX { display:block;width:960px;position:absolute;font-family:"open sans";font-size:48px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:8px;left:0;height:61.25px;text-align:center;text-align-last:center;color:#343434;font-style:normal;display:block; }
#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { background-color: transparent; background-image: none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container > .video-iframe-container { display: none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row > .video-iframe-container { display: none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .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); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { border-width: 0; border-radius: 0; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { font-size:14px;font-family:"open sans";height:250px;width:960px;position:relative;display:block; }#PmlE7CNtKoVy11L2MCGRqEqZ790gsm6A { display:block;width:347.988px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:22.52734375px;left:205px;height:170px;color:#343434;font-style:normal;display:block; }#PmlE7CNtKoVy11L2MCGRqEqZ790gsm6A li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#PmlE7CNtKoVy11L2MCGRqEqZ790gsm6A li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-8px;content: "\2001"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
#Chyna3BH5ubCuawc1lLnzSEyQCwA9Op6 { display:block;width:348px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:100005;line-height:1.8;letter-spacing:0;top:22.52734375px;left:551.9921875px;height:170px;color:#343434;font-style:normal;display:block; }#Chyna3BH5ubCuawc1lLnzSEyQCwA9Op6 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Chyna3BH5ubCuawc1lLnzSEyQCwA9Op6 li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-8px;content: "\2001"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm > .row .container { background-color: transparent; background-image: none; }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm > .row .container > .video-iframe-container { display: none; }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm > .row > .video-iframe-container { display: none; }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm > .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); }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm > .row .container { border-width: 0; border-radius: 0; }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm > .row .container { font-size:14px;font-family:"open sans";height:59px;width:960px;position:relative;display:block; }#KthEtFLxdmb4O951Pg8Cppa3XBas0apc { background-color:#56abe8;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;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:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257px;height:58px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0;left:351px;display:block; }
#Qrb5PJwKWl8VENHGb9o9eDxVRhZCtXHq { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox > .row .container { background-color: transparent; background-image: none; }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox > .row .container > .video-iframe-container { display: none; }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox > .row > .video-iframe-container { display: none; }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox > .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); }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox > .row .container { border-width: 0; border-radius: 0; }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox > .row .container { font-size:14px;font-family:"open sans";height:100px;width:960px;position:relative;display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-top:4px solid #00a3ff;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/7fxKesJt/kmp_background_tile.png");background-position:center;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.45); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.45); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .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); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:14px;font-family:"open sans";height:606px;width:960px;position:relative;display:block; }#Pcnz9ohxbWzaeI4CPpNNbglC4UR9T7Fg { display:block;width:530px;position:absolute;font-family:"open sans";font-size:48px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:126px;left:0;height:122.5px;text-align:left;text-align-last:left;color:#282828;font-style:normal;display:block; }
#Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { display:block;width:500px;position:absolute;font-family:"open sans";font-size:30px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:264px;left:0;height:116.25px;color:#282828;font-style:normal;display:block; }
#SgJofCyVmmM4KzcKlDTLAnUbTLgrmvc7 { display:block;width:530px;position:absolute;font-family:"open sans";font-size:48px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:409.296875px;left:0;height:61.25px;text-align:left;text-align-last:left;color:#56abe8;font-style:normal;display:block; }
#iXu8FwVvxemJBlVwBKm8QEmD2B2uKd5W { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:349px;width:434px;top:127.48046875px;left:527.01171875px;display:block; }
#AdR1I4DAFVNVdC9VzJ58hfmAkOMx1Bbv { display:block;width:350px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:174.46484375px;left:568.49609375px;height:262.5px;display:block; }
#J5zHKe7M33OQeQ9TB4wP5z1Hs4raL2Ra { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:600px;width:902px;display:none; }
#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Qq0571Hy/kmpfooter.png");background-position:center;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN > .row .container { background-color: transparent; background-image: none; }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN > .row .container > .video-iframe-container { display: none; }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN > .row > .video-iframe-container { display: none; }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN > .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); }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN > .row .container { border-width: 0; border-radius: 0; }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN > .row .container { font-size:14px;font-family:"open sans";height:163px;width:960px;position:relative;display:block; }#rbA7xdsWvmXAbG7SVuh5nbTknRLQivxh { display:block;width:503.984px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:68.359375px;left:228.0078125px;height:26.25px;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) { #C4PreAwkwpUcSvlx2W87aTaq0TE5UySN { display:block; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaqGaXn4lrd6uMp1K1BeDqo54K5Aeyu4 { width:221px;height:94.583575479901px;top:0;left:270.4765625px;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:585px;height:147px;top:66px;left:0;font-size:57px;display:block; }
 }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:540px;height:;top:267px;left:0;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { width:568px;height:57px;top:508px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block; }
 }@media only screen and (max-width: 763px) { #XqblQ70tVN3wCS4wbcva7dmxIkTfhz6O { width:671px;height:640px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #EZ5kldigB82L7bRslqtmxwbE8741tTar { width:572px;height:38px;top:451px;left:0;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZVafTuuTyrPIMgKU2HeqiSIbL8W49dt { width:764px;height:;top:62px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K0drW8uhZwDxPTNdQ1S09L5AzQelB07X { width:764px;height:36px;top:132px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VCnzVaERwZudRvI241ayDhlO6VQ82fFQ { display:block; }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 { display:block; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { width:764px;height:298px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { width:361px;height:239px;top:0;left:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }
 }@media only screen and (max-width: 763px) { #JQWarB7ONGlW6xkEagJbJ1TJa0oWRW5p { width:372px;height:39px;top:42px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #CACvr74tX6cpBXPgPXpQNoD2IclqHXxm { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { width:764px;height:292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3 { width:361px;height:239px;top:0;left:403px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }
 }@media only screen and (max-width: 763px) { #KeaWLHZyBbdrOcUFtmmCO4ks661yTQFS { width:372px;height:39px;top:42px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VrTNfMTPrwla9DANkNBHt06nC1fUN6TP { width:372px;height:108px;top:89px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET { display:block; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyorIopGWfLQGX5fHdOeAQfsU9d7930r { width:240px;height:250px;top:58px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #XLzeWBDJHwhAItiqM8wAQKMV7GBgnDoB { width:115px;height:115px;top:0;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #mViA4cbRQn1DufJqurClCELQt8Lb4x1n { width:220px;height:26px;top:158px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pXDyVL2a3zoSI5c2GSRpPqRBkeTWJivV { width:211px;height:60px;top:194px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rewBeuhG44t11SlShXXuLEHQLniW27lC { width:70px;height:70px;top:22px;left:85px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #WSAVELc7KRLMyIm85I8uS24uGcfi5BDK { width:240px;height:250px;top:58px;left:261.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #MO3MmyseDapSK92yx84Tf9et1IDbWh5l { width:211px;height:60px;top:194px;left:276.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #NqPg11Jt9Vt6l1eH4M70WNapV4SMx37b { width:220px;height:26px;top:158px;left:264.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #iToPewcAyduQTckIKKPBpbWBQBv9TskK { width:115px;height:115px;top:0;left:324.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #qoJSkdrVcgSFvFE02VA2WCP38zXwn5cE { width:70px;height:70px;top:23px;left:346.66666666667px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #xeZb6RgoWvudSTVSLaRrSXeDMXRKqrmD { width:240px;height:250px;top:55px;left:516.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #Wf0DMbzPEDLBlRAkcTOGJKlpFx4Etm9L { width:211px;height:60px;top:194px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #T6HRNJNrBWZMHoU3qozoNWkwvmx8PJKh { width:220px;height:26px;top:158px;left:527.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #tBb7hTW8vmTf3x4eUa00hzQ7Nd35c78D { width:115px;height:115px;top:0;left:579.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #sTPCoTrGrCXazeXBHhWRQ39osGftqvZI { width:70px;height:70px;top:23px;left:602.33333333333px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { width:764px;height:59px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6DwITiRLQMxtu0C6KVQaMOo8DZWrXnH { width:257px;height:58px;top:0;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxbV59kn03RsTHw3drxlsESFhwJGTtM { display:block; }
 }@media only screen and (max-width: 763px) { #vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR { display:block; }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR > .row .container { width:764px;position:relative;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:61px;top:0;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s { display:block; }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDtxcAZbfmIEalDo2hObOIb6TD1fAP6f { width:370px;height:250px;top:75px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #pqp02whpyFSsp6QKqaCpyLVvpvpfTIiW { width:350px;height:92px;top:163px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #W42TCL3g0I7dDPCzeg9qTbw7ry3Hq8Gy { width:350px;height:31px;top:267px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #k4hiOXzsQrpyzDJbcmt5B09rSqtWR3eu { width:370px;height:250px;top:75px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #HGTxa62lfcO3r8fZ5Nbpuq2bbvPr5Hzq { width:350px;height:92px;top:162px;left:403px;display:block; }
 }@media only screen and (max-width: 763px) { #d7bV3gT3xOTQLVbNQJHmC5nX3KBylKoO { width:350px;height:31px;top:267px;left:403px;display:block; }
 }@media only screen and (max-width: 763px) { #AOQ8sFwzFgdRDan1nH49f4gp1rr9HlRF { width:55px;height:55px;top:105px;left:0;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #JQtD2DZ8JGJtnyyIZfzJBJyQbc90Rgn0 { width:55px;height:55px;top:105px;left:42px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #lRs5CSy5V7HOnV1PrJWLdyFCbobRO0Xy { width:55px;height:55px;top:105px;left:85px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #v9b2JJQCmzKU8pqglawGdfwqQqJbKdDD { width:55px;height:55px;top:105px;left:129px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #NVdZnnOe2Neo2PX2Qage24MKDUwykNAt { width:55px;height:55px;top:105px;left:173px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #az0KnPp7Kzps8ZisVz9dU9abEAQoC8iS { width:55px;height:55px;top:105px;left:536px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #S1Ayldp24TTw4kIhTIep0aqNQpaMx5LN { width:55px;height:55px;top:105px;left:580px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #KAi7PT7K6lfCRsK8h7g8MHNt4hCaHHJE { width:55px;height:55px;top:105px;left:624px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #xbxEIb7wG1XZM4s4QNEz3tRTOAMET56D { width:55px;height:55px;top:105px;left:668px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #l1mgmH0ROX36h3TaWwNA9m3OT432lfA6 { width:55px;height:55px;top:105px;left:709px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT { display:block; }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOnqTaSz6sQWunN6bkhKopbxTmlpt8Wc { width:400px;height:3px;top:55px;left:187.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi { display:block; }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lALeBtTPBEbZ57vmEke1XLzZalZA39mX { width:764px;height:61px;top:8px;left:0;font-size:16px;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) { #PmlE7CNtKoVy11L2MCGRqEqZ790gsm6A { width:347px;height:170px;top:22px;left:107px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Chyna3BH5ubCuawc1lLnzSEyQCwA9Op6 { width:348px;height:170px;top:22px;left:416px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm { display:block; }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm > .row .container { width:764px;height:59px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KthEtFLxdmb4O951Pg8Cppa3XBas0apc { width:257px;height:58px;top:0;left:253px;display:block; }
 }@media only screen and (max-width: 763px) { #Qrb5PJwKWl8VENHGb9o9eDxVRhZCtXHq { display:block; }
 }@media only screen and (max-width: 763px) { #fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox { display:block; }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pcnz9ohxbWzaeI4CPpNNbglC4UR9T7Fg { width:353px;height:186px;top:100px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { width:366px;height:0;top:313px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #SgJofCyVmmM4KzcKlDTLAnUbTLgrmvc7 { width:353px;height:186px;top:100px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #iXu8FwVvxemJBlVwBKm8QEmD2B2uKd5W { width:434px;height:349px;top:127px;left:330px;display:block; }
 }@media only screen and (max-width: 763px) { #AdR1I4DAFVNVdC9VzJ58hfmAkOMx1Bbv { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #J5zHKe7M33OQeQ9TB4wP5z1Hs4raL2Ra { width:718px;height:477px;display:none; }
 }@media only screen and (max-width: 763px) { #xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN { display:block; }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbA7xdsWvmXAbG7SVuh5nbTknRLQivxh { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C4PreAwkwpUcSvlx2W87aTaq0TE5UySN { display:block; }#C4PreAwkwpUcSvlx2W87aTaq0TE5UySN > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaqGaXn4lrd6uMp1K1BeDqo54K5Aeyu4 { width:136.992px;height:57.9883px;top:4px;left:90.9765625px;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3cgf1PX7/map2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:300px;height:78px;top:30px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:274px;height:178.75px;top:136.9921875px;left:10px;font-size:18px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { width:316px;height:58px;top:340px;left:1.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block; }
 }@media only screen and (max-width: 763px) { #XqblQ70tVN3wCS4wbcva7dmxIkTfhz6O { width:320px;height:435px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #EZ5kldigB82L7bRslqtmxwbE8741tTar { width:320px;height:77.5px;top:799.92189375px;left:0;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZVafTuuTyrPIMgKU2HeqiSIbL8W49dt { width:300px;height:67.5px;top:28px;left:10px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #K0drW8uhZwDxPTNdQ1S09L5AzQelB07X { width:319px;height:25px;top:105px;left:-2px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VCnzVaERwZudRvI241ayDhlO6VQ82fFQ { display:block; }#VCnzVaERwZudRvI241ayDhlO6VQ82fFQ > .row .container { width:320px;height:25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 { display:block; }#L0WWcLhbbT2WFTCWz5zqquBM7qkZKXJ2 > .row .container { width:320px;height:380px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { width:300px;height:157px;top:0;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JQWarB7ONGlW6xkEagJbJ1TJa0oWRW5p { width:253.984px;height:60px;top:179.98046875px;left:32.98828125px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #CACvr74tX6cpBXPgPXpQNoD2IclqHXxm { width:300px;height:90px;top:255.9765625px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3 { width:300px;height:184px;top:20px;left:10px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/3ya21PFP/dr.shah_portrait.jpg");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }
 }@media only screen and (max-width: 763px) { #KeaWLHZyBbdrOcUFtmmCO4ks661yTQFS { width:300px;height:30px;top:213.984375px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #VrTNfMTPrwla9DANkNBHt06nC1fUN6TP { width:300px;height:90px;top:248.984375px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET { display:block; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row .container { width:320px;height:810px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyorIopGWfLQGX5fHdOeAQfsU9d7930r { width:300px;height:173px;top:58px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #XLzeWBDJHwhAItiqM8wAQKMV7GBgnDoB { width:115px;height:115px;top:0;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #mViA4cbRQn1DufJqurClCELQt8Lb4x1n { width:280px;height:26px;top:125px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXDyVL2a3zoSI5c2GSRpPqRBkeTWJivV { width:211px;height:60px;top:155px;left:54px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rewBeuhG44t11SlShXXuLEHQLniW27lC { width:70px;height:70px;top:22px;left:125px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #WSAVELc7KRLMyIm85I8uS24uGcfi5BDK { width:300px;height:173px;top:324px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MO3MmyseDapSK92yx84Tf9et1IDbWh5l { width:211px;height:60px;top:423px;left:55px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqPg11Jt9Vt6l1eH4M70WNapV4SMx37b { width:280px;height:26px;top:392px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iToPewcAyduQTckIKKPBpbWBQBv9TskK { width:115px;height:115px;top:267px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #qoJSkdrVcgSFvFE02VA2WCP38zXwn5cE { width:70px;height:70px;top:290px;left:125px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #xeZb6RgoWvudSTVSLaRrSXeDMXRKqrmD { width:300px;height:173px;top:599px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Wf0DMbzPEDLBlRAkcTOGJKlpFx4Etm9L { width:211px;height:60px;top:694px;left:55px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6HRNJNrBWZMHoU3qozoNWkwvmx8PJKh { width:280px;height:26px;top:665px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBb7hTW8vmTf3x4eUa00hzQ7Nd35c78D { width:115px;height:115px;top:540px;left:103px;display:block; }
 }@media only screen and (max-width: 763px) { #sTPCoTrGrCXazeXBHhWRQ39osGftqvZI { width:70px;height:70px;top:563px;left:125px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q { display:block; }#aiPdWT1uyfKtxa6D8Z4h4GMtNBi8Wf2q > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6DwITiRLQMxtu0C6KVQaMOo8DZWrXnH { width:257px;height:58px;top:20px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxbV59kn03RsTHw3drxlsESFhwJGTtM { display:block; }
 }@media only screen and (max-width: 763px) { #vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR { display:block; }#vKfh0gZQ6d6T5p31rbsqsT5UqiFmGdhR > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { width:320px;height:33px;top:20px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s { display:block; }#dmknScnTmlq5lTJHGi8vsxRhd5Xcs83s > .row .container { width:320px;height:610px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SDtxcAZbfmIEalDo2hObOIb6TD1fAP6f { width:300px;height:221px;top:56px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #pqp02whpyFSsp6QKqaCpyLVvpvpfTIiW { width:280px;height:80px;top:118px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W42TCL3g0I7dDPCzeg9qTbw7ry3Hq8Gy { width:280px;height:31px;top:232px;left:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4hiOXzsQrpyzDJbcmt5B09rSqtWR3eu { width:300px;height:221px;top:351px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #HGTxa62lfcO3r8fZ5Nbpuq2bbvPr5Hzq { width:280px;height:80px;top:415px;left:19px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d7bV3gT3xOTQLVbNQJHmC5nX3KBylKoO { width:320px;height:31px;top:521px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOQ8sFwzFgdRDan1nH49f4gp1rr9HlRF { width:55px;height:55px;top:63.984375px;left:40px;font-size:38px;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #JQtD2DZ8JGJtnyyIZfzJBJyQbc90Rgn0 { width:55px;height:55px;top:63.984375px;left:85px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #lRs5CSy5V7HOnV1PrJWLdyFCbobRO0Xy { width:55px;height:55px;top:63.984375px;left:132.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #v9b2JJQCmzKU8pqglawGdfwqQqJbKdDD { width:55px;height:55px;top:63.984375px;left:177.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #NVdZnnOe2Neo2PX2Qage24MKDUwykNAt { width:55px;height:55px;top:63.984375px;left:222.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #az0KnPp7Kzps8ZisVz9dU9abEAQoC8iS { width:55px;height:55px;top:360.99609375px;left:132.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #S1Ayldp24TTw4kIhTIep0aqNQpaMx5LN { width:55px;height:55px;top:360.99609375px;left:88.49609375px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #KAi7PT7K6lfCRsK8h7g8MHNt4hCaHHJE { width:55px;height:55px;top:360.99609375px;left:40px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #xbxEIb7wG1XZM4s4QNEz3tRTOAMET56D { width:55px;height:55px;top:360.99609375px;left:177.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #l1mgmH0ROX36h3TaWwNA9m3OT432lfA6 { width:55px;height:55px;top:360.99609375px;left:225.99609375px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT { display:block; }#mGx4Hvsy0nzPEGQ0rDyGl0Su7ivD1rcT > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOnqTaSz6sQWunN6bkhKopbxTmlpt8Wc { width:320px;height:3px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi { display:block; }#NbsRqyuFSU3fea3H9h7J5VDhXEcaCVJi > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lALeBtTPBEbZ57vmEke1XLzZalZA39mX { width:320px;height:33.75px;top:20px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { display:block; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmlE7CNtKoVy11L2MCGRqEqZ790gsm6A { width:195.996px;height:135px;top:20.99609375px;left:61.97265625px;font-size:16px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #Chyna3BH5ubCuawc1lLnzSEyQCwA9Op6 { width:200px;height:135px;top:155.99609375px;left:60px;font-size:16px;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm { display:block; }#OlrnR6HAn31cepK9KXGLH6SpRzwqrWJm > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KthEtFLxdmb4O951Pg8Cppa3XBas0apc { width:257px;height:58px;top:20px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Qrb5PJwKWl8VENHGb9o9eDxVRhZCtXHq { display:block; }
 }@media only screen and (max-width: 763px) { #fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox { display:block; }#fM7OBrOQe0TXSaNqQAkWFN12uBxlZoox > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:320px;height:861px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pcnz9ohxbWzaeI4CPpNNbglC4UR9T7Fg { width:300px;height:72.5px;top:31px;left:10px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { width:300px;height:105px;top:122px;left:10px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SgJofCyVmmM4KzcKlDTLAnUbTLgrmvc7 { width:320px;height:36.25px;top:257.9921875px;left:0;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #iXu8FwVvxemJBlVwBKm8QEmD2B2uKd5W { width:320px;height:296px;top:331.97265625px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #AdR1I4DAFVNVdC9VzJ58hfmAkOMx1Bbv { width:320px;height:225px;top:360.95703125px;left:0;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #J5zHKe7M33OQeQ9TB4wP5z1Hs4raL2Ra { top:627.94921875px;left:0;width:320px;height:211.992px;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN { display:block; }#xysVBlQXLT0GNg0IxoHrGUV2MraPzQeN > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbA7xdsWvmXAbG7SVuh5nbTknRLQivxh { width:320px;height:45px;top:20px;left:0;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }