.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab87d43e-a821-4ce7-91e8-ce59e48981dd/IMG20170303WA0011.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP.adaptive-delivery-prevent-bg, #kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP.lazyload, #kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP.lazyloading { background-image: none; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container { background-color: transparent; background-image: none; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container > .video-iframe-container { display: none; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,128,0.79); }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row > .video-iframe-container { display: none; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .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); }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container { border-width: 0; border-radius: 0; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container { font-size:14px;font-family:arial;height:725px;width:1200px;position:relative;display:block; }#zQkOCKcndeKCfDI6wKDtb7Ort6Vr46gX { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:76px;width:256px;top:84.97917175293px;left:198.9375px;overflow:hidden;display:block; }
#HxT5ikwthhTDio58zAfrJWALHHDTDX9c { color:#faf3f3;display:block;width:543px;position:absolute;font-family:montserrat;font-size:36px;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.86);top:219px;left:66.203125px;height:79.1876px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QftEfMvgXoCJEuNw9x1pcZrkqyIdE1ZE { color:#faf3f3;display:block;width:77.9948px;position:absolute;font-family:montserrat;font-size:23px;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:346.26301574707px;left:164.47917175293px;height:50.6px;font-style:normal;display:block; }
#xUll6JeQTLhI5rIB08Un41ZxT9kb3FmE { color:#f6f1f1;display:block;width:152.982px;position:absolute;font-family:"roboto condensed";font-size:243px;font-weight:700;z-index:15037;line-height:.7;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:338.26300048828px;left:271.19792175293px;height:170.1px;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; }
#Z76AW3TUE1JTcc20fpKvrx23h3hgJm4t { color:#faf3f3;display:block;width:80px;position:absolute;font-family:montserrat;font-size:90px;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.92);top:326.53645324707px;left:405.95048522949px;height:90px;font-style:normal;display:block; }
#gLEgOKUK83V029RqHkz1Tdp6uUZF0FW8 { color:#faf3f3;display:block;width:37.9883px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:472.48046875px;left:197.2265625px;height:45.5px;font-style:normal;display:block; }
#XhvqS0cZgmbzHHmXzgLma0Q9tuITpHsD { color:#faf3f3;display:block;width:91px;position:absolute;font-family:rubik;font-size:20px;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:559.9921875px;left:157.99479675293px;height:22px;font-style:normal;display:block; }
#HvcoppqO6ydILOfPLQP4ppVwVCWPCyBb { color:#faf3f3;display:block;width:31px;position:absolute;font-family:montserrat;font-size:73px;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:581.99737548828px;left:167.99479675293px;height:73.0078px;font-style:normal;display:block; }
#r3w2pTlg67dGRHGBiGbJ1hbT1xaSQvyv { color:#faf3f3;display:block;width:17px;position:absolute;font-family:montserrat;font-size:34px;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:601.99737548828px;left:216.99217224121px;height:37.4062px;font-style:normal;display:block; }
#MGqhyZfTNpTABrlTRTaLJXTOSfklQ6o6 { color:#faf3f3;display:block;width:235px;position:absolute;font-family:montserrat;font-size:32px;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:569.9921875px;left:300.97654724121px;height:70.375px;font-style:normal;display:block; }
#EeMnT3Ti28MENbIhTsHtLPUUJfXb7T9d { position:absolute;display:block;z-index:15002;background-color:rgba(244,241,246,0.48);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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 1px 1px 3px #000000 ;height:427px;width:361px;top:202px;left:725px;display:block; }
#hLObk1imfSVySTuBVhIi96MPIAabtpKv { color:#0f3084;display:block;width:320px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:219px;left:746px;height:44.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qqapxp0nAAXiBDNknerGkZBrgN7oR8yT { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:85px;width:4px;top:562.9921875px;left:280.98957824707px;display:block; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-form-header {  }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:700;color:#000000;width:298px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:298px;box-sizing:border-box;height:44px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-text {padding-top: 0; padding-bottom: 0;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:298px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:298px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-select {padding-top: 0; padding-bottom: 0;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-button { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#051b43;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:21px;font-weight:bold;color:#ffffff;width:298px;height:60px;font-family:ubuntu;overflow:hidden;box-shadow: 0 15px 15px rgba(0,0,0,0.25) ; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:14px;font-weight:400;font-style:normal; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:14px;font-weight:400;color:#000000;vertical-align:top;width:279px;overflow:hidden;font-style:normal;float:none; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-container:first-of-type{padding-top:0;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-container:last-of-type{padding-bottom:0;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE  { background-color:rgba(244,239,246,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:298px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:736.453125px;top:293.96875px;z-index:15012;position:absolute; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:298px;display:block;vertical-align:top; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE {display:block;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE { background-color:rgba(244,239,246,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:298px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:736.453125px;top:293.96875px;z-index:15012;position:absolute; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #gGKZiab5o1UHKWKu4bAhwweS4ffM3u83 { position:relative; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #MbKKgM7OboTSpTHynxAZMelu2qw6JKMA { position:relative;display:none; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #WgGpyM3KssufRcJ6sQP0k1zMXhrMNN6s { position:relative; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #Uc79rRvNp1X5P9CvZ3yoQokhlkmC3puD { position:relative; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #RSUuUXtcZX0VEbrJun8TlqLosIesWuAT { position:relative;display:none; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #pcoECBTxil8eAtaeWkETuABc87iyyV1v { position:relative; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #qvMVW4OgA7EpH6DxSHLWBrBQ5iNX4V17 { position:relative; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #vs98nbdW1STOZfhhAEt9wda29lXd0olK { position:relative;display:none; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #hMMEdmgeD7QuLxECTDgiwJUiFA21Jwrn { position:relative; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #TIDnW4vmJTlDUmroFn5Q2RcOSPCCeU7c { position:relative; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #hi5Asbof3JF2iObaIPxKKBnPOs7pcuOz { position:relative;display:none; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #zmODLGmW1IdS2r2NSiqf7MFHpJ6RO7Dy { position:relative; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #vDFnEhKDMNxETDvBCEGPExEUHNxzaNX9 { position:relative; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #woVxUGxv9eQ1U75yLA7XxxkrWu7gHVP9 { position:relative; }
#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { position:relative;display:block; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { background-color: transparent; background-image: none; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container > .video-iframe-container { display: none; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row > .video-iframe-container { display: none; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .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); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { border-width: 0; border-radius: 0; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1099px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XDEehtPJwZFbTGWUZIh29GNAoOd7wp58 { color:#040303;display:block;width:781px;position:absolute;font-family:neuton;font-size:24px;font-weight:700;z-index:14995;line-height:1.3;letter-spacing:0;top:150px;left:209.5px;height:187.125px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MATD1sALana0PkMohrASMl9R0kZWK3ZC { color:#123f82;display:block;width:532px;position:absolute;font-family:neuton;font-size:48px;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:54px;left:312px;height:62.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J81b8wCZrNtqrcCkNmPdD3VhdBFft8hU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:315px;width:560px;top:350.20835876465px;left:22.013885498047px;overflow:hidden;display:block; }
#G6q3fawZQSN4RvMLTgVyq1Chiobz8Tgu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:315px;width:561px;top:350.1909942627px;left:614.86116027832px;overflow:hidden;display:block; }
#rXUJXxhDDBChPBVqZlAo051BTB3z3xvO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:314px;width:559px;top:733.0729675293px;left:23.472213745117px;overflow:hidden;display:block; }
#p2BgpG8uS7e2hxEdLvdlhVgkEGdiDixq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:314px;width:559px;top:733.07293701172px;left:616.35420227051px;overflow:hidden;display:block; }
#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD { position:relative;display:block; }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD { background-color: transparent; background-image: none; }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD > .row .container > .video-iframe-container { display: none; }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD > .row > .video-iframe-container { display: none; }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD > .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); }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD { border-width: 0; border-radius: 0; }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:604px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vovLIZH4zMC1CTknCuT9KcG5TXiCPLpI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:525px;width:525px;top:49px;left:37.5px;overflow:hidden;display:block; }
#QsF70LbopebKkKHbbwokzAbGH9iNTed1 { color:#6d0608;display:block;width:480px;position:absolute;font-family:montserrat;font-size:37px;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:21.984375px;left:633.984375px;height:48.1px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#es7Df3myzUX4fzcdeN6HD0lzpdvE7f5A { position:absolute;display:block;z-index:15036;background-color:#bba14f;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:6.98438px;width:480px;top:70.078125px;left:631.96875px;display:block; }
#dTLJWLIaw4MMqPw0tIsKqBU6NF4vGiHL { color:#000000;display:block;width:480px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:91.96875px;left:631.96875px;height:58.5px;text-align:justify;text-align-last:initial;display:block; }
#sB2oxxZ4sGpaLGcymoSdxVkdNyKMPuQ3 { color:#000000;display:block;width:480px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:159.9609375px;left:631.96875px;height:58.5px;text-align:justify;text-align-last:initial;display:block; }
#ZpqnbSvX0HLIMThF8yNLekgMcNTC4Tkz { color:#000000;display:block;width:493.992px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15039;line-height:2;letter-spacing:0;top:246.4453125px;left:626.953125px;height:224px;display:block; }
#Zz7iUdXTqEkPP5e567mNMRc0DopA8THb { position:absolute;display:block;z-index:15043;background-color:#d3b464;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:57px;width:482px;top:514.49993896484px;left:631.96249389648px;display:block; }
#vz3pligaDrxXmEi7gloPzMMwluVvvwyi { color:#000000;display:block;width:483px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:523.29168128967px;left:630.5px;height:44.1876px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { position:relative;display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { background-color: transparent; background-image: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row > .video-iframe-container { display: none; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .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); }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { border-width: 0; border-radius: 0; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:3253px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:71px;left:0px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#hQswan08ZnW3Tk2EfX4dwddqnx63tLrF { color:#0a0b0a;display:block;width:852px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15014;line-height:2.5;letter-spacing:0;top:185.4609375px;left:174px;height:135px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtBZoZvXwlhEy5QX0ZPPuuum7UzxCqHx { color:#0a0b0a;display:block;width:852px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15015;line-height:2.5;letter-spacing:0;top:456.859375px;left:193.46875px;height:180px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rirU1Q0B9ubQnlPQgnxJy1qOsDTzPr5d { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:398.359375px;left:0px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;color:#6d0608;display:block; }
#mVO1gpvHarcJR2S1e4oFHSE7aCB7JCvo { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1157.375px;left:0px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;color:#a53692;display:block; }
#U8ofNqFmgahkOFrvLVpN8hT23iVwPzCQ { color:#0a0b0a;display:block;width:852px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15017;line-height:2.5;letter-spacing:0;top:1225.875px;left:174px;height:135px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0MQarJXkG17V6nPsGXmD0d2O5WFbqUb { display:block;width:1200px;position:absolute;font-family:montserrat;font-size:45px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1917.46875px;left:0px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;color:#bba14f;display:block; }
#gWDeMOgwCzew1vbpBiGC2xfpkhBmgO0w { color:#0a0b0a;display:block;width:852px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15018;line-height:2.5;letter-spacing:0;top:1995.96875px;left:193.46875px;height:135px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSzEu82ktw8Q4Rhhummh1Z4CoenOt4vr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:465px;width:834px;top:2691.96875px;left:183px;display:block; }
#yon8qD2NQbmbBc9HqpAU7lBG4JWKXOsN { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:467px;width:837px;top:2181.96875px;left:181.5px;overflow:hidden;display:block; }
#ZePt7MKn8KAuknT1NvTPBT2bMg7yiLda { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:466px;width:828px;top:1424.875px;left:181.5px;overflow:hidden;display:block; }
#pkVyyPCwdsfZwttxagcVMxbQXPPT8Lb2 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:466px;width:828px;top:657.859375px;left:199px;overflow:hidden;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:14px;font-family:arial;height:662px;width:1200px;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#080909;display:block;width:683px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23px;left:258.5px;height:52.0078px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { color:#0a0b0a;display:block;width:271px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15019;line-height:2.5;letter-spacing:0;top:371px;left:96px;height:130px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { color:#080909;display:block;width:147px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:331px;left:158px;height:20.7986px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { color:#0a0b0a;display:block;width:271px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15020;line-height:2.5;letter-spacing:0;top:372px;left:467px;height:130px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { color:#080909;display:block;width:147px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:320.59375px;left:514px;height:20.7986px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { color:#080909;display:block;width:147px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:331px;left:895px;height:20.7986px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { color:#0a0b0a;display:block;width:271px;position:absolute;font-family:montserrat;font-size:13px;font-weight:400;z-index:15021;line-height:2.5;letter-spacing:0;top:380px;left:833px;height:97.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBDHcKZAVn6JArXGeaPXLOigO4hM6nuL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:169px;width:300px;top:125px;left:81.5px;overflow:hidden;display:block; }
#mfD8vpGXxUwoVwFTAETJE7ZmoAlZrZ4d { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:169px;width:300px;top:125px;left:467px;overflow:hidden;display:block; }
#N1nlSL0lgGTqp3ZrZM2I8n9vNtwfo7lQ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:169px;width:300px;top:125px;left:833px;overflow:hidden;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14261c;background-image:url("https://images.assets-landingi.com/uc/06a8cbc3-39ba-4b3a-bc2e-54f9b0c7d821/BGGerbang.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W.adaptive-delivery-prevent-bg, #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W.lazyload, #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W.lazyloading { background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:14px;font-family:arial;height:310px;width:1200px;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#ffffff;display:block;width:629px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:272.40625px;left:270.5px;height:18.2px;font-style:normal;display:block; }
#U8ndoKugc83XRNnWn6ndb3bgzIP1SkNh { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:81.9965px;width:255.99px;top:72px;left:472px;overflow:hidden;display:block; }
#PMMenkPTHtJGgShDtHfz2pbTmGdLfrO9 { color:#ffffff;display:block;width:360px;position:absolute;font-family:"open sans";font-size:13px;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:174px;left:420px;height:36.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP { display:block; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQkOCKcndeKCfDI6wKDtb7Ort6Vr46gX { top:84px;left:0px;width:256px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #HxT5ikwthhTDio58zAfrJWALHHDTDX9c { top:218px;left:0px;width:542px;height:79px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QftEfMvgXoCJEuNw9x1pcZrkqyIdE1ZE { top:346px;left:0px;width:77px;height:50px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xUll6JeQTLhI5rIB08Un41ZxT9kb3FmE { top:338px;left:53.19792175293px;width:152px;height:170px;font-size:243px;display:block; }
 }@media only screen and (max-width: 763px) { #Z76AW3TUE1JTcc20fpKvrx23h3hgJm4t { top:326px;left:187.95048522949px;width:80px;height:90px;font-size:90px;display:block; }
 }@media only screen and (max-width: 763px) { #gLEgOKUK83V029RqHkz1Tdp6uUZF0FW8 { top:472px;left:0px;width:37px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XhvqS0cZgmbzHHmXzgLma0Q9tuITpHsD { top:559px;left:0px;width:90px;height:21px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HvcoppqO6ydILOfPLQP4ppVwVCWPCyBb { top:581px;left:0px;width:30px;height:73px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #r3w2pTlg67dGRHGBiGbJ1hbT1xaSQvyv { top:601px;left:0px;width:16px;height:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MGqhyZfTNpTABrlTRTaLJXTOSfklQ6o6 { top:569px;left:82.976547241211px;width:235px;height:70px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #EeMnT3Ti28MENbIhTsHtLPUUJfXb7T9d { top:202px;left:403px;width:361px;height:427px;display:block; }
 }@media only screen and (max-width: 763px) { #hLObk1imfSVySTuBVhIi96MPIAabtpKv { top:219px;left:444px;width:320px;height:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qqapxp0nAAXiBDNknerGkZBrgN7oR8yT { top:562px;left:62.98957824707px;width:4px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-regular-label { display:block;width:298px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-text { width:298px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-text {padding-top: 0; padding-bottom: 0;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-textarea { width:298px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-select { width:298px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-select {padding-top: 0; padding-bottom: 0;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-button { width:298px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-checkbox-label { width:279px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE  { width:298px;height:auto;top:293px;left:426px; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .radio-container { width:298px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE {display:block;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE { width:298px;height:auto;top:293px;left:426px; }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #gGKZiab5o1UHKWKu4bAhwweS4ffM3u83 {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #MbKKgM7OboTSpTHynxAZMelu2qw6JKMA { display:none; }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #WgGpyM3KssufRcJ6sQP0k1zMXhrMNN6s {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #Uc79rRvNp1X5P9CvZ3yoQokhlkmC3puD {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #RSUuUXtcZX0VEbrJun8TlqLosIesWuAT { display:none; }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #pcoECBTxil8eAtaeWkETuABc87iyyV1v {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #qvMVW4OgA7EpH6DxSHLWBrBQ5iNX4V17 {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #vs98nbdW1STOZfhhAEt9wda29lXd0olK {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #hMMEdmgeD7QuLxECTDgiwJUiFA21Jwrn {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #TIDnW4vmJTlDUmroFn5Q2RcOSPCCeU7c {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #hi5Asbof3JF2iObaIPxKKBnPOs7pcuOz {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #zmODLGmW1IdS2r2NSiqf7MFHpJ6RO7Dy {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #vDFnEhKDMNxETDvBCEGPExEUHNxzaNX9 {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #woVxUGxv9eQ1U75yLA7XxxkrWu7gHVP9 {  }
 }@media only screen and (max-width: 763px) { #TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { display:block; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDEehtPJwZFbTGWUZIh29GNAoOd7wp58 { top:150px;left:0px;width:764px;height:155px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { top:54px;left:94px;width:532px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #J81b8wCZrNtqrcCkNmPdD3VhdBFft8hU { top:350px;left:0px;width:560px;height:315px;display:block; }
 }@media only screen and (max-width: 763px) { #G6q3fawZQSN4RvMLTgVyq1Chiobz8Tgu { top:350px;left:199px;width:561px;height:315px;display:block; }
 }@media only screen and (max-width: 763px) { #rXUJXxhDDBChPBVqZlAo051BTB3z3xvO { top:733px;left:0px;width:559px;height:314px;display:block; }
 }@media only screen and (max-width: 763px) { #p2BgpG8uS7e2hxEdLvdlhVgkEGdiDixq { top:733px;left:202px;width:559px;height:314px;display:block; }
 }@media only screen and (max-width: 763px) { #Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD { display:block; }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vovLIZH4zMC1CTknCuT9KcG5TXiCPLpI { top:49px;left:0px;width:525px;height:525px;display:block; }
 }@media only screen and (max-width: 763px) { #QsF70LbopebKkKHbbwokzAbGH9iNTed1 { top:21px;left:284px;width:480px;height:48px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #es7Df3myzUX4fzcdeN6HD0lzpdvE7f5A { top:70px;left:284px;width:480px;height:6px;display:block; }
 }@media only screen and (max-width: 763px) { #dTLJWLIaw4MMqPw0tIsKqBU6NF4vGiHL { top:91px;left:284px;width:480px;height:58px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #sB2oxxZ4sGpaLGcymoSdxVkdNyKMPuQ3 { top:159px;left:284px;width:480px;height:77px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZpqnbSvX0HLIMThF8yNLekgMcNTC4Tkz { top:246px;left:271px;width:493px;height:224px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Zz7iUdXTqEkPP5e567mNMRc0DopA8THb { top:514px;left:282px;width:482px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #vz3pligaDrxXmEi7gloPzMMwluVvvwyi { top:523px;left:281px;width:483px;height:44px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:764px;height:58px;top:71px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #hQswan08ZnW3Tk2EfX4dwddqnx63tLrF { top:185px;left:0px;width:764px;height:180px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #dtBZoZvXwlhEy5QX0ZPPuuum7UzxCqHx { top:456px;left:0px;width:764px;height:180px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rirU1Q0B9ubQnlPQgnxJy1qOsDTzPr5d { width:764px;height:58px;top:398px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #mVO1gpvHarcJR2S1e4oFHSE7aCB7JCvo { width:764px;height:58px;top:1157px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #U8ofNqFmgahkOFrvLVpN8hT23iVwPzCQ { top:1225px;left:0px;width:764px;height:180px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #o0MQarJXkG17V6nPsGXmD0d2O5WFbqUb { width:764px;height:58px;top:1917px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #gWDeMOgwCzew1vbpBiGC2xfpkhBmgO0w { top:1995px;left:0px;width:764px;height:180px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MSzEu82ktw8Q4Rhhummh1Z4CoenOt4vr { top:2691px;left:0px;width:764px;height:425.97122302158px;display:block; }
 }@media only screen and (max-width: 763px) { #yon8qD2NQbmbBc9HqpAU7lBG4JWKXOsN { top:2181px;left:0px;width:764px;height:426.27001194743px;display:block; }
 }@media only screen and (max-width: 763px) { #ZePt7MKn8KAuknT1NvTPBT2bMg7yiLda { top:1424px;left:0px;width:764px;height:429.9806763285px;display:block; }
 }@media only screen and (max-width: 763px) { #pkVyyPCwdsfZwttxagcVMxbQXPPT8Lb2 { top:657px;left:0px;width:764px;height:429.9806763285px;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:23px;left:40.5px;width:683px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { top:371px;left:0px;width:271px;height:162px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { top:331px;left:0px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { top:372px;left:249px;width:271px;height:162px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { top:320px;left:296px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { top:331px;left:617px;width:147px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { top:380px;left:493px;width:271px;height:97px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #WBDHcKZAVn6JArXGeaPXLOigO4hM6nuL { top:125px;left:0px;width:300px;height:169px;display:block; }
 }@media only screen and (max-width: 763px) { #mfD8vpGXxUwoVwFTAETJE7ZmoAlZrZ4d { top:125px;left:249px;width:300px;height:169px;display:block; }
 }@media only screen and (max-width: 763px) { #N1nlSL0lgGTqp3ZrZM2I8n9vNtwfo7lQ { top:125px;left:464px;width:300px;height:169px;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:272px;left:52.5px;width:629px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #U8ndoKugc83XRNnWn6ndb3bgzIP1SkNh { top:72px;left:254px;width:255px;height:81.662158678073px;display:block; }
 }@media only screen and (max-width: 763px) { #PMMenkPTHtJGgShDtHfz2pbTmGdLfrO9 { top:174px;left:202px;width:360px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/227e3828-049d-4365-b8e7-dbb346e0061b/BannerWarna.png");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP.adaptive-delivery-prevent-bg, #kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP.lazyload, #kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP.lazyloading { background-image: none; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container { background-color: transparent; background-image: none; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container > .video-iframe-container { display: none; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row > .video-iframe-container { display: none; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .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); }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container { border-width: 0; border-radius: 0; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kv86lT8c7oB9pr6qKxoLMFLDsum6TVBP > .row .container { width:320px;height:1010px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQkOCKcndeKCfDI6wKDtb7Ort6Vr46gX { width:209.988px;height:64.9884px;top:43.972221374512px;left:54.972221374512px;display:block; }
 }@media only screen and (max-width: 763px) { #HxT5ikwthhTDio58zAfrJWALHHDTDX9c { width:252.972px;height:90px;top:145.95832824707px;left:33.486110687256px;font-size:25px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QftEfMvgXoCJEuNw9x1pcZrkqyIdE1ZE { width:58.9974px;height:37.3958px;top:280px;left:55px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xUll6JeQTLhI5rIB08Un41ZxT9kb3FmE { width:95.9896px;height:116.901px;top:280px;left:122px;font-size:167px;text-align:center;text-align-last:center;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #Z76AW3TUE1JTcc20fpKvrx23h3hgJm4t { width:43px;height:43.0019px;top:278px;left:221px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #gLEgOKUK83V029RqHkz1Tdp6uUZF0FW8 { width:45.9896px;height:41.6016px;top:357px;left:65px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #XhvqS0cZgmbzHHmXzgLma0Q9tuITpHsD { width:80px;height:18.6979px;top:440px;left:27px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvcoppqO6ydILOfPLQP4ppVwVCWPCyBb { width:35px;height:53.0019px;top:460px;left:40px;font-size:53px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3w2pTlg67dGRHGBiGbJ1hbT1xaSQvyv { width:20px;height:22px;top:482px;left:80px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MGqhyZfTNpTABrlTRTaLJXTOSfklQ6o6 { width:159px;height:59.7656px;top:444px;left:134px;font-size:23px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EeMnT3Ti28MENbIhTsHtLPUUJfXb7T9d { width:308.997px;height:420.99px;top:554.98698425293px;left:5.4817705154419px;display:block; }
 }@media only screen and (max-width: 763px) { #hLObk1imfSVySTuBVhIi96MPIAabtpKv { width:265px;height:62.3828px;top:573.984375px;left:27.499999046326px;font-size:16px;text-align:center;text-align-last:center;color:#0e245d;display:block; }
 }@media only screen and (max-width: 763px) { #Qqapxp0nAAXiBDNknerGkZBrgN7oR8yT { width:3px;height:65px;top:441px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-regular-label { display:block;width:239px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-text { width:239px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-text {padding-top: 0; padding-bottom: 0;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-textarea { width:239px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-select { width:239px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-select {padding-top: 0; padding-bottom: 0;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-input-button { width:239px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .widget-checkbox-label { width:220px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE  { width:238.997px;height:auto;top:644.96875px;left:20.481770515442px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE .radio-container { width:239px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE {display:block;}#SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE { width:238.997px;height:auto;top:644.96875px;left:20.481770515442px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #gGKZiab5o1UHKWKu4bAhwweS4ffM3u83 {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #MbKKgM7OboTSpTHynxAZMelu2qw6JKMA { display:none; }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #WgGpyM3KssufRcJ6sQP0k1zMXhrMNN6s {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #Uc79rRvNp1X5P9CvZ3yoQokhlkmC3puD {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #RSUuUXtcZX0VEbrJun8TlqLosIesWuAT { display:none; }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #pcoECBTxil8eAtaeWkETuABc87iyyV1v {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #qvMVW4OgA7EpH6DxSHLWBrBQ5iNX4V17 {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #vs98nbdW1STOZfhhAEt9wda29lXd0olK { display:none; }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #hMMEdmgeD7QuLxECTDgiwJUiFA21Jwrn {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #TIDnW4vmJTlDUmroFn5Q2RcOSPCCeU7c {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #hi5Asbof3JF2iObaIPxKKBnPOs7pcuOz { display:none; }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #zmODLGmW1IdS2r2NSiqf7MFHpJ6RO7Dy {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #vDFnEhKDMNxETDvBCEGPExEUHNxzaNX9 {  }
 }@media only screen and (max-width: 763px) { #SEvlGqWbmM8QnU5v8omQQ69x9TbdnTkE #woVxUGxv9eQ1U75yLA7XxxkrWu7gHVP9 {  }
 }@media only screen and (max-width: 763px) { #TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { display:block; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container { width:320px;height:1122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDEehtPJwZFbTGWUZIh29GNAoOd7wp58 { width:303px;height:187.2223px;top:90.984375px;left:8.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { width:320px;height:28.5938px;top:34px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #J81b8wCZrNtqrcCkNmPdD3VhdBFft8hU { width:316px;height:177px;top:300.078125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G6q3fawZQSN4RvMLTgVyq1Chiobz8Tgu { width:318px;height:178px;top:509.484375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rXUJXxhDDBChPBVqZlAo051BTB3z3xvO { width:320px;height:180px;top:720.15625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p2BgpG8uS7e2hxEdLvdlhVgkEGdiDixq { width:320px;height:180px;top:924.15625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD { display:block; }#Lcd0CPkrKgWKmzB896rhzVvXtOQ1TBBD > .row .container { width:320px;height:830px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vovLIZH4zMC1CTknCuT9KcG5TXiCPLpI { width:291px;height:291px;top:34.000030517578px;left:14.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QsF70LbopebKkKHbbwokzAbGH9iNTed1 { width:300px;height:30px;top:348px;left:10px;font-size:25px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #es7Df3myzUX4fzcdeN6HD0lzpdvE7f5A { width:293px;height:5px;top:382px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dTLJWLIaw4MMqPw0tIsKqBU6NF4vGiHL { width:294px;height:61.6146px;top:398.86111450195px;left:13px;font-size:11px;font-family:"open sans";text-align:justify;text-align-last:initial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sB2oxxZ4sGpaLGcymoSdxVkdNyKMPuQ3 { width:294px;height:77.0182px;top:470.54167175293px;left:13px;font-size:11px;font-family:"open sans";text-align:justify;text-align-last:initial;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZpqnbSvX0HLIMThF8yNLekgMcNTC4Tkz { width:294px;height:176.0416px;top:559.00001525879px;left:13px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Zz7iUdXTqEkPP5e567mNMRc0DopA8THb { width:295.99px;height:72.9948px;top:743.99478149414px;left:11.992186546326px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #vz3pligaDrxXmEi7gloPzMMwluVvvwyi { width:287.995px;height:50.3907px;top:755.27340698242px;left:15.989583015442px;font-size:12px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO { display:block; }#NTPzRTPFCWEzJGGBqq1ZG9n5kEyAptpO > .row .container { width:320px;height:2097px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:320px;height:41.5938px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #hQswan08ZnW3Tk2EfX4dwddqnx63tLrF { width:320px;height:279.861px;top:81.5938px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #dtBZoZvXwlhEy5QX0ZPPuuum7UzxCqHx { width:320px;height:244.8786px;top:462.1875px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rirU1Q0B9ubQnlPQgnxJy1qOsDTzPr5d { width:320px;height:41.5938px;top:411.578125px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mVO1gpvHarcJR2S1e4oFHSE7aCB7JCvo { width:320px;height:41.5938px;top:918.1875px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #U8ofNqFmgahkOFrvLVpN8hT23iVwPzCQ { width:320px;height:209.8956px;top:969.78125px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #o0MQarJXkG17V6nPsGXmD0d2O5WFbqUb { width:320px;height:41.5938px;top:1409.78125px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gWDeMOgwCzew1vbpBiGC2xfpkhBmgO0w { width:320px;height:209.8956px;top:1461.375px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MSzEu82ktw8Q4Rhhummh1Z4CoenOt4vr { height:178.891px;width:320px;top:1895.96875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yon8qD2NQbmbBc9HqpAU7lBG4JWKXOsN { width:320px;height:178.54241338112px;top:1686.4375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZePt7MKn8KAuknT1NvTPBT2bMg7yiLda { width:316px;height:178px;top:1191.921875px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #pkVyyPCwdsfZwttxagcVMxbQXPPT8Lb2 { width:316px;height:178px;top:703.375px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:320px;height:1160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:307px;height:78px;top:28.671875px;left:13px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { width:243px;height:100px;top:378.0625px;left:38.5px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { width:147px;height:20.7986px;top:345.671875px;left:86.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { width:241px;height:100px;top:749.359375px;left:39.5px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { width:147px;height:20.7986px;top:728.5625px;left:86.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { width:147px;height:20.7986px;top:1058.265625px;left:86.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { width:266px;height:50px;top:1079.0625px;left:27px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #WBDHcKZAVn6JArXGeaPXLOigO4hM6nuL { width:300px;height:169px;top:146.5625px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #mfD8vpGXxUwoVwFTAETJE7ZmoAlZrZ4d { width:300px;height:169px;top:528.5px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #N1nlSL0lgGTqp3ZrZM2I8n9vNtwfo7lQ { width:300px;height:169px;top:875.0625px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:320px;height:302px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:320px;height:31.1806px;top:245.39965820312px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8ndoKugc83XRNnWn6ndb3bgzIP1SkNh { width:256px;height:82px;top:31.5625px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #PMMenkPTHtJGgShDtHfz2pbTmGdLfrO9 { width:246.997px;height:58.75px;top:133.52420043945px;left:36.493058204651px;font-size:14px;display:block; }
 }