.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f8f8f8;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.551470592618rem;width:75rem;position:relative;display:block; }#ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.7495403289795rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.55606615543366rem;left:39.193471908569rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.55606615543366rem;left:44.496782302856rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.55606615543366rem;left:49.806985855103rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J637uGMXllnvMsibMtJPfWBs9ox9Efor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.66819846630094rem;left:60.3125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.88648891448975rem;left:61.3125rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.0625rem;top:1.0613510608673rem;left:3.8125rem;overflow:hidden;display:block; }
#sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.55606615543366rem;left:55.055147171021rem;display:block; }
#bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d0hfXnRsDrdcwR0zPn1Ferbr45fEKmUP { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;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:#ffffff;background-image:none;position:relative;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 .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:9.638671875rem;left:3.8115234375rem;height:6.875rem;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:31rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:17.875rem;left:3.8115234375rem;height:15.1875rem;font-style:normal;display:block; }
#pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.6875rem;top:39.875rem;left:4rem;overflow:hidden;display:block; }
#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:2.2;letter-spacing:0;top:32.25rem;left:6.3125rem;height:11.8095625rem;font-style:normal;display:block; }
#QBSfoawekaW5DOTb354quMr3k019DEU3 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:33rem;left:4.125rem;overflow:hidden;display:block; }
#V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:37.4375rem;left:4.1875rem;overflow:hidden;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:46.3125rem;left:3.8125rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.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:100007;text-align:center;text-align-last:center;top:46.3125rem;left:19.4375rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:41.9375rem;left:4.125rem;overflow:hidden;display:block; }
#GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:35.25rem;left:4.125rem;overflow:hidden;display:block; }
#WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:47.25rem;left:17.6875rem;height:1.29980625rem;display:block; }
#AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.4375rem;width:36.75rem;top:16.513671875rem;left:35.5595703125rem;overflow:hidden;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:7.30859375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#V5UBpSx1UtyqUGe4QiNMld1rEha9PsUs { position:absolute;display:block;z-index:100014;height:5.5625rem;width:9.9375rem;top:7.3125rem;left:65.0625rem;display:block; }
#lNcUs5oOWL4GmZ43VWTsFxNZBibW2RUc { position:absolute;display:block;z-index:100015;height:5.99935rem;width:10.686875rem;top:8.5970058441163rem;left:47.030165672303rem;display:block; }
#cJue3IPG96fVkBvasFDQ0JJEynXUkK4X { position:absolute;display:block;z-index:100019;height:2.3125rem;width:4.25rem;top:8.5rem;left:59.5rem;display:block; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:25.5625rem;width:49.1875rem;top:1.9365234375rem;left:12.90625rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#3b5094;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:22.0625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(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 > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:18.186197280884rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:3.1875rem;left:28.4375rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:#ffb100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.498046875rem;height:2.935546875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:17.25rem;left:29.2509765625rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { color:#ffffff;display:block;width:38.999309539795rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:29.687042236328rem;left:18.312269210816rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:40.623291015625rem;left:3.75rem;height:5.41699375rem;font-style:normal;display:block; }
#ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { color:#b5a6aa;display:block;width:26.999080657959rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:34.249313354493rem;left:24.311807632446rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12rem;width:29.1875rem;top:40.061584472656rem;left:41.999078750611rem;display:block; }
#Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.7;letter-spacing:0;top:42.4296875rem;left:45.2265625rem;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:#ffffff;display:block;width:31.74925rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:47.058837890625rem;left:3.59130859375rem;height:7.222625rem;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:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:25.561813354493rem;left:31.249998092651rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o24sUpgCTHZk053tlukl6u5kHeTf4ucO { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:7.7682304382325rem;left:8.5286464691163rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ekKEe77puWXMzqZaFFftH0AhP50wC6ka { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:27.4375rem;width:49.125rem;top:41.25rem;left:12.90625rem;display:none; }
#uxzTGkW53WwTtetdVod9SPTuEgzT3FGF { position:absolute;display:block;z-index:100022;height:10.5rem;width:22.4375rem;top:18.625rem;left:16.21875rem;display:none; }
#VO0iwlTsho1XXTN6OPgouS7wUSUTbCrh { color:#4c5571;display:block;width:33.3125rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:20.748046875rem;left:20.84375rem;height:1.21875rem;display:block; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y .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; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#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:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.25rem;left:23.65625rem;z-index:100016; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #T4zaqH1K32CN9Z6LiPKP544LpF5GlolS { display:flex;position:relative;top:0rem;left:0rem; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #kwZgZDr9Iw1kLqo9Dr0yeoazOuTShAxd { width:auto; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #l7FZWM9erUoXOepvo65nl1w3ttOuvziF {  }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #xVfIy4pmVpThU10ZM3ZbqRXzcDxyNKQw { display:flex;position:relative;top:0rem;left:0rem; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #S91HHNw836SvgEQRKbPzROTTr1rbosTE {  }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #eEn2wwT7WV99fOMf0ChOrcKH0cLaEtDW {  }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #qgZkeMt3oAodutrDwANeJe0cH8LeuANl { display:flex;position:relative;top:0rem;left:0rem; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #s8ROWIBzpRe3G58B0Ta4cWkafcQxKXmT {  }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #KkzgmevTfv357UEbIc6y3DZhmcWyzf8h {  }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #XNmI7m1BL9LMra4VaEOTDD0eh0QQdUKA { display:flex;position:relative;top:0rem;left:0rem; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #wcukxEQOH6brHmUKkpBi1wSzdhHiSPZy {  }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #sNcvfTUsTP8MzqPT5GQ1QVgTbONzyqN6 {  }
#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;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 .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:4.5618133544922rem;left:36.874998092651rem;height:3.4375rem;display:block; }
#QQTxzp8Mp0XtgKxVV0KPiJmTJQd8Vdup { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:8.3747711181637rem;left:36.874998092651rem;height:1.8681625rem;font-style:normal;display:block; }
#iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { color:#000000;display:block;width:33.25rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100015;line-height:2.2;letter-spacing:0;top:13.061813354493rem;left:39.311807632446rem;height:14.146475rem;font-style:normal;display:block; }
#IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:13.686813354493rem;left:36.999078750611rem;overflow:hidden;display:block; }
#GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:16.061576843262rem;left:36.999078750611rem;overflow:hidden;display:block; }
#UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:18.374313354493rem;left:36.999078750611rem;overflow:hidden;display:block; }
#g3sCR3QlGexz6hEpKfAvQA4VLTCHEEgR { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:20.625rem;left:36.999078750611rem;overflow:hidden;display:block; }
#MN5z7LzDcrT7EQCWBXd3m6VpdMxUpxAx { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:22.999771118164rem;left:36.999078750611rem;overflow:hidden;display:block; }
#ibXs6DNA0Po3zZaxHMhWM4flLIlokLms { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:25.374542236328rem;left:36.999078750611rem;overflow:hidden;display:block; }
#vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.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:"noto sans tc";font-size:2.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { color:#232323;display:block;width:18.186197280884rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.25rem;left:8.9375rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { background-color:#ffb100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:22.75rem;left:9.8125rem;display:block; }
#dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS .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; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#2d4185;padding-top:0.6175rem;padding-right:0.56125rem;padding-bottom:0.6175rem;padding-left:0.56125rem;display:block;align-items:center;width:3.365rem;min-width:3.365rem;height:3.3175rem;position:relative;font-family:"noto sans tc";font-size:2.469375rem;font-weight:700;line-height:53.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.38625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.485625rem;height:1.31125rem;position:relative;font-family:"noto sans tc";font-size:0.92625rem;font-weight:400;line-height:20.98px;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; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:21.3125rem;height:6.25rem;padding-top:0.77rem;padding-right:0.7725rem;padding-bottom:0.77rem;padding-left:0.7725rem;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:13.6865234375rem;left:6.6005859375rem;z-index:100017; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #f4eoNspqlFcCVGnCT6yoEBH1FedQBJE1 { display:flex;position:relative;top:0rem;left:0rem; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #WNBADyCsDu4iLOGTiVHCPZqQn4Sr24iW { width:auto; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #PGBuUUn5sLySXtT9q7iGDn0INXuHZ9Ah {  }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #V6wKMXHp3W0rNUnqpoTZcsVvZFieFwLp { display:flex;position:relative;top:0rem;left:0rem; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #LG6OMa90QxW1nXzQvnK4V3hteDFsJxKu {  }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #buAfb48XnvPplHLdkk9qZeC9BFNz8W9p {  }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #NQi3dyA3ElhrPpToOPyRZ1G41N2uKhey { display:flex;position:relative;top:0rem;left:0rem; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #iH25s4JxOToW20x3r8yNmyNk8B2b6yyb {  }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #vFvv6d2NFkqsxnthdRBcuQrfsCU7p2sb {  }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #NmCktRlFrxPra9RGtI38ySqo1tdZF8Rn { display:flex;position:relative;top:0rem;left:0rem; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #z6QLx1dvmixs5keU9cDXtFDV8LDBxQXU {  }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS #sk9IF1mhIQ2Z3H5zIJUAsMyltzlNb0wT {  }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { background-color: transparent; background-image: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { border-width: 0; border-radius: 0; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#000000;display:block;width:55rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:4.05029296875rem;left:2.4348955154419rem;height:3.4375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.7440185546875rem;left:2.4331340789795rem;height:2.11230625rem;display:block; }
#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { background-color: transparent; background-image: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { border-width: 0; border-radius: 0; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:13.984375rem;left:6.8090534210206rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:16.398208618164rem;left:6.8090534210206rem;height:1.29980625rem;font-style:normal;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.999313354493rem;left:31.249998092651rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:16.374084472656rem;left:31.249998092651rem;height:1.29980625rem;font-style:normal;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.998168945312rem;left:55.623849868774rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:16.338470458984rem;left:55.623849868774rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:17.562040328979rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:20.120635986328rem;left:4.2738971710205rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:18.061809539795rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:20.09765625rem;left:28.466218948364rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top: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:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.24977016449rem;width:9.24977016449rem;top:3.1973876953125rem;left:8.4312953948975rem;overflow:hidden;display:block; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3118104934694rem;width:9.0625rem;top:3.2261047363281rem;left:32.967599868774rem;overflow:hidden;display:block; }
#fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4995403289794rem;width:8.4995403289794rem;top:4.0245895385742rem;left:57.624078750611rem;overflow:hidden;display:block; }
#Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:2.0863971710205rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:26.528032302856rem;display:block; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:50.901880264282rem;display:block; }
#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;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:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4611663818363rem;left:18.311120986939rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5625rem;width:39.75rem;top:3.34375rem;left:0rem;overflow:hidden;display:block; }
#aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { color:#000000;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.4372711181641rem;left:40.624999046326rem;height:2.03125rem;display:block; }
#PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:4.41796875rem;left:40.623847007751rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iU4UGISiir8tBN7BiymNPEgZh69ULguv { color:#000000;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.37370300293rem;left:40.625rem;height:2.03125rem;display:block; }
#kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:10.35546875rem;left:40.623847007751rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { color:#000000;display:block;width:25.249309539795rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:13.687271118164rem;left:40.624999046326rem;height:2.03125rem;display:block; }
#qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:15.6875rem;left:40.624999046326rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eQuHpppTLCMa7858RAT7vQTQ6kUfG1Bp { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:21.29182434082rem;left:40.623847007751rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZugOu3Xe0gey8MdBs3zGzT9MnuotiXq4 { color:#000000;display:block;width:27.999769210816rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:19.311126708984rem;left:40.623847007751rem;height:2.03125rem;display:block; }
#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { background-color: transparent; background-image: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { border-width: 0; border-radius: 0; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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;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 > .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:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:21.9375rem;width:21.9375rem;top:5.521484375rem;left:5.576171875rem;overflow:hidden;display:block; }
#xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { color:#ffb100;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.9365234375rem;left:32.0615234375rem;height:3.4121125rem;font-style:normal;display:block; }
#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.5rem;left:32.060546875rem;height:2.03125rem;font-style:normal;display:block; }
#bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { color:#ffffff;display:block;width:66.9990234375rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:32.959655761719rem;left:4rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { color:#000000;display:block;width:24.437040328979rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.8;letter-spacing:0;top:13.2138671875rem;left:32.0595703125rem;height:8.22265rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { color:#000000;display:block;width:37.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:23.353515625rem;left:32.0595703125rem;height:4.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wdro87BZJswAyMrAdibBa6HoXWJHyeQS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#wdro87BZJswAyMrAdibBa6HoXWJHyeQS > .row .container { border-width: 0; border-radius: 0; }#wdro87BZJswAyMrAdibBa6HoXWJHyeQS > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:none; }#Th1ZvwQxSmZnioCNLTP9XFUDagRPvTiy { color:#282828;display:block;width:27.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:11.02783203125rem;left:3.75rem;height:11.8125rem;font-style:normal;display:block; }
#RlwcAFGCfes6h8kXQoymCM2BpU94srst { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.6875rem;top:33.375rem;left:3.9375rem;overflow:hidden;display:block; }
#bimJw6sRfzXfhw3voyrTOITDJD9bVsuR { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:2.2;letter-spacing:0;top:25.8125rem;left:6.25rem;height:11.8095625rem;font-style:normal;display:block; }
#ADL86kADOmL9yTMpRTncE3wDlwsRprKP { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:26.4375rem;left:4.0625rem;overflow:hidden;display:block; }
#DdiWtHUXDxRdRn1nzUza5TTD9xz8EAAs { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:31rem;left:4.125rem;overflow:hidden;display:block; }
#MUemngRadzXTiukgFEf0U9qnPylndEs7 { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:39.875rem;left:3.75rem;display:block; }
#yE23z5l5Ag2o7w2d6k4ge1FxNZIcTXQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d9ZxhULmIo96xRzGJq6LUlg8qV8UBZMI { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:35.5rem;left:4.0625rem;overflow:hidden;display:block; }
#yUTktIBoM3iWzmJunRRiDC47iXhcRhxW { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:28.8125rem;left:4.0625rem;overflow:hidden;display:block; }
#DhLfvPrCby0ZKPuPn6KKXoehyCmZquea { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:3.625rem;left:3.75rem;height:3.4375rem;display:block; }
#eSqUHo7vkOD6iKetOlTLipiRL8BeyseN { color:#000000;display:block;width:38.373699188233rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.75rem;height:2.11230625rem;display:block; }
#loRx2Z5ToZldAL6p0yFflnyX7LfFLkAT { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.3125rem;width:35.125rem;top:9.625rem;left:35.75rem;overflow:hidden;display:block; }
#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { background-color: transparent; background-image: none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container > .video-iframe-container { display: none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row > .video-iframe-container { display: none; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .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); }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { border-width: 0; border-radius: 0; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;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:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#veRQqQ5qERqohv8xD3ne4OEWommaX5k1 { position:absolute;display:block;z-index:100000;height:27.4375rem;width:65.0625rem;top:10.89404296875rem;left:4.96728515625rem;display:block; }
#dQMwWU8NM5xocn09fDuQCKxzk8TWuUmf { color:#000000;display:block;width:20rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:24.5rem;left:0rem;display:none; }
#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { background-color: transparent; background-image: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;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:#000000;display:block;width:42.374rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.5498046875rem;left:16.3115234375rem;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:#ffffff;background-image:none;position:relative;display:block; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { background-color: transparent; background-image: none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container > .video-iframe-container { display: none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row > .video-iframe-container { display: none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .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); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { border-width: 0; border-radius: 0; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#qKkuhrhih1tCRBKLV8X10UCROWOotpTW { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:3.70703125rem;left:22.3125rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJHvJkMOMTEcPkvFSks1xpRDhxFVgCKH { color:#000000;display:block;width:23.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:2.2;letter-spacing:0;top:7.375rem;left:28.5rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#oqdiJZitcnDZ5I7TbTZ34JMEzTUqsFya { color:#000000;display:block;width:5.74805rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;z-index:100014;line-height:2.2;letter-spacing:0;top:4.6875rem;left:21.9375rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7n5riHNSO84ctqifQNq8NtFN0XI19qb { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:25.4375rem;width:29.25rem;top:1.4995660781861rem;left:5.8116321563721rem;display:none; }
#f98c74C2h0QyLTTrszyTGqDwl0XIVCD3 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:25.4375rem;width:29.25rem;top:1.4995660781861rem;left:5.8116321563721rem;display:none; }
#ZGeaTriHbbCeFQaUgg8TnivkR4BDyi96 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:7.3917655944825rem;left:22.810057640076rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#icBi8AlpiFZHOTkwahgIobkID3WaaQK9 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:9.75rem;width:39.5rem;top:1.9375rem;left:17.25rem;display:block; }
#tWNuAtEtWNgOzq8IBLVztWGWZ3qLL3N1 { color:#000000;display:block;width:39rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.32421875rem;left:17.5rem;height:1.4619125rem;display:block; }
#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:none; }#Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { color:#000000;display:block;width:75rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:4.9348964691162rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DyteDRr3evUdt59opE0T8ra0dfMQqa3D { position:relative;display:block; }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D { background-color: transparent; background-image: none; }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D > .row .container > .video-iframe-container { display: none; }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D > .row > .video-iframe-container { display: none; }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D > .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); }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D { border-width: 0; border-radius: 0; }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#oHabITHKDpUVB1yG7AsZGTVOrqilS0Dc { color:#3b5094;display:block;width:38.4375rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:100000;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; }
#JefJKRN00lshrR9EJbSz0a6scesgnhxQ { color:#3b5094;display:block;width:17.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.171875rem;left:28.71875rem;height:1.625rem;display:block; }
#F0srGFRohUneO7QAwWVtzX7TEMfXPa1x { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.25rem;top:7.0625rem;left:0.375rem;display:none; }
#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q { position:relative;display:block; }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q { background-color: transparent; background-image: none; }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q > .row .container > .video-iframe-container { display: none; }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q > .row > .video-iframe-container { display: none; }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q > .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); }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q { border-width: 0; border-radius: 0; }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#PlBvdVltNrTfnyyBxpqr5Nw3gFGhoDgB { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3b519b, rgba(71,101,160,0.86));background-image: -moz-linear-gradient(180deg, #3b519b, rgba(71,101,160,0.86));background-image: -ms-linear-gradient(180deg, #3b519b, rgba(71,101,160,0.86));background-image: -o-linear-gradient(180deg, #3b519b, rgba(71,101,160,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b519b', endColorstr='#db4765a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b519b', endColorstr='#db4765a0' );";background-image: linear-gradient(180deg, #3b519b, rgba(71,101,160,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; }
#GR3T0tTMNdPTIRC77wNfV3aePF1UdlIJ { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:23.9375rem;width:22.8125rem;top:1.28125rem;left:50rem;display:block; }
#i7umFdML1KFdIfNv0Irz8MTnBMqWOuw1 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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; }
#tDUXI6b6RUUThaq5f8SsGh0Tby5HqFfL { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:"noto sans tc";font-size:2.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.64453125rem;left:29.8125rem;height:2.76171875rem;font-style:normal;display:block; }
#dPtHCdb6bBexyIGofbiiRTeJQBaUr331 { color:#252525;display:block;width:7.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.90625rem;left:57.53125rem;height:2.4375rem;font-style:normal;display:block; }
#EO7TvPD9zfgPXfDcS6QFqmHOaUet8GLy { color:#252525;display:block;width:7.625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.90625rem;left:9.59375rem;height:2.4375rem;font-style:normal;display:block; }
#QDRek5IXk3VQgLHHBKyPd6vctA1tb5ds { color:#ffce2b;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.62109375rem;left:30.71875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJpS4yh4DUXT09FTWfOxsnatW7bB96bx { color:#ffce2b;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:4.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9.693359375rem;left:30.71875rem;height:5.36230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGAiyLL6O1QI9wLrgDLGhwAnBT2JT3Ar { color:#3b5094;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:3.75rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:6.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAOAUmCqnLclMzZhkTpW3AuMQVFSOVO8 { color:#3b5094;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:3.75rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:10.8125rem;left:54.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgfylTaMPc9JboVQokDFpvmrgFHLPMyk { color:#3b5094;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:8.3779296875rem;left:54.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xC8kStkp7vUVbkPvqx0HZUeLk5HygEJ1 { color:#252525;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100009;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; }
#nwrn3IqTz99r4GrF603iWD6LQELD9L7K { background-color:rgba(255,255,255,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-sizing:border-box;color:#252525;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:100010;text-align:center;text-align-last:center;top:19.1650390625rem;left:7.125rem;display:block; }
#EBV91EOeUxdlmJ6OHmH1ciSxSJnJWEty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QVyIW94WaKuFpttf3S2Tg7mDICbcO1LV { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:17.7666015625rem;left:29.53125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#koD1FT6TDfPmwc4hVfPLBFM8VyTpk7l2 { background-color:rgba(255,255,255,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-sizing:border-box;color:#252525;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:100011;text-align:center;text-align-last:center;top:19.7275390625rem;left:55.0625rem;display:block; }
#iebgqiyfKzR8IUDg7t0aTRAkUCe55lOQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TC2eNVb1xxxd5HRtaV1y9z7snrM7sP34 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe692, #fbbd32);background-image: -moz-linear-gradient(180deg, #ffe692, #fbbd32);background-image: -ms-linear-gradient(180deg, #ffe692, #fbbd32);background-image: -o-linear-gradient(180deg, #ffe692, #fbbd32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe692', endColorstr='#fbbd32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe692', endColorstr='#fbbd32' );";background-image: linear-gradient(180deg, #ffe692, #fbbd32);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#000000;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:100010;text-align:center;text-align-last:center;top:19.7275390625rem;left:31.21875rem;display:block; }
#WXlMtIhVT6fPS9Df8x0Jc14seLBSxhLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qt5CF3rKQTwosOaiPEwDqTzaUwLTRgwU { color:#3b5094;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100009;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; }
#IQLVwBRrTamA9GJ3rHtnftTJzU8nCKi4 { color:#000000;display:block;width:39rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:27.69921875rem;left:18rem;height:1.4619125rem;display:block; }
#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:none; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { border-width: 0; border-radius: 0; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;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:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#JKIENm1QHLWTABA8TssQp8M1pcfqpguc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:none; }#JKIENm1QHLWTABA8TssQp8M1pcfqpguc > .row .container { border-width: 0; border-radius: 0; }#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:100012;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(0,0,0,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:100013;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(0,0,0,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:100014;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(0,0,0,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:100015;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(0,0,0,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:100016;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(0,0,0,0.5) ;height:8.6875rem;width:16rem;top:14.875rem;left:1.375rem;overflow:hidden;display:block; }
#uOTBLgHF96JDH2smsaB1reET3zfUo2m9 { position:absolute;display:block;z-index:100017;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(0,0,0,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:100018;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(0,0,0,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:100019;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(0,0,0,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:#ffffff;background-image:none;position:relative;display:none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { border-width: 0; border-radius: 0; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:none; }#CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:4.0503082275391rem;left:2.435432434082rem;height:3.4375rem;display:block; }
#z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100002;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:#ffffff;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;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 .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:none; }#UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:17.561197280884rem;height:7.474625rem;display:block; }
#P4AZplIvQopg8LCWcRki8v79EO3BJJeL { color:#232323;display:block;width:34.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:4.5rem;left:29.415365219116rem;height:4.78125rem;font-style:normal;display:block; }
#ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:21.686197280884rem;height:7.474625rem;display:block; }
#H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:22.4375rem;left:26.687501907349rem;height:7.474625rem;display:block; }
#PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { color:#70bbbb;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:2.4583740234375rem;left:29.415365219116rem;height:1.8681625rem;display:block; }
#MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { color:#232323;display:block;width:34.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:15.3125rem;left:34.875001907349rem;height:4.78125rem;font-style:normal;display:block; }
#Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { color:#48a4a4;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:13.25rem;left:34.875001907349rem;height:1.8681625rem;display:block; }
#huAZshelz2aUZB6DggMnASb1rOtUyx8p { color:#232323;display:block;width:33.125rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:25.9375rem;left:39.687501907349rem;height:4.78125rem;font-style:normal;display:block; }
#vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:23.875rem;left:39.687501907349rem;height:1.8681625rem;display:block; }
#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { background-color: transparent; background-image: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container > .video-iframe-container { display: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row > .video-iframe-container { display: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .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); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { border-width: 0; border-radius: 0; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { color:#090909;display:block;width:39.75rem;position:absolute;font-family:"noto sans tc";font-size:2.6875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:5.625rem;left:29.25rem;height:3.4931625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;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:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100017;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:100009;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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(0,0,0,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:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:100018;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;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 > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { color:#ffffff;display:block;width:65.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:300;z-index:100000;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:#ffb100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100009;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:100000;display:block; }
#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;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 .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:"noto sans tc";font-size:2.6875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.3763427734375rem;left:0rem;height:3.4931625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { position:absolute;display:block;z-index:100023;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;display:none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL.adaptive-delivery-prevent-bg, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyload, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyloading { background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { border-width: 0; border-radius: 0; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.124080657959rem;left:21.937040328979rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#ffffff;display:block;width:18.187040328979rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:28.374307632446rem;height:2.986325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { background-color:#ffb100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:18.318935394287rem;left:29.249769210816rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog .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;background-color:;background-image:none;margin-top:0;margin-right:0.6775rem;margin-bottom:0;margin-left:0.6775rem;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; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.986875rem;padding-right:0.17rem;padding-bottom:0;padding-left:0.17rem;display:block;width:7.2825rem;height:4.768125rem;position:relative;font-family:"open sans";font-size:2.9675rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.17rem;padding-bottom:0.658125rem;padding-left:0.17rem;display:block;width:7.2825rem;height:1.231875rem;position:relative;font-family:"open sans";font-size:0.986875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;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; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:37.874538421631rem;height:9.4990806579587rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.249313354493rem;left:18.560430526733rem;z-index:99999;display:block; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #DFtIhlxZWL3DT5s1K6ZkRgO6GNWBwzkA { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #zQ7KGwHelxECbBgnWnI5gNui0WNaSPVC { display:block; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #gsy6uiSvEKmOdeVBuPl2ATdTEICF4x5x { display:block; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #GLQHwKEf8Pcl513iN32x3WbauDq4kqHz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #trdzIpQ6bN89K5hl8zNZib8MKx2JPeQs { display:block; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #fdGmz9FNlyVqRV0SqvcJR2xmnVwl4hgF { display:block; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #tnnJkfdihFQWmMC99VcwustCQpMs4GrT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #NDEVfOKQCzpG6USRdvyIEsxXoSGgZAOg { display:block; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #ZwCyBDEcdwPvB8NT9p5bXT6L7RH6JkSy { display:block; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #UiWTvRZXlUgHha6the2iCxaKVruq4Oxf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #lFzptn5S6qkC5Z8bqkoedGDhwtiUTeQo { display:block; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #UC2hPQiT3KyO2FciOpMK7ZUXzAWHZlgv { display:block; }
#b0HAHbi5nqm17k2JI1L2CxMmkaraJxyP { color:#ffffff;display:block;width:3.3743104934692rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:15.1240234375rem;left:22.3740234375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yglHmIFw9mgRSObMQR17bUr3EbIaP2uW { color:#ffffff;display:block;width:3.3743104934692rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:15.0615234375rem;left:31.4365234375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQ6ii76OD45gk5dahrLNk8Go9nAFRh27 { color:#ffffff;display:block;width:3.3743104934692rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:15.0615234375rem;left:40.3115234375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkXNFsVDINn2edCMbgTJSec0QVvXKUyI { color:#ffffff;display:block;width:3.3743104934692rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:15.0615234375rem;left:49.4365234375rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container { background-color: transparent; background-image: none; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container > .video-iframe-container { display: none; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row > .video-iframe-container { display: none; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .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); }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container { border-width: 0; border-radius: 0; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#dlF1UalzHloa4mHosi6AK9bIqCF9zGO7 { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:5.513671875rem;left:3.8115234375rem;height:6.875rem;display:block; }
#i5WK28NmoBkE1SsuI4iwBFlOgA8bT6By { color:#282828;display:block;width:28.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:14.263671875rem;left:3.8115234375rem;height:13.5rem;font-style:normal;display:block; }
#y0M7lpTWNe4mAJmJd7ClqTRKId57xfh1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.6875rem;top:35.75rem;left:4rem;overflow:hidden;display:block; }
#p6R3ArgMhEkRJvb3uOess2tZ3QeTVklW { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:2.2;letter-spacing:0;top:28.125rem;left:6.3125rem;height:11.8095625rem;font-style:normal;display:block; }
#ZEJlFtLdybVNTmgtAKUdqmGO70Vf8tKP { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:28.875rem;left:4.125rem;overflow:hidden;display:block; }
#CtlFmH9eX4DZCQ5DJBUFqUF7CocLF7qD { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:33.3125rem;left:4.1875rem;overflow:hidden;display:block; }
#okE1a8TIO0f78ysoRaluKKcNb7Z1yG0i { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:42.1875rem;left:3.8125rem;display:block; }
#MH54naucvHwBDPeBoGW3vXAAASGVUXmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PuPtqFdbsrdeCltbahLofXLrkk7beS5w { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:37.8125rem;left:4.125rem;overflow:hidden;display:block; }
#I2bac4S9yILOI1ZaRDBTlsFXRRE0hdCw { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:31.125rem;left:4.125rem;overflow:hidden;display:block; }
#NrEcxT1avfuLZZoTPzIWwVQZ8LqAlDaV { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26rem;width:34.75rem;top:12.388671875rem;left:36.375rem;overflow:hidden;display:block; }
#ALnNHFCvfBsTOlq6KfRZLTmyJJXAsmrx { color:#282828;display:block;width:29.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:3.18359375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:10rem;top:1.6771240234375rem;left:13.71875rem;overflow:hidden;display:block; }
#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:1.7621841430664rem;left:42.311578750611rem;height:2.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:25.568471908569rem;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:30.871782302856rem;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:36.181985855103rem;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) { #sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { width:4.5625rem;height:3.4375rem;top:0.5rem;left:41.430147171021rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { 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) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:9.625rem;left:0rem;width:43.6875rem;height:6.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:17.875rem;left:0rem;width:31rem;height:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { top:39.875rem;left:0rem;width:1.6875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { top:32.25rem;left:0rem;width:26rem;height:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { top:33rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { top:37.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:12rem;height:3.1875rem;top:46.3125rem;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:46.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { top:41.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { top:35.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:47.25rem;left:4.0625rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { top:16.5rem;left:11rem;width:36.75rem;height:27.4375rem;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) { #V5UBpSx1UtyqUGe4QiNMld1rEha9PsUs { top:7.3125rem;left:37.8125rem;width:9.9375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNcUs5oOWL4GmZ43VWTsFxNZBibW2RUc { top:8.5625rem;left:33.405165672303rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJue3IPG96fVkBvasFDQ0JJEynXUkK4X { top:8.5rem;left:43.5rem;width:4.25rem;height:2.3125rem;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:1.875rem;left:0rem;width:47.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:4.3125rem;left:8.4375rem;width:30.9375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { top:3.1875rem;left:14.8125rem;width:18.125rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:17.25rem;left:15.6259765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { top:29.625rem;left:4.6872692108154rem;width:38.9375rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { top:40.5625rem;left:0rem;width:31.5rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { top:34.1875rem;left:10.686807632446rem;width:26.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { top:40rem;left:18.3125rem;width:29.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { top:42.375rem;left:23.5625rem;width:24.1875rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQd4qJuWF4hQwtQA1iRiKzGTODnxJVaT { top:47rem;left:0rem;width:31.6875rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { top:25.5rem;left:17.624998092651rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:6.0625rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxzTGkW53WwTtetdVod9SPTuEgzT3FGF { top:19.25rem;left:3.21875rem;width:22.4375rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VO0iwlTsho1XXTN6OPgouS7wUSUTbCrh { top:20.6875rem;left:7.21875rem;width:33.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y .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; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y .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; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #T4zaqH1K32CN9Z6LiPKP544LpF5GlolS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #kwZgZDr9Iw1kLqo9Dr0yeoazOuTShAxd {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #l7FZWM9erUoXOepvo65nl1w3ttOuvziF {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #xVfIy4pmVpThU10ZM3ZbqRXzcDxyNKQw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #S91HHNw836SvgEQRKbPzROTTr1rbosTE {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #eEn2wwT7WV99fOMf0ChOrcKH0cLaEtDW {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #qgZkeMt3oAodutrDwANeJe0cH8LeuANl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #s8ROWIBzpRe3G58B0Ta4cWkafcQxKXmT {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #KkzgmevTfv357UEbIc6y3DZhmcWyzf8h {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #XNmI7m1BL9LMra4VaEOTDD0eh0QQdUKA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #wcukxEQOH6brHmUKkpBi1wSzdhHiSPZy {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #sNcvfTUsTP8MzqPT5GQ1QVgTbONzyqN6 {  }
 }@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:6.8125rem;left:0rem;width:27.75rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { top:10.25rem;left:0rem;width:18.125rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS .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; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS .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; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #f4eoNspqlFcCVGnCT6yoEBH1FedQBJE1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #WNBADyCsDu4iLOGTiVHCPZqQn4Sr24iW {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #PGBuUUn5sLySXtT9q7iGDn0INXuHZ9Ah {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #V6wKMXHp3W0rNUnqpoTZcsVvZFieFwLp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #LG6OMa90QxW1nXzQvnK4V3hteDFsJxKu {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #buAfb48XnvPplHLdkk9qZeC9BFNz8W9p {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #NQi3dyA3ElhrPpToOPyRZ1G41N2uKhey { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #iH25s4JxOToW20x3r8yNmyNk8B2b6yyb {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #vFvv6d2NFkqsxnthdRBcuQrfsCU7p2sb {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #NmCktRlFrxPra9RGtI38ySqo1tdZF8Rn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #z6QLx1dvmixs5keU9cDXtFDV8LDBxQXU {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #sk9IF1mhIQ2Z3H5zIJUAsMyltzlNb0wT {  }
 }@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:47.75rem;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:3.3125rem;left:0rem;width:39.75rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { top:2.375rem;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.375rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { top:8.3125rem;left:17.75rem;width:30rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { top:10.3125rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { top:13.625rem;left:22.5625rem;width:25.1875rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { top:15.6875rem;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.25rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZugOu3Xe0gey8MdBs3zGzT9MnuotiXq4 { top:19.25rem;left:19.8125rem;width:27.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { 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) { #wdro87BZJswAyMrAdibBa6HoXWJHyeQS { display:block; }#wdro87BZJswAyMrAdibBa6HoXWJHyeQS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th1ZvwQxSmZnioCNLTP9XFUDagRPvTiy { top:11rem;left:0rem;width:27.9375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlwcAFGCfes6h8kXQoymCM2BpU94srst { top:33.375rem;left:0rem;width:1.6875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bimJw6sRfzXfhw3voyrTOITDJD9bVsuR { top:25.8125rem;left:0rem;width:26rem;height:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADL86kADOmL9yTMpRTncE3wDlwsRprKP { top:26.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdiWtHUXDxRdRn1nzUza5TTD9xz8EAAs { top:31rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUemngRadzXTiukgFEf0U9qnPylndEs7 { width:12rem;height:3.1875rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE23z5l5Ag2o7w2d6k4ge1FxNZIcTXQq { display:block; }
 }@media only screen and (max-width: 763px) { #d9ZxhULmIo96xRzGJq6LUlg8qV8UBZMI { top:35.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTktIBoM3iWzmJunRRiDC47iXhcRhxW { top:28.8125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLfvPrCby0ZKPuPn6KKXoehyCmZquea { top:3.625rem;left:0rem;width:43.4375rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSqUHo7vkOD6iKetOlTLipiRL8BeyseN { top:7.375rem;left:0rem;width:38.3125rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loRx2Z5ToZldAL6p0yFflnyX7LfFLkAT { top:9.625rem;left:12.625rem;width:35.125rem;height:26.3125rem;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:24.5rem;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:6.5rem;left:2.6865234375rem;width:42.3125rem;height:1.8125rem;font-size:1.4375rem;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) { #qKkuhrhih1tCRBKLV8X10UCROWOotpTW { top:3.6875rem;left:0rem;width:29.375rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJHvJkMOMTEcPkvFSks1xpRDhxFVgCKH { top:7.375rem;left:0.25rem;width:23.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdiJZitcnDZ5I7TbTZ34JMEzTUqsFya { top:4.6875rem;left:15.125rem;width:5.6875rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7n5riHNSO84ctqifQNq8NtFN0XI19qb { top:1.4375rem;left:0rem;width:29.25rem;height:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f98c74C2h0QyLTTrszyTGqDwl0XIVCD3 { top:1.4375rem;left:0rem;width:29.25rem;height:25.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGeaTriHbbCeFQaUgg8TnivkR4BDyi96 { top:5.1875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #icBi8AlpiFZHOTkwahgIobkID3WaaQK9 { top:1.9375rem;left:0rem;width:39.5rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWNuAtEtWNgOzq8IBLVztWGWZ3qLL3N1 { top:13.3125rem;left:0rem;width:39rem;height:1.4375rem;font-size:1.125rem;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:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyteDRr3evUdt59opE0T8ra0dfMQqa3D { display:block; }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHabITHKDpUVB1yG7AsZGTVOrqilS0Dc { 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) { #JefJKRN00lshrR9EJbSz0a6scesgnhxQ { 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) { #F0srGFRohUneO7QAwWVtzX7TEMfXPa1x { top:7.0625rem;left:0rem;width:19.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q { display:block; }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlBvdVltNrTfnyyBxpqr5Nw3gFGhoDgB { top:0rem;left:7.5625rem;width:24.1875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR3T0tTMNdPTIRC77wNfV3aePF1UdlIJ { top:1.25rem;left:24.8125rem;width:22.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7umFdML1KFdIfNv0Irz8MTnBMqWOuw1 { top:1.25rem;left:0rem;width:23.3125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDUXI6b6RUUThaq5f8SsGh0Tby5HqFfL { top:2.625rem;left:16.125rem;width:15.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPtHCdb6bBexyIGofbiiRTeJQBaUr331 { top:2.875rem;left:34.71875rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO7TvPD9zfgPXfDcS6QFqmHOaUet8GLy { 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) { #QDRek5IXk3VQgLHHBKyPd6vctA1tb5ds { top:7.5625rem;left:17.03125rem;width:13.5625rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJpS4yh4DUXT09FTWfOxsnatW7bB96bx { top:9.6875rem;left:17.03125rem;width:13.5625rem;height:5.3125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGAiyLL6O1QI9wLrgDLGhwAnBT2JT3Ar { top:10.8125rem;left:2.0625rem;width:13.5625rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAOAUmCqnLclMzZhkTpW3AuMQVFSOVO8 { top:10.8125rem;left:31.78125rem;width:13.5625rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgfylTaMPc9JboVQokDFpvmrgFHLPMyk { top:8.375rem;left:31.78125rem;width:13.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC8kStkp7vUVbkPvqx0HZUeLk5HygEJ1 { top:8.8125rem;left:1.15625rem;width:13.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwrn3IqTz99r4GrF603iWD6LQELD9L7K { width:12.5rem;height:3.125rem;top:19.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBV91EOeUxdlmJ6OHmH1ciSxSJnJWEty { display:block; }
 }@media only screen and (max-width: 763px) { #QVyIW94WaKuFpttf3S2Tg7mDICbcO1LV { 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) { #koD1FT6TDfPmwc4hVfPLBFM8VyTpk7l2 { width:12.5rem;height:3.125rem;top:19.6875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iebgqiyfKzR8IUDg7t0aTRAkUCe55lOQ { display:block; }
 }@media only screen and (max-width: 763px) { #TC2eNVb1xxxd5HRtaV1y9z7snrM7sP34 { width:12.5rem;height:3.125rem;top:19.6875rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXlMtIhVT6fPS9Df8x0Jc14seLBSxhLv { display:block; }
 }@media only screen and (max-width: 763px) { #qt5CF3rKQTwosOaiPEwDqTzaUwLTRgwU { 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) { #IQLVwBRrTamA9GJ3rHtnftTJzU8nCKi4 { top:27.6875rem;left:0rem;width:39rem;height:1.4375rem;font-size:1.125rem;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) { #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.0625rem;left:8.3118486404419rem;width:30.9375rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:6.6875rem;left:14.748698472977rem;width:18.125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:16.5rem;height:2.9375rem;top:18.3125rem;left:15.624769210816rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog .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;background-color:;background-image:none;margin-top:0;margin-right:0.6775rem;margin-bottom:0;margin-left:0.6775rem;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; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.986875rem;padding-right:0.17rem;padding-bottom:0;padding-left:0.17rem;display:block;width:7.2825rem;height:4.768125rem;position:relative;font-family:"open sans";font-size:2.9675rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.17rem;padding-bottom:0.658125rem;padding-left:0.17rem;display:block;width:7.2825rem;height:1.231875rem;position:relative;font-family:"open sans";font-size:0.986875rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;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; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog { width:37.8125rem;height:9.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:4.9354305267334rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #DFtIhlxZWL3DT5s1K6ZkRgO6GNWBwzkA { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #zQ7KGwHelxECbBgnWnI5gNui0WNaSPVC {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #gsy6uiSvEKmOdeVBuPl2ATdTEICF4x5x {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #GLQHwKEf8Pcl513iN32x3WbauDq4kqHz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #trdzIpQ6bN89K5hl8zNZib8MKx2JPeQs {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #fdGmz9FNlyVqRV0SqvcJR2xmnVwl4hgF {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #tnnJkfdihFQWmMC99VcwustCQpMs4GrT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #NDEVfOKQCzpG6USRdvyIEsxXoSGgZAOg {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #ZwCyBDEcdwPvB8NT9p5bXT6L7RH6JkSy {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #UiWTvRZXlUgHha6the2iCxaKVruq4Oxf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #lFzptn5S6qkC5Z8bqkoedGDhwtiUTeQo {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #UC2hPQiT3KyO2FciOpMK7ZUXzAWHZlgv {  }
 }@media only screen and (max-width: 763px) { #b0HAHbi5nqm17k2JI1L2CxMmkaraJxyP { top:15.0625rem;left:8.7490234375rem;width:3.3125rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yglHmIFw9mgRSObMQR17bUr3EbIaP2uW { top:15rem;left:17.8115234375rem;width:3.3125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ6ii76OD45gk5dahrLNk8Go9nAFRh27 { top:15rem;left:26.6865234375rem;width:3.3125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkXNFsVDINn2edCMbgTJSec0QVvXKUyI { top:15rem;left:35.8115234375rem;width:3.3125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI { display:block; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlF1UalzHloa4mHosi6AK9bIqCF9zGO7 { top:5.5rem;left:0rem;width:43.6875rem;height:6.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5WK28NmoBkE1SsuI4iwBFlOgA8bT6By { top:14.25rem;left:0rem;width:28.6875rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0M7lpTWNe4mAJmJd7ClqTRKId57xfh1 { top:35.75rem;left:0rem;width:1.6875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6R3ArgMhEkRJvb3uOess2tZ3QeTVklW { top:28.125rem;left:0rem;width:26rem;height:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEJlFtLdybVNTmgtAKUdqmGO70Vf8tKP { top:28.875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlFmH9eX4DZCQ5DJBUFqUF7CocLF7qD { top:33.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okE1a8TIO0f78ysoRaluKKcNb7Z1yG0i { width:12rem;height:3.1875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH54naucvHwBDPeBoGW3vXAAASGVUXmo { display:block; }
 }@media only screen and (max-width: 763px) { #PuPtqFdbsrdeCltbahLofXLrkk7beS5w { top:37.8125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2bac4S9yILOI1ZaRDBTlsFXRRE0hdCw { top:31.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrEcxT1avfuLZZoTPzIWwVQZ8LqAlDaV { top:12.375rem;left:13rem;width:34.75rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALnNHFCvfBsTOlq6KfRZLTmyJJXAsmrx { top:3.125rem;left:0rem;width:29.5625rem;height:1.75rem;font-size:0.875rem;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.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:4rem;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) { #sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { width:4.5625rem;height:3.4375rem;top:22.742177248001rem;left:7.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { 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 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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 .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:19.25rem;height:6.80566875rem;top:7.2265625rem;left:0.375rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:18.6875rem;height:15.46875rem;top:23.90625rem;left:0.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTf8DCHIyG50bzh0rXFoLKHZ0k5ccPDF { width:1.75rem;height:1.1875rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { width:18rem;height:10.12109375rem;top:39.3125rem;left:2rem;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:39.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { width:1.1875rem;height:1.1875rem;top:43.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:8.5625rem;height:2.6875rem;top:51.8125rem;left:0.8125rem;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:52.25rem;left:12.4375rem;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:47.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { width:1.25rem;height:1.25rem;top:41.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.29980625rem;top:52.4375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkKZHf1qTZBguyqrCf8C5ikKNEFn5ILg { width:19.6875rem;height:14.5625rem;top:11.2822265625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:19.6875rem;height:1.3125rem;top:5.49072265625rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V5UBpSx1UtyqUGe4QiNMld1rEha9PsUs { width:2.62478125rem;height:1.49956875rem;top:49rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNcUs5oOWL4GmZ43VWTsFxNZBibW2RUc { width:3.75rem;height:1.99978125rem;top:49rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJue3IPG96fVkBvasFDQ0JJEynXUkK4X { width:3.5625rem;height:1.875rem;top:49rem;left:13.375rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:0.5625rem;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) { #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.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:3.0859375rem;top:9.25rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:24.25rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { width:20rem;height:2.2744125rem;top:31.875rem;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:38.8125rem;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.29980625rem;top:34.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { width:19.75rem;height:9.1875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { width:20rem;height:6.375rem;top:48.8125rem;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:7.96875rem;top:59.25rem;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.29980625rem;top:29.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:2.2744125rem;top:6.5rem;left:0rem;font-size:1.75rem;color:#3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:20rem;height:23.625rem;top:5.8125rem;left:0rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #uxzTGkW53WwTtetdVod9SPTuEgzT3FGF { width:4.6875rem;height:4.6875rem;top:13.8125rem;left:-5.90625rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #VO0iwlTsho1XXTN6OPgouS7wUSUTbCrh { width:20rem;height:2.4375rem;top:66.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y .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; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y .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; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y .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; }
#CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y { display:flex;width:19.125rem;height:5.2431640625rem;top:16.125rem;left:0.369140625rem;padding-top:0.065rem;padding-right:0.066875rem;padding-bottom:0.065rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #T4zaqH1K32CN9Z6LiPKP544LpF5GlolS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #kwZgZDr9Iw1kLqo9Dr0yeoazOuTShAxd {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #l7FZWM9erUoXOepvo65nl1w3ttOuvziF {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #xVfIy4pmVpThU10ZM3ZbqRXzcDxyNKQw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #S91HHNw836SvgEQRKbPzROTTr1rbosTE {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #eEn2wwT7WV99fOMf0ChOrcKH0cLaEtDW {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #qgZkeMt3oAodutrDwANeJe0cH8LeuANl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #s8ROWIBzpRe3G58B0Ta4cWkafcQxKXmT {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #KkzgmevTfv357UEbIc6y3DZhmcWyzf8h {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #XNmI7m1BL9LMra4VaEOTDD0eh0QQdUKA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #wcukxEQOH6brHmUKkpBi1wSzdhHiSPZy {  }
 }@media only screen and (max-width: 763px) { #CJgqE6SFTaw2oelVRlbJ1HFpp133TV5y #sNcvfTUsTP8MzqPT5GQ1QVgTbONzyqN6 {  }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { width:20rem;height:1.9931625rem;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.4619125rem;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) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { width:18.125rem;height:0;top:35.25rem;left:0.9375rem;font-size:1.3125rem;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) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS .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; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS .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; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS .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; }
#UyINFBTHs14K8S16lE0izgRz1oQhNvkS { 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) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #f4eoNspqlFcCVGnCT6yoEBH1FedQBJE1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #WNBADyCsDu4iLOGTiVHCPZqQn4Sr24iW {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #PGBuUUn5sLySXtT9q7iGDn0INXuHZ9Ah {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #V6wKMXHp3W0rNUnqpoTZcsVvZFieFwLp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #LG6OMa90QxW1nXzQvnK4V3hteDFsJxKu {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #buAfb48XnvPplHLdkk9qZeC9BFNz8W9p {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #NQi3dyA3ElhrPpToOPyRZ1G41N2uKhey { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #iH25s4JxOToW20x3r8yNmyNk8B2b6yyb {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #vFvv6d2NFkqsxnthdRBcuQrfsCU7p2sb {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #NmCktRlFrxPra9RGtI38ySqo1tdZF8Rn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #z6QLx1dvmixs5keU9cDXtFDV8LDBxQXU {  }
 }@media only screen and (max-width: 763px) { #UyINFBTHs14K8S16lE0izgRz1oQhNvkS #sk9IF1mhIQ2Z3H5zIJUAsMyltzlNb0wT {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:16.499rem;height:3.986325rem;top:1.6083984375rem;left:1.749267578125rem;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:6.0205rem;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:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:12.5rem;height:2.11230625rem;top:15.426513671875rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:12.5rem;height:1.29980625rem;top:17.821533203125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:12.5rem;height:2.11230625rem;top:43.86279296875rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:12.5rem;height:1.29980625rem;top:46.2578125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:12.5rem;height:2.11230625rem;top:72.28076171875rem;left:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:12.5rem;height:1.29980625rem;top:74.816162109375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:17.5rem;height:6.09375rem;top:21.561767578125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:18rem;height:6.09375rem;top:50.076171875rem;left:0.999755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:18.0625rem;height:6.09375rem;top:78.138916015625rem;left:0.968017578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:9.1875rem;height:9.1875rem;top:5.3115234375rem;left:5.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:9.0625rem;height:9.3111982345581rem;top:33.9541015625rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:8.4375rem;height:8.4375rem;top:62.856689453125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:20rem;height:27.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:20rem;height:27.1875rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:20rem;height:27.1875rem;top:59.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { width:20rem;height:2.19921875rem;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.29980625rem;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:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { width:19.8125rem;height:9.25rem;top:4.0126953125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { width:20rem;height:2.03125rem;top:16.499313354493rem;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.29980625rem;top:18.542037963868rem;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:21.683151245118rem;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.29980625rem;top:25.635330200195rem;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:28.914291381836rem;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:30.9140625rem;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.29980625rem;top:38.179000854493rem;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:34.114212036132rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:11.937040328979rem;height:2.8745403289795rem;top:1.1868286132812rem;left:4.0303307771682rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #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.125rem;height:10.125rem;top:1.8828125rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { width:18.875rem;height:2.2744125rem;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.29980625rem;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.22265rem;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) { #wdro87BZJswAyMrAdibBa6HoXWJHyeQS { display:none; }#wdro87BZJswAyMrAdibBa6HoXWJHyeQS > .row .container { width:20rem;height:47.6875rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Th1ZvwQxSmZnioCNLTP9XFUDagRPvTiy { width:19.375rem;height:11.25rem;top:18.3125rem;left:0.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RlwcAFGCfes6h8kXQoymCM2BpU94srst { width:1.3125rem;height:1.25rem;top:36.8515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bimJw6sRfzXfhw3voyrTOITDJD9bVsuR { width:18.5rem;height:9.62403125rem;top:30.7265625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADL86kADOmL9yTMpRTncE3wDlwsRprKP { width:1.25rem;height:1.25rem;top:31.1953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdiWtHUXDxRdRn1nzUza5TTD9xz8EAAs { width:1.1875rem;height:1.1875rem;top:34.8515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUemngRadzXTiukgFEf0U9qnPylndEs7 { width:9.8105625rem;height:3.125rem;top:42.2626953125rem;left:5.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE23z5l5Ag2o7w2d6k4ge1FxNZIcTXQq { display:block; }
 }@media only screen and (max-width: 763px) { #d9ZxhULmIo96xRzGJq6LUlg8qV8UBZMI { width:1.25rem;height:1.25rem;top:38.6015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTktIBoM3iWzmJunRRiDC47iXhcRhxW { width:1.25rem;height:1.25rem;top:33.0390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLfvPrCby0ZKPuPn6KKXoehyCmZquea { width:20rem;height:1.6494125rem;top:3.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSqUHo7vkOD6iKetOlTLipiRL8BeyseN { width:20rem;height:1.3808625rem;top:5.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #loRx2Z5ToZldAL6p0yFflnyX7LfFLkAT { width:20rem;height:14.875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { width:20rem;height:2.19921875rem;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:3.0859375rem;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:34.8115234375rem;left:0rem;width:20rem;height:1.29980625rem;z-index:100017;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:2.19921875rem;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:20rem;height:1.29980625rem;top:5.0416564941406rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { display:block; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKkuhrhih1tCRBKLV8X10UCROWOotpTW { width:20rem;height:1.7871125rem;top:2.41015625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJHvJkMOMTEcPkvFSks1xpRDhxFVgCKH { width:20rem;height:2.19921875rem;top:7.7041015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdiJZitcnDZ5I7TbTZ34JMEzTUqsFya { width:5.6875rem;height:4.949225rem;top:2.7548828125rem;left:7.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7n5riHNSO84ctqifQNq8NtFN0XI19qb { width:20rem;height:25.4375rem;top:5.7626953125rem;left:-0.22395831346512rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #f98c74C2h0QyLTTrszyTGqDwl0XIVCD3 { width:1.9375rem;height:1.9375rem;top:-2.6748039374999rem;left:-7.286458313465rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #ZGeaTriHbbCeFQaUgg8TnivkR4BDyi96 { width:20rem;height:;top:5.2294921875rem;left:0rem;font-size:1.25rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #icBi8AlpiFZHOTkwahgIobkID3WaaQK9 { width:20rem;height:11.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWNuAtEtWNgOzq8IBLVztWGWZ3qLL3N1 { width:20rem;height:auto;top:13.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:20rem;height:8.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:1.25rem;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:1.1875rem;top:5.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyteDRr3evUdt59opE0T8ra0dfMQqa3D { display:block; }#DyteDRr3evUdt59opE0T8ra0dfMQqa3D > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHabITHKDpUVB1yG7AsZGTVOrqilS0Dc { width:20rem;height:5.0996125rem;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JefJKRN00lshrR9EJbSz0a6scesgnhxQ { width:14.75rem;height:1.4619125rem;top:4.38671875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0srGFRohUneO7QAwWVtzX7TEMfXPa1x { top:7.1015625rem;left:0.375rem;width:19.25rem;height:2.2734375rem;z-index:100002;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q { display:block; }#FUhHVgKCgu1u0BB9LaE2SXKSdwoinQ5q > .row .container { width:20rem;height:73.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlBvdVltNrTfnyyBxpqr5Nw3gFGhoDgB { width:20rem;height:23.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR3T0tTMNdPTIRC77wNfV3aePF1UdlIJ { width:20rem;height:22.8125rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7umFdML1KFdIfNv0Irz8MTnBMqWOuw1 { width:20rem;height:21.9375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDUXI6b6RUUThaq5f8SsGh0Tby5HqFfL { width:12.625rem;height:2.2744125rem;top:3.5625rem;left:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPtHCdb6bBexyIGofbiiRTeJQBaUr331 { width:7.4375rem;height:2.2744125rem;top:50.89453125rem;left:6.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO7TvPD9zfgPXfDcS6QFqmHOaUet8GLy { width:7.4375rem;height:2.2744125rem;top:28rem;left:6.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDRek5IXk3VQgLHHBKyPd6vctA1tb5ds { width:13.5625rem;height:2.4375rem;top:8.2998046875rem;left:3.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJpS4yh4DUXT09FTWfOxsnatW7bB96bx { 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) { #nGAiyLL6O1QI9wLrgDLGhwAnBT2JT3Ar { width:13.5625rem;height:4.38671875rem;top:34.900390625rem;left:3.21875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAOAUmCqnLclMzZhkTpW3AuMQVFSOVO8 { width:13.5625rem;height:4.38671875rem;top:58.837890625rem;left:3.21875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgfylTaMPc9JboVQokDFpvmrgFHLPMyk { width:13.5625rem;height:2.4375rem;top:56.375rem;left:3.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC8kStkp7vUVbkPvqx0HZUeLk5HygEJ1 { width:13.5625rem;height:0;top:33.4375rem;left:4rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwrn3IqTz99r4GrF603iWD6LQELD9L7K { 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) { #EBV91EOeUxdlmJ6OHmH1ciSxSJnJWEty { display:block; }
 }@media only screen and (max-width: 763px) { #QVyIW94WaKuFpttf3S2Tg7mDICbcO1LV { width:15.9375rem;height:1.4619125rem;top:16.9375rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koD1FT6TDfPmwc4hVfPLBFM8VyTpk7l2 { 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) { #iebgqiyfKzR8IUDg7t0aTRAkUCe55lOQ { display:block; }
 }@media only screen and (max-width: 763px) { #TC2eNVb1xxxd5HRtaV1y9z7snrM7sP34 { width:12.5rem;height:3.125rem;top:19.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXlMtIhVT6fPS9Df8x0Jc14seLBSxhLv { display:block; }
 }@media only screen and (max-width: 763px) { #qt5CF3rKQTwosOaiPEwDqTzaUwLTRgwU { 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) { #IQLVwBRrTamA9GJ3rHtnftTJzU8nCKi4 { width:20rem;height:0;top:50.7626953125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1g49um1x7cdVDX2TSvMke9eR2sVyCnv { display:none; }#L1g49um1x7cdVDX2TSvMke9eR2sVyCnv > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kriEOca2Vo6p3TpoT4V4xAozuihcZ7UT { width:20rem;height:2.1875rem;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.5rem;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.4375rem;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.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { width:20rem;height:2.1875rem;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.125rem;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;display:none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { border-width: 0; border-radius: 0; }#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.3125rem;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.0625rem;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.125rem;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.8125rem;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.8125rem;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.8125rem;top:24.990600585938rem;left:3.9935661554336rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@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.16113125rem;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:19.9375rem;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:none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:2.4375rem;top:2.3828125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:2.75rem;top:5.0735292434692rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:13.187040328979rem;height:2.6240808963776rem;top:15.693969726562rem;left:3.4053307771682rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.3823528289794rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #DFtIhlxZWL3DT5s1K6ZkRgO6GNWBwzkA { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #zQ7KGwHelxECbBgnWnI5gNui0WNaSPVC {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #gsy6uiSvEKmOdeVBuPl2ATdTEICF4x5x {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #GLQHwKEf8Pcl513iN32x3WbauDq4kqHz { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #trdzIpQ6bN89K5hl8zNZib8MKx2JPeQs {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #fdGmz9FNlyVqRV0SqvcJR2xmnVwl4hgF {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #tnnJkfdihFQWmMC99VcwustCQpMs4GrT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #NDEVfOKQCzpG6USRdvyIEsxXoSGgZAOg {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #ZwCyBDEcdwPvB8NT9p5bXT6L7RH6JkSy {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #UiWTvRZXlUgHha6the2iCxaKVruq4Oxf { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #lFzptn5S6qkC5Z8bqkoedGDhwtiUTeQo {  }
 }@media only screen and (max-width: 763px) { #iCgsBUZctfQAKRITFSAEAOuMQ3qqiIog #UC2hPQiT3KyO2FciOpMK7ZUXzAWHZlgv {  }
 }@media only screen and (max-width: 763px) { #b0HAHbi5nqm17k2JI1L2CxMmkaraJxyP { width:3.3122701644898rem;height:1.1875rem;top:11.908325195312rem;left:1.7474724054336rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yglHmIFw9mgRSObMQR17bUr3EbIaP2uW { width:3.3122701644898rem;height:1.1875rem;top:11.91064453125rem;left:6.248850941658rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ6ii76OD45gk5dahrLNk8Go9nAFRh27 { width:3.3122701644898rem;height:1.1875rem;top:11.91064453125rem;left:10.561809659004rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkXNFsVDINn2edCMbgTJSec0QVvXKUyI { width:3.3122701644898rem;height:1.1875rem;top:11.91064453125rem;left:14.946001172066rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container { background-color: transparent; background-image: none; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container > .video-iframe-container { display: none; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row > .video-iframe-container { display: none; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .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); }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container { border-width: 0; border-radius: 0; }#pWKXc6TiBGE3TwzpAdXscgQCB5STuoFI > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dlF1UalzHloa4mHosi6AK9bIqCF9zGO7 { width:19.25rem;height:6.80566875rem;top:4.9765625rem;left:0.375rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5WK28NmoBkE1SsuI4iwBFlOgA8bT6By { width:18.6875rem;height:12.65625rem;top:22.375rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y0M7lpTWNe4mAJmJd7ClqTRKId57xfh1 { width:1.75rem;height:1.1875rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6R3ArgMhEkRJvb3uOess2tZ3QeTVklW { width:18rem;height:10.12109375rem;top:36.75rem;left:2rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZEJlFtLdybVNTmgtAKUdqmGO70Vf8tKP { width:1.25rem;height:1.25rem;top:37.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlFmH9eX4DZCQ5DJBUFqUF7CocLF7qD { width:1.1875rem;height:1.1875rem;top:41.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okE1a8TIO0f78ysoRaluKKcNb7Z1yG0i { width:8.5625rem;height:2.6875rem;top:48.6875rem;left:5.75rem;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) { #MH54naucvHwBDPeBoGW3vXAAASGVUXmo { display:block; }
 }@media only screen and (max-width: 763px) { #PuPtqFdbsrdeCltbahLofXLrkk7beS5w { width:1.3125rem;height:1.3125rem;top:45.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2bac4S9yILOI1ZaRDBTlsFXRRE0hdCw { width:1.25rem;height:1.25rem;top:39.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrEcxT1avfuLZZoTPzIWwVQZ8LqAlDaV { width:18.75rem;height:14rem;top:9.7900390625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALnNHFCvfBsTOlq6KfRZLTmyJJXAsmrx { width:19.6875rem;height:1.3125rem;top:2.740234375rem;left:0.3125rem;font-size:0.875rem;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; }
 }