.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:39.193359375rem;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:44.49609375rem;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:49.806640625rem;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:60.3125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#efbc1e;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:61.3125rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.0625rem;top:1.685546875rem;left:3.8125rem;overflow:hidden;display:block; }
#sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:1.1806640625rem;left:55.0546875rem;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:2.25rem;width:3.6875rem;top:1.775390625rem;left:14.623046875rem;overflow:hidden;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;z-index:auto;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:43.875rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#c69c72;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:9.3706598281863rem;left:3.562283039093rem;height:2.75rem;display:block; }
#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { color:#000000;display:block;width:23.3125rem;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:27.056640625rem;left:5.9365234375rem;height:9.25rem;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:27.775390625rem;left:3.7490234375rem;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:30.03515625rem;left:3.7490234375rem;overflow:hidden;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:37.932945251465rem;left:3.4375rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:37.941623687744rem;left:19.05056476593rem;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:34.55078125rem;left:3.74609375rem;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:32.28515625rem;left:3.6240234375rem;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:38.862850189209rem;left:17.30251789093rem;height:1.25rem;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { color:#282828;display:block;width:39.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:7.3079428672787rem;left:3.7499995231628rem;height:1.75rem;font-style:normal;display:block; }
#rZxl0TZfo21u2OO7NaThTxqNppD8KXMl { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.25rem;width:43.5625rem;top:15.681640625rem;left:29.2490234375rem;overflow:hidden;display:block; }
#HyQK4dwKTgKvKpDD6eIdSsOo3HmDXpir { position:absolute;display:block;z-index:100018;height:1.686525rem;width:2.999025rem;top:6.3125rem;left:68.9375rem;display:block; }
#WhcZlN3NwXQT1bs6wzkm7OJRTpU3GfJT { color:#282828;display:block;width:24.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:13.4375rem;left:3.5615234375rem;height:11.8125rem;font-style:normal;display:block; }
#qlZBl1FdxMet04i0s49ColbTGspsfyli { position:absolute;display:block;z-index:100020;height:5.4375rem;width:9.6875rem;top:35.7451171875rem;left:36.0625rem;display:block; }
#zMTcdszKMKJbUeh0WSWMtuUoNDHm5d5f { position:absolute;display:block;z-index:100021;height:3.5625rem;width:6.375rem;top:36.6123046875rem;left:49.0400390625rem;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:1.75rem;width:75rem;position:relative;display:block; }#sgwZD0FalqAecmeTdvhLbZyunITLvoU1 { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:0.6875rem;left:12.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:26.4375rem;width:49.1875rem;top:0rem;left:12.90625rem;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/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.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(29,40,80,0.8); }#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(29,40,80,0.8); }#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:59.6875rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:18.1846875rem;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:5.0032558441162rem;left:28.407121658325rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:#efbc1e;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:12.5rem;height:2.93555rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:17.125rem;left:31.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:45.625rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:29.6865234375rem;left:14.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { color:#f6f6f6;display:block;width:35.875rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.7;letter-spacing:0;top:40.0615234375rem;left:2rem;height:12.25rem;font-style:normal;display:block; }
#ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { color:#252525;display:block;width:26.999rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:33.7490234375rem;left:23.998046875rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12rem;width:29.1875rem;top:40.061584472656rem;left:41.999078750611rem;display:block; }
#Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.7;letter-spacing:0;top:44.7490234375rem;left:43.7490234375rem;height:5.625rem;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; }
#Utvcho0XQO8z4oJfycwNvOv684cbw5MO { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:21.25rem;left:12.8125rem;height:1.6875rem;font-style:normal;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:25.561813354493rem;left:31.249998092651rem;height:1.25rem;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; }
#BrTRyLNTkHEoCtwDTKssvXWuKoNmTRw6 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.9365234375rem;left:47.9052734375rem;height:1.4375rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#212121;display:block;width:49.1875rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:0.6162109375rem;left:12.90625rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .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; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#1d2850;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .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; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T { 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:6.4638671875rem;left:23.65625rem;z-index:100013; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #yug6zMsLEF87h36XzQdNIyAMSs34bwD4 { display:flex;position:relative;top:0rem;left:0rem; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Urn3bi4DBe1Var2dO1XFzAB0Z4aZJBso { width:auto; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AyIJ1tSqx0kHbBpOX9hJAUJsnlmnq4tf {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #HPbVyHc8FUwkCboqVProvGdN91aw9dEv { display:flex;position:relative;top:0rem;left:0rem; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #rNths6JW5cPGozlkvnknW10tTbqpVTnH {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #y8zyrQ3duIhxAChTvfzgKDf8GCvZcgTN {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AwXV9Mauk9gdr7pwncz8wRJk6V2IHAA3 { display:flex;position:relative;top:0rem;left:0rem; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #UQUlwgs90EBDQt8QpD4gazO0s6IfrpUA {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #DzmLW7ze2ayGAhcV0tqQcvTKZc1HTzhy {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Ievsvvnx8QgTwwiehvD2AE6M0M6CZ5cr { display:flex;position:relative;top:0rem;left:0rem; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #vJL6AbbJN1zOvrgEidF2MOHQte2bf4nT {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #r8o9k3bElSpDBL9bSTQ55L72vO0gsSrA {  }
#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { background-color: transparent; background-image: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container > .video-iframe-container { display: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container { display: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { border-width: 0; border-radius: 0; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:5rem;left:38.75rem;height:3.4375rem;display:block; }
#QQTxzp8Mp0XtgKxVV0KPiJmTJQd8Vdup { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:8.8125rem;left:38.75rem;height:1.8125rem;font-style:normal;display:block; }
#iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { color:#000000;display:block;width:25.7498125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:12.375rem;left:41.1875rem;height:15.125rem;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.31185rem;width:1.31185rem;top:12.5625rem;left:39.125rem;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.31185rem;width:1.31185rem;top:18.0625rem;left:39.125rem;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.31185rem;width:1.31185rem;top:23.5625rem;left:39.125rem;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.749rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:6rem;left:4.1552734375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { color:#232323;display:block;width:18.186197280884rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.25rem;left:8.9375rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { background-color:#efbc1e;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:12.5rem;height:2.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:22.7490234375rem;left:11.78125rem;display:block; }
#dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VDTeB2nKhFLJ7ZWVxLcZWrkKC3eZ4IyQ { 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; }
#x9AJFm3w1EC2JpRuL99hmQl0kGmUB0Ee { 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; }
#G9x0FTfD29HXuIOuBhTQIw8gx4BJIIFl { 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; }
#yB05z2KchDcw6DpLFZbqTufV4bhZZwBw { 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; }
#DuVQozk59vG5gZcAQMLmHLPSbPdH2wdd { 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; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O .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; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#1d2850;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O .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; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O { 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:12.375rem;left:4.1875rem;z-index:100014; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #rqOmmfFRl6AM8ruyrUsLQKp2ntIT7WDT { display:flex;position:relative;top:0rem;left:0rem; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #lukt7Idzt9DQaO2rm3Sx4Ih7xmcga6Aa { width:auto; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #NPc9zgVg1DD2NV1vK0b1MasEgrHFhOJg {  }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #IxBxfL6xfOrW4DqyCr0ZNTqDc2xHaViq { display:flex;position:relative;top:0rem;left:0rem; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #JsDFpqUCp4LORC97veMbxnNOwWSTlRie {  }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #hH7Eu3o6AtTHiCffDdDQMTNxziXlCTt7 {  }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #c5aTOiOPsQVVhVN73cxVXleroS9HN0Ha { display:flex;position:relative;top:0rem;left:0rem; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #fc6XULAe4UR4rSpKV671OScTUR4P4bTQ {  }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #Ak0GrEz1gP0KoZbMuMoWztmCcMbdkuJz {  }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #SNJAOKTxQ3VlaGzx4QvOcpSKnAtKlLxt { display:flex;position:relative;top:0rem;left:0rem; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #T6UGS9ntrITPPZ3RqR5hw7Bp64yTa7fA {  }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #dDsE395UdqWFzhR8XTsMzztuRgwkrEgq {  }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { background-color: transparent; background-image: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { border-width: 0; border-radius: 0; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#1d2850;display:block;width:44.3125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:4.283203125rem;left:2.4326171875rem;height:3.0625rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"noto sans hk";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.7430534362794rem;left:2.4327259063721rem;height:1.5rem;display:block; }
#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { background-color: transparent; background-image: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { border-width: 0; border-radius: 0; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#48a4a4;display:block;width:21.8120625rem;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.746746063233rem;left:2.0876731872559rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:21.9375rem;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.372604370118rem;left:2.0269098281861rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#48a4a4;display:block;width:21.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.747829437256rem;left:26.530383110046rem;height:2.0625rem;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.372924804688rem;left:27.748159408569rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#48a4a4;display:block;width:21.9375rem;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.5625rem;left:51.5625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:17rem;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.1875rem;left:54rem;height:1.25rem;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:20.744140625rem;left:4.0859375rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:20.744140625rem;left:27.8125rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.5625rem;height:4.75rem;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:6.875rem;width:6.875rem;top:4.8795576095581rem;left:9.55295085907rem;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.625rem;width:6.625rem;top:5.0043401718139rem;left:34.187285423279rem;overflow:hidden;display:block; }
#Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:2.0863971710205rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.125rem;width:21.875rem;top:1.3955078125rem;left:26.52734375rem;display:block; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.1875rem;left:51.5625rem;display:block; }
#lnZgLaphrFAiQw8AU4eQwqOT0f3cRMwT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:4.5rem;left:59.5625rem;overflow:hidden;display:block; }
#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { position:relative;display:none; }#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:none; }#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.0625rem;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.8125rem;text-align:center;text-align-last:center;display:block; }
#H0CRq1ryOyzOh3JFb3VTuUnnrxLKTMrK { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:6.8720703125rem;left:10.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { position:relative;display:none; }#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:25.25rem;width:75rem;position:relative;display:none; }#Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.75rem;width:20.75rem;top:1.3361663818359rem;left:14.307214736939rem;overflow:hidden;display:block; }
#aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { color:#000000;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.9362030029297rem;left:40rem;height:2rem;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:6.91796875rem;left:39.998699188233rem;height:1.1875rem;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:10.87370300293rem;left:40rem;height:2rem;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:12.85546875rem;left:39.998699188233rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { color:#000000;display:block;width:25.249309539795rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:16.37370300293rem;left:40rem;height:2rem;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:18.375rem;left:40rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container { background-color: transparent; background-image: none; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container > .video-iframe-container { display: none; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row > .video-iframe-container { display: none; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .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); }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container { border-width: 0; border-radius: 0; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#DXq0cosu8cA4bb3qql6nE96C0LBdCKLa { color:#000000;display:block;width:36.937038421631rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:3.3111267089844rem;left:19.029180526733rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlLg9xILPAiTBAwofTMBrmVAidbt81F6 { color:#131213;display:block;width:29.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.87370300293rem;left:22.623697280884rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 { position:relative;display:block; }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 { background-color: transparent; background-image: none; }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 > .row .container > .video-iframe-container { display: none; }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 > .row > .video-iframe-container { display: none; }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 > .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); }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 { border-width: 0; border-radius: 0; }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 > .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:41.6875rem;width:75rem;position:relative;display:block; }#VHR8RBaIbO3CnIH6kQhbHfcBBbtqzqiO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.875rem;width:22.9375rem;top:6.5rem;left:5.4365234375rem;overflow:hidden;display:block; }
#cen73uTMC3EfZv3cX3TyEUSIfXwTRLJR { color:#000000;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.4372711181641rem;left:40.624999046326rem;height:2rem;display:block; }
#Avu0owPDcPKXGQv9qLZ4RQanQ2TpExN8 { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:4.41796875rem;left:40.623847007751rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eXDnRaa9KoRT1ELgg3BTSv4yPXin0gFc { color:#000000;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.625rem;height:2rem;display:block; }
#b9CL1kNOBUl3gxOTwaTbzTMqDEeh0nWL { color:#000000;display:block;width:29.3125rem;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:9.5rem;left:40.625rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VEbXxvEa1hz2uyLwoOnZvTvRkFynVcJy { color:#000000;display:block;width:25.249309539795rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.8125rem;left:40.625rem;height:2rem;display:block; }
#trIOUQ185x94EMpCTGU9tqqwRSmlCyIe { 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:14.8125rem;left:40.625rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dyIrnS2TXtki0e3Gr3380TxxLn3PAlTc { color:#000000;display:block;width:27.874rem;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:19.875rem;left:40.625rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wMrJ4U8n2FrmsN37J93Xf03Ns9IbgOf9 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:17.9375rem;left:40.625rem;height:2rem;display:block; }
#EHTkfH8KzoDPc1IIxB2dTUDW8HtzH95w { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:23rem;left:40.625rem;height:2rem;display:block; }
#tKygrxGXOlsJN6qd6TKw8FcWygFArsDX { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:29.590923130513rem;left:40.625001907349rem;height:2rem;display:block; }
#rTyUX5iiK2MlSHm1kz17tdht0weoJrco { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:34.774311304092rem;left:40.625001907349rem;height:2rem;display:block; }
#IZEwrF2Ei0N7wkVHFx76Uwd4OwEIwkGV { color:#000000;display:block;width:29.9375rem;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:25.0625rem;left:40.625rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gwKBb0SRJ7DdXbRFFJNJdyZy89LBMrcP { color:#000000;display:block;width:29.9370625rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:26.25rem;left:40.625rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQuFd0x1CKkhoAg83owzSsn3yN2huWXz { color:#000000;display:block;width:29.9370625rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:31.602649927139rem;left:40.625001907349rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F1ZQH74nsiFNEnAKKE8hokSXmtOnXXwZ { color:#000000;display:block;width:29.936rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:36.787110328674rem;left:40.625001907349rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BG3KCEf5o5GKNZTDFaMdasc6tHq7kthb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:1.0625rem;height:1.25rem;display:block; }
#ukgCPAkf7HNymui54UoMvOnxHvzf1brp { position:relative;display:block; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp { background-color: transparent; background-image: none; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row .container > .video-iframe-container { display: none; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row > .video-iframe-container { display: none; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .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); }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp { border-width: 0; border-radius: 0; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .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:10.0625rem;width:75rem;position:relative;display:block; }#FRTDDyvxEo1ktMbKOzWv7AKxTJIVGIT7 { background-color:#efbc1e;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.5615rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:1.0625rem;left:31.21875rem;display:block; }
#yD31eKmvmtTMbfb2PPpM18ByVoQI92uA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vpI6tJUBsGpHTaqTTTEpToaIoDnF0fB0 { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:5.1875rem;left:12.8125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { position:relative;display:none; }#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:11.4375rem;width:75rem;position:relative;display:none; }#TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { background-color:#efbc1e;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; }
#CQedczQinbq0X2WUAAGJAwFqEWmUTThN { color:#000000;display:block;width:33.312271118164rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:4.9356536865234rem;left:20.842142105102rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWulREXf2twfZAvQRikDPuaCa5T3C9bp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp.adaptive-delivery-prevent-bg, #nWulREXf2twfZAvQRikDPuaCa5T3C9bp.lazyload, #nWulREXf2twfZAvQRikDPuaCa5T3C9bp.lazyloading { background-image: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { background-color: transparent; background-image: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.8); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container > .video-iframe-container { display: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.8); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row > .video-iframe-container { display: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .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); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { border-width: 0; border-radius: 0; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#arQTT6rXVQ7i51VVVPFVXEnxVRTMhp81 { 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.6875rem;width:21.6875rem;top:4.2693023681641rem;left:8.0755977630612rem;overflow:hidden;display:block; }
#s78TA15KAtNFZpudqZFmVxLiN0rvR07g { color:#f6f6f6;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.6856689453125rem;left:36.436120986939rem;height:3.375rem;font-style:normal;display:block; }
#JlhuAnMF0Dr3RUFeGmdh3ZcXduNcdtB5 { color:#f4ecef;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:7.2495422363281rem;left:36.433820724487rem;height:2rem;font-style:normal;display:block; }
#bReEkCUGGVzh9WTlCpn8nxsKpWNuVcTf { color:#faf8f8;display:block;width:66.9990234375rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:30.458343505859rem;left:3.9986991882324rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3tFiKyv2TJvJEUM6wx5P2hXFhpDkqM0 { 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:10.713470458984rem;left:36.432672500611rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TT9PTlBDcGk60Q8ukGZO86qoFTdtUK7q { color:#252525;display:block;width:31.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:20.288375854493rem;left:36.433820724487rem;height:5.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row .container { background-color: transparent; background-image: none; }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row .container > .video-iframe-container { display: none; }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row > .video-iframe-container { display: none; }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .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); }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row .container { border-width: 0; border-radius: 0; }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#wCyq9TEqETFRlteukAXGebtIMVqamyAS { color:#c69c72;display:block;width:42.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:4.8076171875rem;left:3.5615234375rem;height:2.75rem;display:block; }
#dLi1FL9OIhznKRca5Q94EJDOgMiw6hkn { 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:23.6875rem;left:3.6875rem;overflow:hidden;display:block; }
#uWUrutIQg0E2KC1MLIDlOFKg5v4bxg7L { 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:26rem;left:3.6875rem;overflow:hidden;display:block; }
#Dwwtm3oK7JKp4u5hNiFfnnzcqMwbTTD0 { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:33.370445251465rem;left:3.4375rem;display:block; }
#N82aXNadARvRCdQwIWT19Chr7k6XrLfF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xl4oKFGesNfpCev9zplqtE4bLprUSbsr { 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:30.5rem;left:3.6875rem;overflow:hidden;display:block; }
#iGpOMc8GTbTayWI79F3F89GpuqTTzpgP { 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.25rem;left:3.5625rem;overflow:hidden;display:block; }
#BS6ufXFCzD7mVXcOySpUmT7uM3f5WggZ { color:#282828;display:block;width:39.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:2.7454414367676rem;left:3.7489156723023rem;height:1.75rem;font-style:normal;display:block; }
#ZLnaR22WvXyKPpsxlslcP377dzJDcvW0 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.25rem;width:43.5625rem;top:11.0625rem;left:30.9375rem;overflow:hidden;display:block; }
#vseWH2J0ZiPnmJqyS10FiRK2of9OQ7SR { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100010;line-height:2.2;letter-spacing:0;top:22.9375rem;left:5.6875rem;height:9.25rem;font-style:normal;display:block; }
#ZmTdXpZBlVlrHTUUvR44d1hPH0f5FkCD { color:#282828;display:block;width:25.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:9.4375rem;left:3.5615234375rem;height:10.125rem;font-style:normal;display:block; }
#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { background-color: transparent; background-image: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container > .video-iframe-container { display: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row > .video-iframe-container { display: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .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); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { border-width: 0; border-radius: 0; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#taPh1ob9Au9TiET6O7vw0ZeTRZxyk0tw { 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:1.34375rem;left:19.560546875rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#qOODVHG6IDaJhFvXhl4vWGMhgNLM6JRP { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:5.625rem;left:17.34375rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH > .row .container { background-color: transparent; background-image: none; }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH > .row .container > .video-iframe-container { display: none; }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH > .row > .video-iframe-container { display: none; }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH > .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); }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH > .row .container { border-width: 0; border-radius: 0; }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#nCaTfkrsnSd2TdvqwDTwWMmH1iFJJKMk { background-color:#efbc1e;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.5605625rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:14.3125rem;left:31.4375rem;display:block; }
#TERnUe866yeVU8eLNWSMy3mtlsEuwgqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P9idPAlFbuOqZakaAhH4roio4d1Dav6p { color:#000000;display:block;width:52.625rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:18.4375rem;left:11.1875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F108BNM0xl7dplqVoGPMrDWgpGMkkRPo { position:absolute;display:block;z-index:100014;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:8.625rem;width:29.4375rem;top:3.25rem;left:22.8125rem;display:block; }
#mk5AObuURRQIzsc2Fk45sciiyKbOwe52 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100019;line-height:2.2;letter-spacing:0;top:7.875rem;left:22.8125rem;height:2.5625rem;text-align:center;text-align-last:center;display:block; }
#DJDJIbtZFdi5HFTUpEV6tsUqPQrG2DWH { color:#000000;display:block;width:29.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100021;line-height:1.5;letter-spacing:0;top:4.875rem;left:22.75rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { background-color: transparent; background-image: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:#1d2850;display:block;width:49.625rem;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.15625rem;left:12.6875rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#ivJoTTJSRDifs66EOp4W5WNbTnrLwdny { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:6.375rem;left:17.34375rem;height:1.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container { background-color: transparent; background-image: none; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container > .video-iframe-container { display: none; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row > .video-iframe-container { display: none; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .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); }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container { border-width: 0; border-radius: 0; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#droH5RR2qhGNuhHwDcB5SAkN2JoTwCSB { color:#48a4a4;display:block;width:22.4355625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:4.5625rem;left:9rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TziAAsJ903zcrDJtdRTyLtidAzSiI9VN { color:#48a4a4;display:block;width:22.4355625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:11.59375rem;left:9rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g998v1N7b9xwaZ5UqL6Etv8bpVBBxFEi { color:#48a4a4;display:block;width:22.4355625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:18.625rem;left:9rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#giVXntupBfe0UTEm0ux6N3WT6I1dDQxa { color:#000000;display:block;width:34rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:4.5625rem;left:31.435546875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#giVXntupBfe0UTEm0ux6N3WT6I1dDQxa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#giVXntupBfe0UTEm0ux6N3WT6I1dDQxa li:before{  }
#hgE582ciNizzxJAMNk7CmyDxVJlvXrWp { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:11.59375rem;left:31.435546875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#hgE582ciNizzxJAMNk7CmyDxVJlvXrWp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hgE582ciNizzxJAMNk7CmyDxVJlvXrWp li:before{  }
#TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:18.625rem;left:31.435546875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg li:before{  }
#B0ql1ncTQBptq4fMzxchTJOczTLnN6nc { position:absolute;display:block;z-index:100011;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:24.4375rem;width:63.6875rem;top:1.75rem;left:5.65625rem;display:block; }
#xgTySy1eBkv52zSxOA6vQ4TZyUG2Nn4E { position:absolute;display:block;z-index:100011;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:24.436875rem;width:68.875rem;top:1.7502235174179rem;left:3.0620660781861rem;display:none; }
#Tp6uBRLXk0KCZp2mSvqa5cDRLoXc0g3i { position:absolute;display:block;z-index:100011;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:24.436875rem;width:68.875rem;top:1.7502235174179rem;left:3.0620660781861rem;display:none; }
#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { background-color: transparent; background-image: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .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); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:4.9348907470703rem;left:-0.095486640930175rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4.adaptive-delivery-prevent-bg, #ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4.lazyload, #ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4.lazyloading { background-image: none; }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 > .row .container { background-color: transparent; background-image: none; }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.85); }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 > .row .container > .video-iframe-container { display: none; }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.85); }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 > .row > .video-iframe-container { display: none; }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 > .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); }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 > .row .container { border-width: 0; border-radius: 0; }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#SlXi32McQkGi3mxabH8G2TQwJe3tTxDT { color:#f6f6f6;display:block;width:74.4375rem;position:absolute;font-family:"noto sans hk";font-size:2.6875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0.5625rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J1mHUDRy7hScBOT0iuPi7ikIFugMNMkZ { color:#f6f6f6;display:block;width:74.4375rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4BTFDowSZyGSVS0TK3NJuWDlMsvqCx3 { color:#021f62;display:block;width:74.625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:16.963470458984rem;left:0rem;height:0;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:center;text-align-last:center;font-style:normal;display:block; }
#S5E8WNv5orHTbiy9aAOboGKu0fAzrlVo { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.436580657959rem;width:22.5rem;top:10.254577636719rem;left:2.7964153289795rem;overflow:hidden;display:block; }
#AQfHcf77Us0ib4DNWuiybcmiIvDAMy1L { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9993104934692rem;width:21.749769210816rem;top:19.124084472656rem;left:26.778261184693rem;overflow:hidden;display:block; }
#VrGFwG0rTk9uGmatcBpf1FIIvhQydxyN { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:22.25rem;top:18.326954513788rem;left:50.633537055806rem;overflow:hidden;display:block; }
#nd8zhIQ6Vd62DVKr0zZpFB6TeygFsGoR { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:21.811809539795rem;top:10.686798095703rem;left:26.872701644898rem;overflow:hidden;display:block; }
#ynofWLk7Wru0QkrUGpfBH6cVBO07srix { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:22.0625rem;top:18.474700927734rem;left:3.0193004608154rem;overflow:hidden;display:block; }
#AHBrDLqTqeops40sU9TEANg2NA0g8TfW { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5618104934692rem;width:23.061809539795rem;top:10.547088623047rem;left:50.255739212036rem;overflow:hidden;display:block; }
#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN > .row .container { background-color: transparent; background-image: none; }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN > .row .container > .video-iframe-container { display: none; }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN > .row > .video-iframe-container { display: none; }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN > .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); }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN > .row .container { border-width: 0; border-radius: 0; }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#T8csIERvpnNQz3W7e4s5XNaXJMfrtik7 { color:#1d2850;display:block;width:38.4375rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:18.28125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#flLGUABTEVZL8omRC9d6kAET0pFUXVMl { color:#3b5094;display:block;width:17.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.171875rem;left:28.71875rem;height:1.625rem;display:block; }
#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX > .row .container { background-color: transparent; background-image: none; }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX > .row .container > .video-iframe-container { display: none; }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX > .row > .video-iframe-container { display: none; }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX > .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); }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX > .row .container { border-width: 0; border-radius: 0; }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#iMMdAvT1TphZUvExvffcnM4k98G5SwFQ { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:23.9375rem;width:22.8125rem;top:1.28125rem;left:50rem;display:block; }
#KDhfHrnBxbvs5lHrfNSyxhTSKzluZDNm { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:23.9375rem;width:23.3125rem;top:1.3125rem;left:1.75rem;display:block; }
#c6rqTsRmOTB0IgTOw1kzs1bJTTotavLL { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"noto sans tc";font-size:2.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.712890625rem;left:29.25rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RPJ9XmQF1WUWL667GRvgih6T1sN74Bzv { color:#48a4a4;display:block;width:7.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.90625rem;left:57.5625rem;height:2.4375rem;font-style:normal;display:block; }
#kqeXJqnb1Z8O5tEJ7a05rP6GadyGcbUM { color:#48a4a4;display:block;width:13.375rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.90625rem;left:6.71875rem;height:2.4375rem;font-style:normal;display:block; }
#HQQhbovgZZpU425kLaBWV7ANBsTr9PoO { color:#ffce2b;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:7.94921875rem;left:30.71875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDL42xhNN5pi0r3FfoEtcJ8uaZZa7lss { color:#ffce2b;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:4.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9.693359375rem;left:30.71875rem;height:5.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAuSpKJ4hLtfAQ9thThtDbnugOadsBWC { color:#1d2850;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:3.75rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:6.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wy2MFH30Wm8wZJIKIPc0kAnBTD3xFoJ9 { color:#1d2850;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:3.75rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:10.8125rem;left:54.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAMFN2kQCw2tm23kfyNJIBIfrSK3SVlo { color:#1d2850;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:8.3779296875rem;left:54.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0nwEi2a0gFX45sng3x9GeGTfBcdrGCw { color:#252525;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:8.875rem;left:5.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bDrTlosqi5SPD0IxNqQNb0iTIhcOvPtC { background-color:rgba(255,255,255,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0c2132;border-left:0.125rem solid #0c2132;border-right:0.125rem solid #0c2132;border-bottom:0.125rem solid #0c2132;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:#48a4a4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:19.7275390625rem;left:7.125rem;display:block; }
#PHAF65ElhPuGsu8SelTyfMfOst0kN2tr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LloD6ifwIOLKJb2t5G9SXG1yTPc8Bsvm { color:#f9f5ef;display:block;width:15.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:18.2666015625rem;left:29.53125rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvxUFT8JHFEht0gf6fZKwDC8oa210uZQ { background-color:rgba(255,255,255,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0c2132;border-left:0.125rem solid #0c2132;border-right:0.125rem solid #0c2132;border-bottom:0.125rem solid #0c2132;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:#48a4a4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:19.7275390625rem;left:55.0625rem;display:block; }
#LaQlLJWUTe50MyM3lR88wNKtTiigibRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TMwpHD2R7FeqEu7MmCo3xCzBegzo2ErV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe692, #fbbd32);background-image: -moz-linear-gradient(180deg, #ffe692, #fbbd32);background-image: -ms-linear-gradient(180deg, #ffe692, #fbbd32);background-image: -o-linear-gradient(180deg, #ffe692, #fbbd32);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe692', endColorstr='#fbbd32' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe692', endColorstr='#fbbd32' );";background-image: linear-gradient(180deg, #ffe692, #fbbd32);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:19.7275390625rem;left:31.21875rem;display:block; }
#d9GsTkUnupHkAybOUVVlFvWkIcM449rO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iFO1oCvVlgckpptAAAlLbhkqG3k8T2mk { color:#1d2850;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:8.1923828125rem;left:6.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wp8pqw8NRVSZeuc8gFQD0yHRfTLlpOk8 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1d2850, rgba(72,164,164,0.69));background-image: -moz-linear-gradient(180deg, #1d2850, rgba(72,164,164,0.69));background-image: -ms-linear-gradient(180deg, #1d2850, rgba(72,164,164,0.69));background-image: -o-linear-gradient(180deg, #1d2850, rgba(72,164,164,0.69));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2850', endColorstr='#af48a4a4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2850', endColorstr='#af48a4a4' );";background-image: linear-gradient(180deg, #1d2850, rgba(72,164,164,0.69));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:26.5rem;width:24.1875rem;top:0rem;left:25.40625rem;display:block; }
#ICnkCcXtdR6hKdKKDEexFM2Ve5sdKLT3 { color:#f8f8f8;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.693359375rem;left:31.25rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#pNPBeh9xNPay2WWJxm7FL7xQC6cDv4O9 { color:#1d2850;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:15.9931640625rem;left:55.15625rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ecBDyD8yFgv8GAtxsxCTL4px8N0Moa78 { color:#1d2850;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:15.9931640625rem;left:7.15625rem;height:1.25rem;text-align:center;text-align-last:center;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.4375rem;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.1875rem;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; }
#KeX0LZpWqrKhJwvTKXhUyV1aLlC45t58 { color:#090909;display:block;width:34.8125rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:20.9375rem;left:29.25rem;height:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.adaptive-delivery-prevent-bg, #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.lazyload, #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.lazyloading { background-image: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { background-color: transparent; background-image: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.8); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container > .video-iframe-container { display: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.8); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container { display: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { border-width: 0; border-radius: 0; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { color:#f6f6f6;display:block;width:65.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:2.9465942382812rem;left:4.84375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { background-color:#efbc1e;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:12.5rem;height:2.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:9.318359375rem;left:31.25rem;display:block; }
#iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD > .row .container { background-color: transparent; background-image: none; }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD > .row .container > .video-iframe-container { display: none; }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD > .row > .video-iframe-container { display: none; }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD > .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); }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD > .row .container { border-width: 0; border-radius: 0; }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#w5KTOx3lARB68TNHimmTdHcbnDr0w3lL { 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.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9TkvTbDZJUctpt0q3BxhR9hTgtmpP6J { 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/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.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(29,40,80,0.85); }#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(29,40,80,0.85); }#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:24.5rem;width:75rem;position:relative;display:block; }#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { background-color:#efbc1e;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:12.5rem;height:2.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:17.943359375rem;left:31.25rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kEm0DDWO2ZI7DTDEgmgPP2ZM62OuPTwi { color:#f6f6f6;display:block;width:74.875rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:21.553833007812rem;left:0.24804592132568rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZdKMimvKomuUaOQqNylEnrf83VFFJUz { color:#f6f6f6;display:block;width:74.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:2.3741455078125rem;left:0.15625190734863rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vgKQxRSfbKgHdzwzJnCPdXUhVnpo6XwS { color:#f6f6f6;display:block;width:18.1855625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:6.875rem;left:28.40625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B0Siwkbp62E3QyWSv4QdOct8X1nfWVZS { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:3.0625rem;left:22.03125rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .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; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.51953125rem;left:23.65625rem;z-index:100014; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #y79NTBEWuX25ehBUAI02XESyXiLL3qPM { display:flex;position:relative;top:0rem;left:0rem; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #U5ssZg6n0PL3qN042kPTQnZdNtDv6VEm { width:auto; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #KNEQKVBD8eqQ9UBLzIWgTdb2LiN9qMyl {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #N3aH02piOCdEPWlXhIVlz4qRn63yMwK5 { display:flex;position:relative;top:0rem;left:0rem; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #JtoaC1GAEwMCzV9A7PxyhpwXbsI4XxAa {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #n5U1Z5ftnZQd4qozKkIl3xXeTTdzu87H {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #OAyVV5pdJAgCwSV5I7agEA8omI9lV2EA { display:flex;position:relative;top:0rem;left:0rem; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #ztBmmN8E21QXNtrXkcnfKuI0Um7DXwXV {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #LMFOuO9utCnzfEKZ5hiM8mdqaFlCRzT0 {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #QN8xm8lx15Jedxush0FP6SOedFXfmbDH { display:flex;position:relative;top:0rem;left:0rem; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #qO8sw4evLweGJkx08kf1plD9B1JuMNp8 {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #Z1ATE92tQvNqDE1N9NGtp9TzSwThvkEI {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .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; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #fJvnZmUOuQtDSh8B7wTgr4l5oPRsklPd { display:flex;position:relative;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #gKkoVaJpdMcmud7tNMnuLTzwwp0ngh1Q { width:auto; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #nCfBrvkQlibgsqDcVPXVaWdIk4Le8zmF {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #qSpKS032FN9wvPhmKdf9wSryV620lWJ0 { display:flex;position:relative;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #uubM93u3cScIHEnbaEroM2qsOTcmMLGo {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #GZI7kCV9abAHST4HlZprF1gBuErbE7ES {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #hM42GX1cGRAivKkfmLvu4GywrCysX64L { display:flex;position:relative;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #m8RvveOneTvym6S8AqFta6kI9Al3zh7y {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #tPUiBdThHOrTJ8VUv8GhVFyBw32q4Kvv {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #EyOM8o3KorVITTgLyingFfos0bvA7Fn6 { display:flex;position:relative;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #MEUdwwboIqMX116k9Sa8BmghzesNvLrb {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #icJaTmTKmoEd9nDAHZ6Eog5s4u6JM1fH {  }
#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row .container { background-color: transparent; background-image: none; }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row .container > .video-iframe-container { display: none; }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row > .video-iframe-container { display: none; }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .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); }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row .container { border-width: 0; border-radius: 0; }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#i23sAr4K6WJdavdg3mPPPA4VTpPT0tIA { color:#c69c72;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:5.3081588745117rem;left:3.5622835159302rem;height:2.75rem;display:block; }
#K4xMC6yXxu25xF6zgZmArVmID3abnwTT { 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:24.625rem;left:3.8125rem;overflow:hidden;display:block; }
#RggCJx0fiLqHHwsvZCBoHkFhFKz5qbvz { 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:26.9375rem;left:3.8125rem;overflow:hidden;display:block; }
#lM7gmUQfkU4tohP86As4lHxKOZbLgPIc { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:34.625rem;left:3.5625rem;display:block; }
#IRBIVUPEwJU8aG8eTySVBtx7Oko0O8RU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Uaa32G1hImrbZlbTu8gaRcrf4auDKPdH { 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:31.4375rem;left:3.8125rem;overflow:hidden;display:block; }
#FH8WOL9EwapRRWIAKIXCUbs74QgSKXes { 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:29.1875rem;left:3.6875rem;overflow:hidden;display:block; }
#eg4m2Fxg7MM0blMPIptpasqbiG0i5EWZ { color:#282828;display:block;width:39.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:3.2454414367676rem;left:3.7489147186279rem;height:1.75rem;font-style:normal;display:block; }
#TT3oFtpnJwako9uVMklPPQ7rPRLhZ5Wy { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.25rem;width:43.5625rem;top:11.84375rem;left:31.4375rem;overflow:hidden;display:block; }
#ZqkBpF99BgTfJvBxufF4pDA9GLLeTJgx { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100011;line-height:2.2;letter-spacing:0;top:23.875rem;left:5.75rem;height:9.25rem;font-style:normal;display:block; }
#ENOSTOm44aMbe9nrUeIsTQunkrCmJEeP { color:#282828;display:block;width:25.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:9.75rem;left:3.5615234375rem;height:10.125rem;font-style:normal;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:7.5rem;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:2.69921875rem;left:42.3115234375rem;height:2.875rem;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:2.71875rem;left:13.75rem;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:25.568359375rem;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:30.87109375rem;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:36.181640625rem;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.625rem;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:41.4296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block; }
 }@media only screen and (max-width: 763px) { #pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { top:1.75rem;left:0.998046875rem;width:3.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:9.3125rem;left:0rem;width:39.375rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { top:27rem;left:0rem;width:23.3125rem;height:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { top:27.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { top:30rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:12rem;height:3.1875rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.5rem;height:3.1875rem;top:37.9375rem;left:5.4255647659302rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { top:34.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { top:32.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:38.8125rem;left:3.6775178909302rem;width:1.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:7.25rem;left:0rem;width:39.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZxl0TZfo21u2OO7NaThTxqNppD8KXMl { top:15.625rem;left:4.1875rem;width:43.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyQK4dwKTgKvKpDD6eIdSsOo3HmDXpir { top:6.3125rem;left:44.8125rem;width:2.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcZlN3NwXQT1bs6wzkm7OJRTpU3GfJT { top:13.4375rem;left:0rem;width:24.9375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlZBl1FdxMet04i0s49ColbTGspsfyli { top:35.6875rem;left:22.4375rem;width:9.6875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTcdszKMKJbUeh0WSWMtuUoNDHm5d5f { top:36.5625rem;left:35.4150390625rem;width:6.375rem;height:3.5625rem;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) { #sgwZD0FalqAecmeTdvhLbZyunITLvoU1 { top:0.6875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { top:0rem;left:0rem;width:47.75rem;height:26.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:5rem;left:14.78125rem;width:18.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:12.5rem;height:2.875rem;top:17.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { top:29.625rem;left:1.0625rem;width:45.625rem;height:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { top:40rem;left:0rem;width:35.875rem;height:12.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { top:33.6875rem;left:10.373046875rem;width:26.9375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { top:40rem;left:18.3125rem;width:29.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { top:44.6875rem;left:21.4375rem;width:26.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utvcho0XQO8z4oJfycwNvOv684cbw5MO { top:21.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { top:25.5rem;left:17.624998092651rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:6.4375rem;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) { #BrTRyLNTkHEoCtwDTKssvXWuKoNmTRw6 { top:41.875rem;left:30.125rem;width:17.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:0.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .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; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .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; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #yug6zMsLEF87h36XzQdNIyAMSs34bwD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Urn3bi4DBe1Var2dO1XFzAB0Z4aZJBso {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AyIJ1tSqx0kHbBpOX9hJAUJsnlmnq4tf {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #HPbVyHc8FUwkCboqVProvGdN91aw9dEv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #rNths6JW5cPGozlkvnknW10tTbqpVTnH {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #y8zyrQ3duIhxAChTvfzgKDf8GCvZcgTN {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AwXV9Mauk9gdr7pwncz8wRJk6V2IHAA3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #UQUlwgs90EBDQt8QpD4gazO0s6IfrpUA {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #DzmLW7ze2ayGAhcV0tqQcvTKZc1HTzhy {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Ievsvvnx8QgTwwiehvD2AE6M0M6CZ5cr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #vJL6AbbJN1zOvrgEidF2MOHQte2bf4nT {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #r8o9k3bElSpDBL9bSTQ55L72vO0gsSrA {  }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { top:5rem;left:14.1875rem;width:33.5625rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQTxzp8Mp0XtgKxVV0KPiJmTJQd8Vdup { top:8.8125rem;left:22.0625rem;width:25.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { top:12.375rem;left:22.0625rem;width:25.6875rem;height:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { top:12.5625rem;left:25.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { top:18.0625rem;left:25.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { top:23.5625rem;left:25.5rem;width:1.25rem;height:1.25rem;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:6rem;left:0rem;width:27.6875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { top:10.25rem;left:0rem;width:18.125rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:12.5rem;height:2.9375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #VDTeB2nKhFLJ7ZWVxLcZWrkKC3eZ4IyQ { top:17.625rem;left:0rem;width:19.75rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9AJFm3w1EC2JpRuL99hmQl0kGmUB0Ee { top:10.8125rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { top:16.25rem;left:0rem;width:5.9375rem;height:1rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9x0FTfD29HXuIOuBhTQIw8gx4BJIIFl { top:25rem;left:0rem;width:15.5rem;height:3.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yB05z2KchDcw6DpLFZbqTufV4bhZZwBw { top:16.5625rem;left:0rem;width:5.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuVQozk59vG5gZcAQMLmHLPSbPdH2wdd { top:26.875rem;left:0rem;width:5.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O .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; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O .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; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #rqOmmfFRl6AM8ruyrUsLQKp2ntIT7WDT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #lukt7Idzt9DQaO2rm3Sx4Ih7xmcga6Aa {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #NPc9zgVg1DD2NV1vK0b1MasEgrHFhOJg {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #IxBxfL6xfOrW4DqyCr0ZNTqDc2xHaViq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #JsDFpqUCp4LORC97veMbxnNOwWSTlRie {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #hH7Eu3o6AtTHiCffDdDQMTNxziXlCTt7 {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #c5aTOiOPsQVVhVN73cxVXleroS9HN0Ha { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #fc6XULAe4UR4rSpKV671OScTUR4P4bTQ {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #Ak0GrEz1gP0KoZbMuMoWztmCcMbdkuJz {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #SNJAOKTxQ3VlaGzx4QvOcpSKnAtKlLxt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #T6UGS9ntrITPPZ3RqR5hw7Bp64yTa7fA {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #dDsE395UdqWFzhR8XTsMzztuRgwkrEgq {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { top:4.25rem;left:0rem;width:44.3125rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:7.6875rem;left:0rem;width:40.875rem;height:1.5rem;font-size:1.1875rem;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.6875rem;left:0rem;width:21.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:16.3125rem;left:0rem;width:21.9375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.6875rem;left:9.8125rem;width:21.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:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.5625rem;left:25.6875rem;width:21.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:16.1875rem;left:30.625rem;width:17rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:20.6875rem;left:0rem;width:18rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:20.6875rem;left:12.375rem;width:19.375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:20.5625rem;left:29.5625rem;width:18.0625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:4.875rem;left:4.9904508590698rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:5rem;left:20.499785423279rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.1875rem;left:25.75rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZgLaphrFAiQw8AU4eQwqOT0f3cRMwT { top:4.5rem;left:36.75rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { top:6.4375rem;left:4.6855461597443rem;width:38.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0CRq1ryOyzOh3JFb3VTuUnnrxLKTMrK { top:6.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { top:1.3125rem;left:3.125rem;width:20.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { top:4.875rem;left:22.5rem;width:25.25rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { top:6.875rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { top:10.8125rem;left:17.25rem;width:30.5rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { top:12.8125rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { top:16.3125rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { top:18.3125rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ { display:block; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXq0cosu8cA4bb3qql6nE96C0LBdCKLa { top:3.25rem;left:5.4033203125rem;width:36.875rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlLg9xILPAiTBAwofTMBrmVAidbt81F6 { top:6.8125rem;left:8.998046875rem;width:29.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 { display:block; }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHR8RBaIbO3CnIH6kQhbHfcBBbtqzqiO { top:6.5rem;left:0rem;width:22.9375rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cen73uTMC3EfZv3cX3TyEUSIfXwTRLJR { top:2.375rem;left:22.5rem;width:25.25rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Avu0owPDcPKXGQv9qLZ4RQanQ2TpExN8 { top:4.375rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXDnRaa9KoRT1ELgg3BTSv4yPXin0gFc { top:7.5rem;left:17.75rem;width:30rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9CL1kNOBUl3gxOTwaTbzTMqDEeh0nWL { top:9.5rem;left:18.4375rem;width:29.25rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEbXxvEa1hz2uyLwoOnZvTvRkFynVcJy { top:12.8125rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trIOUQ185x94EMpCTGU9tqqwRSmlCyIe { top:14.8125rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyIrnS2TXtki0e3Gr3380TxxLn3PAlTc { top:19.875rem;left:19.9375rem;width:27.8125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMrJ4U8n2FrmsN37J93Xf03Ns9IbgOf9 { top:17.9375rem;left:18.9375rem;width:28.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHTkfH8KzoDPc1IIxB2dTUDW8HtzH95w { top:23rem;left:19rem;width:28.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKygrxGXOlsJN6qd6TKw8FcWygFArsDX { top:29.5625rem;left:19rem;width:28.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyUX5iiK2MlSHm1kz17tdht0weoJrco { top:34.75rem;left:19rem;width:28.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZEwrF2Ei0N7wkVHFx76Uwd4OwEIwkGV { top:25.0625rem;left:17.8125rem;width:29.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwKBb0SRJ7DdXbRFFJNJdyZy89LBMrcP { top:26.25rem;left:17.875rem;width:29.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQuFd0x1CKkhoAg83owzSsn3yN2huWXz { top:31.5625rem;left:17.875rem;width:29.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1ZQH74nsiFNEnAKKE8hokSXmtOnXXwZ { top:36.75rem;left:17.875rem;width:29.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG3KCEf5o5GKNZTDFaMdasc6tHq7kthb { top:2.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukgCPAkf7HNymui54UoMvOnxHvzf1brp { display:block; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRTDDyvxEo1ktMbKOzWv7AKxTJIVGIT7 { width:12.5rem;height:3.125rem;top:1.0625rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD31eKmvmtTMbfb2PPpM18ByVoQI92uA { display:block; }
 }@media only screen and (max-width: 763px) { #vpI6tJUBsGpHTaqTTTEpToaIoDnF0fB0 { top:5.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #CQedczQinbq0X2WUAAGJAwFqEWmUTThN { top:4.875rem;left:7.2166187763213rem;width:33.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWulREXf2twfZAvQRikDPuaCa5T3C9bp { display:block; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arQTT6rXVQ7i51VVVPFVXEnxVRTMhp81 { top:4.25rem;left:0rem;width:21.6875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78TA15KAtNFZpudqZFmVxLiN0rvR07g { top:3.625rem;left:22.810546875rem;width:18.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlhuAnMF0Dr3RUFeGmdh3ZcXduNcdtB5 { top:7.1875rem;left:22.80859375rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bReEkCUGGVzh9WTlCpn8nxsKpWNuVcTf { top:30.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3tFiKyv2TJvJEUM6wx5P2hXFhpDkqM0 { top:10.6875rem;left:16.0625rem;width:31.6875rem;height:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9PTlBDcGk60Q8ukGZO86qoFTdtUK7q { top:20.25rem;left:16.5rem;width:31.25rem;height:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A { display:block; }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCyq9TEqETFRlteukAXGebtIMVqamyAS { top:4.75rem;left:0rem;width:42.375rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLi1FL9OIhznKRca5Q94EJDOgMiw6hkn { top:23.6875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWUrutIQg0E2KC1MLIDlOFKg5v4bxg7L { top:26rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwwtm3oK7JKp4u5hNiFfnnzcqMwbTTD0 { width:12rem;height:3.1875rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82aXNadARvRCdQwIWT19Chr7k6XrLfF { display:block; }
 }@media only screen and (max-width: 763px) { #xl4oKFGesNfpCev9zplqtE4bLprUSbsr { top:30.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGpOMc8GTbTayWI79F3F89GpuqTTzpgP { top:28.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS6ufXFCzD7mVXcOySpUmT7uM3f5WggZ { top:2.6875rem;left:0rem;width:39.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLnaR22WvXyKPpsxlslcP377dzJDcvW0 { top:11.0625rem;left:4.1875rem;width:43.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vseWH2J0ZiPnmJqyS10FiRK2of9OQ7SR { top:22.9375rem;left:0rem;width:26rem;height:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTdXpZBlVlrHTUUvR44d1hPH0f5FkCD { top:9.4375rem;left:0rem;width:25.0625rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd { display:block; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taPh1ob9Au9TiET6O7vw0ZeTRZxyk0tw { top:1.3125rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOODVHG6IDaJhFvXhl4vWGMhgNLM6JRP { top:5.625rem;left:3.71875rem;width:40.3125rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R09dNlVIxTkWdWn610nCkNd7Rhb31KcH { display:block; }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCaTfkrsnSd2TdvqwDTwWMmH1iFJJKMk { width:12.5rem;height:3.125rem;top:14.3125rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TERnUe866yeVU8eLNWSMy3mtlsEuwgqL { display:block; }
 }@media only screen and (max-width: 763px) { #P9idPAlFbuOqZakaAhH4roio4d1Dav6p { top:18.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F108BNM0xl7dplqVoGPMrDWgpGMkkRPo { top:3.25rem;left:9.1875rem;width:29.4375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk5AObuURRQIzsc2Fk45sciiyKbOwe52 { top:7.875rem;left:9.1875rem;width:29.375rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJDJIbtZFdi5HFTUpEV6tsUqPQrG2DWH { top:4.875rem;left:9.125rem;width:29.5625rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:2.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJoTTJSRDifs66EOp4W5WNbTnrLwdny { top:6.375rem;left:3.71875rem;width:40.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg { display:block; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #droH5RR2qhGNuhHwDcB5SAkN2JoTwCSB { top:4.5625rem;left:0rem;width:22.375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TziAAsJ903zcrDJtdRTyLtidAzSiI9VN { top:11.5625rem;left:0rem;width:22.375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g998v1N7b9xwaZ5UqL6Etv8bpVBBxFEi { top:18.625rem;left:0rem;width:22.375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giVXntupBfe0UTEm0ux6N3WT6I1dDQxa { top:4.5625rem;left:13.75rem;width:34rem;height:4.75rem;font-size:0.8125rem;display:block; }#giVXntupBfe0UTEm0ux6N3WT6I1dDQxa li:before{  }
 }@media only screen and (max-width: 763px) { #hgE582ciNizzxJAMNk7CmyDxVJlvXrWp { top:11.5625rem;left:12.5rem;width:35.25rem;height:;font-size:0.8125rem;display:block; }#hgE582ciNizzxJAMNk7CmyDxVJlvXrWp li:before{  }
 }@media only screen and (max-width: 763px) { #TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg { top:18.625rem;left:12.6875rem;width:35.0625rem;height:;font-size:0.8125rem;display:block; }#TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg li:before{  }
 }@media only screen and (max-width: 763px) { #B0ql1ncTQBptq4fMzxchTJOczTLnN6nc { top:1.75rem;left:0rem;width:47.75rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTySy1eBkv52zSxOA6vQ4TZyUG2Nn4E { top:1.75rem;left:0rem;width:47.75rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tp6uBRLXk0KCZp2mSvqa5cDRLoXc0g3i { top:1.75rem;left:0rem;width:47.75rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { top:4.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 { display:block; }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlXi32McQkGi3mxabH8G2TQwJe3tTxDT { top:3.5625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1mHUDRy7hScBOT0iuPi7ikIFugMNMkZ { top:7.25rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4BTFDowSZyGSVS0TK3NJuWDlMsvqCx3 { top:16.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5E8WNv5orHTbiy9aAOboGKu0fAzrlVo { top:10.25rem;left:0rem;width:22.5rem;height:5.436580657959rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQfHcf77Us0ib4DNWuiybcmiIvDAMy1L { top:19.0625rem;left:13.153261184693rem;width:21.6875rem;height:3.9878605371124rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGFwG0rTk9uGmatcBpf1FIIvhQydxyN { top:18.3125rem;left:25.5rem;width:22.25rem;height:4.7496384535258rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd8zhIQ6Vd62DVKr0zZpFB6TeygFsGoR { top:10.625rem;left:13.247701644898rem;width:21.75rem;height:6.2322889695138rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynofWLk7Wru0QkrUGpfBH6cVBO07srix { top:18.4375rem;left:0rem;width:22.0625rem;height:5.0620932820166rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHBrDLqTqeops40sU9TEANg2NA0g8TfW { top:10.5rem;left:24.75rem;width:23rem;height:5.5469039031414rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ceiHChH6gveep1MyUhAUkrZUIS1OEN { display:block; }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8csIERvpnNQz3W7e4s5XNaXJMfrtik7 { top:1.9375rem;left:4.65625rem;width:38.4375rem;height:8.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flLGUABTEVZL8omRC9d6kAET0pFUXVMl { top:6.125rem;left:15.09375rem;width:17.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX { display:block; }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMMdAvT1TphZUvExvffcnM4k98G5SwFQ { top:1.25rem;left:24.8125rem;width:22.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDhfHrnBxbvs5lHrfNSyxhTSKzluZDNm { top:1.3125rem;left:0rem;width:23.3125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6rqTsRmOTB0IgTOw1kzs1bJTTotavLL { top:2.6875rem;left:15.25rem;width:16.5rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJ9XmQF1WUWL667GRvgih6T1sN74Bzv { top:2.875rem;left:34.75rem;width:7.6875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqeXJqnb1Z8O5tEJ7a05rP6GadyGcbUM { top:2.875rem;left:2.15625rem;width:13.375rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQQhbovgZZpU425kLaBWV7ANBsTr9PoO { top:7.9375rem;left:17.03125rem;width:13.5625rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDL42xhNN5pi0r3FfoEtcJ8uaZZa7lss { top:9.6875rem;left:17.03125rem;width:13.5625rem;height:5.3125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAuSpKJ4hLtfAQ9thThtDbnugOadsBWC { top:10.8125rem;left:2.0625rem;width:13.5625rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy2MFH30Wm8wZJIKIPc0kAnBTD3xFoJ9 { top:10.8125rem;left:31.78125rem;width:13.5625rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAMFN2kQCw2tm23kfyNJIBIfrSK3SVlo { top:8.375rem;left:31.78125rem;width:13.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0nwEi2a0gFX45sng3x9GeGTfBcdrGCw { top:8.875rem;left:1.1875rem;width:13.5625rem;height:0;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDrTlosqi5SPD0IxNqQNb0iTIhcOvPtC { width:12.5rem;height:3.125rem;top:19.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHAF65ElhPuGsu8SelTyfMfOst0kN2tr { display:block; }
 }@media only screen and (max-width: 763px) { #LloD6ifwIOLKJb2t5G9SXG1yTPc8Bsvm { top:18.25rem;left:15.8125rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxUFT8JHFEht0gf6fZKwDC8oa210uZQ { width:12.5rem;height:3.125rem;top:19.6875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaQlLJWUTe50MyM3lR88wNKtTiigibRZ { display:block; }
 }@media only screen and (max-width: 763px) { #TMwpHD2R7FeqEu7MmCo3xCzBegzo2ErV { width:12.5rem;height:3.125rem;top:19.6875rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9GsTkUnupHkAybOUVVlFvWkIcM449rO { display:block; }
 }@media only screen and (max-width: 763px) { #iFO1oCvVlgckpptAAAlLbhkqG3k8T2mk { top:8.1875rem;left:2.0625rem;width:13.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp8pqw8NRVSZeuc8gFQD0yHRfTLlpOk8 { top:0rem;left:7.5625rem;width:24.1875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICnkCcXtdR6hKdKKDEexFM2Ve5sdKLT3 { top:14.6875rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNPBeh9xNPay2WWJxm7FL7xQC6cDv4O9 { top:15.9375rem;left:32.34375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecBDyD8yFgv8GAtxsxCTL4px8N0Moa78 { top:15.9375rem;left:2.59375rem;width:12.5rem;height:1.25rem;font-size:1rem;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) { #KeX0LZpWqrKhJwvTKXhUyV1aLlC45t58 { top:20.9375rem;left:12.9375rem;width:34.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { top:2.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { width:12.5rem;height:2.9375rem;top:9.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block; }
 }@media only screen and (max-width: 763px) { #RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD { display:block; }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5KTOx3lARB68TNHimmTdHcbnDr0w3lL { top:2.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TkvTbDZJUctpt0q3BxhR9hTgtmpP6J { 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) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:12.5rem;height:2.9375rem;top:17.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #kEm0DDWO2ZI7DTDEgmgPP2ZM62OuPTwi { top:21.5rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZdKMimvKomuUaOQqNylEnrf83VFFJUz { top:2.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgKQxRSfbKgHdzwzJnCPdXUhVnpo6XwS { top:6.875rem;left:14.78125rem;width:18.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Siwkbp62E3QyWSv4QdOct8X1nfWVZS { top:3.0625rem;left:8.40625rem;width:30.9375rem;height:3.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .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; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .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; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #y79NTBEWuX25ehBUAI02XESyXiLL3qPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #U5ssZg6n0PL3qN042kPTQnZdNtDv6VEm {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #KNEQKVBD8eqQ9UBLzIWgTdb2LiN9qMyl {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #N3aH02piOCdEPWlXhIVlz4qRn63yMwK5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #JtoaC1GAEwMCzV9A7PxyhpwXbsI4XxAa {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #n5U1Z5ftnZQd4qozKkIl3xXeTTdzu87H {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #OAyVV5pdJAgCwSV5I7agEA8omI9lV2EA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #ztBmmN8E21QXNtrXkcnfKuI0Um7DXwXV {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #LMFOuO9utCnzfEKZ5hiM8mdqaFlCRzT0 {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #QN8xm8lx15Jedxush0FP6SOedFXfmbDH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #qO8sw4evLweGJkx08kf1plD9B1JuMNp8 {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #Z1ATE92tQvNqDE1N9NGtp9TzSwThvkEI {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .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; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .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; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #fJvnZmUOuQtDSh8B7wTgr4l5oPRsklPd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #gKkoVaJpdMcmud7tNMnuLTzwwp0ngh1Q {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #nCfBrvkQlibgsqDcVPXVaWdIk4Le8zmF {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #qSpKS032FN9wvPhmKdf9wSryV620lWJ0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #uubM93u3cScIHEnbaEroM2qsOTcmMLGo {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #GZI7kCV9abAHST4HlZprF1gBuErbE7ES {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #hM42GX1cGRAivKkfmLvu4GywrCysX64L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #m8RvveOneTvym6S8AqFta6kI9Al3zh7y {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #tPUiBdThHOrTJ8VUv8GhVFyBw32q4Kvv {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #EyOM8o3KorVITTgLyingFfos0bvA7Fn6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #MEUdwwboIqMX116k9Sa8BmghzesNvLrb {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #icJaTmTKmoEd9nDAHZ6Eog5s4u6JM1fH {  }
 }@media only screen and (max-width: 763px) { #J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz { display:block; }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i23sAr4K6WJdavdg3mPPPA4VTpPT0tIA { top:5.25rem;left:0rem;width:39.375rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4xMC6yXxu25xF6zgZmArVmID3abnwTT { top:24.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RggCJx0fiLqHHwsvZCBoHkFhFKz5qbvz { top:26.9375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM7gmUQfkU4tohP86As4lHxKOZbLgPIc { width:12rem;height:3.1875rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRBIVUPEwJU8aG8eTySVBtx7Oko0O8RU { display:block; }
 }@media only screen and (max-width: 763px) { #Uaa32G1hImrbZlbTu8gaRcrf4auDKPdH { top:31.4375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH8WOL9EwapRRWIAKIXCUbs74QgSKXes { top:29.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg4m2Fxg7MM0blMPIptpasqbiG0i5EWZ { top:3.1875rem;left:0rem;width:39.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3oFtpnJwako9uVMklPPQ7rPRLhZ5Wy { top:11.8125rem;left:4.1875rem;width:43.5625rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqkBpF99BgTfJvBxufF4pDA9GLLeTJgx { top:23.875rem;left:0rem;width:26rem;height:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENOSTOm44aMbe9nrUeIsTQunkrCmJEeP { top:9.75rem;left:0rem;width:25.0625rem;height:11.8125rem;font-size:0.9375rem;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:2.6875rem;left:19.9375rem;width:27.8125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { top:2.6875rem;left:6.9375rem;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.875rem;left:14.875rem;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:9.0625rem;height:1.875rem;top:0.78125rem;left:0.5625rem;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:3rem;height:1.75rem;top:0.84375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { position:relative;z-index:auto;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:54rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:4.125rem;top:9.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { width:17.25rem;height:7.75rem;top:35.1875rem;left:2.3125rem;font-size:0.8125rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { width:1.25rem;height:1.25rem;top:35.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { width:1.18706875rem;height:1.18706875rem;top:37.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:8.5623125rem;height:2.68663125rem;top:44.5rem;left:5.6875rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.749rem;height:1.749025rem;top:50.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { width:1.31185rem;height:1.31185rem;top:41.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { width:1.25rem;height:1.25rem;top:39.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.25rem;top:48.4375rem;left:9.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:16.25rem;height:2.75rem;top:5.8125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZxl0TZfo21u2OO7NaThTxqNppD8KXMl { width:19.8125rem;height:7.8125rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyQK4dwKTgKvKpDD6eIdSsOo3HmDXpir { width:2.9365234375rem;height:1.6240234375rem;top:49.4375rem;left:16.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #WhcZlN3NwXQT1bs6wzkm7OJRTpU3GfJT { width:18.5rem;height:11rem;top:23.5625rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qlZBl1FdxMet04i0s49ColbTGspsfyli { width:3.0625rem;height:1.6875rem;top:45rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTcdszKMKJbUeh0WSWMtuUoNDHm5d5f { width:6.375rem;height:3.5625rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgwZD0FalqAecmeTdvhLbZyunITLvoU1 { width:15.6875rem;height:0;top:1.25rem;left:2.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { width:20rem;height:26.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.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(29,40,80,0.95); }#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(29,40,80,0.95); }#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:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:1.4375rem;top:5.6293406486511rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4355625rem;height:2.87435rem;top:16.531033039093rem;left:1.7816841602326rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { width:20rem;height:2.5625rem;top:28.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { width:19.6875rem;height:15.8125rem;top:34.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { width:20rem;height:1.25rem;top:32.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { width:19.875rem;height:9.124375rem;top:53.0625rem;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) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { width:20rem;height:4.3125rem;top:56.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Utvcho0XQO8z4oJfycwNvOv684cbw5MO { width:18.1875rem;height:2.375rem;top:20.9677734375rem;left:0.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { width:12.5rem;height:1.25rem;top:27.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:0;top:6.44921875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.875rem;height:23.3125rem;top:0.70703125rem;left:0.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #BrTRyLNTkHEoCtwDTKssvXWuKoNmTRw6 { width:20rem;height:1.125rem;top:54.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { width:20rem;height:2.3125rem;top:2.615234375rem;left:0rem;font-size:1.8125rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .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; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-text.counter-number { padding-top:0.50625rem;padding-right:0.471875rem;padding-bottom:0.50625rem;padding-left:0.471875rem;width:2.83375rem;min-width:2.83375rem;height:2.72rem;font-size:2.02625rem;line-height:43.52px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:transparent;background-image:none; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.7775rem;height:1.074375rem;font-size:0.76rem;line-height:17.19px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T { display:flex;width:19.125rem;height:5.12305rem;top:8.6875rem;left:0.369140625rem;padding-top:0.06375rem;padding-right:0.066875rem;padding-bottom:0.06375rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #yug6zMsLEF87h36XzQdNIyAMSs34bwD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Urn3bi4DBe1Var2dO1XFzAB0Z4aZJBso {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AyIJ1tSqx0kHbBpOX9hJAUJsnlmnq4tf {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #HPbVyHc8FUwkCboqVProvGdN91aw9dEv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #rNths6JW5cPGozlkvnknW10tTbqpVTnH {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #y8zyrQ3duIhxAChTvfzgKDf8GCvZcgTN {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AwXV9Mauk9gdr7pwncz8wRJk6V2IHAA3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #UQUlwgs90EBDQt8QpD4gazO0s6IfrpUA {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #DzmLW7ze2ayGAhcV0tqQcvTKZc1HTzhy {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Ievsvvnx8QgTwwiehvD2AE6M0M6CZ5cr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #vJL6AbbJN1zOvrgEidF2MOHQte2bf4nT {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #r8o9k3bElSpDBL9bSTQ55L72vO0gsSrA {  }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2o3uiWSJ1Etl3TTMIgcRK7u3WDG71Lt { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQTxzp8Mp0XtgKxVV0KPiJmTJQd8Vdup { width:20rem;height:1.4375rem;top:4.4433625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { width:20rem;height:auto;top:12.375rem;left:0rem;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { width:2.12456875rem;height:2.06163125rem;top:7.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { width:2.125rem;height:2.125rem;top:15.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { width:2.0625rem;height:2.0625rem;top:22.125rem;left:5.9375rem;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:auto;top:6rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { width:18.125rem;height:auto;top:10.25rem;left:0.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:12.5rem;height:2.9375rem;top:22.6875rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #VDTeB2nKhFLJ7ZWVxLcZWrkKC3eZ4IyQ { width:17.625rem;height:2.375rem;top:17.875rem;left:1.1875rem;font-size:0.9375rem;z-index:100021;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9AJFm3w1EC2JpRuL99hmQl0kGmUB0Ee { width:15.1875rem;height:3.5625rem;top:10.1875rem;left:2.40625rem;font-size:0.9375rem;z-index:100022;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { width:4.81228125rem;height:1.4375rem;top:7.8125rem;left:7.9375rem;font-size:1.125rem;z-index:100022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9x0FTfD29HXuIOuBhTQIw8gx4BJIIFl { width:15.5rem;height:3.5625rem;top:25rem;left:2.25rem;font-size:0.9375rem;z-index:100024;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yB05z2KchDcw6DpLFZbqTufV4bhZZwBw { width:4.93706875rem;height:1.4375rem;top:15.625rem;left:7.9375rem;font-size:1.125rem;z-index:100023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuVQozk59vG5gZcAQMLmHLPSbPdH2wdd { width:5.06185rem;height:1.4375rem;top:22.4375rem;left:8rem;font-size:1.125rem;z-index:100024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O .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; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O .widget-text.counter-number { padding-top:0.50625rem;padding-right:0.471875rem;padding-bottom:0.50625rem;padding-left:0.471875rem;width:2.83375rem;min-width:2.83375rem;height:2.72rem;font-size:2.02625rem;line-height:43.52px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:transparent;background-image:none; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.7775rem;height:1.074375rem;font-size:0.76rem;line-height:17.19px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O { display:flex;width:19.125rem;height:5.123125rem;top:12.375rem;left:9.9375rem;padding-top:0.06375rem;padding-right:0.066875rem;padding-bottom:0.06375rem;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) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #rqOmmfFRl6AM8ruyrUsLQKp2ntIT7WDT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #lukt7Idzt9DQaO2rm3Sx4Ih7xmcga6Aa {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #NPc9zgVg1DD2NV1vK0b1MasEgrHFhOJg {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #IxBxfL6xfOrW4DqyCr0ZNTqDc2xHaViq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #JsDFpqUCp4LORC97veMbxnNOwWSTlRie {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #hH7Eu3o6AtTHiCffDdDQMTNxziXlCTt7 {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #c5aTOiOPsQVVhVN73cxVXleroS9HN0Ha { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #fc6XULAe4UR4rSpKV671OScTUR4P4bTQ {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #Ak0GrEz1gP0KoZbMuMoWztmCcMbdkuJz {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #SNJAOKTxQ3VlaGzx4QvOcpSKnAtKlLxt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #T6UGS9ntrITPPZ3RqR5hw7Bp64yTa7fA {  }
 }@media only screen and (max-width: 763px) { #nNEtGh2XReiDhhvDAKW8llw4RSxmJ99O #dDsE395UdqWFzhR8XTsMzztuRgwkrEgq {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:16.875rem;height:4.125rem;top:1.3118486404419rem;left:1.5625002384186rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:16.875rem;height:1.125rem;top:5.8311634063721rem;left:1.5625002384186rem;font-size:0.875rem;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:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:11.0605625rem;height:2.0625rem;top:10.498046875rem;left:4.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:16.624rem;height:1.1875rem;top:14.375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:13.624125rem;height:2.0625rem;top:34.25rem;left:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:19.1873125rem;height:1.125rem;top:38.0625rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:12.124rem;height:2.0625rem;top:59.6875rem;left:3.9365234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:15.875rem;height:1.1875rem;top:63.875rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:16.8125rem;height:4.75rem;top:16.125rem;left:1.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:16.8125rem;height:5.9375rem;top:40rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:17.0605625rem;height:4.75rem;top:65.6875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.25rem;height:6.25rem;top:3.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.25rem;height:6.25rem;top:26.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:20.1875rem;top:2.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:22.4370625rem;top:25.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:21.125rem;top:50.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZgLaphrFAiQw8AU4eQwqOT0f3cRMwT { width:7.1875rem;height:7.1875rem;top:51.875rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { width:20rem;height:1.25rem;top:4.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0CRq1ryOyzOh3JFb3VTuUnnrxLKTMrK { width:20rem;height:0;top:6.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:20rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { width:20rem;height:1.6875rem;top:18.43663125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { width:20rem;height:1.125rem;top:16rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { width:20rem;height:1.6875rem;top:23.8739125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { width:13.4375rem;height:1.1875rem;top:21.4364125rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { width:20rem;height:1.6875rem;top:26.8114125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { width:20rem;height:1.125rem;top:29.7489125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ { display:block; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXq0cosu8cA4bb3qql6nE96C0LBdCKLa { width:20rem;height:1.875rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AlLg9xILPAiTBAwofTMBrmVAidbt81F6 { width:20rem;height:1.1875rem;top:4.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 { display:block; }#DJ8qFAiqWMko9zniLbuzZtgnnqcZ2CE9 > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHR8RBaIbO3CnIH6kQhbHfcBBbtqzqiO { width:9.9375rem;height:10.8125rem;top:1.25rem;left:5.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cen73uTMC3EfZv3cX3TyEUSIfXwTRLJR { width:20rem;height:1.8125rem;top:14.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Avu0owPDcPKXGQv9qLZ4RQanQ2TpExN8 { width:20rem;height:1.1875rem;top:16.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXDnRaa9KoRT1ELgg3BTSv4yPXin0gFc { width:20rem;height:1.8125rem;top:19.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9CL1kNOBUl3gxOTwaTbzTMqDEeh0nWL { width:17.9375rem;height:2.375rem;top:21.625rem;left:1.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEbXxvEa1hz2uyLwoOnZvTvRkFynVcJy { width:20rem;height:1.8125rem;top:26.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trIOUQ185x94EMpCTGU9tqqwRSmlCyIe { width:19.125rem;height:1.1875rem;top:27.9375rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyIrnS2TXtki0e3Gr3380TxxLn3PAlTc { width:20rem;height:1.1875rem;top:34.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMrJ4U8n2FrmsN37J93Xf03Ns9IbgOf9 { width:20rem;height:3.625rem;top:31.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHTkfH8KzoDPc1IIxB2dTUDW8HtzH95w { width:20rem;height:1.8125rem;top:37.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKygrxGXOlsJN6qd6TKw8FcWygFArsDX { width:20rem;height:1.8125rem;top:46.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTyUX5iiK2MlSHm1kz17tdht0weoJrco { width:14.9375rem;height:3.625rem;top:51.8125rem;left:2.53125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZEwrF2Ei0N7wkVHFx76Uwd4OwEIwkGV { width:17.875rem;height:2.375rem;top:39.625rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwKBb0SRJ7DdXbRFFJNJdyZy89LBMrcP { width:15.875rem;height:2.375rem;top:42.6875rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQuFd0x1CKkhoAg83owzSsn3yN2huWXz { width:20rem;height:1.1875rem;top:48.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1ZQH74nsiFNEnAKKE8hokSXmtOnXXwZ { width:15.375rem;height:2.375rem;top:55.375rem;left:2.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BG3KCEf5o5GKNZTDFaMdasc6tHq7kthb { width:12.5rem;height:1rem;top:12.625rem;left:6.53125rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ukgCPAkf7HNymui54UoMvOnxHvzf1brp { display:block; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRTDDyvxEo1ktMbKOzWv7AKxTJIVGIT7 { width:11.937040328979rem;height:2.8745403289795rem;top:1.1868286132812rem;left:4.0303307771682rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD31eKmvmtTMbfb2PPpM18ByVoQI92uA { display:block; }
 }@media only screen and (max-width: 763px) { #vpI6tJUBsGpHTaqTTTEpToaIoDnF0fB0 { width:12.125rem;height:2.625rem;top:5.185546875rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:11.9365rem;height:2.874025rem;top:1.25rem;left:4rem;font-size:1rem;background-color:#efbc1e;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) { #CQedczQinbq0X2WUAAGJAwFqEWmUTThN { width:20rem;height:1.3125rem;top:5.3732625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWulREXf2twfZAvQRikDPuaCa5T3C9bp { background-color:transparent;background-image:url("https://images.assets-landingi.com/IDuOBeiL/utsav_srestha_HeNrEdA4Zp4_unsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp.adaptive-delivery-prevent-bg, #nWulREXf2twfZAvQRikDPuaCa5T3C9bp.lazyload, #nWulREXf2twfZAvQRikDPuaCa5T3C9bp.lazyloading { background-image: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { background-color: transparent; background-image: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.8); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container > .video-iframe-container { display: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,40,80,0.8); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row > .video-iframe-container { display: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .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); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arQTT6rXVQ7i51VVVPFVXEnxVRTMhp81 { width:9.0625rem;height:9.0625rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78TA15KAtNFZpudqZFmVxLiN0rvR07g { width:18.8748125rem;height:2.25rem;top:11.625rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlhuAnMF0Dr3RUFeGmdh3ZcXduNcdtB5 { width:18.8748125rem;height:1.25rem;top:15.097225rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bReEkCUGGVzh9WTlCpn8nxsKpWNuVcTf { width:17.999125rem;height:3.375rem;top:33.7072875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3tFiKyv2TJvJEUM6wx5P2hXFhpDkqM0 { width:20rem;height:6.75rem;top:17.597225rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT9PTlBDcGk60Q8ukGZO86qoFTdtUK7q { width:18.8125rem;height:6.875rem;top:25.513671875rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A { display:block; }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A { background-color: transparent; background-image: none; }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row .container > .video-iframe-container { display: none; }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row > .video-iframe-container { display: none; }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .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); }#TupwP8xoF9VeGbF6fpXfbXqK6P0TMo7A > .row .container { width:20rem;height:46.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCyq9TEqETFRlteukAXGebtIMVqamyAS { width:20rem;height:4.125rem;top:5.4130859375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLi1FL9OIhznKRca5Q94EJDOgMiw6hkn { width:1.25rem;height:1.25rem;top:32.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWUrutIQg0E2KC1MLIDlOFKg5v4bxg7L { width:1.18706875rem;height:1.18706875rem;top:34.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwwtm3oK7JKp4u5hNiFfnnzcqMwbTTD0 { width:8.5623125rem;height:2.68555rem;top:41.125rem;left:5.6875rem;font-size:0.9375rem;background-color:#efbc1e;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) { #N82aXNadARvRCdQwIWT19Chr7k6XrLfF { display:block; }
 }@media only screen and (max-width: 763px) { #xl4oKFGesNfpCev9zplqtE4bLprUSbsr { width:1.31185rem;height:1.31185rem;top:38.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGpOMc8GTbTayWI79F3F89GpuqTTzpgP { width:1.25rem;height:1.25rem;top:36.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS6ufXFCzD7mVXcOySpUmT7uM3f5WggZ { width:16.625rem;height:2.75rem;top:1.9755859375rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLnaR22WvXyKPpsxlslcP377dzJDcvW0 { width:19.8125rem;height:7.8125rem;top:10.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vseWH2J0ZiPnmJqyS10FiRK2of9OQ7SR { width:17.4375rem;height:7.75rem;top:32.1875rem;left:2.375rem;font-size:0.8125rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTdXpZBlVlrHTUUvR44d1hPH0f5FkCD { width:18.4375rem;height:11rem;top:20.248046875rem;left:0.78125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { background-color: transparent; background-image: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container > .video-iframe-container { display: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row > .video-iframe-container { display: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .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); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { border-width: 0; border-radius: 0; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taPh1ob9Au9TiET6O7vw0ZeTRZxyk0tw { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOODVHG6IDaJhFvXhl4vWGMhgNLM6JRP { width:20rem;height:2.5rem;top:4.65169375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R09dNlVIxTkWdWn610nCkNd7Rhb31KcH { display:block; }#R09dNlVIxTkWdWn610nCkNd7Rhb31KcH > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCaTfkrsnSd2TdvqwDTwWMmH1iFJJKMk { width:12.5rem;height:3.125rem;top:13.4375rem;left:3.75rem;background-color:#efbc1e;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) { #TERnUe866yeVU8eLNWSMy3mtlsEuwgqL { display:block; }
 }@media only screen and (max-width: 763px) { #P9idPAlFbuOqZakaAhH4roio4d1Dav6p { width:14.6875rem;height:2.75rem;top:17.75rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F108BNM0xl7dplqVoGPMrDWgpGMkkRPo { width:18.4375rem;height:8.5625rem;top:2.8125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk5AObuURRQIzsc2Fk45sciiyKbOwe52 { width:20rem;height:2.4375rem;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJDJIbtZFdi5HFTUpEV6tsUqPQrG2DWH { width:20rem;height:1.875rem;top:4.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { background-color: transparent; background-image: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:5rem;top:1.25rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ivJoTTJSRDifs66EOp4W5WNbTnrLwdny { width:19.75rem;height:1.25rem;top:7.125rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg { display:block; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #droH5RR2qhGNuhHwDcB5SAkN2JoTwCSB { width:20rem;height:1.8125rem;top:2.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TziAAsJ903zcrDJtdRTyLtidAzSiI9VN { width:20rem;height:1.8125rem;top:16.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g998v1N7b9xwaZ5UqL6Etv8bpVBBxFEi { width:20rem;height:1.8125rem;top:31.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giVXntupBfe0UTEm0ux6N3WT6I1dDQxa { width:16.1875rem;height:6.625rem;top:5.5625rem;left:1.90625rem;font-size:0.8125rem;display:block; }#giVXntupBfe0UTEm0ux6N3WT6I1dDQxa li:before{  }
 }@media only screen and (max-width: 763px) { #hgE582ciNizzxJAMNk7CmyDxVJlvXrWp { width:17.6875rem;height:6.625rem;top:19.15625rem;left:1.15625rem;font-size:0.8125rem;display:block; }#hgE582ciNizzxJAMNk7CmyDxVJlvXrWp li:before{  }
 }@media only screen and (max-width: 763px) { #TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg { width:16.25rem;height:6.625rem;top:34.1875rem;left:1.875rem;font-size:0.8125rem;display:block; }#TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg li:before{  }
 }@media only screen and (max-width: 763px) { #B0ql1ncTQBptq4fMzxchTJOczTLnN6nc { width:20rem;height:11.25rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTySy1eBkv52zSxOA6vQ4TZyUG2Nn4E { width:20rem;height:11.625rem;top:15.75rem;left:0rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Tp6uBRLXk0KCZp2mSvqa5cDRLoXc0g3i { width:20rem;height:11.5rem;top:1.875rem;left:0rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { background-color: transparent; background-image: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .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); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:1.8466796875rem;left:3.75rem;background-color:#efbc1e;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) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { width:14.1875rem;height:2.375rem;top:5.8125rem;left:2.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 { display:block; }#ePr3IXrltR0sLEKcpzsysI3x6Bg1xPX4 > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlXi32McQkGi3mxabH8G2TQwJe3tTxDT { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1mHUDRy7hScBOT0iuPi7ikIFugMNMkZ { width:20rem;height:1.25rem;top:5.0683625rem;left:0rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N4BTFDowSZyGSVS0TK3NJuWDlMsvqCx3 { width:20rem;height:0;top:26.7628125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5E8WNv5orHTbiy9aAOboGKu0fAzrlVo { width:20rem;height:4.8318125rem;top:7.5683625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQfHcf77Us0ib4DNWuiybcmiIvDAMy1L { width:20rem;height:3.6773rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGFwG0rTk9uGmatcBpf1FIIvhQydxyN { width:20rem;height:4.2686625rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd8zhIQ6Vd62DVKr0zZpFB6TeygFsGoR { width:20rem;height:5.73025rem;top:13.71159375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynofWLk7Wru0QkrUGpfBH6cVBO07srix { width:20rem;height:4.58875625rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHBrDLqTqeops40sU9TEANg2NA0g8TfW { width:20rem;height:4.82313125rem;top:20.6907625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ceiHChH6gveep1MyUhAUkrZUIS1OEN { display:block; }#o4ceiHChH6gveep1MyUhAUkrZUIS1OEN > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8csIERvpnNQz3W7e4s5XNaXJMfrtik7 { width:20rem;height:5rem;top:2.54296875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flLGUABTEVZL8omRC9d6kAET0pFUXVMl { width:14.75rem;height:1.4375rem;top:5.556640625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX { display:block; }#IJpSwaGfg8KFyXpnrFIa4KlQaqAdEQiX > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMMdAvT1TphZUvExvffcnM4k98G5SwFQ { width:16.75rem;height:22.8125rem;top:50.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDhfHrnBxbvs5lHrfNSyxhTSKzluZDNm { width:16.75rem;height:22.25rem;top:26.15625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6rqTsRmOTB0IgTOw1kzs1bJTTotavLL { width:12.625rem;height:2.25rem;top:3.5625rem;left:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJ9XmQF1WUWL667GRvgih6T1sN74Bzv { width:7.4375rem;height:2.25rem;top:52.875rem;left:6.28125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqeXJqnb1Z8O5tEJ7a05rP6GadyGcbUM { width:12.6875rem;height:2.25rem;top:28.4375rem;left:3.65625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQQhbovgZZpU425kLaBWV7ANBsTr9PoO { width:13.5625rem;height:2.4375rem;top:7.1875rem;left:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDL42xhNN5pi0r3FfoEtcJ8uaZZa7lss { width:13.5625rem;height:5rem;top:8.9375rem;left:3.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAuSpKJ4hLtfAQ9thThtDbnugOadsBWC { width:13.5625rem;height:4.375rem;top:34.1875rem;left:3.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy2MFH30Wm8wZJIKIPc0kAnBTD3xFoJ9 { width:13.5625rem;height:4.375rem;top:59rem;left:3.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAMFN2kQCw2tm23kfyNJIBIfrSK3SVlo { width:13.5625rem;height:2.4375rem;top:56.5625rem;left:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0nwEi2a0gFX45sng3x9GeGTfBcdrGCw { width:13.5625rem;height:0;top:33.4375rem;left:4rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDrTlosqi5SPD0IxNqQNb0iTIhcOvPtC { width:12.5rem;height:3.125rem;top:42.25rem;left:3.75rem;font-size:1rem;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #PHAF65ElhPuGsu8SelTyfMfOst0kN2tr { display:block; }
 }@media only screen and (max-width: 763px) { #LloD6ifwIOLKJb2t5G9SXG1yTPc8Bsvm { width:15.9375rem;height:1.4375rem;top:17.8515625rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxUFT8JHFEht0gf6fZKwDC8oa210uZQ { width:12.5rem;height:3.125rem;top:67rem;left:3.75rem;font-size:1rem;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #LaQlLJWUTe50MyM3lR88wNKtTiigibRZ { display:block; }
 }@media only screen and (max-width: 763px) { #TMwpHD2R7FeqEu7MmCo3xCzBegzo2ErV { width:12.5rem;height:3.125rem;top:19.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9GsTkUnupHkAybOUVVlFvWkIcM449rO { display:block; }
 }@media only screen and (max-width: 763px) { #iFO1oCvVlgckpptAAAlLbhkqG3k8T2mk { width:13.5625rem;height:2.4375rem;top:32.125rem;left:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp8pqw8NRVSZeuc8gFQD0yHRfTLlpOk8 { width:16.75rem;height:22.25rem;top:1.455078125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICnkCcXtdR6hKdKKDEexFM2Ve5sdKLT3 { width:12.5rem;height:1.25rem;top:14rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNPBeh9xNPay2WWJxm7FL7xQC6cDv4O9 { width:12.5rem;height:1.25rem;top:38.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecBDyD8yFgv8GAtxsxCTL4px8N0Moa78 { width:12.5rem;height:1.25rem;top:63.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { width:19.0625rem;height:1.75rem;top:4.25rem;left:0.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { width:8.9980625rem;height:8.9980625rem;top:7.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { width:18.186875rem;height:8.75rem;top:17.686632156372rem;left:0.906033039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { width:19.75rem;height:27.75rem;top:2rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeX0LZpWqrKhJwvTKXhUyV1aLlC45t58 { width:20rem;height:0.9375rem;top:27.8115234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { width:16.936875rem;height:5.625rem;top:3.9366321563721rem;left:1.531033039093rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { width:16.4985rem;height:2.9362rem;top:12.624805450439rem;left:1.7502171993256rem;font-size:1rem;background-color:#efbc1e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block; }
 }@media only screen and (max-width: 763px) { #RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD { display:block; }#RkbOv07BRT8HOXDQLw2Asl7fik4HxEDD > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5KTOx3lARB68TNHimmTdHcbnDr0w3lL { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TkvTbDZJUctpt0q3BxhR9hTgtmpP6J { width:20rem;height:16.6873125rem;top:5.0683625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:13.1845625rem;height:2.62305rem;top:16rem;left:3.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #kEm0DDWO2ZI7DTDEgmgPP2ZM62OuPTwi { width:18.375rem;height:2rem;top:20.4375rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZdKMimvKomuUaOQqNylEnrf83VFFJUz { width:20rem;height:2.4375rem;top:2.2109375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgKQxRSfbKgHdzwzJnCPdXUhVnpo6XwS { width:18.125rem;height:1.4375rem;top:4.6484375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Siwkbp62E3QyWSv4QdOct8X1nfWVZS { width:20rem;height:0;top:3.6875rem;left:2.5rem;font-size:2.1875rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .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; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .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; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .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; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 { display:flex;width:19.125rem;height:5.2421875rem;top:8.6552734375rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #y79NTBEWuX25ehBUAI02XESyXiLL3qPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #U5ssZg6n0PL3qN042kPTQnZdNtDv6VEm {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #KNEQKVBD8eqQ9UBLzIWgTdb2LiN9qMyl {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #N3aH02piOCdEPWlXhIVlz4qRn63yMwK5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #JtoaC1GAEwMCzV9A7PxyhpwXbsI4XxAa {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #n5U1Z5ftnZQd4qozKkIl3xXeTTdzu87H {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #OAyVV5pdJAgCwSV5I7agEA8omI9lV2EA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #ztBmmN8E21QXNtrXkcnfKuI0Um7DXwXV {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #LMFOuO9utCnzfEKZ5hiM8mdqaFlCRzT0 {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #QN8xm8lx15Jedxush0FP6SOedFXfmbDH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #qO8sw4evLweGJkx08kf1plD9B1JuMNp8 {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #Z1ATE92tQvNqDE1N9NGtp9TzSwThvkEI {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .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; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-text.counter-number { padding-top:0.506875rem;padding-right:0.454375rem;padding-bottom:0.506875rem;padding-left:0.454375rem;width:2.726875rem;min-width:2.726875rem;height:2.725625rem;font-size:2.028125rem;line-height:43.61px;top:0rem;left:0rem;background-color:transparent;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3175rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.635625rem;height:1.0775rem;font-size:0.760625rem;line-height:17.24px;top:0rem;left:0rem;color:#ffffff;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC { display:flex;top:8.091796875rem;left:0rem;width:18.75rem;height:5.0625rem;z-index:100015;background-color:transparent;background-image:none;padding-top:0.63375rem;padding-right:0.649375rem;padding-bottom:0.63375rem;padding-left:0.649375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #fJvnZmUOuQtDSh8B7wTgr4l5oPRsklPd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #gKkoVaJpdMcmud7tNMnuLTzwwp0ngh1Q {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #nCfBrvkQlibgsqDcVPXVaWdIk4Le8zmF {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #qSpKS032FN9wvPhmKdf9wSryV620lWJ0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #uubM93u3cScIHEnbaEroM2qsOTcmMLGo {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #GZI7kCV9abAHST4HlZprF1gBuErbE7ES {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #hM42GX1cGRAivKkfmLvu4GywrCysX64L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #m8RvveOneTvym6S8AqFta6kI9Al3zh7y {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #tPUiBdThHOrTJ8VUv8GhVFyBw32q4Kvv {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #EyOM8o3KorVITTgLyingFfos0bvA7Fn6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #MEUdwwboIqMX116k9Sa8BmghzesNvLrb {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #icJaTmTKmoEd9nDAHZ6Eog5s4u6JM1fH {  }
 }@media only screen and (max-width: 763px) { #J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz { display:block; }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz { background-color: transparent; background-image: none; }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row .container > .video-iframe-container { display: none; }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row > .video-iframe-container { display: none; }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .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); }#J1hoDL7kuDyoOPTfflL7bn8xM4yrVWSz > .row .container { width:20rem;height:45.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i23sAr4K6WJdavdg3mPPPA4VTpPT0tIA { width:20rem;height:4.125rem;top:5.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4xMC6yXxu25xF6zgZmArVmID3abnwTT { width:1.25rem;height:1.25rem;top:31.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RggCJx0fiLqHHwsvZCBoHkFhFKz5qbvz { width:1.18706875rem;height:1.18706875rem;top:33.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM7gmUQfkU4tohP86As4lHxKOZbLgPIc { width:8.5605625rem;height:2.686525rem;top:40.25rem;left:5.71875rem;font-size:0.9375rem;background-color:#efbc1e;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) { #IRBIVUPEwJU8aG8eTySVBtx7Oko0O8RU { display:block; }
 }@media only screen and (max-width: 763px) { #Uaa32G1hImrbZlbTu8gaRcrf4auDKPdH { width:1.31185rem;height:1.31185rem;top:37.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH8WOL9EwapRRWIAKIXCUbs74QgSKXes { width:1.25rem;height:1.25rem;top:35.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg4m2Fxg7MM0blMPIptpasqbiG0i5EWZ { width:18.6855625rem;height:2.75rem;top:1.9375rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT3oFtpnJwako9uVMklPPQ7rPRLhZ5Wy { width:19.8125rem;height:7.8125rem;top:9.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqkBpF99BgTfJvBxufF4pDA9GLLeTJgx { width:17.5rem;height:7.75rem;top:31.25rem;left:2.1875rem;font-size:0.8125rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #ENOSTOm44aMbe9nrUeIsTQunkrCmJEeP { width:18.25rem;height:11rem;top:19.6865234375rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;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.75rem;top:7.84375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { width:10rem;height:2.0625rem;top:3.1494140625rem;left:5rem;display:block; }
 }