.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,242,214;--color-primary-1:255,230,146;--color-primary-2:251,189,50;--color-primary-3:255,177,0;--color-primary-4:50,38,10;--color-secondary-0:231,234,243;--color-secondary-1:184,193,219;--color-secondary-2:137,151,195;--color-secondary-3:71,101,160;--color-secondary-4:59,81,155;--color-tertiary-0:255,255,255;--color-tertiary-1:40,40,40;--color-tertiary-2:37,37,37;--color-tertiary-3:35,35,35;--color-tertiary-4:0,0,0;--headlines-font-family:"noto sans tc";--paragraphs-font-family:"noto sans tc"; }@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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);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:15001;text-align:center;text-align-last:center;top:0.5556640625rem;left:44.005859375rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);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:15002;text-align:center;text-align-last:center;top:0.5556640625rem;left:49.30859375rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);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:15003;text-align:center;text-align-last:center;top:0.5556640625rem;left:54.619140625rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J637uGMXllnvMsibMtJPfWBs9ox9Efor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);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:15004;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:15000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:15005;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:15000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.0625rem;top:1.0613510608673rem;left:3.8125rem;overflow:hidden;display:block; }
#d0hfXnRsDrdcwR0zPn1Ferbr45fEKmUP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.5rem;top:1.212890625rem;left:14.875rem;overflow:hidden;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:rgba(var(--color-tertiary-1),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.25rem;left:3.8125rem;height:5.0625rem;font-style:normal;display:block; }
#pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.6875rem;top:33.375rem;left:3.6875rem;overflow:hidden;display:block; }
#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:2.2;letter-spacing:0;top:25.75rem;left:6rem;height:11.6845625rem;font-style:normal;display:block; }
#QBSfoawekaW5DOTb354quMr3k019DEU3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:26.5rem;left:3.8125rem;overflow:hidden;display:block; }
#V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:30.9375rem;left:3.875rem;overflow:hidden;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:12rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.8125rem;left:3.5rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);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:6.5rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.8125rem;left:19.125rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:35.4375rem;left:3.8125rem;overflow:hidden;display:block; }
#GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:28.75rem;left:3.8125rem;overflow:hidden;display:block; }
#WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { color:rgba(var(--color-tertiary-4),1);display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:40.75rem;left:17.375rem;height:1.2999125rem;display:block; }
#AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.749125rem;width:26.4995625rem;top:10.36892414093rem;left:40.965715408325rem;overflow:hidden;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { color:rgba(var(--color-tertiary-1),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:7.30859375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#lNcUs5oOWL4GmZ43VWTsFxNZBibW2RUc { position:absolute;display:block;z-index:15015;height:5.999025rem;width:10.6865rem;top:7.30859375rem;left:44.029296875rem;display:block; }
#cJue3IPG96fVkBvasFDQ0JJEynXUkK4X { position:absolute;display:block;z-index:15019;height:2.3125rem;width:4.25rem;top:34.73828125rem;left:41.84375rem;display:block; }
#TI1Rgr5n1h5Sxs8Q3yg9cG0aKaLExTy1 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:10.0625rem;left:3.8125rem;height:6.875rem;display:block; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { background-color: transparent; background-image: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .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); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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:26rem;width:49.125rem;top:0.81163024902344rem;left:12.905817031861rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#3b5094;display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8125rem;left:16.71875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i .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; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;color:#2d4185;padding-top:0.701875rem;padding-right:0.640625rem;padding-bottom:0.701875rem;padding-left:0.640625rem;display:block;align-items:center;width:3.84rem;min-width:3.84rem;height:3.771875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.8075rem;font-weight:700;line-height:60.35px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.118125rem;height:1.490625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.053125rem;font-weight:400;line-height:23.85px;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; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i { 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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.249125rem;height:7.061625rem;padding-top:0.875625rem;padding-right:0.881875rem;padding-bottom:0.875625rem;padding-left:0.881875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.1868495941163rem;left:24.492189407349rem;z-index:15018; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #Jc5PJ0nX16trApza1a0lInMpUaMeo8On { display:flex;position:relative;top:0rem;left:0rem; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #vE9lQU3J6LzIENSxaiDZsqDNoV1k1fbP { width:auto; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #JT1l2Qwfw5df1pBKo2dbsZEI64nb3Ib6 {  }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #Ea9NS2WpBqxSdJcQIPZnRknkm3FgzalB { display:flex;position:relative;top:0rem;left:0rem; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #WHVLmQVOJNIzWWIEudfcTemR4U9GpgGO {  }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #PhNZaF4B4qpdAqfHpVv36hUwMm334wTx {  }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #AxmTmEKrThBDgcgPUxTUN65SeACNmUl9 { display:flex;position:relative;top:0rem;left:0rem; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #ukcdB8zoVxyEuZ9lAk8Jwgm1vmuTTgro {  }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #kNIOZxmRl0aazAAi0PI5oFoOl1IIruuG {  }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #yQmMRPddTr1AGTK6g3f3DVkNsLqZGis2 { display:flex;position:relative;top:0rem;left:0rem; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #VQq1hTFUc4fFh63fhzJbMFm1y6cWicN4 {  }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #xUdqsQqED0kx03WZyesU4aZToLg3BEf8 {  }
#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(59,80,148,0.91); }#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(59,80,148,0.91); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.497375rem;height:2.9351125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:8.9963111877444rem;left:29.251302719116rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { color:rgba(var(--color-tertiary-0),1);display:block;width:38.999309539795rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.4375rem;left:18.25rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:36.5rem;left:3.6875rem;height:5.41699375rem;font-style:normal;display:block; }
#ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { color:#b5a6aa;display:block;width:26.999080657959rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:30rem;left:24.25rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12rem;width:29.1875rem;top:35.8125rem;left:41.9375rem;display:block; }
#Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:38.1875rem;left:45.125rem;height:7.64845rem;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; }
#OQd4qJuWF4hQwtQA1iRiKzGTODnxJVaT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:43.9375rem;left:3.625rem;height:5.41699375rem;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; }
#b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.3125rem;left:31.1875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o24sUpgCTHZk053tlukl6u5kHeTf4ucO { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15010;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:15005;background-color:rgba(var(--color-tertiary-0),1);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; }
#xtKfoODAGp8rQe7NUsggihcJnRFPQZc6 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.3125rem;left:28.40625rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XH131MzKkLXPTdZ3tqx7esNrEJQJk9Mb { color:rgba(var(--color-tertiary-1),1);display:block;width:18.1846875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.888454437256rem;left:28.407121658325rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx .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; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;color:#2d4185;padding-top:0.701875rem;padding-right:0.640625rem;padding-bottom:0.701875rem;padding-left:0.640625rem;display:block;align-items:center;width:3.84rem;min-width:3.84rem;height:3.771875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.8075rem;font-weight:700;line-height:60.35px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.118125rem;height:1.490625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.053125rem;font-weight:400;line-height:23.85px;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; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx { 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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.249125rem;height:7.061625rem;padding-top:0.875625rem;padding-right:0.881875rem;padding-bottom:0.875625rem;padding-left:0.881875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.1868495941163rem;left:24.492189407349rem;z-index:15018;display:none; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #P6Q2gE2MUcsnxV7vecwBQExhERzX9yx1 { display:flex;position:relative;top:0rem;left:0rem; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #Mm7ZseN65itHZWsfr0pmgfXNCCyQK0hg { width:auto; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #XTO2S8nCR5495spPkSLRERGV6T6zJIVD {  }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #WfT9nZDaFnTNpW79wdgKgbyLPt8SrAm1 { display:flex;position:relative;top:0rem;left:0rem; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #iipB8bKqK6uyd8XPU6tmsvLlDn0BHdTP {  }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #aXDihhtABPByLbwzP5HtlmfXTUNbkusv {  }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #XXlTKkw2asNrwUrTGP5rJGaworGG5y67 { display:flex;position:relative;top:0rem;left:0rem; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #IQbfDFuPew3cfyAFnhmQpxedAuavRsBT {  }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #x2H70TCLdVTsrQUdpvraXzNo54n8yoMz {  }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #CPJwB4KAyR7EuoUHuPsoceKEG2xETZwk { display:flex;position:relative;top:0rem;left:0rem; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #kfmMQeO3iX0A9HLAow8EPx96KxCwA50q {  }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #eGUU6MUONv9fc7pNuOxlIhZBAXcTQMwG {  }
#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { background-color: transparent; background-image: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container > .video-iframe-container { display: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container { display: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .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); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { border-width: 0; border-radius: 0; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:4.5618133544922rem;left:36.874998092651rem;height:3.4375rem;display:block; }
#QQTxzp8Mp0XtgKxVV0KPiJmTJQd8Vdup { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3747711181637rem;left:36.874998092651rem;height:1.86865rem;font-style:normal;display:block; }
#iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:2.2;letter-spacing:0;top:13.061813354493rem;left:39.311807632446rem;height:14.021475rem;font-style:normal;display:block; }
#IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:13.686813354493rem;left:36.999078750611rem;overflow:hidden;display:block; }
#GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:16.061576843262rem;left:36.999078750611rem;overflow:hidden;display:block; }
#UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:18.374313354493rem;left:36.999078750611rem;overflow:hidden;display:block; }
#g3sCR3QlGexz6hEpKfAvQA4VLTCHEEgR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:20.625rem;left:36.999078750611rem;overflow:hidden;display:block; }
#MN5z7LzDcrT7EQCWBXd3m6VpdMxUpxAx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:22.999771118164rem;left:36.999078750611rem;overflow:hidden;display:block; }
#ibXs6DNA0Po3zZaxHMhWM4flLIlokLms { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:25.374542236328rem;left:36.999078750611rem;overflow:hidden;display:block; }
#vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:25.5rem;width:30.1875rem;top:3.25rem;left:2.9375rem;display:block; }
#IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { color:#3b5094;display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.0537109375rem;left:4.15625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:15017;text-align:center;text-align-last:center;top:20.625rem;left:9.78125rem;display:block; }
#dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD .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; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;color:#2d4185;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:var(--headlines-font-family);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; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);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:var(--paragraphs-font-family);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; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD { 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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.8125rem;height:7.610375rem;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:10.2412109375rem;left:4.1875rem;z-index:15019; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #y9zFAl7riaAITiQy3SJP1tp1TrKW00qk { display:flex;position:relative;top:0rem;left:0rem; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #iGreOJnwLgUb41y1yJiLKPFETkRgA0d1 { width:auto; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #oReC3OlMHHmxkWn83cmht2mbJKWTyOvn {  }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Td9NATT9LsTWWefRfMSCIXTnIiegH1To { display:flex;position:relative;top:0rem;left:0rem; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #c0WE1odI5ugTxfkOcFkBmah91fJzsiaA {  }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Ske1iZadi3fTuThvZhbbL2ETAAK3eeBz {  }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #LmFel1BR73I51bblb7Oh1mBgXMeqWKWg { display:flex;position:relative;top:0rem;left:0rem; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #BCVZpVc45vWaceoQTsBrkUaJSQvHWn85 {  }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Sp75e6F0F3RoWGTIhkGTiwxkdZy7QOCM {  }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #dEvSLO4bKARuzwiTAwddAT8D0LEZCPxz { display:flex;position:relative;top:0rem;left:0rem; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #OPvKXsaDzBbqlPJNVsroMkvnEbigz4QC {  }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Pa2bVDN8JFReFXf2FveUSdWriUqJnbTT {  }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:rgba(var(--color-tertiary-4),1);display:block;width:35.874309539795rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:4.0503082275391rem;left:2.435432434082rem;height:3.4375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:rgba(var(--color-tertiary-4),1);display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.7440185546875rem;left:2.4331340789795rem;height:2.11263125rem;display:block; }
#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.984375rem;left:6.8090534210206rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.398208618164rem;left:6.8090534210206rem;height:1.2999125rem;font-style:normal;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.999313354493rem;left:31.249998092651rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.374084472656rem;left:31.249998092651rem;height:1.2999125rem;font-style:normal;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.998168945312rem;left:55.623849868774rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.338470458984rem;left:55.623849868774rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:rgba(var(--color-tertiary-4),1);display:block;width:17.562040328979rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.120635986328rem;left:4.2738971710205rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.061809539795rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.09765625rem;left:28.466218948364rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.09765625rem;left:52.84006690979rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.24977016449rem;width:9.24977016449rem;top:3.1973876953125rem;left:8.4312953948975rem;overflow:hidden;display:block; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3118104934694rem;width:9.0625rem;top:3.2261047363281rem;left:32.967599868774rem;overflow:hidden;display:block; }
#fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4995403289794rem;width:8.4995403289794rem;top:4.0245895385742rem;left:57.624078750611rem;overflow:hidden;display:block; }
#Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);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:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:2.0863971710205rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:26.528032302856rem;display:block; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:50.901880264282rem;display:block; }
#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { position:relative;display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { background-color: transparent; background-image: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .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); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { border-width: 0; border-radius: 0; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { color:rgba(var(--color-tertiary-4),1);display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { color:rgba(var(--color-tertiary-4),1);display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4611663818363rem;left:18.311120986939rem;height:2.11263125rem;text-align:center;text-align-last:center;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4998125rem;width:29.8123125rem;top:0.87022399902344rem;left:3.8433170318604rem;overflow:hidden;display:block; }
#aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8120727539062rem;left:40.625001907349rem;height:2.03125rem;display:block; }
#PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7923278808594rem;left:40.622831344604rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iU4UGISiir8tBN7BiymNPEgZh69ULguv { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.7485046386719rem;left:40.625001907349rem;height:2.03125rem;display:block; }
#kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { color:rgba(var(--color-tertiary-4),1);display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.729827880859rem;left:40.622831344604rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { color:rgba(var(--color-tertiary-4),1);display:block;width:25.249309539795rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.062072753906rem;left:40.625001907349rem;height:2.03125rem;display:block; }
#qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.061859130859rem;left:40.625001907349rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eQuHpppTLCMa7858RAT7vQTQ6kUfG1Bp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.666259765625rem;left:40.622831344604rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZugOu3Xe0gey8MdBs3zGzT9MnuotiXq4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.999769210816rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.686004638672rem;left:40.622831344604rem;height:2.03125rem;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/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(59,80,148,0.91); }#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(59,80,148,0.91); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { position:absolute;display:block;z-index:15003;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;box-shadow: none;height:21.9375rem;width:21.9375rem;top:5.521484375rem;left:5.576171875rem;overflow:hidden;display:block; }
#xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { color:rgba(var(--color-primary-3),1);display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9365234375rem;left:32.0615234375rem;height:3.4121125rem;font-style:normal;display:block; }
#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:32.060546875rem;height:2.03125rem;font-style:normal;display:block; }
#bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { color:rgba(var(--color-tertiary-0),1);display:block;width:66.9990234375rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:32.959655761719rem;left:4rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { color:rgba(var(--color-tertiary-4),1);display:block;width:24.437040328979rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:13.2138671875rem;left:32.0595703125rem;height:8.09765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:23.353515625rem;left:32.0595703125rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { border-width: 0; border-radius: 0; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:none; }#oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { color:rgba(var(--color-tertiary-4),1);display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { color:rgba(var(--color-tertiary-4),1);display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#veRQqQ5qERqohv8xD3ne4OEWommaX5k1 { position:absolute;display:block;z-index:15000;height:27.4375rem;width:65rem;top:10.89453125rem;left:4.9677734375rem;display:block; }
#dQMwWU8NM5xocn09fDuQCKxzk8TWuUmf { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:48.625rem;left:0rem;display:none; }
#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:none; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:rgba(var(--color-tertiary-4),1);display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.03125rem;left:12.625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { border-width: 0; border-radius: 0; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:none; }#icBi8AlpiFZHOTkwahgIobkID3WaaQK9 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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:14.1875rem;width:29.6875rem;top:2.3125rem;left:23.375rem;display:block; }
#qKkuhrhih1tCRBKLV8X10UCROWOotpTW { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6875rem;left:23.5rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJHvJkMOMTEcPkvFSks1xpRDhxFVgCKH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1855625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:2.2;letter-spacing:0;top:8.875rem;left:33.6875rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#oqdiJZitcnDZ5I7TbTZ34JMEzTUqsFya { color:rgba(var(--color-tertiary-4),1);display:block;width:5.7487rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;z-index:15014;line-height:2.2;letter-spacing:0;top:8.75rem;left:28.5rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hNDTsz1kNTvmkKptpd1OhmOXdtVWJQxg { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:2.1;letter-spacing:0;top:14.375rem;left:27.15625rem;height:1.8374rem;text-align:center;text-align-last:center;display:block; }
#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { position:relative;display:none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:15009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.9348964691162rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { border-width: 0; border-radius: 0; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { color:rgba(var(--color-tertiary-4),1);display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#rrF1pRH2wx64ddQHdhRgaxzZvTVW4IEG { color:rgba(var(--color-tertiary-4),1);display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:15004;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; }
#JKIENm1QHLWTABA8TssQp8M1pcfqpguc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JKIENm1QHLWTABA8TssQp8M1pcfqpguc > .row .container { border-width: 0; border-radius: 0; }#JKIENm1QHLWTABA8TssQp8M1pcfqpguc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKIENm1QHLWTABA8TssQp8M1pcfqpguc > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:none; }#PWinmGOQWJWlwi3Jmu0Vcr3bdNsbOROX { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.875rem;width:15.875rem;top:2.8125rem;left:1.4375rem;overflow:hidden;display:block; }
#H7qQH7Mz9zWfyslf608Ooou5gld5E6km { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.125rem;width:15.5625rem;top:2.75rem;left:20.34375rem;overflow:hidden;display:block; }
#wz0kK5L4qI3kDcV17DrtVJ1H1Avd2lNR { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.3125rem;width:16.0625rem;top:17.1875rem;left:38.84375rem;overflow:hidden;display:block; }
#qnGAdcZzkcy4OnPWlf4qsySOA8ddvCZQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.25rem;width:15.6875rem;top:16.1875rem;left:57.78125rem;overflow:hidden;display:block; }
#sZEPxz1aEMdKB0TcJIgs2LC564O2WFQd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.6875rem;width:16rem;top:14.875rem;left:1.375rem;overflow:hidden;display:block; }
#uOTBLgHF96JDH2smsaB1reET3zfUo2m9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.9375rem;width:15.0625rem;top:2.75rem;left:39.34375rem;overflow:hidden;display:block; }
#cSzVRtCNLFdpNGoTZ2JankcwbyUTbdO6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:10.375rem;width:15.5rem;top:2.75rem;left:57.875rem;overflow:hidden;display:block; }
#n9cN1arATBSyDXuZXxTAD3mUCciMTq8K { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.375rem;width:17rem;top:18.0625rem;left:19.625rem;overflow:hidden;display:block; }
#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { border-width: 0; border-radius: 0; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:none; }#CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { color:rgba(var(--color-tertiary-4),1);display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:4.0503082275391rem;left:2.435432434082rem;height:3.4375rem;display:block; }
#z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { color:rgba(var(--color-tertiary-4),1);display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.7440185546875rem;left:2.4331340789795rem;height:2.11230625rem;display:block; }
#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/YthBIzzG/Untitled.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.adaptive-delivery-prevent-bg, #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.lazyload, #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.lazyloading { background-image: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { border-width: 0; border-radius: 0; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:none; }#UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:17.561197280884rem;height:7.4375rem;display:block; }
#P4AZplIvQopg8LCWcRki8v79EO3BJJeL { color:rgba(var(--color-tertiary-3),1);display:block;width:34.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:4.5rem;left:29.415365219116rem;height:4.6875rem;font-style:normal;display:block; }
#ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:21.686197280884rem;height:7.4375rem;display:block; }
#H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.4375rem;left:26.687501907349rem;height:7.4375rem;display:block; }
#PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { color:#70bbbb;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4583740234375rem;left:29.415365219116rem;height:1.8125rem;display:block; }
#MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.3125rem;left:34.875001907349rem;height:4.6875rem;font-style:normal;display:block; }
#Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { color:#48a4a4;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.25rem;left:34.875001907349rem;height:1.8125rem;display:block; }
#huAZshelz2aUZB6DggMnASb1rOtUyx8p { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:25.9375rem;left:39.687501907349rem;height:4.6875rem;font-style:normal;display:block; }
#vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.875rem;left:39.687501907349rem;height:1.8125rem;display:block; }
#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .row .container { background-color: transparent; background-image: none; }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .row .container > .video-iframe-container { display: none; }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .row > .video-iframe-container { display: none; }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .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); }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .row .container { border-width: 0; border-radius: 0; }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#rs6wngUAB2DM2zVux9yP5qgXHJnt1UTp { color:#3b5094;display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:18.28125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DrKXAQdi6AxUF5hOaMLTUubJ3eOn9Ayu { color:#3b5094;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.171875rem;left:28.71875rem;height:1.625rem;display:block; }
#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .row .container { background-color: transparent; background-image: none; }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .row .container > .video-iframe-container { display: none; }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .row > .video-iframe-container { display: none; }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .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); }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .row .container { border-width: 0; border-radius: 0; }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#tVUF6QGAng0kpPB2Us5ZKk48daIRVK71 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),0.86));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),0.86));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),0.86));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),0.86)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),0.86)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),0.86));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.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:26.5rem;width:24.1875rem;top:0rem;left:25.40625rem;display:block; }
#gE9y7ye5y7RTS3i1dNIcMhn2OZyrvg4Q { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:23.9375rem;width:22.8125rem;top:1.28125rem;left:50rem;display:block; }
#CbRaOEo316lQdV4H4FUqkdIeN0pLLsib { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:23.9375rem;width:23.3125rem;top:1.28125rem;left:1.75rem;display:block; }
#BJF4iybPP2TK7LXi5Zc2HEXFuzee6lEH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:28.5rem;height:2.76220625rem;font-style:normal;display:block; }
#ZWtQQhP9f3mdZhZapdpt3u2wPQ0HcwNw { color:rgba(var(--color-tertiary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.90625rem;left:54.59375rem;height:2.4375rem;font-style:normal;display:block; }
#XEwLemnBEMFRW8MTk2DgLSelNmx8VfKg { color:rgba(var(--color-tertiary-2),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.90625rem;left:9.59375rem;height:2.4375rem;font-style:normal;display:block; }
#q8U9HdIEbz7Dh5voPzyIpfHswV6Srvlt { color:#ffce2b;display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8rem;left:28.5rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qBUMfulHPNRotbhyqXznF1yGvdiyNkw9 { color:#ffce2b;display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:26.21875rem;height:5.36230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLE2cpVpcAUR3qTSZzkoNKWTiDNlCo6w { color:#3b5094;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:4.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ag3oJE8LJT3lLwrbqTDLvWnhTiNu8OLI { color:#3b5094;display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.8125rem;left:53.53125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EwyxVM1mTOOBP6r02erSvtunuw2F5Xm4 { color:#3b5094;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.21875rem;left:53.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEIFm8Jyom09dQTVesJS11Bgwg4XUBsK { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.84375rem;left:5.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkXq5wIVtbAV1699n0UFFI86nSIiyeox { background-color:rgba(var(--color-tertiary-0),0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.1650390625rem;left:7.125rem;display:block; }
#EXALfTSQqLZ3Oi9hP62HhzB8M2EFLn2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QmXTDCgG6E6eZie03mMZ30Niltlgnr7B { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.7666015625rem;left:29.53125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5TDishgCmxqPcGtu9yK5GCbIPG1WH9p { background-color:rgba(var(--color-tertiary-0),0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.560546875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:19.1650390625rem;left:55.1259765625rem;display:block; }
#cPwKP1JCspXWXH8NQ0sRTDnsxQRK6g9l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T29FRaSt4r4HH7NTnV6UUKplgH0xn2H4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.7275390625rem;left:31.21875rem;display:block; }
#yxJBZGaVhlLQddupzuTaMpcbIz3MFwzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nl1wXSZqJcKZkXeaBVDkRBCtElPTrr7J { color:#3b5094;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.0712890625rem;left:6.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { border-width: 0; border-radius: 0; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:none; }#E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { color:#090909;display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:29.25rem;height:3.493925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:14rem;top:4.9375rem;left:9.9375rem;overflow:hidden;display:block; }
#lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { color:#090909;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.8125rem;left:29.0625rem;height:7.3095625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.36) ;height:23.0625rem;width:61.5625rem;top:0rem;left:5.9375rem;display:block; }
#VV4IUxCXCN6bT5eVc10gQxJ5KaXnZD38 { color:#090909;display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:20.625001907349rem;left:29.25rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.adaptive-delivery-prevent-bg, #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.lazyload, #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.lazyloading { background-image: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { background-color: transparent; background-image: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,80,148,0.71); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container > .video-iframe-container { display: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,80,148,0.71); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container { display: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .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); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { border-width: 0; border-radius: 0; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:2.9465942382812rem;left:4.84375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:15009;text-align:center;text-align-last:center;top:9.3190307617188rem;left:29.250001907349rem;display:block; }
#iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { background-color: transparent; background-image: none; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container > .video-iframe-container { display: none; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row > .video-iframe-container { display: none; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .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); }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { border-width: 0; border-radius: 0; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { color:#021f62;display:block;width:74.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3763427734375rem;left:0rem;height:3.493925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { position:absolute;display:block;z-index:15023;height:22.3125rem;width:61.5625rem;top:7.0625rem;left:6.71875rem;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/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(59,80,148,0.91); }#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(59,80,148,0.91); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:rgba(var(--color-tertiary-0),1);display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7880859375rem;left:15.1875rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:15008;text-align:center;text-align-last:center;top:16.255615234375rem;left:29.249132156372rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf .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; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;color:#f9f5ef;padding-top:0.751875rem;padding-right:0.68375rem;padding-bottom:0.751875rem;padding-left:0.68375rem;display:block;align-items:center;width:4.098125rem;min-width:4.098125rem;height:4.04rem;position:relative;font-family:var(--headlines-font-family);font-size:3.006875rem;font-weight:700;line-height:64.64px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf .widget-text.counter-label { background-color:;background-image:none;color:#f9f5ef;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.4625rem;height:1.596875rem;position:relative;font-family:var(--paragraphs-font-family);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; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf { 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;box-shadow: none;display:flex;justify-content:space-between;width:25.875rem;height:7.610375rem;padding-top:0.9375rem;padding-right:0.94125rem;padding-bottom:0.9375rem;padding-left:0.94125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.6240234375rem;left:23.6201171875rem;z-index:15020; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #XVvNnTcGdZmMry3mi2hZkE9pVxed7cwT { display:flex;position:relative;top:0rem;left:0rem; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #mxK5bfHsEUUChOpZEBdvpVfS3thu3G81 { width:auto; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #LBLkbvaUEys4qAXUaim4HGSpKyGgGB3d {  }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #uRXHWwhTfPTIgC3WlAqc0cQamM6ui85P { display:flex;position:relative;top:0rem;left:0rem; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #DJwHIZLTW03zGknxEbcC0M0GXqOghUOk {  }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #IMg8DtiKux9yvgOTq8REy5Cm0KJwisJK {  }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #BmN6rHHEaCGkNNpUk6QtXe8SCvTlCTxd { display:flex;position:relative;top:0rem;left:0rem; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #TIfu1tWRt5IlQVBV3xWUqnPJciTiCMky {  }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #MGNznemVwK0V7Mu7Tmlhzmt2mRhOK3Sk {  }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #hiUxLX7ABILAILSziFUUfrLM3NTIGPnM { display:flex;position:relative;top:0rem;left:0rem; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #uBPNAFug4E7gNxkTXRtC47mODveJmtX3 {  }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #FGrT1O06IrMHfeHsaFL909nL1C8EO5i0 {  }
#twe9TaHINnrKSiGcGbnQti11HqrsJLAi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.18575rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.728300094604rem;left:28.406034469604rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row .container { background-color: transparent; background-image: none; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row .container > .video-iframe-container { display: none; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row > .video-iframe-container { display: none; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .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); }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row .container { border-width: 0; border-radius: 0; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#WxMOU95iMdWrMyNH06qT07OswsLpaUxO { color:rgba(var(--color-tertiary-1),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:14.1875rem;left:3.75rem;height:5.0625rem;font-style:normal;display:block; }
#PO25JqvkHOoPPvLyJG2t3DT3lGcTmJyX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.6875rem;top:28.375rem;left:3.75rem;overflow:hidden;display:block; }
#BPqJTJUNm5nWtWCA4JWddGGAdm75OdMH { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:2.2;letter-spacing:0;top:20.75rem;left:6.125rem;height:11.6845625rem;font-style:normal;display:block; }
#mTNxlrFog6SqJL4Jqo0kHgbxpoLzGITy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:21.5625rem;left:3.9375rem;overflow:hidden;display:block; }
#AGWSAwTc5u0wiNL55b9spK5XbGX2E8eT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:25.9375rem;left:3.9375rem;overflow:hidden;display:block; }
#AGWv0AZNsQDk5JFNDaiUJvr9XfuppsAA { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:12rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.8125rem;left:3.625rem;display:block; }
#UApnHk7OvFi99RDRTpGZIckWoP20Re0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JHZICEMhvUSHNTV3RMSfTpaOJQamQmQ0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.4375rem;left:3.875rem;overflow:hidden;display:block; }
#F6R85irDVH3J3MmgyNlWvyVR5vKoILUT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:23.8125rem;left:3.9375rem;overflow:hidden;display:block; }
#fZyFzWtXc64KrbKKwaqgaVtRSVrat6iK { color:rgba(var(--color-tertiary-1),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:2.4326171875rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#yTdKIvXh7KvxJG3Fh2pITGT1GyerABtF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.625rem;width:26.5rem;top:4.1243562698364rem;left:41.873918533325rem;overflow:hidden;display:block; }
#CUt5ttMnTaepmWUrwZIMh9V3h01wdBQg { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:5.5rem;left:3.75rem;height:6.875rem;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:10rem;top:1.6771240234375rem;left:13.71875rem;overflow:hidden;display:block; }
#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:1.7621841430664rem;left:42.311578750611rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
@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:30.380859375rem;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:35.68359375rem;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:40.994140625rem;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:1rem;left:0rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0hfXnRsDrdcwR0zPn1Ferbr45fEKmUP { top:1.1875rem;left:1.25rem;width:7.5rem;height:2.125rem;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) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:18.25rem;left:0rem;width:29.5625rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { top:33.375rem;left:0rem;width:1.6875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { top:25.75rem;left:0rem;width:29.1875rem;height:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { top:26.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { top:30.9375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:12rem;height:3.1875rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.5rem;height:3.1875rem;top:39.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { top:35.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { top:28.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:40.75rem;left:3.75rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { top:10.3125rem;left:21.25rem;width:26.4375rem;height:31.674767920697rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:7.25rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNcUs5oOWL4GmZ43VWTsFxNZBibW2RUc { top:7.25rem;left:30.404296875rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJue3IPG96fVkBvasFDQ0JJEynXUkK4X { top:34.6875rem;left:28.21875rem;width:4.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI1Rgr5n1h5Sxs8Q3yg9cG0aKaLExTy1 { top:10.0625rem;left:0rem;width:43.25rem;height:6.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { top:0.75rem;left:0rem;width:47.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:2.8125rem;left:3.0937519073486rem;width:41.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i .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; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i .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; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #Jc5PJ0nX16trApza1a0lInMpUaMeo8On { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #vE9lQU3J6LzIENSxaiDZsqDNoV1k1fbP {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #JT1l2Qwfw5df1pBKo2dbsZEI64nb3Ib6 {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #Ea9NS2WpBqxSdJcQIPZnRknkm3FgzalB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #WHVLmQVOJNIzWWIEudfcTemR4U9GpgGO {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #PhNZaF4B4qpdAqfHpVv36hUwMm334wTx {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #AxmTmEKrThBDgcgPUxTUN65SeACNmUl9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #ukcdB8zoVxyEuZ9lAk8Jwgm1vmuTTgro {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #kNIOZxmRl0aazAAi0PI5oFoOl1IIruuG {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #yQmMRPddTr1AGTK6g3f3DVkNsLqZGis2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #VQq1hTFUc4fFh63fhzJbMFm1y6cWicN4 {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #xUdqsQqED0kx03WZyesU4aZToLg3BEf8 {  }
 }@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) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:8.9375rem;left:15.626302719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { top:25.4375rem;left:4.625rem;width:38.9375rem;height:4.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { top:36.5rem;left:0rem;width:31.5rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { top:30rem;left:10.625rem;width:26.9375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { top:35.8125rem;left:18.3125rem;width:29.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { top:38.1875rem;left:23.5625rem;width:24.1875rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQd4qJuWF4hQwtQA1iRiKzGTODnxJVaT { top:43.9375rem;left:0rem;width:31.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { top:21.3125rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:4.75rem;left:0rem;width:20rem;height:2.375rem;font-size:2.25rem;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) { #xtKfoODAGp8rQe7NUsggihcJnRFPQZc6 { top:7.3125rem;left:14.78125rem;width:18.125rem;height:2.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XH131MzKkLXPTdZ3tqx7esNrEJQJk9Mb { top:12.875rem;left:14.782121658325rem;width:18.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx .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; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx .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; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #P6Q2gE2MUcsnxV7vecwBQExhERzX9yx1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #Mm7ZseN65itHZWsfr0pmgfXNCCyQK0hg {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #XTO2S8nCR5495spPkSLRERGV6T6zJIVD {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #WfT9nZDaFnTNpW79wdgKgbyLPt8SrAm1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #iipB8bKqK6uyd8XPU6tmsvLlDn0BHdTP {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #aXDihhtABPByLbwzP5HtlmfXTUNbkusv {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #XXlTKkw2asNrwUrTGP5rJGaworGG5y67 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #IQbfDFuPew3cfyAFnhmQpxedAuavRsBT {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #x2H70TCLdVTsrQUdpvraXzNo54n8yoMz {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #CPJwB4KAyR7EuoUHuPsoceKEG2xETZwk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #kfmMQeO3iX0A9HLAow8EPx96KxCwA50q {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #eGUU6MUONv9fc7pNuOxlIhZBAXcTQMwG {  }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { top:4.5rem;left:14.1875rem;width:33.5625rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQTxzp8Mp0XtgKxVV0KPiJmTJQd8Vdup { top:8.3125rem;left:22.125rem;width:25.625rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { top:13rem;left:14.5rem;width:33.25rem;height:13.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { top:13.625rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { top:16rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { top:18.3125rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3sCR3QlGexz6hEpKfAvQA4VLTCHEEgR { top:20.625rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN5z7LzDcrT7EQCWBXd3m6VpdMxUpxAx { top:22.9375rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibXs6DNA0Po3zZaxHMhWM4flLIlokLms { top:25.3125rem;left:23.374078750611rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { top:3.25rem;left:0rem;width:30.1875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { top:7rem;left:0rem;width:27.6875rem;height:3.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD .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; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD .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; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #y9zFAl7riaAITiQy3SJP1tp1TrKW00qk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #iGreOJnwLgUb41y1yJiLKPFETkRgA0d1 {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #oReC3OlMHHmxkWn83cmht2mbJKWTyOvn {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Td9NATT9LsTWWefRfMSCIXTnIiegH1To { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #c0WE1odI5ugTxfkOcFkBmah91fJzsiaA {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Ske1iZadi3fTuThvZhbbL2ETAAK3eeBz {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #LmFel1BR73I51bblb7Oh1mBgXMeqWKWg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #BCVZpVc45vWaceoQTsBrkUaJSQvHWn85 {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Sp75e6F0F3RoWGTIhkGTiwxkdZy7QOCM {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #dEvSLO4bKARuzwiTAwddAT8D0LEZCPxz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #OPvKXsaDzBbqlPJNVsroMkvnEbigz4QC {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Pa2bVDN8JFReFXf2FveUSdWriUqJnbTT {  }
 }@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:4rem;left:0rem;width:35.8125rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:7.6875rem;left:0rem;width:38.3125rem;height:2rem;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.9375rem;left:2.2465534210205rem;width:12.5rem;height:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:16.375rem;left:2.2465534210205rem;width:12.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.9375rem;left:17.562498092651rem;width:12.5rem;height:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:16.3125rem;left:17.562498092651rem;width:12.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.9375rem;left:32.811349868774rem;width:12.5rem;height:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:16.3125rem;left:32.811349868774rem;width:12.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:20.0625rem;left:0rem;width:17.5rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:20.0625rem;left:13.75rem;width:18rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:20.0625rem;left:29.5625rem;width:18.0625rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:3.1875rem;left:3.8687953948974rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:3.1875rem;left:19.280099868774rem;width:9.0625rem;height:9.3118104934694rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:4rem;left:34.811578750611rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.375rem;left:25.75rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { top:2.5625rem;left:5.9361209869385rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { top:6.4375rem;left:4.6861209869385rem;width:38.3125rem;height:2rem;font-size:1rem;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) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { top:0.8125rem;left:0rem;width:29.75rem;height:24.448603974449rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { top:2.75rem;left:22.5625rem;width:25.1875rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { top:4.75rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { top:8.6875rem;left:17.75rem;width:30rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { top:10.6875rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { top:14rem;left:22.5625rem;width:25.1875rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { top:16rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQuHpppTLCMa7858RAT7vQTQ6kUfG1Bp { top:21.625rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZugOu3Xe0gey8MdBs3zGzT9MnuotiXq4 { top:19.625rem;left:19.8125rem;width:27.9375rem;height:2rem;font-size:1.5625rem;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.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { top:4.875rem;left:18.4365234375rem;width:18.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { top:8.5rem;left:18.435546875rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { top:32.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { top:13.1875rem;left:18.4345703125rem;width:24.375rem;height:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { top:23.3125rem;left:10.5rem;width:37.25rem;height:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { top:2.5625rem;left:5.9348964691162rem;width:35.8125rem;height:3.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veRQqQ5qERqohv8xD3ne4OEWommaX5k1 { top:10.875rem;left:0rem;width:47.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQMwWU8NM5xocn09fDuQCKxzk8TWuUmf { top:48.625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@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.9348964691162rem;width:35.8125rem;height:3.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { top:6rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { display:block; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icBi8AlpiFZHOTkwahgIobkID3WaaQK9 { top:2.3125rem;left:0rem;width:29.6875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkuhrhih1tCRBKLV8X10UCROWOotpTW { top:5.6875rem;left:0rem;width:29.375rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJHvJkMOMTEcPkvFSks1xpRDhxFVgCKH { top:8.875rem;left:8.75rem;width:15.125rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdiJZitcnDZ5I7TbTZ34JMEzTUqsFya { top:8.75rem;left:18.1875rem;width:5.6875rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDTsz1kNTvmkKptpd1OhmOXdtVWJQxg { top:14.375rem;left:0.125rem;width:23.75rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { top:4.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { display:block; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { top:2.5625rem;left:5.9348964691162rem;width:35.8125rem;height:3.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrF1pRH2wx64ddQHdhRgaxzZvTVW4IEG { top:6.3125rem;left:4.6848964691162rem;width:38.3125rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKIENm1QHLWTABA8TssQp8M1pcfqpguc { display:block; }#JKIENm1QHLWTABA8TssQp8M1pcfqpguc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWinmGOQWJWlwi3Jmu0Vcr3bdNsbOROX { top:2.8125rem;left:0rem;width:15.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7qQH7Mz9zWfyslf608Ooou5gld5E6km { top:2.75rem;left:8.3125rem;width:15.5625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz0kK5L4qI3kDcV17DrtVJ1H1Avd2lNR { top:17.1875rem;left:19.75rem;width:16.0625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnGAdcZzkcy4OnPWlf4qsySOA8ddvCZQ { top:16.1875rem;left:32.0625rem;width:15.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZEPxz1aEMdKB0TcJIgs2LC564O2WFQd { top:14.875rem;left:0rem;width:16rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOTBLgHF96JDH2smsaB1reET3zfUo2m9 { top:2.75rem;left:20.75rem;width:15.0625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSzVRtCNLFdpNGoTZ2JankcwbyUTbdO6 { top:2.75rem;left:32.25rem;width:15.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9cN1arATBSyDXuZXxTAD3mUCciMTq8K { top:18.0625rem;left:6.875rem;width:17rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { display:block; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { top:4rem;left:0rem;width:35.8125rem;height:3.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { top:7.6875rem;left:0rem;width:38.3125rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a { display:block; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { top:1.1875rem;left:3.9361972808838rem;width:7.25rem;height:7.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4AZplIvQopg8LCWcRki8v79EO3BJJeL { top:4.4375rem;left:12.875rem;width:34.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { top:11.8125rem;left:8.0611972808837rem;width:7.9375rem;height:7.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { top:22.4375rem;left:13.062501907349rem;width:7.25rem;height:7.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { top:2.4375rem;left:15.790365219116rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { top:15.3125rem;left:12.8125rem;width:34.9375rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { top:13.25rem;left:21.250001907349rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAZshelz2aUZB6DggMnASb1rOtUyx8p { top:25.9375rem;left:14.625rem;width:33.125rem;height:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { top:23.875rem;left:26.062501907349rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K { display:block; }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs6wngUAB2DM2zVux9yP5qgXHJnt1UTp { top:1.9375rem;left:4.65625rem;width:38.4375rem;height:8.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrKXAQdi6AxUF5hOaMLTUubJ3eOn9Ayu { top:6.125rem;left:15.09375rem;width:17.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 { display:block; }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVUF6QGAng0kpPB2Us5ZKk48daIRVK71 { top:0rem;left:7.5625rem;width:24.1875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE9y7ye5y7RTS3i1dNIcMhn2OZyrvg4Q { top:1.25rem;left:24.8125rem;width:22.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbRaOEo316lQdV4H4FUqkdIeN0pLLsib { top:1.25rem;left:0rem;width:23.3125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJF4iybPP2TK7LXi5Zc2HEXFuzee6lEH { top:2.6875rem;left:12.0625rem;width:19.6875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWtQQhP9f3mdZhZapdpt3u2wPQ0HcwNw { top:2.875rem;left:31.780599594116rem;width:15.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEwLemnBEMFRW8MTk2DgLSelNmx8VfKg { top:2.875rem;left:5.03125rem;width:7.625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9HdIEbz7Dh5voPzyIpfHswV6Srvlt { top:8rem;left:13.75rem;width:18rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBUMfulHPNRotbhyqXznF1yGvdiyNkw9 { top:10.25rem;left:9.1875rem;width:22.5625rem;height:5.3125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLE2cpVpcAUR3qTSZzkoNKWTiDNlCo6w { top:10.8125rem;left:0rem;width:17.4375rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag3oJE8LJT3lLwrbqTDLvWnhTiNu8OLI { top:10.8125rem;left:31.75rem;width:15.6875rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwyxVM1mTOOBP6r02erSvtunuw2F5Xm4 { top:8.1875rem;left:31.75rem;width:15.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEIFm8Jyom09dQTVesJS11Bgwg4XUBsK { top:8.8125rem;left:1.15625rem;width:13.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkXq5wIVtbAV1699n0UFFI86nSIiyeox { width:12.5rem;height:3.125rem;top:19.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXALfTSQqLZ3Oi9hP62HhzB8M2EFLn2p { display:block; }
 }@media only screen and (max-width: 763px) { #QmXTDCgG6E6eZie03mMZ30Niltlgnr7B { top:17.75rem;left:15.8125rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5TDishgCmxqPcGtu9yK5GCbIPG1WH9p { width:12.5rem;height:3.125rem;top:19.125rem;left:32.3134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPwKP1JCspXWXH8NQ0sRTDnsxQRK6g9l { display:block; }
 }@media only screen and (max-width: 763px) { #T29FRaSt4r4HH7NTnV6UUKplgH0xn2H4 { width:12.5rem;height:3.125rem;top:19.6875rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxJBZGaVhlLQddupzuTaMpcbIz3MFwzQ { display:block; }
 }@media only screen and (max-width: 763px) { #Nl1wXSZqJcKZkXeaBVDkRBCtElPTrr7J { top:8.0625rem;left:2.0625rem;width:13.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { top:5.625rem;left:8rem;width:39.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { top:4.9375rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { top:10.75rem;left:13rem;width:34.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { top:0rem;left:0rem;width:47.5rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV4IUxCXCN6bT5eVc10gQxJ5KaXnZD38 { top:20.625rem;left:12.9375rem;width:34.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { top:2.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { width:16.5rem;height:2.9375rem;top:9.3125rem;left:15.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block; }
 }@media only screen and (max-width: 763px) { #MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { display:block; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { top:2.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { top:7.0625rem;left:0rem;width:47.75rem;height:22.3125rem;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.75rem;left:1.5616321563721rem;width:44.5625rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:16.5rem;height:2.9375rem;top:16.25rem;left:15.624132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf .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; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf .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; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #XVvNnTcGdZmMry3mi2hZkE9pVxed7cwT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #mxK5bfHsEUUChOpZEBdvpVfS3thu3G81 {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #LBLkbvaUEys4qAXUaim4HGSpKyGgGB3d {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #uRXHWwhTfPTIgC3WlAqc0cQamM6ui85P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #DJwHIZLTW03zGknxEbcC0M0GXqOghUOk {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #IMg8DtiKux9yvgOTq8REy5Cm0KJwisJK {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #BmN6rHHEaCGkNNpUk6QtXe8SCvTlCTxd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #TIfu1tWRt5IlQVBV3xWUqnPJciTiCMky {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #MGNznemVwK0V7Mu7Tmlhzmt2mRhOK3Sk {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #hiUxLX7ABILAILSziFUUfrLM3NTIGPnM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #uBPNAFug4E7gNxkTXRtC47mODveJmtX3 {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #FGrT1O06IrMHfeHsaFL909nL1C8EO5i0 {  }
 }@media only screen and (max-width: 763px) { #twe9TaHINnrKSiGcGbnQti11HqrsJLAi { top:20.6875rem;left:14.781034469604rem;width:18.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhCpofc2vX47UMenMGR4VuqxMtgkFJbL { display:block; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxMOU95iMdWrMyNH06qT07OswsLpaUxO { top:14.1875rem;left:0rem;width:29.5625rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO25JqvkHOoPPvLyJG2t3DT3lGcTmJyX { top:28.375rem;left:0rem;width:1.6875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPqJTJUNm5nWtWCA4JWddGGAdm75OdMH { top:20.75rem;left:0rem;width:26rem;height:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTNxlrFog6SqJL4Jqo0kHgbxpoLzGITy { top:21.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGWSAwTc5u0wiNL55b9spK5XbGX2E8eT { top:25.9375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGWv0AZNsQDk5JFNDaiUJvr9XfuppsAA { width:12rem;height:3.1875rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UApnHk7OvFi99RDRTpGZIckWoP20Re0A { display:block; }
 }@media only screen and (max-width: 763px) { #JHZICEMhvUSHNTV3RMSfTpaOJQamQmQ0 { top:30.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6R85irDVH3J3MmgyNlWvyVR5vKoILUT { top:23.8125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZyFzWtXc64KrbKKwaqgaVtRSVrat6iK { top:2.375rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTdKIvXh7KvxJG3Fh2pITGT1GyerABtF { top:4.0625rem;left:21.25rem;width:26.5rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUt5ttMnTaepmWUrwZIMh9V3h01wdBQg { top:5.5rem;left:0rem;width:43.25rem;height:6.875rem;font-size:1.6875rem;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:10rem;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:4.0625rem;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:6.25rem;height:1.25rem;top:1.0091146230698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0hfXnRsDrdcwR0zPn1Ferbr45fEKmUP { width:5.625rem;height:1.5625rem;top:1.0693359375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { 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 { width:20rem;height:48.4375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.6875rem;height:5.625rem;top:25.1875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { width:1.75rem;height:1.1875rem;top:38.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { width:18rem;height:10.05859375rem;top:32.25rem;left:2.0625rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { width:1.25rem;height:1.25rem;top:32.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { width:1.1875rem;height:1.1875rem;top:36.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:8.5625rem;height:2.6875rem;top:44.4375rem;left:0.5625rem;font-size:0.9375rem;background-color:#ffb100;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.75rem;height:1.75rem;top:44.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { width:1.3125rem;height:1.3125rem;top:40.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { width:1.25rem;height:1.25rem;top:34.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.2999125rem;top:45.0625rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { width:11.436625rem;height:13.811875rem;top:10.825738430023rem;left:4.4368491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:19.6875rem;height:1.3125rem;top:4.7414979934692rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lNcUs5oOWL4GmZ43VWTsFxNZBibW2RUc { width:3.75rem;height:1.99978125rem;top:41.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJue3IPG96fVkBvasFDQ0JJEynXUkK4X { width:3.5625rem;height:1.875rem;top:41.9375rem;left:13.4375rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #TI1Rgr5n1h5Sxs8Q3yg9cG0aKaLExTy1 { width:20rem;height:3.7119125rem;top:7.8037109375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:1.25rem;position:relative;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) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i .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; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i .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; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i .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; }
#VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i { display:flex;width:19.125rem;height:5.2431625rem;top:10.6875rem;left:0.375rem;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) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #Jc5PJ0nX16trApza1a0lInMpUaMeo8On { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #vE9lQU3J6LzIENSxaiDZsqDNoV1k1fbP {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #JT1l2Qwfw5df1pBKo2dbsZEI64nb3Ib6 {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #Ea9NS2WpBqxSdJcQIPZnRknkm3FgzalB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #WHVLmQVOJNIzWWIEudfcTemR4U9GpgGO {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #PhNZaF4B4qpdAqfHpVv36hUwMm334wTx {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #AxmTmEKrThBDgcgPUxTUN65SeACNmUl9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #ukcdB8zoVxyEuZ9lAk8Jwgm1vmuTTgro {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #kNIOZxmRl0aazAAi0PI5oFoOl1IIruuG {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #yQmMRPddTr1AGTK6g3f3DVkNsLqZGis2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #VQq1hTFUc4fFh63fhzJbMFm1y6cWicN4 {  }
 }@media only screen and (max-width: 763px) { #VA5v4oZ7vhwldysIAfOa9Szt76IsXk6i #xUdqsQqED0kx03WZyesU4aZToLg3BEf8 {  }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");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(59,80,148,0.91); }#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(59,80,148,0.91); }#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:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.436625rem;height:2.87435rem;top:15.686851501465rem;left:1.7805991172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { width:20rem;height:2.2749rem;top:32.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { width:20rem;height:6.375rem;top:37.78125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { width:20rem;height:1.2999125rem;top:35.03125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { width:19.75rem;height:9.1875rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { width:20rem;height:6.375rem;top:48.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQd4qJuWF4hQwtQA1iRiKzGTODnxJVaT { width:20rem;height:4.78125rem;top:58.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { width:12.5rem;height:1.2999125rem;top:29.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:2.92535rem;top:5.5625rem;left:0rem;font-size:2.25rem;color:#3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:20rem;height:23.125rem;top:2.3720703125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xtKfoODAGp8rQe7NUsggihcJnRFPQZc6 { width:18.125rem;height:0;top:21.67578125rem;left:0.9375rem;font-size:1.1875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #XH131MzKkLXPTdZ3tqx7esNrEJQJk9Mb { width:18.125rem;height:2.599825rem;top:20.67165851593rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx .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; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx .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; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx .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; }
#TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx { display:flex;width:19.124375rem;height:5.24305625rem;top:9.5625rem;left:0.375rem;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;z-index:15019; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #P6Q2gE2MUcsnxV7vecwBQExhERzX9yx1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #Mm7ZseN65itHZWsfr0pmgfXNCCyQK0hg {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #XTO2S8nCR5495spPkSLRERGV6T6zJIVD {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #WfT9nZDaFnTNpW79wdgKgbyLPt8SrAm1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #iipB8bKqK6uyd8XPU6tmsvLlDn0BHdTP {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #aXDihhtABPByLbwzP5HtlmfXTUNbkusv {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #XXlTKkw2asNrwUrTGP5rJGaworGG5y67 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #IQbfDFuPew3cfyAFnhmQpxedAuavRsBT {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #x2H70TCLdVTsrQUdpvraXzNo54n8yoMz {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #CPJwB4KAyR7EuoUHuPsoceKEG2xETZwk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #kfmMQeO3iX0A9HLAow8EPx96KxCwA50q {  }
 }@media only screen and (max-width: 763px) { #TooCQ0GuMT0DoyWrSQfJmIn0rThVrIfx #eGUU6MUONv9fc7pNuOxlIhZBAXcTQMwG {  }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { width:20rem;height:1.99365rem;top:3.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQTxzp8Mp0XtgKxVV0KPiJmTJQd8Vdup { width:20rem;height:1.462675rem;top:5.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { width:17.1875rem;height:20.25rem;top:8.75rem;left:2.6875rem;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { width:1rem;height:1rem;top:9.1245346069338rem;left:0.87477028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { width:1rem;height:1rem;top:12.561576843262rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { width:1rem;height:1rem;top:15.937263488769rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3sCR3QlGexz6hEpKfAvQA4VLTCHEEgR { width:1rem;height:1rem;top:19.311805725097rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN5z7LzDcrT7EQCWBXd3m6VpdMxUpxAx { width:1rem;height:1rem;top:22.749992370606rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibXs6DNA0Po3zZaxHMhWM4flLIlokLms { width:1rem;height:1rem;top:25.999534606934rem;left:0.81227028369906rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { width:20rem;height:21.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { width:20rem;height:0;top:32.5625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:46.9375rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD .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; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD .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; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD .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; }
#Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD { display:flex;width:19.125rem;height:5.24375rem;top:30.25rem;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) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #y9zFAl7riaAITiQy3SJP1tp1TrKW00qk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #iGreOJnwLgUb41y1yJiLKPFETkRgA0d1 {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #oReC3OlMHHmxkWn83cmht2mbJKWTyOvn {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Td9NATT9LsTWWefRfMSCIXTnIiegH1To { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #c0WE1odI5ugTxfkOcFkBmah91fJzsiaA {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Ske1iZadi3fTuThvZhbbL2ETAAK3eeBz {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #LmFel1BR73I51bblb7Oh1mBgXMeqWKWg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #BCVZpVc45vWaceoQTsBrkUaJSQvHWn85 {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Sp75e6F0F3RoWGTIhkGTiwxkdZy7QOCM {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #dEvSLO4bKARuzwiTAwddAT8D0LEZCPxz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #OPvKXsaDzBbqlPJNVsroMkvnEbigz4QC {  }
 }@media only screen and (max-width: 763px) { #Ow8Onrn5ZsPoe9U1rwCfuXCzTnw7XQeD #Pa2bVDN8JFReFXf2FveUSdWriUqJnbTT {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:6.3955078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:20rem;height:1.99365rem;top:2.2291641235351rem;left:0rem;font-size:1.8125rem;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:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:12.5rem;height:2.11263125rem;top:13.739585876465rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:12.5rem;height:1.2999125rem;top:16.134117126465rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:12.5rem;height:2.11263125rem;top:42.175788879394rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:12.5rem;height:1.2999125rem;top:44.570320129394rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:12.5rem;height:2.11263125rem;top:70.593757629394rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:12.5rem;height:1.2999125rem;top:73.128913879394rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:17.5rem;height:6.09375rem;top:19.875007629394rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:18rem;height:6.09375rem;top:48.389320373535rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:18.0625rem;height:6.09375rem;top:76.451820373538rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:9.1875rem;height:9.1875rem;top:3.0625076293945rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:9.0625rem;height:9.3111982345581rem;top:31.70442199707rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:8.4375rem;height:8.4375rem;top:60.606773376465rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:20rem;height:27.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:20rem;height:27.1875rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:20rem;height:27.1875rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:20rem;height:6.340821875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { width:20rem;height:2.19970625rem;top:2.5390625rem;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.2999125rem;top:5.0416564941406rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { width:17.3123125rem;height:14.1873125rem;top:0.068359375rem;left:1.3433160781861rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { width:20rem;height:2.03125rem;top:14.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { width:20rem;height:1.2999125rem;top:16.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { width:20rem;height:4.0625rem;top:19.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { width:20rem;height:1.2999125rem;top:23.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { width:20rem;height:2.03125rem;top:26.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { width:19.125rem;height:1.21875rem;top:28.9375rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQuHpppTLCMa7858RAT7vQTQ6kUfG1Bp { width:20rem;height:1.2999125rem;top:36.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZugOu3Xe0gey8MdBs3zGzT9MnuotiXq4 { width:20rem;height:4.0625rem;top:32.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { background-color:#456aa8;background-image:url("https://images.assets-landingi.com/WxkfbXV0/web_banner.png");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); }#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); }#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:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { width:10.1875rem;height:10.1875rem;top:1.8828125rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { width:18.875rem;height:2.2749rem;top:13.217437744141rem;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.2999125rem;top:15.4921875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { width:17.9375rem;height:5.09765625rem;top:39.875rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { width:20rem;height:8.09765rem;top:19rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { width:20rem;height:6.5625rem;top:29.645843505859rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { display:none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { width:20rem;height:2.19970625rem;top:2.1041870117188rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { width:20rem;height:1.54345625rem;top:4.6666667461395rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veRQqQ5qERqohv8xD3ne4OEWommaX5k1 { width:20rem;height:14.5625rem;top:7.5000042915344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQMwWU8NM5xocn09fDuQCKxzk8TWuUmf { top:51.3740234375rem;left:0rem;width:20rem;height:1.2999125rem;z-index:15017;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:8.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:2.19970625rem;top:2.5390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { width:15.4375rem;height:1.4624rem;top:5.75rem;left:2.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { display:none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #icBi8AlpiFZHOTkwahgIobkID3WaaQK9 { width:20rem;height:12.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkuhrhih1tCRBKLV8X10UCROWOotpTW { width:20rem;height:1.86865rem;top:2.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJHvJkMOMTEcPkvFSks1xpRDhxFVgCKH { width:15.125rem;height:5.5rem;top:5.75rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdiJZitcnDZ5I7TbTZ34JMEzTUqsFya { width:5.6875rem;height:5.5rem;top:5.6875rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDTsz1kNTvmkKptpd1OhmOXdtVWJQxg { width:20rem;height:1.8374rem;top:15.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:1.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { width:20rem;height:2.8125rem;top:6.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { display:none; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { width:20rem;height:2.19921875rem;top:2.0208435058594rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrF1pRH2wx64ddQHdhRgaxzZvTVW4IEG { width:20rem;height:1.54296875rem;top:4.6666667461395rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKIENm1QHLWTABA8TssQp8M1pcfqpguc { display:none; }#JKIENm1QHLWTABA8TssQp8M1pcfqpguc > .row .container { width:20rem;height:87.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PWinmGOQWJWlwi3Jmu0Vcr3bdNsbOROX { width:16.25rem;height:9.0625rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7qQH7Mz9zWfyslf608Ooou5gld5E6km { width:16.312040328979rem;height:13.75rem;top:21.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz0kK5L4qI3kDcV17DrtVJ1H1Avd2lNR { width:16.437269210816rem;height:6.3740806579587rem;top:58.06227016449rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnGAdcZzkcy4OnPWlf4qsySOA8ddvCZQ { width:16.25rem;height:7.4368104934694rem;top:77.748620986937rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZEPxz1aEMdKB0TcJIgs2LC564O2WFQd { width:16.25rem;height:8.75rem;top:11.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOTBLgHF96JDH2smsaB1reET3zfUo2m9 { width:16.25rem;height:13.93727016449rem;top:42.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSzVRtCNLFdpNGoTZ2JankcwbyUTbdO6 { width:16.25rem;height:10.81227016449rem;top:65.68635082245rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9cN1arATBSyDXuZXxTAD3mUCciMTq8K { width:16.374080657959rem;height:5rem;top:36.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { display:none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { width:20rem;height:2.19921875rem;top:2.976806640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { width:20rem;height:1.13671875rem;top:5.3527221679688rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { border-width: 0; border-radius: 0; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { width:3.3743104934692rem;height:3.33105625rem;top:2.2495727539062rem;left:0.25rem;font-size:2.5625rem;color:#263a80;display:block; }
 }@media only screen and (max-width: 763px) { #P4AZplIvQopg8LCWcRki8v79EO3BJJeL { width:15.9375rem;height:7.875rem;top:4.7677001953125rem;left:3.9958639144898rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { width:3.4995403289795rem;height:3.0869125rem;top:13.748657226562rem;left:0.25rem;font-size:2.375rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { width:3.3743104934692rem;height:3.16796875rem;top:24.686157226562rem;left:0.25rem;font-size:2.4375rem;color:#263a80;display:block; }
 }@media only screen and (max-width: 763px) { #PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { width:8.5rem;height:1.8681625rem;top:2.6900634765625rem;left:3.873850941658rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { width:15.8125rem;height:6.5625rem;top:27.205932617188rem;left:3.9935661554336rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { width:12.5rem;height:1.8681625rem;top:14.126647949219rem;left:3.936350941658rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAZshelz2aUZB6DggMnASb1rOtUyx8p { width:15.999540328979rem;height:6.5625rem;top:16.338500976562rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { width:12.5rem;height:1.8681625rem;top:24.990600585938rem;left:3.9935661554336rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K { display:block; }#iw9yfd5nNP18XATrMxGeTHsPtlw5gy7K > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rs6wngUAB2DM2zVux9yP5qgXHJnt1UTp { width:20rem;height:5.0371125rem;top:2.54296875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrKXAQdi6AxUF5hOaMLTUubJ3eOn9Ayu { width:14.75rem;height:1.4624rem;top:5.556640625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 { display:block; }#IQa8EL18xAwHWAGLaiJLPDOXTbkHLmw6 > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVUF6QGAng0kpPB2Us5ZKk48daIRVK71 { width:20rem;height:23.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE9y7ye5y7RTS3i1dNIcMhn2OZyrvg4Q { width:20rem;height:22.8125rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbRaOEo316lQdV4H4FUqkdIeN0pLLsib { width:20rem;height:21.9375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJF4iybPP2TK7LXi5Zc2HEXFuzee6lEH { width:14.9375rem;height:2.2749rem;top:3.4375rem;left:2.53125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWtQQhP9f3mdZhZapdpt3u2wPQ0HcwNw { width:14.8125rem;height:2.2749rem;top:50.83203125rem;left:2.59375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEwLemnBEMFRW8MTk2DgLSelNmx8VfKg { width:7.4375rem;height:2.2749rem;top:28rem;left:6.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8U9HdIEbz7Dh5voPzyIpfHswV6Srvlt { width:15.5625rem;height:2.4375rem;top:8.2998046875rem;left:2.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBUMfulHPNRotbhyqXznF1yGvdiyNkw9 { width:13.5625rem;height:5.0371125rem;top:10.0615234375rem;left:3.21875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLE2cpVpcAUR3qTSZzkoNKWTiDNlCo6w { width:13.5625rem;height:4.38720625rem;top:34.900390625rem;left:3.21875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag3oJE8LJT3lLwrbqTDLvWnhTiNu8OLI { width:13.5625rem;height:4.38720625rem;top:58.837890625rem;left:3.21875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwyxVM1mTOOBP6r02erSvtunuw2F5Xm4 { width:15.3125rem;height:2.4375rem;top:56.462890625rem;left:2.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEIFm8Jyom09dQTVesJS11Bgwg4XUBsK { width:13.5625rem;height:0;top:33.4375rem;left:4rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkXq5wIVtbAV1699n0UFFI86nSIiyeox { width:12.5rem;height:3.125rem;top:42.25rem;left:3.75rem;font-size:1rem;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #EXALfTSQqLZ3Oi9hP62HhzB8M2EFLn2p { display:block; }
 }@media only screen and (max-width: 763px) { #QmXTDCgG6E6eZie03mMZ30Niltlgnr7B { width:15.9375rem;height:1.4624rem;top:17.1875rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5TDishgCmxqPcGtu9yK5GCbIPG1WH9p { width:12.5rem;height:3.125rem;top:66.25rem;left:3.75rem;font-size:1rem;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #cPwKP1JCspXWXH8NQ0sRTDnsxQRK6g9l { display:block; }
 }@media only screen and (max-width: 763px) { #T29FRaSt4r4HH7NTnV6UUKplgH0xn2H4 { width:12.5rem;height:3.125rem;top:19.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxJBZGaVhlLQddupzuTaMpcbIz3MFwzQ { display:block; }
 }@media only screen and (max-width: 763px) { #Nl1wXSZqJcKZkXeaBVDkRBCtElPTrr7J { width:13.5625rem;height:2.4375rem;top:32.806640625rem;left:3.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:20rem;height:33.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { width:19.0625rem;height:1.7871125rem;top:4.0338134765625rem;left:0.46645224094391rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { width:8.9993104934694rem;height:8.9993104934694rem;top:7.8941040039062rem;left:5.4986211061478rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { width:17.749309539795rem;height:9.09863125rem;top:18.560424804688rem;left:1.1224724054336rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { width:19.75rem;height:29.8125rem;top:1.2177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV4IUxCXCN6bT5eVc10gQxJ5KaXnZD38 { width:20rem;height:0.9746125rem;top:28.7802734375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { width:20rem;height:9.56054375rem;top:3.0018615722656rem;left:0rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { width:16.499309539795rem;height:2.9365808963776rem;top:14.686401367188rem;left:1.7474724054336rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block; }
 }@media only screen and (max-width: 763px) { #MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { display:block; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { width:20rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { width:20rem;height:22.311580657959rem;top:5.657470703125rem;left:0rem;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:16.3125rem;height:2.4375rem;top:1.75rem;left:1.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:13.187040328979rem;height:2.6240808963776rem;top:12.625rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf .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; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf .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; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf .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; }
#bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf { display:flex;width:19.124375rem;height:5.24305625rem;top:5.7497348785401rem;left:0.36892366409302rem;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;background-color:rgba(59,80,148,0.91);background-image:none; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #XVvNnTcGdZmMry3mi2hZkE9pVxed7cwT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #mxK5bfHsEUUChOpZEBdvpVfS3thu3G81 {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #LBLkbvaUEys4qAXUaim4HGSpKyGgGB3d {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #uRXHWwhTfPTIgC3WlAqc0cQamM6ui85P { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #DJwHIZLTW03zGknxEbcC0M0GXqOghUOk {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #IMg8DtiKux9yvgOTq8REy5Cm0KJwisJK {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #BmN6rHHEaCGkNNpUk6QtXe8SCvTlCTxd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #TIfu1tWRt5IlQVBV3xWUqnPJciTiCMky {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #MGNznemVwK0V7Mu7Tmlhzmt2mRhOK3Sk {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #hiUxLX7ABILAILSziFUUfrLM3NTIGPnM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #uBPNAFug4E7gNxkTXRtC47mODveJmtX3 {  }
 }@media only screen and (max-width: 763px) { #bmTB7bhMHWxwPuGn99BtB8WsmA0A1mxf #FGrT1O06IrMHfeHsaFL909nL1C8EO5i0 {  }
 }@media only screen and (max-width: 763px) { #twe9TaHINnrKSiGcGbnQti11HqrsJLAi { width:18.125rem;height:2.599825rem;top:16.5rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhCpofc2vX47UMenMGR4VuqxMtgkFJbL { display:block; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL { background-color: transparent; background-image: none; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row .container > .video-iframe-container { display: none; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row > .video-iframe-container { display: none; }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .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); }#GhCpofc2vX47UMenMGR4VuqxMtgkFJbL > .row .container { width:20rem;height:45.9375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxMOU95iMdWrMyNH06qT07OswsLpaUxO { width:18.6875rem;height:5.625rem;top:22.999145507812rem;left:0.56206607818604rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PO25JqvkHOoPPvLyJG2t3DT3lGcTmJyX { width:1.75rem;height:1.1875rem;top:36.749145507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPqJTJUNm5nWtWCA4JWddGGAdm75OdMH { width:18rem;height:10.05859375rem;top:30.061889648438rem;left:2.0616321563721rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #mTNxlrFog6SqJL4Jqo0kHgbxpoLzGITy { width:1.25rem;height:1.25rem;top:30.562072753906rem;left:0.24956607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGWSAwTc5u0wiNL55b9spK5XbGX2E8eT { width:1.1875rem;height:1.1875rem;top:34.624572753906rem;left:0.24956607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGWv0AZNsQDk5JFNDaiUJvr9XfuppsAA { width:8.5625rem;height:2.6875rem;top:41.936889648438rem;left:5.7497835159302rem;font-size:0.9375rem;background-color:#ffb100;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) { #UApnHk7OvFi99RDRTpGZIckWoP20Re0A { display:block; }
 }@media only screen and (max-width: 763px) { #JHZICEMhvUSHNTV3RMSfTpaOJQamQmQ0 { width:1.3125rem;height:1.3125rem;top:38.562316894531rem;left:0.24956607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6R85irDVH3J3MmgyNlWvyVR5vKoILUT { width:1.25rem;height:1.25rem;top:32.686645507812rem;left:0.24956607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZyFzWtXc64KrbKKwaqgaVtRSVrat6iK { width:19.6875rem;height:1.3125rem;top:2.1864147186279rem;left:0.31250011920929rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yTdKIvXh7KvxJG3Fh2pITGT1GyerABtF { width:11.4375rem;height:13.625rem;top:7.5694437026975rem;left:4.2805991172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUt5ttMnTaepmWUrwZIMh9V3h01wdBQg { width:20rem;height:3.7109375rem;top:4.4368486404419rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@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;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.761725rem;top:4.3692626953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }