.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;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); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zQtmZjMdejU/unsplash/ev-zQtmZjMdejU-photo-1491183672482-d0af0e44929d.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS.adaptive-delivery-prevent-bg, #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS.lazyload, #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS.lazyloading { background-image: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { background-color: transparent; background-image: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .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); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { border-width: 0; border-radius: 0; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS::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; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { font-size:14px;font-family:arial;height:586px;width:1200px;position:relative;display:block; }#SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { background-color:transparent;background-image:none;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-shadow: none;box-sizing:border-box;color:#232323;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:104px;height:51px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:444px;left:379px;display:block; }
#bZCBHRtokEUw2nqN4BTXdowhtaQp37Ll { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EqBINVdT1dIh8Tqxl9twDFhzEyWc3PTz { color:#000000;display:block;width:25px;position:absolute;font-family:"noto sans hk";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:460px;left:335px;height:20.7986px;display:block; }
#CPkr7uzoLkBiTIWXIwaWwhHS8LsVUDwU { color:#282828;display:block;width:378px;position:absolute;font-family:"noto sans tc";font-size:20px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:290.984375px;left:77.984375px;height:0;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:none; }
#yhE8W7eIm8dDx6yek0cA4azegTrikhpl { color:#000000;display:block;width:35px;position:absolute;font-family:"noto sans tc";font-size:67px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:272.375px;left:51.984375px;height:0;display:none; }
#HOS6InHHDRkaK0fvFBDZX6GQdabRtTyt { color:#282828;display:block;width:524px;position:absolute;font-family:"noto sans tc";font-size:28px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:291px;left:88px;height:83.993px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ey2ssvP971MEbmzrmoRT2ITv1CmnfhVc { position:absolute;display:block;z-index:15017;height:75px;width:135px;top:33px;left:961px;display:block; }
#NkED6IbN64aZgublimAusOuOT2QZvKZr { position:absolute;display:block;z-index:15018;height:36.9688px;width:67.9688px;top:33px;left:846px;display:block; }
#eyZdaTDss75S6rAreeTWAJzt3ggTDTBm { position:absolute;display:block;z-index:15007;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;box-shadow: none;height:30px;width:145px;top:45px;left:60px;overflow:hidden;display:block; }
#TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { position:absolute;display:block;z-index:15008;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;box-shadow: none;height:49px;width:57px;top:33px;left:237px;overflow:hidden;display:block; }
#iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { color:#000000;display:block;width:35px;position:absolute;font-family:"noto sans tc";font-size:67px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:276px;left:61px;height:87.0833px;display:block; }
#vCdhEODJ6hF6qNhih8tgh8UARXaTO6w6 { position:absolute;display:block;z-index:15037;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;box-shadow: none;height:458.993px;width:526.997px;top:75px;left:625.00003051758px;overflow:hidden;display:block; }
#QqiXnky93rcKypT7OAa58wcHGsXCNrHw { color:#000000;display:block;width:575px;position:absolute;font-family:"noto sans hk";font-size:56px;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:173px;left:60px;height:61.5972px;font-style:normal;display:block; }
#UT8sDbr9W36muoXdkl6XIhxDRPnniryC { color:#282828;display:block;width:472.988px;position:absolute;font-family:"noto sans tc";font-size:24px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:131.98828125px;left:60px;height:36.0059px;font-style:normal;display:block; }
#GBAalXo3Sb5VTEBbJmar1yArt89DD9b4 { color:#282828;display:block;width:524px;position:absolute;font-family:"noto sans tc";font-size:28px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:291px;left:88px;height:84px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#cST4MlgIT4hevSsa1wmnJoBixnm0CtdB { z-index:15002;top:443.99308776855px;left:87.986114501953px;background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 2px 2px 5px rgba(0,0,0,0.75) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:191.77478px;height:50.76738px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nJmDXQMrIO8yiVTwkonIUug71s73CaWC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container { background-color: transparent; background-image: none; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container > .video-iframe-container { display: none; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row > .video-iframe-container { display: none; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .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); }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container { border-width: 0; border-radius: 0; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container { font-size:14px;font-family:arial;height:193px;width:1200px;position:relative;display:block; }#nmRTL6K0QJwcI12m1wIEoRu0yZOmNXIZ { color:#000000;display:block;width:880.996px;position:absolute;font-family:"noto sans hk";font-size:50px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:46px;left:151px;height:55px;text-align:center;text-align-last:center;display:block; }
#cnSPqhVzbNoDy17ycQbriEuVLDKxJA6G { color:#000000;display:block;width:816.992px;position:absolute;font-family:"noto sans hk";font-size:28px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:112px;left:195px;height:36.3984px;text-align:center;text-align-last:center;display:block; }
#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container { background-color: transparent; background-image: none; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container > .video-iframe-container { display: none; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row > .video-iframe-container { display: none; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .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); }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container { border-width: 0; border-radius: 0; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container { font-size:14px;font-family:arial;height:452px;width:1200px;position:relative;display:block; }#JcsaqSPLIdT3Ob7Tr3CVVSqMWdTq6ai0 { position:absolute;display:block;z-index:15016;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;box-shadow: none;height:45px;width:45px;top:36px;left:129px;overflow:hidden;display:block; }
#rMTRI8Wn2ZTStoM8VosQrtGF0HVp1g8q { position:absolute;display:block;z-index:15017;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;box-shadow: none;height:45px;width:45px;top:126px;left:129px;overflow:hidden;display:block; }
#mgSI125TQNesxhMNmDEyyuhTi1ehGuOO { position:absolute;display:block;z-index:15017;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;box-shadow: none;height:45px;width:45px;top:221px;left:129px;overflow:hidden;display:block; }
#t6A5dzEmcwMG10SPHkpTCBmao9uXN4TL { position:absolute;display:block;z-index:15018;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;box-shadow: none;height:45px;width:45px;top:313px;left:129px;overflow:hidden;display:block; }
#uUPIXC1S3TVmJ92VNGpdqPQ5ZVhMJhCs { color:#000000;display:block;width:977px;position:absolute;font-family:"noto sans tc";font-size:24px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:38.984375px;left:212.98828125px;height:342.9866px;font-style:normal;display:block; }
#O2dGVCwmuzE2fbQDzGeXhMVyJnIoCQ1T { color:#000000;display:block;width:514px;position:absolute;font-family:"noto sans tc";font-size:17px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:199.98046875px;left:627.96875px;height:337.3474px;font-style:normal;display:none; }
#KW809lbVBWymXDrMU0oWbQthaK2De5LA { color:#000000;display:block;width:537px;position:absolute;font-family:"noto sans hk";font-size:50px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:60.984375px;left:590px;height:55px;display:none; }
#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU { 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; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { background-color: transparent; background-image: none; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container > .video-iframe-container { display: none; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row > .video-iframe-container { display: none; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .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); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { border-width: 0; border-radius: 0; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { font-size:14px;font-family:arial;height:242px;width:1200px;position:relative;display:block; }#qgMS3pTHeygMIrM3u11wXnVMLbvmCFcR { color:#000000;display:block;width:593px;position:absolute;font-family:"noto sans hk";font-size:50px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:74.9921875px;left:153.46875px;height:110px;text-align:left;text-align-last:left;display:block; }
#Zf2bFRtfe6uQOh44ViwNAL6hmrLED4TS { color:#000000;display:block;width:816.977px;position:absolute;font-family:"noto sans hk";font-size:28px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:191.984375px;left:155.984375px;height:36.3889px;text-align:left;text-align-last:left;display:block; }
#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC { 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; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { background-color: transparent; background-image: none; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container > .video-iframe-container { display: none; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row > .video-iframe-container { display: none; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .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); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { border-width: 0; border-radius: 0; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { font-size:14px;font-family:arial;height:429px;width:1200px;position:relative;display:block; }#rxSdZiyW9dikGuWC8R2WxTX5TWXOidsW { color:#000000;display:block;width:514px;position:absolute;font-family:"noto sans tc";font-size:17px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:199.98046875px;left:627.96875px;height:337.3474px;font-style:normal;display:none; }
#iFEZcwO1NxIE3HJHERlTfaiFrNKrlzSO { color:#000000;display:block;width:537px;position:absolute;font-family:"noto sans hk";font-size:50px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:60.984375px;left:590px;height:55px;display:none; }
#c90rHM3oXfzUHlmXGcbcTwnTPrznauJe { position:absolute;display:block;z-index:15017;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;box-shadow: none;height:372.986px;width:395.99px;top:16.909729003906px;left:75.885406494141px;overflow:hidden;display:block; }
#XbBxGQRT934C9TiUSHX4gtbRHMwOqs4z { color:#191919;display:block;width:522.969px;position:absolute;font-family:"noto sans tc";font-size:40px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:75.9765625px;left:459.98046875px;height:51.9965px;display:block; }
#GzoOHfuUFi4UOMKiDDDfHWUdLzSNXwhn { color:#000000;display:block;width:693px;position:absolute;font-family:"noto sans hk";font-size:28px;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:139.8828125px;left:449.984375px;height:161.198px;text-align:left;text-align-last:left;font-style:normal;display:block; }#GzoOHfuUFi4UOMKiDDDfHWUdLzSNXwhn li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#GzoOHfuUFi4UOMKiDDDfHWUdLzSNXwhn li:before{  }
#siwvwhvTpxDEPHLBCGXe3cfdieaovXNA { color:#191919;display:block;width:522.969px;position:absolute;font-family:"noto sans tc";font-size:30px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:214px;left:468px;height:39px;display:none; }
#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/LJj0M4xwRjA/unsplash/arash-asghari-LJj0M4xwRjA-photo-1515231440624-1ab5ed324ac9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs.adaptive-delivery-prevent-bg, #rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs.lazyload, #rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs.lazyloading { background-image: none; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row .container { background-color: transparent; background-image: none; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row .container > .video-iframe-container { display: none; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row > .video-iframe-container { display: none; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .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); }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row .container { border-width: 0; border-radius: 0; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs::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; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row .container { font-size:14px;font-family:arial;height:533px;width:1200px;position:relative;display:block; }#sy6mDO6ncrPwKA2UdoopyU7tm1xu0VrC { 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;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 6px 17px rgba(86,86,86,0.66) ;height:439px;width:786px;top:660px;left:206.5px;display:none; }
#A6J01AaGZKEeEsIdW7PoBGiDxBqmoL48 { background-color:#ffff00;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-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:51px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:318.765625px;left:271px;display:block; }
#nvX0bloPIP2KzurWHDGGC1E0m8kgx5tS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SEku6DtXtx3i921LIpRnDpQM3kN31kID { color:#ffffff;display:block;width:658px;position:absolute;font-family:"noto sans tc";font-size:48px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:48px;left:271px;height:62.3958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:12.19px;padding-right:11.09px;padding-bottom:12.19px;padding-left:11.09px;display:block;align-items:center;width:66.44px;min-width:66.44px;height:65.5px;position:relative;font-family:"noto sans tc";font-size:48.75px;font-weight:700;line-height:65.5px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:7.62px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:88.56px;height:25.89px;position:relative;font-family:"noto sans tc";font-size:18.29px;font-weight:400;line-height:25.89px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:417.986px;height:123.385px;padding-top:15.2px;padding-right:15.25px;padding-bottom:15.2px;padding-left:15.25px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:153.29862976074px;left:375.72915649414px;z-index:15014; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #mUl93PMwTLC3z9HXQkfTVlAOsztt0oaf { display:flex;position:relative;top:0px;left:0px; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #XuvZX67d4rIEP2Jo0nDkJLNFcboRcTzt { width:auto; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #qmk9q6AR2ouWaxW32Vg9wUg9IzWOqT7g {  }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #wNpTKtuE4KfrTwFn02TzsLmJlo6MUrcT { display:flex;position:relative;top:0px;left:0px; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #fm8uMTPnTT7gX0Hab5aTWD2MpWNPrSwI {  }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #iUFqz5miZNoxXMAEZrWNlQvxesD680Ch {  }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #wyZuczMtC8b7NmSpq0TDckPJhHGTdWCy { display:flex;position:relative;top:0px;left:0px; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #kOTvbbvolOBKHUUtTQ1WMQHvZX3kFZTE {  }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #KcRhJ1BVCFc64ydh4s3aL7OJTSeDwTSV {  }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #K0mwIQTgPyTDPtcLhus4HlGVi9rnzfv5 { display:flex;position:relative;top:0px;left:0px; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #FndBAThnifrLOhZNRh7rrIXtT26WqTaB {  }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #JK7yXb2Zkiu7GveXIT8pB3VXlmarF5Tg {  }
#TMCTtDOr4VCA6JarNTLE2gKmAt27Dquw { color:#ffffff;display:block;width:642px;position:absolute;font-family:"noto sans hk";font-size:15px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:417px;left:278px;height:45px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KAtZyAD0d0b6CAfaDSqlqfk8EIV2Rw8z { background-color:#ffff00;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-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:240px;height:51px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:318.765625px;left:681px;display:block; }
#BKh8ve5zElMDkQxGZui6FL7mhbTOs2ov { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vgXqZgbtsrpM13LQUyoAFZg6Z0pRe38C { color:#ffffff;display:block;width:657.986px;position:absolute;font-family:"noto sans tc";font-size:24px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:123.21182250977px;left:267.98263549805px;height:31.1806px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .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); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:14px;font-family:arial;height:101px;width:1200px;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:15007;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;box-shadow: none;height:30px;width:150px;top:35.499877929688px;left:225.00003051758px;overflow:hidden;display:block; }
#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:445.99264526367px;position:absolute;font-family:"noto sans tc";font-size:14px;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:28.194946289062px;left:676.98526000977px;height:47.5694px;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) { #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { display:block; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { width:103px;height:50px;top:444px;left:161px;display:block; }
 }@media only screen and (max-width: 763px) { #bZCBHRtokEUw2nqN4BTXdowhtaQp37Ll { display:block; }
 }@media only screen and (max-width: 763px) { #EqBINVdT1dIh8Tqxl9twDFhzEyWc3PTz { top:460px;left:117px;width:25px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CPkr7uzoLkBiTIWXIwaWwhHS8LsVUDwU { top:290px;left:0px;width:377px;height:58px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yhE8W7eIm8dDx6yek0cA4azegTrikhpl { top:272px;left:0px;width:35px;height:87px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #HOS6InHHDRkaK0fvFBDZX6GQdabRtTyt { top:291px;left:0px;width:524px;height:84px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Ey2ssvP971MEbmzrmoRT2ITv1CmnfhVc { top:33px;left:629px;width:135px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #NkED6IbN64aZgublimAusOuOT2QZvKZr { top:33px;left:628px;width:67px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #eyZdaTDss75S6rAreeTWAJzt3ggTDTBm { top:45px;left:0px;width:145px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { top:33px;left:19px;width:57px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { top:276px;left:0px;width:35px;height:87px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #vCdhEODJ6hF6qNhih8tgh8UARXaTO6w6 { top:75px;left:237px;width:526px;height:458.12465346103px;display:block; }
 }@media only screen and (max-width: 763px) { #QqiXnky93rcKypT7OAa58wcHGsXCNrHw { top:172px;left:0px;width:575px;height:61px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #UT8sDbr9W36muoXdkl6XIhxDRPnniryC { top:131px;left:0px;width:472px;height:35px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #GBAalXo3Sb5VTEBbJmar1yArt89DD9b4 { top:462px;left:0px;width:320px;height:117px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #cST4MlgIT4hevSsa1wmnJoBixnm0CtdB { top:443px;left:0px;width:191px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #nJmDXQMrIO8yiVTwkonIUug71s73CaWC { display:block; }
 }@media only screen and (max-width: 763px) { #Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ { display:block; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmRTL6K0QJwcI12m1wIEoRu0yZOmNXIZ { top:45px;left:0px;width:764px;height:55px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #cnSPqhVzbNoDy17ycQbriEuVLDKxJA6G { top:112px;left:0px;width:764px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk { display:block; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcsaqSPLIdT3Ob7Tr3CVVSqMWdTq6ai0 { top:36px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #rMTRI8Wn2ZTStoM8VosQrtGF0HVp1g8q { top:126px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #mgSI125TQNesxhMNmDEyyuhTi1ehGuOO { top:221px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #t6A5dzEmcwMG10SPHkpTCBmao9uXN4TL { top:313px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #uUPIXC1S3TVmJ92VNGpdqPQ5ZVhMJhCs { top:38px;left:0px;width:764px;height:343px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #O2dGVCwmuzE2fbQDzGeXhMVyJnIoCQ1T { top:130px;left:0px;width:265px;height:462px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #KW809lbVBWymXDrMU0oWbQthaK2De5LA { top:26px;left:0px;width:320px;height:34px;font-size:31px;display:none; }
 }@media only screen and (max-width: 763px) { #iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU { display:block; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgMS3pTHeygMIrM3u11wXnVMLbvmCFcR { top:74px;left:0px;width:592px;height:110px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2bFRtfe6uQOh44ViwNAL6hmrLED4TS { top:191px;left:0px;width:764px;height:36px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC { display:block; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxSdZiyW9dikGuWC8R2WxTX5TWXOidsW { top:130px;left:0px;width:265px;height:462px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #iFEZcwO1NxIE3HJHERlTfaiFrNKrlzSO { top:26px;left:0px;width:320px;height:34px;font-size:31px;display:none; }
 }@media only screen and (max-width: 763px) { #c90rHM3oXfzUHlmXGcbcTwnTPrznauJe { top:16px;left:0px;width:395px;height:372.05351145231px;display:block; }
 }@media only screen and (max-width: 763px) { #XbBxGQRT934C9TiUSHX4gtbRHMwOqs4z { top:75px;left:241.98046875px;width:522px;height:51px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #GzoOHfuUFi4UOMKiDDDfHWUdLzSNXwhn { top:139px;left:71px;width:693px;height:161px;font-size:28px;display:block; }#GzoOHfuUFi4UOMKiDDDfHWUdLzSNXwhn li:before{  }
 }@media only screen and (max-width: 763px) { #siwvwhvTpxDEPHLBCGXe3cfdieaovXNA { top:560px;left:0px;width:256px;height:78px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs { display:block; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy6mDO6ncrPwKA2UdoopyU7tm1xu0VrC { top:660px;left:0px;width:764px;height:439px;display:none; }
 }@media only screen and (max-width: 763px) { #A6J01AaGZKEeEsIdW7PoBGiDxBqmoL48 { width:240px;height:51px;top:318px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #nvX0bloPIP2KzurWHDGGC1E0m8kgx5tS { display:block; }
 }@media only screen and (max-width: 763px) { #SEku6DtXtx3i921LIpRnDpQM3kN31kID { top:47px;left:52.989593505859px;width:657px;height:62px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX { display:flex;width:288px;height:81px;top:86px;left:79px; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #mUl93PMwTLC3z9HXQkfTVlAOsztt0oaf { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #XuvZX67d4rIEP2Jo0nDkJLNFcboRcTzt {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #qmk9q6AR2ouWaxW32Vg9wUg9IzWOqT7g {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #wNpTKtuE4KfrTwFn02TzsLmJlo6MUrcT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #fm8uMTPnTT7gX0Hab5aTWD2MpWNPrSwI {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #iUFqz5miZNoxXMAEZrWNlQvxesD680Ch {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #wyZuczMtC8b7NmSpq0TDckPJhHGTdWCy { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #kOTvbbvolOBKHUUtTQ1WMQHvZX3kFZTE {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #KcRhJ1BVCFc64ydh4s3aL7OJTSeDwTSV {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #K0mwIQTgPyTDPtcLhus4HlGVi9rnzfv5 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #FndBAThnifrLOhZNRh7rrIXtT26WqTaB {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #JK7yXb2Zkiu7GveXIT8pB3VXlmarF5Tg {  }
 }@media only screen and (max-width: 763px) { #TMCTtDOr4VCA6JarNTLE2gKmAt27Dquw { top:416px;left:59.986114501953px;width:641px;height:45px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #KAtZyAD0d0b6CAfaDSqlqfk8EIV2Rw8z { width:240px;height:51px;top:318px;left:463px;display:block; }
 }@media only screen and (max-width: 763px) { #BKh8ve5zElMDkQxGZui6FL7mhbTOs2ov { display:block; }
 }@media only screen and (max-width: 763px) { #vgXqZgbtsrpM13LQUyoAFZg6Z0pRe38C { top:123px;left:49.982635498047px;width:657px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { top:35px;left:116.00003051758px;width:150px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:28px;left:319px;width:445px;height:47px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { display:block; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { background-color: transparent; background-image: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .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); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { width:320px;height:745px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { width:107.988px;height:27.9883px;top:671px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #bZCBHRtokEUw2nqN4BTXdowhtaQp37Ll { display:block; }
 }@media only screen and (max-width: 763px) { #EqBINVdT1dIh8Tqxl9twDFhzEyWc3PTz { width:58.9844px;height:20.7986px;top:676px;left:79px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPkr7uzoLkBiTIWXIwaWwhHS8LsVUDwU { width:284px;height:51.764705657959px;top:330.3125px;left:17.996324539185px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yhE8W7eIm8dDx6yek0cA4azegTrikhpl { width:35px;height:0;top:328.46249389648px;left:10.5px;font-size:53px;display:none; }
 }@media only screen and (max-width: 763px) { #HOS6InHHDRkaK0fvFBDZX6GQdabRtTyt { width:320px;height:0;top:465.98046875px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ey2ssvP971MEbmzrmoRT2ITv1CmnfhVc { width:56px;height:29px;top:316px;left:243px;display:block; }
 }@media only screen and (max-width: 763px) { #NkED6IbN64aZgublimAusOuOT2QZvKZr { width:58px;height:31px;top:263px;left:241px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #eyZdaTDss75S6rAreeTWAJzt3ggTDTBm { width:145px;height:30px;top:34px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { width:52px;height:45px;top:22.5px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { width:35px;height:auto;top:276px;left:142px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #vCdhEODJ6hF6qNhih8tgh8UARXaTO6w6 { width:285.99px;height:248.993px;top:200.98959350586px;left:17.996528625488px;display:block; }
 }@media only screen and (max-width: 763px) { #QqiXnky93rcKypT7OAa58wcHGsXCNrHw { width:270px;height:88px;top:94.984375px;left:24.98046875px;font-size:40px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UT8sDbr9W36muoXdkl6XIhxDRPnniryC { width:320px;height:0;top:75.48828125px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GBAalXo3Sb5VTEBbJmar1yArt89DD9b4 { width:320px;height:117.0312px;top:462.96875px;left:0px;font-size:26px;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #cST4MlgIT4hevSsa1wmnJoBixnm0CtdB { top:599.96533203125px;left:64.496528625488px;width:191px;height:50px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nJmDXQMrIO8yiVTwkonIUug71s73CaWC { display:block; }
 }@media only screen and (max-width: 763px) { #Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ { display:block; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmRTL6K0QJwcI12m1wIEoRu0yZOmNXIZ { width:320px;height:83.5764px;top:32.98828125px;left:0px;font-size:38px;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cnSPqhVzbNoDy17ycQbriEuVLDKxJA6G { width:298px;height:28.5938px;top:140px;left:0px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk { display:block; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container { width:320px;height:685px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcsaqSPLIdT3Ob7Tr3CVVSqMWdTq6ai0 { width:20px;height:20px;top:7.99609375px;left:0.99609375px;display:block; }
 }@media only screen and (max-width: 763px) { #rMTRI8Wn2ZTStoM8VosQrtGF0HVp1g8q { width:20px;height:20px;top:178.98828125px;left:0.99609375px;display:block; }
 }@media only screen and (max-width: 763px) { #mgSI125TQNesxhMNmDEyyuhTi1ehGuOO { width:20px;height:;top:335.98828125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #t6A5dzEmcwMG10SPHkpTCBmao9uXN4TL { width:20px;height:20px;top:518.97265625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uUPIXC1S3TVmJ92VNGpdqPQ5ZVhMJhCs { width:292px;height:649.496px;top:0px;left:28px;font-size:19px;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #O2dGVCwmuzE2fbQDzGeXhMVyJnIoCQ1T { width:266px;height:0;top:140.9765625px;left:30.99609375px;font-size:16px;line-height:1.8;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #KW809lbVBWymXDrMU0oWbQthaK2De5LA { width:320px;height:0;top:51px;left:0px;font-size:31px;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU { display:block; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { width:320px;height:210px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgMS3pTHeygMIrM3u11wXnVMLbvmCFcR { width:253px;height:105.573px;top:22.1875px;left:33.5px;font-size:32px;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2bFRtfe6uQOh44ViwNAL6hmrLED4TS { width:232px;height:31.1806px;top:149.1875px;left:44px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC { display:block; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { width:320px;height:610px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxSdZiyW9dikGuWC8R2WxTX5TWXOidsW { width:266px;height:0;top:140.9765625px;left:30.99609375px;font-size:16px;line-height:1.8;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #iFEZcwO1NxIE3HJHERlTfaiFrNKrlzSO { width:320px;height:0;top:51px;left:0px;font-size:31px;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #c90rHM3oXfzUHlmXGcbcTwnTPrznauJe { width:320px;height:300.99px;top:8.9930419921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XbBxGQRT934C9TiUSHX4gtbRHMwOqs4z { width:305.996px;height:39px;top:328.984375px;left:6.9921875px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzoOHfuUFi4UOMKiDDDfHWUdLzSNXwhn { width:311px;height:161.25px;top:392.046875px;left:0px;font-size:21px;text-align:left;text-align-last:left;display:block; }#GzoOHfuUFi4UOMKiDDDfHWUdLzSNXwhn li:before{  }
 }@media only screen and (max-width: 763px) { #siwvwhvTpxDEPHLBCGXe3cfdieaovXNA { width:256px;height:0;top:552px;left:32px;font-size:30px;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs { background-color:transparent;background-image:url("https://images.assets-landingi.com/LJj0M4xwRjA/unsplash/arash-asghari-LJj0M4xwRjA-photo-1515231440624-1ab5ed324ac9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs.adaptive-delivery-prevent-bg, #rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs.lazyload, #rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs.lazyloading { background-image: none; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row .container { background-color: transparent; background-image: none; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row .container > .video-iframe-container { display: none; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row > .video-iframe-container { display: none; }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .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); }#rVTUWKQtRLHuqInGS3VhLczaG3qWG2xs > .row .container { width:320px;height:590px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy6mDO6ncrPwKA2UdoopyU7tm1xu0VrC { width:320px;height:489px;top:33.984375px;left:0px;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #A6J01AaGZKEeEsIdW7PoBGiDxBqmoL48 { width:200px;height:43px;top:265px;left:60px;font-size:15px;background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nvX0bloPIP2KzurWHDGGC1E0m8kgx5tS { display:block; }
 }@media only screen and (max-width: 763px) { #SEku6DtXtx3i921LIpRnDpQM3kN31kID { width:320px;height:29.8958px;top:78px;left:0px;font-size:23px;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX .widget-text.counter-number { padding-top:7.7px;padding-right:7.05px;padding-bottom:7.7px;padding-left:7.05px;width:42.35px;min-width:42.35px;height:41.4px;font-size:30.82px;line-height:41.4px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:#ffffff;background-image:none;color:#000000; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.81px;margin-right:0;margin-bottom:0;margin-left:0;width:56.45px;height:16.35px;font-size:11.56px;line-height:16.35px;top:-15%;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#000000; }
#nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX { display:flex;width:290px;height:77.96px;top:161.984375px;left:14px;padding-top:0.97px;padding-right:1px;padding-bottom:0.97px;padding-left:1px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #mUl93PMwTLC3z9HXQkfTVlAOsztt0oaf { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #XuvZX67d4rIEP2Jo0nDkJLNFcboRcTzt {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #qmk9q6AR2ouWaxW32Vg9wUg9IzWOqT7g {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #wNpTKtuE4KfrTwFn02TzsLmJlo6MUrcT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #fm8uMTPnTT7gX0Hab5aTWD2MpWNPrSwI {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #iUFqz5miZNoxXMAEZrWNlQvxesD680Ch {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #wyZuczMtC8b7NmSpq0TDckPJhHGTdWCy { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #kOTvbbvolOBKHUUtTQ1WMQHvZX3kFZTE {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #KcRhJ1BVCFc64ydh4s3aL7OJTSeDwTSV {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #K0mwIQTgPyTDPtcLhus4HlGVi9rnzfv5 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #FndBAThnifrLOhZNRh7rrIXtT26WqTaB {  }
 }@media only screen and (max-width: 763px) { #nkLpOzmKsadmr1V5ydsZPRSp4uzh6lQX #JK7yXb2Zkiu7GveXIT8pB3VXlmarF5Tg {  }
 }@media only screen and (max-width: 763px) { #TMCTtDOr4VCA6JarNTLE2gKmAt27Dquw { width:247px;height:53.9583px;top:422px;left:36.5px;font-size:12px;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KAtZyAD0d0b6CAfaDSqlqfk8EIV2Rw8z { width:200px;height:43px;top:333px;left:60px;font-size:15px;background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BKh8ve5zElMDkQxGZui6FL7mhbTOs2ov { display:block; }
 }@media only screen and (max-width: 763px) { #vgXqZgbtsrpM13LQUyoAFZg6Z0pRe38C { width:320px;height:23.4028px;top:115.93750762939px;left:0px;font-size:18px;line-height:1.3;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { width:117px;height:24px;top:23.9521484375px;left:100.9742603302px;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:320px;height:44.2014px;top:69.908203125px;left:0px;font-size:13px;display:block; }
 }