.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:15001;text-align:center;text-align-last:center;top:0.6875rem;left:46.875rem;display:block; }
#olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:15002;text-align:center;text-align-last:center;top:0.6875rem;left:52.1875rem;display:block; }
#Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:15003;text-align:center;text-align-last:center;top:0.6875rem;left:57.5rem;display:block; }
#vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21875rem;left:63.75rem;display:block; }
#r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:12.4375rem;top:0.875rem;left:1.1875rem;overflow:hidden;display:block; }
#pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.1875rem;top:1.0625rem;left:14.560546875rem;overflow:hidden;display:block; }
#nyFZVTeWznh5SUkUFBvwpNVHhWg6VuZt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.436525rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3125rem;left:71.78125rem;display:none; }
#TkagVhUpBR5iCumouM8xIl9mqRg14VlG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zQtmZjMdejU/unsplash/ev-zQtmZjMdejU-photo-1491183672482-d0af0e44929d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG.adaptive-delivery-prevent-bg, #EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG.lazyload, #EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG.lazyloading { background-image: none; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container { background-color: transparent; background-image: none; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container > .video-iframe-container { display: none; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row > .video-iframe-container { display: none; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .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); }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container { border-width: 0; border-radius: 0; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;position:relative;display:block; }#GmT1ZHJVJBUx5nzecsCy7KPCglxvZpUf { color:#3366ff;display:block;width:37.6875rem;position:absolute;font-family:"noto sans hk";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:10.5rem;left:3.875rem;height:5.625rem;font-style:normal;display:block; }
#RgVfulkXM1phU80ccpzJeaQlUvD3gZDu { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.078125rem;left:3.875rem;height:11.7014rem;font-style:normal;display:block; }
#WIBNWAPn4lFIOvGbKV1hfziZmylqxcWX { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:31.875rem;left:6.0625rem;height:7.647575rem;font-style:normal;display:block; }
#M2pFMep6pkP1OPUsSNeJ6lzGhH51GVxe { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:32.25rem;left:3.875rem;overflow:hidden;display:block; }
#kfN55npFNVrTKGJG1UWkXR8b5PoPwpze { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:36rem;left:3.875rem;overflow:hidden;display:block; }
#D2vObWXT99tDoyDMynFd8ODkeb99burL { 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-shadow: none;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:15007;text-align:center;text-align-last:center;top:41.4931640625rem;left:18.375rem;display:block; }
#zT7fMWZH16lyluXvb4yGVk3sGS3QrtHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FSTOyWMTwucbcJZDqlTTyd5iP1vw1mqy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:37.9375rem;left:3.875rem;overflow:hidden;display:block; }
#zs9O0qRaTdMz6hdKibQQIIMQzxCdQ7t0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:34.25rem;left:3.875rem;overflow:hidden;display:block; }
#bIiDOTAkSyteTcGZGsUfBScGNdxX4Ttf { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:42.4375rem;left:16.8125rem;height:1.2999125rem;display:block; }
#CHZTHQ2LRSIzDDgBE79y9TV3d6DQWop1 { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"noto sans hk";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:7.75rem;left:3.875rem;height:1.78125rem;font-style:normal;display:block; }
#rRJvhZnFiqI6q403f2ud7VBLSO9bPat5 { position:absolute;display:block;z-index:15020;height:1.68555rem;width:2.99805rem;top:8.8125rem;left:65rem;display:block; }
#rmRFwB4TZkL7p7Qd4tRDXzq8vJlIouJX { z-index:15000;top:41.4931640625rem;left:3.875rem;background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.75) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JEHV47tvE8WF9Bsi5RDmTk87IvvSJIKb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGmaTpwB6htoBZpT59OR7gcfTK9XhPGr { position:absolute;display:block;z-index:15022;height:1.6875rem;width:3.125rem;top:8.8125rem;left:68.5rem;display:block; }
#STkFn5TT862S9tOpE3hHTeHEz7nf9ua5 { color:#282828;display:block;width:33.625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.18359375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:none; }
#s4KvO6aciv1yEVU2N7vq1aTIpCMDd8uC { color:#282828;display:block;width:33.625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:7.125rem;left:3.875rem;height:1.78125rem;font-style:normal;display:none; }
#wWRUogR091rse31MbzTxwSZTh7k9uGKR { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:30.5rem;top:38.4375rem;left:44.352370689655rem;overflow:hidden;display:block; }
#ssJLnbG68e3TimboxLg8aNwzh7hUAFhm { position:absolute;display:block;z-index:15005;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:22.5625rem;width:49.0625rem;top:52rem;left:13rem;display:block; }
#tRhHw32TlFKUaGc85MHLT7qlKFo4kH0S { color:#000000;display:block;width:49.1875rem;position:absolute;font-family:"noto sans hk";font-size:2.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:54.4375rem;left:12.9375rem;height:3.5747625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nk7s3xdhlU63W7T0DDvtDUc7nEhDrsBs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:35.875rem;top:11.3056640625rem;left:38.125rem;overflow:hidden;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/LJj0M4xwRjA/unsplash/arash-asghari-LJj0M4xwRjA-photo-1515231440624-1ab5ed324ac9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.6); }#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.6); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#000000;display:block;width:49.25rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { background-color:#ffff00;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.125rem 0.125rem 0.3125rem rgba(0,0,0,0.75) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.498697280884rem;height:2.9361979961395rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13rem;left:29.375rem;display:block; }
#xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { color:#ffffff;display:block;width:53rem;position:absolute;font-family:"noto sans tc";font-size:2.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.4375rem;left:11rem;height:3.8188rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { color:#ffffff;display:block;width:28.9365rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.5rem;left:24.25rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#XOee7UfuSHJaANGAPTq4EP66BuIUgTtu { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:33.2763671875rem;left:4.0625rem;height:14.44445rem;font-style:normal;display:block; }
#cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.75) ;height:12.625rem;width:29.8125rem;top:33.5625rem;left:38.875rem;display:block; }
#tlQe6oEovxZDtaZHtma2ZB0xetBhxKDE { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:39.5rem;left:40.5rem;height:5.73568125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:36.3125rem;left:44.8125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT .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; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT .widget-text.counter-label { background-color:;background-image:none;color:#334031;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.0625rem;left:23.75rem;z-index:15014; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #H07blK3Ic8KS5icgy06bm6odPXQpWlXf { display:flex;position:relative;top:0rem;left:0rem; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #BJV0IyAK4eSK5xqkx14vATGABIKaZ0Ep { width:auto; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #QUwZAmADJpM8baorsUoadi50s9U6ocGi {  }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #L8RpcyKs2D7wfqUrhtMuOkQgl4mIPDgR { display:flex;position:relative;top:0rem;left:0rem; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #Ax95o5AfLXCcIk11ltXcDGebB2c1D86x {  }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #qwhgkRf24W2Lyb4WSvcrRAQMPf6cyyTr {  }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #vEJ2tiyySOToNf8Ag6hQCNvkppRzKnsH { display:flex;position:relative;top:0rem;left:0rem; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #Ae5TBetqsbEFmEOsX24Mc3a3TPakOZbp {  }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #OT67IVOglpEzxklCMnyVRIiQsDl07Ulv {  }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #dV6TT2mdr0cnPuNd7qfeIUG2snIP1GWS { display:flex;position:relative;top:0rem;left:0rem; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #rEbGuJQQdpeDJlZ17QMW38o8PMs9BeoP {  }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #rXiqLNwVRq7zEO3Mpky6w0hp3XmT9RGe {  }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU .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; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#345161;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU .widget-text.counter-label { background-color:;background-image:none;color:#334031;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.8935546875rem;left:23.65625rem;z-index:15014;display:none; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #qcm303kBspdNXdzbFDhrJX0nah2NKO1n { display:flex;position:relative;top:0rem;left:0rem; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #rTw7Ezzke6z9fq6nZCax4wBFDn3C9fTb { width:auto; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #kfWg7Q9BqwhVTuLZWAxwz3VIQTbGpkCQ {  }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #gJQ0puSqiASInH3xdeMXTTWM6TAAidX1 { display:flex;position:relative;top:0rem;left:0rem; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #Hc1lZNZMdQl0tlwBMZxiUIu7ZIizTpIu {  }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #rsMoVftHO7bN0Bm3bqfToyFCrhywQpVP {  }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #liGbAT2FyPwudXGi1GJKizq7EHU1FdhP { display:flex;position:relative;top:0rem;left:0rem; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #QGbQnBwroxCSiobFZ8JhIoC0vfWEclww {  }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #H2nV3WxZAZ414orLQvgwhwkUJWo4Ubs9 {  }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #M6aqbbZybOOh9INQ1GhgWTTVF7kANr6J { display:flex;position:relative;top:0rem;left:0rem; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #Ht2iWCynMow8I7TiMRb6zXAJOycvldtO {  }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU #POskkcUHmKKpXZQhPuevAfVKVFJ8qPRg {  }
#ekKEe77puWXMzqZaFFftH0AhP50wC6ka { position:absolute;display:block;z-index:15005;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; }
#nNEqv17e59NL7kuPvC7it4xniSTn3FI8 { color:#252525;display:block;width:34.74975rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.873779296875rem;left:20.123291015625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qNokh13Xz35NsSuXNOg90SDmDKbnPO3f { color:#252525;display:block;width:19.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:27.78125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv .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; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#334031;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv .widget-text.counter-label { background-color:;background-image:none;color:#334031;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.185546875rem;left:23.65625rem;z-index:15012;display:none; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #igvBInJOoAO15OZnSvzTBTcAReWJWQhf { display:flex;position:relative;top:0rem;left:0rem; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #rMIB2a6Ag0KDMTcCFVGISs5EmuK7knTq { width:auto; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #VIbTbmMT9DKeRscO3D478h7oEgTWt12t {  }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #hZ3oDghlTVz9BRtFBBBaa83LgeWiOJWi { display:flex;position:relative;top:0rem;left:0rem; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #z13nFg1ryUV3nrp9cnGPw3v3By3lauyl {  }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #JeZMX5Fz7WRJrmHkiCSOf7m4cezyKqbs {  }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #XqDktZKSnkw9rhvc3GAIRn05ZtQpspkN { display:flex;position:relative;top:0rem;left:0rem; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #lwTtxEBV547KLMCxDz4GZAUaVeORtMC8 {  }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #BQaFCKtvBVGp0MbURGDAQlAwSOkivCC8 {  }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #xdbN4oe3k0TdAIxr2FsrwPLFLrARIffl { display:flex;position:relative;top:0rem;left:0rem; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #FoBkVCA7Xxxvo7iD0hLP0hrVuCwywnRo {  }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #fq20B30163WHzWy9Ogdr6diFTTQEln8U {  }
#XeQcBV9nLwmTSXuyhH2klDCPWk71XHm3 { color:#212121;display:block;width:34.43725rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.079833984375rem;left:20.279541015625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zQtmZjMdejU/unsplash/ev-zQtmZjMdejU-photo-1491183672482-d0af0e44929d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05.adaptive-delivery-prevent-bg, #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05.lazyload, #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05.lazyloading { background-image: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { background-color: transparent; background-image: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container > .video-iframe-container { display: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container { display: none; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { border-width: 0; border-radius: 0; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:2.3;letter-spacing:0;top:15.5rem;left:39.5625rem;height:9.769975rem;font-style:normal;display:block; }
#IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:16.125rem;left:36.625rem;overflow:hidden;display:block; }
#GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:18.5625rem;left:36.625rem;overflow:hidden;display:block; }
#UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:21rem;left:36.625rem;overflow:hidden;display:block; }
#vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:24.1875rem;width:30.1875rem;top:4.125rem;left:3.5625rem;display:block; }
#IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { color:#272727;display:block;width:27.75rem;position:absolute;font-family:"noto sans tc";font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.25rem;left:4.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { color:#232323;display:block;width:19.6230625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.828125rem;left:8.84375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { background-color:#ffff00;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.3125rem rgba(0,0,0,0.75) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:22rem;left:10.40625rem;display:block; }
#dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxSvA30AIusBxzzT4u9GCmNleIxTyy2a { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#w1nTznw95ExskvCRHXko953D52BU9nZe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6.53125rem;left:37.03125rem;height:3.4375rem;font-style:normal;display:block; }
#CZUFWkMn0WOsr1Cg8aCGecB8kUp0neUW { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.625rem;left:37.0625rem;height:1.86903125rem;font-style:normal;display:block; }
#F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:23.5625rem;left:36.625rem;overflow:hidden;display:block; }
#LBiVcJQJe2lfS94ydxfN7z69OTaaM2sX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.341796875rem;left:41.18359375rem;height:0;display:none; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R .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; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.701875rem;padding-right:0.63875rem;padding-bottom:0.701875rem;padding-left:0.63875rem;display:block;align-items:center;width:3.826875rem;min-width:3.826875rem;height:3.7725rem;position:relative;font-family:"noto sans tc";font-size:2.8075rem;font-weight:700;line-height:60.36px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R .widget-text.counter-label { background-color:;background-image:none;color:#334031;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.100625rem;height:1.49125rem;position:relative;font-family:"noto sans tc";font-size:1.053125rem;font-weight:400;line-height:23.86px;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; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24.4375rem;height:7.10625rem;padding-top:0.875625rem;padding-right:0.87875rem;padding-bottom:0.875625rem;padding-left:0.87875rem;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:13.1171875rem;left:5.5576171875rem;z-index:15015; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #NzddzdzTHcHGxQdIWN4ZsNx7RuK2axqN { display:flex;position:relative;top:0rem;left:0rem; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #gIuphNEHX4Ths05Mn58zT3s2eSk8JaoD { width:auto; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #yLavCun3uxmb4QX4eU7D1NWgFZaU1hqn {  }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #SFX3dmaTkUhOO0e1OmT3mlGbgOf6XBgS { display:flex;position:relative;top:0rem;left:0rem; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #hHFz68kXTpXBLHwBIQSlKdahQIuR3UdH {  }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #JzMlqRnRB3LwAMAoTAJHcp4d024rnLcc {  }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #SiCOFVceThlQytUJubRIvW0vxQNRQO2e { display:flex;position:relative;top:0rem;left:0rem; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #SnrTGQNbIDcpqzWIRpzOz5l2Z27qOKwQ {  }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #TtK2zHTck1Z71wTqAT3yBxG5Vp0FWflk {  }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #JkhRTSwm9WkBRBJwmNzgD5OCAq0vZTNx { display:flex;position:relative;top:0rem;left:0rem; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #ecR57pGwgiHOWl44cfZNhpeB1laN5svw {  }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R #ZxI3JiT8FueDoUEZLXTcbXXOizfOLRco {  }
#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { color:#000000;display:block;width:62.875rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.9873046875rem;left:2.4345703125rem;height:3.4375rem;font-style:normal;display:block; }
#zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.7431640625rem;left:2.6201171875rem;height:2.11263125rem;display:block; }
#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { color:#ff4848;display:block;width:14.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.81120300293rem;left:5.77734375rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16.123046875rem;left:4.52734375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { color:#ff4848;display:block;width:14.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.74870300293rem;left:30.031251907349rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.1220703125rem;left:27.748046875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { color:#ff4848;display:block;width:15.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.74870300293rem;left:54.029947280884rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnXnAUiXFodHZKs9636HODvyv5qoTONZ { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.123046875rem;left:53.435546875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.556640625rem;left:4.62109375rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.556640625rem;left:28.40625rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"noto sans tc";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.869140625rem;left:52.841796875rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:4.9423828125rem;left:9.55859375rem;overflow:hidden;display:block; }
#kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:4.9736328125rem;left:33.6865234375rem;overflow:hidden;display:block; }
#fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:4.5673828125rem;left:58.125rem;overflow:hidden;display:block; }
#Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { position:absolute;display:block;z-index:14999;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(0,0,0,0.75) ;height:26.875rem;width:21.875rem;top:1.3955078125rem;left:2.0859375rem;display:block; }
#kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { position:absolute;display:block;z-index:15000;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(0,0,0,0.75) ;height:26.875rem;width:21.875rem;top:1.3959121704101rem;left:26.528032302856rem;display:block; }
#QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { position:absolute;display:block;z-index:15001;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(0,0,0,0.75) ;height:26.875rem;width:21.875rem;top:1.3959121704101rem;left:50.901880264282rem;display:block; }
#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { position:relative;display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { background-color: transparent; background-image: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { border-width: 0; border-radius: 0; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { color:#000000;display:block;width:62.375rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:2.6875rem;left:6.3125rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:18.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { position:relative;display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { background-color: transparent; background-image: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { border-width: 0; border-radius: 0; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { color:#ff4848;display:block;width:25.25rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:40rem;height:2.03125rem;font-style:normal;display:block; }
#PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iU4UGISiir8tBN7BiymNPEgZh69ULguv { color:#ff4848;display:block;width:30.5rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40rem;height:2.03125rem;font-style:normal;display:block; }
#kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { color:#ff4848;display:block;width:25.249309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.5rem;left:40rem;height:2.03125rem;font-style:normal;display:block; }
#qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { color:#000000;display:block;width:27.874rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D0tvPunZ7MEITPtKL1J9TMQaUHHMdnah { color:#ff4848;display:block;width:25.249309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.125rem;left:40rem;height:2.03125rem;font-style:normal;display:block; }
#ZRlg4tSeVf3h077G8ixi6cOncICEbc1e { color:#000000;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.125rem;left:40rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mg2Fbdg95tZXWz0aR8EpKJqW8ra3kCKt { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:27.125rem;top:18.15625rem;left:0rem;overflow:hidden;display:block; }
#ncKxLXp83caQiSZII76fAR7F2KLlXK1C { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:25.375rem;top:0.78125rem;left:9.029296875rem;overflow:hidden;display:block; }
#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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#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:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.125rem 0.125rem 0.3125rem rgba(0,0,0,0.75) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.562040328979rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.56800842285156rem;left:31.216680526733rem;display:block; }
#Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KKzni0I0cullp61Vcd0texuysuzaO4va { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ZQINxp2KP8k/unsplash/icarus-chu-ZQINxp2KP8k-photo-1612967690587-d741c8d7825d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KKzni0I0cullp61Vcd0texuysuzaO4va.adaptive-delivery-prevent-bg, #KKzni0I0cullp61Vcd0texuysuzaO4va.lazyload, #KKzni0I0cullp61Vcd0texuysuzaO4va.lazyloading { background-image: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { background-color: transparent; background-image: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container > .video-iframe-container { display: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row > .video-iframe-container { display: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { border-width: 0; border-radius: 0; }#KKzni0I0cullp61Vcd0texuysuzaO4va::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#oh8oJ4L9JzI5uUtAdkT3f13kAfTy63Oc { position:absolute;display:block;z-index:15003;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;box-shadow: none;height:21.0625rem;width:21.0625rem;top:5.748046875rem;left:8.0126953125rem;overflow:hidden;display:block; }
#bn7iQpFPveWzzKa07k420TsoRumJEEn9 { color:#ff4848;display:block;width:22.75rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.935546875rem;left:34.9345703125rem;height:3.412rem;font-style:normal;display:block; }
#TqpcPKR9Fdnk0nsLkvJkolhPsMpWLxOy { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.34765625rem;left:35.0283203125rem;height:2.03125rem;font-style:normal;display:block; }
#L3LaMspvwLOCO0WOT2z954Z6dMre0nVH { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11rem;left:35.25rem;height:7.200525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MngUk1WiTe1RqJ4Kc1wPu9tDFeTte1i5 { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"noto sans hk";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:20.568359375rem;left:35.2470703125rem;height:8.91926875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kkLIihNmNTxtGQt2ovSSXNiiBbGsDVFc { position:absolute;display:block;z-index:15002;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: none;height:10.6875rem;width:33.5625rem;top:19.6875rem;left:34.3125rem;display:block; }
#ld6Zgxc3TI6PSFvEpJ21vzJDiqek0hsX { position:absolute;display:block;z-index:15003;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: none;height:8.75rem;width:33.5625rem;top:10.25rem;left:34.1875rem;display:block; }
#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .row .container { background-color: transparent; background-image: none; }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .row .container > .video-iframe-container { display: none; }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .row > .video-iframe-container { display: none; }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .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); }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .row .container { border-width: 0; border-radius: 0; }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#BH12u9SBoC4FP6k85xV0NGOBJKVhdfqJ { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:18.28125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OCCTZxremxOgt0algkhGqFasaWiamwsT { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.109375rem;left:27.125rem;height:1.86903125rem;text-align:center;text-align-last:center;display:block; }
#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .row .container { background-color: transparent; background-image: none; }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .row .container > .video-iframe-container { display: none; }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .row > .video-iframe-container { display: none; }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .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); }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .row .container { border-width: 0; border-radius: 0; }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#CRomRZNH5eFTwlyb2ZhKvpQL4afuanpQ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffff00, #ffffff);background-image: -moz-linear-gradient(180deg, #ffff00, #ffffff);background-image: -ms-linear-gradient(180deg, #ffff00, #ffffff);background-image: -o-linear-gradient(180deg, #ffff00, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffff00, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:26.5rem;width:24.1875rem;top:0rem;left:25.40625rem;display:block; }
#U7ln7O4NUgNliFAcvuvJ1BBDoJ5tssh6 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:23.9375rem;width:22.8125rem;top:1.28125rem;left:50rem;display:block; }
#vdO0vGUF6TNhc803uttLvrwBSzRp1w1P { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(86,86,86,0.58) ;height:23.9375rem;width:23.3125rem;top:1.28125rem;left:1.75rem;display:block; }
#kVpq8RrCqUKBVEV3oKuiUBlaeUdx8I77 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"noto sans tc";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:28.5rem;height:2.7615rem;font-style:normal;display:block; }
#VVqploIMBCAql1awWssTfGiG0eTI0TbR { color:#252525;display:block;width:16.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.912109375rem;left:52.9375rem;height:2.4375rem;font-style:normal;display:block; }
#MuTk4QhFUkQbITigU5EogudMLsxuCLCs { color:#252525;display:block;width:21.1875rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.912109375rem;left:2.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ad1U69BaX8q42gubEBpTOxDT3WSegbgl { color:#000000;display:block;width:18rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8rem;left:28.5rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2JEX90bCw94TNVVvGQS0wpGSX6SkGTs { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:"noto sans tc";font-size:4.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:26.21875rem;height:5.3624125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qm4SBkRwlkXxfOvuTP8ikltM2kadZaX9 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"noto sans tc";font-size:3.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8125rem;left:4.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctx8kaTaF42pksgaZQNDBINLgLIJl2uo { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"noto sans tc";font-size:3.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.8125rem;left:53.53125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X15OUU8aaPaQDwwfkPWcGPTF5JvHzaoQ { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.21875rem;left:54.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xulVWTW1t6zZo7Mx0w5oq5dwvDo90M3V { color:#252525;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.84375rem;left:5.71875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3ZzsGkkqylDClKWBOayi5mgEHHA8SFm { background-color:rgba(255,255,255,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;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: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5605625rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.1650390625rem;left:7.125rem;display:block; }
#Q9XoC9BOqT2IoWH6THoJbTTmbf0IahBG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BPN0Cmf6tdVf7gCO23LoJ1cgER8BVHNn { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.7666015625rem;left:29.53125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3Wn8RQZbTJx3lDHRg1FKp5agQ8hNDTU { background-color:rgba(255,255,255,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;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: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.560546875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:19.1650390625rem;left:55.1259765625rem;display:block; }
#bVQipfT5qRCOg2ngVBNtT24lI8ARZAJH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QLm9wEscMDn21e1dRi2FOgB3zRWhsARg { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.0712890625rem;left:6.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ew5qWIBZ5m3pcU1b09WpnkT7X2eGyJl5 { background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.125rem 0.125rem 0.3125rem rgba(0,0,0,0.75) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5615rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.875rem;left:31.2177734375rem;display:block; }
#uviNyw4R2zU7FGIsWKQHBMv8zkK8yoVZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { background-color: transparent; background-image: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container > .video-iframe-container { display: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row > .video-iframe-container { display: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { border-width: 0; border-radius: 0; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#I5dLCyZidrFu8C6CkyBbM4bgSccKNsT3 { color:#000000;display:block;width:35.874309539795rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.6318359375rem;left:19.560546875rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gg8iuCOfTzUSI9ZA6ARmP3fiOkv8ipDQ { color:#000000;display:block;width:38.374309539795rem;position:absolute;font-family:"noto sans hk";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.375rem;left:18.310546875rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { background-color: transparent; background-image: none; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container > .video-iframe-container { display: none; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row > .video-iframe-container { display: none; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { border-width: 0; border-radius: 0; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#CWRgGbtTBFMSQ8JTSw4VvWU5BTBzpPxi { color:#000000;display:block;width:19.436875rem;position:absolute;font-family:"noto sans tc";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:15.827909469604rem;left:2.7810335159302rem;height:1.5115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kehzs1Nv9pzQIua1LsFWEMA3ggAvU2g0 { color:#000000;display:block;width:17.5610625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:4.0859375rem;left:4.240234375rem;height:7.2005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zzysQ1t7R2mEbIqVb09BXmwALmwcl62O { position:absolute;display:block;z-index:14999;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.125rem 0.125rem 0.3125rem rgba(0,0,0,0.75) ;height:18.3125rem;width:21.875rem;top:2.20703125rem;left:2.0859375rem;display:block; }
#ThTvo7PsQQtEfTTrkuX0s2ieqJOE2QCM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"noto sans tc";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:15.828992843628rem;left:31.250002861023rem;height:1.5115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ENsc5mO65R8JTJxX5zlfFponhHgmci0W { color:#000000;display:block;width:17.5610625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.0859375rem;left:28.7177734375rem;height:9.000625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvt9hOVdCzlbHCqFPx3Xe85w8uRG0X5R { position:absolute;display:block;z-index:15003;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(0,0,0,0.75) ;height:18.3125rem;width:21.875rem;top:2.20703125rem;left:26.5625rem;display:block; }
#myFLh9GelsSxcA7kVmdKh2gzHRKAtEkF { position:absolute;display:block;z-index:15007;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(2,2,2,0.75) ;height:18.3125rem;width:21.875rem;top:2.20703125rem;left:51.5625rem;display:block; }
#DERykEZs2mFACPMCtzzsDJfas6tX3Zmr { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:4.1484375rem;left:53.75rem;height:9.000625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDoTNR8XNTNuzyCTR77XutHZTCfTnTnR { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:15.828992843628rem;left:55.718317985534rem;height:1.5115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wInz7XaJzJss401UE0gR21TUqC0CTHBx { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.8125rem;top:12.25rem;left:46.1875rem;overflow:hidden;display:block; }
#nDBmew3g8e9OVE184rwv9NuI7dQapUcB { color:#c85e5e;display:block;width:19.4375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:17.875rem;left:3rem;height:1.1002625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntQGm3HvW6DZ40BNq5CTU5xCiLo1XfrQ { color:#c85e5e;display:block;width:19.4375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:17.875rem;left:27.78125rem;height:1.1002625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GiuU7lbBl3nlT2r7N1IoVsRFWR9BumTA { color:#c85e5e;display:block;width:19.4375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:17.8115234375rem;left:52.78125rem;height:1.1002625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dtTWLu9419UI8NT0x17RpxyqEeEACRcL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/LJj0M4xwRjA/unsplash/arash-asghari-LJj0M4xwRjA-photo-1515231440624-1ab5ed324ac9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.6); }#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.6); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { color:#532828;display:block;width:54.8125rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.060546875rem;left:10.09375rem;height:3.90028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5859375rem;left:27.78125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { background-color:#ffbf38;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.499rem;height:2.9370125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.625rem;left:29.3125rem;display:none; }
#H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkQA2rx0MmC5HWTcIpD4QxTc2Fl8wB4W { color:#282828;display:block;width:33.9355625rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:22.0625rem;left:20.5625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 .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; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.9609375rem;left:23.65625rem;z-index:15017; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #BK6k0IT2ZxPHwU0k9Gq9dRWq0a1IB023 { display:flex;position:relative;top:0rem;left:0rem; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #e5hmqaDxlZ6IkbtywdDEqZwMHfzDmOUy { width:auto; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #BvhWxVmQVHJXzZdRO2ROAGTk1bLubDQW {  }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #N0EntkUbXQMVi3gr3umSL2PCTAWaZW66 { display:flex;position:relative;top:0rem;left:0rem; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #IMmLOhnIJDmhRZ2Ty0TqbIsF56DtniOM {  }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #F4BKd1ORStM2WTRO7eLLmOiy2BOq73hH {  }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #mdsPTFynVxvWvSGIqeOnfDeeLSIyF1Th { display:flex;position:relative;top:0rem;left:0rem; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #bf3UmKGNp0N242Bo5QEvwxwDx2F7dpPq {  }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #kd043p3wSQ0rW0mOJ7KqpwmlGyO3OPEX {  }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #eP5NxKf9tHxlvhAJhdnk6E46IBeb5kad { display:flex;position:relative;top:0rem;left:0rem; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #rotFW4PlRk5AA6mRZeKKLRZK3G1PUhZe {  }
#rvgCavukGAfqCns8dQ20pu201TW7v942 #w4N3F20HGDmZAFAhqAgofhFIvMSVWUpZ {  }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L .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; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#334031;padding-top:0.751875rem;padding-right:0.68125rem;padding-bottom:0.751875rem;padding-left:0.68125rem;display:block;align-items:center;width:4.083125rem;min-width:4.083125rem;height:4.040625rem;position:relative;font-family:"noto sans tc";font-size:3.006875rem;font-weight:700;line-height:64.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L .widget-text.counter-label { background-color:;background-image:none;color:#334031;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.443125rem;height:1.596875rem;position:relative;font-family:"noto sans tc";font-size:1.128125rem;font-weight:400;line-height:25.55px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.8125rem;height:7.61125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.185546875rem;left:23.65625rem;z-index:15012;display:none; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #iGzd5lr4tTUTopqnJZg4G3H30rSkuGEd { display:flex;position:relative;top:0rem;left:0rem; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #TAhVWw9a1LTy9BuW36IltTGDLt25w64H { width:auto; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #iyTaenMrgTlwGeM9vfoxW0sTF1pUWRax {  }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #AILxnXeEXEAUcNOmpiwODqlRHo3Kflzm { display:flex;position:relative;top:0rem;left:0rem; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #hscGlfc1SUVn7PpgLRa3gnx2h7NVkHcn {  }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #rKWwmU3DkgC5TD3zhVNNw5NbvciSDoab {  }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #bEoRerC5JrmT2XHrT9kncrK4KxONKm8o { display:flex;position:relative;top:0rem;left:0rem; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #TUUTLFblVvM68CVcp1nqes1T9yV99H33 {  }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #zgIidKGFv5K43OilGVasZ4m9MIwmKuXu {  }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #QFQlFTbKd88u6eJhmQkQR9ZKsTdE6PrO { display:flex;position:relative;top:0rem;left:0rem; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #nXLXU2SrTEIAW80vKhHblnfVE7cHbyTn {  }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #Hq6TvK7LdLFroUDzDpVBf23nexM6KqWE {  }
#HV7ywxcZxdulxpV8AwNe8qGrusFJOnva { background-color:#ffff00;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.125rem 0.125rem 0.3125rem rgba(0,0,0,0.75) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.498697280884rem;height:2.9361979961395rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:18.0625rem;left:29.375rem;display:block; }
#nQHPrKiz0fMaHi2gmTV67nXlW1gNItTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTANoqkXItZbJsEksxxG1IelMlyRK9fT { color:#532828;display:block;width:54.8125rem;position:absolute;font-family:"noto sans tc";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.060546875rem;left:10.09375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zQtmZjMdejU/unsplash/ev-zQtmZjMdejU-photo-1491183672482-d0af0e44929d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x.adaptive-delivery-prevent-bg, #UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x.lazyload, #UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x.lazyloading { background-image: none; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container { background-color: transparent; background-image: none; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container > .video-iframe-container { display: none; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row > .video-iframe-container { display: none; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .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); }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container { border-width: 0; border-radius: 0; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#WkqT47AoM1gCh9FTnq4I2sb7EFxGkKUr { color:#3366ff;display:block;width:37.6875rem;position:absolute;font-family:"noto sans hk";font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.75rem;left:3.875rem;height:5.625rem;font-style:normal;display:block; }
#VAygxDay1yshHLdu5CrO5Pp9vlyUUCyz { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.875rem;height:11.7014rem;font-style:normal;display:block; }
#Lb694oIO8qK520ZpvW1VSqbwneMy1qz9 { color:#000000;display:block;width:26rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:28.125rem;left:6.0625rem;height:7.647575rem;font-style:normal;display:block; }
#hv6hryZuFUSd8k3VAvtSmJBltoz0CT7U { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:28.5rem;left:3.875rem;overflow:hidden;display:block; }
#MMfkJAoLWUqJPK63its1URDIsHe2Ft26 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:32.25rem;left:3.875rem;overflow:hidden;display:block; }
#wcpE6EQwwTIzAiDRgXL9xNJkKmdw04DT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:34.1875rem;left:3.875rem;overflow:hidden;display:block; }
#e4Cg3B6qKheZ6TdKhubxFRHXTlrxVCKN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.5rem;left:3.875rem;overflow:hidden;display:block; }
#iirluuliWi8M7wBoIIRObTqiH3WxyLQC { color:#000000;display:block;width:33.625rem;position:absolute;font-family:"noto sans hk";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:4rem;left:3.875rem;height:1.78125rem;font-style:normal;display:block; }
#SeCve989TvdFM390CTpaCXw3ZIF92k75 { z-index:15000;top:37.75rem;left:3.875rem;background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.75) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RutcvPgy3AAMDGtXM4Keoq5Z3s0GACEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vt9LvTF7WtQC27z6wWRtfRCcvTuerXDH { color:#282828;display:block;width:33.625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.18359375rem;left:3.75rem;height:1.78125rem;font-style:normal;display:none; }
#MVDLUptOKUQLR6VGgkignMTM0bH40IUu { color:#282828;display:block;width:33.625rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:7.125rem;left:3.875rem;height:1.78125rem;font-style:normal;display:none; }
#mxZMt8HdNyQn55OsQHaTTnBlx6JSDhMc { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:30.5rem;top:28.125rem;left:44.5rem;overflow:hidden;display:block; }
#eJ4iB0TnwqLnRvKpiw6BeAo98gdDGTqC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:35.875rem;top:7.5625rem;left:38.125rem;overflow:hidden;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:1.44921875rem;left:42.3115234375rem;height:2.9730875rem;text-align:center;text-align-last:center;display:block; }
#aF224U20To69D38pUKbH1t07SkQesUZg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81225625rem;width:13.374rem;top:0.999755859375rem;left:10.9033203125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:4.6875rem;height:3.4375rem;top:0.6875rem;left:33.25rem;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.6875rem;left:38.5625rem;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.6875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:9.125rem;height:2.5rem;top:1.1875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { top:0.875rem;left:0rem;width:12.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { top:1.0625rem;left:0.935546875rem;width:3.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFZVTeWznh5SUkUFBvwpNVHhWg6VuZt { width:2.375rem;height:3.4375rem;top:1.3125rem;left:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkagVhUpBR5iCumouM8xIl9mqRg14VlG { display:block; }
 }@media only screen and (max-width: 763px) { #EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG { display:block; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmT1ZHJVJBUx5nzecsCy7KPCglxvZpUf { top:10.5rem;left:0rem;width:37.6875rem;height:5.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgVfulkXM1phU80ccpzJeaQlUvD3gZDu { top:18.0625rem;left:0rem;width:30.0625rem;height:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIBNWAPn4lFIOvGbKV1hfziZmylqxcWX { top:31.875rem;left:0rem;width:25.9375rem;height:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2pFMep6pkP1OPUsSNeJ6lzGhH51GVxe { top:32.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfN55npFNVrTKGJG1UWkXR8b5PoPwpze { top:36rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2vObWXT99tDoyDMynFd8ODkeb99burL { width:6.5rem;height:3.1875rem;top:41.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7fMWZH16lyluXvb4yGVk3sGS3QrtHk { display:block; }
 }@media only screen and (max-width: 763px) { #FSTOyWMTwucbcJZDqlTTyd5iP1vw1mqy { top:37.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs9O0qRaTdMz6hdKibQQIIMQzxCdQ7t0 { top:34.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIiDOTAkSyteTcGZGsUfBScGNdxX4Ttf { top:42.4375rem;left:3.1875rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHZTHQ2LRSIzDDgBE79y9TV3d6DQWop1 { top:7.75rem;left:0rem;width:33.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRJvhZnFiqI6q403f2ud7VBLSO9bPat5 { top:8.8125rem;left:44.8125rem;width:2.9375rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmRFwB4TZkL7p7Qd4tRDXzq8vJlIouJX { top:41.4375rem;left:0rem;width:12rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEHV47tvE8WF9Bsi5RDmTk87IvvSJIKb { display:block; }
 }@media only screen and (max-width: 763px) { #BGmaTpwB6htoBZpT59OR7gcfTK9XhPGr { top:8.8125rem;left:44.625rem;width:3.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STkFn5TT862S9tOpE3hHTeHEz7nf9ua5 { top:4.125rem;left:0rem;width:33.5625rem;height:1.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4KvO6aciv1yEVU2N7vq1aTIpCMDd8uC { top:5.75rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWRUogR091rse31MbzTxwSZTh7k9uGKR { top:38.4375rem;left:9rem;width:30.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssJLnbG68e3TimboxLg8aNwzh7hUAFhm { top:52rem;left:0rem;width:47.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRhHw32TlFKUaGc85MHLT7qlKFo4kH0S { top:54.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk7s3xdhlU63W7T0DDvtDUc7nEhDrsBs { top:11.25rem;left:11.875rem;width:35.875rem;height:30.25rem;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:3.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:13rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { top:24.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { top:28.5rem;left:10.625rem;width:28.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOee7UfuSHJaANGAPTq4EP66BuIUgTtu { top:33.25rem;left:0rem;width:30.75rem;height:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { top:33.5625rem;left:16.6875rem;width:29.8125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQe6oEovxZDtaZHtma2ZB0xetBhxKDE { top:39.5rem;left:19.875rem;width:27.875rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { top:36.3125rem;left:28.5rem;width:19.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT .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; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT .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; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #H07blK3Ic8KS5icgy06bm6odPXQpWlXf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #BJV0IyAK4eSK5xqkx14vATGABIKaZ0Ep {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #QUwZAmADJpM8baorsUoadi50s9U6ocGi {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #L8RpcyKs2D7wfqUrhtMuOkQgl4mIPDgR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #Ax95o5AfLXCcIk11ltXcDGebB2c1D86x {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #qwhgkRf24W2Lyb4WSvcrRAQMPf6cyyTr {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #vEJ2tiyySOToNf8Ag6hQCNvkppRzKnsH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #Ae5TBetqsbEFmEOsX24Mc3a3TPakOZbp {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #OT67IVOglpEzxklCMnyVRIiQsDl07Ulv {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #dV6TT2mdr0cnPuNd7qfeIUG2snIP1GWS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #rEbGuJQQdpeDJlZ17QMW38o8PMs9BeoP {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #rXiqLNwVRq7zEO3Mpky6w0hp3XmT9RGe {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU .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; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU .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; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #qcm303kBspdNXdzbFDhrJX0nah2NKO1n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #rTw7Ezzke6z9fq6nZCax4wBFDn3C9fTb {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #kfWg7Q9BqwhVTuLZWAxwz3VIQTbGpkCQ {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #gJQ0puSqiASInH3xdeMXTTWM6TAAidX1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #Hc1lZNZMdQl0tlwBMZxiUIu7ZIizTpIu {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #rsMoVftHO7bN0Bm3bqfToyFCrhywQpVP {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #liGbAT2FyPwudXGi1GJKizq7EHU1FdhP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #QGbQnBwroxCSiobFZ8JhIoC0vfWEclww {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #H2nV3WxZAZ414orLQvgwhwkUJWo4Ubs9 {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #M6aqbbZybOOh9INQ1GhgWTTVF7kANr6J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #Ht2iWCynMow8I7TiMRb6zXAJOycvldtO {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #POskkcUHmKKpXZQhPuevAfVKVFJ8qPRg {  }
 }@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) { #nNEqv17e59NL7kuPvC7it4xniSTn3FI8 { top:4.875rem;left:0rem;width:19.3125rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNokh13Xz35NsSuXNOg90SDmDKbnPO3f { top:6.75rem;left:14.15625rem;width:19.4375rem;height:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv .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; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv .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; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #igvBInJOoAO15OZnSvzTBTcAReWJWQhf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #rMIB2a6Ag0KDMTcCFVGISs5EmuK7knTq {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #VIbTbmMT9DKeRscO3D478h7oEgTWt12t {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #hZ3oDghlTVz9BRtFBBBaa83LgeWiOJWi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #z13nFg1ryUV3nrp9cnGPw3v3By3lauyl {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #JeZMX5Fz7WRJrmHkiCSOf7m4cezyKqbs {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #XqDktZKSnkw9rhvc3GAIRn05ZtQpspkN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #lwTtxEBV547KLMCxDz4GZAUaVeORtMC8 {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #BQaFCKtvBVGp0MbURGDAQlAwSOkivCC8 {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #xdbN4oe3k0TdAIxr2FsrwPLFLrARIffl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #FoBkVCA7Xxxvo7iD0hLP0hrVuCwywnRo {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #fq20B30163WHzWy9Ogdr6diFTTQEln8U {  }
 }@media only screen and (max-width: 763px) { #XeQcBV9nLwmTSXuyhH2klDCPWk71XHm3 { top:5.125rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { top:15.5rem;left:12.9375rem;width:34.8125rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { top:16.125rem;left:23rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { top:18.5625rem;left:23rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { top:21rem;left:23rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { top:4.125rem;left:0rem;width:30.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { top:7.25rem;left:0rem;width:27.75rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { top:10.8125rem;left:0rem;width:19.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #DxSvA30AIusBxzzT4u9GCmNleIxTyy2a { top:8.1875rem;left:0rem;width:12.3125rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1nTznw95ExskvCRHXko953D52BU9nZe { top:9.8125rem;left:0rem;width:16.25rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { top:11.4375rem;left:0rem;width:12.4375rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { top:6.5rem;left:14.1875rem;width:33.5625rem;height:3.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZUFWkMn0WOsr1Cg8aCGecB8kUp0neUW { top:10.625rem;left:22.0625rem;width:25.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { top:23.5625rem;left:23rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBiVcJQJe2lfS94ydxfN7z69OTaaM2sX { top:13rem;left:0rem;width:13.625rem;height:1rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R .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; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R .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; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #NzddzdzTHcHGxQdIWN4ZsNx7RuK2axqN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #gIuphNEHX4Ths05Mn58zT3s2eSk8JaoD {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #yLavCun3uxmb4QX4eU7D1NWgFZaU1hqn {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #SFX3dmaTkUhOO0e1OmT3mlGbgOf6XBgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #hHFz68kXTpXBLHwBIQSlKdahQIuR3UdH {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #JzMlqRnRB3LwAMAoTAJHcp4d024rnLcc {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #SiCOFVceThlQytUJubRIvW0vxQNRQO2e { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #SnrTGQNbIDcpqzWIRpzOz5l2Z27qOKwQ {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #TtK2zHTck1Z71wTqAT3yBxG5Vp0FWflk {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #JkhRTSwm9WkBRBJwmNzgD5OCAq0vZTNx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #ecR57pGwgiHOWl44cfZNhpeB1laN5svw {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #ZxI3JiT8FueDoUEZLXTcbXXOizfOLRco {  }
 }@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:3.9375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { top:7.6875rem;left:0rem;width:38.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ { display:block; }#Xn3kuOpLsqeCcemVOvoe1zMugoTP4aDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { top:13.75rem;left:1.21484375rem;width:14.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { top:16.0625rem;left:0rem;width:17.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { top:13.6875rem;left:16.34375rem;width:14.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { top:16.0625rem;left:12.0625rem;width:19.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { top:13.6875rem;left:31.75rem;width:15.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { top:16.0625rem;left:30.75rem;width:16.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { top:19.5rem;left:0rem;width:16.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { top:19.5rem;left:13.5625rem;width:18.1875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { top:19.8125rem;left:29.5625rem;width:18.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { top:4.9375rem;left:4.99609375rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { top:4.9375rem;left:19.9990234375rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { top:4.5625rem;left:35.3125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { top:1.375rem;left:0rem;width:21.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { top:1.375rem;left:9.875rem;width:21.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { top:1.375rem;left:25.75rem;width:21.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { top:2.6875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { top:6.4375rem;left:4.6875rem;width:38.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { top:2.375rem;left:22.5rem;width:25.25rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { top:4.375rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { top:6.9375rem;left:17.25rem;width:30.5rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { top:8.9375rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { top:11.5rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { top:13.625rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0tvPunZ7MEITPtKL1J9TMQaUHHMdnah { top:16.125rem;left:22.5625rem;width:25.1875rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRlg4tSeVf3h077G8ixi6cOncICEbc1e { top:18.125rem;left:19.9375rem;width:27.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg2Fbdg95tZXWz0aR8EpKJqW8ra3kCKt { top:18.125rem;left:0rem;width:27.125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncKxLXp83caQiSZII76fAR7F2KLlXK1C { top:0.75rem;left:0rem;width:25.375rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:12.5rem;height:3.125rem;top:0.5625rem;left:17.591680526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #KKzni0I0cullp61Vcd0texuysuzaO4va { display:block; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh8oJ4L9JzI5uUtAdkT3f13kAfTy63Oc { top:5.6875rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn7iQpFPveWzzKa07k420TsoRumJEEn9 { top:3.875rem;left:21.3095703125rem;width:22.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqpcPKR9Fdnk0nsLkvJkolhPsMpWLxOy { top:7.3125rem;left:21.4033203125rem;width:22.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3LaMspvwLOCO0WOT2z954Z6dMre0nVH { top:11rem;left:16.0625rem;width:31.6875rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MngUk1WiTe1RqJ4Kc1wPu9tDFeTte1i5 { top:20.5625rem;left:16.125rem;width:31.625rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkLIihNmNTxtGQt2ovSSXNiiBbGsDVFc { top:19.6875rem;left:14.1875rem;width:33.5625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld6Zgxc3TI6PSFvEpJ21vzJDiqek0hsX { top:10.25rem;left:14.1875rem;width:33.5625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM { display:block; }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH12u9SBoC4FP6k85xV0NGOBJKVhdfqJ { top:1.9375rem;left:4.65625rem;width:38.4375rem;height:8.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCCTZxremxOgt0algkhGqFasaWiamwsT { top:6.0625rem;left:13.5rem;width:20.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 { display:block; }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRomRZNH5eFTwlyb2ZhKvpQL4afuanpQ { top:0rem;left:7.5625rem;width:24.1875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ln7O4NUgNliFAcvuvJ1BBDoJ5tssh6 { top:1.25rem;left:24.8125rem;width:22.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdO0vGUF6TNhc803uttLvrwBSzRp1w1P { top:1.25rem;left:0rem;width:23.3125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVpq8RrCqUKBVEV3oKuiUBlaeUdx8I77 { top:2.75rem;left:12rem;width:19.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVqploIMBCAql1awWssTfGiG0eTI0TbR { top:2.875rem;left:30.6875rem;width:16.9375rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuTk4QhFUkQbITigU5EogudMLsxuCLCs { top:2.875rem;left:0rem;width:21.1875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad1U69BaX8q42gubEBpTOxDT3WSegbgl { top:8rem;left:13.75rem;width:18rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2JEX90bCw94TNVVvGQS0wpGSX6SkGTs { top:10.25rem;left:9.1875rem;width:22.5625rem;height:5.3125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm4SBkRwlkXxfOvuTP8ikltM2kadZaX9 { top:10.8125rem;left:0rem;width:17.4375rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctx8kaTaF42pksgaZQNDBINLgLIJl2uo { top:10.8125rem;left:31.75rem;width:15.6875rem;height:4.875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X15OUU8aaPaQDwwfkPWcGPTF5JvHzaoQ { top:8.1875rem;left:31.75rem;width:15.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xulVWTW1t6zZo7Mx0w5oq5dwvDo90M3V { top:8.8125rem;left:1.15625rem;width:13.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ZzsGkkqylDClKWBOayi5mgEHHA8SFm { width:12.5rem;height:3.125rem;top:19.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9XoC9BOqT2IoWH6THoJbTTmbf0IahBG { display:block; }
 }@media only screen and (max-width: 763px) { #BPN0Cmf6tdVf7gCO23LoJ1cgER8BVHNn { top:17.75rem;left:15.8125rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Wn8RQZbTJx3lDHRg1FKp5agQ8hNDTU { width:12.5rem;height:3.125rem;top:19.125rem;left:32.3134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVQipfT5qRCOg2ngVBNtT24lI8ARZAJH { display:block; }
 }@media only screen and (max-width: 763px) { #QLm9wEscMDn21e1dRi2FOgB3zRWhsARg { top:8.0625rem;left:2.0625rem;width:13.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew5qWIBZ5m3pcU1b09WpnkT7X2eGyJl5 { width:12.5rem;height:3.125rem;top:20.875rem;left:17.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uviNyw4R2zU7FGIsWKQHBMv8zkK8yoVZ { display:block; }
 }@media only screen and (max-width: 763px) { #sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { display:block; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5dLCyZidrFu8C6CkyBbM4bgSccKNsT3 { top:3.625rem;left:5.935546875rem;width:35.8125rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8iuCOfTzUSI9ZA6ARmP3fiOkv8ipDQ { top:7.375rem;left:4.685546875rem;width:38.3125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma { display:block; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWRgGbtTBFMSQ8JTSw4VvWU5BTBzpPxi { top:15.8125rem;left:0rem;width:19.375rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kehzs1Nv9pzQIua1LsFWEMA3ggAvU2g0 { top:4.0625rem;left:0rem;width:17.5rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzysQ1t7R2mEbIqVb09BXmwALmwcl62O { top:2.1875rem;left:0rem;width:21.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTvo7PsQQtEfTTrkuX0s2ieqJOE2QCM { top:15.8125rem;left:17.562502861023rem;width:12.5rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENsc5mO65R8JTJxX5zlfFponhHgmci0W { top:4.0625rem;left:14.25rem;width:17.5rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvt9hOVdCzlbHCqFPx3Xe85w8uRG0X5R { top:2.1875rem;left:9.875rem;width:21.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myFLh9GelsSxcA7kVmdKh2gzHRKAtEkF { top:2.1875rem;left:25.75rem;width:21.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DERykEZs2mFACPMCtzzsDJfas6tX3Zmr { top:4.125rem;left:29.875rem;width:17.75rem;height:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDoTNR8XNTNuzyCTR77XutHZTCfTnTnR { top:15.8125rem;left:32.905817985534rem;width:13.5rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wInz7XaJzJss401UE0gR21TUqC0CTHBx { top:12.25rem;left:2.9375rem;width:28.8125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDBmew3g8e9OVE184rwv9NuI7dQapUcB { top:17.875rem;left:0rem;width:19.4375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntQGm3HvW6DZ40BNq5CTU5xCiLo1XfrQ { top:17.875rem;left:12.3125rem;width:19.4375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiuU7lbBl3nlT2r7N1IoVsRFWR9BumTA { top:17.75rem;left:28.1875rem;width:19.4375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { display:block; }#dtTWLu9419UI8NT0x17RpxyqEeEACRcL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { top:3rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { top:7.5625rem;left:14.15625rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:16.4375rem;height:2.875rem;top:17.625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #bkQA2rx0MmC5HWTcIpD4QxTc2Fl8wB4W { top:22.0625rem;left:6.9375rem;width:33.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 .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; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 .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; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #BK6k0IT2ZxPHwU0k9Gq9dRWq0a1IB023 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #e5hmqaDxlZ6IkbtywdDEqZwMHfzDmOUy {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #BvhWxVmQVHJXzZdRO2ROAGTk1bLubDQW {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #N0EntkUbXQMVi3gr3umSL2PCTAWaZW66 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #IMmLOhnIJDmhRZ2Ty0TqbIsF56DtniOM {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #F4BKd1ORStM2WTRO7eLLmOiy2BOq73hH {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #mdsPTFynVxvWvSGIqeOnfDeeLSIyF1Th { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #bf3UmKGNp0N242Bo5QEvwxwDx2F7dpPq {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #kd043p3wSQ0rW0mOJ7KqpwmlGyO3OPEX {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #eP5NxKf9tHxlvhAJhdnk6E46IBeb5kad { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #rotFW4PlRk5AA6mRZeKKLRZK3G1PUhZe {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #w4N3F20HGDmZAFAhqAgofhFIvMSVWUpZ {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L .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; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L .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; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #iGzd5lr4tTUTopqnJZg4G3H30rSkuGEd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #TAhVWw9a1LTy9BuW36IltTGDLt25w64H {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #iyTaenMrgTlwGeM9vfoxW0sTF1pUWRax {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #AILxnXeEXEAUcNOmpiwODqlRHo3Kflzm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #hscGlfc1SUVn7PpgLRa3gnx2h7NVkHcn {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #rKWwmU3DkgC5TD3zhVNNw5NbvciSDoab {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #bEoRerC5JrmT2XHrT9kncrK4KxONKm8o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #TUUTLFblVvM68CVcp1nqes1T9yV99H33 {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #zgIidKGFv5K43OilGVasZ4m9MIwmKuXu {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #QFQlFTbKd88u6eJhmQkQR9ZKsTdE6PrO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #nXLXU2SrTEIAW80vKhHblnfVE7cHbyTn {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #Hq6TvK7LdLFroUDzDpVBf23nexM6KqWE {  }
 }@media only screen and (max-width: 763px) { #HV7ywxcZxdulxpV8AwNe8qGrusFJOnva { width:16.4375rem;height:2.875rem;top:18.0625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQHPrKiz0fMaHi2gmTV67nXlW1gNItTw { display:block; }
 }@media only screen and (max-width: 763px) { #QTANoqkXItZbJsEksxxG1IelMlyRK9fT { top:2.0625rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x { display:block; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkqT47AoM1gCh9FTnq4I2sb7EFxGkKUr { top:6.75rem;left:0rem;width:37.6875rem;height:5.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAygxDay1yshHLdu5CrO5Pp9vlyUUCyz { top:14.3125rem;left:0rem;width:30.0625rem;height:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb694oIO8qK520ZpvW1VSqbwneMy1qz9 { top:28.125rem;left:0rem;width:26rem;height:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv6hryZuFUSd8k3VAvtSmJBltoz0CT7U { top:28.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMfkJAoLWUqJPK63its1URDIsHe2Ft26 { top:32.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcpE6EQwwTIzAiDRgXL9xNJkKmdw04DT { top:34.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Cg3B6qKheZ6TdKhubxFRHXTlrxVCKN { top:30.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iirluuliWi8M7wBoIIRObTqiH3WxyLQC { top:4rem;left:0rem;width:33.625rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeCve989TvdFM390CTpaCXw3ZIF92k75 { top:37.75rem;left:0rem;width:12rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RutcvPgy3AAMDGtXM4Keoq5Z3s0GACEB { display:block; }
 }@media only screen and (max-width: 763px) { #vt9LvTF7WtQC27z6wWRtfRCcvTuerXDH { top:4.125rem;left:0rem;width:33.5625rem;height:1.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVDLUptOKUQLR6VGgkignMTM0bH40IUu { top:5.75rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxZMt8HdNyQn55OsQHaTTnBlx6JSDhMc { top:28.125rem;left:17.25rem;width:30.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ4iB0TnwqLnRvKpiw6BeAo98gdDGTqC { top:7.5625rem;left:11.875rem;width:35.875rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.4375rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { top:0.9375rem;left:4.0908203125rem;width:13.3125rem;height:3.7947256862663rem;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryuagsMBTw9ab4ktrv0TrOQtqKT5ve9l { width:11.25rem;height:2.5625rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #olDF0y5v8f0RsznLnc66IUJzrnRw7rZV { display:block; }
 }@media only screen and (max-width: 763px) { #vncuAC0bxXZzF4xXPwnyeOZuUbvZ4oTw { width:7.4375rem;height:2.5625rem;top:4.5625rem;left:11.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7EJTEVUlBCZhG7xUH8UdgLcrgi4JGCM { display:block; }
 }@media only screen and (max-width: 763px) { #JZynL2Iyrv1HUempILzWfzU9Uhxol2hV { width:7.875rem;height:2.5625rem;top:7.125rem;left:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSlU33dWDGkPSO3kNGVGC5PkcTgGVaZl { display:block; }
 }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { width:5.124025rem;height:1.686525rem;top:0.9462890625rem;left:14.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3PO5aR7LDlI3yA2aSUEkt3pDEaHuXXw { display:block; }
 }@media only screen and (max-width: 763px) { #NNyaBTo1qrdJZKT6T3pMUnSU4cRcJ3r6 { width:5.9375rem;height:1.75rem;top:1.0091146230698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pihTzrcqNsiaaoD8Duka6f8viZGTdmEk { width:2.0625rem;height:1.75rem;top:0.84375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyFZVTeWznh5SUkUFBvwpNVHhWg6VuZt { width:2.375rem;height:3.4375rem;top:0rem;left:17.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkagVhUpBR5iCumouM8xIl9mqRg14VlG { display:block; }
 }@media only screen and (max-width: 763px) { #EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container { background-color: transparent; background-image: none; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container > .video-iframe-container { display: none; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row > .video-iframe-container { display: none; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .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); }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container { border-width: 0; border-radius: 0; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiTopZDnq1CFZR06VnVKJvZrDpQ0mXNG > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmT1ZHJVJBUx5nzecsCy7KPCglxvZpUf { width:20rem;height:4.2491375rem;top:7.75rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgVfulkXM1phU80ccpzJeaQlUvD3gZDu { width:19.4375rem;height:12.18533125rem;top:28.78125rem;left:0.28125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WIBNWAPn4lFIOvGbKV1hfziZmylqxcWX { width:17.5625rem;height:8.042525rem;top:42.4375rem;left:2.1875rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #M2pFMep6pkP1OPUsSNeJ6lzGhH51GVxe { width:1.25rem;height:1.25rem;top:42.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfN55npFNVrTKGJG1UWkXR8b5PoPwpze { width:1.25rem;height:1.25rem;top:46.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2vObWXT99tDoyDMynFd8ODkeb99burL { width:6.75rem;height:1.75rem;top:56.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7fMWZH16lyluXvb4yGVk3sGS3QrtHk { display:block; }
 }@media only screen and (max-width: 763px) { #FSTOyWMTwucbcJZDqlTTyd5iP1vw1mqy { width:1.3125rem;height:1.3125rem;top:48.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs9O0qRaTdMz6hdKibQQIIMQzxCdQ7t0 { width:1.25rem;height:1.25rem;top:45rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIiDOTAkSyteTcGZGsUfBScGNdxX4Ttf { width:1.5625rem;height:1.2999125rem;top:56.3125rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHZTHQ2LRSIzDDgBE79y9TV3d6DQWop1 { width:20rem;height:0;top:4.47265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rRJvhZnFiqI6q403f2ud7VBLSO9bPat5 { width:2.936525rem;height:1.624025rem;top:8.75rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #rmRFwB4TZkL7p7Qd4tRDXzq8vJlIouJX { top:52.5625rem;left:5.75rem;width:8.5625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEHV47tvE8WF9Bsi5RDmTk87IvvSJIKb { display:block; }
 }@media only screen and (max-width: 763px) { #BGmaTpwB6htoBZpT59OR7gcfTK9XhPGr { width:20rem;height:11.25rem;top:53.81185rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #STkFn5TT862S9tOpE3hHTeHEz7nf9ua5 { width:15.8730625rem;height:0;top:6.8125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #s4KvO6aciv1yEVU2N7vq1aTIpCMDd8uC { width:20rem;height:1.50065rem;top:5.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wWRUogR091rse31MbzTxwSZTh7k9uGKR { width:14.9375rem;height:8.375rem;top:18.1435546875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssJLnbG68e3TimboxLg8aNwzh7hUAFhm { width:20rem;height:27.4375rem;top:43.16667175293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRhHw32TlFKUaGc85MHLT7qlKFo4kH0S { width:20rem;height:0;top:32rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nk7s3xdhlU63W7T0DDvtDUc7nEhDrsBs { width:17.125rem;height:14.375rem;top:13.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:transparent;background-image:url("https://images.assets-landingi.com/LJj0M4xwRjA/unsplash/arash-asghari-LJj0M4xwRjA-photo-1515231440624-1ab5ed324ac9.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.6); }#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.6); }#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:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:20rem;height:1.462675rem;top:7.88671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdB96oWD8GEqTy5bTTC3Dv7HQAmVUWGE { width:16.4375rem;height:2.875rem;top:15.5rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeCkxe8FuRE0uPrBTwVpl2SxuNRuOrg { display:block; }
 }@media only screen and (max-width: 763px) { #DcxFyeZPTm8rWURyMosveDKwG4aaRTuW { width:20rem;height:2.11263125rem;top:23.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ll3MrCdkMvQ1Pi1SuyJiyyBtn74F32le { width:13.0625rem;height:2.92535rem;top:26.51171875rem;left:3.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOee7UfuSHJaANGAPTq4EP66BuIUgTtu { width:20rem;height:13.3789rem;top:31.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cSd0HTkymwO2GbMpSRzviwWkza6mH9f5 { width:18.75rem;height:8.9375rem;top:45.9375rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQe6oEovxZDtaZHtma2ZB0xetBhxKDE { width:17.625rem;height:5.946175rem;top:49.25rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKVlkDh8ht9Aafd8PA3wPfTgWa2QMTAv { width:14.4375rem;height:1.21875rem;top:47.375rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT .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; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT .widget-text.counter-number { padding-top:0.475625rem;padding-right:0.43875rem;padding-bottom:0.475625rem;padding-left:0.43875rem;width:2.633125rem;min-width:2.633125rem;height:2.55375rem;font-size:1.901875rem;line-height:40.86px;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; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.296875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.51125rem;height:1.009375rem;font-size:0.71375rem;line-height:16.15px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cATSB70SyM7UxvRvb9NlFJUoit1X0JzT { display:flex;width:18.0625rem;height:4.81125rem;top:5.1875rem;left:9.9375rem;padding-top:0.059375rem;padding-right:0.0625rem;padding-bottom:0.059375rem;padding-left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #H07blK3Ic8KS5icgy06bm6odPXQpWlXf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #BJV0IyAK4eSK5xqkx14vATGABIKaZ0Ep {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #QUwZAmADJpM8baorsUoadi50s9U6ocGi {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #L8RpcyKs2D7wfqUrhtMuOkQgl4mIPDgR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #Ax95o5AfLXCcIk11ltXcDGebB2c1D86x {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #qwhgkRf24W2Lyb4WSvcrRAQMPf6cyyTr {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #vEJ2tiyySOToNf8Ag6hQCNvkppRzKnsH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #Ae5TBetqsbEFmEOsX24Mc3a3TPakOZbp {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #OT67IVOglpEzxklCMnyVRIiQsDl07Ulv {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #dV6TT2mdr0cnPuNd7qfeIUG2snIP1GWS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #rEbGuJQQdpeDJlZ17QMW38o8PMs9BeoP {  }
 }@media only screen and (max-width: 763px) { #cATSB70SyM7UxvRvb9NlFJUoit1X0JzT #rXiqLNwVRq7zEO3Mpky6w0hp3XmT9RGe {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU .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; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU .widget-text.counter-number { padding-top:0.475625rem;padding-right:0.43875rem;padding-bottom:0.475625rem;padding-left:0.43875rem;width:2.633125rem;min-width:2.633125rem;height:2.55375rem;font-size:1.901875rem;line-height:40.86px;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; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.296875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.51125rem;height:1.009375rem;font-size:0.71375rem;line-height:16.15px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZRCivngh97PvUn05D3ebIpKpS51kpWkU { display:flex;width:18.0625rem;height:4.81125rem;top:13.5rem;left:10.59375rem;padding-top:0.059375rem;padding-right:0.0625rem;padding-bottom:0.059375rem;padding-left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #qcm303kBspdNXdzbFDhrJX0nah2NKO1n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #rTw7Ezzke6z9fq6nZCax4wBFDn3C9fTb {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #kfWg7Q9BqwhVTuLZWAxwz3VIQTbGpkCQ {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #gJQ0puSqiASInH3xdeMXTTWM6TAAidX1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #Hc1lZNZMdQl0tlwBMZxiUIu7ZIizTpIu {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #rsMoVftHO7bN0Bm3bqfToyFCrhywQpVP {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #liGbAT2FyPwudXGi1GJKizq7EHU1FdhP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #QGbQnBwroxCSiobFZ8JhIoC0vfWEclww {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #H2nV3WxZAZ414orLQvgwhwkUJWo4Ubs9 {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #M6aqbbZybOOh9INQ1GhgWTTVF7kANr6J { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #Ht2iWCynMow8I7TiMRb6zXAJOycvldtO {  }
 }@media only screen and (max-width: 763px) { #ZRCivngh97PvUn05D3ebIpKpS51kpWkU #POskkcUHmKKpXZQhPuevAfVKVFJ8qPRg {  }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:20rem;height:18rem;top:2.8076171875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #nNEqv17e59NL7kuPvC7it4xniSTn3FI8 { width:19.3125rem;height:0;top:4.875rem;left:0rem;font-size:1.625rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #qNokh13Xz35NsSuXNOg90SDmDKbnPO3f { width:18.125rem;height:0;top:4.876953125rem;left:0.9375rem;font-size:1.0625rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv .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; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv .widget-text.counter-number { padding-top:0.475625rem;padding-right:0.43875rem;padding-bottom:0.475625rem;padding-left:0.43875rem;width:2.633125rem;min-width:2.633125rem;height:2.55375rem;font-size:1.901875rem;line-height:40.86px;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;color:#000000; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.296875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.51125rem;height:1.009375rem;font-size:0.71375rem;line-height:16.15px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv { display:flex;width:18.0625rem;height:4.81125rem;top:10.125rem;left:0.90625rem;padding-top:0.059375rem;padding-right:0.0625rem;padding-bottom:0.059375rem;padding-left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #igvBInJOoAO15OZnSvzTBTcAReWJWQhf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #rMIB2a6Ag0KDMTcCFVGISs5EmuK7knTq {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #VIbTbmMT9DKeRscO3D478h7oEgTWt12t {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #hZ3oDghlTVz9BRtFBBBaa83LgeWiOJWi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #z13nFg1ryUV3nrp9cnGPw3v3By3lauyl {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #JeZMX5Fz7WRJrmHkiCSOf7m4cezyKqbs {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #XqDktZKSnkw9rhvc3GAIRn05ZtQpspkN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #lwTtxEBV547KLMCxDz4GZAUaVeORtMC8 {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #BQaFCKtvBVGp0MbURGDAQlAwSOkivCC8 {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #xdbN4oe3k0TdAIxr2FsrwPLFLrARIffl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #FoBkVCA7Xxxvo7iD0hLP0hrVuCwywnRo {  }
 }@media only screen and (max-width: 763px) { #TTX8uKy85E21BN2fkNz79C2cn95Tf2Zv #fq20B30163WHzWy9Ogdr6diFTTQEln8U {  }
 }@media only screen and (max-width: 763px) { #XeQcBV9nLwmTSXuyhH2klDCPWk71XHm3 { width:20rem;height:2.4375rem;top:5.125rem;left:0rem;font-size:1.875rem;z-index:15010;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 { display:block; }#m8BGUF5GAmXozGxTCTVPtWgQLTRc6i05 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKt19MDsVBr6Kgyzd1n21IBtvkQ5BB2d { width:16.4375rem;height:17.5rem;top:8.75rem;left:2.6875rem;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #IHv7Hs5xQFQpSgt1MZyrGJ3r5TOQ20rZ { width:1rem;height:1rem;top:7.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxoiOJ3AlGkKAdtJkrQEk7tWkMS8CpGr { width:1rem;height:1rem;top:9.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUyOwcafTL2oH7w1hgmJFiWo776TTBT { width:1rem;height:1rem;top:11.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwcAoDZicRZnx6vR2SeAerMPtA3GMIk5 { width:20rem;height:21.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPC6eTlqmQL63ugfqQZCB8i2C9d6TqTq { width:20rem;height:0;top:32.5625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFbGQJMQ8Fupw2B7XznhGdIUbqH2QgoM { width:18.125rem;height:0;top:35.25rem;left:0.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8p64zyqzhTq0RfbdNUoz8bl7ZFX2b2f { width:16.5rem;height:2.9375rem;top:46.9375rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dS6QOmeRM8lBn0LINDip0BuDwl6l0wmg { display:block; }
 }@media only screen and (max-width: 763px) { #DxSvA30AIusBxzzT4u9GCmNleIxTyy2a { width:15.1875rem;height:1.21875rem;top:7.875rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1nTznw95ExskvCRHXko953D52BU9nZe { width:14.75rem;height:1.21875rem;top:9.875rem;left:3.5625rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #keDtqCcmQmKlHIETtEZTSNAwq9qT4PNW { width:10.375rem;height:1.21875rem;top:11.9375rem;left:3.5625rem;font-size:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #TmlOx2ClyMwUdQTD1N9G48mgKxCxbEHV { width:20rem;height:1.9938125rem;top:2.125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZUFWkMn0WOsr1Cg8aCGecB8kUp0neUW { width:20rem;height:1.462675rem;top:4.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9xdqiA6MmJBpLJNGGn4bH8vccArVMiC { width:1rem;height:1rem;top:14.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBiVcJQJe2lfS94ydxfN7z69OTaaM2sX { width:11.8125rem;height:1.21875rem;top:14.0625rem;left:3.5625rem;font-size:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R .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; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R .widget-text.counter-number { padding-top:0.475625rem;padding-right:0.43875rem;padding-bottom:0.475625rem;padding-left:0.43875rem;width:2.633125rem;min-width:2.633125rem;height:2.55375rem;font-size:1.901875rem;line-height:40.86px;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; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.296875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.51125rem;height:1.009375rem;font-size:0.71375rem;line-height:16.15px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CcoTCOsaXi219wOmgLflDokd6LRRa34R { display:flex;width:18.0625rem;height:4.81125rem;top:0rem;left:9.9375rem;padding-top:0.059375rem;padding-right:0.0625rem;padding-bottom:0.059375rem;padding-left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #NzddzdzTHcHGxQdIWN4ZsNx7RuK2axqN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #gIuphNEHX4Ths05Mn58zT3s2eSk8JaoD {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #yLavCun3uxmb4QX4eU7D1NWgFZaU1hqn {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #SFX3dmaTkUhOO0e1OmT3mlGbgOf6XBgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #hHFz68kXTpXBLHwBIQSlKdahQIuR3UdH {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #JzMlqRnRB3LwAMAoTAJHcp4d024rnLcc {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #SiCOFVceThlQytUJubRIvW0vxQNRQO2e { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #SnrTGQNbIDcpqzWIRpzOz5l2Z27qOKwQ {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #TtK2zHTck1Z71wTqAT3yBxG5Vp0FWflk {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #JkhRTSwm9WkBRBJwmNzgD5OCAq0vZTNx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #ecR57pGwgiHOWl44cfZNhpeB1laN5svw {  }
 }@media only screen and (max-width: 763px) { #CcoTCOsaXi219wOmgLflDokd6LRRa34R #ZxI3JiT8FueDoUEZLXTcbXXOizfOLRco {  }
 }@media only screen and (max-width: 763px) { #TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F { display:block; }#TwtplsM3LLQS4PMKvXZN58DnVUqkkT0F > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dg5nMSiGigKQb0fVIP2OR5TwmHE9G85R { width:17.5rem;height:4.1232625rem;top:1.482421875rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zATNAU7AzHJyG9T7QIO6P2pNkrEZ0HTa { width:20rem;height:1.462675rem;top:6.3955078125rem;left:0rem;font-size:1.125rem;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:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5vvlbTo8QoIUtm2Gehb9yDR6vbTBvRp { width:13.9375rem;height:2.11263125rem;top:8rem;left:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5FM6TRVI6Jcw0N4mdyUf1O1WTe05Id7 { width:16.625rem;height:1.21875rem;top:10.1875rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkQNLoPTc1Fg6ARyQQJvdlrvW7XPVhh { width:15.75rem;height:2.11263125rem;top:30.5rem;left:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWCEyonIRE4zWxh5azyFrzVZ6nXc1N3 { width:19.1875rem;height:1.13715rem;top:32.6875rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JprvfbqqKLMKEnTgU7SA5KoI85nTLz { width:13.8125rem;height:2.11263125rem;top:51.1875rem;left:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXnAUiXFodHZKs9636HODvyv5qoTONZ { width:16.5rem;height:1.21875rem;top:53.4375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFNEMx0ZeuSNSp0f9bm1IqctuK96glua { width:16.4375rem;height:4.87413125rem;top:13.25rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKzwqiMu3JyElN0SGCiAie1DvC4kZB4 { width:19.3125rem;height:4.87413125rem;top:34.75rem;left:0.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVWu8SXsoJ26pRrWK3UXVwULLfKsmRX { width:18rem;height:4.87413125rem;top:56.25rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liG25dw5kNMvDspONfTT4ge1gK7HH7M4 { width:6.25rem;height:6.25rem;top:0.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPZwfGzf1CuQSJM1bmXAATGI6Kah3lQ { width:6.25rem;height:6.25rem;top:23.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUCd9B9FJcvK4CMxPRWfftx2Md9O1mR1 { width:6.1875rem;height:6.1875rem;top:44.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvkrn534WrCU7qPTNv9fDQ2GwTHS7TIW { width:20rem;height:20rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHGmavLzOq55CmkWIPsWFrXvSAZht5q { width:20rem;height:20rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoZaaNmnVgqFx0ABTvoPIMmlsqlB2TrZ { width:20rem;height:20rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { background-color: transparent; background-image: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container { display: none; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { border-width: 0; border-radius: 0; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1ESnM2CDu7fcHTeEa5odJLvnUKL9N5X > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m95cBFcg1nzVFAOG4fNTdEic3gCZeWWz { width:20rem;height:2.19993125rem;top:1.9765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeRXLuaDLz7XpTl7xzeFraG7RpLitFnX { width:20rem;height:1.462675rem;top:4.603515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { background-color: transparent; background-image: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container { display: none; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { border-width: 0; border-radius: 0; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGiEt30JzJB6LgHDaOEp8aooCFFtwnDR > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTegEnFQvpbly5Bk5KoU3n1AUI3RsTfw { width:20rem;height:1.7068125rem;top:16rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEvsFlZPvrMsalWr90s2UUB2TVWoerb7 { width:15.8125rem;height:2.2721375rem;top:17.875rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iU4UGISiir8tBN7BiymNPEgZh69ULguv { width:20rem;height:1.7068125rem;top:21.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfpZbGlvyMeUw9v5Mn7a6NLGD2litwQU { width:15.75rem;height:2.4375rem;top:23.25rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbKUiyi9GUk0t0TnPcqOuHiTGxaTrtBC { width:20rem;height:1.7068125rem;top:26.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkeOTmJR0HpyzvKSxScopDfMUiNIiUt7 { width:20rem;height:1.13715rem;top:28.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0tvPunZ7MEITPtKL1J9TMQaUHHMdnah { width:20rem;height:1.7068125rem;top:31rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRlg4tSeVf3h077G8ixi6cOncICEbc1e { width:20rem;height:1.13715rem;top:32.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mg2Fbdg95tZXWz0aR8EpKJqW8ra3kCKt { width:16.875rem;height:9.4375rem;top:31.625rem;left:3.125rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #ncKxLXp83caQiSZII76fAR7F2KLlXK1C { width:16.6875rem;height:13.9375rem;top:1.103515625rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQu0QEsb7GfTa2IudAW7FvvmkBOPC6PQ > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TC1G1lEnK8l9SitdJ3wGXCfmATR2DOOw { width:11.937040328979rem;height:2.8745403289795rem;top:0rem;left:4rem;font-size:1rem;background-color:#ffff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ve8dtvLNVuOP9atG7yCnyoFsPFc7xsHt { display:block; }
 }@media only screen and (max-width: 763px) { #KKzni0I0cullp61Vcd0texuysuzaO4va { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZQINxp2KP8k/unsplash/icarus-chu-ZQINxp2KP8k-photo-1612967690587-d741c8d7825d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KKzni0I0cullp61Vcd0texuysuzaO4va.adaptive-delivery-prevent-bg, #KKzni0I0cullp61Vcd0texuysuzaO4va.lazyload, #KKzni0I0cullp61Vcd0texuysuzaO4va.lazyloading { background-image: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { background-color: transparent; background-image: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container > .video-iframe-container { display: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,191,56,0.2); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row > .video-iframe-container { display: none; }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKzni0I0cullp61Vcd0texuysuzaO4va > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh8oJ4L9JzI5uUtAdkT3f13kAfTy63Oc { width:9.0625rem;height:9.0625rem;top:2.55859375rem;left:5.4055606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn7iQpFPveWzzKa07k420TsoRumJEEn9 { width:18.875rem;height:2.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) { #TqpcPKR9Fdnk0nsLkvJkolhPsMpWLxOy { width:18.875rem;height:1.2999125rem;top:14.874771118164rem;left:0.56181073188782rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L3LaMspvwLOCO0WOT2z954Z6dMre0nVH { width:20rem;height:5.594625rem;top:17.9267578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MngUk1WiTe1RqJ4Kc1wPu9tDFeTte1i5 { width:18.25rem;height:11.1892375rem;top:26.109375rem;left:0.8740234375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kkLIihNmNTxtGQt2ovSSXNiiBbGsDVFc { width:20rem;height:12.9375rem;top:25.171875rem;left:0rem;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) { #ld6Zgxc3TI6PSFvEpJ21vzJDiqek0hsX { width:20rem;height:7.3125rem;top:17.0517578125rem;left:0rem;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) { #QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM { display:block; }#QkmhhTaLCBdZgLfm34vTqoO4hlhAF6NM > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH12u9SBoC4FP6k85xV0NGOBJKVhdfqJ { width:20rem;height:5.0368875rem;top:2.54296875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCCTZxremxOgt0algkhGqFasaWiamwsT { width:14.75rem;height:1.462675rem;top:5.556640625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 { display:block; }#tiZN9TNWPi1lr92BSp00xmTfy3vuAgG2 > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRomRZNH5eFTwlyb2ZhKvpQL4afuanpQ { width:20rem;height:23.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ln7O4NUgNliFAcvuvJ1BBDoJ5tssh6 { width:20rem;height:22.8125rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdO0vGUF6TNhc803uttLvrwBSzRp1w1P { width:20rem;height:21.9375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVpq8RrCqUKBVEV3oKuiUBlaeUdx8I77 { width:14.9375rem;height:2.27485rem;top:3.4375rem;left:2.53125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVqploIMBCAql1awWssTfGiG0eTI0TbR { width:20rem;height:2.27485rem;top:51.70703125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuTk4QhFUkQbITigU5EogudMLsxuCLCs { width:20rem;height:2.27485rem;top:28rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad1U69BaX8q42gubEBpTOxDT3WSegbgl { width:15.5625rem;height:2.4375rem;top:8.2998046875rem;left:2.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2JEX90bCw94TNVVvGQS0wpGSX6SkGTs { width:13.5625rem;height:5.03689375rem;top:10.0615234375rem;left:3.21875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm4SBkRwlkXxfOvuTP8ikltM2kadZaX9 { width:13.5625rem;height:4.38748125rem;top:34.900390625rem;left:3.21875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctx8kaTaF42pksgaZQNDBINLgLIJl2uo { width:13.5625rem;height:4.38748125rem;top:58.837890625rem;left:3.21875rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X15OUU8aaPaQDwwfkPWcGPTF5JvHzaoQ { width:15.3125rem;height:2.4375rem;top:56.462890625rem;left:2.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xulVWTW1t6zZo7Mx0w5oq5dwvDo90M3V { width:13.5625rem;height:0;top:33.4375rem;left:4rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ZzsGkkqylDClKWBOayi5mgEHHA8SFm { width:12.5rem;height:3.125rem;top:42.25rem;left:3.75rem;font-size:1rem;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #Q9XoC9BOqT2IoWH6THoJbTTmbf0IahBG { display:block; }
 }@media only screen and (max-width: 763px) { #BPN0Cmf6tdVf7gCO23LoJ1cgER8BVHNn { width:15.9375rem;height:1.462675rem;top:16rem;left:2.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3Wn8RQZbTJx3lDHRg1FKp5agQ8hNDTU { width:12.5rem;height:3.125rem;top:66.25rem;left:3.75rem;font-size:1rem;border-top:0.125rem solid #3b5094;border-left:0.125rem solid #3b5094;border-right:0.125rem solid #3b5094;border-bottom:0.125rem solid #3b5094;display:block; }
 }@media only screen and (max-width: 763px) { #bVQipfT5qRCOg2ngVBNtT24lI8ARZAJH { display:block; }
 }@media only screen and (max-width: 763px) { #QLm9wEscMDn21e1dRi2FOgB3zRWhsARg { width:13.5625rem;height:2.4375rem;top:32.806640625rem;left:3.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew5qWIBZ5m3pcU1b09WpnkT7X2eGyJl5 { width:12.5rem;height:3.125rem;top:18.849609375rem;left:3.75rem;font-size:1rem;background-color:#ffff00;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) { #uviNyw4R2zU7FGIsWKQHBMv8zkK8yoVZ { display:block; }
 }@media only screen and (max-width: 763px) { #sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H { background-color:#f6f6f6;background-image:none;display:block; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { background-color: transparent; background-image: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container > .video-iframe-container { display: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row > .video-iframe-container { display: none; }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sb3cMNiAWh9mFSw6XBzGn7P0N23AcB1H > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5dLCyZidrFu8C6CkyBbM4bgSccKNsT3 { width:20rem;height:2.19993125rem;top:2.0208435058594rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gg8iuCOfTzUSI9ZA6ARmP3fiOkv8ipDQ { width:20rem;height:1.38075rem;top:4.603515625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma { background-color:#f6f6f6;background-image:none;display:block; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { background-color: transparent; background-image: none; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container > .video-iframe-container { display: none; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row > .video-iframe-container { display: none; }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqmVA74s1FbPcKR2pzqyfc8KVrtgOsma > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWRgGbtTBFMSQ8JTSw4VvWU5BTBzpPxi { width:12.5rem;height:1.5115rem;top:8.9375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kehzs1Nv9pzQIua1LsFWEMA3ggAvU2g0 { width:17.5rem;height:4.1959625rem;top:2.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzysQ1t7R2mEbIqVb09BXmwALmwcl62O { width:19.375rem;height:13.875rem;top:1.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTvo7PsQQtEfTTrkuX0s2ieqJOE2QCM { width:12.5rem;height:1.5115rem;top:24.3125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENsc5mO65R8JTJxX5zlfFponhHgmci0W { width:17.5rem;height:5.59461875rem;top:17.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvt9hOVdCzlbHCqFPx3Xe85w8uRG0X5R { width:19.375rem;height:14.75rem;top:16.249219894409rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myFLh9GelsSxcA7kVmdKh2gzHRKAtEkF { width:19.375rem;height:14.375rem;top:32.592956542969rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DERykEZs2mFACPMCtzzsDJfas6tX3Zmr { width:17.5rem;height:5.59461875rem;top:34.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDoTNR8XNTNuzyCTR77XutHZTCfTnTnR { width:13.5625rem;height:1.5115rem;top:40.8125rem;left:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wInz7XaJzJss401UE0gR21TUqC0CTHBx { width:17.1875rem;height:9.6875rem;top:41.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDBmew3g8e9OVE184rwv9NuI7dQapUcB { width:19.4375rem;height:1.1002625rem;top:12.4375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntQGm3HvW6DZ40BNq5CTU5xCiLo1XfrQ { width:19.4375rem;height:1.1002625rem;top:27.912109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiuU7lbBl3nlT2r7N1IoVsRFWR9BumTA { width:19.4375rem;height:1.1002625rem;top:44.26171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTWLu9419UI8NT0x17RpxyqEeEACRcL { background-color:transparent;background-image:url("https://images.assets-landingi.com/LJj0M4xwRjA/unsplash/arash-asghari-LJj0M4xwRjA-photo-1515231440624-1ab5ed324ac9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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.6); }#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.6); }#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 { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5CRtBKBtMqXRRPCPd5qKXFc3JalgTrT { width:20rem;height:0;top:2.6328125rem;left:0.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N30yagBlNNKX4hreZQkXJo1QGR5AoGRC { width:18.125rem;height:1.38075rem;top:5.0107421875rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQh5sy5FogtZWTZJMAf5f4ed1la5pNDD { width:13.187040328979rem;height:2.6240808963776rem;top:14.125rem;left:3.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7J1IkW72f6pkZAvlfFfeFTFFV7mCdw9 { display:block; }
 }@media only screen and (max-width: 763px) { #bkQA2rx0MmC5HWTcIpD4QxTc2Fl8wB4W { width:20rem;height:0;top:18rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 .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; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 .widget-text.counter-number { padding-top:0.475625rem;padding-right:0.43875rem;padding-bottom:0.475625rem;padding-left:0.43875rem;width:2.633125rem;min-width:2.633125rem;height:2.55375rem;font-size:1.901875rem;line-height:40.86px;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; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.296875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.51125rem;height:1.009375rem;font-size:0.71375rem;line-height:16.15px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rvgCavukGAfqCns8dQ20pu201TW7v942 { display:flex;width:18.0625rem;height:4.81125rem;top:0rem;left:9.9375rem;padding-top:0.059375rem;padding-right:0.0625rem;padding-bottom:0.059375rem;padding-left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #BK6k0IT2ZxPHwU0k9Gq9dRWq0a1IB023 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #e5hmqaDxlZ6IkbtywdDEqZwMHfzDmOUy {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #BvhWxVmQVHJXzZdRO2ROAGTk1bLubDQW {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #N0EntkUbXQMVi3gr3umSL2PCTAWaZW66 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #IMmLOhnIJDmhRZ2Ty0TqbIsF56DtniOM {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #F4BKd1ORStM2WTRO7eLLmOiy2BOq73hH {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #mdsPTFynVxvWvSGIqeOnfDeeLSIyF1Th { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #bf3UmKGNp0N242Bo5QEvwxwDx2F7dpPq {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #kd043p3wSQ0rW0mOJ7KqpwmlGyO3OPEX {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #eP5NxKf9tHxlvhAJhdnk6E46IBeb5kad { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #rotFW4PlRk5AA6mRZeKKLRZK3G1PUhZe {  }
 }@media only screen and (max-width: 763px) { #rvgCavukGAfqCns8dQ20pu201TW7v942 #w4N3F20HGDmZAFAhqAgofhFIvMSVWUpZ {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L .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; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L .widget-text.counter-number { padding-top:0.5125rem;padding-right:0.47625rem;padding-bottom:0.5125rem;padding-left:0.47625rem;width:2.8575rem;min-width:2.8575rem;height:2.75rem;font-size:2.048125rem;line-height:44px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:transparent;background-image:none;color:#ffffff; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.32rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.810625rem;height:1.08625rem;font-size:0.76875rem;line-height:17.38px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L { display:flex;width:19.25rem;height:5.1796875rem;top:6.5634765625rem;left:0rem;padding-top:0.06375rem;padding-right:0.068125rem;padding-bottom:0.06375rem;padding-left:0.068125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15015; }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #iGzd5lr4tTUTopqnJZg4G3H30rSkuGEd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #TAhVWw9a1LTy9BuW36IltTGDLt25w64H {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #iyTaenMrgTlwGeM9vfoxW0sTF1pUWRax {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #AILxnXeEXEAUcNOmpiwODqlRHo3Kflzm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #hscGlfc1SUVn7PpgLRa3gnx2h7NVkHcn {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #rKWwmU3DkgC5TD3zhVNNw5NbvciSDoab {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #bEoRerC5JrmT2XHrT9kncrK4KxONKm8o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #TUUTLFblVvM68CVcp1nqes1T9yV99H33 {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #zgIidKGFv5K43OilGVasZ4m9MIwmKuXu {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #QFQlFTbKd88u6eJhmQkQR9ZKsTdE6PrO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #nXLXU2SrTEIAW80vKhHblnfVE7cHbyTn {  }
 }@media only screen and (max-width: 763px) { #r2WlOyBJk2e7siuJzSyMhIPIROxs4s5L #Hq6TvK7LdLFroUDzDpVBf23nexM6KqWE {  }
 }@media only screen and (max-width: 763px) { #HV7ywxcZxdulxpV8AwNe8qGrusFJOnva { width:16.4375rem;height:2.875rem;top:12.6806640625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQHPrKiz0fMaHi2gmTV67nXlW1gNItTw { display:block; }
 }@media only screen and (max-width: 763px) { #QTANoqkXItZbJsEksxxG1IelMlyRK9fT { width:20rem;height:2.11263125rem;top:2.0888671875rem;left:0rem;font-size:1.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container { background-color: transparent; background-image: none; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container > .video-iframe-container { display: none; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row > .video-iframe-container { display: none; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .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); }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container { border-width: 0; border-radius: 0; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFP5sd4xcDWlM4wSnxElWdOsVGGITP5x > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkqT47AoM1gCh9FTnq4I2sb7EFxGkKUr { width:20rem;height:4.2491375rem;top:4.5rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAygxDay1yshHLdu5CrO5Pp9vlyUUCyz { width:19.4375rem;height:12.18533125rem;top:25.5625rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lb694oIO8qK520ZpvW1VSqbwneMy1qz9 { width:17.5625rem;height:8.042525rem;top:38.6875rem;left:2.1875rem;font-size:0.875rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #hv6hryZuFUSd8k3VAvtSmJBltoz0CT7U { width:1.25rem;height:1.25rem;top:39.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMfkJAoLWUqJPK63its1URDIsHe2Ft26 { width:1.25rem;height:1.25rem;top:43.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcpE6EQwwTIzAiDRgXL9xNJkKmdw04DT { width:1.3125rem;height:1.3125rem;top:45.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Cg3B6qKheZ6TdKhubxFRHXTlrxVCKN { width:1.25rem;height:1.25rem;top:41.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iirluuliWi8M7wBoIIRObTqiH3WxyLQC { width:20rem;height:0;top:4.47265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SeCve989TvdFM390CTpaCXw3ZIF92k75 { top:48.375rem;left:5.6875rem;width:8.5625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RutcvPgy3AAMDGtXM4Keoq5Z3s0GACEB { display:block; }
 }@media only screen and (max-width: 763px) { #vt9LvTF7WtQC27z6wWRtfRCcvTuerXDH { width:15.8730625rem;height:0;top:6.8125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #MVDLUptOKUQLR6VGgkignMTM0bH40IUu { width:20rem;height:1.50065rem;top:2.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #mxZMt8HdNyQn55OsQHaTTnBlx6JSDhMc { width:14.9375rem;height:8.375rem;top:14.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ4iB0TnwqLnRvKpiw6BeAo98gdDGTqC { width:17.125rem;height:14.375rem;top:10.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { position:relative;z-index:auto;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.7625875rem;top:5.306640625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF224U20To69D38pUKbH1t07SkQesUZg { width:9.75rem;height:2.9375rem;top:1.619140625rem;left:5.125rem;display:block; }
 }