.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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#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,0,0,0); }#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,0,0,0); }#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 > .row > .video-iframe-container {  }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { width:960px;height:1118px;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:84px;width:186px;top:36px;left:387px;overflow:hidden;display:block; }
#dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { color:#4a6081;display:block;width:925px;position:absolute;font-family:"dm sans";font-size:51px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:179px;left:17.5px;height:132.594px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { background-color:#ffffff;background-image:none;border-top:1px solid #4a6081;border-left:1px solid #4a6081;border-right:1px solid #4a6081;border-bottom:1px solid #4a6081;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:#4a6081;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:250px;height:44px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1041px;left:355px;display:block; }
#I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O0xbNBSGXgyL8s0pFeEGzv3WEKJwRmpl { 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; }
#EofU9u7VifuAnmtNQ58DmBMiTcyLfrcV { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:678px;width:960px;top:348px;left:0px;overflow:hidden;display:block; }
#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:1411px;width:960px;position:relative;display:block; }#wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { display:block;width:960px;position:absolute;font-family:"dm sans";font-size:40px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:34px;left:0px;height:;color:#4a6081;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; }
#O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { display:block;width:960px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:92px;left:0px;height:;color:#869eb6;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; }
#VA6Nrpu7wJqVBe9C2JRI1AZrrH5VQ5CL { display:block;width:580px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:1066px;left:190px;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; }
#G91fzivSBiWBGpaOTl8s3zfpvcOkD0do { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:661px;width:500px;top:366px;left:230px;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; }
#nMWuIVlqxMQ1w1CDpa7KqI06isUAf1iT { 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; }
#MZfBkXCT2iTI4MwTuEc2dd9iKHDFdoUt { border-top:2px solid #869eb6;border-left:2px solid #869eb6;border-right:2px solid #869eb6;border-bottom:2px solid #869eb6;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#869eb6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:38px;width:38px;position:absolute;display:block;z-index:15025;top:171px;left:127px;display:block; }
#IPs63z552k3mpdyJBB92w0TCo9dAc3EE { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:180px;left:132px;height:23.3984px;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:center;text-align-last:center;display:block; }
#gE39SeTcixKEIwnlKUfBgfEJZaOPpIAX { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:142px;width:280px;top:192px;left:15px;display:block; }
#NaPuaNNFy1GMwUTKH0uJiyuV7I4L2u8O { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:141px;width:280px;top:192px;left:340px;display:block; }
#ARPtpavSlPXAL12RUh6dh3aUydW0ZtWB { display:block;width:214px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:253.90625px;left:41px;height:18.1953px;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:center;text-align-last:center;display:block; }
#o0v6oaseU6evvahyyxTJhkT3WuApMhmS { display:block;width:184px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:253.90625px;left:388px;height:36.3906px;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:center;text-align-last:center;display:block; }
#iVivmA7wuz2697CiLOWxUuiKdCf40VqT { border-top:2px solid #869eb6;border-left:2px solid #869eb6;border-right:2px solid #869eb6;border-bottom:2px solid #869eb6;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#869eb6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:38px;width:38px;position:absolute;display:block;z-index:15027;top:171px;left:459px;display:block; }
#MipbcaL7IHU4ZpS9RQsoJAbvEtnSxT8g { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:180px;left:464px;height:23.3984px;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:center;text-align-last:center;display:block; }
#qU1gCcaOexTLi0An86hhRZ0UUZdtTMiZ { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:142px;width:280px;top:192px;left:680px;display:block; }
#WXUiITDSQIOShyDiQJqKWblZP7yZfFIb { border-top:2px solid #869eb6;border-left:2px solid #869eb6;border-right:2px solid #869eb6;border-bottom:2px solid #869eb6;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#869eb6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:38px;width:38px;position:absolute;display:block;z-index:15029;top:171px;left:799px;display:block; }
#iVhItz7kKvfoKbiQ9QkyZELMMRy47w8O { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:181px;left:804px;height:23.3984px;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:center;text-align-last:center;display:block; }
#kJ2euiDtg4ZzElxtASIBU2umRWMg9g4z { display:block;width:242px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:253.90625px;left:699px;height:54.5859px;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:center;text-align-last:center;display:block; }
#NN8W8q9TmCUytNt5zQfzbZMoUNrJTv8p { display:block;width:214px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:1207px;left:373px;height:18.1953px;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:center;text-align-last:center;display:block; }
#Dl0ZgI7TKeWtqny9bZ1ikzXa8OuqleLP { display:block;width:163px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:1262px;left:399px;height:18.1953px;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:center;text-align-last:center;display:block; }
#Rd3aSfuyudKoihp5d29SbdK8DXTsEkox { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:45px;width:280px;top:1304px;left:340px;display:block; }
#dvEhmHsqJdHaOoF8SOo8wHGTRWB6pfuH { display:block;width:214px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:1309px;left:373px;height:36.3906px;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:center;text-align-last:center;display:block; }
#DpB6y83RLRh604Cpz7RANMHFF76BPAZZ { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:45px;width:280px;top:1249px;left:340px;display:block; }
#loiVIVGwK2Gcw6b4VsX78bvtuaoeAnbg { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:45px;width:280px;top:1194px;left:340px;display:block; }
#ax0UmR527tVy7X5odUMsaXMbSZf3ueDF { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:142px;width:280px;top:192px;left:15px;display:none; }
#yJJtDENOEJmSVacBEaTawBFhrNXd8IuC { border-top:2px solid #00a2ff;border-left:2px solid #00a2ff;border-right:2px solid #00a2ff;border-bottom:2px solid #00a2ff;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#00a2ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:38px;width:38px;position:absolute;display:block;z-index:15025;top:171px;left:127px;display:none; }
#iP3TLckFc04ATmy0cFfKqBhOAkTAo2Bi { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:180px;left:132px;height:23.3984px;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:center;text-align-last:center;display:none; }
#kWiBTwlcp26FXImdvsIBXm5xv823TUEs { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.07) ;height:142px;width:280px;top:192px;left:15px;display:none; }
#d77izgHkfV90O74NXa0oZlZstC4FzXey { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:180px;left:132px;height:23.3984px;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:center;text-align-last:center;display:none; }
#cPxXzL5V1uuEEI0c2SamMRkEOHL1hnA0 { border-top:2px solid #00a2ff;border-left:2px solid #00a2ff;border-right:2px solid #00a2ff;border-bottom:2px solid #00a2ff;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;background-color:#00a2ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:38px;width:38px;position:absolute;display:block;z-index:15025;top:171px;left:127px;display:none; }
#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f4f8;background-image:none;position:relative;display:block; }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row .container { background-color: transparent; background-image: none; }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row .container > .video-iframe-container { display: none; }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row > .video-iframe-container { display: none; }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .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); }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row .container { border-width: 0; border-radius: 0; }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row > .video-iframe-container {  }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row .container { font-size:14px;font-family:arial;height:608px;width:960px;position:relative;display:block; }#h8vszCJpTMXZyDaPGPaOsTxpZnqOIeBF { 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; }
#naCbA3bNzWXTgLv59fpzLgQNgAAZTbqr { display:block;width:130px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:253px;left:221px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#e9cfLie4UiFLd3tlCFd9LSxTAawOqNwk { display:block;width:92px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:253px;left:437px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#TKlSuzuByxct9lr16dteARd6vQeU2JyD { 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; }
#yHhez1L4EdQh2MU9tKV4B58RraLT7FTT { 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:243px;left:615px;height:58.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#iyXQK59pp08FT3IPwOpIcnkKRRgRTPah { 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; }
#bqwqKNldEgiHixSm38uasi4fDpDsVgyE { 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:#4a6081;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; }
#c17ozVaZsDs1IUTxeIo10HkyCLBcgbl1 { 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; }
#gpadBvIe3VhdByQqziJApGGVZvw6JfQC { 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; }
#CWWP0d1XkfTVZOq6XgLLg37HGsZ1TC6O { 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; }
#vbDdIClo1PBDEl22Vfo2pgRqfnL38Nqw { 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; }
#xJ2R3cT3WZc5rd2l5R6oov9lwRBngTeJ { 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; }
#ius4peZRvfb8ypuMrZxlN3MVOfqcVgim { display:block;width:127px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:457px;left:221px;height:58.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#WSdGD2dhUhIe3pLvKxvJChBU1Cfsnll4 { 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; }
#cppzLsm8X7ePE6iyFC6VlHeKCizKN7ol { 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; }
#rLNi4r1wTMAtrwlv2U5515Sma0wWwRa8 { 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; }
#DuuHQdhSMw4idEGtf9Qaik9UOn6bdIQp { 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:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#eQoNnscZQRIwriuFeQbTOil2TcFsuv8G { 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; }
#nXcMQ6f4w2JbkrSU0ToKMJ5Whtp35HXJ { 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:457px;left:614px;height:58.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#tJhInHMciDb7k9i9ZtmNmmomTRrwBBOE { 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; }
#bFczmWB5yrbZ62zFtuZNxc8wbSnyPACF { 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; }
#TigKpNG1mic5CBp5CJXpkhVhQxcGZdR9 { 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:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#Euy4zsi1FstxO4O2Ay5yAvCJIT16tbIw { 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; }
#ns22k4MnnKE6x8T6QJbkqi0Wy6vLzKVN { 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; }
#m8cBCD8FTcBcCWef6EWnGmhXXNI08CLn { 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; }
#Gd3bPJTL6EIuB8BDWgLWTW5Olvds7mRW { 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; }
#aprtJSAtm5AMUKfeJd5FvhHSyLkaV1pT { 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; }
#UEib886XuPTJkta0n7Vi9akmRgmJVZgh { 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; }
#hUwCcOSt5TLOo4uLQ1GT0NiPrkE3CUOF { 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; }
#UVx6rlQkvQOmhVU3mloZegPrUGsr7pax { 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; }
#W6XiuFfsH1UZDWozsUmAo7Z9MEw5UazS { 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; }
#SMboNMlOyurV1JlcvPrkk8x9moyzMXds { 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; }
#Mqt3iffVMVoxPbXW3D8WNGRtlfIvRraE { 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; }
#zfIBwwWM5Xh1h0y1oexq5eacH1sP2GRy { 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; }
#geyCmci6RksGHdZKFmmMl44GWr3wowmp { 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; }
#XWoDPpv1WLRrDScyKAbWDIkiZIWJAyHE { 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; }
#X1PN1oJgcyBwQgzN8yulnENhXh1P9abe { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:103px;width:104px;top:351px;left:233px;overflow:hidden;display:block; }
#M3pBmEQUaTFXbV7qJZqeVWp6pe5w8g2l { 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; }
#f5DRT4d5SHenqN8bL9M9Vigpbr1s3ah5 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:114px;width:72px;top:351px;left:637.5px;overflow:hidden;display:block; }
#zfUy31lexJpkSITGpEBPxmLA7tKSni5G { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:104px;width:86px;top:354px;left:47px;overflow:hidden;display:block; }
#ouwpegB4SP7bI4g538prfoLmTkBdc0P2 { 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; }
#rFZT9Tn9Vn28iIzySSkZe02Hw543pI32 { 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; }
#JpF08ctefvMJp9GFO8qI4IpelBO8KVSG { 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; }
#FfPsmqIfqTSA3zRTqyL8mZ8TPywB1tbR { 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; }
#Vg6hdJ3BqtfokwcvUu3waC2AiH3cek1G { 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; }
#LH3awtEw1EroDBJJOP4rTwOPuos4VCre { 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; }
#tVGBwauMAGPFQTQbdD18snFsW4HHKCf1 { 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; }
#i8zSWhTanfFqT9lTT9VspI11hyS3Hexc { 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; }
#lT42NbfT8NhgNM5b6JeedAEyR0RBGDRQ { 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; }
#OT0iJD4n1VCtpWAcklGGiv4E3FFvddGT { 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; }
#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#869eb6;background-image:none;position:relative;display:block; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { background-color: transparent; background-image: none; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container > .video-iframe-container { display: none; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row > .video-iframe-container { display: none; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .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); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { border-width: 0; border-radius: 0; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row > .video-iframe-container {  }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { font-size:14px;font-family:arial;height:975px;width:960px;position:relative;display:block; }#WSQ8coH8cWdSqyBvB7Xq18LiXULJXthm { 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:510px;width:947px;top:353px;left:7px;display:block; }
#bm32X1x26XGE22hFCb7DnK7xkU0BaZHT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:550px;width:580px;display:none; }
#fofqfO3S7GyouNHCwMsb2y2bCz0Rvqmu { color:#ffffff;display:block;width:486px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:110.015625px;left:474px;height:181.9529px;font-style:italic;display:block; }
#sICvggNoroL4H61AJbgZCSw7cvBGxUZU { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:336px;width:398px;top:0px;left:24px;overflow:hidden;display:block; }
#IaW6olwsTG6mqAwkEfxVSnNDwDyqDPcc { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:336px;width:398px;top:0px;left:27px;overflow:hidden;display:none; }
#k3CZOTWlSei7epUPtFJazEle5eiTl8eK { color:#1d3861;display:block;width:417px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:336px;left:14.5px;height:304.0784px;font-style:italic;display:none; }
#iGcqQFT9HX7cBCZX8ryzPJlhClhkGLKs { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:286px;top:892px;left:337px;overflow:hidden;display:block; }
#NUlo1MDaiva2TNxXJOhytZWDx9mbvX9F { position:absolute;display:block;z-index:15017;height:373px;width:896px;top:443px;left:32px;display:block; }
#TBK6n2awTfZU7ooeTEJdWMiO41edXeEq { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:62px;top:511px;left:80px;display:none; }
#Ev9XmfsRo1KVa65fT4lO8eH42TsTGh7G { color:#4a6081;display:block;width:709px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:380px;left:125.5px;height:36.3984px;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:36px;left:289px;width:186px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { top:179px;left:0px;width:764px;height:132px;font-size:24px;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) { #O0xbNBSGXgyL8s0pFeEGzv3WEKJwRmpl { display:none; }
 }@media only screen and (max-width: 763px) { #EofU9u7VifuAnmtNQ58DmBMiTcyLfrcV { top:348px;left:0px;width:764px;height:539.575px;display:block; }
 }@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) { #G91fzivSBiWBGpaOTl8s3zfpvcOkD0do { top:366px;left:132px;width:500px;height:661px;display:block; }
 }@media only screen and (max-width: 763px) { #dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { width:764px;height:480px;display:none; }
 }@media only screen and (max-width: 763px) { #nMWuIVlqxMQ1w1CDpa7KqI06isUAf1iT { display:none; }
 }@media only screen and (max-width: 763px) { #MZfBkXCT2iTI4MwTuEc2dd9iKHDFdoUt { width:110px;height:110px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #IPs63z552k3mpdyJBB92w0TCo9dAc3EE { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gE39SeTcixKEIwnlKUfBgfEJZaOPpIAX { top:192px;left:0px;width:280px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #NaPuaNNFy1GMwUTKH0uJiyuV7I4L2u8O { top:192px;left:242px;width:280px;height:141px;display:block; }
 }@media only screen and (max-width: 763px) { #ARPtpavSlPXAL12RUh6dh3aUydW0ZtWB { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #o0v6oaseU6evvahyyxTJhkT3WuApMhmS { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #iVivmA7wuz2697CiLOWxUuiKdCf40VqT { width:110px;height:110px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #MipbcaL7IHU4ZpS9RQsoJAbvEtnSxT8g { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #qU1gCcaOexTLi0An86hhRZ0UUZdtTMiZ { top:192px;left:484px;width:280px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #WXUiITDSQIOShyDiQJqKWblZP7yZfFIb { width:110px;height:110px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #iVhItz7kKvfoKbiQ9QkyZELMMRy47w8O { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #kJ2euiDtg4ZzElxtASIBU2umRWMg9g4z { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #NN8W8q9TmCUytNt5zQfzbZMoUNrJTv8p { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Dl0ZgI7TKeWtqny9bZ1ikzXa8OuqleLP { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Rd3aSfuyudKoihp5d29SbdK8DXTsEkox { top:1304px;left:242px;width:280px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #dvEhmHsqJdHaOoF8SOo8wHGTRWB6pfuH { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #DpB6y83RLRh604Cpz7RANMHFF76BPAZZ { top:1249px;left:242px;width:280px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #loiVIVGwK2Gcw6b4VsX78bvtuaoeAnbg { top:1194px;left:242px;width:280px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #ax0UmR527tVy7X5odUMsaXMbSZf3ueDF { top:192px;left:0px;width:280px;height:142px;display:none; }
 }@media only screen and (max-width: 763px) { #yJJtDENOEJmSVacBEaTawBFhrNXd8IuC { width:110px;height:110px;top:20px;left:41px;display:none; }
 }@media only screen and (max-width: 763px) { #iP3TLckFc04ATmy0cFfKqBhOAkTAo2Bi { width:744px;height:46px;top:57px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #kWiBTwlcp26FXImdvsIBXm5xv823TUEs { top:192px;left:0px;width:280px;height:142px;display:none; }
 }@media only screen and (max-width: 763px) { #d77izgHkfV90O74NXa0oZlZstC4FzXey { width:744px;height:46px;top:57px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #cPxXzL5V1uuEEI0c2SamMRkEOHL1hnA0 { width:110px;height:110px;top:20px;left:41px;display:none; }
 }@media only screen and (max-width: 763px) { #aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ { display:block; }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row .container { width:764px;height:288px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8vszCJpTMXZyDaPGPaOsTxpZnqOIeBF { width:164px;height:48px;top:164px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #naCbA3bNzWXTgLv59fpzLgQNgAAZTbqr { width:164px;height:48px;top:165px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #e9cfLie4UiFLd3tlCFd9LSxTAawOqNwk { width:164px;height:48px;top:165px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #TKlSuzuByxct9lr16dteARd6vQeU2JyD { width:178px;height:255px;top:0px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #yHhez1L4EdQh2MU9tKV4B58RraLT7FTT { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #iyXQK59pp08FT3IPwOpIcnkKRRgRTPah { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #bqwqKNldEgiHixSm38uasi4fDpDsVgyE { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #c17ozVaZsDs1IUTxeIo10HkyCLBcgbl1 { width:164px;height:48px;top:164px;left:12px;display:none; }
 }@media only screen and (max-width: 763px) { #gpadBvIe3VhdByQqziJApGGVZvw6JfQC { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #CWWP0d1XkfTVZOq6XgLLg37HGsZ1TC6O { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #vbDdIClo1PBDEl22Vfo2pgRqfnL38Nqw { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2R3cT3WZc5rd2l5R6oov9lwRBngTeJ { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #ius4peZRvfb8ypuMrZxlN3MVOfqcVgim { width:164px;height:48px;top:165px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #WSdGD2dhUhIe3pLvKxvJChBU1Cfsnll4 { width:178px;height:255px;top:0px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #cppzLsm8X7ePE6iyFC6VlHeKCizKN7ol { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #rLNi4r1wTMAtrwlv2U5515Sma0wWwRa8 { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #DuuHQdhSMw4idEGtf9Qaik9UOn6bdIQp { width:164px;height:48px;top:164px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #eQoNnscZQRIwriuFeQbTOil2TcFsuv8G { width:164px;height:48px;top:165px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #nXcMQ6f4w2JbkrSU0ToKMJ5Whtp35HXJ { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #tJhInHMciDb7k9i9ZtmNmmomTRrwBBOE { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #bFczmWB5yrbZ62zFtuZNxc8wbSnyPACF { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #TigKpNG1mic5CBp5CJXpkhVhQxcGZdR9 { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #Euy4zsi1FstxO4O2Ay5yAvCJIT16tbIw { top:348px;left:644.5px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #ns22k4MnnKE6x8T6QJbkqi0Wy6vLzKVN { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #m8cBCD8FTcBcCWef6EWnGmhXXNI08CLn { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #Gd3bPJTL6EIuB8BDWgLWTW5Olvds7mRW { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #aprtJSAtm5AMUKfeJd5FvhHSyLkaV1pT { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #UEib886XuPTJkta0n7Vi9akmRgmJVZgh { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #hUwCcOSt5TLOo4uLQ1GT0NiPrkE3CUOF { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #UVx6rlQkvQOmhVU3mloZegPrUGsr7pax { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #W6XiuFfsH1UZDWozsUmAo7Z9MEw5UazS { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #SMboNMlOyurV1JlcvPrkk8x9moyzMXds { top:141px;left:19.5px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #Mqt3iffVMVoxPbXW3D8WNGRtlfIvRraE { top:141px;left:191px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #zfIBwwWM5Xh1h0y1oexq5eacH1sP2GRy { top:137px;left:274px;width:108px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #geyCmci6RksGHdZKFmmMl44GWr3wowmp { top:149px;left:484px;width:89px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #XWoDPpv1WLRrDScyKAbWDIkiZIWJAyHE { top:153px;left:654.5px;width:89px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #X1PN1oJgcyBwQgzN8yulnENhXh1P9abe { top:351px;left:86px;width:104px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #M3pBmEQUaTFXbV7qJZqeVWp6pe5w8g2l { top:355px;left:278px;width:104px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #f5DRT4d5SHenqN8bL9M9Vigpbr1s3ah5 { top:351px;left:501px;width:72px;height:114px;display:block; }
 }@media only screen and (max-width: 763px) { #zfUy31lexJpkSITGpEBPxmLA7tKSni5G { top:354px;left:22.5px;width:86px;height:104px;display:block; }
 }@media only screen and (max-width: 763px) { #ouwpegB4SP7bI4g538prfoLmTkBdc0P2 { display:none; }
 }@media only screen and (max-width: 763px) { #rFZT9Tn9Vn28iIzySSkZe02Hw543pI32 { display:none; }
 }@media only screen and (max-width: 763px) { #JpF08ctefvMJp9GFO8qI4IpelBO8KVSG { display:none; }
 }@media only screen and (max-width: 763px) { #FfPsmqIfqTSA3zRTqyL8mZ8TPywB1tbR { display:none; }
 }@media only screen and (max-width: 763px) { #Vg6hdJ3BqtfokwcvUu3waC2AiH3cek1G { display:none; }
 }@media only screen and (max-width: 763px) { #LH3awtEw1EroDBJJOP4rTwOPuos4VCre { display:none; }
 }@media only screen and (max-width: 763px) { #tVGBwauMAGPFQTQbdD18snFsW4HHKCf1 { display:none; }
 }@media only screen and (max-width: 763px) { #i8zSWhTanfFqT9lTT9VspI11hyS3Hexc { display:none; }
 }@media only screen and (max-width: 763px) { #lT42NbfT8NhgNM5b6JeedAEyR0RBGDRQ { display:none; }
 }@media only screen and (max-width: 763px) { #OT0iJD4n1VCtpWAcklGGiv4E3FFvddGT { display:none; }
 }@media only screen and (max-width: 763px) { #uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs { display:block; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSQ8coH8cWdSqyBvB7Xq18LiXULJXthm { width:764px;height:510px;top:353px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bm32X1x26XGE22hFCb7DnK7xkU0BaZHT { width:580px;height:550px;display:none; }
 }@media only screen and (max-width: 763px) { #fofqfO3S7GyouNHCwMsb2y2bCz0Rvqmu { top:110px;left:278px;width:486px;height:181px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sICvggNoroL4H61AJbgZCSw7cvBGxUZU { top:0px;left:0px;width:398px;height:336px;display:block; }
 }@media only screen and (max-width: 763px) { #IaW6olwsTG6mqAwkEfxVSnNDwDyqDPcc { top:0px;left:0px;width:398px;height:336px;display:none; }
 }@media only screen and (max-width: 763px) { #k3CZOTWlSei7epUPtFJazEle5eiTl8eK { top:336px;left:0px;width:417px;height:304px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #iGcqQFT9HX7cBCZX8ryzPJlhClhkGLKs { top:892px;left:239px;width:286px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #NUlo1MDaiva2TNxXJOhytZWDx9mbvX9F { top:443px;left:0px;width:764px;height:373px;display:block; }
 }@media only screen and (max-width: 763px) { #TBK6n2awTfZU7ooeTEJdWMiO41edXeEq { top:511px;left:0px;width:200px;height:62px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Ev9XmfsRo1KVa65fT4lO8eH42TsTGh7G { top:380px;left:27.5px;width:709px;height:36px;font-size:28px;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: #ffffff; }#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: #ffffff; }#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:569px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGyJxdE3xkeQBLSxoqE3gK29h3ZZtDIm { width:120px;height:54px;top:25px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #dvb2IdsOQhJTAXBrsNa7ZEaVg02BrGuQ { width:320px;height:93.5859px;top:120.8046875px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { width:140px;height:34px;top:505.96875px;left:90px;font-size:14px;line-height:1;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block; }
 }@media only screen and (max-width: 763px) { #O0xbNBSGXgyL8s0pFeEGzv3WEKJwRmpl { top:398.38543701172px;left:-464.33026123047px;width:12px;height:83px;z-index:15038;background-color:#df1a3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EofU9u7VifuAnmtNQ58DmBMiTcyLfrcV { width:320px;height:225px;top:257.3828125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lQHoa1ektvZTypLvElIRPNphv5qpKbgK { display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { width:320px;height:1190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { width:252px;height:62.3906px;top:38px;left:34px;text-align:center;text-align-last:center;font-size:24px;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { width:320px;height:33.7969px;top:110.3828125px;left:0px;text-align:center;text-align-last:center;font-size:13px;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #VA6Nrpu7wJqVBe9C2JRI1AZrrH5VQ5CL { width:320px;height:127.367px;top:851.640625px;left:0px;text-align:center;text-align-last:center;font-size:13px;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #G91fzivSBiWBGpaOTl8s3zfpvcOkD0do { width:320px;height:424px;top:398px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dN3Aa7EAx4bLFwzusZROhaDIGnekHbQF { top:175px;left:0px;width:320px;height:201px;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nMWuIVlqxMQ1w1CDpa7KqI06isUAf1iT { top:110.38543701172px;left:-178.33026123047px;width:80px;height:26px;z-index:15034;background-color:#df1a3b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MZfBkXCT2iTI4MwTuEc2dd9iKHDFdoUt { width:20px;height:20px;top:198px;left:4px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #IPs63z552k3mpdyJBB92w0TCo9dAc3EE { width:32px;height:28.5px;top:196px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:1.9;font-weight:400;font-style:normal;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #gE39SeTcixKEIwnlKUfBgfEJZaOPpIAX { width:271px;height:33px;top:193px;left:40px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NaPuaNNFy1GMwUTKH0uJiyuV7I4L2u8O { width:280px;height:142px;top:1044.5315px;left:20px;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #ARPtpavSlPXAL12RUh6dh3aUydW0ZtWB { width:214px;height:16.8984px;top:202px;left:49px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o0v6oaseU6evvahyyxTJhkT3WuApMhmS { width:254px;height:33.7969px;top:250px;left:49px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iVivmA7wuz2697CiLOWxUuiKdCf40VqT { width:38px;height:38px;top:1206.5315px;left:139px;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #MipbcaL7IHU4ZpS9RQsoJAbvEtnSxT8g { width:32px;height:0;top:1215.5315px;left:144px;text-align:center;text-align-last:center;font-size:18px;line-height:1.9;font-weight:400;font-style:normal;font-family:"dm sans";display:none; }
 }@media only screen and (max-width: 763px) { #qU1gCcaOexTLi0An86hhRZ0UUZdtTMiZ { width:280px;height:142px;top:1269.719px;left:20px;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #WXUiITDSQIOShyDiQJqKWblZP7yZfFIb { width:38px;height:38px;top:1431.719px;left:139px;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #iVhItz7kKvfoKbiQ9QkyZELMMRy47w8O { width:32px;height:0;top:1441.719px;left:144px;text-align:center;text-align-last:center;font-size:18px;line-height:1.9;font-weight:400;font-style:normal;font-family:"dm sans";display:none; }
 }@media only screen and (max-width: 763px) { #kJ2euiDtg4ZzElxtASIBU2umRWMg9g4z { width:257px;height:50.6953px;top:316.65625px;left:47px;text-align:left;text-align-last:left;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NN8W8q9TmCUytNt5zQfzbZMoUNrJTv8p { width:214px;height:16.8984px;top:994px;left:53px;text-align:center;text-align-last:center;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dl0ZgI7TKeWtqny9bZ1ikzXa8OuqleLP { width:163px;height:16.8984px;top:1059px;left:79px;text-align:center;text-align-last:center;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rd3aSfuyudKoihp5d29SbdK8DXTsEkox { width:261px;height:45px;top:1109px;left:28px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #dvEhmHsqJdHaOoF8SOo8wHGTRWB6pfuH { width:200px;height:33.7969px;top:1116px;left:60px;text-align:center;text-align-last:center;font-size:13px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DpB6y83RLRh604Cpz7RANMHFF76BPAZZ { width:264px;height:45px;top:1044px;left:28px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #loiVIVGwK2Gcw6b4VsX78bvtuaoeAnbg { width:263px;height:45px;top:979px;left:28px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ax0UmR527tVy7X5odUMsaXMbSZf3ueDF { width:271px;height:61px;top:236px;left:40px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yJJtDENOEJmSVacBEaTawBFhrNXd8IuC { width:20px;height:20px;top:254px;left:4px;z-index:15001;border-top:2px solid #869eb6;border-left:2px solid #869eb6;border-right:2px solid #869eb6;border-bottom:2px solid #869eb6;background-color:#869eb6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iP3TLckFc04ATmy0cFfKqBhOAkTAo2Bi { width:32px;height:28.5px;top:252.6484375px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:1.9;font-weight:400;font-style:normal;font-family:"dm sans";z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #kWiBTwlcp26FXImdvsIBXm5xv823TUEs { width:271px;height:68px;top:307px;left:40px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #d77izgHkfV90O74NXa0oZlZstC4FzXey { width:32px;height:28.5px;top:327.09375px;left:0px;text-align:center;text-align-last:center;font-size:15px;line-height:1.9;font-weight:400;font-style:normal;font-family:"dm sans";z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #cPxXzL5V1uuEEI0c2SamMRkEOHL1hnA0 { width:20px;height:20px;top:330px;left:4px;z-index:15005;background-color:#869eb6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #869eb6;border-left:2px solid #869eb6;border-right:2px solid #869eb6;border-bottom:2px solid #869eb6;display:block; }
 }@media only screen and (max-width: 763px) { #aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ { background-color:#f0f4f8;background-image:none;display:block; }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row .container { background-color: transparent; background-image: none; }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row .container > .video-iframe-container { display: none; }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row > .video-iframe-container { display: none; }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .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); }#aetxCHsPZngf5JlrOeJXHUtJxX1eHNrJ > .row .container { width:320px;height:1004px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8vszCJpTMXZyDaPGPaOsTxpZnqOIeBF { width:181px;height:19.5px;top:116.5px;left:89px;font-size:13px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #naCbA3bNzWXTgLv59fpzLgQNgAAZTbqr { width:226px;height:19.5px;top:204px;left:89px;font-size:13px;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #e9cfLie4UiFLd3tlCFd9LSxTAawOqNwk { width:170px;height:19.5px;top:294px;left:89px;font-size:13px;z-index:15046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKlSuzuByxct9lr16dteARd6vQeU2JyD { width:320px;height:89px;top:444.5px;left:0px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #yHhez1L4EdQh2MU9tKV4B58RraLT7FTT { width:196px;height:39px;top:374px;left:89px;font-size:13px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #iyXQK59pp08FT3IPwOpIcnkKRRgRTPah { width:320px;height:89px;top:182px;left:0px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #bqwqKNldEgiHixSm38uasi4fDpDsVgyE { width:320px;height:31.1953px;top:19px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #c17ozVaZsDs1IUTxeIo10HkyCLBcgbl1 { width:184px;height:19.5px;top:472px;left:89px;font-size:13px;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) { #gpadBvIe3VhdByQqziJApGGVZvw6JfQC { width:140px;height:191px;top:1617px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #CWWP0d1XkfTVZOq6XgLLg37HGsZ1TC6O { width:140px;height:191px;top:2192px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #vbDdIClo1PBDEl22Vfo2pgRqfnL38Nqw { width:140px;height:191px;top:2764px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #xJ2R3cT3WZc5rd2l5R6oov9lwRBngTeJ { width:194px;height:19.5px;top:826.25px;left:89px;font-size:13px;text-align:left;text-align-last:left;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #ius4peZRvfb8ypuMrZxlN3MVOfqcVgim { width:219px;height:39px;top:639.5px;left:89px;font-size:13px;text-align:left;text-align-last:left;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #WSdGD2dhUhIe3pLvKxvJChBU1Cfsnll4 { width:140px;height:191px;top:898px;left:90px;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #cppzLsm8X7ePE6iyFC6VlHeKCizKN7ol { width:140px;height:191px;top:1262px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #rLNi4r1wTMAtrwlv2U5515Sma0wWwRa8 { width:140px;height:191px;top:1828px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #DuuHQdhSMw4idEGtf9Qaik9UOn6bdIQp { width:220px;height:19.5px;top:560.75px;left:89px;font-size:13px;text-align:left;text-align-last:left;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #eQoNnscZQRIwriuFeQbTOil2TcFsuv8G { 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) { #nXcMQ6f4w2JbkrSU0ToKMJ5Whtp35HXJ { width:182px;height:39px;top:729.5px;left:88.5px;font-size:13px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #tJhInHMciDb7k9i9ZtmNmmomTRrwBBOE { width:140px;height:191px;top:2403px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #bFczmWB5yrbZ62zFtuZNxc8wbSnyPACF { width:140px;height:191px;top:3137px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #TigKpNG1mic5CBp5CJXpkhVhQxcGZdR9 { width:183px;height:19.5px;top:915px;left:88px;font-size:13px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #Euy4zsi1FstxO4O2Ay5yAvCJIT16tbIw { width:83px;height:83px;top:882px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ns22k4MnnKE6x8T6QJbkqi0Wy6vLzKVN { width:320px;height:89px;top:281px;left:0px;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #m8cBCD8FTcBcCWef6EWnGmhXXNI08CLn { width:320px;height:89px;top:379px;left:0px;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #Gd3bPJTL6EIuB8BDWgLWTW5Olvds7mRW { width:320px;height:89px;top:477px;left:0px;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #aprtJSAtm5AMUKfeJd5FvhHSyLkaV1pT { width:320px;height:89px;top:575.5px;left:0px;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #UEib886XuPTJkta0n7Vi9akmRgmJVZgh { width:320px;height:89px;top:675.5px;left:0px;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #hUwCcOSt5TLOo4uLQ1GT0NiPrkE3CUOF { width:320px;height:89px;top:776.5px;left:0px;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #UVx6rlQkvQOmhVU3mloZegPrUGsr7pax { width:320px;height:89px;top:878px;left:0px;z-index:15050;display:none; }
 }@media only screen and (max-width: 763px) { #W6XiuFfsH1UZDWozsUmAo7Z9MEw5UazS { width:320px;height:89px;top:980px;left:0px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #SMboNMlOyurV1JlcvPrkk8x9moyzMXds { width:70px;height:70px;top:92px;left:7px;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #Mqt3iffVMVoxPbXW3D8WNGRtlfIvRraE { width:74px;height:74px;top:177px;left:4px;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #zfIBwwWM5Xh1h0y1oexq5eacH1sP2GRy { width:85px;height:84px;top:262px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #geyCmci6RksGHdZKFmmMl44GWr3wowmp { width:81px;height:81px;top:353px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XWoDPpv1WLRrDScyKAbWDIkiZIWJAyHE { width:66px;height:66px;top:803px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #X1PN1oJgcyBwQgzN8yulnENhXh1P9abe { width:72px;height:71px;top:535px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M3pBmEQUaTFXbV7qJZqeVWp6pe5w8g2l { width:83px;height:82px;top:442px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f5DRT4d5SHenqN8bL9M9Vigpbr1s3ah5 { width:46px;height:75px;top:713px;left:14px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zfUy31lexJpkSITGpEBPxmLA7tKSni5G { width:75px;height:92px;top:613px;left:0px;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ouwpegB4SP7bI4g538prfoLmTkBdc0P2 { 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) { #rFZT9Tn9Vn28iIzySSkZe02Hw543pI32 { 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) { #JpF08ctefvMJp9GFO8qI4IpelBO8KVSG { 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) { #FfPsmqIfqTSA3zRTqyL8mZ8TPywB1tbR { 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) { #Vg6hdJ3BqtfokwcvUu3waC2AiH3cek1G { 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) { #LH3awtEw1EroDBJJOP4rTwOPuos4VCre { 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) { #tVGBwauMAGPFQTQbdD18snFsW4HHKCf1 { 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) { #i8zSWhTanfFqT9lTT9VspI11hyS3Hexc { 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) { #lT42NbfT8NhgNM5b6JeedAEyR0RBGDRQ { 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) { #OT0iJD4n1VCtpWAcklGGiv4E3FFvddGT { 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) { #uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs { background-color:#4a6081;background-image:none;display:block; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { background-color: transparent; background-image: none; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container > .video-iframe-container { display: none; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row > .video-iframe-container { display: none; }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .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); }#uyTxdZ4mawWMT08AKZXe7N5Ly4sBBwRs > .row .container { width:320px;height:1289px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSQ8coH8cWdSqyBvB7Xq18LiXULJXthm { width:319px;height:665px;top:443px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bm32X1x26XGE22hFCb7DnK7xkU0BaZHT { top:80px;left:228px;width:92px;height:87px;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #fofqfO3S7GyouNHCwMsb2y2bCz0Rvqmu { width:279px;height:395.1404px;top:527px;left:18px;font-size:16px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sICvggNoroL4H61AJbgZCSw7cvBGxUZU { width:252px;height:213px;top:0px;left:34px;display:none; }
 }@media only screen and (max-width: 763px) { #IaW6olwsTG6mqAwkEfxVSnNDwDyqDPcc { width:252px;height:212px;top:0px;left:34px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #k3CZOTWlSei7epUPtFJazEle5eiTl8eK { width:318px;height:202.7191px;top:201.546875px;left:0px;font-size:12px;z-index:14998;color:#ffffff;font-family:"dm sans";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iGcqQFT9HX7cBCZX8ryzPJlhClhkGLKs { width:236px;height:40px;top:1169.1875px;left:42px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NUlo1MDaiva2TNxXJOhytZWDx9mbvX9F { width:300px;height:500px;top:554px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TBK6n2awTfZU7ooeTEJdWMiO41edXeEq { top:471px;left:14px;width:293px;height:52px;z-index:15018;font-family:"dm sans";font-size:20px;text-align:center;text-align-last:center;color:#4a6081;display:block; }
 }@media only screen and (max-width: 763px) { #Ev9XmfsRo1KVa65fT4lO8eH42TsTGh7G { width:200px;height:0;top:1257.1875px;left:60px;font-size:16px;display:none; }
 }