.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .row > .video-iframe-container { display: none; }#vD1hOT8L2vGLiSMSMgEvJyQlhSdGNZyq > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f638f23-5fe9-490d-a4a5-654191dcf2ac/doctor_27.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.adaptive-delivery-prevent-bg, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyload, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyloading { background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,162,255,0.28); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,162,255,0.28); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { border-width: 0; border-radius: 0; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container {  }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:960px;height:831px;font-size:14px;font-family:arial;position:relative;display:block; }#qGyJxdE3xkeQBLSxoqE3gK29h3ZZtDIm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:137px;top:33px;left:411.5px;overflow:hidden;display:block; }
#dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { color:#1d3861;display:block;width:960px;position:absolute;font-family:"dm sans";font-size:55px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:237.6953125px;left:0px;height:132px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { background-color:rgba(255,255,255,0.6);background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:47px;border-top-right-radius:47px;border-bottom-left-radius:47px;border-bottom-right-radius:47px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:164px;height:44px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:757px;left:398px;display:block; }
#I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SxqCgl0NX4MbQSS5p0o60sGvxNuqfGrZ { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:65px;top:309px;left:0px;display:none; }
#lQHoa1ektvZTypLvElIRPNphv5qpKbgK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { background-color: transparent; background-image: none; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container > .video-iframe-container { display: none; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row > .video-iframe-container { display: none; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .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); }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { border-width: 0; border-radius: 0; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row > .video-iframe-container {  }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { font-size:14px;font-family:arial;height:773px;width:960px;position:relative;display:block; }#wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { display:block;width:595px;position:absolute;font-family:"dm sans";font-size:40px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:89px;left:29px;height:;color:#1f2933;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;text-align:left;text-align-last:left;display:block; }
#O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { display:block;width:636px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:67px;left:30px;height:;color:#00a2ff;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;text-align:left;text-align-last:left;display:block; }
#VA6Nrpu7wJqVBe9C2JRI1AZrrH5VQ5CL { display:block;width:900px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:566px;left:30px;height:;color:#1d3861;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;text-align:left;text-align-last:left;display:block; }
#MktgU0RGIN46UGoEeweLKhNT0ErtuEIl { display:block;width:229px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:291px;left:598px;height:19.5px;color:#1f2933;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;text-align:left;text-align-last:left;display:block; }
#G91fzivSBiWBGpaOTl8s3zfpvcOkD0do { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:351px;width:580px;top:183.25px;left:0px;overflow:hidden;display:block; }
#dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:573px;width:911px;display:none; }
#UUNmtybsEN8KLF8LnQQ1Xa9nDTVTGs9B { display:block;width:324px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:342px;left:598px;height:19.5px;color:#1d3861;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;text-align:left;text-align-last:left;display:block; }
#lzy90x6RqKbmyvc41lpwtUtCWXcDuBbf { display:block;width:333px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:391px;left:598px;height:39px;color:#1d3861;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;text-align:left;text-align-last:left;display:block; }
#LUKrL9RexkH0ezXwm6qKFPJoQ1k0qkSz { display:block;width:371px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:624px;left:30px;height:;color:#1f2933;font-style:normal;text-align:left;text-align-last:left;display:block; }#LUKrL9RexkH0ezXwm6qKFPJoQ1k0qkSz li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#LUKrL9RexkH0ezXwm6qKFPJoQ1k0qkSz li:before{  }
#cXyTgoh4HhpDGPmgmE5W95CGthk2pJ05 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:287px;left:559px;overflow:hidden;display:block; }
#F9ulEZzcq8rR4SVHRuKzT5yH1gvuazkd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:338px;left:559px;overflow:hidden;display:block; }
#N6fz05d30w4b1KdFuFdkE37mxPQDP5Gv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:30px;top:387px;left:559px;overflow:hidden;display:block; }
#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f4f8;background-image:none;position:relative;display:block; }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row .container { background-color: transparent; background-image: none; }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row .container > .video-iframe-container { display: none; }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row > .video-iframe-container { display: none; }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .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); }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row .container { border-width: 0; border-radius: 0; }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row > .video-iframe-container {  }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row .container { font-size:14px;font-family:arial;height:600px;width:960px;position:relative;display:block; }#d8mXXIkuXqTd1wg87BNpQdUl1VxHk8nq { display:block;width:102px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:253px;left:39px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#o4uCTTV4GSdR3TW2lAt6doKiP1u1BQso { display:block;width:129px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:255.5px;left:221.5px;height:19.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#kC7hnAoICkDFTTHpGwmM6S9TRbCOuh11 { display:block;width:82px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:255.5px;left:439px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#B7iGDiNZqESmpIREZlciAELtguxhK1rF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15000;top:137px;left:20px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#lnrmeRrGBzsgy6lkNHMLLfCxVx2IP3Cr { display:block;width:117px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:243.25px;left:615.5px;height:58.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#ZPiaLvPzu4yE6FuupDbQZAAxEU7fJ12A { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:137px;left:216px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#l0bvlxo1StGTJQwl35WeWL6Jd8ICevRA { display:block;width:960px;position:absolute;font-family:"dm sans";font-size:40px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:45px;left:0px;height:;color:#00a2ff;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;text-align:center;text-align-last:center;display:block; }
#TEzn0mzOJP8xBVTSae6ROkuSw6RKwBNw { display:block;width:127px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:812px;left:173px;height:72px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:none; }
#po4pKMzpTH3ryGMf9J8RUiHdzKxIArZA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15000;top:137px;left:410px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#fxvey8p6G9arKVUVBVbVEyAqiVekb68e { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15001;top:137px;left:604px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#PLCPM3iGGXXTFwUhsFTSQLdeWTTBtQ45 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15002;top:137px;left:801px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#P84NVp4wbvt67KHGePR5sZTNkCP2yC2H { display:block;width:112px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:264px;left:815px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#d588uu6sOcmcTw28TxTqI26dbgvi5lor { display:block;width:116px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:467px;left:228px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#GsLbvLK6cCfNDgLMwDkHFCLLxMcRfotb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15014;top:349px;left:20px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#J73doTWHzahwoO5rgPgSgKbpzUWSymon { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15013;top:349px;left:216px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#E9blPUWXJfTWyf8rsKlZJI3qaadWad4e { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15014;top:349px;left:410px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#QdbT1LbM3hHmZTDZxb3v7ltT0LWgGKMm { display:block;width:110px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:467px;left:35px;height:58.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#pUm0345Z8t8qGaXU62Wtsk5nx71ayzL5 { display:block;width:85px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:467px;left:440px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#dTLu0gSJTUDKOF3zadpQVXLAKT4PKT6X { display:block;width:120px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:467px;left:614px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#BM7czDfa300uDzqNid1b9phcxD5ripgE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15015;top:349px;left:604px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#AGHQbvz49QpUG4dx1BBpgLkDLSs4xUkr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:15016;top:349px;left:801px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#xgmBqEn9VIdxynFOiVcIT2TnUkkbUnTZ { display:block;width:112px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:467px;left:815px;height:19.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#csd5BVz5l1MFUtUBIKszSGaE3zePQDx4 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:110px;width:110px;top:348px;left:816px;overflow:hidden;display:block; }
#qrTom6ORF8gqegqhqiRwLGCvQn2oLP1L { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#obfV9WMa9TFsrFFlxqEEoT4RFNb5mVJk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#WOFrMUUJp8yrB6bZDbD2kZTIqltbuggb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#B6amblWiqbetuTFxK1gkIg0BTFDfbQuB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#hnxXnxO7obMCyz6IR06bnCzrq4dIEND6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#iTJLkW0PwsvQtNEh7SrJMh4wgQEloP1T { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#zRtD6VKJLLiopSfIcgLOOqpNaMSCzIXt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#PZbp43XuZD9uBlplqHNbt4R1qpPF7Ite { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:191px;width:140px;position:absolute;display:block;z-index:14999;top:161px;left:213px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:none; }
#Zq7RyvUHHyn2fSPUJG6sE2Er3CbEHZZV { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:90px;top:141px;left:44px;overflow:hidden;display:block; }
#B8FU0tISM3e2nvFzQLCLqQldDzS5Ppd9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:90px;top:141px;left:240px;overflow:hidden;display:block; }
#XDJTPfaO6ODv0LZ0C3ORI9q73NfFxNJL { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107px;width:108px;top:137px;left:425px;overflow:hidden;display:block; }
#dm9LkyyVHCrW0xDruGcMNzaRf1U9x5w7 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:89px;top:149px;left:628px;overflow:hidden;display:block; }
#xf7X48ob0KJQKa3npsziOma4T4hVenS1 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:89px;top:153px;left:826px;overflow:hidden;display:block; }
#SVklsrnFTdT65XaS2Tl5McBRXgZSdqEd { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:103px;width:104px;top:358px;left:234px;overflow:hidden;display:block; }
#VUM4l5PnwANiISRMMSfFdbdgeITu57MQ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:103px;width:104px;top:355px;left:427px;overflow:hidden;display:block; }
#SLV5NcdaCdtgodi96X85ANw5tWAsPPGJ { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:114px;width:72px;top:354px;left:638px;overflow:hidden;display:block; }
#BvSgXILPBfMvQ2IBr0aIl2MxW96zWAaO { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:104px;width:86px;top:364px;left:47px;overflow:hidden;display:block; }
#HnUKbH4m8VFt4XXdOFNZJ83hrBZa8MCL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#EL3mIL8UHZprwiZiFH4AyJpTPy6FFFTs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#N1yKzsKGcpxGq3CN07dfEsgFLtyQoxPf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#IZAliBOuB8RtGwAFCn02l0zmXf2pDWUb { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#r885NnvBETslCFdtxx9gSWAJ6k3Mz4fe { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#HJawIwcOif0qy00MAS0R3bdF8oDnDq0k { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#kRG5tbZZ0u4hdUinQTETLZTy6ANLipX8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#OMWZamq3rafEMntRUbTcX7won9XX4X35 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#Dhw71kFN7T2naDrc7tkr1Czl8KdOrtPh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#hfZ1VnF1scU4T4ywQvWGTIA76uFFADbG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1f2933;background-image:none;position:relative;display:block; }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .row .container { background-color: transparent; background-image: none; }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .row .container > .video-iframe-container { display: none; }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .row > .video-iframe-container { display: none; }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .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); }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .row .container { border-width: 0; border-radius: 0; }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .row > .video-iframe-container {  }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .row .container { font-size:14px;font-family:arial;height:1196px;width:960px;position:relative;display:block; }#uQD0VtT6stWAPi1Lf2DKMRLQHfBRF8nG { color:#ffffff;display:block;width:558px;position:absolute;font-family:"dm sans";font-size:27px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:492px;left:201px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CyMkye0T1KWclG02og90y36hxowHrTO2 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:531px;width:919px;top:450px;left:20.5px;display:block; }
#yblQoIe7UgQDTbUTpwE4iSF5DHZ8LebZ { color:#ffffff;display:block;width:550px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:139.0078125px;left:390.5px;height:228.7658px;font-style:italic;text-align:left;text-align-last:left;display:block; }
#xbBZWE1sTvw5FAPm4pniD354pERnTloq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:336px;width:398px;top:64px;left:10px;overflow:hidden;display:block; }
#sBpMF0UOrRUT5OeqhGdz4ZKWFAKE2Ifz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:286px;top:1060px;left:337px;overflow:hidden;display:block; }
#T2v901HKU4ETLUpNvzxCgw4EZ9K43NoF { position:absolute;display:block;z-index:15016;height:200px;width:799px;top:554.5px;left:80.5px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGyJxdE3xkeQBLSxoqE3gK29h3ZZtDIm { top:33px;left:313.5px;width:137px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { top:237px;left:0px;width:764px;height:132px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { width:192px;height:55px;top:435px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block; }
 }@media only screen and (max-width: 763px) { #SxqCgl0NX4MbQSS5p0o60sGvxNuqfGrZ { top:309px;left:0px;width:320px;height:65px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #lQHoa1ektvZTypLvElIRPNphv5qpKbgK { display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { width:764px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VA6Nrpu7wJqVBe9C2JRI1AZrrH5VQ5CL { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MktgU0RGIN46UGoEeweLKhNT0ErtuEIl { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #G91fzivSBiWBGpaOTl8s3zfpvcOkD0do { top:183px;left:0px;width:580px;height:351px;display:block; }
 }@media only screen and (max-width: 763px) { #dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { width:764px;height:480px;display:none; }
 }@media only screen and (max-width: 763px) { #UUNmtybsEN8KLF8LnQQ1Xa9nDTVTGs9B { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #lzy90x6RqKbmyvc41lpwtUtCWXcDuBbf { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #LUKrL9RexkH0ezXwm6qKFPJoQ1k0qkSz { width:744px;height:46px;top:57px;left:10px;display:block; }#LUKrL9RexkH0ezXwm6qKFPJoQ1k0qkSz li:before{  }
 }@media only screen and (max-width: 763px) { #cXyTgoh4HhpDGPmgmE5W95CGthk2pJ05 { top:287px;left:461px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #F9ulEZzcq8rR4SVHRuKzT5yH1gvuazkd { top:338px;left:461px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #N6fz05d30w4b1KdFuFdkE37mxPQDP5Gv { top:387px;left:461px;width:30px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 { display:block; }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row .container { width:764px;height:288px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8mXXIkuXqTd1wg87BNpQdUl1VxHk8nq { width:164px;height:48px;top:164px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #o4uCTTV4GSdR3TW2lAt6doKiP1u1BQso { width:164px;height:48px;top:165px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #kC7hnAoICkDFTTHpGwmM6S9TRbCOuh11 { width:164px;height:48px;top:165px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #B7iGDiNZqESmpIREZlciAELtguxhK1rF { width:178px;height:255px;top:0px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #lnrmeRrGBzsgy6lkNHMLLfCxVx2IP3Cr { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPiaLvPzu4yE6FuupDbQZAAxEU7fJ12A { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #l0bvlxo1StGTJQwl35WeWL6Jd8ICevRA { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TEzn0mzOJP8xBVTSae6ROkuSw6RKwBNw { width:164px;height:48px;top:164px;left:12px;display:none; }
 }@media only screen and (max-width: 763px) { #po4pKMzpTH3ryGMf9J8RUiHdzKxIArZA { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #fxvey8p6G9arKVUVBVbVEyAqiVekb68e { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #PLCPM3iGGXXTFwUhsFTSQLdeWTTBtQ45 { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #P84NVp4wbvt67KHGePR5sZTNkCP2yC2H { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #d588uu6sOcmcTw28TxTqI26dbgvi5lor { width:164px;height:48px;top:165px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #GsLbvLK6cCfNDgLMwDkHFCLLxMcRfotb { width:178px;height:255px;top:0px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #J73doTWHzahwoO5rgPgSgKbpzUWSymon { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #E9blPUWXJfTWyf8rsKlZJI3qaadWad4e { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #QdbT1LbM3hHmZTDZxb3v7ltT0LWgGKMm { width:164px;height:48px;top:164px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pUm0345Z8t8qGaXU62Wtsk5nx71ayzL5 { width:164px;height:48px;top:165px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #dTLu0gSJTUDKOF3zadpQVXLAKT4PKT6X { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #BM7czDfa300uDzqNid1b9phcxD5ripgE { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #AGHQbvz49QpUG4dx1BBpgLkDLSs4xUkr { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #xgmBqEn9VIdxynFOiVcIT2TnUkkbUnTZ { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #csd5BVz5l1MFUtUBIKszSGaE3zePQDx4 { top:348px;left:644.5px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #qrTom6ORF8gqegqhqiRwLGCvQn2oLP1L { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #obfV9WMa9TFsrFFlxqEEoT4RFNb5mVJk { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #WOFrMUUJp8yrB6bZDbD2kZTIqltbuggb { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #B6amblWiqbetuTFxK1gkIg0BTFDfbQuB { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #hnxXnxO7obMCyz6IR06bnCzrq4dIEND6 { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #iTJLkW0PwsvQtNEh7SrJMh4wgQEloP1T { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #zRtD6VKJLLiopSfIcgLOOqpNaMSCzIXt { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #PZbp43XuZD9uBlplqHNbt4R1qpPF7Ite { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #Zq7RyvUHHyn2fSPUJG6sE2Er3CbEHZZV { top:141px;left:19.5px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #B8FU0tISM3e2nvFzQLCLqQldDzS5Ppd9 { top:141px;left:191px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #XDJTPfaO6ODv0LZ0C3ORI9q73NfFxNJL { top:137px;left:274px;width:108px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #dm9LkyyVHCrW0xDruGcMNzaRf1U9x5w7 { top:149px;left:484px;width:89px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #xf7X48ob0KJQKa3npsziOma4T4hVenS1 { top:153px;left:654.5px;width:89px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #SVklsrnFTdT65XaS2Tl5McBRXgZSdqEd { top:358px;left:87px;width:104px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #VUM4l5PnwANiISRMMSfFdbdgeITu57MQ { top:355px;left:278px;width:104px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #SLV5NcdaCdtgodi96X85ANw5tWAsPPGJ { top:354px;left:501px;width:72px;height:114px;display:block; }
 }@media only screen and (max-width: 763px) { #BvSgXILPBfMvQ2IBr0aIl2MxW96zWAaO { top:364px;left:22.5px;width:86px;height:104px;display:block; }
 }@media only screen and (max-width: 763px) { #HnUKbH4m8VFt4XXdOFNZJ83hrBZa8MCL { display:none; }
 }@media only screen and (max-width: 763px) { #EL3mIL8UHZprwiZiFH4AyJpTPy6FFFTs { display:none; }
 }@media only screen and (max-width: 763px) { #N1yKzsKGcpxGq3CN07dfEsgFLtyQoxPf { display:none; }
 }@media only screen and (max-width: 763px) { #IZAliBOuB8RtGwAFCn02l0zmXf2pDWUb { display:none; }
 }@media only screen and (max-width: 763px) { #r885NnvBETslCFdtxx9gSWAJ6k3Mz4fe { display:none; }
 }@media only screen and (max-width: 763px) { #HJawIwcOif0qy00MAS0R3bdF8oDnDq0k { display:none; }
 }@media only screen and (max-width: 763px) { #kRG5tbZZ0u4hdUinQTETLZTy6ANLipX8 { display:none; }
 }@media only screen and (max-width: 763px) { #OMWZamq3rafEMntRUbTcX7won9XX4X35 { display:none; }
 }@media only screen and (max-width: 763px) { #Dhw71kFN7T2naDrc7tkr1Czl8KdOrtPh { display:none; }
 }@media only screen and (max-width: 763px) { #hfZ1VnF1scU4T4ywQvWGTIA76uFFADbG { display:none; }
 }@media only screen and (max-width: 763px) { #v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC { display:block; }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQD0VtT6stWAPi1Lf2DKMRLQHfBRF8nG { width:558px;height:35px;top:492px;left:103px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CyMkye0T1KWclG02og90y36hxowHrTO2 { width:764px;height:531px;top:450px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yblQoIe7UgQDTbUTpwE4iSF5DHZ8LebZ { top:139px;left:214px;width:550px;height:228px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xbBZWE1sTvw5FAPm4pniD354pERnTloq { top:64px;left:0px;width:398px;height:336px;display:block; }
 }@media only screen and (max-width: 763px) { #sBpMF0UOrRUT5OeqhGdz4ZKWFAKE2Ifz { top:1060px;left:239px;width:286px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #T2v901HKU4ETLUpNvzxCgw4EZ9K43NoF { top:554px;left:0px;width:764px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f638f23-5fe9-490d-a4a5-654191dcf2ac/doctor_27.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.adaptive-delivery-prevent-bg, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyload, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyloading { background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,162,255,0.28); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,162,255,0.28); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row > .video-iframe-container { display: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .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); }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:320px;height:612px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGyJxdE3xkeQBLSxoqE3gK29h3ZZtDIm { width:120px;height:102px;top:20px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { width:320px;height:0;top:144.8125px;left:0px;font-size:23px;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { width:140px;height:34px;top:554px;left:90px;font-size:15px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block; }
 }@media only screen and (max-width: 763px) { #SxqCgl0NX4MbQSS5p0o60sGvxNuqfGrZ { top:240.5px;left:0px;width:320px;height:65px;z-index:15010;font-family:"dm sans";font-size:25px;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lQHoa1ektvZTypLvElIRPNphv5qpKbgK { display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { width:320px;height:828px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { width:300px;height:29.8984px;top:65.53125px;left:0px;text-align:left;text-align-last:left;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { width:320px;height:28.5938px;top:32.34375px;left:0px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #VA6Nrpu7wJqVBe9C2JRI1AZrrH5VQ5CL { width:320px;height:126px;top:559px;left:0px;text-align:left;text-align-last:left;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MktgU0RGIN46UGoEeweLKhNT0ErtuEIl { width:204px;height:16.8984px;top:346px;left:57px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G91fzivSBiWBGpaOTl8s3zfpvcOkD0do { width:306px;height:185px;top:864px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { top:130px;left:0px;width:320px;height:201px;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UUNmtybsEN8KLF8LnQQ1Xa9nDTVTGs9B { width:210px;height:33.7969px;top:403px;left:57px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lzy90x6RqKbmyvc41lpwtUtCWXcDuBbf { width:245px;height:33.7969px;top:469px;left:57px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LUKrL9RexkH0ezXwm6qKFPJoQ1k0qkSz { width:320px;height:68.7812px;top:707px;left:0px;text-align:left;text-align-last:left;font-size:14px;display:block; }#LUKrL9RexkH0ezXwm6qKFPJoQ1k0qkSz li:before{  }
 }@media only screen and (max-width: 763px) { #cXyTgoh4HhpDGPmgmE5W95CGthk2pJ05 { width:30px;height:28px;top:340px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #F9ulEZzcq8rR4SVHRuKzT5yH1gvuazkd { width:30px;height:28px;top:396px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #N6fz05d30w4b1KdFuFdkE37mxPQDP5Gv { width:30px;height:28px;top:464px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 { background-color:#f0f4f8;background-image:none;display:block; }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row .container { background-color: transparent; background-image: none; }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row .container > .video-iframe-container { display: none; }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row > .video-iframe-container { display: none; }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .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); }#zIeFa3n26B0r1g0fnFlP28ezyo2vQCI3 > .row .container { width:320px;height:991px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8mXXIkuXqTd1wg87BNpQdUl1VxHk8nq { width:181px;height:21px;top:116.5px;left:89px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o4uCTTV4GSdR3TW2lAt6doKiP1u1BQso { width:226px;height:21px;top:205px;left:92px;font-size:14px;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #kC7hnAoICkDFTTHpGwmM6S9TRbCOuh11 { width:170px;height:21px;top:294px;left:89px;font-size:14px;z-index:15046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B7iGDiNZqESmpIREZlciAELtguxhK1rF { width:320px;height:89px;top:444.5px;left:0px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #lnrmeRrGBzsgy6lkNHMLLfCxVx2IP3Cr { width:184px;height:42px;top:372px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #ZPiaLvPzu4yE6FuupDbQZAAxEU7fJ12A { width:320px;height:89px;top:182px;left:0px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #l0bvlxo1StGTJQwl35WeWL6Jd8ICevRA { width:320px;height:31.1953px;top:30px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TEzn0mzOJP8xBVTSae6ROkuSw6RKwBNw { width:184px;height:21px;top:472px;left:89px;font-size:14px;z-index:15048;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #po4pKMzpTH3ryGMf9J8RUiHdzKxIArZA { width:140px;height:191px;top:1617px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #fxvey8p6G9arKVUVBVbVEyAqiVekb68e { width:140px;height:191px;top:2192px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #PLCPM3iGGXXTFwUhsFTSQLdeWTTBtQ45 { width:140px;height:191px;top:2764px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #P84NVp4wbvt67KHGePR5sZTNkCP2yC2H { width:203px;height:21px;top:825.5px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #d588uu6sOcmcTw28TxTqI26dbgvi5lor { width:219px;height:21px;top:648.5px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #GsLbvLK6cCfNDgLMwDkHFCLLxMcRfotb { width:140px;height:191px;top:898px;left:90px;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #J73doTWHzahwoO5rgPgSgKbpzUWSymon { width:140px;height:191px;top:1262px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #E9blPUWXJfTWyf8rsKlZJI3qaadWad4e { width:140px;height:191px;top:1828px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #QdbT1LbM3hHmZTDZxb3v7ltT0LWgGKMm { width:161px;height:42px;top:550px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #pUm0345Z8t8qGaXU62Wtsk5nx71ayzL5 { width:108px;height:0;top:566px;left:147px;font-size:14px;z-index:15046;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dTLu0gSJTUDKOF3zadpQVXLAKT4PKT6X { width:210px;height:21px;top:740px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #BM7czDfa300uDzqNid1b9phcxD5ripgE { width:140px;height:191px;top:2403px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #AGHQbvz49QpUG4dx1BBpgLkDLSs4xUkr { width:140px;height:191px;top:3137px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #xgmBqEn9VIdxynFOiVcIT2TnUkkbUnTZ { width:183px;height:21px;top:913px;left:88px;font-size:14px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #csd5BVz5l1MFUtUBIKszSGaE3zePQDx4 { width:83px;height:83px;top:882px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qrTom6ORF8gqegqhqiRwLGCvQn2oLP1L { width:320px;height:89px;top:281px;left:0px;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #obfV9WMa9TFsrFFlxqEEoT4RFNb5mVJk { width:320px;height:89px;top:379px;left:0px;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #WOFrMUUJp8yrB6bZDbD2kZTIqltbuggb { width:320px;height:89px;top:477px;left:0px;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #B6amblWiqbetuTFxK1gkIg0BTFDfbQuB { width:320px;height:89px;top:575.5px;left:0px;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #hnxXnxO7obMCyz6IR06bnCzrq4dIEND6 { width:320px;height:89px;top:675.5px;left:0px;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #iTJLkW0PwsvQtNEh7SrJMh4wgQEloP1T { width:320px;height:89px;top:776.5px;left:0px;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #zRtD6VKJLLiopSfIcgLOOqpNaMSCzIXt { width:320px;height:89px;top:878px;left:0px;z-index:15050;display:none; }
 }@media only screen and (max-width: 763px) { #PZbp43XuZD9uBlplqHNbt4R1qpPF7Ite { width:320px;height:89px;top:980px;left:0px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #Zq7RyvUHHyn2fSPUJG6sE2Er3CbEHZZV { width:70px;height:70px;top:92px;left:7px;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #B8FU0tISM3e2nvFzQLCLqQldDzS5Ppd9 { width:74px;height:74px;top:177px;left:4px;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #XDJTPfaO6ODv0LZ0C3ORI9q73NfFxNJL { width:85px;height:84px;top:262px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dm9LkyyVHCrW0xDruGcMNzaRf1U9x5w7 { width:81px;height:81px;top:353px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xf7X48ob0KJQKa3npsziOma4T4hVenS1 { width:66px;height:66px;top:803px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #SVklsrnFTdT65XaS2Tl5McBRXgZSdqEd { width:72px;height:71px;top:535px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VUM4l5PnwANiISRMMSfFdbdgeITu57MQ { width:83px;height:82px;top:442px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SLV5NcdaCdtgodi96X85ANw5tWAsPPGJ { width:46px;height:75px;top:713px;left:14px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BvSgXILPBfMvQ2IBr0aIl2MxW96zWAaO { width:70px;height:86px;top:616px;left:6.5px;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HnUKbH4m8VFt4XXdOFNZJ83hrBZa8MCL { top:92px;left:0px;width:320px;height:68px;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #EL3mIL8UHZprwiZiFH4AyJpTPy6FFFTs { top:181px;left:0px;width:320px;height:68px;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #N1yKzsKGcpxGq3CN07dfEsgFLtyQoxPf { top:270px;left:0px;width:320px;height:68px;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #IZAliBOuB8RtGwAFCn02l0zmXf2pDWUb { top:359px;left:0px;width:320px;height:68px;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #r885NnvBETslCFdtxx9gSWAJ6k3Mz4fe { top:448px;left:0px;width:320px;height:68px;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #HJawIwcOif0qy00MAS0R3bdF8oDnDq0k { top:537px;left:0px;width:320px;height:68px;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #kRG5tbZZ0u4hdUinQTETLZTy6ANLipX8 { top:625px;left:0px;width:320px;height:68px;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #OMWZamq3rafEMntRUbTcX7won9XX4X35 { top:714px;left:0px;width:320px;height:68px;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #Dhw71kFN7T2naDrc7tkr1Czl8KdOrtPh { top:802px;left:0px;width:320px;height:68px;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #hfZ1VnF1scU4T4ywQvWGTIA76uFFADbG { top:890px;left:0px;width:320px;height:68px;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:block; }
 }@media only screen and (max-width: 763px) { #v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC { display:block; }#v5V9qLaw4ObtmhG7FgNrsBBA8r5HEGPC > .row .container { width:320px;height:1219px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQD0VtT6stWAPi1Lf2DKMRLQHfBRF8nG { width:284px;height:19.5px;top:478.8125px;left:18px;text-align:center;text-align-last:center;font-size:15px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CyMkye0T1KWclG02og90y36hxowHrTO2 { width:319px;height:665px;top:449px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yblQoIe7UgQDTbUTpwE4iSF5DHZ8LebZ { width:320px;height:236.5784px;top:181px;left:0px;font-size:13px;z-index:14997;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xbBZWE1sTvw5FAPm4pniD354pERnTloq { width:216px;height:181px;top:0px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #sBpMF0UOrRUT5OeqhGdz4ZKWFAKE2Ifz { width:183px;height:31px;top:1145px;left:68.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2v901HKU4ETLUpNvzxCgw4EZ9K43NoF { width:285px;height:143px;top:521px;left:18px;display:block; }
 }