.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #999999;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.551470592618rem;width:75rem;position:relative;display:block; }#ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.7495403289795rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.55546569824219rem;left:44.81796836853rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.55546873807907rem;left:50.121095657349rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6243104934692rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.55546569824219rem;left:55.43124961853rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J637uGMXllnvMsibMtJPfWBs9ox9Efor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.66819846630094rem;left:60.3125rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#a4224b;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.88648891448975rem;left:61.3125rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.375rem;top:1.3059896230698rem;left:3.375rem;overflow:hidden;display:block; }
#UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:3.6875rem;top:0.494140625rem;left:14.125rem;overflow:hidden;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;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:59.0625rem;width:75rem;position:relative;display:block; }#vbxTq39fnFFy2StIahV5Our5XOIAkiaF { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:7.87109375rem;left:3.5625rem;height:6.875rem;font-style:normal;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:29.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:21.185546875rem;left:3.5625rem;height:12.0052rem;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; }
#MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { background-color:#a4224b;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:43.625rem;left:3.5625rem;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:43.625rem;left:21.9375rem;display:block; }
#a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:44.5625rem;left:20.1875rem;height:1.2999125rem;display:block; }
#aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { color:#282828;display:block;width:23.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:16.9296875rem;left:4.748046875rem;height:1.875rem;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; }
#vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:15.0234375rem;left:3.248046875rem;height:5.4433625rem;display:block; }
#eLK84Oc80VMSwAuU0i18Ts5rqcI9wqyb { position:absolute;display:block;z-index:100016;height:5.1875rem;width:9.375rem;top:45.9375rem;left:48.625rem;display:block; }
#fdiwLoCTHhgx5aGoVJK5zRPbCcVR5931 { position:absolute;display:block;z-index:100022;height:5.0625rem;width:9.75rem;top:45.8623046875rem;left:58.5rem;display:block; }
#oeTBTrKLoTWpTim132TTIqmlkZF7MRd6 { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:45.75rem;left:3.90625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#d5MuqpZDDNxd8qTlypxWlBhXLRm80eI4 { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100018;line-height:2.2;letter-spacing:0;top:35.875rem;left:5.5625rem;height:4.6723125rem;font-style:normal;display:block; }
#ycRVNtO2hiSKC3JFwDOpvZBiM7lqB81t { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:36.3125rem;left:3.5625rem;overflow:hidden;display:block; }
#uy933MCx6ZKgGrgTB8SBeCti6I96wmXE { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:38.75rem;left:3.5625rem;overflow:hidden;display:block; }
#C00sqUorqCOVbhUOUytdenaXAmXtDnN9 { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.5rem;width:26.75rem;top:9.8125rem;left:35.5625rem;overflow:hidden;display:block; }
#qzzS5aOi3mXFDStOw3hEEyH4rif7W0zT { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100019;line-height:2.2;letter-spacing:0;top:46.8125rem;left:3.3125rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtG3EzfOoDZl7zI7NuA4LTAaUHX3oTvs { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:52.4375rem;left:3.248046875rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { background-color: transparent; background-image: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row > .video-iframe-container { display: none; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { border-width: 0; border-radius: 0; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;position:relative;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/8145d634-6995-47ad-aabf-cb6a1708f713/grungedetailedtexturecopy2.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(0,0,0,0); }#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(0,0,0,0); }#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:25.375rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:18.186197280884rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:7.625rem;left:28.4375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;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; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#212121;display:block;width:43.4375rem;position:absolute;font-family:"noto sans tc";font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.625rem;left:15.78125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .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; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#7b223e;padding-top:0.761875rem;padding-right:0.693125rem;padding-bottom:0.761875rem;padding-left:0.693125rem;display:block;align-items:center;width:4.1525rem;min-width:4.1525rem;height:4.09375rem;position:relative;font-family:"noto sans tc";font-size:3.046875rem;font-weight:700;line-height:65.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .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.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.535rem;height:1.618125rem;position:relative;font-family:"noto sans tc";font-size:1.143125rem;font-weight:400;line-height:25.89px;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; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:26.125rem;height:7.711875rem;padding-top:0.95rem;padding-right:0.953125rem;padding-bottom:0.95rem;padding-left:0.953125rem;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.5625rem;left:23.390625rem;z-index:100013; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #qvW8qIffm3AV3ifWyOntT1EJH5AMgCoy { display:flex;position:relative;top:0rem;left:0rem; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #dzGsnvsLxXSxAL3t9BcEq8kNLKc0LZQ5 { width:auto; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #JMmpfeaLpnTIqLsPKilDSyiZ2Z8S8D2a {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #bWKThDUFCuDdV0iSgXkzW9VsG3TCm1dx { display:flex;position:relative;top:0rem;left:0rem; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #WtLCDXbnc3yQfVyUKMpOEALgz9lWAPVR {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #T5gTesHeSWMnJfLSkHIyddsGFDrhPimu {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #LGbtyvm7dhziJiziUTOmpWba9MnVtmS2 { display:flex;position:relative;top:0rem;left:0rem; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #TuMpfOKPyybPwHa79QFwFD9CXuDPePXp {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #QtTTSiOr6VL4w4NiJDQHIRATyPtDuqLQ {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #w1kC0B0sZmfr11wwMglmGaCIfS0XxhXb { display:flex;position:relative;top:0rem;left:0rem; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #zb3soaKm8NmhPcwpIOvN9zFxDadg9uQt {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #eP2uEMMa9sn5dJQelCKdscbHTZxxkNse {  }
#WGAa6bBmPmTwuHeXc6GCOWgT8d1qU3Kg { background-color:#a4224b;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:18.0625rem;left:29.8125rem;display:block; }
#WB5IoPOowStWy0auOocPpFATKdlZnb5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TAzxFtnuB5STAyUBx9t7ur5I9f80Navv { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100020;line-height:2.2;letter-spacing:0;top:21.625rem;left:29.5625rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:9.25rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:2.7998046875rem;left:2.4345703125rem;height:3.4375rem;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.4937515258787rem;left:2.4328126907349rem;height:1.7871125rem;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:30.75rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#8e6e53;display:block;width:14.9375rem;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.337890625rem;left:5.49609375rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:15.77214050293rem;left:2.18359375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#8e6e53;display:block;width:18rem;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.33854675293rem;left:28.500001907349rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:21.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:15.717448234558rem;left:26.654949188233rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#8e6e53;display:block;width:15rem;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.337890625rem;left:54.3994140625rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:15.716796875rem;left:50.9619140625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:16.499309539795rem;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:18.833869934082rem;left:4.8046875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:17.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:18.833333015442rem;left:28.78125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:16.875rem;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:18.833333015442rem;left:53.43620300293rem;height:3.65625rem;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.25rem;width:6.25rem;top:4.609375rem;left:10.493490219116rem;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.5625rem;width:6.5625rem;top:4.453125rem;left:59.21875rem;overflow:hidden;display:block; }
#fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:4.609375rem;left:34.375rem;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:24.3125rem;width:21.875rem;top:2.119140625rem;left:2.02734375rem;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:24.3125rem;width:21.875rem;top:2.087890625rem;left:26.5625rem;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:24.4375rem;width:21.875rem;top:1.962890625rem;left:50.935546875rem;display:block; }
#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O { position:relative;display:block; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O { background-color: transparent; background-image: none; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container > .video-iframe-container { display: none; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row > .video-iframe-container { display: none; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .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); }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O { border-width: 0; border-radius: 0; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#p8TOuMtlvdWIiXgpWQJXhPpqOMrOE78r { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.9375rem;left:40.4375rem;height:3.4375rem;text-align:left;text-align-last:left;display:block; }
#tchnhR8B3XvBkNfDO2Mzzt7gk0SzgEMe { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:40.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LrImAJXBdcPbmfX7nQvvVaqmTkdguZ5e { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:19.625rem;top:1.21875rem;left:14.57470703125rem;overflow:hidden;display:block; }
#t8Xk36T2beQ4lQqAOUXzT00PA0GdK4k8 { color:#191919;display:block;width:32.6865rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:11rem;left:40.4375rem;height:2.2744125rem;display:block; }
#B6zARVdBphTWxAW6Ea8bhIhANd4QaTRc { color:#000000;display:block;width:29rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:13.9375rem;left:40.5625rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h0hyiQhZtBhVaTk46O26PfmWVTmpRHD5 { color:#191919;display:block;width:32.6855625rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:18.8125rem;left:40.5625rem;height:2.2744125rem;display:block; }
#ss9JuSZ7b45UmgduCGT6LnS0RgIwvpsv { color:#000000;display:block;width:28.5rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:21.625rem;left:40.4375rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RyersA8EK3MNlMGXBSuhne6re4JNF193 { color:#191919;display:block;width:32.6855625rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:18.8125rem;left:40.5625rem;height:2.2744125rem;display:none; }
#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { position:relative;display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { background-color: transparent; background-image: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container { display: none; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { border-width: 0; border-radius: 0; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#ucx1LOubkfbZHv8SFkUUi1OAT6nvKS2n { background-color:#a4224b;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:0rem;left:30rem;display:block; }
#KeL3H2y9IAnVCM4FJuulDlvBrzN0JIir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EEcSG7vpR8qNn0UnqFSpBJMyRIRIztAa { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100021;line-height:2.2;letter-spacing:0;top:3.1875rem;left:29.75rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8145d634-6995-47ad-aabf-cb6a1708f713/grungedetailedtexturecopy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH.adaptive-delivery-prevent-bg, #GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH.lazyload, #GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH.lazyloading { background-image: none; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row .container { background-color: transparent; background-image: none; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(232,234,236,0.12); }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row .container > .video-iframe-container { display: none; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(232,234,236,0.12); }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row > .video-iframe-container { display: none; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .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); }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row .container { border-width: 0; border-radius: 0; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#NpeZFuPy2zn31f6oMDc121EbBqcuAi4m { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;height:21.0625rem;width:21.0625rem;top:7.25rem;left:8.6376953125rem;overflow:hidden;display:block; }
#oSW0A2cMQp5tOee48eBTvBnN2CCJoDug { color:#8e6e53;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.5625rem;left:35.1875rem;height:3.4121125rem;font-style:normal;display:block; }
#Ogtvn0NldKMZKGdbqav4omzCxkTVNzyf { color:#252525;display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.125rem;left:35.125rem;height:2.03125rem;font-style:normal;display:block; }
#rWQeM0thl2AzEuqFmW0ckJcswa8fPTbR { color:#252525;display:block;width:31.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.8;letter-spacing:0;top:12.1875rem;left:35.125rem;height:6.0742125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tZnSkng57aCvkMxyM1iLtK3C4nSvRn6g { color:#000000;display:block;width:32.375rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:17.5rem;left:34.8125rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SFJfXUaPVk4unruOWQ9a4yJg46Z4Qi5X { color:#ffffff;display:block;width:42.0625rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:700;z-index:100009;line-height:1.7;letter-spacing:0;top:28.3125rem;left:32.78125rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JyL5Zc6l4tFtaHPdeZW3GCFRgITPFsgX { color:#000000;display:block;width:37.25rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:20.4375rem;left:35.1875rem;height:5.94618125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { position:relative;display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { 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 { border-width: 0; border-radius: 0; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .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:7.4375rem;width:75rem;position:relative;display:block; }#n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100009;line-height:1.1;letter-spacing:0;top:2.5939712524414rem;left:19.561120986939rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 > .row .container { background-color: transparent; background-image: none; }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 > .row .container > .video-iframe-container { display: none; }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 > .row > .video-iframe-container { display: none; }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 > .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); }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 > .row .container { border-width: 0; border-radius: 0; }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#IbDK3rBEvSPs2VhKTCO5Edr668WP2XaX { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:3.25rem;top:10.729064941406rem;left:10.666357040405rem;overflow:hidden;display:none; }
#F1Wpizu839sLHnUALJTMt2OPeOmM4MVx { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:3.25rem;top:13.041351318359rem;left:10.665670394898rem;overflow:hidden;display:none; }
#KSh29OcsMAMiRFU3enwEQv3Cq2rEJSHt { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:3.25rem;top:17.353149414062rem;left:10.665670394898rem;overflow:hidden;display:none; }
#qw0IPX6GJt2DhTfHhZeSi3T87F58pch9 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:3.25rem;top:15.166564941406rem;left:10.665670394898rem;overflow:hidden;display:none; }
#df1tLAb0PDVz5KlhIfv6GgrdA7J6qOsX { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:3.4375rem;top:8.5413513183594rem;left:10.6875rem;overflow:hidden;display:none; }
#H3ehoRyDxwJWTguOCZ9Jf60bceGXSeko { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:3.25rem;top:10.165435791016rem;left:43.477707862854rem;overflow:hidden;display:none; }
#oAmkJ4ltxAuh5UiTsqS3qggAXQdXKvBm { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:3.25rem;top:12.352935791016rem;left:43.477707862854rem;overflow:hidden;display:none; }
#aEM4PrTVOEu6Jh6cwvs4yRh8UJJkXJ5A { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:3.25rem;top:14.539276123047rem;left:43.476559638977rem;overflow:hidden;display:none; }
#MFFxCzIwkf8cPPGqmUzLv1T6U6zX7FfT { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100021;line-height:2.2;letter-spacing:0;top:7.8486328125rem;left:9.53125rem;height:9.900175rem;text-align:center;text-align-last:center;display:block; }
#KJKygUgBnv5803KbwJTTroDJJhDPy1Nu { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;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:17.5rem;width:29.25rem;top:2.25rem;left:3.5625rem;display:block; }
#lqTMr4hNI8gl31WKLpyJ7w423aGF3eNW { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:4.3125rem;left:6.6875rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ECBVWTddmqomltiWAsIaqogMnzuwiDfr { position:absolute;display:block;z-index:100016;background-color:#ffffff;background-image:none;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:17.5rem;width:29.25rem;top:2.25rem;left:41.625rem;display:block; }
#PyMySaJ1u7FzOM7tm9y0ToDfDi6dt970 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:4.3125rem;left:44.75rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oz05Emn6VdQyzMkNl9HUelZXe3CTm4S1 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100022;line-height:2.2;letter-spacing:0;top:7.8486328125rem;left:47.03125rem;height:9.900175rem;text-align:center;text-align-last:center;display:block; }
#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { position:relative;display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq { 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 { border-width: 0; border-radius: 0; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .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:9.25rem;width:75rem;position:relative;display:block; }#vKvELdhfcVPuk1WQlkcXh5lHZpE0MwKN { background-color:#a4224b;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:1.5rem;left:30rem;display:block; }
#GCpgHXTCA8STp12xI8W0T92ILfS3pTru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i5oFzwXl2ySTz68mkzzcryWzco7dNZv8 { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100022;line-height:2.2;letter-spacing:0;top:5.1875rem;left:29.6875rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtTWLu9419UI8NT0x17RpxyqEeEACRcL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(12,33,50,0.91);background-image:url("https://images.assets-landingi.com/uc/8145d634-6995-47ad-aabf-cb6a1708f713/grungedetailedtexturecopy2.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(0,0,0,0); }#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(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container { display: none; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { border-width: 0; border-radius: 0; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#252525;display:block;width:75rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.74853515625rem;left:0.06103515625rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#252525;display:block;width:18.187040328979rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:8rem;left:28.3740234375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { color:#252525;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:22.8125rem;left:17.4375rem;height:2.6666625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT .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; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#7b223e;padding-top:0.761875rem;padding-right:0.693125rem;padding-bottom:0.761875rem;padding-left:0.693125rem;display:block;align-items:center;width:4.1525rem;min-width:4.1525rem;height:4.09375rem;position:relative;font-family:"noto sans tc";font-size:3.046875rem;font-weight:700;line-height:65.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT .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.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.535rem;height:1.618125rem;position:relative;font-family:"noto sans tc";font-size:1.143125rem;font-weight:400;line-height:25.89px;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; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:26.125rem;height:7.711875rem;padding-top:0.95rem;padding-right:0.953125rem;padding-bottom:0.95rem;padding-left:0.953125rem;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:9.080078125rem;left:22.703125rem;z-index:100012; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #Q0vXltWvfTa4p3xv8AU2kyFsol4cHyi5 { display:flex;position:relative;top:0rem;left:0rem; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #Z4bQF6NWCDWkpDhzthJ1nUKBXQmcBBPB { width:auto; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #uy9osWMiONXgDcZVcM4WqxlJwpRdceo3 {  }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #rd0KPBgn7FRf1Vy53wQGKK4m1xPBAgeU { display:flex;position:relative;top:0rem;left:0rem; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #dctsMZZydfkTyTkxqyIf4PEcpDBakwUI {  }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #GVMUQJ4TRZ3Tkf7PFV1KE4WwEH51zOBu {  }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #BRmizp213gAQtCzDyLhGRnkk8qkr7Inp { display:flex;position:relative;top:0rem;left:0rem; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #rbER8ASySFcCL9v15T5g8mlsIyZKpy9F {  }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #ixw3VB8vBI297ZhlJpcBEW1TIU6WuuN8 {  }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #mnDIKKdIZRmrkPgswqlkBZmo33okwHbX { display:flex;position:relative;top:0rem;left:0rem; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #EF5sea6rnKbZoSWPCuFFuU8oDX5TNFtH {  }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #K3DLKZTL4dv7w6Kkekz6K9fHun4Tk0fm {  }
#g2NTdJ5h6npfVFITvwHQJ770fOLyrNNK { background-color:#a4224b;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:19.5654296875rem;left:29.21875rem;display:block; }
#ZUO83DKTdwPiZlqsDT0od52PdV5kvvgZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OKu1OcbTHhoONirq6doMJhPmM6B1bbCc { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100023;line-height:2.2;letter-spacing:0;top:23.0029296875rem;left:28.8740234375rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row .container { background-color: transparent; background-image: none; }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row .container > .video-iframe-container { display: none; }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row > .video-iframe-container { display: none; }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .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); }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row .container { border-width: 0; border-radius: 0; }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;position:relative;display:block; }#caOTLfLilS4kcPAQkZn1GhSLdTEWM5uE { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:4.43359375rem;left:3.5625rem;height:6.875rem;font-style:normal;display:block; }
#tAcIGaXbPKyluJne22JOE5kcZ2kUq1ZB { color:#282828;display:block;width:29.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:17.748046875rem;left:3.5625rem;height:12.0052rem;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; }
#P6kcdZB30kgu7Nff6cgidKt7VDR7XIJ5 { background-color:#a4224b;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:40.1875rem;left:3.5625rem;display:block; }
#ZgdM261OH50QkJg8x5fBAq8wfKL0xW0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Efy2ra5U4rCBxdIg5BJ7bOBs4HlHz2wR { color:#282828;display:block;width:23.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:13.4921875rem;left:4.748046875rem;height:1.875rem;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; }
#xakPXtFOEQieTpOunMSBWbUrV2PMB3Pa { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:11.5859375rem;left:3.248046875rem;height:5.4433625rem;display:block; }
#MhaHLypm3LPT4HJ6gR5eZfc6ieQ6tzsx { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:45.75rem;left:3.90625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#webv7fROaZr9UdxpRro3twgp8dLg2E2i { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100018;line-height:2.2;letter-spacing:0;top:32.4375rem;left:5.5625rem;height:4.6723125rem;font-style:normal;display:block; }
#qeuxrUsl4no99vBmAnVywM2bfv1TabB8 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.3125rem;top:32.875rem;left:3.5625rem;overflow:hidden;display:block; }
#mUSckqz9FXfU0FZ6ZLhmZI5UrpZ7Cy84 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:1.1875rem;top:35.3125rem;left:3.5625rem;overflow:hidden;display:block; }
#Zc3wWGsEaq9eTUUMDeW4NCddrTO2nCAR { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.25rem;width:28.1875rem;top:5.8125rem;left:36.25rem;overflow:hidden;display:block; }
#dwTI18ninHt0rW1KbnVF1GRkfvr9eClh { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100024;line-height:2.2;letter-spacing:0;top:43.8125rem;left:3.5rem;height:2.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MkCVWtLwTTM54yyTCgIWoMR7bWhEip6C { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:49.6875rem;left:3.5625rem;height:4.50195rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.375rem;top:2.2187423706055rem;left:14.062501907349rem;overflow:hidden;display:block; }
#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:1.7621841430664rem;left:42.311578750611rem;height:2.9730875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:4.6875rem;height:3.4375rem;top:0.5rem;left:31.19296836853rem;display:block; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:4.5625rem;height:3.4375rem;top:0.5rem;left:36.496095657349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:4.5625rem;height:3.4375rem;top:0.5rem;left:41.80624961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:3.4375rem;top:0.625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.125rem;height:2.8125rem;top:0.875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { top:1.25rem;left:0rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { top:0.4375rem;left:0.5rem;width:3.6875rem;height:3.6875rem;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:7.8125rem;left:0rem;width:35.9375rem;height:6.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:21.125rem;left:0rem;width:29.6875rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:15rem;height:3.1875rem;top:43.625rem;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:43.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { top:44.5625rem;left:6.5625rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { top:16.875rem;left:0rem;width:23.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { top:15rem;left:0rem;width:2.1875rem;height:5.375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLK84Oc80VMSwAuU0i18Ts5rqcI9wqyb { top:45.9375rem;left:35rem;width:9.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdiwLoCTHhgx5aGoVJK5zRPbCcVR5931 { top:45.8125rem;left:38rem;width:9.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeTBTrKLoTWpTim132TTIqmlkZF7MRd6 { top:45.75rem;left:0rem;width:14.5625rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5MuqpZDDNxd8qTlypxWlBhXLRm80eI4 { top:35.875rem;left:0rem;width:26rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycRVNtO2hiSKC3JFwDOpvZBiM7lqB81t { top:36.3125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy933MCx6ZKgGrgTB8SBeCti6I96wmXE { top:38.75rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C00sqUorqCOVbhUOUytdenaXAmXtDnN9 { top:9.8125rem;left:21rem;width:26.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzzS5aOi3mXFDStOw3hEEyH4rif7W0zT { top:46.8125rem;left:0rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtG3EzfOoDZl7zI7NuA4LTAaUHX3oTvs { top:52.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { top:7.625rem;left:14.8125rem;width:18.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { top:4.6875rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;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) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:3.625rem;left:2.15625rem;width:43.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .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; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .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; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #qvW8qIffm3AV3ifWyOntT1EJH5AMgCoy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #dzGsnvsLxXSxAL3t9BcEq8kNLKc0LZQ5 {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #JMmpfeaLpnTIqLsPKilDSyiZ2Z8S8D2a {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #bWKThDUFCuDdV0iSgXkzW9VsG3TCm1dx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #WtLCDXbnc3yQfVyUKMpOEALgz9lWAPVR {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #T5gTesHeSWMnJfLSkHIyddsGFDrhPimu {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #LGbtyvm7dhziJiziUTOmpWba9MnVtmS2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #TuMpfOKPyybPwHa79QFwFD9CXuDPePXp {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #QtTTSiOr6VL4w4NiJDQHIRATyPtDuqLQ {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #w1kC0B0sZmfr11wwMglmGaCIfS0XxhXb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #zb3soaKm8NmhPcwpIOvN9zFxDadg9uQt {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #eP2uEMMa9sn5dJQelCKdscbHTZxxkNse {  }
 }@media only screen and (max-width: 763px) { #WGAa6bBmPmTwuHeXc6GCOWgT8d1qU3Kg { width:15rem;height:3.1875rem;top:18.0625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB5IoPOowStWy0auOocPpFATKdlZnb5p { display:block; }
 }@media only screen and (max-width: 763px) { #TAzxFtnuB5STAyUBx9t7ur5I9f80Navv { top:21.625rem;left:15.9375rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@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:2.75rem;left:0rem;width:38.4375rem;height:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:6.4375rem;left:0rem;width:38.3125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { top:13.3125rem;left:0.93359375rem;width:14.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:15.75rem;left:0rem;width:21.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.3125rem;left:13.75rem;width:18rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:15.6875rem;left:10.0625rem;width:21.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.3125rem;left:31.75rem;width:15rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:15.6875rem;left:25.875rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:18.8125rem;left:0rem;width:16.4375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:18.8125rem;left:14.375rem;width:17.375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:18.8125rem;left:30.75rem;width:16.875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:4.5625rem;left:5.9309902191162rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:4.4375rem;left:36.40625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:4.5625rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:2.0625rem;left:0rem;width:21.875rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:2.0625rem;left:9.875rem;width:21.875rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.9375rem;left:25.75rem;width:21.875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O { display:block; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8TOuMtlvdWIiXgpWQJXhPpqOMrOE78r { top:2.9375rem;left:23.875rem;width:14.3125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tchnhR8B3XvBkNfDO2Mzzt7gk0SzgEMe { top:6.5625rem;left:20.8125rem;width:26.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrImAJXBdcPbmfX7nQvvVaqmTkdguZ5e { top:1.1875rem;left:4.25rem;width:19.625rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Xk36T2beQ4lQqAOUXzT00PA0GdK4k8 { top:11rem;left:15.125rem;width:32.625rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zARVdBphTWxAW6Ea8bhIhANd4QaTRc { top:13.9375rem;left:18.75rem;width:29rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0hyiQhZtBhVaTk46O26PfmWVTmpRHD5 { top:18.8125rem;left:15.125rem;width:32.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss9JuSZ7b45UmgduCGT6LnS0RgIwvpsv { top:21.625rem;left:19.25rem;width:28.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyersA8EK3MNlMGXBSuhne6re4JNF193 { top:37.5625rem;left:0rem;width:14.625rem;height:4.5rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucx1LOubkfbZHv8SFkUUi1OAT6nvKS2n { width:15rem;height:3.1875rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeL3H2y9IAnVCM4FJuulDlvBrzN0JIir { display:block; }
 }@media only screen and (max-width: 763px) { #EEcSG7vpR8qNn0UnqFSpBJMyRIRIztAa { top:3.1875rem;left:16.125rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH { display:block; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpeZFuPy2zn31f6oMDc121EbBqcuAi4m { top:7.25rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSW0A2cMQp5tOee48eBTvBnN2CCJoDug { top:4.5625rem;left:21.5625rem;width:22.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogtvn0NldKMZKGdbqav4omzCxkTVNzyf { top:8.125rem;left:21.5rem;width:22.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWQeM0thl2AzEuqFmW0ckJcswa8fPTbR { top:12.1875rem;left:16.125rem;width:31.625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZnSkng57aCvkMxyM1iLtK3C4nSvRn6g { top:17.5rem;left:15.4375rem;width:32.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFJfXUaPVk4unruOWQ9a4yJg46Z4Qi5X { top:28.3125rem;left:5.6875rem;width:42.0625rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyL5Zc6l4tFtaHPdeZW3GCFRgITPFsgX { top:20.4375rem;left:10.5rem;width:37.25rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { top:2.5625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 { display:block; }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbDK3rBEvSPs2VhKTCO5Edr668WP2XaX { top:10.6875rem;left:3.8538570404052rem;width:3.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1Wpizu839sLHnUALJTMt2OPeOmM4MVx { top:13rem;left:3.8531703948974rem;width:3.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSh29OcsMAMiRFU3enwEQv3Cq2rEJSHt { top:17.3125rem;left:3.8531703948974rem;width:3.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw0IPX6GJt2DhTfHhZeSi3T87F58pch9 { top:15.125rem;left:3.8531703948974rem;width:3.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df1tLAb0PDVz5KlhIfv6GgrdA7J6qOsX { top:8.5625rem;left:3.875rem;width:3.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ehoRyDxwJWTguOCZ9Jf60bceGXSeko { top:10.125rem;left:23.875rem;width:3.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAmkJ4ltxAuh5UiTsqS3qggAXQdXKvBm { top:12.3125rem;left:23.875rem;width:3.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEM4PrTVOEu6Jh6cwvs4yRh8UJJkXJ5A { top:14.5rem;left:23.875rem;width:3.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFFxCzIwkf8cPPGqmUzLv1T6U6zX7FfT { top:7.8125rem;left:2.71875rem;width:18.4375rem;height:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJKygUgBnv5803KbwJTTroDJJhDPy1Nu { top:2.25rem;left:0rem;width:29.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqTMr4hNI8gl31WKLpyJ7w423aGF3eNW { top:4.3125rem;left:0rem;width:24.5625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECBVWTddmqomltiWAsIaqogMnzuwiDfr { top:2.25rem;left:18.5rem;width:29.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyMySaJ1u7FzOM7tm9y0ToDfDi6dt970 { top:4.3125rem;left:23.1875rem;width:24.5625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz05Emn6VdQyzMkNl9HUelZXe3CTm4S1 { top:7.8125rem;left:26.59375rem;width:18.4375rem;height:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKvELdhfcVPuk1WQlkcXh5lHZpE0MwKN { width:15rem;height:3.1875rem;top:1.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCpgHXTCA8STp12xI8W0T92ILfS3pTru { display:block; }
 }@media only screen and (max-width: 763px) { #i5oFzwXl2ySTz68mkzzcryWzco7dNZv8 { top:5.1875rem;left:16.0625rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { top:2.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:8rem;left:14.7490234375rem;width:18.125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { top:22.8125rem;left:3.8125019073486rem;width:40.125rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT .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; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT .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; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #Q0vXltWvfTa4p3xv8AU2kyFsol4cHyi5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #Z4bQF6NWCDWkpDhzthJ1nUKBXQmcBBPB {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #uy9osWMiONXgDcZVcM4WqxlJwpRdceo3 {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #rd0KPBgn7FRf1Vy53wQGKK4m1xPBAgeU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #dctsMZZydfkTyTkxqyIf4PEcpDBakwUI {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #GVMUQJ4TRZ3Tkf7PFV1KE4WwEH51zOBu {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #BRmizp213gAQtCzDyLhGRnkk8qkr7Inp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #rbER8ASySFcCL9v15T5g8mlsIyZKpy9F {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #ixw3VB8vBI297ZhlJpcBEW1TIU6WuuN8 {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #mnDIKKdIZRmrkPgswqlkBZmo33okwHbX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #EF5sea6rnKbZoSWPCuFFuU8oDX5TNFtH {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #K3DLKZTL4dv7w6Kkekz6K9fHun4Tk0fm {  }
 }@media only screen and (max-width: 763px) { #g2NTdJ5h6npfVFITvwHQJ770fOLyrNNK { width:15rem;height:3.1875rem;top:19.5625rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUO83DKTdwPiZlqsDT0od52PdV5kvvgZ { display:block; }
 }@media only screen and (max-width: 763px) { #OKu1OcbTHhoONirq6doMJhPmM6B1bbCc { top:23rem;left:15.2490234375rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo { display:block; }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caOTLfLilS4kcPAQkZn1GhSLdTEWM5uE { top:4.375rem;left:0rem;width:35.9375rem;height:6.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAcIGaXbPKyluJne22JOE5kcZ2kUq1ZB { top:17.6875rem;left:0rem;width:29.6875rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6kcdZB30kgu7Nff6cgidKt7VDR7XIJ5 { width:15rem;height:3.1875rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgdM261OH50QkJg8x5fBAq8wfKL0xW0m { display:block; }
 }@media only screen and (max-width: 763px) { #Efy2ra5U4rCBxdIg5BJ7bOBs4HlHz2wR { top:13.4375rem;left:0rem;width:23.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xakPXtFOEQieTpOunMSBWbUrV2PMB3Pa { top:11.5625rem;left:0rem;width:2.1875rem;height:5.375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhaHLypm3LPT4HJ6gR5eZfc6ieQ6tzsx { top:45.75rem;left:0rem;width:14.5625rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #webv7fROaZr9UdxpRro3twgp8dLg2E2i { top:32.4375rem;left:0rem;width:26rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeuxrUsl4no99vBmAnVywM2bfv1TabB8 { top:32.875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUSckqz9FXfU0FZ6ZLhmZI5UrpZ7Cy84 { top:35.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc3wWGsEaq9eTUUMDeW4NCddrTO2nCAR { top:5.8125rem;left:19.5625rem;width:28.1875rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTI18ninHt0rW1KbnVF1GRkfvr9eClh { top:43.8125rem;left:0rem;width:15.5rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkCVWtLwTTM54yyTCgIWoMR7bWhEip6C { top:49.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { top:2.1875rem;left:7.2500019073488rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.75rem;left:19.9375rem;width:27.8125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #999999;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:11.25rem;height:2.5625rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:7.4375rem;height:2.5625rem;top:4.5625rem;left:11.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.875rem;height:2.5625rem;top:7.125rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:6.5625rem;height:2.5625rem;top:7.125rem;left:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:5.124080657959rem;height:1.6865807771682rem;top:1.0087316036224rem;left:14.875917553902rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { width:6.25rem;height:1.25rem;top:1.0091146230698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHsRB4wy8h6HbEvPTSv7K3cyZA8EnXFc { width:2.25rem;height:2.25rem;top:0.5rem;left:6.5927734375rem;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:74.75rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbxTq39fnFFy2StIahV5Our5XOIAkiaF { width:20rem;height:4.5371125rem;top:6.1015625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:19.0625rem;height:13.125rem;top:34.25rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MecX0pwBwww9vM3Bp0aTW2TPBAn5dypI { width:12.5rem;height:2.6875rem;top:55.625rem;left:3.75rem;font-size:1rem;background-color:#a4224b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGTWTwOsz23Pw9m70oEU59sDmn55Z4 { display:block; }
 }@media only screen and (max-width: 763px) { #EVLF9TaEAnLGvS4ONm07ZGBXntvK85hU { width:6.75rem;height:2.3125rem;top:63.375rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0qDCr2wO5l3bAcbtDXTQ6gQ5RN0MsTm { display:block; }
 }@media only screen and (max-width: 763px) { #WJalP0xFybtbv8ATOEd6Hs7FLZeIXJsu { width:1.5625rem;height:1.29980625rem;top:61.625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXOmsKJp6iH4zqDHCtTdUUVAZoqmEIJc { width:18.6875rem;height:1.6875rem;top:30.3125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuChG9C0rDKXKwRzhOq1V2JS7y2JlKU7 { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLK84Oc80VMSwAuU0i18Ts5rqcI9wqyb { width:4.1875rem;height:2.25rem;top:19.1875rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdiwLoCTHhgx5aGoVJK5zRPbCcVR5931 { width:4.6875rem;height:2.4375rem;top:21.9375rem;left:15.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #oeTBTrKLoTWpTim132TTIqmlkZF7MRd6 { width:14.5625rem;height:3.375rem;top:52.6875rem;left:2.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d5MuqpZDDNxd8qTlypxWlBhXLRm80eI4 { width:17.375rem;height:4.0244125rem;top:49.6875rem;left:2.3125rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ycRVNtO2hiSKC3JFwDOpvZBiM7lqB81t { width:1.3125rem;height:1.3125rem;top:50rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy933MCx6ZKgGrgTB8SBeCti6I96wmXE { width:1.1875rem;height:1.1875rem;top:52.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C00sqUorqCOVbhUOUytdenaXAmXtDnN9 { width:12.8125rem;height:15.5625rem;top:11.875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzzS5aOi3mXFDStOw3hEEyH4rif7W0zT { width:15.5rem;height:2.01171875rem;top:59rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtG3EzfOoDZl7zI7NuA4LTAaUHX3oTvs { width:20rem;height:6.5625rem;top:66.9375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV { display:block; }#XruEIy7gQBE6W5X9w11eT5IdXG0E0fOV > .row .container { width:20rem;height:0.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:rgba(10,22,59,0.91);background-image:url("https://images.assets-landingi.com/uc/8145d634-6995-47ad-aabf-cb6a1708f713/grungedetailedtexturecopy2.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(0,0,0,0); }#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(0,0,0,0); }#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:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:1.4619125rem;top:7.32421875rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o24sUpgCTHZk053tlukl6u5kHeTf4ucO { width:20rem;height:2.03125rem;top:4.69921875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.375rem;height:23.4375rem;top:2.3125rem;left:0.3125rem;z-index:100006;background-color:#ffffff;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) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { width:20rem;height:0;top:54.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .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; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-text.counter-number { padding-top:0.48125rem;padding-right:0.440625rem;padding-bottom:0.48125rem;padding-left:0.440625rem;width:2.646875rem;min-width:2.646875rem;height:2.5875rem;font-size:1.92625rem;line-height:41.4px;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; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.300625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.528125rem;height:1.021875rem;font-size:0.7225rem;line-height:16.35px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl { display:flex;width:18.125rem;height:4.8725rem;top:10.5634765625rem;left:1rem;padding-top:0.060625rem;padding-right:0.0625rem;padding-bottom:0.060625rem;padding-left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #qvW8qIffm3AV3ifWyOntT1EJH5AMgCoy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #dzGsnvsLxXSxAL3t9BcEq8kNLKc0LZQ5 {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #JMmpfeaLpnTIqLsPKilDSyiZ2Z8S8D2a {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #bWKThDUFCuDdV0iSgXkzW9VsG3TCm1dx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #WtLCDXbnc3yQfVyUKMpOEALgz9lWAPVR {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #T5gTesHeSWMnJfLSkHIyddsGFDrhPimu {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #LGbtyvm7dhziJiziUTOmpWba9MnVtmS2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #TuMpfOKPyybPwHa79QFwFD9CXuDPePXp {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #QtTTSiOr6VL4w4NiJDQHIRATyPtDuqLQ {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #w1kC0B0sZmfr11wwMglmGaCIfS0XxhXb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #zb3soaKm8NmhPcwpIOvN9zFxDadg9uQt {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #eP2uEMMa9sn5dJQelCKdscbHTZxxkNse {  }
 }@media only screen and (max-width: 763px) { #WGAa6bBmPmTwuHeXc6GCOWgT8d1qU3Kg { width:12.5rem;height:2.6875rem;top:16.625rem;left:3.75rem;font-size:1rem;background-color:#a4224b;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) { #WB5IoPOowStWy0auOocPpFATKdlZnb5p { display:block; }
 }@media only screen and (max-width: 763px) { #TAzxFtnuB5STAyUBx9t7ur5I9f80Navv { width:15.5rem;height:2.01171875rem;top:20.3125rem;left:2.25rem;font-size:0.875rem;line-height:2.3;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.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:13.6875rem;height:4.3984375rem;top:1.0205078125rem;left:3.15625rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:20rem;height:1.54296875rem;top:6.3330078125rem;left:0rem;font-size:1.1875rem;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:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:14.6875rem;height:2.11230625rem;top:12.052083015442rem;left:2.65625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:20rem;height:1.29980625rem;top:14.945313453674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:16.9375rem;height:2.11230625rem;top:36.60546875rem;left:1.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:20rem;height:1.29980625rem;top:39.1328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:13.6875rem;height:2.11230625rem;top:61.75390625rem;left:3.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:20rem;height:1.29980625rem;top:64.502605438231rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:16.25rem;height:3.65625rem;top:17.757813453674rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:15.5rem;height:3.65625rem;top:42.262176513672rem;left:2.2185202836991rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:16.25rem;height:4.875rem;top:67.136940002444rem;left:1.9678307771682rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.25rem;height:6.25rem;top:3.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.25rem;height:6.25rem;top:28.994789123535rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:6.25rem;height:6.25rem;top:54.334632873535rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:18.75rem;height:23.625rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:18.75rem;height:23.625rem;top:26.687494754791rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:18.75rem;height:23.625rem;top:51.76406955719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O { display:block; }#vxtHx139GyyvKQ5laIn3EQxTqaZ8PD0O > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8TOuMtlvdWIiXgpWQJXhPpqOMrOE78r { width:20rem;height:2.19970625rem;top:2.5390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tchnhR8B3XvBkNfDO2Mzzt7gk0SzgEMe { width:20rem;height:1.625rem;top:5.2900390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrImAJXBdcPbmfX7nQvvVaqmTkdguZ5e { width:12.25rem;height:14.9375rem;top:7.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Xk36T2beQ4lQqAOUXzT00PA0GdK4k8 { width:12.125rem;height:4.2246125rem;top:25.0625rem;left:3.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6zARVdBphTWxAW6Ea8bhIhANd4QaTRc { width:20rem;height:4.38574375rem;top:30.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0hyiQhZtBhVaTk46O26PfmWVTmpRHD5 { width:12.375rem;height:0;top:36.7568359375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ss9JuSZ7b45UmgduCGT6LnS0RgIwvpsv { width:20rem;height:4.38574375rem;top:43.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RyersA8EK3MNlMGXBSuhne6re4JNF193 { width:14.625rem;height:4.2246125rem;top:37.25rem;left:2.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucx1LOubkfbZHv8SFkUUi1OAT6nvKS2n { width:12.5rem;height:2.6875rem;top:1.3125rem;left:3.75rem;font-size:1rem;background-color:#a4224b;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) { #KeL3H2y9IAnVCM4FJuulDlvBrzN0JIir { display:block; }
 }@media only screen and (max-width: 763px) { #EEcSG7vpR8qNn0UnqFSpBJMyRIRIztAa { width:15.5rem;height:2.01171875rem;top:4.5625rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH { background-color:rgba(10,22,59,0.91);background-image:url("https://images.assets-landingi.com/uc/8145d634-6995-47ad-aabf-cb6a1708f713/grungedetailedtexturecopy2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH.adaptive-delivery-prevent-bg, #GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH.lazyload, #GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH.lazyloading { background-image: none; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row .container { background-color: transparent; background-image: none; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row .container > .video-iframe-container { display: none; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row > .video-iframe-container { display: none; }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .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); }#GlhWmzFc10JSQUAlfP7BSvX9gZu9oOkH > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpeZFuPy2zn31f6oMDc121EbBqcuAi4m { width:9.0625rem;height:9.0625rem;top:2.55859375rem;left:5.4055606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSW0A2cMQp5tOee48eBTvBnN2CCJoDug { width:18.875rem;height:2.2749rem;top:12.624084472656rem;left:0.56181073188782rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ogtvn0NldKMZKGdbqav4omzCxkTVNzyf { width:18.875rem;height:1.29980625rem;top:14.874771118164rem;left:0.56181073188782rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWQeM0thl2AzEuqFmW0ckJcswa8fPTbR { width:20rem;height:4.72265625rem;top:18.302154541016rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZnSkng57aCvkMxyM1iLtK3C4nSvRn6g { width:18.25rem;height:1.3999rem;top:26.796875rem;left:0.8743106126785rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #SFJfXUaPVk4unruOWQ9a4yJg46Z4Qi5X { width:14.5rem;height:3.1875rem;top:24.296875rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyL5Zc6l4tFtaHPdeZW3GCFRgITPFsgX { width:20rem;height:8.3965rem;top:29.421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC { display:block; }#G2r5OT9Dir7W8cNcu2HTd1m5mcJPXGaC > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tmNHPvU0Ze2uRMbhtAmGJpFMPQr63L { width:20rem;height:2.19921875rem;top:2.5390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 { display:block; }#bfSR4b8tlRflB6TtZ5Onr2PEoVol9B22 > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbDK3rBEvSPs2VhKTCO5Edr668WP2XaX { width:3.25rem;height:1.125rem;top:43.477874755859rem;left:3.4778652191162rem;display:none; }
 }@media only screen and (max-width: 763px) { #F1Wpizu839sLHnUALJTMt2OPeOmM4MVx { width:3.25rem;height:1.125rem;top:45.790374755859rem;left:3.4778652191162rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSh29OcsMAMiRFU3enwEQv3Cq2rEJSHt { width:3.25rem;height:1.125rem;top:50.102875709534rem;left:3.4778652191162rem;display:none; }
 }@media only screen and (max-width: 763px) { #qw0IPX6GJt2DhTfHhZeSi3T87F58pch9 { width:3.25rem;height:1.1875rem;top:47.915374755859rem;left:3.4778652191162rem;display:none; }
 }@media only screen and (max-width: 763px) { #df1tLAb0PDVz5KlhIfv6GgrdA7J6qOsX { width:3.4375rem;height:1.3125rem;top:41.290374755859rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3ehoRyDxwJWTguOCZ9Jf60bceGXSeko { width:3.25rem;height:1.125rem;top:10.540374755859rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAmkJ4ltxAuh5UiTsqS3qggAXQdXKvBm { width:3.25rem;height:1.25rem;top:12.727874755859rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEM4PrTVOEu6Jh6cwvs4yRh8UJJkXJ5A { width:3.25rem;height:1.25rem;top:14.9140625rem;left:16.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFFxCzIwkf8cPPGqmUzLv1T6U6zX7FfT { width:13.375rem;height:8.796875rem;top:6.625rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJKygUgBnv5803KbwJTTroDJJhDPy1Nu { width:20rem;height:17.5rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqTMr4hNI8gl31WKLpyJ7w423aGF3eNW { width:14.3125rem;height:1.86865rem;top:2.8125rem;left:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECBVWTddmqomltiWAsIaqogMnzuwiDfr { width:20rem;height:17.5rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyMySaJ1u7FzOM7tm9y0ToDfDi6dt970 { width:20rem;height:1.86865rem;top:22.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz05Emn6VdQyzMkNl9HUelZXe3CTm4S1 { width:18.4375rem;height:8.796875rem;top:26.3486328125rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMG42VBZqJy5BtESWnEatK6Tqepobtxq { display:block; }#TMG42VBZqJy5BtESWnEatK6Tqepobtxq > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKvELdhfcVPuk1WQlkcXh5lHZpE0MwKN { width:12.5rem;height:2.6875rem;top:1.3125rem;left:3.75rem;font-size:1rem;background-color:#a4224b;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) { #GCpgHXTCA8STp12xI8W0T92ILfS3pTru { display:block; }
 }@media only screen and (max-width: 763px) { #i5oFzwXl2ySTz68mkzzcryWzco7dNZv8 { width:15.5rem;height:2.01171875rem;top:4.275390625rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:1.94970625rem;top:2.3828125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:1.4619125rem;top:5.3857421875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOBacoHozaJ8zvS3Tk4QwIPyGSnolic7 { width:18.4375rem;height:0;top:19.628907203674rem;left:0.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT .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; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT .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:rgba(0,0,0,0);background-image:none; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT .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; }
#LQoeZcMkHn5yZDCd8UsBkPw15lB10laT { display:flex;width:19.125rem;height:5.24375rem;top:7.8974609375rem;left:0.3701171875rem;padding-top:0.065rem;padding-right:0.066875rem;padding-bottom:0.065rem;padding-left:0.066875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #Q0vXltWvfTa4p3xv8AU2kyFsol4cHyi5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #Z4bQF6NWCDWkpDhzthJ1nUKBXQmcBBPB {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #uy9osWMiONXgDcZVcM4WqxlJwpRdceo3 {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #rd0KPBgn7FRf1Vy53wQGKK4m1xPBAgeU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #dctsMZZydfkTyTkxqyIf4PEcpDBakwUI {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #GVMUQJ4TRZ3Tkf7PFV1KE4WwEH51zOBu {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #BRmizp213gAQtCzDyLhGRnkk8qkr7Inp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #rbER8ASySFcCL9v15T5g8mlsIyZKpy9F {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #ixw3VB8vBI297ZhlJpcBEW1TIU6WuuN8 {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #mnDIKKdIZRmrkPgswqlkBZmo33okwHbX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #EF5sea6rnKbZoSWPCuFFuU8oDX5TNFtH {  }
 }@media only screen and (max-width: 763px) { #LQoeZcMkHn5yZDCd8UsBkPw15lB10laT #K3DLKZTL4dv7w6Kkekz6K9fHun4Tk0fm {  }
 }@media only screen and (max-width: 763px) { #g2NTdJ5h6npfVFITvwHQJ770fOLyrNNK { width:12.5rem;height:2.6875rem;top:14.185546875rem;left:3.75rem;font-size:1rem;background-color:#a4224b;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) { #ZUO83DKTdwPiZlqsDT0od52PdV5kvvgZ { display:block; }
 }@media only screen and (max-width: 763px) { #OKu1OcbTHhoONirq6doMJhPmM6B1bbCc { width:15.5rem;height:2.01171875rem;top:17.560546875rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo { position:relative;z-index:auto;display:block; }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo { background-color: transparent; background-image: none; }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row .container > .video-iframe-container { display: none; }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row > .video-iframe-container { display: none; }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .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); }#MMv0Ada6OlyEbUQB4cgKK8m5wDIsL9wo > .row .container { width:20rem;height:65.4375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caOTLfLilS4kcPAQkZn1GhSLdTEWM5uE { width:20rem;height:4.5371125rem;top:2.5rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAcIGaXbPKyluJne22JOE5kcZ2kUq1ZB { width:17.375rem;height:15.75rem;top:27.0625rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6kcdZB30kgu7Nff6cgidKt7VDR7XIJ5 { width:12.5rem;height:2.6875rem;top:51rem;left:3.75rem;font-size:1rem;background-color:#a4224b;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) { #ZgdM261OH50QkJg8x5fBAq8wfKL0xW0m { display:block; }
 }@media only screen and (max-width: 763px) { #Efy2ra5U4rCBxdIg5BJ7bOBs4HlHz2wR { width:18.6875rem;height:1.6875rem;top:23.8125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xakPXtFOEQieTpOunMSBWbUrV2PMB3Pa { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhaHLypm3LPT4HJ6gR5eZfc6ieQ6tzsx { width:14.5625rem;height:3.375rem;top:52.6875rem;left:2.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #webv7fROaZr9UdxpRro3twgp8dLg2E2i { width:16.875rem;height:4.0234375rem;top:44.6875rem;left:2.5rem;font-size:0.875rem;line-height:2.3;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qeuxrUsl4no99vBmAnVywM2bfv1TabB8 { width:1.3125rem;height:1.3125rem;top:45.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUSckqz9FXfU0FZ6ZLhmZI5UrpZ7Cy84 { width:1.1875rem;height:1.1875rem;top:47.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc3wWGsEaq9eTUUMDeW4NCddrTO2nCAR { width:12.5rem;height:15.1875rem;top:7.912109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTI18ninHt0rW1KbnVF1GRkfvr9eClh { width:15.5rem;height:2.01171875rem;top:54.375rem;left:2.25rem;font-size:0.875rem;line-height:2.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkCVWtLwTTM54yyTCgIWoMR7bWhEip6C { width:20rem;height:6.5625rem;top:57.63671875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { width:7.3125rem;height:1.5rem;top:1.4970092773438rem;left:6.3108912706375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.761725rem;top:4.3692626953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }