.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .row .container { background-color: transparent; background-image: none; }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .row .container > .video-iframe-container { display: none; }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .row > .video-iframe-container { display: none; }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .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); }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .row .container { border-width: 0; border-radius: 0; }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .row > .video-iframe-container {  }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .row .container { font-size:14px;font-family:arial;height:878px;width:960px;position:relative;display:block; }#B5M59XTCXJIPRTs5cD5SwxPxuOSmPnk3 { color:#36b0ac;display:block;width:366px;position:absolute;font-family:"a montserrat";font-size:58px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:272px;left:39px;height:191.391px;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;display:block; }
#eIAL0EaDZiy1x6SWkCixfx0ooNiz1Rz7 { color:#36b0ac;display:block;width:373px;position:absolute;font-family:"a montserrat";font-size:33px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:475px;left:39px;height:85.7812px;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;display:block; }
#Sa3vzxGWI6Mmwcnu6QdRd50gKT0yITZE { color:#ffffff;display:block;width:157px;position:absolute;font-family:"a montserrat";font-size:28px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:623.90625px;left:193.5px;height:109.172px;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; }
#AUfi3GgJcoGqOyRNgFR4elND58T9tyKZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69px;width:374px;top:41.5px;left:29.5px;overflow:hidden;display:block; }
#LXe7iJXkMwzvtRSKVL02Pq7OusKTLoBS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:382px;top:136px;left:20px;overflow:hidden;display:block; }
#WmamehKfNBL71da11GIuIaKTXMnKMSD3 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:878px;width:620px;top:0px;left:340px;overflow:hidden;display:block; }
#vLavNO8OGH7plp7vqVTTDhU4JSEE8ABK { position:absolute;display:block;z-index:14998;background-color:#36b0ac;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:120px;border-top-right-radius:120px;border-bottom-left-radius:120px;border-bottom-right-radius:120px;height:182px;width:182px;top:588px;left:181px;display:block; }
#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#36b0ac;background-image:none;position:relative;display:block; }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .row .container { background-color: transparent; background-image: none; }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .row .container > .video-iframe-container { display: none; }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .row > .video-iframe-container { display: none; }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .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); }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .row .container { border-width: 0; border-radius: 0; }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .row > .video-iframe-container {  }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .row .container { font-size:14px;font-family:arial;height:847px;width:960px;position:relative;display:block; }#qm3RcbbdxQrA7cCTMG6mOiRu3fmk1ZKD { color:#ffffff;display:block;width:879px;position:absolute;font-family:"a montserrat";font-size:18px;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:30.25px;left:40.5px;height:100.75px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UV3izs5yfnX9m4GaTB4vSDWVUGkvD6Ta { 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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#36b0ac;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"a montserrat";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:55px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:759px;left:330px;display:block; }
#RcM2k11eBk2tO93U4UdS1ycRLc8quFBx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#INdVdVITwpJSgyBERCgAdS4owZi9I7Mk { position:absolute;display:block;z-index:15001;height:487px;width:879px;top:246.59375px;left:40.5px;display:block; }
#nLuy7dJSqQnte5mmKcltbuBnWdlkyg2i { color:#ffffff;display:block;width:879px;position:absolute;font-family:"a montserrat";font-size:18px;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:146.25px;left:40.5px;height:75.5625px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BbatexaLT4MVTb3TChMWNGsVo3adyTxd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(54,176,172,0.1);background-image:url("https://images.assets-landingi.com/uc/28db769c-73e0-4ef7-838f-9470ad4f5b9a/back_kh.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd.adaptive-delivery-prevent-bg, #BbatexaLT4MVTb3TChMWNGsVo3adyTxd.lazyload, #BbatexaLT4MVTb3TChMWNGsVo3adyTxd.lazyloading { background-image: none; }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .row .container { background-color: transparent; background-image: none; }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .row .container > .video-iframe-container { display: none; }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .row > .video-iframe-container { display: none; }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .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); }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .row .container { border-width: 0; border-radius: 0; }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .row > .video-iframe-container {  }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .row .container { font-size:14px;font-family:arial;height:641px;width:960px;position:relative;display:block; }#S7KF2ve2Oaq5rmUmKTTI4Ngud1TfwkZg { position:absolute;display:block;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:0;border-left:0;border-right:0;border-bottom:0;height:530px;width:780px;top:47px;left:90px;display:block; }
#NkGTHSmszOA8O3uCvQoJEzeRLuvS3UaX { position:absolute;display:block;z-index:15006;height:490px;width:740px;top:67px;left:110px;display:block; }
#aNT6OZhDug4HEGU2aylfBu6INaqcSL33 { position:absolute;display:block;z-index:15003;background-color:rgba(54,176,172,0.46);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;height:530px;width:780px;top:37px;left:110px;display:block; }
#DDDEOHlEd1GicTIv7qfa9HEE0mzx4dSx { position:absolute;display:block;z-index:15002;background-color:rgba(54,176,172,0.54);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;height:530px;width:780px;top:57px;left:80px;display:block; }
#W9HIAmKOi9dqHIwxnw6Ly1lCl6vITEED { position:absolute;display:block;z-index:15003;background-color:rgba(54,176,172,0.3);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;height:530px;width:780px;top:75px;left:130px;display:block; }
#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#36b0ac;background-image:none;position:relative;display:block; }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .row .container { background-color: transparent; background-image: none; }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .row .container > .video-iframe-container { display: none; }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .row > .video-iframe-container { display: none; }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .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); }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .row .container { border-width: 0; border-radius: 0; }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .row > .video-iframe-container {  }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .row .container { font-size:14px;font-family:arial;height:943px;width:960px;position:relative;display:block; }#LF84rDw32BDeGgv3Q8AVDZ8XkuHQB7ri { color:#ffffff;display:block;width:960px;position:absolute;font-family:"a montserrat";font-size:26px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:80px;left:0px;height:33.7969px;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; }
#XLoSyr6PipJcrvbQqzTq1JKe7rvgnTrV { 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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#36b0ac;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"a montserrat";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:463px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:845px;left:264px;display:block; }
#RThDJT3TvtNqoi1oT2z6yI7JieF7cUsb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cKthbtJMF38HKdW8rUeQR4r9r0S7tb3T { color:#ffffff;display:block;width:765px;position:absolute;font-family:"a montserrat";font-size:19px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:156.390625px;left:113px;height:26.5938px;font-style:normal;text-align:center;text-align-last:center;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; }
#U98RbiS10fqglo7I5PHxpSe6m4Zo03d1 { position:absolute;display:block;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:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:280px;top:67px;left:355.5px;display:block; }
#dBETqdtJJVBoRm7pKcDWy0R6E0KUleKp { color:#ffffff;display:block;width:240px;position:absolute;font-family:"a montserrat";font-size:18px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:36px;left:376px;height:23.3906px;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; }
#vMBSipERZ92G2tUTASdQUfnvPyG6wLdw { color:#ffffff;display:block;width:700px;position:absolute;font-family:"a montserrat";font-size:18px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:196px;left:142.5px;height:597.375px;font-style:normal;text-align:left;text-align-last:left;display:block; }#vMBSipERZ92G2tUTASdQUfnvPyG6wLdw li:not(:first-child){ padding-top:18px;padding-right:0;padding-bottom:0;padding-left:0; }#vMBSipERZ92G2tUTASdQUfnvPyG6wLdw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed9b8501-c823-40b6-9c1c-0c4d6c9ab11e/10x10transparent.png); }
#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(54,176,172,0.1);background-image:url("https://images.assets-landingi.com/uc/28db769c-73e0-4ef7-838f-9470ad4f5b9a/back_kh.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q.adaptive-delivery-prevent-bg, #bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q.lazyload, #bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q.lazyloading { background-image: none; }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .row .container { background-color: transparent; background-image: none; }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .row .container > .video-iframe-container { display: none; }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .row > .video-iframe-container { display: none; }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .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); }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .row .container { border-width: 0; border-radius: 0; }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .row > .video-iframe-container {  }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .row .container { font-size:14px;font-family:arial;height:83px;width:960px;position:relative;display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(54,176,172,0.14);background-image:none;position:relative;display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { background-color: transparent; background-image: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container > .video-iframe-container { display: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container { display: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .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); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { border-width: 0; border-radius: 0; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container {  }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { font-size:14px;font-family:arial;height:695px;width:960px;position:relative;display:block; }#sigzu7IZf2tZPkpz1MQTPZivwt8zlH1W { position:absolute;display:block;z-index:15000;height:320px;width:500px;top:270px;left:445px;display:block; }
#H9oRfeD6MDf1klQ3KNo0HbTAMfekV7Od { box-sizing:content-box;color:#36b0ac;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:137px;left:776px;display:block; }
#qdJ0VU3QTXuxF5VcUIFfKeniTDt0e8WC { box-sizing:content-box;color:#36b0ac;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:137px;left:900px;display:block; }
#qNPczNsu9ctNDGWlEzgmaccXcEXriUJ7 { color:#000000;display:block;width:403px;position:absolute;font-family:"a montserrat";font-size:16px;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:316px;left:0px;height:288px;display:block; }
#cJiIGuuSXQ7fPbAG7DAcwkBaxdakunCZ { color:#000000;display:block;width:960px;position:absolute;font-family:"a montserrat";font-size:26px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:43px;left:0px;height:33.7969px;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; }
#QQXwbP1w2Fg5lexPmNO7nh9ZvinpxoTw { box-sizing:content-box;color:#36b0ac;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:137px;left:838px;display:block; }
#ZOBVw37HlXTJZfRokrCwEBnwMZlgx91C { color:#000000;display:block;width:298px;position:absolute;font-family:"a montserrat";font-size:16px;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:149px;left:0px;height:72px;display:block; }
#eNrOSbINOCCbJfm92Ty6cIu4blNBeSkZ { color:#000000;display:block;width:337px;position:absolute;font-family:"a montserrat";font-size:16px;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:234px;left:0px;height:48px;display:block; }
#g3CynR4gOTqrxUhnW03caN29ZQWnHt35 { position:absolute;display:block;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:0;border-left:0;border-right:0;border-bottom:0;height:350px;width:530px;top:255px;left:430px;display:block; }
#gtickTn1IMTSSzmRKGLKWTycxmz1zucU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:59px;width:300px;top:149px;left:430px;overflow:hidden;display:block; }
#EclEABXVGbeOWC6AxGel9FsvLJur2poT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e5a5b;background-image:none;position:relative;z-index:auto;display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { background-color: transparent; background-image: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .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); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { border-width: 0; border-radius: 0; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container {  }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { color:#ffffff;display:block;width:585px;position:absolute;font-family:"a open sans";font-size:14px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13px;left:20px;height:21px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { z-index:15008;top:11px;left:750px;background-color:rgba(255,255,255,0.23);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"a open sans";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:190px;height:26px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG { display:block; }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5M59XTCXJIPRTs5cD5SwxPxuOSmPnk3 { top:272px;left:0px;width:366px;height:191px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #eIAL0EaDZiy1x6SWkCixfx0ooNiz1Rz7 { top:475px;left:0px;width:373px;height:85px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Sa3vzxGWI6Mmwcnu6QdRd50gKT0yITZE { top:623px;left:95.5px;width:157px;height:109px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AUfi3GgJcoGqOyRNgFR4elND58T9tyKZ { top:41px;left:0px;width:374px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #LXe7iJXkMwzvtRSKVL02Pq7OusKTLoBS { top:136px;left:0px;width:382px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #WmamehKfNBL71da11GIuIaKTXMnKMSD3 { top:0px;left:144px;width:620px;height:878px;display:block; }
 }@media only screen and (max-width: 763px) { #vLavNO8OGH7plp7vqVTTDhU4JSEE8ABK { top:588px;left:83px;width:182px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #ARRQpi2F3TTTawMhDNAui9nouD3ppr1v { display:block; }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qm3RcbbdxQrA7cCTMG6mOiRu3fmk1ZKD { top:30px;left:0px;width:764px;height:100px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UV3izs5yfnX9m4GaTB4vSDWVUGkvD6Ta { width:300px;height:55px;top:759px;left:232px;display:block; }
 }@media only screen and (max-width: 763px) { #RcM2k11eBk2tO93U4UdS1ycRLc8quFBx { display:block; }
 }@media only screen and (max-width: 763px) { #INdVdVITwpJSgyBERCgAdS4owZi9I7Mk { top:246px;left:0px;width:764px;height:487px;display:block; }
 }@media only screen and (max-width: 763px) { #nLuy7dJSqQnte5mmKcltbuBnWdlkyg2i { top:146px;left:0px;width:764px;height:75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BbatexaLT4MVTb3TChMWNGsVo3adyTxd { display:block; }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7KF2ve2Oaq5rmUmKTTI4Ngud1TfwkZg { top:47px;left:0px;width:764px;height:530px;display:block; }
 }@media only screen and (max-width: 763px) { #NkGTHSmszOA8O3uCvQoJEzeRLuvS3UaX { top:67px;left:12px;width:740px;height:490px;display:block; }
 }@media only screen and (max-width: 763px) { #aNT6OZhDug4HEGU2aylfBu6INaqcSL33 { top:37px;left:0px;width:764px;height:530px;display:block; }
 }@media only screen and (max-width: 763px) { #DDDEOHlEd1GicTIv7qfa9HEE0mzx4dSx { top:57px;left:0px;width:764px;height:530px;display:block; }
 }@media only screen and (max-width: 763px) { #W9HIAmKOi9dqHIwxnw6Ly1lCl6vITEED { top:75px;left:0px;width:764px;height:530px;display:block; }
 }@media only screen and (max-width: 763px) { #gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 { display:block; }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LF84rDw32BDeGgv3Q8AVDZ8XkuHQB7ri { top:80px;left:0px;width:764px;height:;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #XLoSyr6PipJcrvbQqzTq1JKe7rvgnTrV { width:463px;height:55px;top:845px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #RThDJT3TvtNqoi1oT2z6yI7JieF7cUsb { display:block; }
 }@media only screen and (max-width: 763px) { #cKthbtJMF38HKdW8rUeQR4r9r0S7tb3T { top:156px;left:0px;width:764px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U98RbiS10fqglo7I5PHxpSe6m4Zo03d1 { top:67px;left:257.5px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #dBETqdtJJVBoRm7pKcDWy0R6E0KUleKp { top:36px;left:278px;width:240px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vMBSipERZ92G2tUTASdQUfnvPyG6wLdw { top:196px;left:44.5px;width:700px;height:;font-size:16px;display:block; }#vMBSipERZ92G2tUTASdQUfnvPyG6wLdw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed9b8501-c823-40b6-9c1c-0c4d6c9ab11e/10x10transparent.png); }
 }@media only screen and (max-width: 763px) { #bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q { display:block; }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sigzu7IZf2tZPkpz1MQTPZivwt8zlH1W { top:270px;left:264px;width:500px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #H9oRfeD6MDf1klQ3KNo0HbTAMfekV7Od { top:137px;left:678px;width:60px;height:60px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #qdJ0VU3QTXuxF5VcUIFfKeniTDt0e8WC { top:137px;left:704px;width:60px;height:60px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #qNPczNsu9ctNDGWlEzgmaccXcEXriUJ7 { top:316px;left:0px;width:403px;height:240px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cJiIGuuSXQ7fPbAG7DAcwkBaxdakunCZ { top:43px;left:0px;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #QQXwbP1w2Fg5lexPmNO7nh9ZvinpxoTw { top:137px;left:704px;width:60px;height:60px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ZOBVw37HlXTJZfRokrCwEBnwMZlgx91C { top:149px;left:0px;width:298px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eNrOSbINOCCbJfm92Ty6cIu4blNBeSkZ { top:234px;left:0px;width:337px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g3CynR4gOTqrxUhnW03caN29ZQWnHt35 { top:255px;left:234px;width:530px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #gtickTn1IMTSSzmRKGLKWTycxmz1zucU { top:149px;left:332px;width:300px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #EclEABXVGbeOWC6AxGel9FsvLJur2poT { display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { top:13px;left:0px;width:585px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { top:11px;left:574px;width:190px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG { display:block; }#vSgsHyZ4bAXEQdcSOu6dzu3TMVW3zrEG > .row .container { width:320px;height:693px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5M59XTCXJIPRTs5cD5SwxPxuOSmPnk3 { width:258px;height:118.781px;top:113.125px;left:17px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #eIAL0EaDZiy1x6SWkCixfx0ooNiz1Rz7 { width:245px;height:57.1875px;top:231.890625px;left:17px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Sa3vzxGWI6Mmwcnu6QdRd50gKT0yITZE { width:107px;height:62.3906px;top:118px;left:210px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AUfi3GgJcoGqOyRNgFR4elND58T9tyKZ { width:219px;height:38px;top:13px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #LXe7iJXkMwzvtRSKVL02Pq7OusKTLoBS { width:224px;height:24px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WmamehKfNBL71da11GIuIaKTXMnKMSD3 { width:300px;height:426px;top:267px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #vLavNO8OGH7plp7vqVTTDhU4JSEE8ABK { width:109px;height:109px;top:94px;left:209px;display:block; }
 }@media only screen and (max-width: 763px) { #ARRQpi2F3TTTawMhDNAui9nouD3ppr1v { display:block; }#ARRQpi2F3TTTawMhDNAui9nouD3ppr1v > .row .container { width:320px;height:690px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qm3RcbbdxQrA7cCTMG6mOiRu3fmk1ZKD { width:320px;height:179.125px;top:16px;left:-1.5px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UV3izs5yfnX9m4GaTB4vSDWVUGkvD6Ta { width:222px;height:44px;top:617.1875px;left:49px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RcM2k11eBk2tO93U4UdS1ycRLc8quFBx { display:block; }
 }@media only screen and (max-width: 763px) { #INdVdVITwpJSgyBERCgAdS4owZi9I7Mk { width:320px;height:178px;top:416.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nLuy7dJSqQnte5mmKcltbuBnWdlkyg2i { width:320px;height:179.125px;top:213.1875px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BbatexaLT4MVTb3TChMWNGsVo3adyTxd { display:block; }#BbatexaLT4MVTb3TChMWNGsVo3adyTxd > .row .container { width:320px;height:293px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7KF2ve2Oaq5rmUmKTTI4Ngud1TfwkZg { width:320px;height:215px;top:37px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NkGTHSmszOA8O3uCvQoJEzeRLuvS3UaX { width:310px;height:205px;top:42px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #aNT6OZhDug4HEGU2aylfBu6INaqcSL33 { width:320px;height:530px;top:1148px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #DDDEOHlEd1GicTIv7qfa9HEE0mzx4dSx { width:320px;height:530px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #W9HIAmKOi9dqHIwxnw6Ly1lCl6vITEED { width:320px;height:530px;top:69px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 { display:block; }#gZDWqV0tVBUMD3WhloMOhXh7mBJVFCi1 > .row .container { width:320px;height:1232px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LF84rDw32BDeGgv3Q8AVDZ8XkuHQB7ri { width:265px;height:64.375px;top:68px;left:27.5px;font-size:23px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XLoSyr6PipJcrvbQqzTq1JKe7rvgnTrV { width:320px;height:47px;top:1152px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RThDJT3TvtNqoi1oT2z6yI7JieF7cUsb { display:block; }
 }@media only screen and (max-width: 763px) { #cKthbtJMF38HKdW8rUeQR4r9r0S7tb3T { width:320px;height:25.1875px;top:156px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U98RbiS10fqglo7I5PHxpSe6m4Zo03d1 { width:210px;height:1px;top:53px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #dBETqdtJJVBoRm7pKcDWy0R6E0KUleKp { width:220px;height:19.5938px;top:24px;left:50px;font-size:14px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vMBSipERZ92G2tUTASdQUfnvPyG6wLdw { width:300px;height:927.875px;top:199px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;z-index:15001;display:block; }#vMBSipERZ92G2tUTASdQUfnvPyG6wLdw li:not(:first-child){ padding-top:12px;padding-right:0;padding-bottom:0;padding-left:0; }#vMBSipERZ92G2tUTASdQUfnvPyG6wLdw li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed9b8501-c823-40b6-9c1c-0c4d6c9ab11e/10x10transparent.png); }
 }@media only screen and (max-width: 763px) { #bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q { display:block; }#bMdmdfKDInW3Sn9ndBCE1FkHCeesrJ9Q > .row .container { width:320px;height:44px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { width:320px;height:1009px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sigzu7IZf2tZPkpz1MQTPZivwt8zlH1W { width:297px;height:186px;top:773.5px;left:11.5px;display:block; }
 }@media only screen and (max-width: 763px) { #H9oRfeD6MDf1klQ3KNo0HbTAMfekV7Od { width:60px;height:60px;top:621px;left:64px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #qdJ0VU3QTXuxF5VcUIFfKeniTDt0e8WC { width:60px;height:60px;top:621px;left:196px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #qNPczNsu9ctNDGWlEzgmaccXcEXriUJ7 { width:320px;height:360px;top:246px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJiIGuuSXQ7fPbAG7DAcwkBaxdakunCZ { width:320px;height:36.3906px;top:27px;left:0px;font-size:26px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QQXwbP1w2Fg5lexPmNO7nh9ZvinpxoTw { width:60px;height:60px;top:621px;left:129px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ZOBVw37HlXTJZfRokrCwEBnwMZlgx91C { width:320px;height:72px;top:86px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNrOSbINOCCbJfm92Ty6cIu4blNBeSkZ { width:320px;height:48px;top:170px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3CynR4gOTqrxUhnW03caN29ZQWnHt35 { width:320px;height:213px;top:760px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gtickTn1IMTSSzmRKGLKWTycxmz1zucU { width:204px;height:39px;top:710px;left:11.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EclEABXVGbeOWC6AxGel9FsvLJur2poT { background-color:#495051;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { background-color: transparent; background-image: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .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); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { border-width: 0; border-radius: 0; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container {  }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { width:320px;height:101px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { width:320px;height:45px;top:8px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { top:63px;left:66px;width:188px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block; }
 }