.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:rgba(235,239,244,0.25);background-image:url("https://images.assets-landingi.com/uc/7ec44cec-e972-4337-a283-18fe6df68b33/a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.adaptive-delivery-prevent-bg, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyload, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyloading { background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,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:900px;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:60px;width:135px;top:17px;left:412.5px;overflow:hidden;display:block; }
#baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { background-color:rgba(255,255,255,0.14);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:32px;border-top-right-radius:32px;border-bottom-left-radius:32px;border-bottom-right-radius:32px;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:834px;left:355px;display:block; }
#I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VrsVF79V8PyAOIQWXUEQrXXM1aCEXk8V { color:#4a6081;display:block;width:841px;position:absolute;font-family:"dm sans";font-size:48px;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:119px;left:59.5px;height:115.188px;font-style:normal;text-align:center;text-align-last:center;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:1089px;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:20px;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; }
#UcehThIEkmrWq7a5Q4Lm6Ktzk54TVBqh { display:block;width:252px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:273.25px;left:685px;height:39px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uo1yoZ7LTFFH4GMyl0TAPwCJIXFvzedA { display:block;width:251px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:271px;left:355px;height:19.5px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fbwE0STSTeWQgtP7lO3fuADbFbdD5XZy { display:block;width:235px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:273.25px;left:30.5px;height:39px;color:#1d3861;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsuJbuAKX0GsNakbSocOdhaaH7Tvn8ez { 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:15022;top:196px;left:127px;display:block; }
#Wvv7uH4HoJMw3Ku7enh02PIESIMZC2QI { 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:15024;top:196px;left:461px;display:block; }
#AhKnOlbTfthDW4ciI6NyRL8WhDEoSwsN { 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:15026;top:198px;left:792px;display:block; }
#kJ4nV7V7tMunDdtUNGvvnucLtJqC0u1O { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:205px;left:466px;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; }
#TFUu57pbeGgk2x0lWLldhomIhRZZaUOv { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:204.296875px;left:131px;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; }
#nsSg6KpVxPTxJ11CA4feGN2qhHOrTmE7 { display:block;width:32px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:208px;left:797px;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; }
#k3NqTU29hiOBMFkz5lliaeugcGpGiksV { position:absolute;display:block;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: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:212px;left:8px;display:block; }
#SMi5EQapk3ydWevW9BPalkibgOP0GTCw { position:absolute;display:block;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: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:210px;left:340px;display:block; }
#pTA12hiaN778dA589VTuyUyFPWaxwtsh { position:absolute;display:block;z-index:15009;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:212px;left:672px;display:block; }
#aVGVe0QTIFTKkKLP0sKxRQJufTiPk5XH { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:622px;width:611px;top:364px;left:150px;overflow:hidden;display:block; }
#pTydNQM9K2h5LmhhRQvmtTDBRXws1vAf { display:block;width:646px;position:absolute;font-family:"dm sans";font-size:15px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:1010px;left:157px;height:;color:#1f2933;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1anxBW2XPVt9xzXdAodcUCPGoxhHWDT { position:absolute;display:block;z-index:14998;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:237px;left:15px;display:none; }
#WaSE6lkoUCADcSFe7B9ErssFAmknpis7 { position:absolute;display:block;z-index:14998;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:237px;left:15px;display:none; }
#SXQsuEPaVvexmTLoGtuyBOJIOIvHNAw0 { position:absolute;display:block;z-index:14998;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:237px;left:15px;display:none; }
#NTJwZfTPJq07iv0poAyUxi96Qces4IIW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0f4f8;background-image:none;position:relative;display:block; }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row .container { background-color: transparent; background-image: none; }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row .container > .video-iframe-container { display: none; }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row > .video-iframe-container { display: none; }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .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); }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row .container { border-width: 0; border-radius: 0; }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row > .video-iframe-container {  }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row .container { font-size:14px;font-family:arial;height:600px;width:960px;position:relative;display:block; }#ElbqE8DxyNrnz43dGSX5G5K2r2tBCor2 { 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; }
#UhxIHqtcUZMmlZeXcefwFmudTu44ncQk { display:block;width:129px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:255.5px;left:221.5px;height:19.5052px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#lf9myretJHDRtzxD9V62QesMTIrO3R4y { display:block;width:82px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:255.5px;left:439px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#vohqCDGe5TPh2KThg3Odnkc7uIGtlmIQ { 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; }
#PxFU2mUe1GR6G5yQv0ZqMDk5e8Ob5Xdb { display:block;width:117px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:243.25px;left:615.5px;height:58.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#J4vIdk2mRFXrIIp6AAQHzfQT8WxpUSyv { 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; }
#bF6GCtDfu8Rri9FLuMTVlbWsA9xpBI7G { 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; }
#lwS7xS82EpaWKCbLni8864QnZ4VwiXy6 { 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; }
#kUWOyHAQQiCJZd864Jmz2bNh0E0zB2wF { 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; }
#l7VoSXiUXwLM6ZK0ODPLP9np3ITtEuGz { 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; }
#duyATvxwqlqNDWK5KPwEmxnbRQ1gSM61 { 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; }
#usGQZuL09ScUN2Lnnrx66CBCP1opC5Ga { 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; }
#yR3AMwwkRi96RbZlRy9GEvtlceA18xub { display:block;width:116px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:467px;left:228px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#s152sifN3X6UXPBz0MODILCe3Z7fqvX8 { 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; }
#vGFkFrhwmuf4XeOLrvpaff6JcGezWMzF { 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; }
#PCveUT0hEDaIakXqAaeUBFfEmFc6A22E { 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; }
#H8plUK8N9C9kINxacTsTWOBhCT9bOg7g { display:block;width:110px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:467px;left:35px;height:58.5px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#LBpIBZ1Ev2dlm4JMobTlbLNTJ3H9pCfD { 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; }
#XdSUuz3MFE0oTvLlswQvVQ8UL12iJCfn { display:block;width:120px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:467px;left:614px;height:39px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#XCW4F4fTVrsPKwchXV7phFi7LR6RPwZ7 { 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; }
#fo7XFpHScbsThgc7ACDn04N8t02lAxAW { 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; }
#WuTh7a9M9UVgfiPzQ5nODtbVWvC7nGU7 { display:block;width:112px;position:absolute;font-family:"dm sans";font-size:13px;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:467px;left:815px;height:19.5052px;text-align:center;text-align-last:center;color:#1d3861;font-style:normal;display:block; }
#RlgytxFgTIA6Dzgyyzp7wTxL4TdLvsxE { 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; }
#dLF1LRbdgCHDI6AiZrb9QzNhaB2TVuy2 { 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; }
#xG1Ga7UATE8ghVyTTNBgEEyRvyTRVwAM { 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; }
#WehTXS1r5k79HsyfKkxZoF1tLRXaAK5T { 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; }
#BIFF7PRi9fbIsGiTgTD5fbLRB8AGs18q { 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; }
#oyiGAnuHItEupoI0c1iKXd4lNlCH9y1X { 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; }
#TDRE2CQvPfdW8Roanba8DkTdEhSPSrwL { 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; }
#VSxxD4MFThsxGQ2M02ntzblcnHbrHwUd { 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; }
#QiC0BcFKvcrXFFabf6Jpsc0Ehkz5yGMy { 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; }
#BHkmd6wyOeSTsDyR7noFwNynzbE2To0c { 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; }
#XwBRLgBI9xkbd2EOfWt8Uz7CLW2BniS9 { 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; }
#Q05lot90zrBMOzyB8wx3O6Ats89xc9Jf { 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; }
#r6JMXKc17KlSKmeu9y5mdmLGCLdnSEVq { 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; }
#IIFZKieq6EKu985NQnT7EKqyFBn7TeVN { 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; }
#a7E9d4vnsXsEo9aOLnPUH5XvzodMyMgy { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:103px;width:104px;top:358px;left:234px;overflow:hidden;display:block; }
#GGQbd5RROVviIb5v0hGSCRfGO0aNNdi8 { 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; }
#uPGlmUfOTAtUy9IeA28rIXgfvIphqM3z { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:114px;width:72px;top:354px;left:638px;overflow:hidden;display:block; }
#P3OQKtM3O4GMNBGiTtZT3QbJGF4GTTod { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:104px;width:86px;top:364px;left:47px;overflow:hidden;display:block; }
#PhFMo0JSc86awnbXT1UUFUnVFfWGTP5A { 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; }
#RZ11lW5nVQTHsZbPRX5dln6BdDgroKBg { 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; }
#Bcln7X82RWUozZLU70JI6TbHtDhW4Tfv { 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; }
#QWdVLricDkRDMWrxG6lD7g3e2Ul5nE8H { 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; }
#iRufGIWyNDGEFn07TA93n7TDU6AxSDBl { 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; }
#rTyTMp5TISF1dtqZVz3pcFoJrlVX7Ttd { 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; }
#Bmu8ZX3chSFOnEpF8kHxQyPqnqxzIAxa { 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; }
#TGyrbligK2oZovx9yqrDFXw648ucT9vF { 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; }
#z1TzdocAatrFLvqTTTvLpMk91aI7iSv0 { 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; }
#N1AN098SEotUGD7gAgyrLxSHq8vdPcdV { 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; }
#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1b93d0c-a2e9-4728-a04f-9f433cf3a4c0/0202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.adaptive-delivery-prevent-bg, #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.lazyload, #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.lazyloading { background-image: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { background-color: transparent; background-image: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4a6081; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container > .video-iframe-container { display: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4a6081; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row > .video-iframe-container { display: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .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); }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { border-width: 0; border-radius: 0; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row > .video-iframe-container {  }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { font-size:14px;font-family:arial;height:775px;width:960px;position:relative;display:block; }#ZTcJaBxlUaC5WgpbBwpR24Z0zuT4EW6V { color:#ffffff;display:block;width:367px;position:absolute;font-family:"dm sans";font-size:19px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:99px;left:296.5px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lwxzc6TAIswelhc6DMgUqd309RQZXp4i { 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; }
#ZyOEShfPz01Op0AIG8zoTJtb4hS1zrUD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:247px;top:668.5px;left:356.5px;overflow:hidden;display:block; }
#spsA72vVtk8I1DOGAlsuCoLtPD3oDHCw { position:absolute;display:block;z-index:15011;height:420px;width:761px;top:160px;left:99.5px;display:block; }
#cFVboTRnuUh9ODTMdTuh4oTymznFwDQT { 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:529px;width:960px;top:72.5px;left:0px;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:17px;left:314.5px;width:135px;height:60px;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) { #VrsVF79V8PyAOIQWXUEQrXXM1aCEXk8V { top:119px;left:0px;width:764px;height:115px;font-size:48px;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) { #UcehThIEkmrWq7a5Q4Lm6Ktzk54TVBqh { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #uo1yoZ7LTFFH4GMyl0TAPwCJIXFvzedA { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #fbwE0STSTeWQgtP7lO3fuADbFbdD5XZy { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #SsuJbuAKX0GsNakbSocOdhaaH7Tvn8ez { width:110px;height:110px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #Wvv7uH4HoJMw3Ku7enh02PIESIMZC2QI { width:110px;height:110px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #AhKnOlbTfthDW4ciI6NyRL8WhDEoSwsN { width:110px;height:110px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #kJ4nV7V7tMunDdtUNGvvnucLtJqC0u1O { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TFUu57pbeGgk2x0lWLldhomIhRZZaUOv { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #nsSg6KpVxPTxJ11CA4feGN2qhHOrTmE7 { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #k3NqTU29hiOBMFkz5lliaeugcGpGiksV { top:212px;left:0px;width:280px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #SMi5EQapk3ydWevW9BPalkibgOP0GTCw { top:210px;left:242px;width:280px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #pTA12hiaN778dA589VTuyUyFPWaxwtsh { top:212px;left:484px;width:280px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #aVGVe0QTIFTKkKLP0sKxRQJufTiPk5XH { top:364px;left:0px;width:611px;height:622px;display:block; }
 }@media only screen and (max-width: 763px) { #pTydNQM9K2h5LmhhRQvmtTDBRXws1vAf { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #T1anxBW2XPVt9xzXdAodcUCPGoxhHWDT { top:237px;left:0px;width:280px;height:142px;display:none; }
 }@media only screen and (max-width: 763px) { #WaSE6lkoUCADcSFe7B9ErssFAmknpis7 { top:237px;left:0px;width:280px;height:142px;display:none; }
 }@media only screen and (max-width: 763px) { #SXQsuEPaVvexmTLoGtuyBOJIOIvHNAw0 { top:237px;left:0px;width:280px;height:142px;display:none; }
 }@media only screen and (max-width: 763px) { #NTJwZfTPJq07iv0poAyUxi96Qces4IIW { display:block; }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row .container { width:764px;height:288px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElbqE8DxyNrnz43dGSX5G5K2r2tBCor2 { width:164px;height:48px;top:164px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #UhxIHqtcUZMmlZeXcefwFmudTu44ncQk { width:164px;height:48px;top:165px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #lf9myretJHDRtzxD9V62QesMTIrO3R4y { width:164px;height:48px;top:165px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #vohqCDGe5TPh2KThg3Odnkc7uIGtlmIQ { width:178px;height:255px;top:0px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #PxFU2mUe1GR6G5yQv0ZqMDk5e8Ob5Xdb { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #J4vIdk2mRFXrIIp6AAQHzfQT8WxpUSyv { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #bF6GCtDfu8Rri9FLuMTVlbWsA9xpBI7G { width:744px;height:46px;top:57px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #lwS7xS82EpaWKCbLni8864QnZ4VwiXy6 { width:164px;height:48px;top:164px;left:12px;display:none; }
 }@media only screen and (max-width: 763px) { #kUWOyHAQQiCJZd864Jmz2bNh0E0zB2wF { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #l7VoSXiUXwLM6ZK0ODPLP9np3ITtEuGz { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #duyATvxwqlqNDWK5KPwEmxnbRQ1gSM61 { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #usGQZuL09ScUN2Lnnrx66CBCP1opC5Ga { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #yR3AMwwkRi96RbZlRy9GEvtlceA18xub { width:164px;height:48px;top:165px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #s152sifN3X6UXPBz0MODILCe3Z7fqvX8 { width:178px;height:255px;top:0px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #vGFkFrhwmuf4XeOLrvpaff6JcGezWMzF { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #PCveUT0hEDaIakXqAaeUBFfEmFc6A22E { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #H8plUK8N9C9kINxacTsTWOBhCT9bOg7g { width:164px;height:48px;top:164px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #LBpIBZ1Ev2dlm4JMobTlbLNTJ3H9pCfD { width:164px;height:48px;top:165px;left:395px;display:block; }
 }@media only screen and (max-width: 763px) { #XdSUuz3MFE0oTvLlswQvVQ8UL12iJCfn { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #XCW4F4fTVrsPKwchXV7phFi7LR6RPwZ7 { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #fo7XFpHScbsThgc7ACDn04N8t02lAxAW { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #WuTh7a9M9UVgfiPzQ5nODtbVWvC7nGU7 { width:164px;height:48px;top:165px;left:591px;display:block; }
 }@media only screen and (max-width: 763px) { #RlgytxFgTIA6Dzgyyzp7wTxL4TdLvsxE { top:348px;left:644.5px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #dLF1LRbdgCHDI6AiZrb9QzNhaB2TVuy2 { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #xG1Ga7UATE8ghVyTTNBgEEyRvyTRVwAM { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #WehTXS1r5k79HsyfKkxZoF1tLRXaAK5T { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #BIFF7PRi9fbIsGiTgTD5fbLRB8AGs18q { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #oyiGAnuHItEupoI0c1iKXd4lNlCH9y1X { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #TDRE2CQvPfdW8Roanba8DkTdEhSPSrwL { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #VSxxD4MFThsxGQ2M02ntzblcnHbrHwUd { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #QiC0BcFKvcrXFFabf6Jpsc0Ehkz5yGMy { width:178px;height:255px;top:0px;left:389px;display:none; }
 }@media only screen and (max-width: 763px) { #BHkmd6wyOeSTsDyR7noFwNynzbE2To0c { top:141px;left:19.5px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #XwBRLgBI9xkbd2EOfWt8Uz7CLW2BniS9 { top:141px;left:191px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #Q05lot90zrBMOzyB8wx3O6Ats89xc9Jf { top:137px;left:274px;width:108px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #r6JMXKc17KlSKmeu9y5mdmLGCLdnSEVq { top:149px;left:484px;width:89px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #IIFZKieq6EKu985NQnT7EKqyFBn7TeVN { top:153px;left:654.5px;width:89px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #a7E9d4vnsXsEo9aOLnPUH5XvzodMyMgy { top:358px;left:87px;width:104px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #GGQbd5RROVviIb5v0hGSCRfGO0aNNdi8 { top:355px;left:278px;width:104px;height:103px;display:block; }
 }@media only screen and (max-width: 763px) { #uPGlmUfOTAtUy9IeA28rIXgfvIphqM3z { top:354px;left:501px;width:72px;height:114px;display:block; }
 }@media only screen and (max-width: 763px) { #P3OQKtM3O4GMNBGiTtZT3QbJGF4GTTod { top:364px;left:22.5px;width:86px;height:104px;display:block; }
 }@media only screen and (max-width: 763px) { #PhFMo0JSc86awnbXT1UUFUnVFfWGTP5A { display:none; }
 }@media only screen and (max-width: 763px) { #RZ11lW5nVQTHsZbPRX5dln6BdDgroKBg { display:none; }
 }@media only screen and (max-width: 763px) { #Bcln7X82RWUozZLU70JI6TbHtDhW4Tfv { display:none; }
 }@media only screen and (max-width: 763px) { #QWdVLricDkRDMWrxG6lD7g3e2Ul5nE8H { display:none; }
 }@media only screen and (max-width: 763px) { #iRufGIWyNDGEFn07TA93n7TDU6AxSDBl { display:none; }
 }@media only screen and (max-width: 763px) { #rTyTMp5TISF1dtqZVz3pcFoJrlVX7Ttd { display:none; }
 }@media only screen and (max-width: 763px) { #Bmu8ZX3chSFOnEpF8kHxQyPqnqxzIAxa { display:none; }
 }@media only screen and (max-width: 763px) { #TGyrbligK2oZovx9yqrDFXw648ucT9vF { display:none; }
 }@media only screen and (max-width: 763px) { #z1TzdocAatrFLvqTTTvLpMk91aI7iSv0 { display:none; }
 }@media only screen and (max-width: 763px) { #N1AN098SEotUGD7gAgyrLxSHq8vdPcdV { display:none; }
 }@media only screen and (max-width: 763px) { #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K { display:block; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTcJaBxlUaC5WgpbBwpR24Z0zuT4EW6V { width:367px;height:24px;top:99px;left:198.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lwxzc6TAIswelhc6DMgUqd309RQZXp4i { width:580px;height:550px;display:none; }
 }@media only screen and (max-width: 763px) { #ZyOEShfPz01Op0AIG8zoTJtb4hS1zrUD { top:668px;left:258.5px;width:247px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #spsA72vVtk8I1DOGAlsuCoLtPD3oDHCw { top:160px;left:1.5px;width:761px;height:420px;display:block; }
 }@media only screen and (max-width: 763px) { #cFVboTRnuUh9ODTMdTuh4oTymznFwDQT { width:764px;height:529px;top:72px;left:0px;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/26f0f07e-6c9e-4717-84fd-0729489d8c6e/shutterstock_1733318090.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.adaptive-delivery-prevent-bg, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyload, #GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv.lazyloading { background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv > .row .container { background-color: transparent; background-image: none; }#GwR2ve2gNBJwpRw3IrTyWMg3TK1nxRPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(240,244,248,0.26); }#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(240,244,248,0.26); }#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:672px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGyJxdE3xkeQBLSxoqE3gK29h3ZZtDIm { width:120px;height:54px;top:5px;left:95px;display:block; }
 }@media only screen and (max-width: 763px) { #baTGeqSCg6pRUuS1BhEZ8i6OTPb4UTfS { width:140px;height:34px;top:401px;left:90px;font-size:12px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #I6ChewesmNf2k7D7CaJgkKyhaqEuJHVi { display:block; }
 }@media only screen and (max-width: 763px) { #VrsVF79V8PyAOIQWXUEQrXXM1aCEXk8V { width:320px;height:134.375px;top:455px;left:0px;font-size:28px;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #lQHoa1ektvZTypLvElIRPNphv5qpKbgK { display:block; }#lQHoa1ektvZTypLvElIRPNphv5qpKbgK > .row .container { width:320px;height:910px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqR7WCF85owA43RVK1mWT9C1s6AdOeeg { width:300px;height:32.5px;top:18px;left:10px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #O9l8e2QvMlMpNk7gFiVfcxyBUPKJzoo9 { width:320px;height:46.7969px;top:60px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UcehThIEkmrWq7a5Q4Lm6Ktzk54TVBqh { width:247px;height:36.3906px;top:263px;left:73px;text-align:left;text-align-last:left;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uo1yoZ7LTFFH4GMyl0TAPwCJIXFvzedA { width:238px;height:18.1953px;top:171px;left:73px;text-align:left;text-align-last:left;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fbwE0STSTeWQgtP7lO3fuADbFbdD5XZy { width:242px;height:36.3906px;top:364px;left:78px;text-align:left;text-align-last:left;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SsuJbuAKX0GsNakbSocOdhaaH7Tvn8ez { width:38px;height:38px;top:159px;left:10px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Wvv7uH4HoJMw3Ku7enh02PIESIMZC2QI { width:38px;height:38px;top:261px;left:12px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #AhKnOlbTfthDW4ciI6NyRL8WhDEoSwsN { width:38px;height:38px;top:362px;left:12px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #kJ4nV7V7tMunDdtUNGvvnucLtJqC0u1O { width:32px;height:34.1953px;top:266px;left:17px;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:block; }
 }@media only screen and (max-width: 763px) { #TFUu57pbeGgk2x0lWLldhomIhRZZaUOv { width:32px;height:34.1953px;top:163px;left:15px;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:block; }
 }@media only screen and (max-width: 763px) { #nsSg6KpVxPTxJ11CA4feGN2qhHOrTmE7 { width:32px;height:34.1953px;top:368px;left:17px;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:block; }
 }@media only screen and (max-width: 763px) { #k3NqTU29hiOBMFkz5lliaeugcGpGiksV { width:280px;height:142px;top:647.179675px;left:20px;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #SMi5EQapk3ydWevW9BPalkibgOP0GTCw { width:280px;height:142px;top:871.66405px;left:20px;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #pTA12hiaN778dA589VTuyUyFPWaxwtsh { width:280px;height:142px;top:1096.85155px;left:20px;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #aVGVe0QTIFTKkKLP0sKxRQJufTiPk5XH { width:320px;height:325px;top:449px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pTydNQM9K2h5LmhhRQvmtTDBRXws1vAf { width:320px;height:72.7812px;top:804.1015625px;left:0px;text-align:center;text-align-last:center;font-size:13px;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #T1anxBW2XPVt9xzXdAodcUCPGoxhHWDT { width:320px;height:93px;top:132px;left:0px;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #WaSE6lkoUCADcSFe7B9ErssFAmknpis7 { width:320px;height:93px;top:235px;left:0px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #SXQsuEPaVvexmTLoGtuyBOJIOIvHNAw0 { width:320px;height:93px;top:335px;left:0px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #NTJwZfTPJq07iv0poAyUxi96Qces4IIW { background-color:#f0f4f8;background-image:none;display:block; }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row .container { background-color: transparent; background-image: none; }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row .container > .video-iframe-container { display: none; }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row > .video-iframe-container { display: none; }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .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); }#NTJwZfTPJq07iv0poAyUxi96Qces4IIW > .row .container { width:320px;height:991px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElbqE8DxyNrnz43dGSX5G5K2r2tBCor2 { width:181px;height:21px;top:116.5px;left:89px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UhxIHqtcUZMmlZeXcefwFmudTu44ncQk { width:226px;height:21px;top:205px;left:92px;font-size:14px;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #lf9myretJHDRtzxD9V62QesMTIrO3R4y { width:170px;height:21px;top:294px;left:89px;font-size:14px;z-index:15046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vohqCDGe5TPh2KThg3Odnkc7uIGtlmIQ { width:320px;height:89px;top:444.5px;left:0px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #PxFU2mUe1GR6G5yQv0ZqMDk5e8Ob5Xdb { width:184px;height:42px;top:372px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #J4vIdk2mRFXrIIp6AAQHzfQT8WxpUSyv { width:320px;height:89px;top:182px;left:0px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #bF6GCtDfu8Rri9FLuMTVlbWsA9xpBI7G { width:320px;height:31.1953px;top:30px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #lwS7xS82EpaWKCbLni8864QnZ4VwiXy6 { width:184px;height:21px;top:472px;left:89px;font-size:14px;z-index:15048;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#1d3861;display:block; }
 }@media only screen and (max-width: 763px) { #kUWOyHAQQiCJZd864Jmz2bNh0E0zB2wF { width:140px;height:191px;top:1617px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #l7VoSXiUXwLM6ZK0ODPLP9np3ITtEuGz { width:140px;height:191px;top:2192px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #duyATvxwqlqNDWK5KPwEmxnbRQ1gSM61 { width:140px;height:191px;top:2764px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #usGQZuL09ScUN2Lnnrx66CBCP1opC5Ga { width:203px;height:21px;top:825.5px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #yR3AMwwkRi96RbZlRy9GEvtlceA18xub { width:219px;height:21px;top:648.5px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #s152sifN3X6UXPBz0MODILCe3Z7fqvX8 { width:140px;height:191px;top:898px;left:90px;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #vGFkFrhwmuf4XeOLrvpaff6JcGezWMzF { width:140px;height:191px;top:1262px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #PCveUT0hEDaIakXqAaeUBFfEmFc6A22E { width:140px;height:191px;top:1828px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #H8plUK8N9C9kINxacTsTWOBhCT9bOg7g { width:161px;height:42px;top:550px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #LBpIBZ1Ev2dlm4JMobTlbLNTJ3H9pCfD { 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) { #XdSUuz3MFE0oTvLlswQvVQ8UL12iJCfn { width:210px;height:21px;top:740px;left:89px;font-size:14px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #XCW4F4fTVrsPKwchXV7phFi7LR6RPwZ7 { width:140px;height:191px;top:2403px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #fo7XFpHScbsThgc7ACDn04N8t02lAxAW { width:140px;height:191px;top:3137px;left:90px;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #WuTh7a9M9UVgfiPzQ5nODtbVWvC7nGU7 { width:183px;height:21px;top:913px;left:88px;font-size:14px;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #RlgytxFgTIA6Dzgyyzp7wTxL4TdLvsxE { width:83px;height:83px;top:882px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dLF1LRbdgCHDI6AiZrb9QzNhaB2TVuy2 { width:320px;height:89px;top:281px;left:0px;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #xG1Ga7UATE8ghVyTTNBgEEyRvyTRVwAM { width:320px;height:89px;top:379px;left:0px;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #WehTXS1r5k79HsyfKkxZoF1tLRXaAK5T { width:320px;height:89px;top:477px;left:0px;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #BIFF7PRi9fbIsGiTgTD5fbLRB8AGs18q { width:320px;height:89px;top:575.5px;left:0px;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #oyiGAnuHItEupoI0c1iKXd4lNlCH9y1X { width:320px;height:89px;top:675.5px;left:0px;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #TDRE2CQvPfdW8Roanba8DkTdEhSPSrwL { width:320px;height:89px;top:776.5px;left:0px;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #VSxxD4MFThsxGQ2M02ntzblcnHbrHwUd { width:320px;height:89px;top:878px;left:0px;z-index:15050;display:none; }
 }@media only screen and (max-width: 763px) { #QiC0BcFKvcrXFFabf6Jpsc0Ehkz5yGMy { width:320px;height:89px;top:980px;left:0px;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #BHkmd6wyOeSTsDyR7noFwNynzbE2To0c { width:70px;height:70px;top:92px;left:7px;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #XwBRLgBI9xkbd2EOfWt8Uz7CLW2BniS9 { width:74px;height:74px;top:177px;left:4px;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #Q05lot90zrBMOzyB8wx3O6Ats89xc9Jf { width:85px;height:84px;top:262px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r6JMXKc17KlSKmeu9y5mdmLGCLdnSEVq { width:81px;height:81px;top:353px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IIFZKieq6EKu985NQnT7EKqyFBn7TeVN { width:66px;height:66px;top:803px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #a7E9d4vnsXsEo9aOLnPUH5XvzodMyMgy { width:72px;height:71px;top:535px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GGQbd5RROVviIb5v0hGSCRfGO0aNNdi8 { width:83px;height:82px;top:442px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uPGlmUfOTAtUy9IeA28rIXgfvIphqM3z { width:46px;height:75px;top:713px;left:14px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P3OQKtM3O4GMNBGiTtZT3QbJGF4GTTod { width:70px;height:86px;top:616px;left:6.5px;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PhFMo0JSc86awnbXT1UUFUnVFfWGTP5A { 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) { #RZ11lW5nVQTHsZbPRX5dln6BdDgroKBg { 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) { #Bcln7X82RWUozZLU70JI6TbHtDhW4Tfv { 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) { #QWdVLricDkRDMWrxG6lD7g3e2Ul5nE8H { 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) { #iRufGIWyNDGEFn07TA93n7TDU6AxSDBl { 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) { #rTyTMp5TISF1dtqZVz3pcFoJrlVX7Ttd { 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) { #Bmu8ZX3chSFOnEpF8kHxQyPqnqxzIAxa { 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) { #TGyrbligK2oZovx9yqrDFXw648ucT9vF { 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) { #z1TzdocAatrFLvqTTTvLpMk91aI7iSv0 { 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) { #N1AN098SEotUGD7gAgyrLxSHq8vdPcdV { 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) { #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4314d8a-b9f5-4e79-b19e-e84a101373c5/background_img02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.adaptive-delivery-prevent-bg, #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.lazyload, #OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K.lazyloading { background-image: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { background-color: transparent; background-image: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4a6081; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container > .video-iframe-container { display: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #4a6081; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row > .video-iframe-container { display: none; }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .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); }#OqA08NDrzsmLJCTOSHsQTu42ZcyAIF1K > .row .container { width:320px;height:823px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTcJaBxlUaC5WgpbBwpR24Z0zuT4EW6V { width:267px;height:18.1953px;top:76px;left:26px;text-align:center;text-align-last:center;font-size:14px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lwxzc6TAIswelhc6DMgUqd309RQZXp4i { top:80px;left:228px;width:92px;height:87px;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZyOEShfPz01Op0AIG8zoTJtb4hS1zrUD { width:218px;height:38px;top:743px;left:51px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #spsA72vVtk8I1DOGAlsuCoLtPD3oDHCw { width:251px;height:490px;top:124px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #cFVboTRnuUh9ODTMdTuh4oTymznFwDQT { width:295px;height:668px;top:31px;left:13px;display:block; }
 }