.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:relative;z-index:auto;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.7495403289795rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.1806640625rem;left:39.193359375rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.1806640625rem;left:44.49609375rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.1806640625rem;left:49.806640625rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J637uGMXllnvMsibMtJPfWBs9ox9Efor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:1.29296875rem;left:60.3125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.5107421875rem;left:61.3125rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.0625rem;top:1.685546875rem;left:3.8125rem;overflow:hidden;display:block; }
#sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:1.1806640625rem;left:55.0546875rem;display:block; }
#bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:3.6875rem;top:1.775390625rem;left:14.623046875rem;overflow:hidden;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#c69c72;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:10.3076171875rem;left:3.4375rem;height:5.5rem;display:block; }
#Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:2.2;letter-spacing:0;top:29.494140625rem;left:5.9365234375rem;height:9.3496rem;font-style:normal;display:block; }
#QBSfoawekaW5DOTb354quMr3k019DEU3 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:30.212890625rem;left:3.7490234375rem;overflow:hidden;display:block; }
#V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:32.47265625rem;left:3.7490234375rem;overflow:hidden;display:block; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:41.5576171875rem;left:3.4375rem;display:block; }
#GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:41.56640625rem;left:19.0498046875rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:36.98828125rem;left:3.74609375rem;overflow:hidden;display:block; }
#GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:34.72265625rem;left:3.6240234375rem;overflow:hidden;display:block; }
#WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:42.4873046875rem;left:17.3017578125rem;height:1.29980625rem;display:block; }
#gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { color:#282828;display:block;width:39.625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:7.3740234375rem;left:3.3125rem;height:1.78125rem;font-style:normal;display:block; }
#WhcZlN3NwXQT1bs6wzkm7OJRTpU3GfJT { color:#282828;display:block;width:29.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:17.4375rem;left:3.5615234375rem;height:10.125rem;font-style:normal;display:block; }
#qlZBl1FdxMet04i0s49ColbTGspsfyli { position:absolute;display:block;z-index:100020;height:4.0625rem;width:7.24975rem;top:14.86083984375rem;left:65.372314453125rem;display:block; }
#zMTcdszKMKJbUeh0WSWMtuUoNDHm5d5f { position:absolute;display:block;z-index:100021;height:3.5620125rem;width:6.3745rem;top:25.096435546875rem;left:65.809326171875rem;display:block; }
#eUB75Xznc6ZwPvU40Er6xIHs8UI3ssFV { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:23.75rem;top:12.5625rem;left:39.875rem;overflow:hidden;display:block; }
#TW2Bf1LJHOhvpmXZhPoGJTQ3vBnAMgSl { color:#282828;display:block;width:39.625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:7.3740234375rem;left:3.3125rem;height:1.84350625rem;font-style:normal;display:none; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { background-color: transparent; background-image: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }#sgwZD0FalqAecmeTdvhLbZyunITLvoU1 { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:0.6875rem;left:12.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:26.4375rem;width:49.1875rem;top:0rem;left:12.90625rem;display:block; }
#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a18c05b-0312-4816-ab77-d4ac1a65b337/oldnewspaperbackgroundflatlay.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#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(58,57,60,0.85); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { border-width: 0; border-radius: 0; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:18.1846875rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:5.0032558441162rem;left:28.407121658325rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:#efbc1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.93555rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:17.125rem;left:31.25rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { color:#252525;display:block;width:45.625rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:29.6865234375rem;left:14.6875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { color:#252525;display:block;width:26.999rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:33.7490234375rem;left:23.998046875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12rem;width:29.1875rem;top:40.061584472656rem;left:41.999078750611rem;display:block; }
#Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.7;letter-spacing:0;top:44.7490234375rem;left:43.7490234375rem;height:5.7363375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Utvcho0XQO8z4oJfycwNvOv684cbw5MO { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:21.25rem;left:12.8125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { color:#252525;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:25.561813354493rem;left:31.249998092651rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o24sUpgCTHZk053tlukl6u5kHeTf4ucO { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:7.7682304382325rem;left:8.5286464691163rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ekKEe77puWXMzqZaFFftH0AhP50wC6ka { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:27.4375rem;width:49.125rem;top:41.25rem;left:12.90625rem;display:none; }
#BrTRyLNTkHEoCtwDTKssvXWuKoNmTRw6 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.9365234375rem;left:47.9052734375rem;height:1.4624rem;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#212121;display:block;width:49.1875rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:0.6162109375rem;left:12.90625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#1d2850;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.9638671875rem;left:23.65625rem;z-index:100013; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #yug6zMsLEF87h36XzQdNIyAMSs34bwD4 { display:flex;position:relative;top:0rem;left:0rem; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Urn3bi4DBe1Var2dO1XFzAB0Z4aZJBso { width:auto; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AyIJ1tSqx0kHbBpOX9hJAUJsnlmnq4tf {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #HPbVyHc8FUwkCboqVProvGdN91aw9dEv { display:flex;position:relative;top:0rem;left:0rem; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #rNths6JW5cPGozlkvnknW10tTbqpVTnH {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #y8zyrQ3duIhxAChTvfzgKDf8GCvZcgTN {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AwXV9Mauk9gdr7pwncz8wRJk6V2IHAA3 { display:flex;position:relative;top:0rem;left:0rem; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #UQUlwgs90EBDQt8QpD4gazO0s6IfrpUA {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #DzmLW7ze2ayGAhcV0tqQcvTKZc1HTzhy {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Ievsvvnx8QgTwwiehvD2AE6M0M6CZ5cr { display:flex;position:relative;top:0rem;left:0rem; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #vJL6AbbJN1zOvrgEidF2MOHQte2bf4nT {  }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #r8o9k3bElSpDBL9bSTQ55L72vO0gsSrA {  }
#RC7k68GKfqrkHKkqiu0rLwwW2oqrG4MB { color:#f6f6f6;display:block;width:35.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.7;letter-spacing:0;top:39.8125rem;left:2rem;height:12.6430625rem;font-style:normal;display:block; }
#RDuElPQC8QR6FUABV1ClvAmVE687brr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RDuElPQC8QR6FUABV1ClvAmVE687brr0 > .row .container { background-color: transparent; background-image: none; }#RDuElPQC8QR6FUABV1ClvAmVE687brr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDuElPQC8QR6FUABV1ClvAmVE687brr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDuElPQC8QR6FUABV1ClvAmVE687brr0 > .row .container > .video-iframe-container { display: none; }#RDuElPQC8QR6FUABV1ClvAmVE687brr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDuElPQC8QR6FUABV1ClvAmVE687brr0 > .row > .video-iframe-container { display: none; }#RDuElPQC8QR6FUABV1ClvAmVE687brr0 > .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); }#RDuElPQC8QR6FUABV1ClvAmVE687brr0 > .row .container { border-width: 0; border-radius: 0; }#RDuElPQC8QR6FUABV1ClvAmVE687brr0 > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#UlrKdHi6EHlpxubFM76mkTr73uIZmcsC { 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:2.3125rem;left:38.75rem;height:3.4375rem;display:block; }
#ro0R6OduX0E4OENTQ7oixnB4QeoORUa5 { 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:6.125rem;left:38.75rem;height:1.86865rem;font-style:normal;display:block; }
#Rbz5JHagwviurXoInAC89qa7sS2ugmcG { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:9.6875rem;left:41.1875rem;height:20.7129125rem;font-style:normal;display:block; }
#G9NQUrSq75toFmJToUvBEKhkwmUiAP7K { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31185rem;width:1.31185rem;top:9.875rem;left:39.125rem;overflow:hidden;display:block; }
#BdRbyoI0rn9PwO5Q8IWgLoTOwm1UMyzk { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31185rem;width:1.31185rem;top:15.375rem;left:39.125rem;overflow:hidden;display:block; }
#FWmBSr9FmL1OVQppBpMDhkqiAxTBzQHL { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.31185rem;width:1.31185rem;top:20.875rem;left:39.125rem;overflow:hidden;display:block; }
#XaQoJ1w8ygnOG4kU5lVMCSTkEUtOOTEI { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:25.5rem;width:30.1875rem;top:3.25rem;left:2.9375rem;display:block; }
#vQV4EWTeIZu3wA8PweEhlmxvw5BtiQ89 { color:#272727;display:block;width:27.749rem;position:absolute;font-family:"noto sans hk";font-size:2.5rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:6rem;left:4.1552734375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LvE6s89bn1XnoxbVLBq8Z0gPbZQ8PAW1 { color:#232323;display:block;width:18.186197280884rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.25rem;left:8.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cFt1fMEIszfARKLdtB5yLHGNrqPTwItK { background-color:#efbc1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:22.7490234375rem;left:11.78125rem;display:block; }
#qq8BTpdtJIEzl3WWeNKVbXDPzARyKdBn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BsOSuGfyAbWIvKD0XgyhL9GkrO9n1Kow { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#ZJy0cc9zDGS0yygfAV7p0XzgfCfyTMSP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#C0lEzguXDFFqVWh6usTbiRoOTw7TnkoM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#KQgMDwQpecKVLdFGirfsFkslOZ1CPqRm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#eqrpHi974APAXwCQ5uZA7EqqowfTeXRv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#GOV9KsfJ0BR4TFMeAqIVtMgPsQUwhWi4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM .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; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#1d2850;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.375rem;left:4.1875rem;z-index:100014; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #BhJ5iudIBJl5Z8woHaJllT9P4C6ipVS5 { display:flex;position:relative;top:0rem;left:0rem; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #qcPa8B37x3AfykbMqzhFn634pUsZ1ZWu { width:auto; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #Jp1rq8k2QlUK7MHw550yPHKw1ZMBL3vH {  }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #TqktVMmMlqsArilMoZc3QwgzmrOIJuH5 { display:flex;position:relative;top:0rem;left:0rem; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #PNtRdN60TEl6NAxfOpKF4tXCM9lqDcmy {  }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #vZ1yS2nwfrNHKTFVZio8K606IfNFa5wX {  }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #TzBBnZPz2Gfv50LUuLVTc0QJoHxBdalb { display:flex;position:relative;top:0rem;left:0rem; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #Mf3XD5nSUZsJHs1VobUBqsdqX1p3TGnE {  }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #iwIeNDqfGwKdikskSg53TiRtIfUBwee5 {  }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #H3pH7q8oDF883rB6THbTayIcbJgbRgkQ { display:flex;position:relative;top:0rem;left:0rem; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #niZxQVHNx5NZF3gGO59TZmpkOHrwLMk3 {  }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #bJbxRs7CQAtwqP7dBkGiTUyx1h7VB7h2 {  }
#wAS0HqPzv3gknI4nvHvJ3sggTihegvT1 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.311525rem;width:1.311525rem;top:26.3115234375rem;left:39.2509765625rem;overflow:hidden;display:block; }
#npJ0MOuHpZ3dtpkHxWC1JhR6qMbqDgoW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#Ti9xWdBdURc0Zuv8mA9JQbmIutgat28X { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { background-color: transparent; background-image: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row > .video-iframe-container { display: none; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { border-width: 0; border-radius: 0; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#1d2850;display:block;width:44.3125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:4.283203125rem;left:2.4326171875rem;height:3.09375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"noto sans hk";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.7430534362794rem;left:2.4327259063721rem;height:1.54345625rem;display:block; }
#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { background-color: transparent; background-image: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row > .video-iframe-container { display: none; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { border-width: 0; border-radius: 0; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#48a4a4;display:block;width:21.8120625rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:13.746746063233rem;left:2.0876731872559rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:16.372604370118rem;left:2.0269098281861rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#48a4a4;display:block;width:21.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:13.747829437256rem;left:26.530383110046rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:16.372924804688rem;left:27.748159408569rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#48a4a4;display:block;width:21.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:51.5625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:17rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:16.1875rem;left:54rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:18rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:20.744140625rem;left:4.0859375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:20.744140625rem;left:27.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.875rem;top:4.8795576095581rem;left:9.55295085907rem;overflow:hidden;display:block; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:6.625rem;top:5.0043401718139rem;left:34.187285423279rem;overflow:hidden;display:block; }
#Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.3959121704101rem;left:2.0863971710205rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.125rem;width:21.875rem;top:1.3955078125rem;left:26.52734375rem;display:block; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(86,86,86,0.12) ;height:27.1875rem;width:21.875rem;top:1.1875rem;left:51.5625rem;display:block; }
#lnZgLaphrFAiQw8AU4eQwqOT0f3cRMwT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:4.5rem;left:59.5625rem;overflow:hidden;display:block; }
#DAb8sDtz12NQ2EyggEXCvalRHw1kxHux { color:#48a4a4;display:block;width:21.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:13.74609375rem;left:2.0234375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { position:relative;display:none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { border-width: 0; border-radius: 0; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.4611663818363rem;left:18.311120986939rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#H0CRq1ryOyzOh3JFb3VTuUnnrxLKTMrK { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:6.8720703125rem;left:10.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { position:relative;display:none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { border-width: 0; border-radius: 0; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:none; }#Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.75rem;width:20.75rem;top:1.3361663818359rem;left:14.307214736939rem;overflow:hidden;display:block; }
#aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { color:#000000;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.9362030029297rem;left:40rem;height:2rem;display:block; }
#PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:6.91796875rem;left:39.998699188233rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iU4UGISiir8tBN7BiymNPEgZh69ULguv { color:#000000;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:10.87370300293rem;left:40rem;height:2rem;display:block; }
#kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:12.85546875rem;left:39.998699188233rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { color:#000000;display:block;width:25.249309539795rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:16.37370300293rem;left:40rem;height:2rem;display:block; }
#qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:18.375rem;left:40rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container { background-color: transparent; background-image: none; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container > .video-iframe-container { display: none; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row > .video-iframe-container { display: none; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container { border-width: 0; border-radius: 0; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#DXq0cosu8cA4bb3qql6nE96C0LBdCKLa { color:#000000;display:block;width:36.937038421631rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:3.3111267089844rem;left:19.029180526733rem;height:3.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlLg9xILPAiTBAwofTMBrmVAidbt81F6 { color:#131213;display:block;width:29.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.87370300293rem;left:22.623697280884rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN { position:relative;display:block; }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN { background-color: transparent; background-image: none; }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN > .row .container > .video-iframe-container { display: none; }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN > .row > .video-iframe-container { display: none; }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN > .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); }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN { border-width: 0; border-radius: 0; }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN > .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:45.625rem;width:75rem;position:relative;display:block; }#FqMiZJlZHazZelGgSBv8lhyaQa1RMDGX { color:#000000;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.4372711181641rem;left:40.624999046326rem;height:2.03125rem;display:block; }
#aPuEUmGVtBrZWsH4V1iJZ2JAME2pLPi2 { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:4.41796875rem;left:40.623847007751rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bznoUvygxlX457XQLJkcdlPclhrhTiay { color:#000000;display:block;width:25.249309539795rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:14.0625rem;left:40.625rem;height:2.03125rem;display:block; }
#IrakSNGunUQepFSMr5nq51XlfQCKNJ85 { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Js92HlGaENWJDD5HWqJzsxIxeQSTbJ5k { color:#000000;display:block;width:32.25rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:39.4375rem;left:40.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yd1xzpNvUuGernKSOUr2wdJZSaqHkDz8 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:37.5rem;left:40.625rem;height:2.03125rem;display:block; }
#yiDs57GkIfspq8d0Hc8LesRZh4BicOlP { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:31.75rem;left:40.625rem;height:2.03125rem;display:block; }
#yOAaF3e3KkCL6CpzAgmac2tkdJQZlIII { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:21rem;left:40.625rem;height:2.03125rem;display:block; }
#XMhrnRm2OnALRTdBDyRAs8WzSXRs3iEA { color:#000000;display:block;width:28.811875rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:26.25rem;left:40.625rem;height:2.03125rem;display:block; }
#fp3tlGGODeB5AGJ9JlsRHulSyXVRmy5O { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:33.8125rem;left:40.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uTBzx2Z6EHVtfJDG7u9Pk41f504DIf8t { color:#000000;display:block;width:29.9370625rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:23.0625rem;left:40.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oszPT50zFOX2vXhPCJXszCoXrkN9Dd6l { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:28.3125rem;left:40.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D08wHGn5upVQgeXKoyro3C7y695oM4fF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:1.0625rem;height:1.29980625rem;display:block; }
#yUMkuDb0xbTITEu4PoPPr9WSAJpFLiey { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.8125rem;width:29rem;top:7.5rem;left:4.98291015625rem;overflow:hidden;display:block; }
#u77rBJ2lRfpZd9V952ZxLPaP3W90M6Ty { color:#000000;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:40.625rem;height:2.03125rem;display:block; }
#WRtLI5lIgGZTucivan3UqUqTcv5bbpbE { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:9.6865234375rem;left:40.625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ukgCPAkf7HNymui54UoMvOnxHvzf1brp { position:relative;display:block; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp { background-color: transparent; background-image: none; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row .container > .video-iframe-container { display: none; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row > .video-iframe-container { display: none; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp { border-width: 0; border-radius: 0; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#FRTDDyvxEo1ktMbKOzWv7AKxTJIVGIT7 { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5615rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:1.0625rem;left:31.21875rem;display:block; }
#yD31eKmvmtTMbfb2PPpM18ByVoQI92uA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vpI6tJUBsGpHTaqTTTEpToaIoDnF0fB0 { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:5.1875rem;left:12.8125rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { position:relative;display:none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { border-width: 0; border-radius: 0; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:none; }#TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CQedczQinbq0X2WUAAGJAwFqEWmUTThN { color:#000000;display:block;width:33.312271118164rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:4.9356536865234rem;left:20.842142105102rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWulREXf2twfZAvQRikDPuaCa5T3C9bp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a18c05b-0312-4816-ab77-d4ac1a65b337/oldnewspaperbackgroundflatlay.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp.adaptive-delivery-prevent-bg, #nWulREXf2twfZAvQRikDPuaCa5T3C9bp.lazyload, #nWulREXf2twfZAvQRikDPuaCa5T3C9bp.lazyloading { background-image: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { background-color: transparent; background-image: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container > .video-iframe-container { display: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row > .video-iframe-container { display: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { border-width: 0; border-radius: 0; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#arQTT6rXVQ7i51VVVPFVXEnxVRTMhp81 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:21.625rem;top:4.2693023681641rem;left:8.0755977630612rem;overflow:hidden;display:block; }
#s78TA15KAtNFZpudqZFmVxLiN0rvR07g { color:#f6f6f6;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.6856689453125rem;left:36.436120986939rem;height:3.4121125rem;font-style:normal;display:block; }
#JlhuAnMF0Dr3RUFeGmdh3ZcXduNcdtB5 { color:#f4ecef;display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:7.2495422363281rem;left:36.433820724487rem;height:2.03125rem;font-style:normal;display:block; }
#bReEkCUGGVzh9WTlCpn8nxsKpWNuVcTf { color:#faf8f8;display:block;width:66.9990234375rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:30.458343505859rem;left:3.9986991882324rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3tFiKyv2TJvJEUM6wx5P2hXFhpDkqM0 { color:#252525;display:block;width:31.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.8;letter-spacing:0;top:10.713470458984rem;left:36.432672500611rem;height:8.0996rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TT9PTlBDcGk60Q8ukGZO86qoFTdtUK7q { color:#252525;display:block;width:31.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:20.288375854493rem;left:36.433820724487rem;height:5.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { background-color: transparent; background-image: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container > .video-iframe-container { display: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row > .video-iframe-container { display: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { border-width: 0; border-radius: 0; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#taPh1ob9Au9TiET6O7vw0ZeTRZxyk0tw { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:1.65625rem;left:19.560546875rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#qOODVHG6IDaJhFvXhl4vWGMhgNLM6JRP { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:17.34375rem;height:3.7373rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl > .row .container { background-color: transparent; background-image: none; }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl > .row .container > .video-iframe-container { display: none; }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl > .row > .video-iframe-container { display: none; }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl > .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); }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl > .row .container { border-width: 0; border-radius: 0; }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#xk7QJew7bE7kCoVI5Tf5TSuEMOveVqhK { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.560546875rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:12.5625rem;left:31.4375rem;display:block; }
#fxTvPDREcDuX8wrHquQermBFNbs3biP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MTVUpzO1FqFkpNE9871ZqP9VDG5fT9cp { color:#000000;display:block;width:52.625rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:17.125rem;left:12rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GFZk57OiorMiUTlBXBxr1suldovB3KEM { position:absolute;display:block;z-index:100015;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:6.5625rem;width:29.4375rem;top:3.6845703125rem;left:22.9990234375rem;display:block; }
#lbnguLCLSRnBHPUUpLPKXSCZaeA1DMoe { color:#0a163b;display:block;width:29.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100023;line-height:1.5;letter-spacing:0;top:4.5625rem;left:22.71875rem;height:2.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y8KgZmauhxuVH1vma5TQB55dNEFES3XD { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:7.24609375rem;left:22.8125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#mdlxk6U1r6r2GLqimrv5WxSsf3fzad6R { color:#000000;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:9.2958984375rem;left:22.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak > .row .container { background-color: transparent; background-image: none; }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak > .row .container > .video-iframe-container { display: none; }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak > .row > .video-iframe-container { display: none; }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak > .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); }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak > .row .container { border-width: 0; border-radius: 0; }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#uatMrEF117uGH5797E6iOctlfSO2WzDC { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5927734375rem;left:-0.001953125rem;height:3.29980625rem;text-align:center;text-align-last:center;display:block; }
#F268ZThIuTFnbAregfiBLCPeJrv0lTGQ { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.337074279785rem;left:18.311120986939rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv > .row .container { background-color: transparent; background-image: none; }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv > .row .container > .video-iframe-container { display: none; }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv > .row > .video-iframe-container { display: none; }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv > .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); }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv > .row .container { border-width: 0; border-radius: 0; }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#i71cGPJvd77JVNLRcocvUSVzyuZHLCLO { 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; }
#Psw8qXRuicoLpM7D3GTPUmdLiz9qzHkm { 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.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IKyKnvH0LPiW3nzdKRv6wFoEvRe9Zb3R { 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; }
#KhgFGwLUfdTQwi9m4fSVNOClaqo9bHXx { 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.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLUnGC927MfzBSH6V39yGZnfueUcXHip { 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:7.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPDPUkWOmJirN2vbI68KcuowadRn7RD1 { 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; }
#vZc90LTPXwbK1DgM0rHEDEtMynIIJ5Ni { 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; }
#Me5DpzaGKZ0VvUDVFk6P6sNyGBTWdx7K { 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; }
#vcnHMwgVnEDyIz6wMr72ymmVyDvqnXt0 { 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; }
#x9Nwicwtbkeu2p1g2vUMI7ri37aPpS2J { 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; }
#CIqAtN66OK38e9EVFdhUtfAEIKfWwSgQ { 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.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2iLgQWXt4mhNPXxGNmPbHy3hTaISg9O { 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.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aozR2fspLumxDsyZDQJepymocXqd4xkI { 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; }
#O0iKsNGLbEK0OFKkLU3X0krEzMTRgFQz { 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.99805rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDSZAyRLVT38LoCvpcIrpiVWBpnpOPN1 { 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.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhfkdP0Ql2irdsMbc8s2Iv3gQit9ZfKF { 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.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3Ds0OZ3rS6G2DGXLNrk94l6cehrLoGW { 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; }
#z280ihZ2J0EoNsnTMGM10GzUdODCAbve { color:#000000;display:block;width:14.812rem;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.2177734375rem;left:55.06103515625rem;height:7.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { background-color: transparent; background-image: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:#1d2850;display:block;width:49.625rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.15625rem;left:12.6875rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#ivJoTTJSRDifs66EOp4W5WNbTnrLwdny { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:6.375rem;left:17.34375rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container { background-color: transparent; background-image: none; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container > .video-iframe-container { display: none; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row > .video-iframe-container { display: none; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container { border-width: 0; border-radius: 0; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#droH5RR2qhGNuhHwDcB5SAkN2JoTwCSB { color:#48a4a4;display:block;width:22.4355625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:4.5625rem;left:9rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TziAAsJ903zcrDJtdRTyLtidAzSiI9VN { color:#48a4a4;display:block;width:22.4355625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:11.59375rem;left:9rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g998v1N7b9xwaZ5UqL6Etv8bpVBBxFEi { color:#48a4a4;display:block;width:22.4355625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:18.625rem;left:9rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#giVXntupBfe0UTEm0ux6N3WT6I1dDQxa { color:#000000;display:block;width:34rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:4.5625rem;left:31.435546875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#giVXntupBfe0UTEm0ux6N3WT6I1dDQxa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#giVXntupBfe0UTEm0ux6N3WT6I1dDQxa li:before{  }
#hgE582ciNizzxJAMNk7CmyDxVJlvXrWp { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:400;z-index:100037;line-height:1.3;letter-spacing:0;top:11.59375rem;left:31.435546875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#hgE582ciNizzxJAMNk7CmyDxVJlvXrWp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hgE582ciNizzxJAMNk7CmyDxVJlvXrWp li:before{  }
#TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:400;z-index:100039;line-height:1.3;letter-spacing:0;top:18.625rem;left:31.435546875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg li:before{  }
#B0ql1ncTQBptq4fMzxchTJOczTLnN6nc { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:29.875rem;width:63.6875rem;top:1.75rem;left:5.65625rem;display:block; }
#xgTySy1eBkv52zSxOA6vQ4TZyUG2Nn4E { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:24.436875rem;width:68.875rem;top:1.7502235174179rem;left:3.0620660781861rem;display:none; }
#Tp6uBRLXk0KCZp2mSvqa5cDRLoXc0g3i { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:24.436875rem;width:68.875rem;top:1.7502235174179rem;left:3.0620660781861rem;display:none; }
#MIsPGZyQwTDQZ93B0Cwy2Lg5h4ZugitN { color:#48a4a4;display:block;width:22.4355625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:25.375rem;left:9rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CFi6TDsSmkcnfwe5TuW7iuro489XHTVi { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:25.5625rem;left:31.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#CFi6TDsSmkcnfwe5TuW7iuro489XHTVi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CFi6TDsSmkcnfwe5TuW7iuro489XHTVi li:before{  }
#dBgM1zJrqyMphqaK4FGFPVXrHkfZ5FhJ { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:29.875rem;width:63.6875rem;top:1.75rem;left:5.65625rem;display:none; }
#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { background-color: transparent; background-image: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { color:#000000;display:block;width:74.8125rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:4.9348907470703rem;left:-0.095486640930175rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 > .row .container { background-color: transparent; background-image: none; }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 > .row .container > .video-iframe-container { display: none; }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 > .row > .video-iframe-container { display: none; }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 > .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); }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 > .row .container { border-width: 0; border-radius: 0; }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#ZGbA2wiooqbFSKJ6sKJ0NZ6yy5m7fgHS { color:#1d2850;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:4.0503082275391rem;left:2.435432434082rem;height:3.4375rem;display:block; }
#AAGZbvOyM2FaXHrRIZ8WH3gPf4K8aM3s { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:7.7440185546875rem;left:2.4331340789795rem;height:1.94970625rem;font-style:normal;display:block; }
#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6829112b-5c9b-4cb9-9b44-e181538f9138/graph_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU.adaptive-delivery-prevent-bg, #N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU.lazyload, #N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU.lazyloading { background-image: none; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container { background-color: transparent; background-image: none; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container > .video-iframe-container { display: none; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row > .video-iframe-container { display: none; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .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); }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container { border-width: 0; border-radius: 0; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#DIfyeSZxA0XqBQToKyVaDpt4gtpAQ6KQ { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:17.561197280884rem;height:7.474625rem;display:block; }
#a90a4Z3c5zHdO7QRHiSFe7EyiCec1S8T { color:#232323;display:block;width:34.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:4.5rem;left:29.415365219116rem;height:4.78125rem;font-style:normal;display:block; }
#h0nqF468FhRg6yLeFJqpeq9Fb0K3piUz { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.8125rem;left:21.686197280884rem;height:7.474625rem;display:block; }
#V3DL34ZOO5cDSODI5nQPzhDo7uLGDZHO { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:5.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:22.4375rem;left:26.687501907349rem;height:7.474625rem;display:block; }
#EszPQSGrlL9T5nxoPIrhrH3zSXM6tuVt { color:#70bbbb;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:2.4583740234375rem;left:29.415365219116rem;height:1.86865rem;display:block; }
#hHV0PFrmGa1SgzKvhHrQynpgQK7gq8Dg { color:#232323;display:block;width:34.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:15.3125rem;left:34.875001907349rem;height:4.78125rem;font-style:normal;display:block; }
#SGvcFq1cn20TrcCyvQJAmmTo5TIDig85 { color:#48a4a4;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:13.25rem;left:34.875001907349rem;height:1.86865rem;display:block; }
#TKpoZPMfgbZGu68FbfbWtVknJxrNIfly { color:#232323;display:block;width:33.125rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:25.9375rem;left:39.687501907349rem;height:3.1875rem;font-style:normal;display:block; }
#Dq92KBTWVKJ632FD4PuebABTQRUD5DI6 { color:#263a80;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:23.875rem;left:39.687501907349rem;height:1.86865rem;display:block; }
#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { background-color: transparent; background-image: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container > .video-iframe-container { display: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row > .video-iframe-container { display: none; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { border-width: 0; border-radius: 0; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { color:#090909;display:block;width:39.75rem;position:absolute;font-family:"noto sans tc";font-size:2.6875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:5.625rem;left:29.25rem;height:3.49365rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:14rem;top:4.9375rem;left:9.9375rem;overflow:hidden;display:block; }
#lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { color:#090909;display:block;width:34.8125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:10.8125rem;left:29.0625rem;height:7.3120125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.36) ;height:23.0625rem;width:61.5625rem;top:0rem;left:5.9375rem;display:block; }
#KeX0LZpWqrKhJwvTKXhUyV1aLlC45t58 { color:#090909;display:block;width:34.8125rem;position:absolute;font-family:"noto sans tc";font-size:0.75rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:20.9375rem;left:29.25rem;height:0.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a18c05b-0312-4816-ab77-d4ac1a65b337/oldnewspaperbackgroundflatlay.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.adaptive-delivery-prevent-bg, #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.lazyload, #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.lazyloading { background-image: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { background-color: transparent; background-image: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container > .video-iframe-container { display: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container { display: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { border-width: 0; border-radius: 0; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { color:#f6f6f6;display:block;width:65.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:2.9465942382812rem;left:4.84375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { background-color:#efbc1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:9.318359375rem;left:31.25rem;display:block; }
#iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb > .row .container { background-color: transparent; background-image: none; }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb > .row .container > .video-iframe-container { display: none; }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb > .row > .video-iframe-container { display: none; }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb > .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); }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb > .row .container { border-width: 0; border-radius: 0; }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#SHBVsEhWNXy5yTBRQ5NEqqnQ1AAKxJNb { color:#0a163b;display:block;width:74.4375rem;position:absolute;font-family:"noto sans tc";font-size:2.6875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:2.3763427734375rem;left:0rem;height:3.49365rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JCgmXcomT51Dsr8WKTmpukozz8ZvoPqH { position:absolute;display:block;z-index:100023;height:17rem;width:61.5625rem;top:7.0625rem;left:6.71875rem;display:block; }
#dtTWLu9419UI8NT0x17RpxyqEeEACRcL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a18c05b-0312-4816-ab77-d4ac1a65b337/oldnewspaperbackgroundflatlay.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL.adaptive-delivery-prevent-bg, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyload, #dtTWLu9419UI8NT0x17RpxyqEeEACRcL.lazyloading { background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { background-color: transparent; background-image: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { border-width: 0; border-radius: 0; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { background-color:#efbc1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:17.943359375rem;left:31.25rem;display:block; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kEm0DDWO2ZI7DTDEgmgPP2ZM62OuPTwi { color:#f6f6f6;display:block;width:74.875rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:21.553833007812rem;left:0.24804592132568rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZdKMimvKomuUaOQqNylEnrf83VFFJUz { color:#f6f6f6;display:block;width:74.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:2.3741455078125rem;left:0.15625190734863rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vgKQxRSfbKgHdzwzJnCPdXUhVnpo6XwS { color:#f6f6f6;display:block;width:18.1855625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:6.875rem;left:28.40625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B0Siwkbp62E3QyWSv4QdOct8X1nfWVZS { color:#212121;display:block;width:30.9375rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:3.0625rem;left:22.03125rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.51953125rem;left:23.65625rem;z-index:100014; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #y79NTBEWuX25ehBUAI02XESyXiLL3qPM { display:flex;position:relative;top:0rem;left:0rem; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #U5ssZg6n0PL3qN042kPTQnZdNtDv6VEm { width:auto; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #KNEQKVBD8eqQ9UBLzIWgTdb2LiN9qMyl {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #N3aH02piOCdEPWlXhIVlz4qRn63yMwK5 { display:flex;position:relative;top:0rem;left:0rem; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #JtoaC1GAEwMCzV9A7PxyhpwXbsI4XxAa {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #n5U1Z5ftnZQd4qozKkIl3xXeTTdzu87H {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #OAyVV5pdJAgCwSV5I7agEA8omI9lV2EA { display:flex;position:relative;top:0rem;left:0rem; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #ztBmmN8E21QXNtrXkcnfKuI0Um7DXwXV {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #LMFOuO9utCnzfEKZ5hiM8mdqaFlCRzT0 {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #QN8xm8lx15Jedxush0FP6SOedFXfmbDH { display:flex;position:relative;top:0rem;left:0rem; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #qO8sw4evLweGJkx08kf1plD9B1JuMNp8 {  }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #Z1ATE92tQvNqDE1N9NGtp9TzSwThvkEI {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #fJvnZmUOuQtDSh8B7wTgr4l5oPRsklPd { display:flex;position:relative;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #gKkoVaJpdMcmud7tNMnuLTzwwp0ngh1Q { width:auto; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #nCfBrvkQlibgsqDcVPXVaWdIk4Le8zmF {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #qSpKS032FN9wvPhmKdf9wSryV620lWJ0 { display:flex;position:relative;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #uubM93u3cScIHEnbaEroM2qsOTcmMLGo {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #GZI7kCV9abAHST4HlZprF1gBuErbE7ES {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #hM42GX1cGRAivKkfmLvu4GywrCysX64L { display:flex;position:relative;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #m8RvveOneTvym6S8AqFta6kI9Al3zh7y {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #tPUiBdThHOrTJ8VUv8GhVFyBw32q4Kvv {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #EyOM8o3KorVITTgLyingFfos0bvA7Fn6 { display:flex;position:relative;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #MEUdwwboIqMX116k9Sa8BmghzesNvLrb {  }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #icJaTmTKmoEd9nDAHZ6Eog5s4u6JM1fH {  }
#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row .container { background-color: transparent; background-image: none; }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row .container > .video-iframe-container { display: none; }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row > .video-iframe-container { display: none; }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .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); }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row .container { border-width: 0; border-radius: 0; }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#ENgBE7qwPcQsJUfBdp6S3WfNP6pzPCwO { color:#c69c72;display:block;width:39.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100006;line-height:1.1;letter-spacing:0;top:5.7451171875rem;left:3.4375rem;height:5.5rem;display:block; }
#JIivSOvxJ72QRlzMVCg2yQRxJvV5P0yI { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100009;line-height:2.2;letter-spacing:0;top:24.930908203125rem;left:5.936279296875rem;height:9.3496rem;font-style:normal;display:block; }
#C7wNvcocyUtdlqSKfaKftL3IfgPtCPt9 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:25.64990234375rem;left:3.748779296875rem;overflow:hidden;display:block; }
#dLPSR5KA8Ps7lThRbSz3b5o8vzr3xNDT { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:27.909423828125rem;left:3.748779296875rem;overflow:hidden;display:block; }
#Tyi1J9ZZ82NfTtrtc6LLJUzCQhlSMvZb { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:36.9951171875rem;left:3.4375rem;display:block; }
#DTgdhfAt9OST1yVFCSUxPUoswcAwCNWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ma6oerWfepUXikgDSBo1ARedoaTCvUMO { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:32.4248046875rem;left:3.7451171875rem;overflow:hidden;display:block; }
#MXoDUz8D11T7xQOEwfJVIWfnho8vVqLZ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:30.1591796875rem;left:3.623046875rem;overflow:hidden;display:block; }
#ZhZZnbCk6odNaUv3sJ8xstABVWrc5fEV { color:#282828;display:block;width:39.625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:2.810546875rem;left:3.311767578125rem;height:1.78125rem;font-style:normal;display:block; }
#kI1hinfDVTZtnuQucIXkqM4I4doQ3KQd { color:#282828;display:block;width:29.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:12.8740234375rem;left:3.560791015625rem;height:10.125rem;font-style:normal;display:block; }
#DrOpPhSHxw4DXDmvIfhaDORtHZIUUE3W { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:23.75rem;top:7.999755859375rem;left:39.874267578125rem;overflow:hidden;display:block; }
#SfLpBoGF1fGvg8mdKGFLnFEt1x1uraJw { color:#282828;display:block;width:39.625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:2.810546875rem;left:3.311767578125rem;height:1.84350625rem;font-style:normal;display:none; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;z-index:auto;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:2.69921875rem;left:42.3115234375rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#aF224U20To69D38pUKbH1t07SkQesUZg { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:10rem;top:2.71875rem;left:13.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:4.6875rem;height:3.4375rem;top:1.125rem;left:25.568359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:4.5625rem;height:3.4375rem;top:1.125rem;left:30.87109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:4.5625rem;height:3.4375rem;top:1.125rem;left:36.181640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:3.4375rem;top:1.25rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.125rem;height:2.8125rem;top:1.5rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { top:1.625rem;left:0rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { width:4.5625rem;height:3.4375rem;top:1.125rem;left:41.4296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block; }
 }@media only screen and (max-width: 763px) { #pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { top:1.75rem;left:0.998046875rem;width:3.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { top:10.25rem;left:0rem;width:39.375rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { top:29.4375rem;left:0rem;width:23.3125rem;height:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { top:30.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { top:32.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:12rem;height:3.1875rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.5rem;height:3.1875rem;top:41.5625rem;left:5.4248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { top:36.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { top:34.6875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:42.4375rem;left:3.6767578125rem;width:1.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { top:7.3125rem;left:0rem;width:39.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhcZlN3NwXQT1bs6wzkm7OJRTpU3GfJT { top:17.4375rem;left:0rem;width:29.4375rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlZBl1FdxMet04i0s49ColbTGspsfyli { top:14.8125rem;left:40.5625rem;width:7.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTcdszKMKJbUeh0WSWMtuUoNDHm5d5f { top:25.0625rem;left:41.4375rem;width:6.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUB75Xznc6ZwPvU40Er6xIHs8UI3ssFV { top:12.5625rem;left:17.75rem;width:23.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2Bf1LJHOhvpmXZhPoGJTQ3vBnAMgSl { top:5.125rem;left:0rem;width:16.25rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgwZD0FalqAecmeTdvhLbZyunITLvoU1 { top:0.6875rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { top:0rem;left:0rem;width:47.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { top:5rem;left:14.78125rem;width:18.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:12.5rem;height:2.875rem;top:17.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { top:29.625rem;left:1.0625rem;width:45.625rem;height:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { top:33.6875rem;left:10.373046875rem;width:26.9375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { top:40rem;left:18.3125rem;width:29.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { top:44.6875rem;left:21.4375rem;width:26.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utvcho0XQO8z4oJfycwNvOv684cbw5MO { top:21.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { top:25.5rem;left:17.624998092651rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:6.4375rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrTRyLNTkHEoCtwDTKssvXWuKoNmTRw6 { top:41.875rem;left:30.125rem;width:17.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:0.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #yug6zMsLEF87h36XzQdNIyAMSs34bwD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Urn3bi4DBe1Var2dO1XFzAB0Z4aZJBso {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AyIJ1tSqx0kHbBpOX9hJAUJsnlmnq4tf {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #HPbVyHc8FUwkCboqVProvGdN91aw9dEv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #rNths6JW5cPGozlkvnknW10tTbqpVTnH {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #y8zyrQ3duIhxAChTvfzgKDf8GCvZcgTN {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AwXV9Mauk9gdr7pwncz8wRJk6V2IHAA3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #UQUlwgs90EBDQt8QpD4gazO0s6IfrpUA {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #DzmLW7ze2ayGAhcV0tqQcvTKZc1HTzhy {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Ievsvvnx8QgTwwiehvD2AE6M0M6CZ5cr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #vJL6AbbJN1zOvrgEidF2MOHQte2bf4nT {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #r8o9k3bElSpDBL9bSTQ55L72vO0gsSrA {  }
 }@media only screen and (max-width: 763px) { #RC7k68GKfqrkHKkqiu0rLwwW2oqrG4MB { top:39.8125rem;left:0rem;width:35.25rem;height:12.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDuElPQC8QR6FUABV1ClvAmVE687brr0 { display:block; }#RDuElPQC8QR6FUABV1ClvAmVE687brr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlrKdHi6EHlpxubFM76mkTr73uIZmcsC { top:2.3125rem;left:14.1875rem;width:33.5625rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro0R6OduX0E4OENTQ7oixnB4QeoORUa5 { top:6.125rem;left:22.0625rem;width:25.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbz5JHagwviurXoInAC89qa7sS2ugmcG { top:9.6875rem;left:21.1875rem;width:26.5625rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9NQUrSq75toFmJToUvBEKhkwmUiAP7K { top:9.875rem;left:25.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdRbyoI0rn9PwO5Q8IWgLoTOwm1UMyzk { top:15.375rem;left:25.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWmBSr9FmL1OVQppBpMDhkqiAxTBzQHL { top:20.875rem;left:25.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaQoJ1w8ygnOG4kU5lVMCSTkEUtOOTEI { top:3.25rem;left:0rem;width:30.1875rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQV4EWTeIZu3wA8PweEhlmxvw5BtiQ89 { top:6rem;left:0rem;width:27.6875rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvE6s89bn1XnoxbVLBq8Z0gPbZQ8PAW1 { top:10.25rem;left:0rem;width:18.125rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFt1fMEIszfARKLdtB5yLHGNrqPTwItK { width:12.5rem;height:2.9375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq8BTpdtJIEzl3WWeNKVbXDPzARyKdBn { display:block; }
 }@media only screen and (max-width: 763px) { #BsOSuGfyAbWIvKD0XgyhL9GkrO9n1Kow { top:17.625rem;left:0rem;width:19.75rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJy0cc9zDGS0yygfAV7p0XzgfCfyTMSP { top:10.8125rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0lEzguXDFFqVWh6usTbiRoOTw7TnkoM { top:16.25rem;left:0rem;width:5.9375rem;height:1rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQgMDwQpecKVLdFGirfsFkslOZ1CPqRm { top:25rem;left:0rem;width:15.5rem;height:3.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqrpHi974APAXwCQ5uZA7EqqowfTeXRv { top:16.5625rem;left:0rem;width:5.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOV9KsfJ0BR4TFMeAqIVtMgPsQUwhWi4 { top:26.875rem;left:0rem;width:5.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM .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; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM .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; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #BhJ5iudIBJl5Z8woHaJllT9P4C6ipVS5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #qcPa8B37x3AfykbMqzhFn634pUsZ1ZWu {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #Jp1rq8k2QlUK7MHw550yPHKw1ZMBL3vH {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #TqktVMmMlqsArilMoZc3QwgzmrOIJuH5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #PNtRdN60TEl6NAxfOpKF4tXCM9lqDcmy {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #vZ1yS2nwfrNHKTFVZio8K606IfNFa5wX {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #TzBBnZPz2Gfv50LUuLVTc0QJoHxBdalb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #Mf3XD5nSUZsJHs1VobUBqsdqX1p3TGnE {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #iwIeNDqfGwKdikskSg53TiRtIfUBwee5 {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #H3pH7q8oDF883rB6THbTayIcbJgbRgkQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #niZxQVHNx5NZF3gGO59TZmpkOHrwLMk3 {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #bJbxRs7CQAtwqP7dBkGiTUyx1h7VB7h2 {  }
 }@media only screen and (max-width: 763px) { #wAS0HqPzv3gknI4nvHvJ3sggTihegvT1 { top:26.25rem;left:25.6259765625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npJ0MOuHpZ3dtpkHxWC1JhR6qMbqDgoW { top:30.25rem;left:0rem;width:5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti9xWdBdURc0Zuv8mA9JQbmIutgat28X { top:34.1875rem;left:0rem;width:15.5rem;height:3.625rem;font-size:0.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:4.25rem;left:0rem;width:44.3125rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:7.6875rem;left:0rem;width:40.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { top:13.6875rem;left:0rem;width:21.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:16.3125rem;left:0rem;width:21.9375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.6875rem;left:9.8125rem;width:21.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:16.3125rem;left:12.0625rem;width:19.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.5625rem;left:25.6875rem;width:21.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:16.1875rem;left:30.625rem;width:17rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:20.6875rem;left:0rem;width:18rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:20.6875rem;left:12.375rem;width:19.375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:20.5625rem;left:29.5625rem;width:18.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:4.875rem;left:4.9904508590698rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:5rem;left:20.499785423279rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.1875rem;left:25.75rem;width:21.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZgLaphrFAiQw8AU4eQwqOT0f3cRMwT { top:4.5rem;left:36.75rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAb8sDtz12NQ2EyggEXCvalRHw1kxHux { top:13.6875rem;left:0rem;width:21.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { top:6.4375rem;left:4.6855461597443rem;width:38.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0CRq1ryOyzOh3JFb3VTuUnnrxLKTMrK { top:6.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { top:1.3125rem;left:3.125rem;width:20.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { top:4.875rem;left:22.5rem;width:25.25rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { top:6.875rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { top:10.8125rem;left:17.25rem;width:30.5rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { top:12.8125rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { top:16.3125rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { top:18.3125rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ { display:block; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXq0cosu8cA4bb3qql6nE96C0LBdCKLa { top:3.25rem;left:5.4033203125rem;width:36.875rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlLg9xILPAiTBAwofTMBrmVAidbt81F6 { top:6.8125rem;left:8.998046875rem;width:29.9375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN { display:block; }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqMiZJlZHazZelGgSBv8lhyaQa1RMDGX { top:2.375rem;left:22.5rem;width:25.25rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPuEUmGVtBrZWsH4V1iJZ2JAME2pLPi2 { top:4.375rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bznoUvygxlX457XQLJkcdlPclhrhTiay { top:14.0625rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrakSNGunUQepFSMr5nq51XlfQCKNJ85 { top:16.4375rem;left:17.25rem;width:30.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js92HlGaENWJDD5HWqJzsxIxeQSTbJ5k { top:39.4375rem;left:15.5rem;width:32.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd1xzpNvUuGernKSOUr2wdJZSaqHkDz8 { top:37.5rem;left:18.9375rem;width:28.8125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiDs57GkIfspq8d0Hc8LesRZh4BicOlP { top:31.75rem;left:19rem;width:28.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOAaF3e3KkCL6CpzAgmac2tkdJQZlIII { top:21rem;left:19rem;width:28.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMhrnRm2OnALRTdBDyRAs8WzSXRs3iEA { top:26.25rem;left:19rem;width:28.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp3tlGGODeB5AGJ9JlsRHulSyXVRmy5O { top:33.8125rem;left:17.8125rem;width:29.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTBzx2Z6EHVtfJDG7u9Pk41f504DIf8t { top:23.0625rem;left:17.875rem;width:29.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oszPT50zFOX2vXhPCJXszCoXrkN9Dd6l { top:28.3125rem;left:15.1875rem;width:32.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D08wHGn5upVQgeXKoyro3C7y695oM4fF { top:2.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUMkuDb0xbTITEu4PoPPr9WSAJpFLiey { top:7.5rem;left:0rem;width:29rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u77rBJ2lRfpZd9V952ZxLPaP3W90M6Ty { top:7.6875rem;left:17.75rem;width:30rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRtLI5lIgGZTucivan3UqUqTcv5bbpbE { top:9.625rem;left:15.0625rem;width:32.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukgCPAkf7HNymui54UoMvOnxHvzf1brp { display:block; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRTDDyvxEo1ktMbKOzWv7AKxTJIVGIT7 { width:12.5rem;height:3.125rem;top:1.0625rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD31eKmvmtTMbfb2PPpM18ByVoQI92uA { display:block; }
 }@media only screen and (max-width: 763px) { #vpI6tJUBsGpHTaqTTTEpToaIoDnF0fB0 { top:5.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #CQedczQinbq0X2WUAAGJAwFqEWmUTThN { top:4.875rem;left:7.2166187763213rem;width:33.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWulREXf2twfZAvQRikDPuaCa5T3C9bp { display:block; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arQTT6rXVQ7i51VVVPFVXEnxVRTMhp81 { top:4.25rem;left:0rem;width:21.625rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78TA15KAtNFZpudqZFmVxLiN0rvR07g { top:3.625rem;left:22.810546875rem;width:18.875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlhuAnMF0Dr3RUFeGmdh3ZcXduNcdtB5 { top:7.1875rem;left:22.80859375rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bReEkCUGGVzh9WTlCpn8nxsKpWNuVcTf { top:30.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3tFiKyv2TJvJEUM6wx5P2hXFhpDkqM0 { top:10.6875rem;left:16.0625rem;width:31.6875rem;height:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9PTlBDcGk60Q8ukGZO86qoFTdtUK7q { top:20.25rem;left:16.5rem;width:31.25rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd { display:block; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taPh1ob9Au9TiET6O7vw0ZeTRZxyk0tw { top:1.625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOODVHG6IDaJhFvXhl4vWGMhgNLM6JRP { top:5.9375rem;left:3.71875rem;width:40.3125rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl { display:block; }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xk7QJew7bE7kCoVI5Tf5TSuEMOveVqhK { width:12.5rem;height:3.125rem;top:12.5625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxTvPDREcDuX8wrHquQermBFNbs3biP0 { display:block; }
 }@media only screen and (max-width: 763px) { #MTVUpzO1FqFkpNE9871ZqP9VDG5fT9cp { top:17.125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFZk57OiorMiUTlBXBxr1suldovB3KEM { top:3.625rem;left:9.3740234375rem;width:29.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbnguLCLSRnBHPUUpLPKXSCZaeA1DMoe { top:4.5625rem;left:9.09375rem;width:29.5625rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8KgZmauhxuVH1vma5TQB55dNEFES3XD { top:7.1875rem;left:9.1875rem;width:29.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdlxk6U1r6r2GLqimrv5WxSsf3fzad6R { top:9.25rem;left:9.1875rem;width:29.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak { display:block; }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uatMrEF117uGH5797E6iOctlfSO2WzDC { top:2.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F268ZThIuTFnbAregfiBLCPeJrv0lTGQ { top:6.3125rem;left:4.685546875rem;width:38.3125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv { display:block; }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i71cGPJvd77JVNLRcocvUSVzyuZHLCLO { top:3.875rem;left:0rem;width:18.625rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psw8qXRuicoLpM7D3GTPUmdLiz9qzHkm { top:16.125rem;left:0rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKyKnvH0LPiW3nzdKRv6wFoEvRe9Zb3R { top:20.375rem;left:0rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhgFGwLUfdTQwi9m4fSVNOClaqo9bHXx { top:18.1875rem;left:0rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLUnGC927MfzBSH6V39yGZnfueUcXHip { top:23.125rem;left:0rem;width:15.3125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPDPUkWOmJirN2vbI68KcuowadRn7RD1 { top:5.75rem;left:2.999755859375rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZc90LTPXwbK1DgM0rHEDEtMynIIJ5Ni { top:3.8125rem;left:13.125rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me5DpzaGKZ0VvUDVFk6P6sNyGBTWdx7K { top:3.8125rem;left:29.0625rem;width:18.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcnHMwgVnEDyIz6wMr72ymmVyDvqnXt0 { top:5.6875rem;left:19.24951171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Nwicwtbkeu2p1g2vUMI7ri37aPpS2J { top:5.75rem;left:35.12451171875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIqAtN66OK38e9EVFdhUtfAEIKfWwSgQ { top:16.125rem;left:13.1875rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2iLgQWXt4mhNPXxGNmPbHy3hTaISg9O { top:18.125rem;left:13.1875rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aozR2fspLumxDsyZDQJepymocXqd4xkI { 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) { #O0iKsNGLbEK0OFKkLU3X0krEzMTRgFQz { top:23.25rem;left:16.12451171875rem;width:15.3125rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDSZAyRLVT38LoCvpcIrpiVWBpnpOPN1 { top:16.125rem;left:29.0625rem;width:18.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhfkdP0Ql2irdsMbc8s2Iv3gQit9ZfKF { top:18.1875rem;left:29.0625rem;width:18.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3Ds0OZ3rS6G2DGXLNrk94l6cehrLoGW { top:20.375rem;left:29rem;width:18.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z280ihZ2J0EoNsnTMGM10GzUdODCAbve { top:23.1875rem;left:32.24853515625rem;width:14.75rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:2.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivJoTTJSRDifs66EOp4W5WNbTnrLwdny { top:6.375rem;left:3.71875rem;width:40.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg { display:block; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #droH5RR2qhGNuhHwDcB5SAkN2JoTwCSB { top:4.5625rem;left:0rem;width:22.375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TziAAsJ903zcrDJtdRTyLtidAzSiI9VN { top:11.5625rem;left:0rem;width:22.375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g998v1N7b9xwaZ5UqL6Etv8bpVBBxFEi { top:18.625rem;left:0rem;width:22.375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giVXntupBfe0UTEm0ux6N3WT6I1dDQxa { top:4.5625rem;left:13.75rem;width:34rem;height:4.75rem;font-size:0.8125rem;display:block; }#giVXntupBfe0UTEm0ux6N3WT6I1dDQxa li:before{  }
 }@media only screen and (max-width: 763px) { #hgE582ciNizzxJAMNk7CmyDxVJlvXrWp { top:11.5625rem;left:12.5rem;width:35.25rem;height:;font-size:0.8125rem;display:block; }#hgE582ciNizzxJAMNk7CmyDxVJlvXrWp li:before{  }
 }@media only screen and (max-width: 763px) { #TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg { top:18.625rem;left:12.6875rem;width:35.0625rem;height:;font-size:0.8125rem;display:block; }#TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg li:before{  }
 }@media only screen and (max-width: 763px) { #B0ql1ncTQBptq4fMzxchTJOczTLnN6nc { top:1.75rem;left:0rem;width:47.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTySy1eBkv52zSxOA6vQ4TZyUG2Nn4E { top:1.75rem;left:0rem;width:47.75rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tp6uBRLXk0KCZp2mSvqa5cDRLoXc0g3i { top:1.75rem;left:0rem;width:47.75rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIsPGZyQwTDQZ93B0Cwy2Lg5h4ZugitN { top:25.375rem;left:0rem;width:22.375rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFi6TDsSmkcnfwe5TuW7iuro489XHTVi { top:25.5625rem;left:12.6875rem;width:35.0625rem;height:3.0625rem;font-size:0.8125rem;display:block; }#CFi6TDsSmkcnfwe5TuW7iuro489XHTVi li:before{  }
 }@media only screen and (max-width: 763px) { #dBgM1zJrqyMphqaK4FGFPVXrHkfZ5FhJ { top:1.75rem;left:0rem;width:47.75rem;height:29.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { top:4.875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA0MAwJzmcQKFACQtOgyd87IETpMAT31 { display:block; }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGbA2wiooqbFSKJ6sKJ0NZ6yy5m7fgHS { top:4rem;left:0rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAGZbvOyM2FaXHrRIZ8WH3gPf4K8aM3s { top:7.6875rem;left:0rem;width:38.3125rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU { display:block; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIfyeSZxA0XqBQToKyVaDpt4gtpAQ6KQ { top:1.1875rem;left:3.9361972808838rem;width:7.25rem;height:7.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a90a4Z3c5zHdO7QRHiSFe7EyiCec1S8T { top:4.5rem;left:12.8125rem;width:34.9375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0nqF468FhRg6yLeFJqpeq9Fb0K3piUz { top:11.8125rem;left:8.0611972808837rem;width:7.9375rem;height:7.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3DL34ZOO5cDSODI5nQPzhDo7uLGDZHO { top:22.4375rem;left:13.062501907349rem;width:7.25rem;height:7.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EszPQSGrlL9T5nxoPIrhrH3zSXM6tuVt { top:2.4375rem;left:15.7900390625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHV0PFrmGa1SgzKvhHrQynpgQK7gq8Dg { top:15.3125rem;left:12.8125rem;width:34.9375rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGvcFq1cn20TrcCyvQJAmmTo5TIDig85 { top:13.25rem;left:21.25rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKpoZPMfgbZGu68FbfbWtVknJxrNIfly { top:25.9375rem;left:14.625rem;width:33.125rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq92KBTWVKJ632FD4PuebABTQRUD5DI6 { top:23.875rem;left:26.0625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { top:5.625rem;left:8rem;width:39.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { top:4.9375rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { top:10.8125rem;left:12.9375rem;width:34.8125rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { top:0rem;left:0rem;width:47.5rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeX0LZpWqrKhJwvTKXhUyV1aLlC45t58 { top:20.9375rem;left:12.9375rem;width:34.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { top:2.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { width:12.5rem;height:2.9375rem;top:9.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block; }
 }@media only screen and (max-width: 763px) { #Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb { display:block; }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHBVsEhWNXy5yTBRQ5NEqqnQ1AAKxJNb { top:2.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCgmXcomT51Dsr8WKTmpukozz8ZvoPqH { top:7.0625rem;left:0rem;width:47.75rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:12.5rem;height:2.9375rem;top:17.9375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #kEm0DDWO2ZI7DTDEgmgPP2ZM62OuPTwi { top:21.5rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZdKMimvKomuUaOQqNylEnrf83VFFJUz { top:2.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgKQxRSfbKgHdzwzJnCPdXUhVnpo6XwS { top:6.875rem;left:14.78125rem;width:18.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Siwkbp62E3QyWSv4QdOct8X1nfWVZS { top:3.0625rem;left:8.40625rem;width:30.9375rem;height:3.875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #y79NTBEWuX25ehBUAI02XESyXiLL3qPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #U5ssZg6n0PL3qN042kPTQnZdNtDv6VEm {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #KNEQKVBD8eqQ9UBLzIWgTdb2LiN9qMyl {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #N3aH02piOCdEPWlXhIVlz4qRn63yMwK5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #JtoaC1GAEwMCzV9A7PxyhpwXbsI4XxAa {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #n5U1Z5ftnZQd4qozKkIl3xXeTTdzu87H {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #OAyVV5pdJAgCwSV5I7agEA8omI9lV2EA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #ztBmmN8E21QXNtrXkcnfKuI0Um7DXwXV {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #LMFOuO9utCnzfEKZ5hiM8mdqaFlCRzT0 {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #QN8xm8lx15Jedxush0FP6SOedFXfmbDH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #qO8sw4evLweGJkx08kf1plD9B1JuMNp8 {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #Z1ATE92tQvNqDE1N9NGtp9TzSwThvkEI {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC { display:flex;width:18rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #fJvnZmUOuQtDSh8B7wTgr4l5oPRsklPd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #gKkoVaJpdMcmud7tNMnuLTzwwp0ngh1Q {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #nCfBrvkQlibgsqDcVPXVaWdIk4Le8zmF {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #qSpKS032FN9wvPhmKdf9wSryV620lWJ0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #uubM93u3cScIHEnbaEroM2qsOTcmMLGo {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #GZI7kCV9abAHST4HlZprF1gBuErbE7ES {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #hM42GX1cGRAivKkfmLvu4GywrCysX64L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #m8RvveOneTvym6S8AqFta6kI9Al3zh7y {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #tPUiBdThHOrTJ8VUv8GhVFyBw32q4Kvv {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #EyOM8o3KorVITTgLyingFfos0bvA7Fn6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #MEUdwwboIqMX116k9Sa8BmghzesNvLrb {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #icJaTmTKmoEd9nDAHZ6Eog5s4u6JM1fH {  }
 }@media only screen and (max-width: 763px) { #ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v { display:block; }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENgBE7qwPcQsJUfBdp6S3WfNP6pzPCwO { top:5.6875rem;left:0rem;width:39.375rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIivSOvxJ72QRlzMVCg2yQRxJvV5P0yI { top:24.875rem;left:0rem;width:23.3125rem;height:9.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7wNvcocyUtdlqSKfaKftL3IfgPtCPt9 { top:25.625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPSR5KA8Ps7lThRbSz3b5o8vzr3xNDT { top:27.875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyi1J9ZZ82NfTtrtc6LLJUzCQhlSMvZb { width:12rem;height:3.1875rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTgdhfAt9OST1yVFCSUxPUoswcAwCNWv { display:block; }
 }@media only screen and (max-width: 763px) { #Ma6oerWfepUXikgDSBo1ARedoaTCvUMO { top:32.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXoDUz8D11T7xQOEwfJVIWfnho8vVqLZ { top:30.125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZZnbCk6odNaUv3sJ8xstABVWrc5fEV { top:2.75rem;left:0rem;width:39.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI1hinfDVTZtnuQucIXkqM4I4doQ3KQd { top:12.8125rem;left:0rem;width:29.4375rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrOpPhSHxw4DXDmvIfhaDORtHZIUUE3W { top:7.9375rem;left:24rem;width:23.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfLpBoGF1fGvg8mdKGFLnFEt1x1uraJw { top:4.4375rem;left:0rem;width:16.25rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:2.6875rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { top:2.6875rem;left:6.9375rem;width:10rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:11.25rem;height:2.5625rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:7.4375rem;height:2.5625rem;top:4.5625rem;left:11.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.875rem;height:2.5625rem;top:7.125rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:2.5625rem;top:7.125rem;left:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:5.124025rem;height:1.686525rem;top:0.875rem;left:14.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { width:9.0625rem;height:1.875rem;top:0.78125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQiBsOBw8ZbBdlT5ZF13ZiEOmIOWRBI6 { width:4.5625rem;height:3.4375rem;top:22.742177248001rem;left:7.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQ6MOAu1uITNtnd6PpQJwkHrUu8Pw1qI { display:block; }
 }@media only screen and (max-width: 763px) { #pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { width:3rem;height:1.75rem;top:0.84375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { position:relative;z-index:auto;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:67.5625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:4.125rem;top:8.124267578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xf4KmEa2dnonD4E38WX3nngaTvgiuAoZ { width:17.25rem;height:7.75rem;top:48.937255859375rem;left:2.31201171875rem;font-size:0.8125rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #QBSfoawekaW5DOTb354quMr3k019DEU3 { width:1.25rem;height:1.25rem;top:49.249755859375rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8JALOEEdkxO4oSFqLLNmEchIe8D0caM { width:1.18706875rem;height:1.18706875rem;top:51.18701171875rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:10.6875rem;height:2.75rem;top:58.25rem;left:4.6240234375rem;font-size:1.125rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.749rem;height:1.749025rem;top:63.99951171875rem;left:6.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #K5mK4opA0Lz2WSgZtZO1MIqWWfJK2o1q { width:1.31185rem;height:1.31185rem;top:55.125rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvQGFqoeDDxRdniRTJmI2lBZRaaH4hl { width:1.25rem;height:1.25rem;top:53.1865234375rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.25rem;top:62.186767578125rem;left:9.18701171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHmk6XkBZR5J3Xul3oMcMRMUBDqVVoiy { width:16.25rem;height:0;top:5.8125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WhcZlN3NwXQT1bs6wzkm7OJRTpU3GfJT { width:18.5rem;height:11rem;top:35.75rem;left:0.74951171875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qlZBl1FdxMet04i0s49ColbTGspsfyli { width:3.0625rem;height:1.6875rem;top:59.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTcdszKMKJbUeh0WSWMtuUoNDHm5d5f { width:4.56176875rem;height:2.5rem;top:63.3251953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUB75Xznc6ZwPvU40Er6xIHs8UI3ssFV { width:16.25rem;height:20.5rem;top:13.514892578125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2Bf1LJHOhvpmXZhPoGJTQ3vBnAMgSl { width:20rem;height:1.375rem;top:5.935546875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgwZD0FalqAecmeTdvhLbZyunITLvoU1 { width:15.6875rem;height:0;top:1.25rem;left:2.15625rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ItewhCcpNAth3DWcKrrk0TngHkqbZXT0 { width:20rem;height:26.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a18c05b-0312-4816-ab77-d4ac1a65b337/oldnewspaperbackgroundflatlay.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#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(58,57,60,0.85); }#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:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:1.4375rem;top:6.87890625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:10.6875rem;height:2.75rem;top:16.5927734375rem;left:4.654296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { width:20rem;height:2.5625rem;top:28.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { width:20rem;height:1.25rem;top:32.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9qCx7tMoTIFiv3tiscdiXL1KtXEl39L { width:19.875rem;height:9.124375rem;top:53.0625rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chu8TFhxF8TMHSGcHp9dWlNmRVXCIppe { width:20rem;height:4.3125rem;top:56.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Utvcho0XQO8z4oJfycwNvOv684cbw5MO { width:12.87475rem;height:2.375rem;top:21.02880859375rem;left:3.560546875rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b0DSW8p3cg08wMMEV1arRWTmRt2DyeGe { width:12.5rem;height:1.25rem;top:27.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:0;top:6.44921875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.875rem;height:23.3125rem;top:1.95703125rem;left:0.0625rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #BrTRyLNTkHEoCtwDTKssvXWuKoNmTRw6 { width:20rem;height:1.125rem;top:54.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { width:20rem;height:2.3125rem;top:3.865234375rem;left:0rem;font-size:1.8125rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-text.counter-number { padding-top:0.50625rem;padding-right:0.471875rem;padding-bottom:0.50625rem;padding-left:0.471875rem;width:2.83375rem;min-width:2.83375rem;height:2.72rem;font-size:2.02625rem;line-height:43.52px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:transparent;background-image:none; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.7775rem;height:1.074375rem;font-size:0.76rem;line-height:17.19px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T { display:flex;width:19.125rem;height:5.12305rem;top:9.9375rem;left:0.369140625rem;padding-top:0.06375rem;padding-right:0.066875rem;padding-bottom:0.06375rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #yug6zMsLEF87h36XzQdNIyAMSs34bwD4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Urn3bi4DBe1Var2dO1XFzAB0Z4aZJBso {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AyIJ1tSqx0kHbBpOX9hJAUJsnlmnq4tf {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #HPbVyHc8FUwkCboqVProvGdN91aw9dEv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #rNths6JW5cPGozlkvnknW10tTbqpVTnH {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #y8zyrQ3duIhxAChTvfzgKDf8GCvZcgTN {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #AwXV9Mauk9gdr7pwncz8wRJk6V2IHAA3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #UQUlwgs90EBDQt8QpD4gazO0s6IfrpUA {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #DzmLW7ze2ayGAhcV0tqQcvTKZc1HTzhy {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #Ievsvvnx8QgTwwiehvD2AE6M0M6CZ5cr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #vJL6AbbJN1zOvrgEidF2MOHQte2bf4nT {  }
 }@media only screen and (max-width: 763px) { #eUvD7MVlsFaVc7NT1y2WBmxS9PxaMT5T #r8o9k3bElSpDBL9bSTQ55L72vO0gsSrA {  }
 }@media only screen and (max-width: 763px) { #RC7k68GKfqrkHKkqiu0rLwwW2oqrG4MB { width:20rem;height:14.375rem;top:35.810546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDuElPQC8QR6FUABV1ClvAmVE687brr0 { display:block; }#RDuElPQC8QR6FUABV1ClvAmVE687brr0 > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlrKdHi6EHlpxubFM76mkTr73uIZmcsC { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ro0R6OduX0E4OENTQ7oixnB4QeoORUa5 { width:20rem;height:1.4375rem;top:4.4433625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rbz5JHagwviurXoInAC89qa7sS2ugmcG { width:20rem;height:auto;top:9.6875rem;left:0rem;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #G9NQUrSq75toFmJToUvBEKhkwmUiAP7K { width:2.12456875rem;height:2.06163125rem;top:7.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdRbyoI0rn9PwO5Q8IWgLoTOwm1UMyzk { width:2.125rem;height:2.125rem;top:15.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWmBSr9FmL1OVQppBpMDhkqiAxTBzQHL { width:2.0625rem;height:2.0625rem;top:22.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaQoJ1w8ygnOG4kU5lVMCSTkEUtOOTEI { width:20rem;height:21.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQV4EWTeIZu3wA8PweEhlmxvw5BtiQ89 { width:20rem;height:auto;top:6rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvE6s89bn1XnoxbVLBq8Z0gPbZQ8PAW1 { width:18.125rem;height:auto;top:10.25rem;left:0.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFt1fMEIszfARKLdtB5yLHGNrqPTwItK { width:12.5rem;height:2.9375rem;top:22.6875rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qq8BTpdtJIEzl3WWeNKVbXDPzARyKdBn { display:block; }
 }@media only screen and (max-width: 763px) { #BsOSuGfyAbWIvKD0XgyhL9GkrO9n1Kow { width:17.625rem;height:2.375rem;top:17.875rem;left:1.1875rem;font-size:0.9375rem;z-index:100021;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJy0cc9zDGS0yygfAV7p0XzgfCfyTMSP { width:15.1875rem;height:3.5625rem;top:10.1875rem;left:2.40625rem;font-size:0.9375rem;z-index:100022;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0lEzguXDFFqVWh6usTbiRoOTw7TnkoM { width:4.81228125rem;height:1.4375rem;top:7.8125rem;left:7.9375rem;font-size:1.125rem;z-index:100022;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQgMDwQpecKVLdFGirfsFkslOZ1CPqRm { width:15.5rem;height:3.5625rem;top:25rem;left:2.25rem;font-size:0.9375rem;z-index:100024;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eqrpHi974APAXwCQ5uZA7EqqowfTeXRv { width:4.93706875rem;height:1.4375rem;top:15.625rem;left:7.9375rem;font-size:1.125rem;z-index:100023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOV9KsfJ0BR4TFMeAqIVtMgPsQUwhWi4 { width:5.06185rem;height:1.4375rem;top:22.4375rem;left:8rem;font-size:1.125rem;z-index:100024;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM .widget-text.counter-number { padding-top:0.50625rem;padding-right:0.471875rem;padding-bottom:0.50625rem;padding-left:0.471875rem;width:2.83375rem;min-width:2.83375rem;height:2.72rem;font-size:2.02625rem;line-height:43.52px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:transparent;background-image:none; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.7775rem;height:1.074375rem;font-size:0.76rem;line-height:17.19px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM { display:flex;width:19.125rem;height:5.123125rem;top:12.375rem;left:9.9375rem;padding-top:0.06375rem;padding-right:0.066875rem;padding-bottom:0.06375rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #BhJ5iudIBJl5Z8woHaJllT9P4C6ipVS5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #qcPa8B37x3AfykbMqzhFn634pUsZ1ZWu {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #Jp1rq8k2QlUK7MHw550yPHKw1ZMBL3vH {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #TqktVMmMlqsArilMoZc3QwgzmrOIJuH5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #PNtRdN60TEl6NAxfOpKF4tXCM9lqDcmy {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #vZ1yS2nwfrNHKTFVZio8K606IfNFa5wX {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #TzBBnZPz2Gfv50LUuLVTc0QJoHxBdalb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #Mf3XD5nSUZsJHs1VobUBqsdqX1p3TGnE {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #iwIeNDqfGwKdikskSg53TiRtIfUBwee5 {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #H3pH7q8oDF883rB6THbTayIcbJgbRgkQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #niZxQVHNx5NZF3gGO59TZmpkOHrwLMk3 {  }
 }@media only screen and (max-width: 763px) { #X5xvVl96JcMKJwZnrfr08mHPSpCqIiXM #bJbxRs7CQAtwqP7dBkGiTUyx1h7VB7h2 {  }
 }@media only screen and (max-width: 763px) { #wAS0HqPzv3gknI4nvHvJ3sggTihegvT1 { width:2.125rem;height:2.125rem;top:30.65625rem;left:5.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npJ0MOuHpZ3dtpkHxWC1JhR6qMbqDgoW { width:5.061525rem;height:1.4375rem;top:31.01953125rem;left:8.125rem;font-size:1.125rem;z-index:100026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9xWdBdURc0Zuv8mA9JQbmIutgat28X { width:15.5rem;height:3.5625rem;top:33.9375rem;left:2.25rem;font-size:0.9375rem;z-index:100025;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:16.875rem;height:4.125rem;top:1.3118486404419rem;left:1.5625002384186rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:20rem;height:1.25rem;top:6.142578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:11.0605625rem;height:2.0625rem;top:10.498046875rem;left:4.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:16.624rem;height:1.1875rem;top:14.375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:13.624125rem;height:2.0625rem;top:34.25rem;left:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:19.1873125rem;height:1.125rem;top:38.0625rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:12.124rem;height:2.0625rem;top:59.6875rem;left:3.9365234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:15.875rem;height:1.1875rem;top:63.875rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:16.8125rem;height:4.75rem;top:16.125rem;left:1.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:16.8125rem;height:5.9375rem;top:40rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:17.0605625rem;height:4.75rem;top:65.6875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.25rem;height:6.25rem;top:3.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.25rem;height:6.25rem;top:26.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:20.1875rem;top:2.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:22.4370625rem;top:25.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:21.125rem;top:50.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZgLaphrFAiQw8AU4eQwqOT0f3cRMwT { width:7.1875rem;height:7.1875rem;top:51.875rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAb8sDtz12NQ2EyggEXCvalRHw1kxHux { width:20rem;height:2.0625rem;top:11.44287109375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { width:20rem;height:1.25rem;top:4.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0CRq1ryOyzOh3JFb3VTuUnnrxLKTMrK { width:20rem;height:0;top:6.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:20rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ubeye7PoP07D9R6HJZx3V5Z1g5suMfhc { width:13.4375rem;height:13.4375rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { width:20rem;height:1.6875rem;top:18.43663125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { width:20rem;height:1.125rem;top:16rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { width:20rem;height:1.6875rem;top:23.8739125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { width:13.4375rem;height:1.1875rem;top:21.4364125rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { width:20rem;height:1.6875rem;top:26.8114125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { width:20rem;height:1.125rem;top:29.7489125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ { display:block; }#yB4UG6nqwTiW3KnmhrnZO6GFkvfXJihJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXq0cosu8cA4bb3qql6nE96C0LBdCKLa { width:20rem;height:1.875rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AlLg9xILPAiTBAwofTMBrmVAidbt81F6 { width:20rem;height:1.1875rem;top:4.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN { display:block; }#JP4OnwKCu31SLCAbwJHK9cFeyohNfXEN > .row .container { width:20rem;height:84.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqMiZJlZHazZelGgSBv8lhyaQa1RMDGX { width:20rem;height:3.625rem;top:26.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPuEUmGVtBrZWsH4V1iJZ2JAME2pLPi2 { width:20rem;height:2.375rem;top:30.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bznoUvygxlX457XQLJkcdlPclhrhTiay { width:20rem;height:1.8125rem;top:43.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrakSNGunUQepFSMr5nq51XlfQCKNJ85 { width:15.5625rem;height:3.5625rem;top:46.375rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Js92HlGaENWJDD5HWqJzsxIxeQSTbJ5k { width:16.75rem;height:3.5625rem;top:79.375rem;left:1.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yd1xzpNvUuGernKSOUr2wdJZSaqHkDz8 { width:20rem;height:1.8125rem;top:76.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiDs57GkIfspq8d0Hc8LesRZh4BicOlP { width:20rem;height:1.8125rem;top:68.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOAaF3e3KkCL6CpzAgmac2tkdJQZlIII { width:20rem;height:1.8125rem;top:52.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMhrnRm2OnALRTdBDyRAs8WzSXRs3iEA { width:14.9375rem;height:1.8125rem;top:60.125rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fp3tlGGODeB5AGJ9JlsRHulSyXVRmy5O { width:17.875rem;height:2.375rem;top:70.8125rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTBzx2Z6EHVtfJDG7u9Pk41f504DIf8t { width:16.3125rem;height:2.375rem;top:54.9375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oszPT50zFOX2vXhPCJXszCoXrkN9Dd6l { width:16.5rem;height:2.375rem;top:62.5625rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D08wHGn5upVQgeXKoyro3C7y695oM4fF { width:12.5rem;height:1rem;top:22.8125rem;left:6.5rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yUMkuDb0xbTITEu4PoPPr9WSAJpFLiey { width:19.25rem;height:18.5rem;top:2.5537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u77rBJ2lRfpZd9V952ZxLPaP3W90M6Ty { width:20rem;height:1.8125rem;top:35rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRtLI5lIgGZTucivan3UqUqTcv5bbpbE { width:20rem;height:3.5625rem;top:37.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukgCPAkf7HNymui54UoMvOnxHvzf1brp { display:block; }#ukgCPAkf7HNymui54UoMvOnxHvzf1brp > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRTDDyvxEo1ktMbKOzWv7AKxTJIVGIT7 { width:10.6875rem;height:2.75rem;top:1.248779296875rem;left:4.654541015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD31eKmvmtTMbfb2PPpM18ByVoQI92uA { display:block; }
 }@media only screen and (max-width: 763px) { #vpI6tJUBsGpHTaqTTTEpToaIoDnF0fB0 { width:14.375rem;height:2.625rem;top:5.185546875rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:11.9365rem;height:2.874025rem;top:1.25rem;left:4rem;font-size:1rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #CQedczQinbq0X2WUAAGJAwFqEWmUTThN { width:20rem;height:1.3125rem;top:5.3732625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWulREXf2twfZAvQRikDPuaCa5T3C9bp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a18c05b-0312-4816-ab77-d4ac1a65b337/oldnewspaperbackgroundflatlay.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp.adaptive-delivery-prevent-bg, #nWulREXf2twfZAvQRikDPuaCa5T3C9bp.lazyload, #nWulREXf2twfZAvQRikDPuaCa5T3C9bp.lazyloading { background-image: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { background-color: transparent; background-image: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container > .video-iframe-container { display: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row > .video-iframe-container { display: none; }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWulREXf2twfZAvQRikDPuaCa5T3C9bp > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arQTT6rXVQ7i51VVVPFVXEnxVRTMhp81 { width:9.0625rem;height:9rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78TA15KAtNFZpudqZFmVxLiN0rvR07g { width:18.8748125rem;height:2.25rem;top:11.625rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlhuAnMF0Dr3RUFeGmdh3ZcXduNcdtB5 { width:18.8748125rem;height:1.25rem;top:15.097225rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bReEkCUGGVzh9WTlCpn8nxsKpWNuVcTf { width:17.999rem;height:3.375rem;top:36.26953125rem;left:0.9990234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3tFiKyv2TJvJEUM6wx5P2hXFhpDkqM0 { width:20rem;height:6.75rem;top:17.597225rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT9PTlBDcGk60Q8ukGZO86qoFTdtUK7q { width:18.8125rem;height:8.25rem;top:26.138671875rem;left:0.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { background-color: transparent; background-image: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container > .video-iframe-container { display: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row > .video-iframe-container { display: none; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { border-width: 0; border-radius: 0; }#qvIGfGUOgCKRgO2P4rCUz9tgbuSM5XUd > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taPh1ob9Au9TiET6O7vw0ZeTRZxyk0tw { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOODVHG6IDaJhFvXhl4vWGMhgNLM6JRP { width:20rem;height:2.5rem;top:4.65169375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl { display:block; }#gsa8vgFxcG4G2BlyObUu2TNVhoHP7idl > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xk7QJew7bE7kCoVI5Tf5TSuEMOveVqhK { width:10.6875rem;height:2.75rem;top:25.8740234375rem;left:4.654541015625rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fxTvPDREcDuX8wrHquQermBFNbs3biP0 { display:block; }
 }@media only screen and (max-width: 763px) { #MTVUpzO1FqFkpNE9871ZqP9VDG5fT9cp { width:14.6875rem;height:2.75rem;top:30.9375rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFZk57OiorMiUTlBXBxr1suldovB3KEM { width:20rem;height:8.5625rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbnguLCLSRnBHPUUpLPKXSCZaeA1DMoe { width:20rem;height:1.875rem;top:15.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8KgZmauhxuVH1vma5TQB55dNEFES3XD { width:20rem;height:1.5rem;top:17.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdlxk6U1r6r2GLqimrv5WxSsf3fzad6R { width:20rem;height:1.1875rem;top:19.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak { display:block; }#Gf0V0Eedl0kal9IAiTracJXAhQkq32Ak > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uatMrEF117uGH5797E6iOctlfSO2WzDC { width:20rem;height:1.8125rem;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) { #F268ZThIuTFnbAregfiBLCPeJrv0lTGQ { width:20rem;height:1.25rem;top:4.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv { display:block; }#l5SUaDshRG8QCIXzXwv7g4Ph3hqaaTHv > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i71cGPJvd77JVNLRcocvUSVzyuZHLCLO { width:18.5625rem;height:29.8125rem;top:3.0615234375rem;left:0.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psw8qXRuicoLpM7D3GTPUmdLiz9qzHkm { width:18.31175rem;height:1.625rem;top:15rem;left:0.84228515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKyKnvH0LPiW3nzdKRv6wFoEvRe9Zb3R { width:15.49925rem;height:1.4375rem;top:19.061279296875rem;left:2.06103515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhgFGwLUfdTQwi9m4fSVNOClaqo9bHXx { width:18.5608125rem;height:1.25rem;top:16.684814453125rem;left:0.59326171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLUnGC927MfzBSH6V39yGZnfueUcXHip { width:15.3125rem;height:7.8125rem;top:21.998291015625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPDPUkWOmJirN2vbI68KcuowadRn7RD1 { width:9.0625rem;height:9.0625rem;top:4.373779296875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZc90LTPXwbK1DgM0rHEDEtMynIIJ5Ni { width:18.5625rem;height:29.8125rem;top:37.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me5DpzaGKZ0VvUDVFk6P6sNyGBTWdx7K { width:18.5625rem;height:29.8125rem;top:70.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcnHMwgVnEDyIz6wMr72ymmVyDvqnXt0 { width:9.0625rem;height:9.0625rem;top:39rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Nwicwtbkeu2p1g2vUMI7ri37aPpS2J { width:9.0625rem;height:9.0625rem;top:72.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIqAtN66OK38e9EVFdhUtfAEIKfWwSgQ { 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) { #f2iLgQWXt4mhNPXxGNmPbHy3hTaISg9O { width:18.5608125rem;height:1.25rem;top:51.187255859375rem;left:0.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aozR2fspLumxDsyZDQJepymocXqd4xkI { width:18.6230625rem;height:1.4375rem;top:53.625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0iKsNGLbEK0OFKkLU3X0krEzMTRgFQz { width:15.3125rem;height:7.8125rem;top:56.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDSZAyRLVT38LoCvpcIrpiVWBpnpOPN1 { 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) { #vhfkdP0Ql2irdsMbc8s2Iv3gQit9ZfKF { width:18.562rem;height:1.25rem;top:84.8740234375rem;left:0.811767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3Ds0OZ3rS6G2DGXLNrk94l6cehrLoGW { width:18.6230625rem;height:1.4375rem;top:87.125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z280ihZ2J0EoNsnTMGM10GzUdODCAbve { width:15.3125rem;height:7.8125rem;top:90.1875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { background-color: transparent; background-image: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row > .video-iframe-container { display: none; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:17.375rem;height:5rem;top:1.1875rem;left:1.3125rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ivJoTTJSRDifs66EOp4W5WNbTnrLwdny { width:19.75rem;height:1.25rem;top:7.125rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg { display:block; }#xiBfyrHvtPEvOh87g2zRwtw01xDOu4Jg > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #droH5RR2qhGNuhHwDcB5SAkN2JoTwCSB { width:20rem;height:1.8125rem;top:2.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TziAAsJ903zcrDJtdRTyLtidAzSiI9VN { width:20rem;height:1.8125rem;top:16.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g998v1N7b9xwaZ5UqL6Etv8bpVBBxFEi { width:20rem;height:1.8125rem;top:31.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giVXntupBfe0UTEm0ux6N3WT6I1dDQxa { width:16.1875rem;height:6.625rem;top:5.5625rem;left:1.90625rem;font-size:0.8125rem;display:block; }#giVXntupBfe0UTEm0ux6N3WT6I1dDQxa li:before{  }
 }@media only screen and (max-width: 763px) { #hgE582ciNizzxJAMNk7CmyDxVJlvXrWp { width:17.6875rem;height:6.625rem;top:19.15625rem;left:1.15625rem;font-size:0.8125rem;display:block; }#hgE582ciNizzxJAMNk7CmyDxVJlvXrWp li:before{  }
 }@media only screen and (max-width: 763px) { #TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg { width:16.25rem;height:6.625rem;top:34.1875rem;left:1.875rem;font-size:0.8125rem;display:block; }#TZmOeTFwSFbgEV5NgdHyAzx5ErdQwLfg li:before{  }
 }@media only screen and (max-width: 763px) { #B0ql1ncTQBptq4fMzxchTJOczTLnN6nc { width:20rem;height:11.25rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTySy1eBkv52zSxOA6vQ4TZyUG2Nn4E { width:20rem;height:11.625rem;top:15.75rem;left:0rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Tp6uBRLXk0KCZp2mSvqa5cDRLoXc0g3i { width:20rem;height:11.5rem;top:1.875rem;left:0rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #MIsPGZyQwTDQZ93B0Cwy2Lg5h4ZugitN { width:20rem;height:1.8125rem;top:47rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFi6TDsSmkcnfwe5TuW7iuro489XHTVi { width:20rem;height:3.3125rem;top:50.125rem;left:0rem;font-size:0.8125rem;display:block; }#CFi6TDsSmkcnfwe5TuW7iuro489XHTVi li:before{  }
 }@media only screen and (max-width: 763px) { #dBgM1zJrqyMphqaK4FGFPVXrHkfZ5FhJ { width:20rem;height:10.9375rem;top:45.3125rem;left:0rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { background-color: transparent; background-image: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row > .video-iframe-container { display: none; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ura59BTzohfXO5VRp4FmUCckNX5bXEvF { width:10.6875rem;height:2.75rem;top:1.845703125rem;left:4.654541015625rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gJJShMkucrXwHWOwhJDcdyErf2LWN49O { display:block; }
 }@media only screen and (max-width: 763px) { #oGSrSkhgOImeAv1E2oDSRsEqlmN8yPwo { width:13.125rem;height:2.375rem;top:5.811767578125rem;left:2.9052734375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CA0MAwJzmcQKFACQtOgyd87IETpMAT31 { display:block; }#CA0MAwJzmcQKFACQtOgyd87IETpMAT31 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGbA2wiooqbFSKJ6sKJ0NZ6yy5m7fgHS { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAGZbvOyM2FaXHrRIZ8WH3gPf4K8aM3s { width:20rem;height:1.125rem;top:4.65169375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container { background-color: transparent; background-image: none; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container > .video-iframe-container { display: none; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row > .video-iframe-container { display: none; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .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); }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container { border-width: 0; border-radius: 0; }#N43lpNgnr6wOXIZl5TGO9Ghuvqq1biQU > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIfyeSZxA0XqBQToKyVaDpt4gtpAQ6KQ { width:3.3743104934692rem;height:3.3125rem;top:2.2495727539062rem;left:0.25rem;font-size:2.5625rem;color:#263a80;display:block; }
 }@media only screen and (max-width: 763px) { #a90a4Z3c5zHdO7QRHiSFe7EyiCec1S8T { width:15.9375rem;height:7.875rem;top:4.7677001953125rem;left:3.9958639144898rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0nqF468FhRg6yLeFJqpeq9Fb0K3piUz { width:3.4995403289795rem;height:3.0625rem;top:13.748657226562rem;left:0.25rem;font-size:2.375rem;color:#1d2850;display:block; }
 }@media only screen and (max-width: 763px) { #V3DL34ZOO5cDSODI5nQPzhDo7uLGDZHO { width:3.3743104934692rem;height:3.125rem;top:24.686157226562rem;left:0.25rem;font-size:2.4375rem;color:#263a80;display:block; }
 }@media only screen and (max-width: 763px) { #EszPQSGrlL9T5nxoPIrhrH3zSXM6tuVt { width:8.5rem;height:1.8125rem;top:2.6900634765625rem;left:3.873850941658rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHV0PFrmGa1SgzKvhHrQynpgQK7gq8Dg { width:15.8125rem;height:6.5625rem;top:27.205932617188rem;left:3.9935661554336rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGvcFq1cn20TrcCyvQJAmmTo5TIDig85 { width:12.5rem;height:1.8125rem;top:14.126647949219rem;left:3.936350941658rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKpoZPMfgbZGu68FbfbWtVknJxrNIfly { width:15.999540328979rem;height:3.9375rem;top:16.338500976562rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq92KBTWVKJ632FD4PuebABTQRUD5DI6 { width:12.5rem;height:1.8125rem;top:24.990600585938rem;left:3.9935661554336rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL { display:block; }#po0pwdcpNycoXBpXSb8tgNg3TwrzfnRL > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2phq1XFuow8F6mvRmSyMoyWlwvzTqgz { width:19.0625rem;height:1.75rem;top:4.25rem;left:0.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJ4avUZWGsvZDWR16tABs39HgD0woHXJ { width:8.9980625rem;height:8.9980625rem;top:7.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQFEkGOLVbtqzoCBvzIw6EbiyCPPuLUz { width:18.186875rem;height:8.75rem;top:17.686632156372rem;left:0.906033039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ku53Tp3qcxrMGD1K8lBGXq6FL18mPVkP { width:19.75rem;height:27.75rem;top:2rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeX0LZpWqrKhJwvTKXhUyV1aLlC45t58 { width:20rem;height:0.9375rem;top:27.8115234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a18c05b-0312-4816-ab77-d4ac1a65b337/oldnewspaperbackgroundflatlay.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.adaptive-delivery-prevent-bg, #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.lazyload, #Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6.lazyloading { background-image: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { background-color: transparent; background-image: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container > .video-iframe-container { display: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,57,60,0.85); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row > .video-iframe-container { display: none; }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zz3JUmnx5nHbd2nvNZyqeEGTQxcVUso6 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SP3lCCsBlWKf8pKE74MS5XWTTcEy6mV1 { width:16.936875rem;height:5.625rem;top:3.9366321563721rem;left:1.531033039093rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTOnHUT22bi3NPI4Um0eZOqv0Hs1mlie { width:10.6875rem;height:2.75rem;top:12.686767578125rem;left:4.654541015625rem;font-size:1.125rem;background-color:#efbc1e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iypTuqT9wXmcfQ0D4lhmz2KlDnFRB2b3 { display:block; }
 }@media only screen and (max-width: 763px) { #Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb { display:block; }#Kl2TUockBSezTSKWkSfTDOFa2ZTx1hlb > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHBVsEhWNXy5yTBRQ5NEqqnQ1AAKxJNb { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCgmXcomT51Dsr8WKTmpukozz8ZvoPqH { width:20rem;height:16.6873125rem;top:5.0683625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:10.6875rem;height:2.75rem;top:15.999755859375rem;left:4.654541015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #kEm0DDWO2ZI7DTDEgmgPP2ZM62OuPTwi { width:12.87475rem;height:2rem;top:20.68603515625rem;left:3.560791015625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZdKMimvKomuUaOQqNylEnrf83VFFJUz { width:20rem;height:2.4375rem;top:2.2109375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgKQxRSfbKgHdzwzJnCPdXUhVnpo6XwS { width:18.125rem;height:1.4375rem;top:5.460205078125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Siwkbp62E3QyWSv4QdOct8X1nfWVZS { width:20rem;height:0;top:3.6875rem;left:2.5rem;font-size:2.1875rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-text.counter-number { padding-top:0.518125rem;padding-right:0.47125rem;padding-bottom:0.518125rem;padding-left:0.47125rem;width:2.830625rem;min-width:2.830625rem;height:2.78375rem;font-size:2.0725rem;line-height:44.54px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:#ffffff;background-image:none; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.77375rem;height:1.1rem;font-size:0.7775rem;line-height:17.6px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 { display:flex;width:19.125rem;height:5.24375rem;top:8.6552734375rem;left:0.369140625rem;padding-top:0.065rem;padding-right:0.066875rem;padding-bottom:0.065rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #y79NTBEWuX25ehBUAI02XESyXiLL3qPM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #U5ssZg6n0PL3qN042kPTQnZdNtDv6VEm {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #KNEQKVBD8eqQ9UBLzIWgTdb2LiN9qMyl {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #N3aH02piOCdEPWlXhIVlz4qRn63yMwK5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #JtoaC1GAEwMCzV9A7PxyhpwXbsI4XxAa {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #n5U1Z5ftnZQd4qozKkIl3xXeTTdzu87H {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #OAyVV5pdJAgCwSV5I7agEA8omI9lV2EA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #ztBmmN8E21QXNtrXkcnfKuI0Um7DXwXV {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #LMFOuO9utCnzfEKZ5hiM8mdqaFlCRzT0 {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #QN8xm8lx15Jedxush0FP6SOedFXfmbDH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #qO8sw4evLweGJkx08kf1plD9B1JuMNp8 {  }
 }@media only screen and (max-width: 763px) { #iihOZzAvnC7LFNO06tu0nlgKcfm5WBR4 #Z1ATE92tQvNqDE1N9NGtp9TzSwThvkEI {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-text.counter-number { padding-top:0.506875rem;padding-right:0.454375rem;padding-bottom:0.506875rem;padding-left:0.454375rem;width:2.726875rem;min-width:2.726875rem;height:2.725625rem;font-size:2.028125rem;line-height:43.61px;top:0rem;left:0rem;background-color:transparent;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3175rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.635625rem;height:1.0775rem;font-size:0.760625rem;line-height:17.24px;top:0rem;left:0rem;color:#ffffff;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC { display:flex;top:8.091796875rem;left:0rem;width:18.75rem;height:5.0625rem;z-index:100015;background-color:transparent;background-image:none;padding-top:0.63375rem;padding-right:0.649375rem;padding-bottom:0.63375rem;padding-left:0.649375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #fJvnZmUOuQtDSh8B7wTgr4l5oPRsklPd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #gKkoVaJpdMcmud7tNMnuLTzwwp0ngh1Q {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #nCfBrvkQlibgsqDcVPXVaWdIk4Le8zmF {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #qSpKS032FN9wvPhmKdf9wSryV620lWJ0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #uubM93u3cScIHEnbaEroM2qsOTcmMLGo {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #GZI7kCV9abAHST4HlZprF1gBuErbE7ES {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #hM42GX1cGRAivKkfmLvu4GywrCysX64L { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #m8RvveOneTvym6S8AqFta6kI9Al3zh7y {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #tPUiBdThHOrTJ8VUv8GhVFyBw32q4Kvv {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #EyOM8o3KorVITTgLyingFfos0bvA7Fn6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #MEUdwwboIqMX116k9Sa8BmghzesNvLrb {  }
 }@media only screen and (max-width: 763px) { #RaeclX8HdBTX2JRdMhTfWPK9TVuD00UC #icJaTmTKmoEd9nDAHZ6Eog5s4u6JM1fH {  }
 }@media only screen and (max-width: 763px) { #ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v { position:relative;z-index:auto;display:block; }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v { background-color: transparent; background-image: none; }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row .container > .video-iframe-container { display: none; }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row > .video-iframe-container { display: none; }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .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); }#ASsmFESXLTg3HuS6FP8UXFBEJlcTVg1v > .row .container { width:20rem;height:61.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENgBE7qwPcQsJUfBdp6S3WfNP6pzPCwO { width:20rem;height:4.125rem;top:5.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIivSOvxJ72QRlzMVCg2yQRxJvV5P0yI { width:17.25rem;height:7.75rem;top:45.6875rem;left:2.25rem;font-size:0.8125rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #C7wNvcocyUtdlqSKfaKftL3IfgPtCPt9 { width:1.25rem;height:1.25rem;top:46rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLPSR5KA8Ps7lThRbSz3b5o8vzr3xNDT { width:1.18706875rem;height:1.18706875rem;top:47.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyi1J9ZZ82NfTtrtc6LLJUzCQhlSMvZb { width:10.68725rem;height:2.749025rem;top:55.625rem;left:4.625rem;font-size:1.125rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DTgdhfAt9OST1yVFCSUxPUoswcAwCNWv { display:block; }
 }@media only screen and (max-width: 763px) { #Ma6oerWfepUXikgDSBo1ARedoaTCvUMO { width:1.31185rem;height:1.31185rem;top:51.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXoDUz8D11T7xQOEwfJVIWfnho8vVqLZ { width:1.25rem;height:1.25rem;top:49.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZZnbCk6odNaUv3sJ8xstABVWrc5fEV { width:16.25rem;height:0;top:5.8125rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kI1hinfDVTZtnuQucIXkqM4I4doQ3KQd { width:18.5rem;height:11rem;top:32.6875rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DrOpPhSHxw4DXDmvIfhaDORtHZIUUE3W { width:16.25rem;height:20.5rem;top:11.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfLpBoGF1fGvg8mdKGFLnFEt1x1uraJw { width:20rem;height:1.375rem;top:3.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { position:relative;z-index:auto;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.75rem;top:7.84375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { width:10rem;height:2.0625rem;top:3.1494140625rem;left:5rem;display:block; }
 }