.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 .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; }
#J637uGMXllnvMsibMtJPfWBs9ox9Efor { 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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.66819846630094rem;left:60.3125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { 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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.88648891448975rem;left:61.3125rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:8.375rem;top:1.49853515625rem;left:3.8125rem;overflow:hidden;display:block; }
#UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:4.875rem;top:1.4033203125rem;left:14.625rem;overflow:hidden;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { 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; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX.adaptive-delivery-prevent-bg, #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX.lazyload, #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX.lazyloading { background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { 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:6.000975rem;font-style:normal;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { 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: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.68701171875rem;left:3.6240234375rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { 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:40.6875rem;left:23.8125rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { 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:41.6875rem;left:21.125rem;height:1.29980625rem;display:block; }
#AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.5625rem;width:29.625rem;top:9.810546875rem;left:36.435546875rem;overflow:hidden;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { 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; }
#aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { 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:17.685546875rem;left:4.99951171875rem;height:1.875rem;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; }
#yCJIgB8fgEc8blzgW7BDT0rgACUif2JP { 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:22.20166015625rem;left:3.62451171875rem;height:15.29296875rem;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; }
#vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { 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:15.8125rem;left:3.375rem;height:5.4433625rem;display:block; }
#tFvLs70ZicvauntPtOJKDIGJ3qtSPTMs { position:absolute;display:block;z-index:100015;height:3.4375rem;width:6.3125rem;top:6.373291015625rem;left:26.826171875rem;display:block; }
#VE4cQxp53GgHaCM99GWz6E0Uabmo0XUD { position:absolute;display:block;z-index:100021;height:3.18725625rem;width:5.874025rem;top:6.373291015625rem;left:34.530029296875rem;display:block; }
#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { 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:26.75rem;width:49.125rem;top:49.2783203125rem;left:12.9375rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:51.53515625rem;left:22.03125rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { 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; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .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); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .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); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { border-width: 0; border-radius: 0; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:18.1860625rem;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:3.5595703125rem;left:28.40673828125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { 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-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:13.248046875rem;left:29.25048828125rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o24sUpgCTHZk053tlukl6u5kHeTf4ucO { 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; }
#ekKEe77puWXMzqZaFFftH0AhP50wC6ka { 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; }
#ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { 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:17.75rem;left:17.4375rem;height:2.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe .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; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe .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; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe .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; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe { 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:4.7470703125rem;left:23.65625rem;z-index:100015; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #VTV14slhtM9LT4TTaKdnORrtxGRINo1B { display:flex;position:relative;top:0rem;left:0rem; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #fVTZiin7hrsWK0axoJwxlKIAOry4AW43 { width:auto; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #StIwvZ2bsHw5qaRxLXpMucww4GII1dzu {  }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #WDyF3d9dgVTpV1z8mdTc8rvSJxh81t4W { display:flex;position:relative;top:0rem;left:0rem; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #SbkXSbv5LRnUPwnoXzRlICZzepM9vkJP {  }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #Zhsq3vkO22aOAWLCK0FI1rqvFVpTwlwS {  }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #vRcu3Eh9uk31kBv5EdM885xhkmoutt2O { display:flex;position:relative;top:0rem;left:0rem; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #dcasWJPMulwgfdUnG1W0JlyX8Zv7JlvF {  }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #w9tQH4olHpCWRCDiG6HitsRp9m3TbMDM {  }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #BQqxExuXfrcv9kywDXC86JRPNteme7vD { display:flex;position:relative;top:0rem;left:0rem; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #rcOUbQhhBWFZK0homFODQsSh9kA5LBr1 {  }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #LULdRiy30ZP0wTXIGw6mG4T0AscmMdC6 {  }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN .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; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN .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; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN .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; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN { 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; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #WkUxix4i1g4TxrrnrXxuR0dbgB4OAgU5 { display:flex;position:relative;top:0rem;left:0rem; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #fCSnsMC4v0ntSZCQrsrilh9NiMeXVM63 { width:auto; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #xtx60TQzaAsUfzb4osTfGNS9SrPV8yMt {  }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #Il5MPTlnGTXTyIvqu8lZyEXmXp3lmUIX { display:flex;position:relative;top:0rem;left:0rem; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #dLl1y2d0nhwR5UPH8zRmSd47cz5uGfb2 {  }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #mMM3hQLOAgSbertPMwsT2SzikWXTau81 {  }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #TomNSpu6G2E0qQb7ZE0tcd1NDCUJwrqt { display:flex;position:relative;top:0rem;left:0rem; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #vARK9K6ETxI5DtQg6DlKDgfMdZv6BvTt {  }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #U5XwhiTuhF0KuPXuRA95X1MQOeziEEJO {  }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #UKeNDS47ZdeO5yc5X28V35XzPdqC2zpS { display:flex;position:relative;top:0rem;left:0rem; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #K8tdsBgMrmropkwyqFdUOecAqENOracU {  }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #VvR4dW46vLZHkThbzKieG2Crnfhvdg6B {  }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { background-color: transparent; background-image: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .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); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { border-width: 0; border-radius: 0; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:7.8623046875rem;left:2.43505859375rem;height:3.29980625rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.43115234375rem;left:2.4326171875rem;height:1.625rem;display:block; }
#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { background-color: transparent; background-image: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .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); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { border-width: 0; border-radius: 0; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { 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; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { 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; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { 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; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { 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; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { 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; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { 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; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:14.624125rem;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:18.80078125rem;left:5.8720703125rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:15.1875rem;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:18.80078125rem;left:30.34423828125rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:15.124080657959rem;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:18.801704406738rem;left:54.309511184692rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { 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; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { 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; }
#fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { 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; }
#Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { 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; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { 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; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { 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; }
#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { position:relative;display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { background-color: transparent; background-image: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .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); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { border-width: 0; border-radius: 0; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .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; }#m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { 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; }
#PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { 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.7858875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.062rem;width:21.875rem;top:3.84326171875rem;left:9.625rem;overflow:hidden;display:block; }
#f0CdSPTORZyL6TGiqLi0qel0ZQq5NRss { 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.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGNOahAkcM0HTWugNePEdq0aiuUPRzbZ { 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.2753875rem;display:block; }
#B87ypcJJqVFTRL8zO7qVw69zlN2rS58W { 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; }
#yhTJSXwkIz4QN6CmRe8FMTexF8wrMgDs { 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.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BPK9yyfooAlGdArlqwePWzX0qGU56Ccg { 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; }
#qhHukLCyL2Rta2JmKg8tQSUs1FOyGQAx { 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.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { position:relative;display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { background-color: transparent; background-image: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .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); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { border-width: 0; border-radius: 0; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .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; }#TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { 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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0rem;left:31.21640586853rem;display:block; }
#Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CQedczQinbq0X2WUAAGJAwFqEWmUTThN { 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:2.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { 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; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .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); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .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); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { border-width: 0; border-radius: 0; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { 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; }
#xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { 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; }
#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { 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; }
#bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { 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.55005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { 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.07543125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { 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.9472625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { position:relative;display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { background-color: transparent; background-image: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .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); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .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.1875rem;width:75rem;position:relative;display:block; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.29980625rem;text-align:center;text-align-last:center;display:block; }
#lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:300;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;font-style:normal;display:block; }
#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { position:relative;display:block; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { background-color: transparent; background-image: none; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container > .video-iframe-container { display: none; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row > .video-iframe-container { display: none; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .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); }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { border-width: 0; border-radius: 0; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .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:31.375rem;width:75rem;position:relative;display:block; }#tDlBphTVtPMLfF1KNTXhc4JuPPbVOtb1 { color:#000000;display:block;width:18.8110625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100017;line-height:2.2;letter-spacing:0;top:9.9658203125rem;left:43.780517578125rem;height:2.749025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PMd8qBNLyR5q1D79K0rDoCHigAxAVJM5 { color:#ffb100;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:5.25rem;left:41.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FRahJDfrPHCgKVJNz2wDJSrlcOAiluti { position:absolute;display:block;z-index:100002;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:15.125rem;width:29.125rem;top:2.6865234375rem;left:38.5615234375rem;display:block; }
#LREMn6SwNf6BJeBl2V8F6o1K40opkvZk { color:#000000;display:block;width:18.8115234375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100035;line-height:2.2;letter-spacing:0;top:9.9658203125rem;left:12.15625rem;height:2.749025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bu1W62Fu79qB90gPbeMqJsqInQvTyPzS { color:#ffb100;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:5.25rem;left:10.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imO0QyH2qM4fDtPmpbpSvru3PJlZCFqT { color:#000000;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100025;line-height:2.2;letter-spacing:0;top:8.875rem;left:41.9375rem;height:2.61230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tmKiO3T40R5g2cLFn3yAiZvwWn1MAFsc { color:#000000;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100025;line-height:2.2;letter-spacing:0;top:8.875rem;left:10.3125rem;height:2.61230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bSZX9cQR5mFiTDRVqw5Aw0lSz8HUNsn8 { position:absolute;display:block;z-index:100003;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:15.1875rem;width:29.0625rem;top:2.6865234375rem;left:6.8427734375rem;display:block; }
#gvDTwMerImUouP0X5TmLiyIi0QBWNzs0 { 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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5610625rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:20.625rem;left:31.25rem;display:block; }
#vh2xTRKyPCglO2IiwNcZf1v1HMy55TsQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BK5kTu6WHXzdDeeGuuAX9ISZBqAFGZdy { color:#000000;display:block;width:40.1245rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:25.4375rem;left:17.4375rem;height:2.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh > .row .container { background-color: transparent; background-image: none; }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh > .row .container > .video-iframe-container { display: none; }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh > .row > .video-iframe-container { display: none; }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh > .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); }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh > .row .container { border-width: 0; border-radius: 0; }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#cUPECRAUlfmo47TBv2Ia3TQFrWztf3br { 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; }
#idQxKEwZsxrwo0EHViVm9k0XU1htuPsp { 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; }
#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl > .row .container { background-color: transparent; background-image: none; }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl > .row .container > .video-iframe-container { display: none; }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl > .row > .video-iframe-container { display: none; }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl > .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); }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl > .row .container { border-width: 0; border-radius: 0; }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#hLlJ19WHruRTJL4g3v5xwvcm7GQ00cq1 { 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; }
#eCfGQIRQDOedDRCB3bdRJ82lzQ3wvSXQ { 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; }
#tsCPt8qLvw0fSefm2CisQVUBcC44VqP0 { 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; }
#TR5MIbt5qgfcm6Oz8c7wDAxK0QRQ07i5 { 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; }
#Qr7X5w2IG4dHhOi79m2FEck2hmove4EB { 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.99561875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhWJoT9OTnc0m2gX6zCFC0OFOIOFWXRN { 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; }
#qaeiA6JGtezBlTBF3GywJ8F2oRrG81ad { 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; }
#JdkP9PfRh5NSsVHMDtqp73GpU1yVcex3 { 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; }
#F6E5AA2H0ppa5WkTDiPCRkVpLkOxaDOl { 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; }
#TaBdmRNeVkltQ0TNERvb5ktSQco4tJsb { 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; }
#agktiBpTXX2MaUtKxn28PDwrVIZ6y9ca { 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; }
#RrJT0Zw8AF89EmHolPx38khKcFp1buvy { 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; }
#z5TtPtThaaCKPTH5MI2FhKvDQslHvz4Q { 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; }
#bTutapbGInTUp0oMx5Rh24zdHyh22QIk { 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.995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXNS71KSw68rUN0f1571PboufzuHC1dE { 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; }
#rmHDhwnIGVAL1EeJ6cJ7a5ATxQKMJqTk { 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; }
#dS6uFXLMcrQa67yT6dRDvHpg2FCfzwZb { 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; }
#z6MCIeTfTT5i9LizoOvcdVy5kW9cTTaN { 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.995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtTWLu9419UI8NT0x17RpxyqEeEACRcL { 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; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL.adaptive-delivery-prevent-bg, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyload, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyloading { background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { background-color: transparent; background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .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); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .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); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { border-width: 0; border-radius: 0; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { 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.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#ffffff;display:block;width:18.187040328979rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:28.374307632446rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { 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-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.125rem;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.94375038147rem;left:29.249219894409rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { 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.4365234375rem;height:2.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN .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; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN .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; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN .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; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN { 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:9.129638671875rem;left:22.498779296875rem;z-index:100014; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #azSa7K0nyWS3kSAwvNeewIr6sdAA8ZcC { display:flex;position:relative;top:0rem;left:0rem; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #CM5CaThXnpdTQeCmURdRMC8ovH48UpmC { width:auto; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #zTdfConpIs8dyCWy3JXsAfqCuTf8iPMm {  }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #Li4q4FrAQGx2prxgeTMT0012bBnT8xaJ { display:flex;position:relative;top:0rem;left:0rem; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #sS7koo5NVNFt3ynRzETQKTS76kNy1fpW {  }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #JlNHgFWHoLscPNS9DdCRO7H8ulqBgt0H {  }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #iPJUclT6ELsV9MbtPfxiCu0XhRFUGds6 { display:flex;position:relative;top:0rem;left:0rem; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #TpLDxbMOR4MZVOWDZ7fr61bxBH2lFHra {  }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #BUw81zL5uguKzVZW0zDwUq9kconyDl7y {  }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #MfG80rM07WTOyKcN7m8HrBA9ogpZOqVk { display:flex;position:relative;top:0rem;left:0rem; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #UnJM1yiiZQckTqkpqGJdzKKdCmbuVI4Q {  }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #mFOVenMGu1RLmG1MZqWfqlBiKCZi6vRM {  }
#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a.adaptive-delivery-prevent-bg, #Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a.lazyload, #Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a.lazyloading { background-image: none; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container { background-color: transparent; background-image: none; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container > .video-iframe-container { display: none; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row > .video-iframe-container { display: none; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .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); }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container { border-width: 0; border-radius: 0; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#KVrsKT82ViJmGATBQX3Qd1T0d9PvcVz2 { 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:5.16455078125rem;left:3.6240234375rem;height:6.000975rem;font-style:normal;display:block; }
#mHKeTuhqx4wFpxduah2p404TeT60VKsz { 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: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:36.187255859375rem;left:3.624267578125rem;display:block; }
#lhvD3tpHCQ5PTmCkx9qJLbKZy6R85T40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bfN0ucGB6HoroTe5xpfZacGVtEJJTWHI { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.5625rem;width:29.625rem;top:6.560791015625rem;left:37.685546875rem;overflow:hidden;display:block; }
#WP3xDqg0GAx1CgBVFiWPtNwK0426RQaF { 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.123291015625rem;left:3.624267578125rem;height:1.875rem;font-style:normal;display:block; }
#EaTGcTOkzactNrGshkMFpg31EMrmoX2o { 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:13.185546875rem;left:5.12451171875rem;height:1.875rem;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; }
#ndI19ZL0OTrksesroCmHEboK9ZNEVquB { 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:17.700927734375rem;left:3.624267578125rem;height:15.29296875rem;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; }
#i3O7zKhBLEVQ2P127kBffRrv2e7vJiRM { 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:11.3115234375rem;left:3.49951171875rem;height:5.4433625rem;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 .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:10.0625rem;top:1.6771240234375rem;left:13.71875rem;overflow:hidden;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.9736375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:3.4375rem;top:0.625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.125rem;height:2.8125rem;top:0.875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { top:1.4375rem;left:0rem;width:9.0625rem;height:1.826026119403rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { top:1.375rem;left:1rem;width:4.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:9.6875rem;left:0rem;width:35.9375rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:15.3125rem;height:3.1875rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.4375rem;height:3.125rem;top:40.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:41.6875rem;left:7.5rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { top:9.75rem;left:18.125rem;width:29.625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:7.5625rem;left:0rem;width:32.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { top:17.625rem;left:0rem;width:26.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCJIgB8fgEc8blzgW7BDT0rgACUif2JP { top:22.1875rem;left:0rem;width:25.0625rem;height:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { top:15.8125rem;left:0rem;width:2.1875rem;height:5.5rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFvLs70ZicvauntPtOJKDIGJ3qtSPTMs { top:6.3125rem;left:13.201171875rem;width:6.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE4cQxp53GgHaCM99GWz6E0Uabmo0XUD { top:6.3125rem;left:20.905029296875rem;width:5.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { top:49.25rem;left:0rem;width:47.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:51.5rem;left:8.40625rem;width:30.9375rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { top:3.5rem;left:14.78173828125rem;width:18.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:13.1875rem;left:15.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:4.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { top:17.6875rem;left:3.8115234375rem;width:40.0625rem;height:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe .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; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe .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; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #VTV14slhtM9LT4TTaKdnORrtxGRINo1B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #fVTZiin7hrsWK0axoJwxlKIAOry4AW43 {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #StIwvZ2bsHw5qaRxLXpMucww4GII1dzu {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #WDyF3d9dgVTpV1z8mdTc8rvSJxh81t4W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #SbkXSbv5LRnUPwnoXzRlICZzepM9vkJP {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #Zhsq3vkO22aOAWLCK0FI1rqvFVpTwlwS {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #vRcu3Eh9uk31kBv5EdM885xhkmoutt2O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #dcasWJPMulwgfdUnG1W0JlyX8Zv7JlvF {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #w9tQH4olHpCWRCDiG6HitsRp9m3TbMDM {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #BQqxExuXfrcv9kywDXC86JRPNteme7vD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #rcOUbQhhBWFZK0homFODQsSh9kA5LBr1 {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #LULdRiy30ZP0wTXIGw6mG4T0AscmMdC6 {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN .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; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN .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; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #WkUxix4i1g4TxrrnrXxuR0dbgB4OAgU5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #fCSnsMC4v0ntSZCQrsrilh9NiMeXVM63 {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #xtx60TQzaAsUfzb4osTfGNS9SrPV8yMt {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #Il5MPTlnGTXTyIvqu8lZyEXmXp3lmUIX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #dLl1y2d0nhwR5UPH8zRmSd47cz5uGfb2 {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #mMM3hQLOAgSbertPMwsT2SzikWXTau81 {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #TomNSpu6G2E0qQb7ZE0tcd1NDCUJwrqt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #vARK9K6ETxI5DtQg6DlKDgfMdZv6BvTt {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #U5XwhiTuhF0KuPXuRA95X1MQOeziEEJO {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #UKeNDS47ZdeO5yc5X28V35XzPdqC2zpS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #K8tdsBgMrmropkwyqFdUOecAqENOracU {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #VvR4dW46vLZHkThbzKieG2Crnfhvdg6B {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { top:7.8125rem;left:0rem;width:35.8125rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:11.375rem;left:0rem;width:38.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { top:13.375rem;left:0rem;width:21.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:15.8125rem;left:0rem;width:21.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.375rem;left:10rem;width:21.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:15.8125rem;left:10.125rem;width:21.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.375rem;left:25.9375rem;width:21.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:15.8125rem;left:25.625rem;width:22rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:18.75rem;left:1.30908203125rem;width:14.5625rem;height:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:18.75rem;left:16.625rem;width:15.125rem;height:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:18.75rem;left:31.75rem;width:15.0625rem;height:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:3.375rem;left:4.1826171875rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:3.25rem;left:19.4375rem;width:8.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:3.25rem;left:34.713134765625rem;width:8.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.375rem;left:25.75rem;width:21.875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { top:5rem;left:23.875rem;width:14.25rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { top:8.625rem;left:20.8125rem;width:20.0625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { top:3.8125rem;left:2rem;width:21.875rem;height:25.062rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0CdSPTORZyL6TGiqLi0qel0ZQq5NRss { top:14.5625rem;left:22.75rem;width:25rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGNOahAkcM0HTWugNePEdq0aiuUPRzbZ { 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) { #B87ypcJJqVFTRL8zO7qVw69zlN2rS58W { 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) { #yhTJSXwkIz4QN6CmRe8FMTexF8wrMgDs { top:19.875rem;left:17rem;width:30.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPK9yyfooAlGdArlqwePWzX0qGU56Ccg { top:23rem;left:15.125rem;width:32.625rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhHukLCyL2Rta2JmKg8tQSUs1FOyGQAx { top:25.1875rem;left:20.75rem;width:27rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:12.5rem;height:3.125rem;top:0rem;left:17.59140586853rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #CQedczQinbq0X2WUAAGJAwFqEWmUTThN { top:4.25rem;left:3.8115234375rem;width:40.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { top:5.5rem;left:0rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { 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) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { top:8.5rem;left:18.43515586853rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { top:31.0625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { top:13.1875rem;left:18.434373855591rem;width:24.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { 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) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { display:block; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDlBphTVtPMLfF1KNTXhc4JuPPbVOtb1 { top:9.9375rem;left:29rem;width:18.75rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMd8qBNLyR5q1D79K0rDoCHigAxAVJM5 { top:5.1875rem;left:25.25rem;width:22.5rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRahJDfrPHCgKVJNz2wDJSrlcOAiluti { top:2.625rem;left:18.625rem;width:29.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LREMn6SwNf6BJeBl2V8F6o1K40opkvZk { top:9.9375rem;left:0rem;width:18.75rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1W62Fu79qB90gPbeMqJsqInQvTyPzS { top:5.1875rem;left:0rem;width:22.5rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imO0QyH2qM4fDtPmpbpSvru3PJlZCFqT { top:8.875rem;left:28.3125rem;width:4.375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKiO3T40R5g2cLFn3yAiZvwWn1MAFsc { top:8.875rem;left:0rem;width:4.375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSZX9cQR5mFiTDRVqw5Aw0lSz8HUNsn8 { top:2.625rem;left:0rem;width:29.0625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvDTwMerImUouP0X5TmLiyIi0QBWNzs0 { width:12.5rem;height:3.125rem;top:20.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh2xTRKyPCglO2IiwNcZf1v1HMy55TsQ { display:block; }
 }@media only screen and (max-width: 763px) { #BK5kTu6WHXzdDeeGuuAX9ISZBqAFGZdy { top:25.375rem;left:3.8115234375rem;width:40.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh { display:block; }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUPECRAUlfmo47TBv2Ia3TQFrWztf3br { top:2.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #idQxKEwZsxrwo0EHViVm9k0XU1htuPsp { 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) { #RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl { display:block; }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLlJ19WHruRTJL4g3v5xwvcm7GQ00cq1 { top:3.875rem;left:0rem;width:18.625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCfGQIRQDOedDRCB3bdRJ82lzQ3wvSXQ { top:16.125rem;left:0rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsCPt8qLvw0fSefm2CisQVUBcC44VqP0 { top:20.375rem;left:0rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5MIbt5qgfcm6Oz8c7wDAxK0QRQ07i5 { top:18.3125rem;left:0rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr7X5w2IG4dHhOi79m2FEck2hmove4EB { top:23.125rem;left:0rem;width:15.3125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhWJoT9OTnc0m2gX6zCFC0OFOIOFWXRN { top:5.75rem;left:3.124755859375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaeiA6JGtezBlTBF3GywJ8F2oRrG81ad { top:3.8125rem;left:13.125rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdkP9PfRh5NSsVHMDtqp73GpU1yVcex3 { top:3.8125rem;left:29.0625rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6E5AA2H0ppa5WkTDiPCRkVpLkOxaDOl { top:5.6875rem;left:19.43701171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaBdmRNeVkltQ0TNERvb5ktSQco4tJsb { top:5.8125rem;left:35.37451171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agktiBpTXX2MaUtKxn28PDwrVIZ6y9ca { 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) { #RrJT0Zw8AF89EmHolPx38khKcFp1buvy { top:18.25rem;left:13.1875rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TtPtThaaCKPTH5MI2FhKvDQslHvz4Q { 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) { #bTutapbGInTUp0oMx5Rh24zdHyh22QIk { top:23.25rem;left:16.12451171875rem;width:15.3125rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXNS71KSw68rUN0f1571PboufzuHC1dE { 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) { #rmHDhwnIGVAL1EeJ6cJ7a5ATxQKMJqTk { top:18.3125rem;left:29.0625rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS6uFXLMcrQa67yT6dRDvHpg2FCfzwZb { top:20.375rem;left:29rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6MCIeTfTT5i9LizoOvcdVy5kW9cTTaN { top:23.1875rem;left:32.24853515625rem;width:14.75rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { 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) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:6.6875rem;left:14.749219894409rem;width:18.125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:16.5rem;height:2.9375rem;top:18.9375rem;left:15.624219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { top:22.9375rem;left:3.8115234375rem;width:40.0625rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN .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; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN .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; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #azSa7K0nyWS3kSAwvNeewIr6sdAA8ZcC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #CM5CaThXnpdTQeCmURdRMC8ovH48UpmC {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #zTdfConpIs8dyCWy3JXsAfqCuTf8iPMm {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #Li4q4FrAQGx2prxgeTMT0012bBnT8xaJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #sS7koo5NVNFt3ynRzETQKTS76kNy1fpW {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #JlNHgFWHoLscPNS9DdCRO7H8ulqBgt0H {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #iPJUclT6ELsV9MbtPfxiCu0XhRFUGds6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #TpLDxbMOR4MZVOWDZ7fr61bxBH2lFHra {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #BUw81zL5uguKzVZW0zDwUq9kconyDl7y {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #MfG80rM07WTOyKcN7m8HrBA9ogpZOqVk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #UnJM1yiiZQckTqkpqGJdzKKdCmbuVI4Q {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #mFOVenMGu1RLmG1MZqWfqlBiKCZi6vRM {  }
 }@media only screen and (max-width: 763px) { #Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a { display:block; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVrsKT82ViJmGATBQX3Qd1T0d9PvcVz2 { top:5.125rem;left:0rem;width:35.9375rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHKeTuhqx4wFpxduah2p404TeT60VKsz { width:15.3125rem;height:3.1875rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhvD3tpHCQ5PTmCkx9qJLbKZy6R85T40 { display:block; }
 }@media only screen and (max-width: 763px) { #bfN0ucGB6HoroTe5xpfZacGVtEJJTWHI { top:6.5rem;left:17.9375rem;width:29.625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP3xDqg0GAx1CgBVFiWPtNwK0426RQaF { top:3.0625rem;left:0rem;width:32.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaTGcTOkzactNrGshkMFpg31EMrmoX2o { top:13.125rem;left:0rem;width:26.5625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndI19ZL0OTrksesroCmHEboK9ZNEVquB { top:17.6875rem;left:0rem;width:25.0625rem;height:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3O7zKhBLEVQ2P127kBffRrv2e7vJiRM { top:11.25rem;left:0rem;width:2.1875rem;height:5.5rem;font-size:3.3125rem;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) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { top:1.625rem;left:6.90625rem;width:10.0625rem;height:2.0625rem;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) { 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 .container { width:20rem;height:3.4375rem;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) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:2.5625rem;top:7.125rem;left:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:5.124080657959rem;height:1.6865807771682rem;top:1.0087316036224rem;left:14.875917553902rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { width:6rem;height:1.25rem;top:1.0091146230698rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { width:3.8125rem;height:1.5rem;top:1.05078125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { 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; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX.adaptive-delivery-prevent-bg, #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX.lazyload, #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX.lazyloading { background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:4.750975rem;top:7.349853515625rem;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) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:11.875rem;height:2.68676875rem;top:51.1875rem;left:4rem;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) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.7480625rem;height:2.24975625rem;top:56.75rem;left:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.298825rem;top:54.9375rem;left:9.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { width:14.4375rem;height:16.875rem;top:13.826904296875rem;left:3.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:19.6875rem;height:1.875rem;top:5.052734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { width:18.4985625rem;height:1.68823125rem;top:32.1240234375rem;left:0.74951171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCJIgB8fgEc8blzgW7BDT0rgACUif2JP { width:18.5608125rem;height:13.38135rem;top:35.8125rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFvLs70ZicvauntPtOJKDIGJ3qtSPTMs { width:2.99926875rem;height:1.74926875rem;top:19.327392578125rem;left:1.07666015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE4cQxp53GgHaCM99GWz6E0Uabmo0XUD { width:3.62426875rem;height:1.875rem;top:24.014892578125rem;left:0.45166015625rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { width:20rem;height:27.4375rem;top:43.16667175293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { width:20rem;height:0;top:54.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { 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; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .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); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .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); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { 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) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:11.875rem;height:2.6875rem;top:17.35107421875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:2.2753875rem;top:4.69921875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { 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) { #ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { width:15.81175rem;height:3.37280625rem;top:22.120361328125rem;left:2.09228515625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe .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; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe .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; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe .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; }
#G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe { 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) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #VTV14slhtM9LT4TTaKdnORrtxGRINo1B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #fVTZiin7hrsWK0axoJwxlKIAOry4AW43 {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #StIwvZ2bsHw5qaRxLXpMucww4GII1dzu {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #WDyF3d9dgVTpV1z8mdTc8rvSJxh81t4W { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #SbkXSbv5LRnUPwnoXzRlICZzepM9vkJP {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #Zhsq3vkO22aOAWLCK0FI1rqvFVpTwlwS {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #vRcu3Eh9uk31kBv5EdM885xhkmoutt2O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #dcasWJPMulwgfdUnG1W0JlyX8Zv7JlvF {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #w9tQH4olHpCWRCDiG6HitsRp9m3TbMDM {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #BQqxExuXfrcv9kywDXC86JRPNteme7vD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #rcOUbQhhBWFZK0homFODQsSh9kA5LBr1 {  }
 }@media only screen and (max-width: 763px) { #G15T7UzXBp7AoSqIBSq6Hwhsed6grCwe #LULdRiy30ZP0wTXIGw6mG4T0AscmMdC6 {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN .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; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN .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; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN .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; }
#D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN { 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) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #WkUxix4i1g4TxrrnrXxuR0dbgB4OAgU5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #fCSnsMC4v0ntSZCQrsrilh9NiMeXVM63 {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #xtx60TQzaAsUfzb4osTfGNS9SrPV8yMt {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #Il5MPTlnGTXTyIvqu8lZyEXmXp3lmUIX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #dLl1y2d0nhwR5UPH8zRmSd47cz5uGfb2 {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #mMM3hQLOAgSbertPMwsT2SzikWXTau81 {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #TomNSpu6G2E0qQb7ZE0tcd1NDCUJwrqt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #vARK9K6ETxI5DtQg6DlKDgfMdZv6BvTt {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #U5XwhiTuhF0KuPXuRA95X1MQOeziEEJO {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #UKeNDS47ZdeO5yc5X28V35XzPdqC2zpS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #K8tdsBgMrmropkwyqFdUOecAqENOracU {  }
 }@media only screen and (max-width: 763px) { #D39rL9gBVysFnBGpRLxCqyTxbHTbFmJN #VvR4dW46vLZHkThbzKieG2Crnfhvdg6B {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:20rem;height:1.92505rem;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) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { 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) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:16.5625rem;height:2.11181875rem;top:11.145018577576rem;left:1.7187499403954rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:20rem;height:1.298825rem;top:13.85107421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:16.936875rem;height:2.11181875rem;top:36.582275390625rem;left:1.53076171875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:20rem;height:1.298825rem;top:39.1611328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:17.6245rem;height:2.11181875rem;top:60.669677734375rem;left:1.185302734375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:20rem;height:1.298825rem;top:63.313232421875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:15.4365rem;height:4.87305rem;top:16.311279296875rem;left:2.281494140625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:12.06175rem;height:4.87305rem;top:42.1357421875rem;left:4.02978515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:13.2495rem;height:4.87305rem;top:66.5087890625rem;left:3.65478515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.875rem;height:6.875rem;top:2.9340591430664rem;left:6.4981614351275rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.9375rem;height:6.875rem;top:28.216796875rem;left:6.497802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:6.9375rem;height:6.875rem;top:52.864501953125rem;left:6.497802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:22.8125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:22.8125rem;top:26.123291015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:22.8125rem;top:51.0126953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { width:20rem;height:2.1984875rem;top:3.064697265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { 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) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { width:14.375rem;height:16.499rem;top:8.49853515625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0CdSPTORZyL6TGiqLi0qel0ZQq5NRss { width:11.12425rem;height:2.59765625rem;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) { #OGNOahAkcM0HTWugNePEdq0aiuUPRzbZ { width:20rem;height:2.11181875rem;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) { #B87ypcJJqVFTRL8zO7qVw69zlN2rS58W { width:20rem;height:2.11181875rem;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) { #yhTJSXwkIz4QN6CmRe8FMTexF8wrMgDs { width:13.93675rem;height:2.59765625rem;top:37.9375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BPK9yyfooAlGdArlqwePWzX0qGU56Ccg { width:20rem;height:2.11181875rem;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) { #qhHukLCyL2Rta2JmKg8tQSUs1FOyGQAx { width:11.875rem;height:2.59765625rem;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) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:11.937040328979rem;height:2.8745403289795rem;top:1.1868286132812rem;left:4.0303307771682rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #CQedczQinbq0X2WUAAGJAwFqEWmUTThN { width:17.124rem;height:3.65844375rem;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) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { 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; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .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); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .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); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { width:12.5625rem;height:12.5625rem;top:2.4984374046326rem;left:3.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { width:18.875rem;height:2.2753875rem;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) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { width:18.875rem;height:1.298825rem;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) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { width:19.5rem;height:1.59301875rem;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) { #IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { width:20rem;height:4.72411875rem;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) { #LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { width:17.125rem;height:9.801rem;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) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:2.1984875rem;top:2.16357421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { width:15.81175rem;height:3.25rem;top:5.059814453125rem;left:2.09228515625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c { display:block; }#y0FNnhZWT6Gpy5DaFSTxiTrfwsINBw3c > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDlBphTVtPMLfF1KNTXhc4JuPPbVOtb1 { width:16.25rem;height:2.336425rem;top:9.40380859375rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMd8qBNLyR5q1D79K0rDoCHigAxAVJM5 { width:20rem;height:2.03125rem;top:5.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRahJDfrPHCgKVJNz2wDJSrlcOAiluti { width:18.5625rem;height:12.125rem;top:3.3896484375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LREMn6SwNf6BJeBl2V8F6o1K40opkvZk { width:15.7495rem;height:2.336425rem;top:22.625rem;left:2.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1W62Fu79qB90gPbeMqJsqInQvTyPzS { width:20rem;height:2.03125rem;top:19.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imO0QyH2qM4fDtPmpbpSvru3PJlZCFqT { width:3.1875rem;height:2.34375rem;top:25.8125rem;left:1.5625rem;font-size:0.9375rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #tmKiO3T40R5g2cLFn3yAiZvwWn1MAFsc { width:4.375rem;height:2.34375rem;top:29.875rem;left:15.625rem;font-size:0.9375rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #bSZX9cQR5mFiTDRVqw5Aw0lSz8HUNsn8 { width:18.5625rem;height:11.75rem;top:17.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvDTwMerImUouP0X5TmLiyIi0QBWNzs0 { width:12.5rem;height:3.125rem;top:31.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh2xTRKyPCglO2IiwNcZf1v1HMy55TsQ { display:block; }
 }@media only screen and (max-width: 763px) { #BK5kTu6WHXzdDeeGuuAX9ISZBqAFGZdy { width:20rem;height:3.65844375rem;top:35.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh { display:block; }#HRsuEH0xGOOkQJ8avlEwVTBzIMxNprNh > .row .container { width:20rem;height:7.638671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUPECRAUlfmo47TBv2Ia3TQFrWztf3br { width:18.75rem;height:4.396975rem;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) { #idQxKEwZsxrwo0EHViVm9k0XU1htuPsp { width:20rem;height:1.4624rem;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) { #RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl { display:block; }#RPbVkNOBMwDuIC5BJbdEgZPmB8PxSspl > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLlJ19WHruRTJL4g3v5xwvcm7GQ00cq1 { width:18.5625rem;height:29.8125rem;top:3.0615234375rem;left:0.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCfGQIRQDOedDRCB3bdRJ82lzQ3wvSXQ { width:18.31175rem;height:1.625rem;top:15rem;left:0.84228515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsCPt8qLvw0fSefm2CisQVUBcC44VqP0 { width:15.49925rem;height:1.4624rem;top:19.061279296875rem;left:2.06103515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5MIbt5qgfcm6Oz8c7wDAxK0QRQ07i5 { width:18.5608125rem;height:1.298825rem;top:16.684814453125rem;left:0.59326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr7X5w2IG4dHhOi79m2FEck2hmove4EB { width:15.3125rem;height:7.99561875rem;top:21.998291015625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhWJoT9OTnc0m2gX6zCFC0OFOIOFWXRN { width:9.0625rem;height:9.0625rem;top:4.373779296875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaeiA6JGtezBlTBF3GywJ8F2oRrG81ad { width:18.5625rem;height:29.8125rem;top:37.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdkP9PfRh5NSsVHMDtqp73GpU1yVcex3 { width:18.5625rem;height:29.8125rem;top:70.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6E5AA2H0ppa5WkTDiPCRkVpLkOxaDOl { width:9.0625rem;height:9.0625rem;top:39rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaBdmRNeVkltQ0TNERvb5ktSQco4tJsb { width:9.0625rem;height:9.0625rem;top:72.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agktiBpTXX2MaUtKxn28PDwrVIZ6y9ca { 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) { #RrJT0Zw8AF89EmHolPx38khKcFp1buvy { width:18.5608125rem;height:1.298825rem;top:51.187255859375rem;left:0.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TtPtThaaCKPTH5MI2FhKvDQslHvz4Q { width:18.6230625rem;height:1.4624rem;top:53.625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTutapbGInTUp0oMx5Rh24zdHyh22QIk { width:15.3125rem;height:7.995625rem;top:56.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXNS71KSw68rUN0f1571PboufzuHC1dE { 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) { #rmHDhwnIGVAL1EeJ6cJ7a5ATxQKMJqTk { width:18.562rem;height:1.298825rem;top:84.8740234375rem;left:0.811767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS6uFXLMcrQa67yT6dRDvHpg2FCfzwZb { width:18.6230625rem;height:1.4624rem;top:87.125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6MCIeTfTT5i9LizoOvcdVy5kW9cTTaN { width:15.3125rem;height:7.995625rem;top:90.1875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:2.2753875rem;top:2.3828125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:1.13769375rem;top:4.8859405517578rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { 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) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { width:18.4375rem;height:3.37280625rem;top:19.628907203674rem;left:0.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN .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; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN .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; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN .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; }
#z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN { 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) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #azSa7K0nyWS3kSAwvNeewIr6sdAA8ZcC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #CM5CaThXnpdTQeCmURdRMC8ovH48UpmC {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #zTdfConpIs8dyCWy3JXsAfqCuTf8iPMm {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #Li4q4FrAQGx2prxgeTMT0012bBnT8xaJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #sS7koo5NVNFt3ynRzETQKTS76kNy1fpW {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #JlNHgFWHoLscPNS9DdCRO7H8ulqBgt0H {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #iPJUclT6ELsV9MbtPfxiCu0XhRFUGds6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #TpLDxbMOR4MZVOWDZ7fr61bxBH2lFHra {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #BUw81zL5uguKzVZW0zDwUq9kconyDl7y {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #MfG80rM07WTOyKcN7m8HrBA9ogpZOqVk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #UnJM1yiiZQckTqkpqGJdzKKdCmbuVI4Q {  }
 }@media only screen and (max-width: 763px) { #z0JBL7h1ueTu7OULCw7nggbxmnbpTPyN #mFOVenMGu1RLmG1MZqWfqlBiKCZi6vRM {  }
 }@media only screen and (max-width: 763px) { #Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a { 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; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a.adaptive-delivery-prevent-bg, #Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a.lazyload, #Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a.lazyloading { background-image: none; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container { background-color: transparent; background-image: none; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container > .video-iframe-container { display: none; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row > .video-iframe-container { display: none; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .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); }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container { border-width: 0; border-radius: 0; }#Ih7fcJ1Db8mdlf83aXlC4rmxAMWyXT3a > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVrsKT82ViJmGATBQX3Qd1T0d9PvcVz2 { width:20rem;height:4.750975rem;top:5.4375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHKeTuhqx4wFpxduah2p404TeT60VKsz { width:11.875rem;height:2.68676875rem;top:50.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) { #lhvD3tpHCQ5PTmCkx9qJLbKZy6R85T40 { display:block; }
 }@media only screen and (max-width: 763px) { #bfN0ucGB6HoroTe5xpfZacGVtEJJTWHI { width:14.4375rem;height:16.875rem;top:12rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP3xDqg0GAx1CgBVFiWPtNwK0426RQaF { width:19.6875rem;height:1.875rem;top:3.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EaTGcTOkzactNrGshkMFpg31EMrmoX2o { width:18.4985625rem;height:1.68823125rem;top:30.25rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndI19ZL0OTrksesroCmHEboK9ZNEVquB { width:18.5608125rem;height:13.38135rem;top:34.125rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3O7zKhBLEVQ2P127kBffRrv2e7vJiRM { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { width:7.3125rem;height:1.5rem;top:1.4970092773438rem;left:6.3108912706375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.763675rem;top:4.3692626953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }