.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container {  }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.551470592618rem;width:75rem;position:relative;display:block; }#ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.7495403289795rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.55546569824219rem;left:44.81796836853rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.55546873807907rem;left:50.121095657349rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.55546569824219rem;left:55.43124961853rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:5.3125rem;top:1.2162222862244rem;left:14.625rem;overflow:hidden;display:block; }
#upfXO2BSxR1SDwlnxF8FyxtiIROPfhFe { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:10.0625rem;top:1.244140625rem;left:2.53125rem;overflow:hidden;display:block; }
#S8etTWP4kpb8top5OpTEmVII1mWvREpy { background-color:#f1673a;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.6875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:0.931640625rem;left:62.3125rem;display:block; }
#eKfQqOAyKi4oDglgdlwyW6urTL2XlOwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f586ea75-8800-46f1-ab11-f559005dba1b/landing_images01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ.adaptive-delivery-prevent-bg, #pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ.lazyload, #pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ.lazyloading { background-image: none; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container { background-color: transparent; background-image: none; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container > .video-iframe-container { display: none; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row > .video-iframe-container { display: none; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .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); }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container { border-width: 0; border-radius: 0; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row > .video-iframe-container {  }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#VAc2NeQ4JbecHdRpXIv14RLxcab5gLSH { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:9.72705078125rem;left:3.6240234375rem;height:6rem;font-style:normal;display:block; }
#J2X8xgJxpc3ONvF2yhb85R0RexyaRo4t { background-color:#f1673a;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:44.125rem;left:3.5625rem;display:block; }
#Tot2K2WudRDvDedwii77sHVEBbbscKgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ANGT2K09u78JuF3i75GL9t4pNaDbvQMp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:44.125rem;left:23.75rem;display:block; }
#hidzOyNUDKoTqZ8gaPUq7NSBq0LHXZOZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IuEI3yrx7cLTDykTWueeeBfFNxBT8poe { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:45.125rem;left:21.0625rem;height:1.29980625rem;display:block; }
#GmTkaFuBWhOfEI4a4HFktH2c5qJzvFJ2 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.5625rem;width:28.0625rem;top:9.810546875rem;left:36.435546875rem;overflow:hidden;display:block; }
#wDRgq7ouvh6TUOecehFImWMXvl47Gsw0 { color:#282828;display:block;width:32.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:7.623046875rem;left:3.6240234375rem;height:1.875rem;font-style:normal;display:block; }
#nuqPhwERzybDznO99uITBimA28pEnypK { color:#282828;display:block;width:26.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:18.625rem;left:4.875rem;height:3.75rem;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; }
#BTwc9vvuGwmSraqiePA4iZM0pihwaCCT { color:#282828;display:block;width:25.125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:24.826171875rem;left:3.6240234375rem;height:10.1953125rem;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; }
#EVv89IbkZ8XRX6R7ETFh4dPP6SO9Zdnk { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:17.4375rem;left:3.3125rem;height:5.4433625rem;display:block; }
#MUiimcDVQyLBuD3PXan1D4oGz8sLtGou { position:absolute;display:block;z-index:100015;height:3.4375rem;width:6.3125rem;top:6.373291015625rem;left:26.826171875rem;display:block; }
#UK60NhFZn3sSokenn2PVTr7CDKwhhFVz { position:absolute;display:block;z-index:100021;height:3.18725625rem;width:5.874025rem;top:6.373291015625rem;left:34.530029296875rem;display:block; }
#FM0gUqiVBOtNONPfUGJr3afa2eHXPNVp { position:absolute;display:block;z-index:100006;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:27.4375rem;width:49.125rem;top:52rem;left:12.9375rem;display:block; }
#CxrcWhH3IufpXoECyWP0rJJeKpeKQWCg { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:37.375rem;left:3.625rem;overflow:hidden;display:block; }
#tMmnOeoyxHHRwnXmptEMEPwc0P2sZA2y { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100027;line-height:2.2;letter-spacing:0;top:36.9375rem;left:5.625rem;height:4.673825rem;font-style:normal;display:block; }
#GLTK7qpxydpuLnLn54rX2yfu5lJBfJOc { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:39.8125rem;left:3.625rem;overflow:hidden;display:block; }
#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38ddb89d-a011-4c07-aa6f-4ecff8fb0e8a/wallpaperblackwhitetexturebackgroundwithtrianglesgeometrictexture.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx.adaptive-delivery-prevent-bg, #zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx.lazyload, #zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx.lazyloading { background-image: none; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row .container { background-color: transparent; background-image: none; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row .container > .video-iframe-container { display: none; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row > .video-iframe-container { display: none; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .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); }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row .container { border-width: 0; border-radius: 0; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row > .video-iframe-container {  }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#mmv8NZ1pJdrgs12MVUUrOn7n9JBUH3uZ { color:#282828;display:block;width:18.1855625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:4.9375rem;left:28.40625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tx0VhFNr3c6SBLxWwUwoTHTf2g94CTg1 { background-color:#f1673a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4985625rem;height:2.9360375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:15rem;left:29.25rem;display:block; }
#lXHIJZJTXklMQUveeVTVsPDlrSPRyTmc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VHly513Qnz5sPf1kXx3bptHLp3fol68G { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:7.7682304382325rem;left:8.5286464691163rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zXydwzHFZMlvMl2mUNRGJlHHa5TDsyn6 { position:absolute;display:block;z-index:100005;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:27.4375rem;width:49.125rem;top:41.25rem;left:12.90625rem;display:none; }
#nEag8n5HMZJZvIt5v22N2oR799PufSha { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:19.5rem;left:17.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph .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:#1d2850;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.5rem;left:23.6875rem;z-index:100015; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #rNIvUHToholo6FoyqhNrQib1BcXkSB73 { display:flex;position:relative;top:0rem;left:0rem; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #MBqTLt9tRduqAcmSh3QB7iwVVeAcINut { width:auto; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #mI2bbS1OvTpAUiB7ekb8SAAxBxoiF3l7 {  }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #SDSesATXxQQ12o4xM4IsHwL42s6vtbel { display:flex;position:relative;top:0rem;left:0rem; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #D1yga4fokJQm2JxJWubzaCUpJkvlKGDl {  }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #Vg6F9bUfHZwKTPz4R0DAp3DVK9QWP9gR {  }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #Tdyx9Ik7010oRH6IoyPdogif0d8Aq9rR { display:flex;position:relative;top:0rem;left:0rem; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #WEFMqbpLGC9pDJtKs39U1eZs20X6bpXr {  }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #fOhtDdVJN0GuevnylrHvaBCEbhMvRmy7 {  }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #DJl3CbMJhVPyZovnQniTWGkKv0pVTgtr { display:flex;position:relative;top:0rem;left:0rem; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #NMywcWgpEU312PTutH2Ryx1VbEyS2k3N {  }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #JCMiQ0JKs8mM8NH4lS5DBPhhcBOwdmTM {  }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #aznU10t1IfISmHvfVsUuEJJTcf9SsAe2 { display:flex;position:relative;top:0rem;left:0rem; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #U2BSE7JNuox9LDbIf2xNTrC9lhkF6BWU { width:auto; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #TOXaSogzJ6prGcTTW9gMNqSR1C3iGuoE {  }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #tiCekf1JkuRl0QaGWqhbSA8BdObGTszs { display:flex;position:relative;top:0rem;left:0rem; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #dNuKDxIutFuP0hDl8eyweZRtvSMvulSM {  }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #DeMT6KfQ2eRzJsK20H6fUBQfm0vyg7F3 {  }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #P8kee5JUxqPVDUKl87gmdlLNsBoBacUT { display:flex;position:relative;top:0rem;left:0rem; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #VX1qfapfpvCSnnJ3hVV6TSbo3VELQzXD {  }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #CFHCw0IXNK4wMStftbbTokCBQ9JhNF6x {  }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #KTCsRDwSE6Gi4CsytnigZGJ5wSDhrKM8 { display:flex;position:relative;top:0rem;left:0rem; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #yN9zZ21HCO3eUfNr5R6cSFQ6gBLLCarT {  }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #h5dPPR1SkpOv82gZ4l90Q1cGnBZutmvJ {  }
#onQBJfk16sVvJg09DNG1BTNUEfGGnBgI { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:0rem;left:22.03125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .row .container { background-color: transparent; background-image: none; }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .row .container > .video-iframe-container { display: none; }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .row > .video-iframe-container { display: none; }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .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); }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .row .container { border-width: 0; border-radius: 0; }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .row > .video-iframe-container {  }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#ww8H6ivrn4aTZn1fEHLSDRhOHOFaAT9i { color:#000000;display:block;width:35.874rem;position:absolute;font-family:"noto sans hk";font-size:3rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:5.6875rem;left:2.4375rem;height:3.29980625rem;display:block; }
#Gva6bcpWuzUZ2pFm3httunQRTlE7Sgxv { color:#000000;display:block;width:38.374rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.5rem;left:2.5625rem;height:1.7871125rem;display:block; }
#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .row .container { background-color: transparent; background-image: none; }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .row .container > .video-iframe-container { display: none; }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .row > .video-iframe-container { display: none; }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .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); }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .row .container { border-width: 0; border-radius: 0; }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .row > .video-iframe-container {  }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#dKDDuURadncK7p8zhECpqPR4EfLfeJEQ { color:#4c5571;display:block;width:21.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:13.38134765625rem;left:2.091796875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OeTOI10rL3ZbM6w0rsnxyGCuKfodiUaV { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:15.867919921875rem;left:2.18603515625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s6VEvIhZ5uouxNRzNShwzH2GztIV2ys3 { color:#4c5571;display:block;width:21.8125rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.38134765625rem;left:26.5615234375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g6S7t2IDbbp8tZZw1dVa52g2bId0pR2a { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:15.86669921875rem;left:26.65576171875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HoLTvKDswyHTm68IgWhq7EfrmmwQH0Za { color:#4c5571;display:block;width:21.75rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.380126953125rem;left:50.996337890625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQSa2VFFffNeucorcymH0LLzLzSTplkF { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:15.86669921875rem;left:50.776123046875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cf5TSymessvR7XqsovXlSMuPVRJfkqlH { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:8.4375rem;top:3.388671875rem;left:8.7451171875rem;overflow:hidden;display:block; }
#wpktTGkvQByTKUTirTILNQWt8AXERNO8 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:8.75rem;top:3.262939453125rem;left:33.125rem;overflow:hidden;display:block; }
#WSKDfCAc8JNldFtHErgZb7R7xSbAXoaH { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:8.625rem;top:3.29345703125rem;left:57.525634765625rem;overflow:hidden;display:block; }
#S9rzVvzR4IXUsvVgTXk4rB9CnAJQoSiL { position:absolute;display:block;z-index:99999;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:25.9375rem;width:21.875rem;top:1.3953170776368rem;left:2.0859375rem;display:block; }
#mwZTitxfplNqhrq4EnaeoJdHDyOKXCCe { position:absolute;display:block;z-index:100000;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:25.9375rem;width:21.875rem;top:1.3953123092651rem;left:26.527345657349rem;display:block; }
#JsIrnTrQrlN7qQxtSPkMt2UXWIMTZqk2 { position:absolute;display:block;z-index:100001;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:25.9375rem;width:21.875rem;top:1.3959121704101rem;left:50.901880264282rem;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:19.3681640625rem;left:28.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:19.3681640625rem;left:3.498046875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:19.3681640625rem;left:53.24609375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb { position:relative;display:block; }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb { background-color: transparent; background-image: none; }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb > .row .container > .video-iframe-container { display: none; }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb > .row > .video-iframe-container { display: none; }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb > .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); }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb { border-width: 0; border-radius: 0; }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb > .row .container > .video-iframe-container {  }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#AzGhDUR5DVoSvRKNuUAFxqHyDKNps5qR { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"noto sans hk";font-size:3rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:5rem;left:40.437501907349rem;height:3.29980625rem;text-align:left;text-align-last:left;display:block; }
#P4dlEQEBTy49zzF80kkPS6H7rxPdk9KN { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:8.625rem;left:40.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVr8oIMTTqiDasCTSfIBwmBsM6RyqCsa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.375rem;width:22.875rem;top:0.6875rem;left:12.3447265625rem;overflow:hidden;display:block; }
#dOxSEXMdTT1iHpC80LWvt5LrxiLNEqaE { color:#000000;display:block;width:25rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:14.5625rem;left:40.4375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HsquLzQb31VCylpLpPRlHu6C5ykHSRiU { color:#191919;display:block;width:32.686625rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40.4375rem;height:2.2744125rem;display:block; }
#n4dTr1JNIZu3FehaLxqSTqCHgAFPlufO { color:#1e1e1e;display:block;width:32.686625rem;position:absolute;font-family:"noto sans tc";font-size:1.6875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:17.6875rem;left:40.4375rem;height:2.1933625rem;display:block; }
#ykae4EGlEFXTlTffF4S6WIvxmKydkVHJ { color:#000000;display:block;width:30.8125rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:19.875rem;left:40.4375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vDkt2xKofIUJ8uk4RTy7Zezmo28p7BkD { color:#1e1e1e;display:block;width:32.686625rem;position:absolute;font-family:"noto sans tc";font-size:1.6875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:23rem;left:40.4375rem;height:2.1933625rem;display:block; }
#b1ZRrOOiOlmWXEpugLo9lL2sArM310kQ { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:25.1875rem;left:40.4375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH { position:relative;display:block; }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH { background-color: transparent; background-image: none; }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH > .row .container > .video-iframe-container { display: none; }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH > .row > .video-iframe-container { display: none; }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH > .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); }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH { border-width: 0; border-radius: 0; }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH > .row .container > .video-iframe-container {  }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#LOgct0GWBrTQpBfrVF87UMIN3fpeaV30 { background-color:#f1673a;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0rem;left:29.25rem;display:block; }
#KTO9TZEkGvNQ5aM7QTqFfD9oHhxz1Kb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EMKzcEHD64vrhlOAkssn8X5agvy0Wxly { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:4.3046875rem;left:17.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bda1ed7-1516-40c1-9664-7bf522c1aa8b/wallpaperblackwhitetexturebackgroundwithtrianglesgeometrictexturecopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok.adaptive-delivery-prevent-bg, #Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok.lazyload, #Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok.lazyloading { background-image: none; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row .container { background-color: transparent; background-image: none; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row .container > .video-iframe-container { display: none; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row > .video-iframe-container { display: none; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .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); }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row .container { border-width: 0; border-radius: 0; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row > .video-iframe-container {  }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#cT3xh6DHBRnSMdI1gwmyxPMK1No3RLep { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:21.75rem;width:21.75rem;top:5.5210952758789rem;left:5.5757808685303rem;overflow:hidden;display:block; }
#Kl7DD5vPAr3C1THov2TVrXTQq3WMVWTR { color:#efbc1e;display:block;width:18.875rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.9365234375rem;left:32.0615234375rem;height:3.4121125rem;font-style:normal;display:block; }
#Pv7CuTuU05iW4e9Nx0dKw6OHS67r35sA { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.5rem;left:32.060546875rem;height:2.03125rem;font-style:normal;display:block; }
#hdOOAnnvRWldRZmG5wl0lExQKSKzfUpc { color:#ffffff;display:block;width:66.9990234375rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:31.084373474121rem;left:4rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsQONF92wL0JzGdsD44MwwUp5Ml9d5pB { color:#000000;display:block;width:24.437040328979rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.8;letter-spacing:0;top:13.2138671875rem;left:32.0595703125rem;height:6.0732375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HxKtzkTEwxACU0heuz5byg2SMLCn5vkB { color:#000000;display:block;width:37.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:21.540626525879rem;left:32.06093788147rem;height:5.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .row .container { background-color: transparent; background-image: none; }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .row .container > .video-iframe-container { display: none; }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .row > .video-iframe-container { display: none; }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .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); }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .row .container { border-width: 0; border-radius: 0; }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .row > .video-iframe-container {  }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#SLkyam1RquLLKPcTwK9m87o4p9Wa4RbL { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5927734375rem;left:-0.001953125rem;height:3.29980625rem;text-align:center;text-align-last:center;display:block; }
#uRsH8c10XUsl3LPU0ueIHxM9OZkyCmfm { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .row .container { background-color: transparent; background-image: none; }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .row .container > .video-iframe-container { display: none; }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .row > .video-iframe-container { display: none; }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .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); }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .row .container { border-width: 0; border-radius: 0; }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .row > .video-iframe-container {  }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#bZJLFbPOTvgUgzeLnsApfzmwgJflGedT { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.875rem;width:18.625rem;top:3.936767578125rem;left:2.8125rem;display:block; }
#o81kEeL6JTzw5pmApBQ9SftS7Cmr5AVR { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.8125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H7tTx33wtXfBlbVf0TT4E7RggHcqSLkt { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:20.4345703125rem;left:2.562255859375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#SJz4EJ62mT6t83lontoQTEmJkT9whpiG { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100045;line-height:1.3;letter-spacing:0;top:18.37451171875rem;left:2.62451171875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8TDVxQUoICb17dJWS3478BWz6G5mWuG { color:#000000;display:block;width:15.37475rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100046;line-height:1.6;letter-spacing:0;top:23.187255859375rem;left:4.434814453125rem;height:7.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cxwzlSwxhSlVP0uBdCUg9nocxMdHrTQf { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.762939453125rem;left:7.687255859375rem;overflow:hidden;display:block; }
#Lp2n8Oh78nTO1uBzmFPAMvzq0ksp0PnC { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.87425rem;width:18.62425rem;top:3.8427734375rem;left:28.154296875rem;display:block; }
#tMfKah0cOpBeqBKD1wMWXUcAnaAasv9W { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.8730625rem;width:18.6230625rem;top:3.843994140625rem;left:53.187255859375rem;display:block; }
#f84U8SIuyW5X3TdxDIkNEbdK75higt8X { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.732421875rem;left:33.12451171875rem;overflow:hidden;display:block; }
#hUFuiCIMTpAclxqp8U9778LvHOhlobzc { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.827880859375rem;left:58.18701171875rem;overflow:hidden;display:block; }
#ru176E4r97zE61T8fMQrtyki8SvPkJWv { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6wmVRzWxXRwX496b9J1h2A66Z0XFgaI { color:#000000;display:block;width:18.62425rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100049;line-height:1.3;letter-spacing:0;top:18.280517578125rem;left:28.155517578125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXA7rUs7f1FxpJ59T4cRPSRzK3IU9wox { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:20.4375rem;left:28rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#SZONmCthAGteUzLDfghMIEC63PQTy5RS { color:#000000;display:block;width:15.3735625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100050;line-height:1.6;letter-spacing:0;top:23.265380859375rem;left:29.81201171875rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MOeR2wdsesrsLL7DffkOwVnGqtpx8QIF { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:16.1875rem;left:53.3125rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fo4PiwDObBvI932LzuA27PQhNguuRlgh { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100053;line-height:1.3;letter-spacing:0;top:18.37451171875rem;left:53.311767578125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qg64D8TPKEBqkOvk22qsyzIWEQmXHcps { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:20.4375rem;left:53.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rIgOHHZ6G7GMro6fdPODfst3aUM16CUR { color:#000000;display:block;width:14.812rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100054;line-height:1.6;letter-spacing:0;top:23.2177734375rem;left:55.06103515625rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bda1ed7-1516-40c1-9664-7bf522c1aa8b/wallpaperblackwhitetexturebackgroundwithtrianglesgeometrictexturecopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS.adaptive-delivery-prevent-bg, #qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS.lazyload, #qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS.lazyloading { background-image: none; }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .row .container { background-color: transparent; background-image: none; }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .row .container > .video-iframe-container { display: none; }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .row > .video-iframe-container { display: none; }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .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); }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .row .container { border-width: 0; border-radius: 0; }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .row > .video-iframe-container {  }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#ytTyBkZum7iEUWlT1XTSQrvIVF2IZymn { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.124080657959rem;left:21.937040328979rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LeVzBZyDvnNpt8wECO8ANcdPsVi9I8pF { color:#ffffff;display:block;width:18.187040328979rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:28.374307632446rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRWfhU5c23g8AvDhkCywSEgHzfWsHXvS { background-color:#f1673a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:18.3017578125rem;left:29.25rem;display:block; }
#vtzMm1Tdns7MJfcrDZqHK8MfNG4J3Xy4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RAXAJ6CrPCpdTEZnw01bw4p1v6pPtKqQ { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:23rem;left:17.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 .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:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.81640625rem;left:23.65625rem;z-index:100014; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #bmLoTMfKpmcdOMF3Kv2kdLBktdeAAkLe { display:flex;position:relative;top:0rem;left:0rem; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #Cyd6m2NuSxsOGVCJhqd0WTnuyCsc93du { width:auto; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #n120u3wENt87AKa41TZOtaG0WTHEwMs0 {  }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #GcCb6I9kpWMmZdgJHHyzxduN1J2XeSlF { display:flex;position:relative;top:0rem;left:0rem; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #pswXmATnhnFfXFlB5nOea13ZsgDyw6yl {  }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #dVGoMvLOEEfQyLw4fomwdDmoULHzyNqb {  }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #pw9DlB4l0KZTERkyTCuLirTFBT36Vi2v { display:flex;position:relative;top:0rem;left:0rem; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #xa96ztTzQI0aG3x6pEP04diR9Betp6lb {  }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #P9tvEb7ZOuiZ1wLffuUbfcHWIHotxxUm {  }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #c6r8CSgfnnnQCaSmHbqaxhQg9Vn8XMip { display:flex;position:relative;top:0rem;left:0rem; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #w1pzQfUXcvzGZGfwBdNU8ppxnVKUwrCh {  }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #E6Ecpi2fp7CTMNibnZ5ayqyaBW2nTPoz {  }
#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f586ea75-8800-46f1-ab11-f559005dba1b/landing_images01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL.adaptive-delivery-prevent-bg, #BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL.lazyload, #BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL.lazyloading { background-image: none; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container { background-color: transparent; background-image: none; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container > .video-iframe-container { display: none; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row > .video-iframe-container { display: none; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .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); }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container { border-width: 0; border-radius: 0; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row > .video-iframe-container {  }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#zfhwUP6D2uSkgcVZhJRs2rAJBQV6oP5q { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:6.0390625rem;left:3.6240234375rem;height:6rem;font-style:normal;display:block; }
#uMzqDrPSguUG9mv2dLBFslk7p3lziM9A { background-color:#f1673a;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:40.4375rem;left:3.5625rem;display:block; }
#ZlEeKuQLJ75vk3JKHzEgOM9SgtWlZRFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Af8HKBdDMw6cTAqa8yWVOW9dqOkVVptw { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.5625rem;width:28.0625rem;top:6.123046875rem;left:36.435546875rem;overflow:hidden;display:block; }
#BQLLT2GrSCRHX5BrvqGQSDaks3tRFmLG { color:#282828;display:block;width:32.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:3.935546875rem;left:3.6240234375rem;height:1.875rem;font-style:normal;display:block; }
#QMs1Fe6coqLyTfqVlRhUttMFvmSe9VZ7 { color:#282828;display:block;width:26.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:14.9375rem;left:4.875rem;height:3.75rem;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; }
#Hy2ovBUeiMT1eTigXA2Lpm90AHM91VGr { color:#282828;display:block;width:25.125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:21.138671875rem;left:3.6240234375rem;height:10.1953125rem;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; }
#gnNHD2vEpXePraIMJAC6BinRcFQGKouq { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:13.75rem;left:3.3125rem;height:5.4433625rem;display:block; }
#Wrd5H5UGsa0RT23ksyMvPQvWeh9Bzp2m { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:33.6875rem;left:3.625rem;overflow:hidden;display:block; }
#iAE60Cc3Lne5nQTvD9Rv3JfnxiJCzwdP { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100027;line-height:2.2;letter-spacing:0;top:33.25rem;left:5.625rem;height:4.673825rem;font-style:normal;display:block; }
#LiRPUuslKUmEmmfwJcpvs9221vEaTQBv { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:36.125rem;left:3.625rem;overflow:hidden;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;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 {  }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:1.7621841430664rem;left:42.311578750611rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#TPObSqzXbmyk9Tnha193FWeJTlycQoq6 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:10.0625rem;top:2.125rem;left:13.71875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:4.6875rem;height:3.4375rem;top:0.5rem;left:31.19296836853rem;display:block; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:4.5625rem;height:3.4375rem;top:0.5rem;left:36.496095657349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:4.5625rem;height:3.4375rem;top:0.5rem;left:41.80624961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { top:1.1875rem;left:1rem;width:5.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upfXO2BSxR1SDwlnxF8FyxtiIROPfhFe { top:1.1875rem;left:0rem;width:10.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8etTWP4kpb8top5OpTEmVII1mWvREpy { width:9.125rem;height:2.6875rem;top:0.875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKfQqOAyKi4oDglgdlwyW6urTL2XlOwg { display:block; }
 }@media only screen and (max-width: 763px) { #pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ { display:block; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAc2NeQ4JbecHdRpXIv14RLxcab5gLSH { top:9.6875rem;left:0rem;width:35.9375rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2X8xgJxpc3ONvF2yhb85R0RexyaRo4t { width:15.3125rem;height:3.1875rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tot2K2WudRDvDedwii77sHVEBbbscKgP { display:block; }
 }@media only screen and (max-width: 763px) { #ANGT2K09u78JuF3i75GL9t4pNaDbvQMp { width:6.5rem;height:3.1875rem;top:44.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hidzOyNUDKoTqZ8gaPUq7NSBq0LHXZOZ { display:block; }
 }@media only screen and (max-width: 763px) { #IuEI3yrx7cLTDykTWueeeBfFNxBT8poe { top:45.125rem;left:7.4375rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmTkaFuBWhOfEI4a4HFktH2c5qJzvFJ2 { top:9.75rem;left:18.125rem;width:28.0625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDRgq7ouvh6TUOecehFImWMXvl47Gsw0 { top:7.5625rem;left:0rem;width:32.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuqPhwERzybDznO99uITBimA28pEnypK { top:18.625rem;left:0rem;width:26.625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwc9vvuGwmSraqiePA4iZM0pihwaCCT { top:24.8125rem;left:0rem;width:25.125rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVv89IbkZ8XRX6R7ETFh4dPP6SO9Zdnk { top:17.4375rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUiimcDVQyLBuD3PXan1D4oGz8sLtGou { top:6.3125rem;left:13.201171875rem;width:6.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK60NhFZn3sSokenn2PVTr7CDKwhhFVz { top:6.3125rem;left:20.905029296875rem;width:5.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM0gUqiVBOtNONPfUGJr3afa2eHXPNVp { top:52rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxrcWhH3IufpXoECyWP0rJJeKpeKQWCg { top:37.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMmnOeoyxHHRwnXmptEMEPwc0P2sZA2y { top:36.9375rem;left:0rem;width:26rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLTK7qpxydpuLnLn54rX2yfu5lJBfJOc { top:39.8125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx { display:block; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmv8NZ1pJdrgs12MVUUrOn7n9JBUH3uZ { top:4.9375rem;left:14.78125rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx0VhFNr3c6SBLxWwUwoTHTf2g94CTg1 { width:16.4375rem;height:2.875rem;top:15rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXHIJZJTXklMQUveeVTVsPDlrSPRyTmc { display:block; }
 }@media only screen and (max-width: 763px) { #VHly513Qnz5sPf1kXx3bptHLp3fol68G { top:4.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXydwzHFZMlvMl2mUNRGJlHHa5TDsyn6 { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEag8n5HMZJZvIt5v22N2oR799PufSha { top:19.5rem;left:3.8125rem;width:40.125rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #rNIvUHToholo6FoyqhNrQib1BcXkSB73 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #MBqTLt9tRduqAcmSh3QB7iwVVeAcINut {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #mI2bbS1OvTpAUiB7ekb8SAAxBxoiF3l7 {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #SDSesATXxQQ12o4xM4IsHwL42s6vtbel { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #D1yga4fokJQm2JxJWubzaCUpJkvlKGDl {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #Vg6F9bUfHZwKTPz4R0DAp3DVK9QWP9gR {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #Tdyx9Ik7010oRH6IoyPdogif0d8Aq9rR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #WEFMqbpLGC9pDJtKs39U1eZs20X6bpXr {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #fOhtDdVJN0GuevnylrHvaBCEbhMvRmy7 {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #DJl3CbMJhVPyZovnQniTWGkKv0pVTgtr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #NMywcWgpEU312PTutH2Ryx1VbEyS2k3N {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #JCMiQ0JKs8mM8NH4lS5DBPhhcBOwdmTM {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #aznU10t1IfISmHvfVsUuEJJTcf9SsAe2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #U2BSE7JNuox9LDbIf2xNTrC9lhkF6BWU {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #TOXaSogzJ6prGcTTW9gMNqSR1C3iGuoE {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #tiCekf1JkuRl0QaGWqhbSA8BdObGTszs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #dNuKDxIutFuP0hDl8eyweZRtvSMvulSM {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #DeMT6KfQ2eRzJsK20H6fUBQfm0vyg7F3 {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #P8kee5JUxqPVDUKl87gmdlLNsBoBacUT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #VX1qfapfpvCSnnJ3hVV6TSbo3VELQzXD {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #CFHCw0IXNK4wMStftbbTokCBQ9JhNF6x {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #KTCsRDwSE6Gi4CsytnigZGJ5wSDhrKM8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #yN9zZ21HCO3eUfNr5R6cSFQ6gBLLCarT {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #h5dPPR1SkpOv82gZ4l90Q1cGnBZutmvJ {  }
 }@media only screen and (max-width: 763px) { #onQBJfk16sVvJg09DNG1BTNUEfGGnBgI { top:0rem;left:8.40625rem;width:30.9375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa { display:block; }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww8H6ivrn4aTZn1fEHLSDRhOHOFaAT9i { top:5.6875rem;left:0rem;width:35.8125rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gva6bcpWuzUZ2pFm3httunQRTlE7Sgxv { top:9.5rem;left:0rem;width:38.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB { display:block; }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKDDuURadncK7p8zhECpqPR4EfLfeJEQ { top:13.375rem;left:0rem;width:21.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTOI10rL3ZbM6w0rsnxyGCuKfodiUaV { top:15.8125rem;left:0rem;width:21.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6VEvIhZ5uouxNRzNShwzH2GztIV2ys3 { top:13.375rem;left:9.9375rem;width:21.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6S7t2IDbbp8tZZw1dVa52g2bId0pR2a { top:15.8125rem;left:10.0625rem;width:21.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoLTvKDswyHTm68IgWhq7EfrmmwQH0Za { top:13.375rem;left:25.875rem;width:21.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQSa2VFFffNeucorcymH0LLzLzSTplkF { top:15.8125rem;left:25.5625rem;width:22.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf5TSymessvR7XqsovXlSMuPVRJfkqlH { top:3.375rem;left:4.1826171875rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpktTGkvQByTKUTirTILNQWt8AXERNO8 { top:3.25rem;left:19.4375rem;width:8.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSKDfCAc8JNldFtHErgZb7R7xSbAXoaH { top:3.25rem;left:34.713134765625rem;width:8.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9rzVvzR4IXUsvVgTXk4rB9CnAJQoSiL { top:1.375rem;left:0rem;width:21.875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZTitxfplNqhrq4EnaeoJdHDyOKXCCe { top:1.375rem;left:9.875rem;width:21.875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsIrnTrQrlN7qQxtSPkMt2UXWIMTZqk2 { top:1.375rem;left:25.75rem;width:21.875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:19.3125rem;left:14.375rem;width:17.375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:19.3125rem;left:0rem;width:19.125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:19.3125rem;left:30.375rem;width:17.25rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb { display:block; }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzGhDUR5DVoSvRKNuUAFxqHyDKNps5qR { top:5rem;left:23.875rem;width:14.25rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4dlEQEBTy49zzF80kkPS6H7rxPdk9KN { top:8.625rem;left:23.875rem;width:20.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVr8oIMTTqiDasCTSfIBwmBsM6RyqCsa { top:0.6875rem;left:1rem;width:22.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOxSEXMdTT1iHpC80LWvt5LrxiLNEqaE { top:14.5625rem;left:22.75rem;width:25rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsquLzQb31VCylpLpPRlHu6C5ykHSRiU { top:12.3125rem;left:15.125rem;width:32.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4dTr1JNIZu3FehaLxqSTqCHgAFPlufO { top:17.6875rem;left:15.125rem;width:32.625rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykae4EGlEFXTlTffF4S6WIvxmKydkVHJ { top:19.875rem;left:17rem;width:30.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDkt2xKofIUJ8uk4RTy7Zezmo28p7BkD { top:23rem;left:15.125rem;width:32.625rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ZRrOOiOlmWXEpugLo9lL2sArM310kQ { top:25.1875rem;left:20.6875rem;width:27.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTN8Z8rTLACebTf8cmRInIZ2V9u975XH { display:block; }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOgct0GWBrTQpBfrVF87UMIN3fpeaV30 { width:16.5rem;height:3.125rem;top:0rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTO9TZEkGvNQ5aM7QTqFfD9oHhxz1Kb9 { display:block; }
 }@media only screen and (max-width: 763px) { #EMKzcEHD64vrhlOAkssn8X5agvy0Wxly { top:4.25rem;left:3.8115234375rem;width:40.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok { display:block; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT3xh6DHBRnSMdI1gwmyxPMK1No3RLep { top:5.5rem;left:0rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl7DD5vPAr3C1THov2TVrXTQq3WMVWTR { top:4.875rem;left:18.4365234375rem;width:18.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv7CuTuU05iW4e9Nx0dKw6OHS67r35sA { top:8.5rem;left:18.435546875rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdOOAnnvRWldRZmG5wl0lExQKSKzfUpc { top:31.0625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsQONF92wL0JzGdsD44MwwUp5Ml9d5pB { top:13.1875rem;left:18.4345703125rem;width:24.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxKtzkTEwxACU0heuz5byg2SMLCn5vkB { top:21.5rem;left:10.5rem;width:37.25rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek { display:block; }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLkyam1RquLLKPcTwK9m87o4p9Wa4RbL { top:2.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRsH8c10XUsl3LPU0ueIHxM9OZkyCmfm { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF { display:block; }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZJLFbPOTvgUgzeLnsApfzmwgJflGedT { top:3.875rem;left:0rem;width:18.625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o81kEeL6JTzw5pmApBQ9SftS7Cmr5AVR { top:16.125rem;left:0rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7tTx33wtXfBlbVf0TT4E7RggHcqSLkt { top:20.375rem;left:0rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJz4EJ62mT6t83lontoQTEmJkT9whpiG { top:18.3125rem;left:0rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8TDVxQUoICb17dJWS3478BWz6G5mWuG { top:23.125rem;left:0rem;width:15.3125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxwzlSwxhSlVP0uBdCUg9nocxMdHrTQf { top:5.75rem;left:3.124755859375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2n8Oh78nTO1uBzmFPAMvzq0ksp0PnC { top:3.8125rem;left:13.125rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMfKah0cOpBeqBKD1wMWXUcAnaAasv9W { top:3.8125rem;left:29.0625rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f84U8SIuyW5X3TdxDIkNEbdK75higt8X { top:5.6875rem;left:19.43701171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUFuiCIMTpAclxqp8U9778LvHOhlobzc { top:5.8125rem;left:35.37451171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru176E4r97zE61T8fMQrtyki8SvPkJWv { top:16.125rem;left:13.1875rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6wmVRzWxXRwX496b9J1h2A66Z0XFgaI { top:18.25rem;left:13.1875rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXA7rUs7f1FxpJ59T4cRPSRzK3IU9wox { top:20.375rem;left:13.125rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZONmCthAGteUzLDfghMIEC63PQTy5RS { top:23.25rem;left:16.12451171875rem;width:15.3125rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOeR2wdsesrsLL7DffkOwVnGqtpx8QIF { top:16.125rem;left:29.0625rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo4PiwDObBvI932LzuA27PQhNguuRlgh { top:18.3125rem;left:29.0625rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg64D8TPKEBqkOvk22qsyzIWEQmXHcps { top:20.375rem;left:29rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgOHHZ6G7GMro6fdPODfst3aUM16CUR { top:23.1875rem;left:32.24853515625rem;width:14.75rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS { display:block; }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytTyBkZum7iEUWlT1XTSQrvIVF2IZymn { top:2.0625rem;left:8.3117179870606rem;width:30.9375rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeVzBZyDvnNpt8wECO8ANcdPsVi9I8pF { top:6.6875rem;left:14.7490234375rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRWfhU5c23g8AvDhkCywSEgHzfWsHXvS { width:16.5rem;height:2.9375rem;top:18.25rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtzMm1Tdns7MJfcrDZqHK8MfNG4J3Xy4 { display:block; }
 }@media only screen and (max-width: 763px) { #RAXAJ6CrPCpdTEZnw01bw4p1v6pPtKqQ { top:23rem;left:3.8125rem;width:40.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #bmLoTMfKpmcdOMF3Kv2kdLBktdeAAkLe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #Cyd6m2NuSxsOGVCJhqd0WTnuyCsc93du {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #n120u3wENt87AKa41TZOtaG0WTHEwMs0 {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #GcCb6I9kpWMmZdgJHHyzxduN1J2XeSlF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #pswXmATnhnFfXFlB5nOea13ZsgDyw6yl {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #dVGoMvLOEEfQyLw4fomwdDmoULHzyNqb {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #pw9DlB4l0KZTERkyTCuLirTFBT36Vi2v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #xa96ztTzQI0aG3x6pEP04diR9Betp6lb {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #P9tvEb7ZOuiZ1wLffuUbfcHWIHotxxUm {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #c6r8CSgfnnnQCaSmHbqaxhQg9Vn8XMip { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #w1pzQfUXcvzGZGfwBdNU8ppxnVKUwrCh {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #E6Ecpi2fp7CTMNibnZ5ayqyaBW2nTPoz {  }
 }@media only screen and (max-width: 763px) { #BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL { display:block; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfhwUP6D2uSkgcVZhJRs2rAJBQV6oP5q { top:6rem;left:0rem;width:35.9375rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMzqDrPSguUG9mv2dLBFslk7p3lziM9A { width:15.3125rem;height:3.1875rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlEeKuQLJ75vk3JKHzEgOM9SgtWlZRFO { display:block; }
 }@media only screen and (max-width: 763px) { #Af8HKBdDMw6cTAqa8yWVOW9dqOkVVptw { top:6.0625rem;left:18.125rem;width:28.0625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQLLT2GrSCRHX5BrvqGQSDaks3tRFmLG { top:3.875rem;left:0rem;width:32.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMs1Fe6coqLyTfqVlRhUttMFvmSe9VZ7 { top:14.9375rem;left:0rem;width:26.625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2ovBUeiMT1eTigXA2Lpm90AHM91VGr { top:21.125rem;left:0rem;width:25.125rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnNHD2vEpXePraIMJAC6BinRcFQGKouq { top:13.75rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wrd5H5UGsa0RT23ksyMvPQvWeh9Bzp2m { top:33.6875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAE60Cc3Lne5nQTvD9Rv3JfnxiJCzwdP { top:33.25rem;left:0rem;width:26rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiRPUuslKUmEmmfwJcpvs9221vEaTQBv { top:36.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.75rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPObSqzXbmyk9Tnha193FWeJTlycQoq6 { top:2.125rem;left:6.90625rem;width:10.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container {  }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:11.25rem;height:2.5625rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:7.4375rem;height:2.5625rem;top:4.5625rem;left:11.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.875rem;height:2.5625rem;top:7.125rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { width:3.75rem;height:1.4375rem;top:1.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upfXO2BSxR1SDwlnxF8FyxtiIROPfhFe { width:6.4375rem;height:1.25rem;top:1.5rem;left:0.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S8etTWP4kpb8top5OpTEmVII1mWvREpy { width:6.125rem;height:2.1875rem;top:1rem;left:13.125rem;font-size:0.875rem;background-color:#f1673a;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) { #eKfQqOAyKi4oDglgdlwyW6urTL2XlOwg { display:block; }
 }@media only screen and (max-width: 763px) { #pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5225cca4-b205-4df7-ab45-a979cd1113fa/landing_images03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ.adaptive-delivery-prevent-bg, #pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ.lazyload, #pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ.lazyloading { background-image: none; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container { background-color: transparent; background-image: none; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container > .video-iframe-container { display: none; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row > .video-iframe-container { display: none; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .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); }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container { border-width: 0; border-radius: 0; }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row > .video-iframe-container {  }#pwaxxwXo2L9zwIv3qXSQGHaQpx8EN1oZ > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAc2NeQ4JbecHdRpXIv14RLxcab5gLSH { width:20rem;height:4.75rem;top:9rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #J2X8xgJxpc3ONvF2yhb85R0RexyaRo4t { width:11.875rem;height:2.68676875rem;top:56.9375rem;left:4.0625rem;font-size:1rem;background-color:#f1673a;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) { #Tot2K2WudRDvDedwii77sHVEBbbscKgP { display:block; }
 }@media only screen and (max-width: 763px) { #ANGT2K09u78JuF3i75GL9t4pNaDbvQMp { width:6.7480625rem;height:2.24975625rem;top:62.5rem;left:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hidzOyNUDKoTqZ8gaPUq7NSBq0LHXZOZ { display:block; }
 }@media only screen and (max-width: 763px) { #IuEI3yrx7cLTDykTWueeeBfFNxBT8poe { width:1.5625rem;height:1.29980625rem;top:60.6875rem;left:9.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GmTkaFuBWhOfEI4a4HFktH2c5qJzvFJ2 { width:17.1875rem;height:21.125rem;top:13.1875rem;left:2.1552734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wDRgq7ouvh6TUOecehFImWMXvl47Gsw0 { width:19.6875rem;height:1.875rem;top:6.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nuqPhwERzybDznO99uITBimA28pEnypK { width:18.4985625rem;height:3rem;top:33.5rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTwc9vvuGwmSraqiePA4iZM0pihwaCCT { width:18.3125rem;height:10.4111375rem;top:38.4375rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVv89IbkZ8XRX6R7ETFh4dPP6SO9Zdnk { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUiimcDVQyLBuD3PXan1D4oGz8sLtGou { width:2.99926875rem;height:1.74926875rem;top:19.327392578125rem;left:1.07666015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK60NhFZn3sSokenn2PVTr7CDKwhhFVz { width:3.62426875rem;height:1.875rem;top:24.014892578125rem;left:0.45166015625rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #FM0gUqiVBOtNONPfUGJr3afa2eHXPNVp { width:20rem;height:27.4375rem;top:52rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxrcWhH3IufpXoECyWP0rJJeKpeKQWCg { width:1.3125rem;height:1.3125rem;top:51.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMmnOeoyxHHRwnXmptEMEPwc0P2sZA2y { width:17.625rem;height:4.0234375rem;top:50.8125rem;left:2.375rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GLTK7qpxydpuLnLn54rX2yfu5lJBfJOc { width:1.1875rem;height:1.1875rem;top:53.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38ddb89d-a011-4c07-aa6f-4ecff8fb0e8a/wallpaperblackwhitetexturebackgroundwithtrianglesgeometrictexture.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx.adaptive-delivery-prevent-bg, #zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx.lazyload, #zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx.lazyloading { background-image: none; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row .container { background-color: transparent; background-image: none; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row .container > .video-iframe-container { display: none; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row > .video-iframe-container { display: none; }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .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); }#zGQssEnJXp7o1y6WSCwgt9OLf3Xm7Bpx > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmv8NZ1pJdrgs12MVUUrOn7n9JBUH3uZ { width:18.125rem;height:1.625rem;top:7.32421875rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx0VhFNr3c6SBLxWwUwoTHTf2g94CTg1 { width:11.875rem;height:2.6875rem;top:16.6005859375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXHIJZJTXklMQUveeVTVsPDlrSPRyTmc { display:block; }
 }@media only screen and (max-width: 763px) { #VHly513Qnz5sPf1kXx3bptHLp3fol68G { width:20rem;height:2.2744125rem;top:4.69921875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXydwzHFZMlvMl2mUNRGJlHHa5TDsyn6 { width:19.375rem;height:25.5rem;top:2.31201171875rem;left:0.3125rem;z-index:100006;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) { #nEag8n5HMZJZvIt5v22N2oR799PufSha { width:15.8115rem;height:3.375rem;top:21.3076171875rem;left:2.0927734375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph .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; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph .widget-text.counter-number { padding-top:0.518125rem;padding-right:0.47125rem;padding-bottom:0.518125rem;padding-left:0.47125rem;width:2.830625rem;min-width:2.830625rem;height:2.78375rem;font-size:2.0725rem;line-height:44.54px;top:0rem;left:0rem;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; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.77375rem;height:1.1rem;font-size:0.7775rem;line-height:17.6px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph { display:flex;width:19.125rem;height:5.24375rem;top:30.0625rem;left:9.9375rem;padding-top:0.065rem;padding-right:0.066875rem;padding-bottom:0.065rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #rNIvUHToholo6FoyqhNrQib1BcXkSB73 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #MBqTLt9tRduqAcmSh3QB7iwVVeAcINut {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #mI2bbS1OvTpAUiB7ekb8SAAxBxoiF3l7 {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #SDSesATXxQQ12o4xM4IsHwL42s6vtbel { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #D1yga4fokJQm2JxJWubzaCUpJkvlKGDl {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #Vg6F9bUfHZwKTPz4R0DAp3DVK9QWP9gR {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #Tdyx9Ik7010oRH6IoyPdogif0d8Aq9rR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #WEFMqbpLGC9pDJtKs39U1eZs20X6bpXr {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #fOhtDdVJN0GuevnylrHvaBCEbhMvRmy7 {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #DJl3CbMJhVPyZovnQniTWGkKv0pVTgtr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #NMywcWgpEU312PTutH2Ryx1VbEyS2k3N {  }
 }@media only screen and (max-width: 763px) { #DsMwNKzGOT3V7qBmn0VZKoObxLiTQXph #JCMiQ0JKs8mM8NH4lS5DBPhhcBOwdmTM {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU .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; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU .widget-text.counter-number { padding-top:0.45rem;padding-right:0.40375rem;padding-bottom:0.45rem;padding-left:0.40375rem;width:2.420625rem;min-width:2.420625rem;height:2.41625rem;font-size:1.798125rem;line-height:38.66px;top:0rem;left:0rem;background-color:#ffffff;background-image:none;color:#000000;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.228125rem;height:0.955rem;font-size:0.674375rem;line-height:15.28px;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU { display:flex;top:9.875rem;left:0.96875rem;width:16.9375rem;height:4.5525rem;z-index:100019;padding-top:0.5625rem;padding-right:0.5625rem;padding-bottom:0.5625rem;padding-left:0.5625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #aznU10t1IfISmHvfVsUuEJJTcf9SsAe2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #U2BSE7JNuox9LDbIf2xNTrC9lhkF6BWU {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #TOXaSogzJ6prGcTTW9gMNqSR1C3iGuoE {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #tiCekf1JkuRl0QaGWqhbSA8BdObGTszs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #dNuKDxIutFuP0hDl8eyweZRtvSMvulSM {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #DeMT6KfQ2eRzJsK20H6fUBQfm0vyg7F3 {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #P8kee5JUxqPVDUKl87gmdlLNsBoBacUT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #VX1qfapfpvCSnnJ3hVV6TSbo3VELQzXD {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #CFHCw0IXNK4wMStftbbTokCBQ9JhNF6x {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #KTCsRDwSE6Gi4CsytnigZGJ5wSDhrKM8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #yN9zZ21HCO3eUfNr5R6cSFQ6gBLLCarT {  }
 }@media only screen and (max-width: 763px) { #dF3VOXMaIx5hSfXAS4pOWIsWuhfm8VCU #h5dPPR1SkpOv82gZ4l90Q1cGnBZutmvJ {  }
 }@media only screen and (max-width: 763px) { #onQBJfk16sVvJg09DNG1BTNUEfGGnBgI { width:20rem;height:auto;top:0rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa { display:block; }#TT9xcn10rZo8oMxxdyF22V8e0JdxyDPa > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ww8H6ivrn4aTZn1fEHLSDRhOHOFaAT9i { width:20rem;height:1.92480625rem;top:2.22900390625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gva6bcpWuzUZ2pFm3httunQRTlE7Sgxv { width:20rem;height:1.625rem;top:4.7708358764649rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB { display:block; }#dH4ltXM2b3OwmXledcoSVxt0c6SNaqAB > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKDDuURadncK7p8zhECpqPR4EfLfeJEQ { width:16.5625rem;height:2.11230625rem;top:11.145018577576rem;left:1.7187499403954rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTOI10rL3ZbM6w0rsnxyGCuKfodiUaV { width:20rem;height:1.29980625rem;top:13.8505859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6VEvIhZ5uouxNRzNShwzH2GztIV2ys3 { width:16.936875rem;height:2.11230625rem;top:36.582275390625rem;left:1.53076171875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6S7t2IDbbp8tZZw1dVa52g2bId0pR2a { width:20rem;height:1.29980625rem;top:39.1611328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoLTvKDswyHTm68IgWhq7EfrmmwQH0Za { width:17.6245rem;height:2.11230625rem;top:60.669677734375rem;left:1.185302734375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQSa2VFFffNeucorcymH0LLzLzSTplkF { width:20rem;height:1.29980625rem;top:63.313232421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf5TSymessvR7XqsovXlSMuPVRJfkqlH { width:6.875rem;height:6.875rem;top:2.9340591430664rem;left:6.4981614351275rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpktTGkvQByTKUTirTILNQWt8AXERNO8 { width:6.9375rem;height:6.875rem;top:28.216796875rem;left:6.497802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSKDfCAc8JNldFtHErgZb7R7xSbAXoaH { width:6.9375rem;height:6.875rem;top:52.864501953125rem;left:6.497802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9rzVvzR4IXUsvVgTXk4rB9CnAJQoSiL { width:20rem;height:22.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZTitxfplNqhrq4EnaeoJdHDyOKXCCe { width:20rem;height:22.8125rem;top:26.2314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsIrnTrQrlN7qQxtSPkMt2UXWIMTZqk2 { width:20rem;height:22.8125rem;top:51.0126953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:16.375rem;height:4.875rem;top:16.5615234375rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:16.3125rem;height:4.875rem;top:41.7109375rem;left:1.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:16.625rem;height:4.875rem;top:66.0625rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb { display:block; }#oDBKKcMpTyeCWiTkTqX77QJBZfI4TzNb > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzGhDUR5DVoSvRKNuUAFxqHyDKNps5qR { width:20rem;height:2.19921875rem;top:3.064697265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4dlEQEBTy49zzF80kkPS6H7rxPdk9KN { width:20rem;height:1.625rem;top:5.811279296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVr8oIMTTqiDasCTSfIBwmBsM6RyqCsa { width:15.625rem;height:19.875rem;top:7.435546875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOxSEXMdTT1iHpC80LWvt5LrxiLNEqaE { width:11.12425rem;height:2.5996125rem;top:30.25rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsquLzQb31VCylpLpPRlHu6C5ykHSRiU { width:20rem;height:2.11230625rem;top:27.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4dTr1JNIZu3FehaLxqSTqCHgAFPlufO { width:20rem;height:2.11230625rem;top:35.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykae4EGlEFXTlTffF4S6WIvxmKydkVHJ { width:13.93675rem;height:2.5996125rem;top:37.9375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDkt2xKofIUJ8uk4RTy7Zezmo28p7BkD { width:20rem;height:2.11230625rem;top:42.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1ZRrOOiOlmWXEpugLo9lL2sArM310kQ { width:11.875rem;height:2.5996125rem;top:45.75rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTN8Z8rTLACebTf8cmRInIZ2V9u975XH { display:block; }#PTN8Z8rTLACebTf8cmRInIZ2V9u975XH > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOgct0GWBrTQpBfrVF87UMIN3fpeaV30 { width:11.937040328979rem;height:2.8745403289795rem;top:1.1868286132812rem;left:4.0303307771682rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTO9TZEkGvNQ5aM7QTqFfD9oHhxz1Kb9 { display:block; }
 }@media only screen and (max-width: 763px) { #EMKzcEHD64vrhlOAkssn8X5agvy0Wxly { width:17.124rem;height:3.65625rem;top:5.386962890625rem;left:1.405029296875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4bda1ed7-1516-40c1-9664-7bf522c1aa8b/wallpaperblackwhitetexturebackgroundwithtrianglesgeometrictexturecopy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok.adaptive-delivery-prevent-bg, #Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok.lazyload, #Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok.lazyloading { background-image: none; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row .container { background-color: transparent; background-image: none; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row .container > .video-iframe-container { display: none; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row > .video-iframe-container { display: none; }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .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); }#Aw4MpW7CUMHcZOvRJQ9eJQ8BhddCMFok > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cT3xh6DHBRnSMdI1gwmyxPMK1No3RLep { width:12.5625rem;height:12.5625rem;top:2.4984374046326rem;left:3.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl7DD5vPAr3C1THov2TVrXTQq3WMVWTR { width:18.875rem;height:2.2749rem;top:15.75rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pv7CuTuU05iW4e9Nx0dKw6OHS67r35sA { width:18.875rem;height:1.29980625rem;top:17.999999523163rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdOOAnnvRWldRZmG5wl0lExQKSKzfUpc { width:19.5rem;height:1.59375rem;top:40.03750038147rem;left:0.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsQONF92wL0JzGdsD44MwwUp5Ml9d5pB { width:20rem;height:4.72265625rem;top:21.8rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxKtzkTEwxACU0heuz5byg2SMLCn5vkB { width:17.125rem;height:9.795875rem;top:28.67421913147rem;left:1.4375001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek { display:block; }#CTc9yKr3oTBlqB5t8gGX2WbarhZhuIek > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLkyam1RquLLKPcTwK9m87o4p9Wa4RbL { width:18.75rem;height:4.3984375rem;top:1.5185546875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRsH8c10XUsl3LPU0ueIHxM9OZkyCmfm { width:20rem;height:1.4619125rem;top:6.201171875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF { display:block; }#ZsDTnqFJXrOSI0Rt5lsJdTRP5RfiZ5IF > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bZJLFbPOTvgUgzeLnsApfzmwgJflGedT { width:18.5625rem;height:29.8125rem;top:3.0615234375rem;left:0.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o81kEeL6JTzw5pmApBQ9SftS7Cmr5AVR { width:18.31175rem;height:1.625rem;top:15rem;left:0.84228515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7tTx33wtXfBlbVf0TT4E7RggHcqSLkt { width:15.49925rem;height:1.4619125rem;top:19.061279296875rem;left:2.06103515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJz4EJ62mT6t83lontoQTEmJkT9whpiG { width:18.5608125rem;height:1.29980625rem;top:16.684814453125rem;left:0.59326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8TDVxQUoICb17dJWS3478BWz6G5mWuG { width:15.3125rem;height:7.99805rem;top:21.998291015625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxwzlSwxhSlVP0uBdCUg9nocxMdHrTQf { width:9.0625rem;height:9.0625rem;top:4.373779296875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2n8Oh78nTO1uBzmFPAMvzq0ksp0PnC { width:18.5625rem;height:29.8125rem;top:37.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMfKah0cOpBeqBKD1wMWXUcAnaAasv9W { width:18.5625rem;height:29.8125rem;top:70.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f84U8SIuyW5X3TdxDIkNEbdK75higt8X { width:9.0625rem;height:9.0625rem;top:39rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUFuiCIMTpAclxqp8U9778LvHOhlobzc { width:9.0625rem;height:9.0625rem;top:72.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru176E4r97zE61T8fMQrtyki8SvPkJWv { width:18.562rem;height:1.625rem;top:49.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6wmVRzWxXRwX496b9J1h2A66Z0XFgaI { width:18.5608125rem;height:1.29980625rem;top:51.187255859375rem;left:0.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXA7rUs7f1FxpJ59T4cRPSRzK3IU9wox { width:18.6230625rem;height:1.4619125rem;top:53.625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZONmCthAGteUzLDfghMIEC63PQTy5RS { width:15.3125rem;height:7.9980625rem;top:56.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOeR2wdsesrsLL7DffkOwVnGqtpx8QIF { width:18.562rem;height:1.625rem;top:83.1875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo4PiwDObBvI932LzuA27PQhNguuRlgh { width:18.562rem;height:1.29980625rem;top:84.8740234375rem;left:0.811767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg64D8TPKEBqkOvk22qsyzIWEQmXHcps { width:18.6230625rem;height:1.4619125rem;top:87.125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgOHHZ6G7GMro6fdPODfst3aUM16CUR { width:15.3125rem;height:7.9980625rem;top:90.1875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS { display:block; }#qEzGzVN4IOm6q7uU8Q3UDugz2heAbOlS > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytTyBkZum7iEUWlT1XTSQrvIVF2IZymn { width:20rem;height:2.2744125rem;top:2.3828125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeVzBZyDvnNpt8wECO8ANcdPsVi9I8pF { width:18.125rem;height:1.625rem;top:5.2607421875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRWfhU5c23g8AvDhkCywSEgHzfWsHXvS { width:13.187040328979rem;height:2.6240808963776rem;top:15.693969726562rem;left:3.4053307771682rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtzMm1Tdns7MJfcrDZqHK8MfNG4J3Xy4 { display:block; }
 }@media only screen and (max-width: 763px) { #RAXAJ6CrPCpdTEZnw01bw4p1v6pPtKqQ { width:15.5625rem;height:3.375rem;top:19.75390625rem;left:2.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 .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; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 .widget-text.counter-number { padding-top:0.518125rem;padding-right:0.47125rem;padding-bottom:0.518125rem;padding-left:0.47125rem;width:2.830625rem;min-width:2.830625rem;height:2.78375rem;font-size:2.0725rem;line-height:44.54px;top:0rem;left:0rem;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:transparent;background-image:none; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.77375rem;height:1.1rem;font-size:0.7775rem;line-height:17.6px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 { display:flex;width:19.125rem;height:5.24375rem;top:8.314208984375rem;left:0.338134765625rem;padding-top:0.065rem;padding-right:0.066875rem;padding-bottom:0.065rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #bmLoTMfKpmcdOMF3Kv2kdLBktdeAAkLe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #Cyd6m2NuSxsOGVCJhqd0WTnuyCsc93du {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #n120u3wENt87AKa41TZOtaG0WTHEwMs0 {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #GcCb6I9kpWMmZdgJHHyzxduN1J2XeSlF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #pswXmATnhnFfXFlB5nOea13ZsgDyw6yl {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #dVGoMvLOEEfQyLw4fomwdDmoULHzyNqb {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #pw9DlB4l0KZTERkyTCuLirTFBT36Vi2v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #xa96ztTzQI0aG3x6pEP04diR9Betp6lb {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #P9tvEb7ZOuiZ1wLffuUbfcHWIHotxxUm {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #c6r8CSgfnnnQCaSmHbqaxhQg9Vn8XMip { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #w1pzQfUXcvzGZGfwBdNU8ppxnVKUwrCh {  }
 }@media only screen and (max-width: 763px) { #iiW4QnM56pPLqiTcuqfJXFXz41xgNoi2 #E6Ecpi2fp7CTMNibnZ5ayqyaBW2nTPoz {  }
 }@media only screen and (max-width: 763px) { #BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5225cca4-b205-4df7-ab45-a979cd1113fa/landing_images03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL.adaptive-delivery-prevent-bg, #BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL.lazyload, #BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL.lazyloading { background-image: none; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container { background-color: transparent; background-image: none; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container > .video-iframe-container { display: none; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row > .video-iframe-container { display: none; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .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); }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container { border-width: 0; border-radius: 0; }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row > .video-iframe-container {  }#BWJPIqzkVOMaXQosrtBTZ6pBUs3TcsmL > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfhwUP6D2uSkgcVZhJRs2rAJBQV6oP5q { width:20rem;height:4.75rem;top:5.1875rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uMzqDrPSguUG9mv2dLBFslk7p3lziM9A { width:11.875rem;height:2.686525rem;top:54.0625rem;left:4.0625rem;font-size:1rem;background-color:#f1673a;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) { #ZlEeKuQLJ75vk3JKHzEgOM9SgtWlZRFO { display:block; }
 }@media only screen and (max-width: 763px) { #Af8HKBdDMw6cTAqa8yWVOW9dqOkVVptw { width:16.875rem;height:20.75rem;top:9.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQLLT2GrSCRHX5BrvqGQSDaks3tRFmLG { width:19.6875rem;height:1.875rem;top:2.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMs1Fe6coqLyTfqVlRhUttMFvmSe9VZ7 { width:18.4985625rem;height:3rem;top:29.5rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hy2ovBUeiMT1eTigXA2Lpm90AHM91VGr { width:18.1875rem;height:10.4111375rem;top:34.8125rem;left:0.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnNHD2vEpXePraIMJAC6BinRcFQGKouq { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wrd5H5UGsa0RT23ksyMvPQvWeh9Bzp2m { width:1.3125rem;height:1.3125rem;top:47.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAE60Cc3Lne5nQTvD9Rv3JfnxiJCzwdP { width:17.625rem;height:4.0234375rem;top:47.3125rem;left:2.125rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LiRPUuslKUmEmmfwJcpvs9221vEaTQBv { width:1.1875rem;height:1.1875rem;top:49.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.761725rem;top:4.3692626953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPObSqzXbmyk9Tnha193FWeJTlycQoq6 { width:10.0625rem;height:2.0625rem;top:8.380859375rem;left:4.9375rem;overflow:hidden;display:block; }
 }