.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;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:1.1806640625rem;left:41.693359375rem;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:1.1806640625rem;left:46.99609375rem;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:1.1806640625rem;left:52.306640625rem;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:1.29296875rem;left:62.8125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#ffbf38;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:1.5107421875rem;left:63.8125rem;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.21875rem;left:3.875rem;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:1.1806640625rem;left:57.5546875rem;display:block; }
#bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:0.59375rem;left:14.435546875rem;overflow:hidden;display:block; }
#nyFZVTeWznh5SUkUFBvwpNVHhWg6VuZt { 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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.436525rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.3125rem;left:71.78125rem;display:none; }
#TkagVhUpBR5iCumouM8xIl9mqRg14VlG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:56.125rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#c69c72;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:10.12060546875rem;left:3.5625rem;height:6.186525rem;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:26.4980625rem;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:18.244140625rem;left:3.5625rem;height:8.44115625rem;font-style:normal;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:29.375rem;left:5.9375rem;height:9.3457rem;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:29.75rem;left:3.75rem;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:34.125rem;left:3.8125rem;overflow:hidden;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:41.5rem;left:19.0625rem;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:36.5625rem;left:3.75rem;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:32rem;left:3.75rem;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:42.4375rem;left:17.3125rem;height:1.298825rem;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { color:#282828;display:block;width:33.625rem;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:8.05810546875rem;left:3.75rem;height:1.78100625rem;font-style:normal;display:block; }
#AI4P7IwFtKG3nG8tfylzvnog2FXrF555 { position:absolute;display:block;z-index:100020;height:1.686525rem;width:2.999025rem;top:43.0634765625rem;left:66.0625rem;display:block; }
#W65qJT9bEoElA9btuVSbGI0fA7Ga0eia { position:absolute;display:block;z-index:99999;height:3.5rem;width:6.3125rem;top:38.0625rem;left:67.865234375rem;display:block; }
#OfkiicFDQXIJKMc1RBXIHnFiyT1kb9WN { z-index:100000;top:41.5rem;left:3.5625rem;background-color:#ffbf38;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;text-align:center;text-align-last:center;display:block; }
#FKsTJQXeWI5XPasTLgziAD3TF0HXcO1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bVI9Pe2227SvI9gMFxGR8S1vUCFiUm7N { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35rem;width:29.125rem;top:8.7998046875rem;left:35.3125rem;overflow:hidden;display:block; }
#SkD1VukTGU6nyaw84BuST1vSGDvSWXDN { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:47.6875rem;left:3.5625rem;height:4.497075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { background-color: transparent; background-image: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.8320293426514rem;left:22.030099868774rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;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:27.4375rem;width:49.125rem;top:0rem;left:12.9375rem;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/kGxFEE6Y/3385653.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { border-width: 0; border-radius: 0; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;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:1.6848945617676rem;left:28.406251907349rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:#ffbf38;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.498697280884rem;height:2.9361979961395rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:15.248046875rem;left:29.25rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { color:#252525;display:block;width:53rem;position:absolute;font-family:"noto sans tc";font-size:2.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:30.49853515625rem;left:10.99951171875rem;height:3.8171375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { color:#252525;display:block;width:26.999rem;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:35.18603515625rem;left:23.99853515625rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { color:#252525;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:27.6865234375rem;left:31.24951171875rem;height:1.298825rem;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; }
#XOee7UfuSHJaANGAPTq4EP66BuIUgTtu { color:#252525;display:block;width:29.0625rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:400;z-index:100012;line-height:1.7;letter-spacing:0;top:42.125rem;left:7.5615234375rem;height:9.02709375rem;font-style:normal;display:block; }
#cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem 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:38.9990234375rem;left:37.81201171875rem;display:block; }
#tlQe6oEovxZDtaZHtma2ZB0xetBhxKDE { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100020;line-height:1.7;letter-spacing:0;top:44.5625rem;left:40.6875rem;height:5.73853125rem;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; }
#xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:41.5302734375rem;left:45.03076171875rem;height:1.4624rem;display:block; }
#hcVqSR7ykqahl9Tce0VqSWXqtiiqMHax { position:absolute;display:block;z-index:100014;height:11.25rem;width:20rem;top:9.15625rem;left:25.8115234375rem;display:none; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y .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; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y .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:#345161;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; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y .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; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.6064453125rem;left:23.65625rem;z-index:100024; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #EmyTQub1FNx1k9SBk72ifGni7mRNbX4a { display:flex;position:relative;top:0rem;left:0rem; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #aZxqNdPZJX80GhroIAALkTU3qXSwtOH7 { width:auto; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #UwpK46TflvZ1PTibS7pLnS4MMXwrSQTv {  }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #U7bTMtR9PlRCTd0A0zWF47bCmdLIbwv5 { display:flex;position:relative;top:0rem;left:0rem; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #ey9BbCXtqThiLTKpBurMa7IcmN2OZOph {  }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #ewbGaVQaHZ1rVA16b5UycXxiqWKyMKpb {  }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #DbuCIdpknsNWGVisKehU5Iy8c7hbLCD4 { display:flex;position:relative;top:0rem;left:0rem; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #RBPxNfVr8aEROnRKmNavuFCJcwar8HAz {  }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #eptBZJ8ZxSeWlMzXnNbsa6KhNql7KOXd {  }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #dcAW7dIuXJdxl29b9MKtfiCps85OFXyp { display:flex;position:relative;top:0rem;left:0rem; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #pddMW1hQV33El4qv1dhfactdwprV6yvZ {  }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #SODIAu4FNRNcLR44ToaVUSX4L0KpXuB6 {  }
#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; }#iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100015;line-height:2.3;letter-spacing:0;top:15.5rem;left:38.6875rem;height:9.77050625rem;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:16.125rem;left:36.375rem;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:18.5625rem;left:36.375rem;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:21rem;left:36.375rem;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:#272727;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:5.875rem;left:4.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { background-color:#ffbf38;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; }
#DxSvA30AIusBxzzT4u9GCmNleIxTyy2a { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#w1nTznw95ExskvCRHXko953D52BU9nZe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { color:#000000;display:block;width:33.5625rem;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:6.8125rem;left:36.4375rem;height:3.4375rem;display:block; }
#CZUFWkMn0WOsr1Cg8aCGecB8kUp0neUW { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:10.625rem;left:36.4375rem;height:1.86889375rem;font-style:normal;display:block; }
#F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { 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:23.5625rem;left:36.375rem;overflow:hidden;display:block; }
#LBiVcJQJe2lfS94ydxfN7z69OTaaM2sX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#m3BTMtrtCb6EDEaMpdf8DwkU7Gos9PwM { color:#282828;display:block;width:18.1855625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:9.375rem;left:8.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG .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; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG .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:#345161;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; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG .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; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.610375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.2255859375rem;left:4.1875rem;z-index:100025; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #Tw5TmUDfVuCQKTvImqBwZN9lbZMhwu47 { display:flex;position:relative;top:0rem;left:0rem; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #RCUXIT692vQ2dZmiaJhl3t9V8N9etkJb { width:auto; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #u9DSirNTO4yeE6h4HcD5wAyeNAml5LcT {  }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #WnbE0zrTdpaiCJQTTPFHbOSskXPfTddk { display:flex;position:relative;top:0rem;left:0rem; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #kvrvKZ5y0O2B2nWnHklnlPqT6CQfLzKk {  }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #Ng39laZtLLTNFkMpSN39LEOSvCcLy3H6 {  }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #SvknKnq1v2Tet9OSLXqfTUrFoJu3RNPe { display:flex;position:relative;top:0rem;left:0rem; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #lpv1zqTodkFJgofTF99qpbrIz5rOrudw {  }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #LN7VAxhJBeICk8oepxgvl11UNoxFAeAm {  }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #BGt4VogUscTpQvXFeoFwJc74LKpT2cs4 { display:flex;position:relative;top:0rem;left:0rem; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #sDqEAiL6gnn1nnW2zusuo84qTMRxPc1m {  }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #BnU4BSfuWF7UEi1AZzCAy4q4oOD5gS7b {  }
#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:12.625rem;width:75rem;position:relative;display:block; }#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.374rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.4306640625rem;left:2.4326171875rem;height:1.7858875rem;display:block; }
#sqgOIL5oa2GEGSBugJc412a4lT1l8vH2 { color:#c69c72;display:block;width:43.3125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:2.6708984375rem;left:2.4326171875rem;height:6.186525rem;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:32rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#48a4a4;display:block;width:14.5625rem;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.81120300293rem;left:5.77734375rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:18.0625rem;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.3720703125rem;left:4.02734375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#48a4a4;display:block;width:14.9375rem;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.74870300293rem;left:30.031251907349rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:16.3720703125rem;left:27.748046875rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#48a4a4;display:block;width:15.6875rem;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.74870300293rem;left:54.029947280884rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:18.9375rem;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.3720703125rem;left:52.404296875rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:18rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:19.494140625rem;left:4.0859375rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:19.59765625rem;left:28.7783203125rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:19.494140625rem;left:52.091796875rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:3.9184265136719rem;left:9.3083629608156rem;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:6.6875rem;width:6.6875rem;top:4.9742584228516rem;left:33.999998092651rem;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:6.3125rem;width:4.75rem;top:4.9440155029297rem;left:59.031251907349rem;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:26.875rem;width:21.875rem;top:1.3955078125rem;left:2.0859375rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:26.875rem;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:26.875rem;width:21.875rem;top:1.3959121704101rem;left:50.901880264282rem;display:block; }
#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { position:relative;display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { background-color: transparent; background-image: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { border-width: 0; border-radius: 0; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.0932625rem;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.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4611663818363rem;left:18.311120986939rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { position:relative;display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { background-color: transparent; background-image: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { border-width: 0; border-radius: 0; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;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.5625rem;left:40rem;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.5625rem;left:40rem;height:1.2182625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iU4UGISiir8tBN7BiymNPEgZh69ULguv { color:#000000;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40rem;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:11.3125rem;left:40rem;height:1.2182625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { color:#2d4185;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:14.8125rem;left:40rem;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:16.8125rem;left:40rem;height:1.2182625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lDgliXCim9iaZQEycoBtOvNASDWTVFLk { color:#2d4185;display:block;width:25.249rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:20.25rem;left:39.9990234375rem;height:2.03125rem;display:block; }
#UGoBwzomGDvPvtrlJDMCmRADMPVnzw24 { color:#000000;display:block;width:27.874rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:22.28125rem;left:40rem;height:1.2182625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I7FkRFeD18wNG3WkLusQMLx70XCJqkbP { color:#000000;display:block;width:27.874rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:5.90625rem;left:40rem;height:1.2182625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Uue058pzg6va5GZHZ1AA6cZI7g1D7DWt { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.9375rem;width:18.1875rem;top:0.5rem;left:18.125rem;overflow:hidden;display:block; }
#PmMWQOyd97PV3iiqLrHAIkgSvsWdQbNG { color:#000000;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.3125rem;left:40rem;height:2.03125rem;display:none; }
#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { position:relative;display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { background-color: transparent; background-image: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { border-width: 0; border-radius: 0; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { background-color:#ffbf38;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; }
#KKzni0I0cullp61Vcd0texuysuzaO4va { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kGxFEE6Y/3385653.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KKzni0I0cullp61Vcd0texuysuzaO4va.adaptive-delivery-prevent-bg, #KKzni0I0cullp61Vcd0texuysuzaO4va.lazyload, #KKzni0I0cullp61Vcd0texuysuzaO4va.lazyloading { background-image: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { background-color: transparent; background-image: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container > .video-iframe-container { display: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row > .video-iframe-container { display: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .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); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { border-width: 0; border-radius: 0; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#oh8oJ4L9JzI5uUtAdkT3f13kAfTy63Oc { 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.125rem;width:21.125rem;top:5.5204467773438rem;left:8.7005977630612rem;overflow:hidden;display:block; }
#bn7iQpFPveWzzKa07k420TsoRumJEEn9 { color:#8e6e53;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.9356689453125rem;left:35.186120986939rem;height:3.4118625rem;font-style:normal;display:block; }
#TqpcPKR9Fdnk0nsLkvJkolhPsMpWLxOy { color:#252525;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.4995422363281rem;left:35.184968948364rem;height:2.03125rem;font-style:normal;display:block; }
#L3LaMspvwLOCO0WOT2z954Z6dMre0nVH { color:#252525;display:block;width:31.6875rem;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:12.588470458984rem;left:35.182672500611rem;height:8.100575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MngUk1WiTe1RqJ4Kc1wPu9tDFeTte1i5 { color:#f6f6f6;display:block;width:32.375rem;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:22.0703125rem;left:35.185546875rem;height:8.9209rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kkLIihNmNTxtGQt2ovSSXNiiBbGsDVFc { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.5);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;height:10rem;width:33.5625rem;top:21.3828125rem;left:34.2451171875rem;display:block; }
#ld6Zgxc3TI6PSFvEpJ21vzJDiqek0hsX { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.5);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;height:8.75rem;width:33.5625rem;top:12.212890625rem;left:34.2451171875rem;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:33.875rem;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.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x6da8RfmxX78QAJqCoZDCI4R9nN3VxWK { 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:37.4375rem;left:0rem;display:none; }
#vKG8dg5Qbfmu77X8OLfrHkJk8q2BGUT9 { position:absolute;display:block;z-index:100001;height:19.75rem;width:65.0625rem;top:10.3125rem;left:4.96875rem;display:block; }
#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { background-color: transparent; background-image: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container > .video-iframe-container { display: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row > .video-iframe-container { display: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .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); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { border-width: 0; border-radius: 0; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#I5dLCyZidrFu8C6CkyBbM4bgSccKNsT3 { 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; }
#Gg8iuCOfTzUSI9ZA6ARmP3fiOkv8ipDQ { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { background-color: transparent; background-image: none; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container > .video-iframe-container { display: none; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row > .video-iframe-container { display: none; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .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); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { border-width: 0; border-radius: 0; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#CWRgGbtTBFMSQ8JTSw4VvWU5BTBzpPxi { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:15.875rem;left:6.25rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kehzs1Nv9pzQIua1LsFWEMA3ggAvU2g0 { color:#000000;display:block;width:17.5616875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:4.2750005722046rem;left:4.2429685592651rem;height:7.202125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zzysQ1t7R2mEbIqVb09BXmwALmwcl62O { 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:19.6875rem;width:21.875rem;top:1.3953113555908rem;left:2.0859375rem;display:block; }
#ThTvo7PsQQtEfTTrkuX0s2ieqJOE2QCM { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:15.875rem;left:31.3125rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ENsc5mO65R8JTJxX5zlfFponhHgmci0W { color:#000000;display:block;width:17.5616875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:4rem;left:28.75rem;height:9.0026875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvt9hOVdCzlbHCqFPx3Xe85w8uRG0X5R { 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.375rem 0.6875rem rgba(86,86,86,0.12) ;height:19.6875rem;width:21.875rem;top:1.375rem;left:26.5625rem;display:block; }
#myFLh9GelsSxcA7kVmdKh2gzHRKAtEkF { position:absolute;display:block;z-index:100007;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:19.6875rem;width:21.875rem;top:1.375rem;left:51.5625rem;display:block; }
#DERykEZs2mFACPMCtzzsDJfas6tX3Zmr { color:#000000;display:block;width:17.5609375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:4.2750005722046rem;left:53.719530105591rem;height:9.0026875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDoTNR8XNTNuzyCTR77XutHZTCfTnTnR { color:#263a80;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:15.875rem;left:55.718748092651rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { background-color: transparent; background-image: none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container > .video-iframe-container { display: none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row > .video-iframe-container { display: none; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .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); }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { border-width: 0; border-radius: 0; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { color:#1d2850;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:2.7998046875rem;left:2.4345703125rem;height:3.4375rem;display:block; }
#z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:6.4931640625rem;left:2.4326171875rem;height:1.9494625rem;font-style:normal;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/b7vjCb7q/graph_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.adaptive-delivery-prevent-bg, #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.lazyload, #KCJAgF1ILq93sbFk4v92LLXO9VwMq47a.lazyloading { background-image: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { background-color: transparent; background-image: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .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); }#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:block; }#UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { color:#f6f6f6;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.811199188233rem;height:7.474375rem;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:31.290367126465rem;height:4.77905rem;font-style:normal;display:block; }
#ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { color:#f6f6f6;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.936199188233rem;height:7.474375rem;display:block; }
#H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { color:#f6f6f6;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.9375rem;height:7.474375rem;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.4583435058594rem;left:31.290367126465rem;height:1.86889375rem;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.77905rem;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.86889375rem;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:3.1860375rem;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.86889375rem;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.49365rem;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.3120125rem;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; }
#fUcEwbTdFDHW87MgZy3QltOCXswlyRTw { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:20.0625rem;left:29.25rem;height:0.97411875rem;font-style:normal;display:block; }
#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kGxFEE6Y/3385653.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.adaptive-delivery-prevent-bg, #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.lazyload, #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.lazyloading { background-image: none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container { background-color: transparent; background-image: none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container > .video-iframe-container { display: none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row > .video-iframe-container { display: none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .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); }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container { border-width: 0; border-radius: 0; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#KVJwLg2aZyrW8RAJOeTiiak0Q58ELJzH { 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; }
#eKdx7X6IH3hTftMhV8b2Bx5Sa2Nh2XRh { background-color:#ffbf38;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; }
#EbkpWXDWIfnkGnUglncpF5W3TOEwqMpW { 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:27.3125rem;width:75rem;position:relative;display:block; }#HbWxS62ezTsKpCCO6cJME5SROUVeEQeW { color:#0a163b;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.49365rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XlJdrXtuv8fRw9GyJQWRR1DDVKRWACUS { position:absolute;display:block;z-index:100023;height:17rem;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/kGxFEE6Y/3385653.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL.adaptive-delivery-prevent-bg, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyload, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyloading { background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { background-color: transparent; background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { border-width: 0; border-radius: 0; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#252525;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.124080657959rem;left:21.937040328979rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { background-color:#ffbf38;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:21.375rem;left:29.25rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hqKq5RcyXvn1o85NIBIvOERkhcm81Jn3 { color:#282828;display:block;width:18.1855625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:6.9375rem;left:28.40625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w .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; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w .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:#345161;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; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w .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; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.610375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.6875rem;left:23.6875rem;z-index:100025; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #EzSkC1JtL6IWLo2rTvSv0mhnwKuNsmUt { display:flex;position:relative;top:0rem;left:0rem; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #zJRsxkGcHyM7R6BEayZein5lmWzFwdVL { width:auto; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #srT1lb7SNx0HRMqS65XSgsMOkwpHy0hO {  }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #JcrWmDwAl1NJgc6cHPhC8sgdelPRk7JN { display:flex;position:relative;top:0rem;left:0rem; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #fVDK2E1b3TWiiabmpb1K3kIyB5BuBuc1 {  }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #ny1GXIdauizFpQBmADSBgxvTow6HJc6i {  }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #EblUsUFBIaP7AT6gnKGfryyxtBZ5zAvC { display:flex;position:relative;top:0rem;left:0rem; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #e3aQ2NTuz4UgpzCAHL7vIpHBGZuH9T6F {  }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #kTKNEORVtJE9ginT2ptTqsAt0g1AD3Ug {  }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #GMTchwyXvnJzTkoKVSc0rmh393L2oI6d { display:flex;position:relative;top:0rem;left:0rem; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #gZeUqzEKH06KisxsZ4CaNAGWyo3M45ty {  }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w #TvJpgXC5w8U9TRpQE9TNRB3nXKVpl5BS {  }
#k5Mzt8osJa2sOxvKM4fihpVmODJ77ulh { 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; }
#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO > .row .container { border-width: 0; border-radius: 0; }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:none; }#X1ct7bUH2B2eGAyEuBNXJUc67Aehv80e { color:#c69c72;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:10.12060546875rem;left:3.5625rem;height:6.1875rem;display:block; }
#XVxTNNqxTaM6TlmvBK4nTV1hxbeSsuLN { color:#282828;display:block;width:26.4980625rem;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:18.244140625rem;left:3.5625rem;height:8.4375rem;font-style:normal;display:block; }
#ufozoHBqau4BkvvsGnsiZQT3T0M2NEIg { 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:29.375rem;left:5.9375rem;height:9.34765rem;font-style:normal;display:block; }
#yIo0p76XKluxTncLQe3CeoM3xk3ylVeV { 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:29.75rem;left:3.75rem;overflow:hidden;display:block; }
#QspWqmhl1BIBn0R5DoFoEMb9uNJZ17k3 { 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:34.125rem;left:3.8125rem;overflow:hidden;display:block; }
#s2NHKQiRDuSSdzn7mNmmBL9xxqrHsO3c { 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:36.5625rem;left:3.75rem;overflow:hidden;display:block; }
#vcXaWTOIbIoPnmm5eOiIT2yqbTrP6En7 { 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:32rem;left:3.75rem;overflow:hidden;display:block; }
#m1e2XD2yVF7FX4ktBzmPOebRTuvboPGP { color:#282828;display:block;width:33.625rem;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:8.05810546875rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#UrnfesRbKa0P6MphidhIZ36SXPzGVmGo { z-index:100000;top:41.5rem;left:3.5625rem;background-color:#ffbf38;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;text-align:center;text-align-last:center;display:block; }
#MsteAh6TIXVKvApLT14BwOEkuWwu7tNN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IGprF2Dffn1AaZrJOWUp3w5il5AvyXMt { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35rem;width:29.125rem;top:8.7998046875rem;left:35.3125rem;overflow:hidden;display:block; }
#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 > .row .container { background-color: transparent; background-image: none; }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 > .row .container > .video-iframe-container { display: none; }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 > .row > .video-iframe-container { display: none; }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 > .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); }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 > .row .container { border-width: 0; border-radius: 0; }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#T3esefCwbbSL3n7ApnEKMpWWbQ2bi70P { color:#c69c72;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:6.9951171875rem;left:3.5625rem;height:6.186525rem;display:block; }
#toJ0cQS74UEtqIgr1ewdnRCyFZSmmOto { color:#282828;display:block;width:26.4980625rem;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:15.119140625rem;left:3.5625rem;height:8.44115625rem;font-style:normal;display:block; }
#ngyETb5R2I9D7O2Xc6w8KgadGsvJgGAq { 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:26.25rem;left:5.9375rem;height:9.3457rem;font-style:normal;display:block; }
#UtAlq2SqM789819ABkZFnTaaqAbdJAHH { 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.625rem;left:3.75rem;overflow:hidden;display:block; }
#iQOcVtxsILXhEbl4L731DSEOuItBStTq { 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:3.8125rem;overflow:hidden;display:block; }
#VmJcfEgi35MGKcxWRF9cX7fkGOvXlOvT { 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:33.4375rem;left:3.75rem;overflow:hidden;display:block; }
#EgRHDcDHtS7x14Lv2Vvw9m0K87OL76wT { 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.875rem;left:3.75rem;overflow:hidden;display:block; }
#X7uMIfxUvAdNgSLEZf15fdtvMHiXv340 { color:#282828;display:block;width:33.625rem;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:4.9326171875rem;left:3.75rem;height:1.78100625rem;font-style:normal;display:block; }
#t2BTsQGFmTD8wopN0twE69UfZtU43fVT { z-index:100000;top:38.375rem;left:3.5625rem;background-color:#ffbf38;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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;text-align:center;text-align-last:center;display:block; }
#cJ69l0C9XQDfTlopWvNo8mw3kUPpuVD1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VpHkRlgf7EKpcdO3KgKQAAx7Dhl19VsD { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.25rem;width:29.125rem;top:5.4248046875rem;left:35.7998046875rem;overflow:hidden;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;z-index:auto;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:5.75rem;width:75rem;position:relative;display:block; }#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:1.44921875rem;left:42.3115234375rem;height:2.9736375rem;text-align:center;text-align-last:center;display:block; }
#aF224U20To69D38pUKbH1t07SkQesUZg { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:10rem;top:1.625rem;left:13.7177734375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:4.6875rem;height:3.4375rem;top:1.125rem;left:28.068359375rem;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:1.125rem;left:33.37109375rem;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:1.125rem;left:38.681640625rem;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:1.25rem;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:1.5rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { top:1.1875rem;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:1.125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block; }
 }@media only screen and (max-width: 763px) { #pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { top:0.5625rem;left:0.810546875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFZVTeWznh5SUkUFBvwpNVHhWg6VuZt { width:2.375rem;height:3.4375rem;top:1.3125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkagVhUpBR5iCumouM8xIl9mqRg14VlG { 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:10.0625rem;left:0rem;width:35.9375rem;height:6.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:18.1875rem;left:0rem;width:26.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { top:29.375rem;left:0rem;width:26rem;height:9.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { top:29.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { top:34.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.5rem;height:3.1875rem;top:41.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { top:36.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { top:32rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:42.4375rem;left:3.6875rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:8rem;left:0rem;width:33.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI4P7IwFtKG3nG8tfylzvnog2FXrF555 { top:43.0625rem;left:44.8125rem;width:2.9375rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W65qJT9bEoElA9btuVSbGI0fA7Ga0eia { top:38.0625rem;left:41.4375rem;width:6.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfkiicFDQXIJKMc1RBXIHnFiyT1kb9WN { top:41.5rem;left:0rem;width:12rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKsTJQXeWI5XPasTLgziAD3TF0HXcO1M { display:block; }
 }@media only screen and (max-width: 763px) { #bVI9Pe2227SvI9gMFxGR8S1vUCFiUm7N { top:8.75rem;left:18.625rem;width:29.125rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkD1VukTGU6nyaw84BuST1vSGDvSWXDN { top:47.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;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) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:2.8125rem;left:8.404296875rem;width:30.9375rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { top:0rem;left:0rem;width:47.75rem;height:27.4375rem;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:1.625rem;left:14.78125rem;width:18.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:15.1875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { top:30.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { top:35.125rem;left:10.37353515625rem;width:26.9375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { top:27.625rem;left:17.62451171875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:4.6875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOee7UfuSHJaANGAPTq4EP66BuIUgTtu { top:42.125rem;left:0rem;width:29.0625rem;height:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { top:38.9375rem;left:17.3125rem;width:29.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQe6oEovxZDtaZHtma2ZB0xetBhxKDE { top:44.5625rem;left:21.4375rem;width:26.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { top:41.5rem;left:30.125rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcVqSR7ykqahl9Tce0VqSWXqtiiqMHax { top:9.125rem;left:12.1865234375rem;width:20rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y .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; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y .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; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #EmyTQub1FNx1k9SBk72ifGni7mRNbX4a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #aZxqNdPZJX80GhroIAALkTU3qXSwtOH7 {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #UwpK46TflvZ1PTibS7pLnS4MMXwrSQTv {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #U7bTMtR9PlRCTd0A0zWF47bCmdLIbwv5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #ey9BbCXtqThiLTKpBurMa7IcmN2OZOph {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #ewbGaVQaHZ1rVA16b5UycXxiqWKyMKpb {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #DbuCIdpknsNWGVisKehU5Iy8c7hbLCD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #RBPxNfVr8aEROnRKmNavuFCJcwar8HAz {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #eptBZJ8ZxSeWlMzXnNbsa6KhNql7KOXd {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #dcAW7dIuXJdxl29b9MKtfiCps85OFXyp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #pddMW1hQV33El4qv1dhfactdwprV6yvZ {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #SODIAu4FNRNcLR44ToaVUSX4L0KpXuB6 {  }
 }@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) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { top:15.5rem;left:14.4375rem;width:33.3125rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { top:16.125rem;left:22.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { top:18.5625rem;left:22.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { top:21rem;left:22.75rem;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:5.875rem;left:0rem;width:27.75rem;height:3.25rem;font-size:1.9375rem;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) { #DxSvA30AIusBxzzT4u9GCmNleIxTyy2a { top:9rem;left:0rem;width:18.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1nTznw95ExskvCRHXko953D52BU9nZe { top:10.625rem;left:0rem;width:18.5625rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { top:12.25rem;left:0rem;width:18.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { top:6.8125rem;left:14.1875rem;width:33.5625rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZUFWkMn0WOsr1Cg8aCGecB8kUp0neUW { top:10.625rem;left:22.0625rem;width:25.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { top:23.5625rem;left:22.75rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBiVcJQJe2lfS94ydxfN7z69OTaaM2sX { top:13.8125rem;left:0rem;width:18.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3BTMtrtCb6EDEaMpdf8DwkU7Gos9PwM { top:9.375rem;left:0rem;width:18.125rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG .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; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG .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; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #Tw5TmUDfVuCQKTvImqBwZN9lbZMhwu47 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #RCUXIT692vQ2dZmiaJhl3t9V8N9etkJb {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #u9DSirNTO4yeE6h4HcD5wAyeNAml5LcT {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #WnbE0zrTdpaiCJQTTPFHbOSskXPfTddk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #kvrvKZ5y0O2B2nWnHklnlPqT6CQfLzKk {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #Ng39laZtLLTNFkMpSN39LEOSvCcLy3H6 {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #SvknKnq1v2Tet9OSLXqfTUrFoJu3RNPe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #lpv1zqTodkFJgofTF99qpbrIz5rOrudw {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #LN7VAxhJBeICk8oepxgvl11UNoxFAeAm {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #BGt4VogUscTpQvXFeoFwJc74LKpT2cs4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #sDqEAiL6gnn1nnW2zusuo84qTMRxPc1m {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #BnU4BSfuWF7UEi1AZzCAy4q4oOD5gS7b {  }
 }@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) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:9.375rem;left:0rem;width:38.3125rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqgOIL5oa2GEGSBugJc412a4lT1l8vH2 { top:2.625rem;left:0rem;width:43.3125rem;height:6.1875rem;font-size:2.0625rem;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.75rem;left:1.21484375rem;width:14.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:16.3125rem;left:0rem;width:18.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.6875rem;left:16.34375rem;width:14.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:16.3125rem;left:12.0625rem;width:19.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.6875rem;left:31.75rem;width:15.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:16.3125rem;left:28.6875rem;width:18.9375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:19.4375rem;left:0rem;width:18rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:19.5625rem;left:14.5625rem;width:17.1875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:19.4375rem;left:28.0625rem;width:19.5625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:3.875rem;left:4.7458629608154rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:4.9375rem;left:20.312498092651rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:4.9375rem;left:36.218751907349rem;width:4.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.375rem;left:25.75rem;width:21.875rem;height:26.875rem;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.935546875rem;width:35.8125rem;height:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { top:6.4375rem;left:4.685546875rem;width:38.3125rem;height:1.8125rem;font-size:1.125rem;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) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { top:2.5625rem;left:22.5rem;width:25.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { top:4.5625rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { top:9.3125rem;left:17.25rem;width:30.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { top:11.3125rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { top:14.8125rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { top:16.8125rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDgliXCim9iaZQEycoBtOvNASDWTVFLk { top:20.25rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGoBwzomGDvPvtrlJDMCmRADMPVnzw24 { top:22.25rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7FkRFeD18wNG3WkLusQMLx70XCJqkbP { top:5.875rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uue058pzg6va5GZHZ1AA6cZI7g1D7DWt { top:0.5rem;left:5.6875rem;width:18.1875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmMWQOyd97PV3iiqLrHAIkgSvsWdQbNG { top:34.5625rem;left:0rem;width:15.75rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@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) { #KKzni0I0cullp61Vcd0texuysuzaO4va { display:block; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh8oJ4L9JzI5uUtAdkT3f13kAfTy63Oc { top:5.5rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn7iQpFPveWzzKa07k420TsoRumJEEn9 { top:4.875rem;left:21.560546875rem;width:22.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqpcPKR9Fdnk0nsLkvJkolhPsMpWLxOy { top:8.4375rem;left:21.5595703125rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3LaMspvwLOCO0WOT2z954Z6dMre0nVH { top:12.5625rem;left:16.0625rem;width:31.6875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MngUk1WiTe1RqJ4Kc1wPu9tDFeTte1i5 { top:22.0625rem;left:15.375rem;width:32.375rem;height:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkLIihNmNTxtGQt2ovSSXNiiBbGsDVFc { top:21.375rem;left:14.1875rem;width:33.5625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld6Zgxc3TI6PSFvEpJ21vzJDiqek0hsX { top:12.1875rem;left:14.1875rem;width:33.5625rem;height:8.75rem;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.935546875rem;width:35.8125rem;height:3.4375rem;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) { #x6da8RfmxX78QAJqCoZDCI4R9nN3VxWK { top:37.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKG8dg5Qbfmu77X8OLfrHkJk8q2BGUT9 { top:10.3125rem;left:0rem;width:47.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { display:block; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5dLCyZidrFu8C6CkyBbM4bgSccKNsT3 { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8iuCOfTzUSI9ZA6ARmP3fiOkv8ipDQ { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma { display:block; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWRgGbtTBFMSQ8JTSw4VvWU5BTBzpPxi { top:15.875rem;left:1.6875rem;width:12.5rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kehzs1Nv9pzQIua1LsFWEMA3ggAvU2g0 { top:4.25rem;left:0rem;width:17.5rem;height:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzysQ1t7R2mEbIqVb09BXmwALmwcl62O { top:1.375rem;left:0rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTvo7PsQQtEfTTrkuX0s2ieqJOE2QCM { top:15.875rem;left:17.625rem;width:12.5rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENsc5mO65R8JTJxX5zlfFponhHgmci0W { top:4rem;left:14.25rem;width:17.5rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvt9hOVdCzlbHCqFPx3Xe85w8uRG0X5R { top:1.375rem;left:9.875rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myFLh9GelsSxcA7kVmdKh2gzHRKAtEkF { top:1.375rem;left:25.75rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DERykEZs2mFACPMCtzzsDJfas6tX3Zmr { top:4.25rem;left:30.125rem;width:17.5rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDoTNR8XNTNuzyCTR77XutHZTCfTnTnR { top:15.875rem;left:32.90625rem;width:13.5625rem;height:3.875rem;font-size:1.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:2.75rem;left:0rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CtsTdthQ0OhZDxLa9lD7SC7VzUlv5m { top:6.4375rem;left:0rem;width:38.3125rem;height:1.9375rem;font-size:1.5rem;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:4.1861991882324rem;width:7.25rem;height:7.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4AZplIvQopg8LCWcRki8v79EO3BJJeL { top:4.5rem;left:12.8125rem;width:34.9375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { top:11.8125rem;left:8.3111991882325rem;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.3125rem;width:7.25rem;height:7.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { top:2.4375rem;left:17.6650390625rem;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.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { top:13.25rem;left:21.25rem;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:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { top:23.875rem;left:26.0625rem;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.8125rem;left:12.9375rem;width:34.8125rem;height:7.1875rem;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) { #fUcEwbTdFDHW87MgZy3QltOCXswlyRTw { top:20.0625rem;left:15.625rem;width:24.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux { display:block; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVJwLg2aZyrW8RAJOeTiiak0Q58ELJzH { top:2.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKdx7X6IH3hTftMhV8b2Bx5Sa2Nh2XRh { width:16.5rem;height:2.9375rem;top:9.3125rem;left:15.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbkpWXDWIfnkGnUglncpF5W3TOEwqMpW { 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:17rem;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.3115234375rem;width:30.9375rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:16.5rem;height:2.9375rem;top:21.375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #hqKq5RcyXvn1o85NIBIvOERkhcm81Jn3 { top:6.9375rem;left:14.78125rem;width:18.125rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w .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; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w .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; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #EzSkC1JtL6IWLo2rTvSv0mhnwKuNsmUt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #zJRsxkGcHyM7R6BEayZein5lmWzFwdVL {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #srT1lb7SNx0HRMqS65XSgsMOkwpHy0hO {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #JcrWmDwAl1NJgc6cHPhC8sgdelPRk7JN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #fVDK2E1b3TWiiabmpb1K3kIyB5BuBuc1 {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #ny1GXIdauizFpQBmADSBgxvTow6HJc6i {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #EblUsUFBIaP7AT6gnKGfryyxtBZ5zAvC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #e3aQ2NTuz4UgpzCAHL7vIpHBGZuH9T6F {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #kTKNEORVtJE9ginT2ptTqsAt0g1AD3Ug {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #GMTchwyXvnJzTkoKVSc0rmh393L2oI6d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #gZeUqzEKH06KisxsZ4CaNAGWyo3M45ty {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #TvJpgXC5w8U9TRpQE9TNRB3nXKVpl5BS {  }
 }@media only screen and (max-width: 763px) { #k5Mzt8osJa2sOxvKM4fihpVmODJ77ulh { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdLgVkhgoyF6V8vJukXRODmkanrT2UpO { display:none; }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X1ct7bUH2B2eGAyEuBNXJUc67Aehv80e { top:10.0625rem;left:0rem;width:35.9375rem;height:6.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVxTNNqxTaM6TlmvBK4nTV1hxbeSsuLN { top:27.4375rem;left:0rem;width:18.6875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufozoHBqau4BkvvsGnsiZQT3T0M2NEIg { top:29.375rem;left:0rem;width:26rem;height:9.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIo0p76XKluxTncLQe3CeoM3xk3ylVeV { top:29.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QspWqmhl1BIBn0R5DoFoEMb9uNJZ17k3 { top:34.125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2NHKQiRDuSSdzn7mNmmBL9xxqrHsO3c { top:36.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcXaWTOIbIoPnmm5eOiIT2yqbTrP6En7 { top:32rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1e2XD2yVF7FX4ktBzmPOebRTuvboPGP { top:8rem;left:0rem;width:33.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrnfesRbKa0P6MphidhIZ36SXPzGVmGo { top:41.5rem;left:0rem;width:12rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsteAh6TIXVKvApLT14BwOEkuWwu7tNN { display:block; }
 }@media only screen and (max-width: 763px) { #IGprF2Dffn1AaZrJOWUp3w5il5AvyXMt { top:8.75rem;left:18.625rem;width:29.125rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 { display:block; }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3esefCwbbSL3n7ApnEKMpWWbQ2bi70P { top:6.9375rem;left:0rem;width:35.9375rem;height:6.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toJ0cQS74UEtqIgr1ewdnRCyFZSmmOto { top:15.0625rem;left:0rem;width:26.4375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngyETb5R2I9D7O2Xc6w8KgadGsvJgGAq { top:26.25rem;left:0rem;width:26rem;height:9.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtAlq2SqM789819ABkZFnTaaqAbdJAHH { top:26.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQOcVtxsILXhEbl4L731DSEOuItBStTq { top:31rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmJcfEgi35MGKcxWRF9cX7fkGOvXlOvT { top:33.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgRHDcDHtS7x14Lv2Vvw9m0K87OL76wT { top:28.875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7uMIfxUvAdNgSLEZf15fdtvMHiXv340 { top:4.875rem;left:0rem;width:33.625rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2BTsQGFmTD8wopN0twE69UfZtU43fVT { top:38.375rem;left:0rem;width:12rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ69l0C9XQDfTlopWvNo8mw3kUPpuVD1 { display:block; }
 }@media only screen and (max-width: 763px) { #VpHkRlgf7EKpcdO3KgKQAAx7Dhl19VsD { top:5.375rem;left:18.625rem;width:29.125rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.4375rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { top:1.625rem;left:6.9052734375rem;width:10rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:11.25rem;height:2.5625rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:7.4375rem;height:2.5625rem;top:4.5625rem;left:11.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.875rem;height:2.5625rem;top:7.125rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:2.5625rem;top:7.125rem;left:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:5.124025rem;height:1.686525rem;top:0.9462890625rem;left:14.4375rem;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) { #pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { width:2.99926875rem;height:2.99926875rem;top:0.1875rem;left:7.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFZVTeWznh5SUkUFBvwpNVHhWg6VuZt { width:2.375rem;height:3.4375rem;top:0rem;left:17.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkagVhUpBR5iCumouM8xIl9mqRg14VlG { display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:67.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:4.538575rem;top:7.974609375rem;left:0rem;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:8.4375rem;top:31rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { width:17rem;height:8.05175rem;top:41.875rem;left:2.25rem;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:42.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { width:1.1875rem;height:1.1875rem;top:46.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.75rem;height:1.75rem;top:52.75rem;left:12.375rem;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:48.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { width:1.25rem;height:1.25rem;top:44.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.29980625rem;top:53rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:20rem;height:1.40625rem;top:6.037109375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AI4P7IwFtKG3nG8tfylzvnog2FXrF555 { width:2.9375rem;height:1.625rem;top:62.875rem;left:11.6875rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #W65qJT9bEoElA9btuVSbGI0fA7Ga0eia { width:4.8125rem;height:2.5625rem;top:62.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfkiicFDQXIJKMc1RBXIHnFiyT1kb9WN { top:52.3125rem;left:0.875rem;width:8.5625rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKsTJQXeWI5XPasTLgziAD3TF0HXcO1M { display:block; }
 }@media only screen and (max-width: 763px) { #bVI9Pe2227SvI9gMFxGR8S1vUCFiUm7N { width:14.375rem;height:17.25rem;top:12.51171875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkD1VukTGU6nyaw84BuST1vSGDvSWXDN { width:20rem;height:5.25rem;top:57.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@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) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { width:20rem;height:27.4375rem;top:43.16667175293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/kGxFEE6Y/3385653.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:2.92480625rem;top:8.19921875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:19.4375rem;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:3.8994125rem;top:29.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { width:20rem;height:1.29980625rem;top:33.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { width:12.5rem;height:1.29980625rem;top:27.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:2.2753875rem;top:4.69921875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.375rem;height:23rem;top:2.80859375rem;left:0.3125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #XOee7UfuSHJaANGAPTq4EP66BuIUgTtu { width:20rem;height:8.29101875rem;top:36.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { width:18.75rem;height:8.9375rem;top:45.75rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQe6oEovxZDtaZHtma2ZB0xetBhxKDE { width:13.3125rem;height:4.46045625rem;top:49.875rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { width:14.4375rem;height:1.21875rem;top:47.1875rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcVqSR7ykqahl9Tce0VqSWXqtiiqMHax { width:12.1875rem;height:6.5625rem;top:8.82421875rem;left:1.25rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y .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; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y .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; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y .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; }
#asUAVTgbZ63yXmxlkFs5yEnDh060ps3y { display:flex;width:19.125rem;height:5.2431625rem;top:12.18359375rem;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) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #EmyTQub1FNx1k9SBk72ifGni7mRNbX4a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #aZxqNdPZJX80GhroIAALkTU3qXSwtOH7 {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #UwpK46TflvZ1PTibS7pLnS4MMXwrSQTv {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #U7bTMtR9PlRCTd0A0zWF47bCmdLIbwv5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #ey9BbCXtqThiLTKpBurMa7IcmN2OZOph {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #ewbGaVQaHZ1rVA16b5UycXxiqWKyMKpb {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #DbuCIdpknsNWGVisKehU5Iy8c7hbLCD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #RBPxNfVr8aEROnRKmNavuFCJcwar8HAz {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #eptBZJ8ZxSeWlMzXnNbsa6KhNql7KOXd {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #dcAW7dIuXJdxl29b9MKtfiCps85OFXyp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #pddMW1hQV33El4qv1dhfactdwprV6yvZ {  }
 }@media only screen and (max-width: 763px) { #asUAVTgbZ63yXmxlkFs5yEnDh060ps3y #SODIAu4FNRNcLR44ToaVUSX4L0KpXuB6 {  }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { width:18.1875rem;height:14.3945125rem;top:8.875rem;left:1.8125rem;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { width:1rem;height:1rem;top:9.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { width:1rem;height:1rem;top:12.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { width:1rem;height:1rem;top:16.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { width:20rem;height:21.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { width:20rem;height:0;top:32.5625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:46.9375rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #DxSvA30AIusBxzzT4u9GCmNleIxTyy2a { width:13.0625rem;height:0;top:8.875rem;left:3.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1nTznw95ExskvCRHXko953D52BU9nZe { width:13.1875rem;height:0;top:10.5rem;left:3.625rem;font-size:0.8125rem;z-index:100021;display:none; }
 }@media only screen and (max-width: 763px) { #keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { width:12.875rem;height:0;top:12.125rem;left:3.625rem;font-size:0.8125rem;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { width:20rem;height:1.99365rem;top:2.875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZUFWkMn0WOsr1Cg8aCGecB8kUp0neUW { width:20rem;height:1.4624rem;top:5.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { width:1rem;height:1rem;top:20.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBiVcJQJe2lfS94ydxfN7z69OTaaM2sX { width:14.0625rem;height:0;top:13.6875rem;left:3.75rem;font-size:0.8125rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #m3BTMtrtCb6EDEaMpdf8DwkU7Gos9PwM { width:18.125rem;height:0;top:22.61535rem;left:0.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG .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; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG .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; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG .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; }
#mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG { display:flex;width:19.125rem;height:5.2431625rem;top:16.3046875rem;left:0.7412109375rem;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) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #Tw5TmUDfVuCQKTvImqBwZN9lbZMhwu47 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #RCUXIT692vQ2dZmiaJhl3t9V8N9etkJb {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #u9DSirNTO4yeE6h4HcD5wAyeNAml5LcT {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #WnbE0zrTdpaiCJQTTPFHbOSskXPfTddk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #kvrvKZ5y0O2B2nWnHklnlPqT6CQfLzKk {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #Ng39laZtLLTNFkMpSN39LEOSvCcLy3H6 {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #SvknKnq1v2Tet9OSLXqfTUrFoJu3RNPe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #lpv1zqTodkFJgofTF99qpbrIz5rOrudw {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #LN7VAxhJBeICk8oepxgvl11UNoxFAeAm {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #BGt4VogUscTpQvXFeoFwJc74LKpT2cs4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #sDqEAiL6gnn1nnW2zusuo84qTMRxPc1m {  }
 }@media only screen and (max-width: 763px) { #mPHur7QnEl3lEvGgGfOXVrTyn3KTDQeG #BnU4BSfuWF7UEi1AZzCAy4q4oOD5gS7b {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:20rem;height:1.3808625rem;top:7.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqgOIL5oa2GEGSBugJc412a4lT1l8vH2 { width:20rem;height:4.538575rem;top:2.5625rem;left:0rem;font-size:2.0625rem;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:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:13.9375rem;height:2.11230625rem;top:9.98942565918rem;left:3.0307904481888rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:19.3125rem;height:1.29980625rem;top:12.48828125rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:15.75rem;height:2.11230625rem;top:36.3671875rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:19.1875rem;height:1.29980625rem;top:38.6796875rem;left:0.4990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:13.8125rem;height:2.11230625rem;top:61.96875rem;left:3.09375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:17rem;height:1.21875rem;top:64.6748046875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:18.6875rem;height:4.87305rem;top:15.7490234375rem;left:0.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:16.4375rem;height:4.87305rem;top:41.9501953125rem;left:1.7802734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:18.9375rem;height:4.87305rem;top:67.84765625rem;left:0.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.25rem;height:6.25rem;top:2.9368133544922rem;left:6.874999165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.25rem;height:6.25rem;top:29.015625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:4.6875rem;height:6.25rem;top:54.439453125rem;left:7.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:20rem;height:23.125rem;top:0.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:20rem;height:23.125rem;top:26.658203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:20rem;height:23.125rem;top:52.416015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { width:20rem;height:2.19970625rem;top:2.5390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { width:20rem;height:1.4624rem;top:5.0416564941406rem;left:0rem;font-size:1.125rem;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:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { width:20rem;height:2.03125rem;top:19.1875rem;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:21.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { width:15.75rem;height:0;top:26.25rem;left:2.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { width:18.75rem;height:1.29980625rem;top:31.6875rem;left:0.625rem;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:35.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { width:20rem;height:1.29980625rem;top:38.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDgliXCim9iaZQEycoBtOvNASDWTVFLk { width:20rem;height:2.03125rem;top:42.5263671875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGoBwzomGDvPvtrlJDMCmRADMPVnzw24 { width:20rem;height:1.29980625rem;top:45.044921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7FkRFeD18wNG3WkLusQMLx70XCJqkbP { width:20rem;height:1.29980625rem;top:23rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uue058pzg6va5GZHZ1AA6cZI7g1D7DWt { width:12.3125rem;height:17.5625rem;top:0rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmMWQOyd97PV3iiqLrHAIkgSvsWdQbNG { width:15.75rem;height:4.0625rem;top:27.25rem;left:2.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:5.625rem;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;background-color:#ffbf38;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) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #KKzni0I0cullp61Vcd0texuysuzaO4va { background-color:transparent;background-image:url("https://images.assets-landingi.com/kGxFEE6Y/3385653.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KKzni0I0cullp61Vcd0texuysuzaO4va.adaptive-delivery-prevent-bg, #KKzni0I0cullp61Vcd0texuysuzaO4va.lazyload, #KKzni0I0cullp61Vcd0texuysuzaO4va.lazyloading { background-image: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { background-color: transparent; background-image: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container > .video-iframe-container { display: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row > .video-iframe-container { display: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .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); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh8oJ4L9JzI5uUtAdkT3f13kAfTy63Oc { width:9.0625rem;height:9.0625rem;top:2.55859375rem;left:5.4055606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn7iQpFPveWzzKa07k420TsoRumJEEn9 { width:18.875rem;height:2.2753875rem;top:12.624084472656rem;left:0.56181073188782rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqpcPKR9Fdnk0nsLkvJkolhPsMpWLxOy { width:18.875rem;height:1.29980625rem;top:14.874771118164rem;left:0.56181073188782rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3LaMspvwLOCO0WOT2z954Z6dMre0nVH { width:20rem;height:6.298825rem;top:18.302154541016rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MngUk1WiTe1RqJ4Kc1wPu9tDFeTte1i5 { width:18.25rem;height:11.20116875rem;top:26.796875rem;left:0.8743106126785rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kkLIihNmNTxtGQt2ovSSXNiiBbGsDVFc { width:20rem;height:11.625rem;top:26.546875rem;left:0rem;background-color:rgba(255,255,255,0.7);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) { #ld6Zgxc3TI6PSFvEpJ21vzJDiqek0hsX { width:20rem;height:8.75rem;top:17.0517578125rem;left:0rem;background-color:rgba(255,255,255,0.7);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) { #GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 { display:block; }#GEJlaHsdg70ZMpF8yr3Dv6viciGIWvQ9 > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRHMuG0Xu1531COWvlc33qHGXaaBTV6D { width:20rem;height:2.19970625rem;top:2.1041870117188rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZDTBwvnsT6RGy2LcdQTZuaek2Vcv6Wa { width:20rem;height:1.54345625rem;top:4.6666667461395rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6da8RfmxX78QAJqCoZDCI4R9nN3VxWK { top:29.685546875rem;left:0rem;width:20rem;height:1.29980625rem;z-index:100018;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vKG8dg5Qbfmu77X8OLfrHkJk8q2BGUT9 { width:20rem;height:20.1875rem;top:8.2978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { display:block; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5dLCyZidrFu8C6CkyBbM4bgSccKNsT3 { width:20rem;height:2.19970625rem;top:2.0208435058594rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8iuCOfTzUSI9ZA6ARmP3fiOkv8ipDQ { width:20rem;height:1.3808625rem;top:4.6666667461395rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma { display:block; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWRgGbtTBFMSQ8JTSw4VvWU5BTBzpPxi { width:12.5rem;height:3.571775rem;top:10.605476379394rem;left:3.7499998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kehzs1Nv9pzQIua1LsFWEMA3ggAvU2g0 { width:17.8125rem;height:4.2004375rem;top:4.19140625rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzysQ1t7R2mEbIqVb09BXmwALmwcl62O { width:19.375rem;height:13.875rem;top:1.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTvo7PsQQtEfTTrkuX0s2ieqJOE2QCM { width:12.5rem;height:3.571775rem;top:26.812512159347rem;left:3.7499998807907rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENsc5mO65R8JTJxX5zlfFponhHgmci0W { width:17.5rem;height:5.6005875rem;top:18.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvt9hOVdCzlbHCqFPx3Xe85w8uRG0X5R { width:19.375rem;height:14.75rem;top:16.249219894409rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myFLh9GelsSxcA7kVmdKh2gzHRKAtEkF { width:19.375rem;height:14.375rem;top:32.592956542969rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DERykEZs2mFACPMCtzzsDJfas6tX3Zmr { width:17.5rem;height:5.6005875rem;top:35.274749755859rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDoTNR8XNTNuzyCTR77XutHZTCfTnTnR { width:13.5625rem;height:3.571775rem;top:42.187511920929rem;left:3.2187501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa { display:block; }#ZbNVThQLDsDa00TXeUcMSPfWJBDK23xa > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvZMeXnk1pNRzCtwDkT0rIoT6aKyh5px { width:20rem;height:2.19970625rem;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.13769375rem;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:block; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { background-color: transparent; background-image: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row > .video-iframe-container { display: none; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .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); }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { border-width: 0; border-radius: 0; }#KCJAgF1ILq93sbFk4v92LLXO9VwMq47a > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmoGVzm5t1V6wzUsrldgqUKU0LOuiF3z { width:3.3743104934692rem;height:3.33105625rem;top:2.2495727539062rem;left:0.25rem;font-size:2.5625rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #P4AZplIvQopg8LCWcRki8v79EO3BJJeL { width:15.0625rem;height:7.8735625rem;top:4.7669677734375rem;left:4.8072919845581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccyvMzLqF6qFIQwa2NUP7PzXcEdPmTlx { width:3.4995403289795rem;height:3.0874rem;top:12.6220703125rem;left:0.25rem;font-size:2.375rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #H1OMb6maIrnmTIMRHR3Iebi6OzFr1kAz { width:3.37348125rem;height:3.16894375rem;top:22.122396469116rem;left:0.24956607818604rem;font-size:2.4375rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #PRBpUxhFVsllZqQnRfrl994wPgOtTgvS { width:8.5rem;height:1.86889375rem;top:2.5638427734375rem;left:4.7486982345581rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsGs6Eu43rUJz6b1d4R31zeXtCGDAum8 { width:14.9370625rem;height:6.56125rem;top:24.141710281372rem;left:4.8676218986511rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QHb68rH4mTK2te9Mly8ssyG8gKQoiv { width:12.5rem;height:1.86889375rem;top:13.0009765625rem;left:4.810546875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huAZshelz2aUZB6DggMnASb1rOtUyx8p { width:14.75rem;height:5.25rem;top:15.2119140625rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLCWOI7vObWcEpVxIaCxXCPDpXtlBpQq { width:12.5rem;height:1.86889375rem;top:21.613487243653rem;left:4.8068580627441rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { width:19.0625rem;height:1.7858875rem;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:18.25rem;height:9.0918rem;top:18.5595703125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { width:19.75rem;height:28.5625rem;top:1.2178344726562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUcEwbTdFDHW87MgZy3QltOCXswlyRTw { width:20rem;height:0.9746125rem;top:31.2802734375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux { background-color:transparent;background-image:url("https://images.assets-landingi.com/kGxFEE6Y/3385653.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.adaptive-delivery-prevent-bg, #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.lazyload, #UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux.lazyloading { background-image: none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container { background-color: transparent; background-image: none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container > .video-iframe-container { display: none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row > .video-iframe-container { display: none; }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .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); }#UR3GKE1LzZeV9FZLs8k9eULCRJ049Fux > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVJwLg2aZyrW8RAJOeTiiak0Q58ELJzH { width:20rem;height:3.3994125rem;top:3.875rem;left:0rem;font-size:1rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKdx7X6IH3hTftMhV8b2Bx5Sa2Nh2XRh { width:16.499rem;height:2.936525rem;top:9.248046875rem;left:1.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbkpWXDWIfnkGnUglncpF5W3TOEwqMpW { display:block; }
 }@media only screen and (max-width: 763px) { #MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg { display:block; }#MPgy2e1VvfDm8k9zGL2v3CJIFEyzwEKg > .row .container { width:20rem;height:28.125rem;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:16.6875rem;top:5.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:2.4375rem;top:4.4990234375rem;left:0rem;font-size:1.875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:13.1865rem;height:2.624025rem;top:19.875rem;left:3.4052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #hqKq5RcyXvn1o85NIBIvOERkhcm81Jn3 { width:18.125rem;height:3.0869125rem;top:7.9365234375rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w .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; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w .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; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w .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; }
#tCELCntfeRbJSC8HggFJxDwFf2UopL9w { display:flex;width:19.125rem;height:5.2431625rem;top:12.25rem;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) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #EzSkC1JtL6IWLo2rTvSv0mhnwKuNsmUt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #zJRsxkGcHyM7R6BEayZein5lmWzFwdVL {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #srT1lb7SNx0HRMqS65XSgsMOkwpHy0hO {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #JcrWmDwAl1NJgc6cHPhC8sgdelPRk7JN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #fVDK2E1b3TWiiabmpb1K3kIyB5BuBuc1 {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #ny1GXIdauizFpQBmADSBgxvTow6HJc6i {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #EblUsUFBIaP7AT6gnKGfryyxtBZ5zAvC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #e3aQ2NTuz4UgpzCAHL7vIpHBGZuH9T6F {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #kTKNEORVtJE9ginT2ptTqsAt0g1AD3Ug {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #GMTchwyXvnJzTkoKVSc0rmh393L2oI6d { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #gZeUqzEKH06KisxsZ4CaNAGWyo3M45ty {  }
 }@media only screen and (max-width: 763px) { #tCELCntfeRbJSC8HggFJxDwFf2UopL9w #TvJpgXC5w8U9TRpQE9TNRB3nXKVpl5BS {  }
 }@media only screen and (max-width: 763px) { #k5Mzt8osJa2sOxvKM4fihpVmODJ77ulh { width:19.375rem;height:23rem;top:2.1865234375rem;left:0.3125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #LdLgVkhgoyF6V8vJukXRODmkanrT2UpO { display:block; }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO { background-color: transparent; background-image: none; }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO > .row .container > .video-iframe-container { display: none; }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO > .row > .video-iframe-container { display: none; }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO > .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); }#LdLgVkhgoyF6V8vJukXRODmkanrT2UpO > .row .container { width:20rem;height:55.375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1ct7bUH2B2eGAyEuBNXJUc67Aehv80e { width:20rem;height:4.538575rem;top:4.4375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVxTNNqxTaM6TlmvBK4nTV1hxbeSsuLN { width:18.6875rem;height:8.4375rem;top:27.4375rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufozoHBqau4BkvvsGnsiZQT3T0M2NEIg { width:17rem;height:8.05175rem;top:38.3125rem;left:2.25rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #yIo0p76XKluxTncLQe3CeoM3xk3ylVeV { width:1.25rem;height:1.25rem;top:38.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QspWqmhl1BIBn0R5DoFoEMb9uNJZ17k3 { width:1.1875rem;height:1.1875rem;top:42.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2NHKQiRDuSSdzn7mNmmBL9xxqrHsO3c { width:1.3125rem;height:1.3125rem;top:44.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcXaWTOIbIoPnmm5eOiIT2yqbTrP6En7 { width:1.25rem;height:1.25rem;top:40.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1e2XD2yVF7FX4ktBzmPOebRTuvboPGP { width:20rem;height:1.40625rem;top:2.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UrnfesRbKa0P6MphidhIZ36SXPzGVmGo { top:48.9375rem;left:5.75rem;width:8.5625rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsteAh6TIXVKvApLT14BwOEkuWwu7tNN { display:block; }
 }@media only screen and (max-width: 763px) { #IGprF2Dffn1AaZrJOWUp3w5il5AvyXMt { width:14.375rem;height:17.25rem;top:8.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 { display:none; }#npl12LebUpQOCKaUlkN4ZmurSdGTPqU7 > .row .container { width:20rem;height:76.75rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T3esefCwbbSL3n7ApnEKMpWWbQ2bi70P { width:20rem;height:3.4375rem;top:6.349609375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toJ0cQS74UEtqIgr1ewdnRCyFZSmmOto { width:18.3125rem;height:8.4375rem;top:19.5rem;left:0.84375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ngyETb5R2I9D7O2Xc6w8KgadGsvJgGAq { width:13.75rem;height:10.06103125rem;top:33.5625rem;left:3.875rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #UtAlq2SqM789819ABkZFnTaaqAbdJAHH { width:1.25rem;height:1.25rem;top:33.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQOcVtxsILXhEbl4L731DSEOuItBStTq { width:1.1875rem;height:1.1875rem;top:37.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmJcfEgi35MGKcxWRF9cX7fkGOvXlOvT { width:1.3125rem;height:1.3125rem;top:39.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgRHDcDHtS7x14Lv2Vvw9m0K87OL76wT { width:1.25rem;height:1.25rem;top:36rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7uMIfxUvAdNgSLEZf15fdtvMHiXv340 { width:14rem;height:2.625rem;top:4.412109375rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t2BTsQGFmTD8wopN0twE69UfZtU43fVT { top:44.125rem;left:0.875rem;width:8.5625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ69l0C9XQDfTlopWvNo8mw3kUPpuVD1 { display:block; }
 }@media only screen and (max-width: 763px) { #VpHkRlgf7EKpcdO3KgKQAAx7Dhl19VsD { width:20rem;height:24.206008583691rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { position:relative;z-index:auto;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.763675rem;top:7.681640625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { width:10rem;height:2.0625rem;top:2.369140625rem;left:5rem;display:block; }
 }