.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.5631510625rem;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.749025rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.5625rem;left:45.4375rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { 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.624025rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.5625rem;left:50.1875rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J637uGMXllnvMsibMtJPfWBs9ox9Efor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.66819846630094rem;left:60.3125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.88648891448975rem;left:61.3125rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:11.375rem;top:0.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:7.9375rem;top:1.2162222862244rem;left:14.625rem;overflow:hidden;display:block; }
#Ge8Lfqa1iD0vhzMLIufQtt7r4XMAxyLh { 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.624025rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:0.5625rem;left:54.6875rem;display:block; }
#tkVr7Z4Wn6NobS6474uR5L8rMfvNbg5x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#263a80;display:block;width:43.374rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:9.75rem;left:3.5rem;height:6.249025rem;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; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:27.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:17.5263671875rem;left:3.4990234375rem;height:15.2565875rem;font-style:normal;display:block; }
#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { color:#000000;display:block;width:25.999375rem;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:34.75rem;left:5.875rem;height:9.5957rem;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.31185rem;width:1.31185rem;top:35.3125rem;left:3.5rem;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.1873375rem;width:1.1873375rem;top:39.9375rem;left:3.5625rem;overflow:hidden;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:45.9365234375rem;left:3.4990234375rem;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.499rem;height:3.18685rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:45.9375rem;left:23rem;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.31185rem;width:1.31185rem;top:42.1875rem;left:3.5rem;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.31185rem;width:1.31185rem;top:37.6875rem;left:3.5rem;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:46.9375rem;left:20.875rem;height:1.2999125rem;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { color:#282828;display:block;width:32.6245rem;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.1875rem;left:3.5rem;height:1.84350625rem;font-style:normal;display:block; }
#V5UBpSx1UtyqUGe4QiNMld1rEha9PsUs { position:absolute;display:block;z-index:100014;height:2.5rem;width:4.43725625rem;top:5.9521484375rem;left:57.935791015625rem;display:block; }
#kxFK292cxpSTIV33qdkUVbCQ3h7xuhfs { color:#282828;display:block;width:32.6245rem;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.75rem;left:3.5rem;height:1.84350625rem;font-style:normal;display:none; }
#F7rWlV1eq0qBuFxOimy807A0MfDUTGVP { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:45.9375rem;top:17.463134765625rem;left:28.062744140625rem;overflow:hidden;display:block; }
#wVcIiJgFgxm0Bc2vE4P9Iueywv8sFZi3 { position:absolute;display:block;z-index:100023;height:3.5620125rem;width:6.3745rem;top:6.2646484375rem;left:64.46044921875rem;display:block; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { background-color: transparent; background-image: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:27.6875rem;width:49.125rem;top:0.8125rem;left:12.90625rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:1.5390625rem;left:22.03125rem;height:3.96264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,80,148,0.75); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,80,148,0.75); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { border-width: 0; border-radius: 0; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:24.8125rem;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:18.0078125rem;left:25.15625rem;height:2.9873rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:#ffb100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4978125rem;height:2.93456875rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:13.621826171875rem;left:29.25048828125rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { color:#ffffff;display:block;width:75rem;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.560546875rem;left:-0.032470703125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { color:#ffffff;display:block;width:36.624375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.7;letter-spacing:0;top:40.87353515625rem;left:3.809814453125rem;height:3.6111125rem;font-style:normal;display:block; }
#ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { color:#b5a6aa;display:block;width:26.9983125rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:34.1845703125rem;left:23.96728515625rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12rem;width:29.1875rem;top:40.874755859375rem;left:42.999267578125rem;display:block; }
#Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.7;letter-spacing:0;top:43.2490234375rem;left:46.25rem;height:7.651375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OQd4qJuWF4hQwtQA1iRiKzGTODnxJVaT { color:#ffffff;display:block;width:36.4365rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:47.30908203125rem;left:3.9990234375rem;height:5.41666875rem;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.25rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:0.2275390625rem;left:12.7802734375rem;height:2.25036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:25.561813354493rem;left:31.249998092651rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 .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; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#272727;padding-top:0.7875rem;padding-right:0.7075rem;padding-bottom:0.7875rem;padding-left:0.7075rem;display:block;align-items:center;width:4.246875rem;min-width:4.246875rem;height:4.230625rem;position:relative;font-family:"open sans";font-size:3.150625rem;font-weight:700;line-height:67.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 .widget-text.counter-label { background-color:;background-image:none;color:#272727;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.491875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.6625rem;height:1.671875rem;position:relative;font-family:"open sans";font-size:1.180625rem;font-weight:400;line-height:26.75px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 { 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: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:26.625rem;height:7.969375rem;padding-top:0.985rem;padding-right:1.01125rem;padding-bottom:0.985rem;padding-left:1.01125rem;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:2.77587890625rem;left:23.299560546875rem;z-index:100019; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #hDuZxed6mRBI9JKA1uWBxgCHONv0dB6v { display:flex;position:relative;top:0rem;left:0rem; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #w9yt6Vovrxlt101HRdpxPKG9c7JMAfPD { width:auto; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #NNTs5K3VyGl4Kblnds3W3JDIqeMfMV4q {  }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #z02d4Efy74sGwbGThVUQMLq4DFXGxmGn { display:flex;position:relative;top:0rem;left:0rem; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #IqGvQIvxkzG8UFf4tQn2qdU9wR8wfQxG {  }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #mXSdTEwEQyt41XJ9QXM9ro7s9RRQCWww {  }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #wGpeRnh0EMl8tbulcHoxEW6B41i7UZE1 { display:flex;position:relative;top:0rem;left:0rem; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #wOrXoyykTnrPPRxGovlMC3cVvCBT84uP {  }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #ZSOb08TRTWobwkcqLfRgdCVqcx72OA5d {  }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #NVrgEq3NLtW9JREC1URiTZ7WkfNH6ITt { display:flex;position:relative;top:0rem;left:0rem; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #e1JR38nRDS6AJIhZocDVN7hRalhtaxTh {  }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #UN7zda3TNzHPXm551m5u9Nfo39nZKObw {  }
#Gyqo7TQpF2WSVPx0XS3WkdqWlXnwN8CE { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"noto sans tc";font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5rem;top:5.0625rem;left:0.625rem;display:none; }
#V1sEw2XOkSJra0g8tkf4wcxK5DsA9qqZ { 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:100005;text-align:center;text-align-last:center;top:2.375rem;left:77.125rem;display:none; }
#PMqtfcPoAcA3vofzQuAD1GNu0vdiNf7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw > .row .container { background-color: transparent; background-image: none; }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw > .row .container > .video-iframe-container { display: none; }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw > .row > .video-iframe-container { display: none; }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw > .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); }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw > .row .container { border-width: 0; border-radius: 0; }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#VzXHuHfbfmNnQmSFmBL87r8sKlrtQgzk { 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:3.8115234375rem;left:36.875rem;height:3.4375rem;display:block; }
#o6lzlbDUSRUe98A4ucC8T1EG8HIGylcC { 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:7.6240234375rem;left:36.875rem;height:1.86903125rem;font-style:normal;display:block; }
#RG7SR9g3K4dNGJ7fgpNP9cHZOESAdnFM { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:12.6875rem;left:36.875rem;overflow:hidden;display:block; }
#FqZ3k53Olpim3yt0DmTiZlMHfzWfq6Gn { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:18.125rem;left:36.875rem;overflow:hidden;display:block; }
#rR83GwXxtSycNLbSEzNu4X9eMgOA88hs { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:23.75rem;left:36.84375rem;overflow:hidden;display:block; }
#uIXQDd9ZnobVr9fyR9CzA3i7UoFKByO5 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:29.25rem;left:36.84375rem;overflow:hidden;display:block; }
#W10sluRhZI16FiK26NzFnUXznKOOixtp { 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:26.375rem;width:30.1875rem;top:5.75rem;left:2.9375rem;display:block; }
#fpMm0FI5HcCmPmBZAhB32CsQ83KzqHoA { color:#272727;display:block;width:27.75rem;position:absolute;font-family:"noto sans tc";font-size:2.5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:4.1875rem;height:3.3120125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkTHugZtRlThqRqOu4cDB4yu0CnI3arN { background-color:#ffb100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:26.75rem;left:9.8125rem;display:block; }
#oz4XokChz5a3x5qEdv6As7uf6xGbtGxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc .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; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#272727;padding-top:0.7875rem;padding-right:0.7075rem;padding-bottom:0.7875rem;padding-left:0.7075rem;display:block;align-items:center;width:4.246875rem;min-width:4.246875rem;height:4.230625rem;position:relative;font-family:"open sans";font-size:3.150625rem;font-weight:700;line-height:67.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc .widget-text.counter-label { background-color:;background-image:none;color:#272727;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.491875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.6625rem;height:1.671875rem;position:relative;font-family:"open sans";font-size:1.180625rem;font-weight:400;line-height:26.75px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc { 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: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:26.625rem;height:7.969375rem;padding-top:0.985rem;padding-right:1.01125rem;padding-bottom:0.985rem;padding-left:1.01125rem;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:15.75rem;left:3.5rem;z-index:100020; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #nfNgqZAychd9cUHOPonDSaN1Fwm6yimC { display:flex;position:relative;top:0rem;left:0rem; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #WGMZnvKnBVQhpHThDNre2LhgwN4KqTOs { width:auto; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #sRs2yVvPPNOobgT42i5wIXWEVZtgOAEd {  }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #KGqxuDHnHRxHli5A7FTqMUmHRqRTUFh6 { display:flex;position:relative;top:0rem;left:0rem; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #ufQJm1RTkIKww05uy1v0QQIVUfy1U6iR {  }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #ieZhTCkNc8HGNqQdBSsqqU8Py4aN6ikO {  }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #anTewKLwMdVD5lNwlTHOcDgTnpbf33fb { display:flex;position:relative;top:0rem;left:0rem; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #q7gbMUfztDzPyih3dFsQPlh5gm2TNkM7 {  }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #N3QDCo0usinWS06fWJEJFPgbxNt1wrsR {  }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #Tg4xxM6lwavWyQpmebGnvW4UCAyceqk8 { display:flex;position:relative;top:0rem;left:0rem; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #zaR8XElxLNaroNuESbfE8kNpJg3kxRqz {  }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #Mq6phqe9TcxkTif9iHKZL1vDZFgpDeRP {  }
#xC59WhyqmTeCU3yZS9nfoz010mlNVDGf { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:12.498779296875rem;left:39.248046875rem;height:21.0842125rem;font-style:normal;display:block; }
#kEed6NP9zoS8DoR5e0AZeC8XxwHJVEU6 { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:12.498779296875rem;left:39.248046875rem;height:21.0842125rem;font-style:normal;display:none; }
#E667pWbcWr29RMZzRriWSBX1TWmargMg { color:#282828;display:block;width:24.812rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:5.5625rem;height:2.9873rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pVMS2Ts8bFmlfNrQRGLKQnTfy4hiD0yv { 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:3.8115234375rem;left:36.875rem;height:3.4375rem;display:none; }
#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:#263a80;display:block;width:50.5625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:4.0498046875rem;left:2.4345703125rem;height:3.4375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:45.375rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.742919921875rem;left:2.432861328125rem;height:2.11263125rem;display:block; }
#KTMOCheiwZunriE1KTkF55sQUGG153hl { color:#000000;display:block;width:45.375rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.742919921875rem;left:2.432861328125rem;height:2.11181875rem;display:none; }
#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { background-color: transparent; background-image: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { border-width: 0; border-radius: 0; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#263a80;display:block;width:22rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:13.984375rem;left:1.932373046875rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:22rem;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.397705078125rem;left:2.057861328125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#263a80;display:block;width:21.875rem;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.9990234375rem;left:26.561279296875rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:21.5625rem;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.373291015625rem;left:26.686279296875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#263a80;display:block;width:14.0625rem;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:14rem;left:54.8125rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:21.8125rem;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.375rem;left:50.9375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:17.6245rem;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.096435546875rem;left:4.0869140625rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:18.061809539795rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:20.09765625rem;left:28.466218948364rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:20.09765625rem;left:52.589844942093rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.249rem;width:9.249rem;top:3.1923828125rem;left:57.2177734375rem;overflow:hidden;display:block; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3118104934694rem;width:9.0625rem;top:3.16259765625rem;left:32.967529296875rem;overflow:hidden;display:block; }
#fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.499375rem;width:8.499375rem;top:4.20849609375rem;left:8.775634765625rem;overflow:hidden;display:block; }
#Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:2.0863971710205rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:26.528032302856rem;display:block; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:50.901880264282rem;display:block; }
#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF { position:relative;display:block; }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF { background-color: transparent; background-image: none; }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF > .row .container > .video-iframe-container { display: none; }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF > .row > .video-iframe-container { display: none; }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF > .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); }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF { border-width: 0; border-radius: 0; }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF > .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:28.4375rem;width:75rem;position:relative;display:block; }#ci6LTbkTd0thBlhqsEwrum0BfDlrENn7 { color:#000000;display:block;width:14.3125rem;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:5rem;left:40.437501907349rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#ufgdlfnHJVClrrlDbkxOr17sQPSLmR46 { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:8.625rem;left:40.437501907349rem;height:1.7858875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BX3Hn507W4TJGLSMihHNZBOZ6pOHsS1c { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:47.4375rem;top:6.063232421875rem;left:0rem;overflow:hidden;display:block; }
#mUZtIhF6RaTnWRvcGl4sOExJvhZ0MhiT { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:17.4375rem;left:41.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#mUZtIhF6RaTnWRvcGl4sOExJvhZ0MhiT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mUZtIhF6RaTnWRvcGl4sOExJvhZ0MhiT li:before{  }
#w8pQfmCIQQX3Z2sFPH13hLxqmohvKrKB { 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.42) ;height:12.3125rem;width:31.1875rem;top:12.75rem;left:40.4375rem;display:block; }
#uHGMkCdrJ0H42ilJGu3BVu39g47HZJbs { color:#8e6e53;display:block;width:23.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:14.09423828125rem;left:41.529296875rem;height:2.4375rem;display:block; }
#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT { position:relative;display:block; }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT { background-color: transparent; background-image: none; }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT > .row .container > .video-iframe-container { display: none; }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT > .row > .video-iframe-container { display: none; }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT > .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); }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT { border-width: 0; border-radius: 0; }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT > .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; }#ZqquvtF0I7txMxDx7pKMVSF0v55WnU9I { background-color:#ffb100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4978125rem;height:2.93335rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:1.1865234375rem;left:29.25048828125rem;display:block; }
#Cng3xVmtOZTiAZDUVgePhlfudFOWbN33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ApXO4BB7QFfcggw0ZE5qmzAgg19Wz7i3 { color:#282828;display:block;width:32.5rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:5.46875rem;left:21.25rem;height:2.9873rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSVeZvh4qy0Ve1GDtIAEcsbZygNrNeXx { color:#282828;display:block;width:24.8125rem;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:18.0078125rem;left:25.15625rem;height:2.9873rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,80,148,0.75); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,80,148,0.75); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { border-width: 0; border-radius: 0; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { color:#ffb100;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.9365234375rem;left:32.0615234375rem;height:3.412475rem;font-style:normal;display:block; }
#wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.5rem;left:32.060546875rem;height:2.03125rem;font-style:normal;display:block; }
#bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { color:#ffffff;display:block;width:66.9990234375rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:32.959655761719rem;left:4rem;height:2.55005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { color:#000000;display:block;width:24.437040328979rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.8;letter-spacing:0;top:13.2138671875rem;left:32.0595703125rem;height:8.350575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { color:#000000;display:block;width:37.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:23.353515625rem;left:32.0595703125rem;height:4.46045rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ReQ6MmMs9TZHCTV1B4tF4RzzylpFiXnF { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:21.9375rem;width:21.9375rem;top:6.35546875rem;left:4rem;overflow:hidden;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:8.6875rem;width:75rem;position:relative;display:block; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGTnIVfHlw6g0PoElp7pclXdZwGv4NUR { color:#000000;display:block;width:42.625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:6.34375rem;left:16.1875rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { background-color: transparent; background-image: none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container > .video-iframe-container { display: none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row > .video-iframe-container { display: none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { border-width: 0; border-radius: 0; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#bwC18xiXTVQ95QMgOKziKXfWTIF5WCw9 { position:absolute;display:block;z-index:100009;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:10.8125rem;width:29.25rem;top:2.75rem;left:4.125rem;display:block; }
#h7l78bIDnT6JasOoh3L8gqCXeTyskhqA { color:#000000;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:2.2;letter-spacing:0;top:6.375rem;left:9.9375rem;height:3.08618125rem;text-align:center;text-align-last:center;display:block; }
#Ts6qWOu42Zyv9m4R6JnwPaergsRlzNOt { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:9.5rem;left:20.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BT29CPkx8xfoond5IrhTMk84q4rgMFIW { color:#f0a045;display:block;width:7.75rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:9.5rem;left:11.1875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acllNlKBVaxFXxKOHSZq1GIFrA6UpTnq { position:absolute;display:block;z-index:100013;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:10.8125rem;width:29.25rem;top:2.75rem;left:41.625rem;display:block; }
#sXAB0ZyTyNLKwdhStgtcwLkmmKXakGQT { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:9.5rem;left:57rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bH12c3aLB8a0i5zU7Vs03VSlNPTc9JJ1 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:100015;line-height:2.2;letter-spacing:0;top:6.375rem;left:46.875rem;height:3.08618125rem;text-align:center;text-align-last:center;display:block; }
#bPPQmDlV8dPoXaFEHHnKdTtwPveidxTc { color:#f0a045;display:block;width:7.75rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:9.5rem;left:48.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtGq2o27TFwVvPKNUkTlTFzaZedWQX5m { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:3.5625rem;left:53rem;height:2.25036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#th2BVXPFLdZc9JraNapsqiaAT9OZ6Ayu { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:3.5625rem;left:15.5rem;height:2.25036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#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:9.75rem;width:75rem;position:relative;display:block; }#Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { color:#000000;display:block;width:33.312271118164rem;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.9356536865234rem;left:20.842142105102rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QdwTtoza5lB17qoo1zgcMC6eXSxRb1Bt { color:#282828;display:block;width:26.1875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:4.935546875rem;left:24.40625rem;height:2.9873rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1Z2wsBKhs3QTT4G7DPWa1XVLlv3snpD { color:#282828;display:block;width:24.8125rem;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:18.0078125rem;left:25.15625rem;height:2.9873rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn > .row .container { background-color: transparent; background-image: none; }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn > .row .container > .video-iframe-container { display: none; }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn > .row > .video-iframe-container { display: none; }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn > .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); }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn > .row .container { border-width: 0; border-radius: 0; }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#DWq9HgZ75DgB7f9lJ7iP8QOcUR9l5Beo { color:#000000;display:block;width:75rem;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.5927734375rem;left:-0.001953125rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#i2ea7pTqwUkiEwVfzXCFHncoQu2cfPIZ { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr > .row .container { background-color: transparent; background-image: none; }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr > .row .container > .video-iframe-container { display: none; }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr > .row > .video-iframe-container { display: none; }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr > .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); }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr > .row .container { border-width: 0; border-radius: 0; }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#GQu9zU7q0ApQRH4GDPcgea8FRmzzJssR { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.875rem;width:18.625rem;top:3.936767578125rem;left:2.8125rem;display:block; }
#TkFc7pEZSc4V4IZMCrF0dHKNFOcVuuWu { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:16.1875rem;left:2.8125rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flOiRrxyn0SCTfQG4CLLhDweaABEHl2x { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:20.4345703125rem;left:2.562255859375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RTd3xo1tO9z3FeIxMd6Z8TUp2f0xT7Uk { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100045;line-height:1.3;letter-spacing:0;top:18.24951171875rem;left:2.625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzsMfESkI72EN0OJ1wsiFJQp6HB4xwmB { color:#000000;display:block;width:15.37475rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100046;line-height:1.6;letter-spacing:0;top:23.187255859375rem;left:4.434814453125rem;height:6.459rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9bmhndQySKdDl1upNFbV1pAVZnCFWPs { position:absolute;display:block;z-index:100055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.762939453125rem;left:7.562255859375rem;overflow:hidden;display:block; }
#u8FMK2oCfP3sI2qRzK6Btze4nrBifTkA { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.87425rem;width:18.62425rem;top:3.8427734375rem;left:28.154296875rem;display:block; }
#keXpvGSqCGadG6bOf205Ty9KJHFuEbDt { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.66) ;height:29.8730625rem;width:18.6230625rem;top:3.843994140625rem;left:53.187255859375rem;display:block; }
#XmdJoBPazFJ962B5Bn13As7hz8n5QpfC { position:absolute;display:block;z-index:100056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.732421875rem;left:32.93701171875rem;overflow:hidden;display:block; }
#fpa9zP9E3iowlletTqXTTDSiEhARrTT3 { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:9.0625rem;width:9.0625rem;top:5.765380859375rem;left:57.93701171875rem;overflow:hidden;display:block; }
#pZ2x5CUvteS3yoQ3Sb3JkuJpzTra4zgm { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.3125rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhb0HuWxRgT2yLqtvSyXikrS6kOD9k4H { color:#000000;display:block;width:18.62425rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100049;line-height:1.3;letter-spacing:0;top:18.155517578125rem;left:28.155517578125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sXnB9ow4u44rzxT2E82x8IwOIv3CbTNZ { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:20.4375rem;left:28rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IwGakF0xSugOFxco73mE2U8UrLBsnqok { color:#000000;display:block;width:15.3735625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100050;line-height:1.6;letter-spacing:0;top:23.265380859375rem;left:29.81201171875rem;height:7.995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z0s2NeW61ETMpw9oXsMF070gMFvAHoBF { color:#d2a9ff;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:16.1875rem;left:53.3125rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gpxvCeE9H8Vy7IFxGJKLpsV7xtTENUT9 { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100053;line-height:1.3;letter-spacing:0;top:18.25rem;left:53.3125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFntcl7vmk2PFSrtmA5nXhAzdUKZhkQK { color:#ffb100;display:block;width:18.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.25rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:20.4375rem;left:53.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#gPJHllB56qHvIaS1lC9RUNlGJhKCbQcf { color:#000000;display:block;width:15.3735625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:100054;line-height:1.6;letter-spacing:0;top:23.187255859375rem;left:54.81201171875rem;height:6.459rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtTWLu9419UI8NT0x17RpxyqEeEACRcL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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(59,80,148,0.75); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,80,148,0.75); }#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:30.125rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:22rem;height:3.96264375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:25.4375rem;left:27.84375rem;height:2.9873rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { background-color:#ffb100;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:20.0625rem;left:29.3125rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI .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; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI .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.7875rem;padding-right:0.7075rem;padding-bottom:0.7875rem;padding-left:0.7075rem;display:block;align-items:center;width:4.246875rem;min-width:4.246875rem;height:4.230625rem;position:relative;font-family:"open sans";font-size:3.150625rem;font-weight:700;line-height:67.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI .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.491875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.6625rem;height:1.671875rem;position:relative;font-family:"open sans";font-size:1.180625rem;font-weight:400;line-height:26.75px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI { 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: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:26.625rem;height:7.969375rem;padding-top:0.985rem;padding-right:1.01125rem;padding-bottom:0.985rem;padding-left:1.01125rem;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.3125rem;left:23.0625rem;z-index:100021; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #xEPTLaq9Qu9lI1OX0mhK9i90peCMyal0 { display:flex;position:relative;top:0rem;left:0rem; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #zC4QsZlnIG8uWHuFZCAFgF3ieTUkDmrU { width:auto; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #NBsgHtCs7u1qs8zFzsPSrsfXU7pMzTOk {  }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #mgyfXR5oAFgohQtRfz8eeUvqgqF2b1na { display:flex;position:relative;top:0rem;left:0rem; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #mGoCBNROf5xdRGBB0JpkMHgCHKg0K1IO {  }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #TygSGAiLJv7LXExxDQnd35mqWV38LBSM {  }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #bOQun7SSHTsPU3hEcNhGQbODrC4uSUuO { display:flex;position:relative;top:0rem;left:0rem; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #qPPpodr29WBsZVy4QTcEkXczA9t5qXTh {  }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #p6TOREkxDeEfJEZPUt3dudRG42Fr1Onm {  }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #v8dtS9GSGnut9bCRnSKUseMPwZ3TqyoD { display:flex;position:relative;top:0rem;left:0rem; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #tRZBFmczk3Ggdx82ZVR3LE2yaDGlLXJH {  }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #d4i9yCKyyBiKNgOK1ODaEXWufPE5p6HJ {  }
#CGXhsVlhZBfoh6XDaEeqM34eTTrwDV6g { color:#282828;display:block;width:49.25rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:6.125rem;left:12.875rem;height:2.25036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVTk82HhzHb4ThAZTK31egSy0xaGrdu8 { color:#282828;display:block;width:24.8125rem;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:18.0078125rem;left:25.15625rem;height:2.9873rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container { background-color: transparent; background-image: none; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container > .video-iframe-container { display: none; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row > .video-iframe-container { display: none; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .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); }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container { border-width: 0; border-radius: 0; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:block; }#KHC0835tTKDiykCZXnEsfTMzrpp2R5ag { color:#263a80;display:block;width:43.374rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:6rem;left:3.5rem;height:6.249025rem;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; }
#d7Xyby7QmFuBhXkeTVWAb6uQbT1Dvzmi { color:#282828;display:block;width:27.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:13.75rem;left:3.5rem;height:15.2565875rem;font-style:normal;display:block; }
#cIIPVpqFJt4nacPBOfTouEiGKhTxrRn1 { color:#000000;display:block;width:25.999375rem;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:31rem;left:5.875rem;height:9.5957rem;font-style:normal;display:block; }
#GWOXdKciEyRx4rkdMXfdPNEapTJQ5cwB { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31185rem;width:1.31185rem;top:31.5625rem;left:3.5rem;overflow:hidden;display:block; }
#EC9no1aRm0g47tSbo9U9BLPMDB3oAi3I { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1873375rem;width:1.1873375rem;top:36.1875rem;left:3.5625rem;overflow:hidden;display:block; }
#PnqdbWapMulUrAfydCcvMh3XiX0lzJV3 { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:42.1875rem;left:3.5rem;display:block; }
#SRZ5rvDSlnz1PemSTID46SZpxSBEk5uJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UnNFsDQdoGnSmuZxEezR58ImhJ1sE6xv { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31185rem;width:1.31185rem;top:38.4375rem;left:3.5rem;overflow:hidden;display:block; }
#eggMFdD0N4PIt4HXsCG0xxt8rTrl59bh { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31185rem;width:1.31185rem;top:33.9375rem;left:3.5rem;overflow:hidden;display:block; }
#DHQxspU81INrCSPTT26vi9uEFkx74oKS { color:#282828;display:block;width:32.6245rem;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.4375rem;left:3.5rem;height:1.84350625rem;font-style:normal;display:block; }
#prx2ubBzxMGZNBNl3bcwgySZUU1LGXE8 { color:#282828;display:block;width:32.6245rem;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.75rem;left:3.5rem;height:1.84350625rem;font-style:normal;display:none; }
#tvS83MtyoKC33iSiOy5Jlsdr4UFOfbnO { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.625rem;width:46.9375rem;top:13.75rem;left:28.062744140625rem;overflow:hidden;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:11.875rem;top:1.4375rem;left:12.8125rem;overflow:hidden;display:block; }
#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:1.7621841430664rem;left:42.311578750611rem;height:2.9736375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:4.6875rem;height:3.4375rem;top:0.5625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:4.5625rem;height:3.4375rem;top:0.5625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:3.4375rem;top:0.625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.125rem;height:2.8125rem;top:0.875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { top:0.6875rem;left:0rem;width:11.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { top:1.1875rem;left:1rem;width:7.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge8Lfqa1iD0vhzMLIufQtt7r4XMAxyLh { width:4.5625rem;height:3.4375rem;top:0.5625rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkVr7Z4Wn6NobS6474uR5L8rMfvNbg5x { display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:9.6875rem;left:0rem;width:43.3125rem;height:6.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:17.5rem;left:0rem;width:27.4375rem;height:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { top:34.6875rem;left:0rem;width:25.9375rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { top:35.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { top:39.9375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:15.6875rem;height:3.1875rem;top:45.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.4375rem;height:3.125rem;top:45.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { top:42.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { top:37.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:46.9375rem;left:7.25rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:7.1875rem;left:0rem;width:32.5625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5UBpSx1UtyqUGe4QiNMld1rEha9PsUs { top:5.9375rem;left:43.3125rem;width:4.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxFK292cxpSTIV33qdkUVbCQ3h7xuhfs { top:5.375rem;left:0rem;width:19.6875rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F7rWlV1eq0qBuFxOimy807A0MfDUTGVP { top:17.4375rem;left:0.8125rem;width:45.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVcIiJgFgxm0Bc2vE4P9Iueywv8sFZi3 { top:6.25rem;left:41.375rem;width:6.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { top:0.8125rem;left:0rem;width:47.75rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:1.5rem;left:8.40625rem;width:30.9375rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { top:18rem;left:11.53125rem;width:24.8125rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:13.5625rem;left:15.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { top:29.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { top:40.8125rem;left:0rem;width:36.5625rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { top:34.125rem;left:10.34228515625rem;width:26.9375rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { top:40.8125rem;left:18.3125rem;width:29.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { top:43.1875rem;left:23.625rem;width:24.125rem;height:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQd4qJuWF4hQwtQA1iRiKzGTODnxJVaT { top:47.25rem;left:0rem;width:36.375rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utvcho0XQO8z4oJfycwNvOv684cbw5MO { top:0.1875rem;left:0rem;width:47.75rem;height:2.25rem;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) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 .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; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 .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; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 { display:flex;width:18rem;height:5.0625rem;top:5.0625rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #hDuZxed6mRBI9JKA1uWBxgCHONv0dB6v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #w9yt6Vovrxlt101HRdpxPKG9c7JMAfPD {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #NNTs5K3VyGl4Kblnds3W3JDIqeMfMV4q {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #z02d4Efy74sGwbGThVUQMLq4DFXGxmGn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #IqGvQIvxkzG8UFf4tQn2qdU9wR8wfQxG {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #mXSdTEwEQyt41XJ9QXM9ro7s9RRQCWww {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #wGpeRnh0EMl8tbulcHoxEW6B41i7UZE1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #wOrXoyykTnrPPRxGovlMC3cVvCBT84uP {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #ZSOb08TRTWobwkcqLfRgdCVqcx72OA5d {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #NVrgEq3NLtW9JREC1URiTZ7WkfNH6ITt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #e1JR38nRDS6AJIhZocDVN7hRalhtaxTh {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #UN7zda3TNzHPXm551m5u9Nfo39nZKObw {  }
 }@media only screen and (max-width: 763px) { #Gyqo7TQpF2WSVPx0XS3WkdqWlXnwN8CE { top:5.0625rem;left:0rem;width:18.75rem;height:2.5rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1sEw2XOkSJra0g8tkf4wcxK5DsA9qqZ { width:4.5625rem;height:3.4375rem;top:3rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMqtfcPoAcA3vofzQuAD1GNu0vdiNf7c { display:block; }
 }@media only screen and (max-width: 763px) { #z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw { display:block; }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzXHuHfbfmNnQmSFmBL87r8sKlrtQgzk { top:3.75rem;left:14.1875rem;width:33.5625rem;height:3.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6lzlbDUSRUe98A4ucC8T1EG8HIGylcC { top:7.5625rem;left:22.125rem;width:25.625rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG7SR9g3K4dNGJ7fgpNP9cHZOESAdnFM { top:12.6875rem;left:23.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqZ3k53Olpim3yt0DmTiZlMHfzWfq6Gn { top:18.125rem;left:23.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR83GwXxtSycNLbSEzNu4X9eMgOA88hs { top:23.75rem;left:23.21875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIXQDd9ZnobVr9fyR9CzA3i7UoFKByO5 { top:29.25rem;left:23.21875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W10sluRhZI16FiK26NzFnUXznKOOixtp { top:5.75rem;left:0rem;width:30.125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpMm0FI5HcCmPmBZAhB32CsQ83KzqHoA { top:7.875rem;left:0rem;width:27.6875rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTHugZtRlThqRqOu4cDB4yu0CnI3arN { width:16.4375rem;height:2.875rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz4XokChz5a3x5qEdv6As7uf6xGbtGxE { display:block; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc .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; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc .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; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc { display:flex;width:18rem;height:5.0625rem;top:5.0625rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #nfNgqZAychd9cUHOPonDSaN1Fwm6yimC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #WGMZnvKnBVQhpHThDNre2LhgwN4KqTOs {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #sRs2yVvPPNOobgT42i5wIXWEVZtgOAEd {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #KGqxuDHnHRxHli5A7FTqMUmHRqRTUFh6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #ufQJm1RTkIKww05uy1v0QQIVUfy1U6iR {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #ieZhTCkNc8HGNqQdBSsqqU8Py4aN6ikO {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #anTewKLwMdVD5lNwlTHOcDgTnpbf33fb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #q7gbMUfztDzPyih3dFsQPlh5gm2TNkM7 {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #N3QDCo0usinWS06fWJEJFPgbxNt1wrsR {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #Tg4xxM6lwavWyQpmebGnvW4UCAyceqk8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #zaR8XElxLNaroNuESbfE8kNpJg3kxRqz {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #Mq6phqe9TcxkTif9iHKZL1vDZFgpDeRP {  }
 }@media only screen and (max-width: 763px) { #xC59WhyqmTeCU3yZS9nfoz010mlNVDGf { top:12.4375rem;left:16.3125rem;width:31.4375rem;height:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEed6NP9zoS8DoR5e0AZeC8XxwHJVEU6 { top:8.125rem;left:0rem;width:16.5625rem;height:28.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E667pWbcWr29RMZzRriWSBX1TWmargMg { top:11.6875rem;left:0rem;width:24.75rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVMS2Ts8bFmlfNrQRGLKQnTfy4hiD0yv { top:1.625rem;left:0rem;width:20rem;height:2.125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { top:4rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:7.6875rem;left:0rem;width:45.375rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTMOCheiwZunriE1KTkF55sQUGG153hl { top:5.5625rem;left:0rem;width:20rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { top:13.9375rem;left:0rem;width:22rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:16.375rem;left:0rem;width:21.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.9375rem;left:9.875rem;width:21.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:16.3125rem;left:10.1875rem;width:21.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:14rem;left:32rem;width:14.0625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:16.3125rem;left:25.875rem;width:21.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:20.0625rem;left:0rem;width:17.5625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:20.0625rem;left:13.75rem;width:18rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:20.0625rem;left:29.1875rem;width:18.4375rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:3.1875rem;left:34.4052734375rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:3.125rem;left:19.280029296875rem;width:9.0625rem;height:9.3115rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:4.1875rem;left:4.213134765625rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.375rem;left:25.75rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS2vbFD5Fgurib5Dtdi8GvFUh075AklF { display:block; }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ci6LTbkTd0thBlhqsEwrum0BfDlrENn7 { top:5rem;left:23.875rem;width:14.25rem;height:3.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufgdlfnHJVClrrlDbkxOr17sQPSLmR46 { top:8.5625rem;left:20.875rem;width:26.875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX3Hn507W4TJGLSMihHNZBOZ6pOHsS1c { top:6.0625rem;left:0rem;width:47.4375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUZtIhF6RaTnWRvcGl4sOExJvhZ0MhiT { top:17.4375rem;left:20.5625rem;width:27.1875rem;height:;font-size:0.9375rem;display:block; }#mUZtIhF6RaTnWRvcGl4sOExJvhZ0MhiT li:before{  }
 }@media only screen and (max-width: 763px) { #w8pQfmCIQQX3Z2sFPH13hLxqmohvKrKB { top:12.75rem;left:16.5625rem;width:31.1875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHGMkCdrJ0H42ilJGu3BVu39g47HZJbs { top:14.0625rem;left:23.875rem;width:23.875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHhtPlhv3klQpT1uRaKe4e2aiNveElzT { display:block; }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqquvtF0I7txMxDx7pKMVSF0v55WnU9I { width:16.4375rem;height:2.875rem;top:1.125rem;left:15.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cng3xVmtOZTiAZDUVgePhlfudFOWbN33 { display:block; }
 }@media only screen and (max-width: 763px) { #ApXO4BB7QFfcggw0ZE5qmzAgg19Wz7i3 { top:5.4375rem;left:7.625rem;width:32.5rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSVeZvh4qy0Ve1GDtIAEcsbZygNrNeXx { top:18rem;left:11.53125rem;width:24.8125rem;height:2.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { top:4.875rem;left:18.4365234375rem;width:18.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { top:8.5rem;left:18.435546875rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { top:32.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { top:13.1875rem;left:18.4345703125rem;width:24.375rem;height:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { top:23.3125rem;left:10.5rem;width:37.25rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReQ6MmMs9TZHCTV1B4tF4RzzylpFiXnF { top:6.3125rem;left:0rem;width:21.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { top:6.3125rem;left:4.6855459213257rem;width:38.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGTnIVfHlw6g0PoElp7pclXdZwGv4NUR { top:6.3125rem;left:2.5625rem;width:42.625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { display:block; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwC18xiXTVQ95QMgOKziKXfWTIF5WCw9 { top:2.75rem;left:0rem;width:29.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7l78bIDnT6JasOoh3L8gqCXeTyskhqA { top:6.375rem;left:3.125rem;width:17.625rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6qWOu42Zyv9m4R6JnwPaergsRlzNOt { top:9.5rem;left:13.25rem;width:6.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT29CPkx8xfoond5IrhTMk84q4rgMFIW { top:9.4375rem;left:4.3745651245117rem;width:7.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acllNlKBVaxFXxKOHSZq1GIFrA6UpTnq { top:2.75rem;left:18.5rem;width:29.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXAB0ZyTyNLKwdhStgtcwLkmmKXakGQT { top:9.5rem;left:36.5625rem;width:6.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH12c3aLB8a0i5zU7Vs03VSlNPTc9JJ1 { top:6.375rem;left:26.4375rem;width:17.625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPPQmDlV8dPoXaFEHHnKdTtwPveidxTc { top:9.4375rem;left:28.000001907349rem;width:7.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtGq2o27TFwVvPKNUkTlTFzaZedWQX5m { top:3.5rem;left:32.562377929688rem;width:6.4375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #th2BVXPFLdZc9JraNapsqiaAT9OZ6Ayu { top:3.5rem;left:8.6873779296875rem;width:6.4375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { top:4.875rem;left:7.2164716720581rem;width:33.25rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdwTtoza5lB17qoo1zgcMC6eXSxRb1Bt { top:4.875rem;left:10.78125rem;width:26.1875rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1Z2wsBKhs3QTT4G7DPWa1XVLlv3snpD { top:18rem;left:11.53125rem;width:24.8125rem;height:2.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn { display:block; }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWq9HgZ75DgB7f9lJ7iP8QOcUR9l5Beo { top:2.5625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ea7pTqwUkiEwVfzXCFHncoQu2cfPIZ { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr { display:block; }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQu9zU7q0ApQRH4GDPcgea8FRmzzJssR { top:3.875rem;left:0rem;width:18.625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkFc7pEZSc4V4IZMCrF0dHKNFOcVuuWu { top:16.1875rem;left:0rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flOiRrxyn0SCTfQG4CLLhDweaABEHl2x { top:20.375rem;left:0rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTd3xo1tO9z3FeIxMd6Z8TUp2f0xT7Uk { top:18.1875rem;left:0rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzsMfESkI72EN0OJ1wsiFJQp6HB4xwmB { top:23.125rem;left:0rem;width:15.3125rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9bmhndQySKdDl1upNFbV1pAVZnCFWPs { top:5.75rem;left:2.999755859375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8FMK2oCfP3sI2qRzK6Btze4nrBifTkA { top:3.8125rem;left:13.125rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keXpvGSqCGadG6bOf205Ty9KJHFuEbDt { top:3.8125rem;left:29.0625rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmdJoBPazFJ962B5Bn13As7hz8n5QpfC { top:5.6875rem;left:19.24951171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpa9zP9E3iowlletTqXTTDSiEhARrTT3 { top:5.75rem;left:35.12451171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ2x5CUvteS3yoQ3Sb3JkuJpzTra4zgm { top:16.1875rem;left:13.1875rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhb0HuWxRgT2yLqtvSyXikrS6kOD9k4H { top:18.125rem;left:13.1875rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXnB9ow4u44rzxT2E82x8IwOIv3CbTNZ { top:20.375rem;left:13.125rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwGakF0xSugOFxco73mE2U8UrLBsnqok { top:23.25rem;left:16.12451171875rem;width:15.3125rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0s2NeW61ETMpw9oXsMF070gMFvAHoBF { top:16.1875rem;left:29.0625rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpxvCeE9H8Vy7IFxGJKLpsV7xtTENUT9 { top:18.25rem;left:29.0625rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFntcl7vmk2PFSrtmA5nXhAzdUKZhkQK { top:20.375rem;left:29rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPJHllB56qHvIaS1lC9RUNlGJhKCbQcf { top:23.125rem;left:31.99951171875rem;width:15.3125rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { top:2rem;left:8.37451171875rem;width:30.9375rem;height:3.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:25.4375rem;left:14.21875rem;width:19.3125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:16.5rem;height:2.9375rem;top:20.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI .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; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI .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; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI { display:flex;width:18rem;height:5.0625rem;top:5.0625rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #xEPTLaq9Qu9lI1OX0mhK9i90peCMyal0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #zC4QsZlnIG8uWHuFZCAFgF3ieTUkDmrU {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #NBsgHtCs7u1qs8zFzsPSrsfXU7pMzTOk {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #mgyfXR5oAFgohQtRfz8eeUvqgqF2b1na { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #mGoCBNROf5xdRGBB0JpkMHgCHKg0K1IO {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #TygSGAiLJv7LXExxDQnd35mqWV38LBSM {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #bOQun7SSHTsPU3hEcNhGQbODrC4uSUuO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #qPPpodr29WBsZVy4QTcEkXczA9t5qXTh {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #p6TOREkxDeEfJEZPUt3dudRG42Fr1Onm {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #v8dtS9GSGnut9bCRnSKUseMPwZ3TqyoD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #tRZBFmczk3Ggdx82ZVR3LE2yaDGlLXJH {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #d4i9yCKyyBiKNgOK1ODaEXWufPE5p6HJ {  }
 }@media only screen and (max-width: 763px) { #CGXhsVlhZBfoh6XDaEeqM34eTTrwDV6g { top:6.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVTk82HhzHb4ThAZTK31egSy0xaGrdu8 { top:20.4375rem;left:0rem;width:15.0625rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs { display:block; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHC0835tTKDiykCZXnEsfTMzrpp2R5ag { top:6rem;left:0rem;width:43.3125rem;height:6.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Xyby7QmFuBhXkeTVWAb6uQbT1Dvzmi { top:13.75rem;left:0rem;width:27.375rem;height:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIIPVpqFJt4nacPBOfTouEiGKhTxrRn1 { top:30.9375rem;left:0rem;width:25.9375rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWOXdKciEyRx4rkdMXfdPNEapTJQ5cwB { top:31.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC9no1aRm0g47tSbo9U9BLPMDB3oAi3I { top:36.1875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnqdbWapMulUrAfydCcvMh3XiX0lzJV3 { width:15.625rem;height:3.125rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRZ5rvDSlnz1PemSTID46SZpxSBEk5uJ { display:block; }
 }@media only screen and (max-width: 763px) { #UnNFsDQdoGnSmuZxEezR58ImhJ1sE6xv { top:38.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eggMFdD0N4PIt4HXsCG0xxt8rTrl59bh { top:33.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHQxspU81INrCSPTT26vi9uEFkx74oKS { top:3.4375rem;left:0rem;width:32.5625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prx2ubBzxMGZNBNl3bcwgySZUU1LGXE8 { top:5.375rem;left:0rem;width:19.6875rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvS83MtyoKC33iSiOy5Jlsdr4UFOfbnO { top:13.75rem;left:0.8125rem;width:46.875rem;height:21.595868453641rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { top:1.4375rem;left:6rem;width:11.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.75rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:11.25rem;height:2.5625rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.875rem;height:2.5625rem;top:7.125rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:2.5625rem;top:7.125rem;left:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:5.124080657959rem;height:1.6865807771682rem;top:1.0087316036224rem;left:14.875917553902rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { width:5.6875rem;height:1.6875rem;top:1.0087890625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { width:5.4375rem;height:1.5625rem;top:1.05078125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge8Lfqa1iD0vhzMLIufQtt7r4XMAxyLh { width:4.5625rem;height:3.4375rem;top:0.5625rem;left:7.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkVr7Z4Wn6NobS6474uR5L8rMfvNbg5x { display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:19.24925rem;height:4.32275rem;top:7.685791015625rem;left:0.341796875rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:17.5rem;height:12.65625rem;top:23.8125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { width:15.5625rem;height:8.23925rem;top:39rem;left:3.25rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { width:1.25rem;height:1.25rem;top:39.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { width:1.1875rem;height:1.1875rem;top:43.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:15.81175rem;height:2.68676875rem;top:49.3125rem;left:2rem;font-size:1.125rem;background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.7480625rem;height:1.74926875rem;top:56.0625rem;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.3125rem;height:1.3125rem;top:45.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { width:1.25rem;height:1.25rem;top:41.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.298825rem;top:53.4375rem;left:8.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:19.6875rem;height:0;top:5.390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V5UBpSx1UtyqUGe4QiNMld1rEha9PsUs { width:3.18725625rem;height:1.74926875rem;top:54.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxFK292cxpSTIV33qdkUVbCQ3h7xuhfs { width:19.6875rem;height:1.49963125rem;top:5.826904296875rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #F7rWlV1eq0qBuFxOimy807A0MfDUTGVP { width:18.375rem;height:8.625rem;top:13.248291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVcIiJgFgxm0Bc2vE4P9Iueywv8sFZi3 { width:6.3125rem;height:3.5rem;top:53.4375rem;left:13.41796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { background-color: transparent; background-image: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { width:20rem;height:27.4375rem;top:43.16667175293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { width:20rem;height:0;top:54.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,80,148,0.75); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,80,148,0.75); }#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:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:15.1233125rem;height:2.499025rem;top:21.65283203125rem;left:2.40478515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:13.374rem;height:2.87475625rem;top:17.310791015625rem;left:3.311767578125rem;font-size:1.125rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { width:17.37425rem;height:4.22363125rem;top:30.310546875rem;left:1.31103515625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sg1xgwZmxEpcl1uzPvUAQGzMTyzZppD3 { width:18.6865rem;height:6.4345625rem;top:50.1875rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { width:20rem;height:1.4431125rem;top:35.380859375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { width:19.75rem;height:9.1875rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { width:20rem;height:6.497075rem;top:39.842529296875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQd4qJuWF4hQwtQA1iRiKzGTODnxJVaT { width:18.125rem;height:6.4345625rem;top:59rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Utvcho0XQO8z4oJfycwNvOv684cbw5MO { width:16.3110625rem;height:1.75073125rem;top:7.74853515625rem;left:1.84326171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { width:12.5rem;height:1.29980625rem;top:27.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.875rem;height:22.8125rem;top:2.6328125rem;left:0.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 .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; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 .widget-text.counter-number { padding-top:0.495625rem;padding-right:0.4375rem;padding-bottom:0.495625rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.665625rem;font-size:1.98375rem;line-height:42.65px;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; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.05375rem;font-size:0.74375rem;line-height:16.86px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 { display:flex;width:18rem;height:5.020625rem;top:9.521728515625rem;left:0rem;padding-top:0.976875rem;padding-right:1.01125rem;padding-bottom:0.976875rem;padding-left:1.01125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #hDuZxed6mRBI9JKA1uWBxgCHONv0dB6v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #w9yt6Vovrxlt101HRdpxPKG9c7JMAfPD {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #NNTs5K3VyGl4Kblnds3W3JDIqeMfMV4q {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #z02d4Efy74sGwbGThVUQMLq4DFXGxmGn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #IqGvQIvxkzG8UFf4tQn2qdU9wR8wfQxG {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #mXSdTEwEQyt41XJ9QXM9ro7s9RRQCWww {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #wGpeRnh0EMl8tbulcHoxEW6B41i7UZE1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #wOrXoyykTnrPPRxGovlMC3cVvCBT84uP {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #ZSOb08TRTWobwkcqLfRgdCVqcx72OA5d {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #NVrgEq3NLtW9JREC1URiTZ7WkfNH6ITt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #e1JR38nRDS6AJIhZocDVN7hRalhtaxTh {  }
 }@media only screen and (max-width: 763px) { #okJgI3UkwHqu2TUPD1uvTodqG5Vx25z1 #UN7zda3TNzHPXm551m5u9Nfo39nZKObw {  }
 }@media only screen and (max-width: 763px) { #Gyqo7TQpF2WSVPx0XS3WkdqWlXnwN8CE { top:5.124755859375rem;left:0.625rem;width:18.75rem;height:2.5183125rem;z-index:100020;text-align:center;text-align-last:center;font-size:1.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;font-weight:400;font-style:normal;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #V1sEw2XOkSJra0g8tkf4wcxK5DsA9qqZ { width:4.5625rem;height:3.4375rem;top:3rem;left:7.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMqtfcPoAcA3vofzQuAD1GNu0vdiNf7c { display:block; }
 }@media only screen and (max-width: 763px) { #z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw { display:block; }#z6oQVaKvDDQOlNMQ7TdRqVDPvxk1Oamw > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzXHuHfbfmNnQmSFmBL87r8sKlrtQgzk { width:20rem;height:0;top:3.24951171875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #o6lzlbDUSRUe98A4ucC8T1EG8HIGylcC { width:20rem;height:1.5249rem;top:6rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RG7SR9g3K4dNGJ7fgpNP9cHZOESAdnFM { width:1rem;height:1rem;top:9.3115234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqZ3k53Olpim3yt0DmTiZlMHfzWfq6Gn { width:0.99975625rem;height:0.99975625rem;top:16.435546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR83GwXxtSycNLbSEzNu4X9eMgOA88hs { width:0.99975625rem;height:0.99975625rem;top:23.81103515625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIXQDd9ZnobVr9fyR9CzA3i7UoFKByO5 { width:0.99975625rem;height:0.99975625rem;top:30.8740234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W10sluRhZI16FiK26NzFnUXznKOOixtp { width:20rem;height:21.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpMm0FI5HcCmPmBZAhB32CsQ83KzqHoA { width:20rem;height:0;top:32.5625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkTHugZtRlThqRqOu4cDB4yu0CnI3arN { width:16.5rem;height:2.9375rem;top:46.9375rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oz4XokChz5a3x5qEdv6As7uf6xGbtGxE { display:block; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc .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; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc .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; }
#J67v9EfGOzmo2p3AHznJSspvxtLfMyPc { display:flex;width:18rem;height:5.0625rem;top:26.875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #nfNgqZAychd9cUHOPonDSaN1Fwm6yimC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #WGMZnvKnBVQhpHThDNre2LhgwN4KqTOs {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #sRs2yVvPPNOobgT42i5wIXWEVZtgOAEd {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #KGqxuDHnHRxHli5A7FTqMUmHRqRTUFh6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #ufQJm1RTkIKww05uy1v0QQIVUfy1U6iR {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #ieZhTCkNc8HGNqQdBSsqqU8Py4aN6ikO {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #anTewKLwMdVD5lNwlTHOcDgTnpbf33fb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #q7gbMUfztDzPyih3dFsQPlh5gm2TNkM7 {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #N3QDCo0usinWS06fWJEJFPgbxNt1wrsR {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #Tg4xxM6lwavWyQpmebGnvW4UCAyceqk8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #zaR8XElxLNaroNuESbfE8kNpJg3kxRqz {  }
 }@media only screen and (max-width: 763px) { #J67v9EfGOzmo2p3AHznJSspvxtLfMyPc #Mq6phqe9TcxkTif9iHKZL1vDZFgpDeRP {  }
 }@media only screen and (max-width: 763px) { #xC59WhyqmTeCU3yZS9nfoz010mlNVDGf { width:16.12425rem;height:0;top:8.123779296875rem;left:1.937255859375rem;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #kEed6NP9zoS8DoR5e0AZeC8XxwHJVEU6 { width:16.625rem;height:28.914075rem;top:8.81103515625rem;left:1.937255859375rem;font-size:1rem;line-height:1.8;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #E667pWbcWr29RMZzRriWSBX1TWmargMg { width:20rem;height:0;top:38.34959765625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVMS2Ts8bFmlfNrQRGLKQnTfy4hiD0yv { width:20rem;height:2.1307375rem;top:3.1875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:16.93725rem;height:4.32275625rem;top:2.6875rem;left:1.5rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:20rem;height:0;top:4.7705078125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KTMOCheiwZunriE1KTkF55sQUGG153hl { width:20rem;height:1.5249rem;top:7.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { background-color:#f8f8f8;background-image:none;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 { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:20rem;height:2.11230625rem;top:11.61376953125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:20rem;height:1.2994375rem;top:14.329833984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:20rem;height:2.11230625rem;top:38.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:20rem;height:1.2994375rem;top:40.849853515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:20rem;height:2.11181875rem;top:65.123291015625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:20rem;height:1.2994375rem;top:67.93408203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:17.5rem;height:4.87305rem;top:17.56103515625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:17.9980625rem;height:4.87305rem;top:44.373779296875rem;left:0.999755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:18.0603125rem;height:4.87305rem;top:71.30859375rem;left:0.96923828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.875rem;height:6.875rem;top:3.436279296875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.875rem;height:7rem;top:30.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:6.875rem;height:6.875rem;top:56.999267578125rem;left:6.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:20rem;height:23.875rem;top:1.513671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:19.5rem;height:23.875rem;top:28.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:19.5rem;height:23.875rem;top:55.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS2vbFD5Fgurib5Dtdi8GvFUh075AklF { display:block; }#hS2vbFD5Fgurib5Dtdi8GvFUh075AklF > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ci6LTbkTd0thBlhqsEwrum0BfDlrENn7 { width:20rem;height:2.1307375rem;top:2.4375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufgdlfnHJVClrrlDbkxOr17sQPSLmR46 { width:20rem;height:1.4431125rem;top:4.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BX3Hn507W4TJGLSMihHNZBOZ6pOHsS1c { width:20rem;height:9.3115rem;top:7.852783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUZtIhF6RaTnWRvcGl4sOExJvhZ0MhiT { width:16.93725rem;height:10.07325rem;top:23.49609375rem;left:1.529541015625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#mUZtIhF6RaTnWRvcGl4sOExJvhZ0MhiT li:before{  }
 }@media only screen and (max-width: 763px) { #w8pQfmCIQQX3Z2sFPH13hLxqmohvKrKB { width:20rem;height:12.3125rem;top:12.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHGMkCdrJ0H42ilJGu3BVu39g47HZJbs { width:20rem;height:1.86889375rem;top:20.186767578125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHhtPlhv3klQpT1uRaKe4e2aiNveElzT { display:block; }#vHhtPlhv3klQpT1uRaKe4e2aiNveElzT > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqquvtF0I7txMxDx7pKMVSF0v55WnU9I { width:16.4375rem;height:2.875rem;top:1.25rem;left:1.75rem;font-size:1.125rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cng3xVmtOZTiAZDUVgePhlfudFOWbN33 { display:block; }
 }@media only screen and (max-width: 763px) { #ApXO4BB7QFfcggw0ZE5qmzAgg19Wz7i3 { width:20rem;height:0;top:5.375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSVeZvh4qy0Ve1GDtIAEcsbZygNrNeXx { width:15.1233125rem;height:2.499025rem;top:5.999755859375rem;left:2.40478515625rem;font-size:0.9375rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,80,148,0.75); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,80,148,0.75); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { width:18.875rem;height:2.2753875rem;top:19.3125rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wI9LXmKOoBvTPwMLFAcl2419h3I1iKLB { width:18.875rem;height:1.2994375rem;top:21.625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { width:17.9375rem;height:5.09765625rem;top:45rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgZ2xdckqS9SvHFJclX0P1cONdsiqEqu { width:20rem;height:8.350575rem;top:25.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnsQSEShAg1TZ3uT3V9QXueooS7tfygy { width:20rem;height:6.56125rem;top:35.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReQ6MmMs9TZHCTV1B4tF4RzzylpFiXnF { width:12.9375rem;height:12.9375rem;top:3.53515625rem;left:3.53125rem;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:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:2.19970625rem;top:2.5390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrug5BMSeTo3ZcDX5emDR6Bh0dTlzldl { width:20rem;height:0;top:5.0416564941406rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGTnIVfHlw6g0PoElp7pclXdZwGv4NUR { width:14.87425rem;height:3.3764625rem;top:5.04150390625rem;left:2.56103515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { background-color: transparent; background-image: none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container > .video-iframe-container { display: none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row > .video-iframe-container { display: none; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { border-width: 0; border-radius: 0; }#OQWXGR5tPRKLwCbyRUHDDGOfVTumQAKC > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwC18xiXTVQ95QMgOKziKXfWTIF5WCw9 { width:20rem;height:8.75rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7l78bIDnT6JasOoh3L8gqCXeTyskhqA { width:17.625rem;height:2.4755875rem;top:5.0625rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6qWOu42Zyv9m4R6JnwPaergsRlzNOt { width:6.5rem;height:1.75073125rem;top:7.5rem;left:10.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BT29CPkx8xfoond5IrhTMk84q4rgMFIW { width:7.75rem;height:1.75073125rem;top:7.5rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acllNlKBVaxFXxKOHSZq1GIFrA6UpTnq { width:20rem;height:8.75rem;top:14.04052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXAB0ZyTyNLKwdhStgtcwLkmmKXakGQT { width:6.499rem;height:1.75073125rem;top:19.786376953125rem;left:10.092041015625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bH12c3aLB8a0i5zU7Vs03VSlNPTc9JJ1 { width:17.6245rem;height:2.4755875rem;top:17.3115234375rem;left:1.15478515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPPQmDlV8dPoXaFEHHnKdTtwPveidxTc { width:7.749rem;height:1.75073125rem;top:19.815673828125rem;left:2.87353515625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtGq2o27TFwVvPKNUkTlTFzaZedWQX5m { width:6.499rem;height:1.875rem;top:14.873779296875rem;left:6.749267578125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #th2BVXPFLdZc9JraNapsqiaAT9OZ6Ayu { width:6.499rem;height:1.875rem;top:3rem;left:6.75rem;font-size:1.25rem;text-align:center;text-align-last:center;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:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:8.562rem;height:2.68676875rem;top:1.9375rem;left:5.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { width:20rem;height:0;top:3.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdwTtoza5lB17qoo1zgcMC6eXSxRb1Bt { width:20rem;height:0;top:6.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1Z2wsBKhs3QTT4G7DPWa1XVLlv3snpD { width:15.1233125rem;height:2.499025rem;top:6.06201171875rem;left:2.437744140625rem;font-size:0.9375rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn { display:block; }#amMUNaOgeqCaJ4xaAAl3aTD40hBcE6gn > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWq9HgZ75DgB7f9lJ7iP8QOcUR9l5Beo { width:20rem;height:1.85608125rem;top:2.3125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i2ea7pTqwUkiEwVfzXCFHncoQu2cfPIZ { width:20rem;height:1.29980625rem;top:4.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr { display:block; }#ctQ6PgsznR0JiTEClQ1By6mRQeTTKDxr > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQu9zU7q0ApQRH4GDPcgea8FRmzzJssR { width:18.5625rem;height:29.8125rem;top:3.0615234375rem;left:0.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkFc7pEZSc4V4IZMCrF0dHKNFOcVuuWu { width:18.31175rem;height:1.625rem;top:15rem;left:0.84228515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flOiRrxyn0SCTfQG4CLLhDweaABEHl2x { width:15.49925rem;height:1.5249rem;top:19.061279296875rem;left:2.06103515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTd3xo1tO9z3FeIxMd6Z8TUp2f0xT7Uk { width:18.5608125rem;height:1.29980625rem;top:16.684814453125rem;left:0.59326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzsMfESkI72EN0OJ1wsiFJQp6HB4xwmB { width:15.3125rem;height:6.459rem;top:21.998291015625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9bmhndQySKdDl1upNFbV1pAVZnCFWPs { width:9.0625rem;height:9.0625rem;top:4.373779296875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8FMK2oCfP3sI2qRzK6Btze4nrBifTkA { width:18.5625rem;height:29.8125rem;top:37.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keXpvGSqCGadG6bOf205Ty9KJHFuEbDt { width:18.5625rem;height:29.8125rem;top:70.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmdJoBPazFJ962B5Bn13As7hz8n5QpfC { width:9.0625rem;height:9.0625rem;top:39rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpa9zP9E3iowlletTqXTTDSiEhARrTT3 { width:9.0625rem;height:9.0625rem;top:72.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ2x5CUvteS3yoQ3Sb3JkuJpzTra4zgm { width:18.562rem;height:1.625rem;top:49.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhb0HuWxRgT2yLqtvSyXikrS6kOD9k4H { width:18.5608125rem;height:1.29980625rem;top:51.187255859375rem;left:0.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXnB9ow4u44rzxT2E82x8IwOIv3CbTNZ { width:18.6230625rem;height:1.5249rem;top:53.625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwGakF0xSugOFxco73mE2U8UrLBsnqok { width:15.3125rem;height:7.995625rem;top:56.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0s2NeW61ETMpw9oXsMF070gMFvAHoBF { width:18.562rem;height:1.625rem;top:83.1875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpxvCeE9H8Vy7IFxGJKLpsV7xtTENUT9 { width:18.562rem;height:1.29980625rem;top:84.8740234375rem;left:0.811767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFntcl7vmk2PFSrtmA5nXhAzdUKZhkQK { width:18.6230625rem;height:1.5249rem;top:87.125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPJHllB56qHvIaS1lC9RUNlGJhKCbQcf { width:15.3125rem;height:6.459rem;top:90.1875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:2.436525rem;top:2.3828125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:2.823725rem;top:5.0735292434692rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:13.187040328979rem;height:2.6240808963776rem;top:15.693969726562rem;left:3.4053307771682rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI .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; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI .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; }
#TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI { display:flex;width:18rem;height:5.0625rem;top:8.72265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #xEPTLaq9Qu9lI1OX0mhK9i90peCMyal0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #zC4QsZlnIG8uWHuFZCAFgF3ieTUkDmrU {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #NBsgHtCs7u1qs8zFzsPSrsfXU7pMzTOk {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #mgyfXR5oAFgohQtRfz8eeUvqgqF2b1na { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #mGoCBNROf5xdRGBB0JpkMHgCHKg0K1IO {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #TygSGAiLJv7LXExxDQnd35mqWV38LBSM {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #bOQun7SSHTsPU3hEcNhGQbODrC4uSUuO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #qPPpodr29WBsZVy4QTcEkXczA9t5qXTh {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #p6TOREkxDeEfJEZPUt3dudRG42Fr1Onm {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #v8dtS9GSGnut9bCRnSKUseMPwZ3TqyoD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #tRZBFmczk3Ggdx82ZVR3LE2yaDGlLXJH {  }
 }@media only screen and (max-width: 763px) { #TpJUNCigzxZ3ba53uPEEdTdTTTzHuLbI #d4i9yCKyyBiKNgOK1ODaEXWufPE5p6HJ {  }
 }@media only screen and (max-width: 763px) { #CGXhsVlhZBfoh6XDaEeqM34eTTrwDV6g { width:20rem;height:0;top:19.567384375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VVTk82HhzHb4ThAZTK31egSy0xaGrdu8 { width:15.1233125rem;height:2.499025rem;top:20.826416015625rem;left:2.40478515625rem;font-size:0.9375rem;z-index:100013;color:rgba(40,40,40,0.09);display:block; }
 }@media only screen and (max-width: 763px) { #ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container { background-color: transparent; background-image: none; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container > .video-iframe-container { display: none; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row > .video-iframe-container { display: none; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .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); }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container { border-width: 0; border-radius: 0; }#ltD7u2a0pQ8QPZ2Q3MhaxbhlSewJ1MMs > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHC0835tTKDiykCZXnEsfTMzrpp2R5ag { width:19.24925rem;height:4.32275rem;top:5.125rem;left:0.3125rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7Xyby7QmFuBhXkeTVWAb6uQbT1Dvzmi { width:17.5rem;height:12.65625rem;top:22.1875rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cIIPVpqFJt4nacPBOfTouEiGKhTxrRn1 { width:15.5625rem;height:8.23925rem;top:37.375rem;left:3.25rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #GWOXdKciEyRx4rkdMXfdPNEapTJQ5cwB { width:1.25rem;height:1.25rem;top:37.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC9no1aRm0g47tSbo9U9BLPMDB3oAi3I { width:1.1875rem;height:1.1875rem;top:41.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnqdbWapMulUrAfydCcvMh3XiX0lzJV3 { width:15.81175rem;height:2.68676875rem;top:47.6875rem;left:2rem;font-size:1.125rem;background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SRZ5rvDSlnz1PemSTID46SZpxSBEk5uJ { display:block; }
 }@media only screen and (max-width: 763px) { #UnNFsDQdoGnSmuZxEezR58ImhJ1sE6xv { width:1.3125rem;height:1.3125rem;top:43.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eggMFdD0N4PIt4HXsCG0xxt8rTrl59bh { width:1.25rem;height:1.25rem;top:39.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHQxspU81INrCSPTT26vi9uEFkx74oKS { width:19.6875rem;height:0;top:5.390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #prx2ubBzxMGZNBNl3bcwgySZUU1LGXE8 { width:19.6875rem;height:1.499025rem;top:3.25rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #tvS83MtyoKC33iSiOy5Jlsdr4UFOfbnO { width:18.625rem;height:8.6875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { width:10.8125rem;height:3rem;top:0.62109375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.826175rem;top:4.3692626953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }