.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { background-color: transparent; background-image: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .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); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { border-width: 0; border-radius: 0; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#cipkNPTezKUuBxXMJ5rNTJO7SPgucJiM { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:"noto sans hk";font-size:3.5rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:6.75rem;left:3.8125rem;height:7.698975rem;font-style:normal;display:block; }
#SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#232323;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:26.875rem;left:21.875rem;display:block; }
#bZCBHRtokEUw2nqN4BTXdowhtaQp37Ll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EqBINVdT1dIh8Tqxl9twDFhzEyWc3PTz { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"noto sans hk";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:27.875rem;left:19.125rem;height:1.29980625rem;display:block; }
#CPkr7uzoLkBiTIWXIwaWwhHS8LsVUDwU { color:#282828;display:block;width:23.625rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:18.1865234375rem;left:4.8740234375rem;height:0;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:none; }
#yhE8W7eIm8dDx6yek0cA4azegTrikhpl { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:17.0234375rem;left:3.2490234375rem;height:0;display:none; }
#HOS6InHHDRkaK0fvFBDZX6GQdabRtTyt { color:#282828;display:block;width:32.75rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:17.3125rem;left:5.125rem;height:5.249025rem;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;text-align:left;text-align-last:left;display:block; }
#Ey2ssvP971MEbmzrmoRT2ITv1CmnfhVc { position:absolute;display:block;z-index:100017;height:4.6875rem;width:8.4375rem;top:2.0625rem;left:60.0625rem;display:block; }
#NkED6IbN64aZgublimAusOuOT2QZvKZr { position:absolute;display:block;z-index:100018;height:2.31055rem;width:4.24805rem;top:2.0625rem;left:52.875rem;display:block; }
#eyZdaTDss75S6rAreeTWAJzt3ggTDTBm { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.0625rem;top:2.8125rem;left:3.75rem;overflow:hidden;display:block; }
#TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:2.0625rem;left:14.8125rem;overflow:hidden;display:block; }
#ezHGzRDHvw77Hw8QqnFSK1d2P9MVHLMl { background-color:#a4224b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:26.9375rem;left:3.8125rem;display:block; }
#AtmnenpWTFHvQKT57LPPVptLbz4Qo1bu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"noto sans tc";font-size:4.1875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:16.40234375rem;left:3.4375rem;height:5.443725rem;display:block; }
#vCdhEODJ6hF6qNhih8tgh8UARXaTO6w6 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.3125rem;width:24.8125rem;top:6.1875rem;left:36.685546875rem;overflow:hidden;display:block; }
#yNrR9G5NdPReXqpxKgXFzgCL9pzPtFqp { color:#282828;display:block;width:49.375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:34.82421875rem;left:3.8125rem;height:4.49889375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container { background-color: transparent; background-image: none; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container > .video-iframe-container { display: none; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row > .video-iframe-container { display: none; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .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); }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container { border-width: 0; border-radius: 0; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#nmRTL6K0QJwcI12m1wIEoRu0yZOmNXIZ { color:#000000;display:block;width:55.06225rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:2.875rem;left:9.4375rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#cnSPqhVzbNoDy17ycQbriEuVLDKxJA6G { color:#000000;display:block;width:51.062rem;position:absolute;font-family:"noto sans hk";font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7rem;left:12.1875rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container { background-color: transparent; background-image: none; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container > .video-iframe-container { display: none; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row > .video-iframe-container { display: none; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .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); }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container { border-width: 0; border-radius: 0; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#JcsaqSPLIdT3Ob7Tr3CVVSqMWdTq6ai0 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:2.25rem;left:8.0625rem;overflow:hidden;display:block; }
#rMTRI8Wn2ZTStoM8VosQrtGF0HVp1g8q { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:7.875rem;left:8.0625rem;overflow:hidden;display:block; }
#mgSI125TQNesxhMNmDEyyuhTi1ehGuOO { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:13.8125rem;left:8.0625rem;overflow:hidden;display:block; }
#t6A5dzEmcwMG10SPHkpTCBmao9uXN4TL { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.8125rem;top:19.5625rem;left:8.0625rem;overflow:hidden;display:block; }
#uUPIXC1S3TVmJ92VNGpdqPQ5ZVhMJhCs { color:#000000;display:block;width:56.1875rem;position:absolute;font-family:"noto sans tc";font-size:1.5rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.3125rem;height:21.450825rem;font-style:normal;display:block; }
#O2dGVCwmuzE2fbQDzGeXhMVyJnIoCQ1T { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:12.498779296875rem;left:39.248046875rem;height:21.0842125rem;font-style:normal;display:none; }
#KW809lbVBWymXDrMU0oWbQthaK2De5LA { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:3.8115234375rem;left:36.875rem;height:3.4375rem;display:none; }
#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { background-color: transparent; background-image: none; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container > .video-iframe-container { display: none; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row > .video-iframe-container { display: none; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .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); }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { border-width: 0; border-radius: 0; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#qgMS3pTHeygMIrM3u11wXnVMLbvmCFcR { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:4.68701171875rem;left:9.591796875rem;height:6.875rem;text-align:left;text-align-last:left;display:block; }
#Zf2bFRtfe6uQOh44ViwNAL6hmrLED4TS { color:#000000;display:block;width:51.0610625rem;position:absolute;font-family:"noto sans hk";font-size:1.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.9990234375rem;left:9.7490234375rem;height:2.2749rem;text-align:left;text-align-last:left;display:block; }
#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { background-color: transparent; background-image: none; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container > .video-iframe-container { display: none; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row > .video-iframe-container { display: none; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .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); }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { border-width: 0; border-radius: 0; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#rxSdZiyW9dikGuWC8R2WxTX5TWXOidsW { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"noto sans tc";font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:12.498779296875rem;left:39.248046875rem;height:21.0842125rem;font-style:normal;display:none; }
#iFEZcwO1NxIE3HJHERlTfaiFrNKrlzSO { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"noto sans hk";font-size:3.125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;top:3.8115234375rem;left:36.875rem;height:3.4375rem;display:none; }
#c90rHM3oXfzUHlmXGcbcTwnTPrznauJe { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.0625rem;width:18.0625rem;top:1.625rem;left:9.8125rem;overflow:hidden;display:block; }
#XbBxGQRT934C9TiUSHX4gtbRHMwOqs4z { color:#191919;display:block;width:32.6865rem;position:absolute;font-family:"noto sans tc";font-size:2rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:29.25rem;height:2.6001rem;display:block; }
#gFdTHmeW5fDTmwZ36CDpksNZTWVtkmsN { color:#191919;display:block;width:32.6855625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:13.375rem;left:29.25rem;height:2.43713125rem;display:block; }
#GzoOHfuUFi4UOMKiDDDfHWUdLzSNXwhn { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"noto sans hk";font-size:1.375rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:7.26171875rem;left:29.25rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aJGVpGrAJFxRSoq8S8V5Zi8LG3ErTQx4 { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:"noto sans hk";font-size:1.4375rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:16.875rem;left:29.25rem;height:3.736575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#siwvwhvTpxDEPHLBCGXe3cfdieaovXNA { color:#191919;display:block;width:32.6855625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:13.375rem;left:29.25rem;height:2.4375rem;display:none; }
#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8145d634-6995-47ad-aabf-cb6a1708f713/grungedetailedtexturecopy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { border-width: 0; border-radius: 0; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { color:#282828;display:block;width:24.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.625rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:7.125rem;left:25.28125rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ekKEe77puWXMzqZaFFftH0AhP50wC6ka { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.375rem 1.0625rem rgba(86,86,86,0.66) ;height:27.4375rem;width:49.125rem;top:41.25rem;left:12.90625rem;display:none; }
#ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"noto sans hk";font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:22.9375rem;left:17.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { color:#212121;display:block;width:43.4375rem;position:absolute;font-family:"noto sans tc";font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.5rem;left:15.78125rem;height:3.65600625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#7b223e;padding-top:0.761875rem;padding-right:0.693125rem;padding-bottom:0.761875rem;padding-left:0.693125rem;display:block;align-items:center;width:4.1525rem;min-width:4.1525rem;height:4.09375rem;position:relative;font-family:"noto sans tc";font-size:3.046875rem;font-weight:700;line-height:65.5px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.47625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.535rem;height:1.618125rem;position:relative;font-family:"noto sans tc";font-size:1.143125rem;font-weight:400;line-height:25.89px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:26.125rem;height:7.711875rem;padding-top:0.95rem;padding-right:0.953125rem;padding-bottom:0.95rem;padding-left:0.953125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.5625rem;left:23.390625rem;z-index:100013; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #qvW8qIffm3AV3ifWyOntT1EJH5AMgCoy { display:flex;position:relative;top:0rem;left:0rem; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #dzGsnvsLxXSxAL3t9BcEq8kNLKc0LZQ5 { width:auto; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #JMmpfeaLpnTIqLsPKilDSyiZ2Z8S8D2a {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #bWKThDUFCuDdV0iSgXkzW9VsG3TCm1dx { display:flex;position:relative;top:0rem;left:0rem; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #WtLCDXbnc3yQfVyUKMpOEALgz9lWAPVR {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #T5gTesHeSWMnJfLSkHIyddsGFDrhPimu {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #LGbtyvm7dhziJiziUTOmpWba9MnVtmS2 { display:flex;position:relative;top:0rem;left:0rem; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #TuMpfOKPyybPwHa79QFwFD9CXuDPePXp {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #QtTTSiOr6VL4w4NiJDQHIRATyPtDuqLQ {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #w1kC0B0sZmfr11wwMglmGaCIfS0XxhXb { display:flex;position:relative;top:0rem;left:0rem; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #zb3soaKm8NmhPcwpIOvN9zFxDadg9uQt {  }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #eP2uEMMa9sn5dJQelCKdscbHTZxxkNse {  }
#WGAa6bBmPmTwuHeXc6GCOWgT8d1qU3Kg { background-color:#a4224b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fafbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:18.3125rem;left:29.8125rem;display:block; }
#WB5IoPOowStWy0auOocPpFATKdlZnb5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Te7J6iwZPerqawU3sU721m0SiD3xO7CI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { background-color: transparent; background-image: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row > .video-iframe-container { display: none; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { border-width: 0; border-radius: 0; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.375rem;top:2.2187423706055rem;left:14.062501907349rem;overflow:hidden;display:block; }
#wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { color:#3f3f3f;display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:1.7621841430664rem;left:42.311578750611rem;height:2.97485rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { display:block; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cipkNPTezKUuBxXMJ5rNTJO7SPgucJiM { top:6.75rem;left:0rem;width:35.9375rem;height:7.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { width:6.5rem;height:3.1875rem;top:26.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZCBHRtokEUw2nqN4BTXdowhtaQp37Ll { display:block; }
 }@media only screen and (max-width: 763px) { #EqBINVdT1dIh8Tqxl9twDFhzEyWc3PTz { top:27.875rem;left:5.5rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPkr7uzoLkBiTIWXIwaWwhHS8LsVUDwU { top:18.125rem;left:0rem;width:23.5625rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhE8W7eIm8dDx6yek0cA4azegTrikhpl { top:17rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOS6InHHDRkaK0fvFBDZX6GQdabRtTyt { top:17.3125rem;left:0rem;width:32.75rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey2ssvP971MEbmzrmoRT2ITv1CmnfhVc { top:2.0625rem;left:39.3125rem;width:8.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkED6IbN64aZgublimAusOuOT2QZvKZr { top:2.0625rem;left:39.25rem;width:4.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZdaTDss75S6rAreeTWAJzt3ggTDTBm { top:2.8125rem;left:0rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { top:2.0625rem;left:1.1875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezHGzRDHvw77Hw8QqnFSK1d2P9MVHLMl { width:13.875rem;height:3.125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtmnenpWTFHvQKT57LPPVptLbz4Qo1bu { display:block; }
 }@media only screen and (max-width: 763px) { #iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { top:16.375rem;left:0rem;width:2.1875rem;height:5.4375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCdhEODJ6hF6qNhih8tgh8UARXaTO6w6 { top:6.1875rem;left:22.9375rem;width:24.8125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNrR9G5NdPReXqpxKgXFzgCL9pzPtFqp { top:34.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ { display:block; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmRTL6K0QJwcI12m1wIEoRu0yZOmNXIZ { top:2.875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnSPqhVzbNoDy17ycQbriEuVLDKxJA6G { top:7rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk { display:block; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcsaqSPLIdT3Ob7Tr3CVVSqMWdTq6ai0 { top:2.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMTRI8Wn2ZTStoM8VosQrtGF0HVp1g8q { top:7.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSI125TQNesxhMNmDEyyuhTi1ehGuOO { top:13.8125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6A5dzEmcwMG10SPHkpTCBmao9uXN4TL { top:19.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUPIXC1S3TVmJ92VNGpdqPQ5ZVhMJhCs { top:2.4375rem;left:0rem;width:47.75rem;height:21.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2dGVCwmuzE2fbQDzGeXhMVyJnIoCQ1T { top:8.125rem;left:0rem;width:16.5625rem;height:28.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KW809lbVBWymXDrMU0oWbQthaK2De5LA { top:1.625rem;left:0rem;width:20rem;height:2.125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU { display:block; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgMS3pTHeygMIrM3u11wXnVMLbvmCFcR { top:4.625rem;left:0rem;width:37.0625rem;height:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2bFRtfe6uQOh44ViwNAL6hmrLED4TS { top:11.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC { display:block; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxSdZiyW9dikGuWC8R2WxTX5TWXOidsW { top:8.125rem;left:0rem;width:16.5625rem;height:28.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFEZcwO1NxIE3HJHERlTfaiFrNKrlzSO { top:1.625rem;left:0rem;width:20rem;height:2.125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c90rHM3oXfzUHlmXGcbcTwnTPrznauJe { top:1.625rem;left:0rem;width:18.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbBxGQRT934C9TiUSHX4gtbRHMwOqs4z { top:3.9375rem;left:15.125rem;width:32.625rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFdTHmeW5fDTmwZ36CDpksNZTWVtkmsN { top:13.375rem;left:15.125rem;width:32.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzoOHfuUFi4UOMKiDDDfHWUdLzSNXwhn { top:7.25rem;left:13.375rem;width:34.375rem;height:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJGVpGrAJFxRSoq8S8V5Zi8LG3ErTQx4 { top:16.875rem;left:13.0625rem;width:34.6875rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siwvwhvTpxDEPHLBCGXe3cfdieaovXNA { top:35rem;left:0rem;width:16rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { top:7.125rem;left:11.65625rem;width:24.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { top:41.25rem;left:0rem;width:47.75rem;height:27.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { top:22.9375rem;left:3.8125rem;width:40.125rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { top:2.5rem;left:2.15625rem;width:43.4375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #qvW8qIffm3AV3ifWyOntT1EJH5AMgCoy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #dzGsnvsLxXSxAL3t9BcEq8kNLKc0LZQ5 {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #JMmpfeaLpnTIqLsPKilDSyiZ2Z8S8D2a {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #bWKThDUFCuDdV0iSgXkzW9VsG3TCm1dx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #WtLCDXbnc3yQfVyUKMpOEALgz9lWAPVR {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #T5gTesHeSWMnJfLSkHIyddsGFDrhPimu {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #LGbtyvm7dhziJiziUTOmpWba9MnVtmS2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #TuMpfOKPyybPwHa79QFwFD9CXuDPePXp {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #QtTTSiOr6VL4w4NiJDQHIRATyPtDuqLQ {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #w1kC0B0sZmfr11wwMglmGaCIfS0XxhXb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #zb3soaKm8NmhPcwpIOvN9zFxDadg9uQt {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #eP2uEMMa9sn5dJQelCKdscbHTZxxkNse {  }
 }@media only screen and (max-width: 763px) { #WGAa6bBmPmTwuHeXc6GCOWgT8d1qU3Kg { width:15rem;height:3.1875rem;top:18.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB5IoPOowStWy0auOocPpFATKdlZnb5p { display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { top:2.1875rem;left:7.2500019073488rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { top:1.75rem;left:19.9375rem;width:27.8125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { display:block; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS { background-color: transparent; background-image: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row > .video-iframe-container { display: none; }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .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); }#aR0yk4qS5aSTA7cElDE3aG7g2wPFdpuS > .row .container { width:20rem;height:56.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cipkNPTezKUuBxXMJ5rNTJO7SPgucJiM { width:20rem;height:5.2246125rem;top:5.5625rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSQQ00vuDeu7M8uxNxDRuSDieZKsM62z { width:6.75rem;height:1.75rem;top:44.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZCBHRtokEUw2nqN4BTXdowhtaQp37Ll { display:block; }
 }@media only screen and (max-width: 763px) { #EqBINVdT1dIh8Tqxl9twDFhzEyWc3PTz { width:3.6875rem;height:1.29980625rem;top:43.0625rem;left:8.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPkr7uzoLkBiTIWXIwaWwhHS8LsVUDwU { width:17.75rem;height:3.2352941036224rem;top:20.64453125rem;left:1.1247702836991rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yhE8W7eIm8dDx6yek0cA4azegTrikhpl { width:2.1875rem;height:0;top:20.52890586853rem;left:0.65625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOS6InHHDRkaK0fvFBDZX6GQdabRtTyt { width:20rem;height:6.18713125rem;top:29.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ey2ssvP971MEbmzrmoRT2ITv1CmnfhVc { width:3.5rem;height:1.8125rem;top:19.537109375rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkED6IbN64aZgublimAusOuOT2QZvKZr { width:3.625rem;height:1.9375rem;top:16.25rem;left:15.09375rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #eyZdaTDss75S6rAreeTWAJzt3ggTDTBm { width:9.0625rem;height:1.875rem;top:2.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdSuAKCWoO1GK3RsEkNNxyFWlinNgeWI { width:3.3125rem;height:3.3125rem;top:1.40625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezHGzRDHvw77Hw8QqnFSK1d2P9MVHLMl { width:12.5rem;height:2.6875rem;top:38.375rem;left:3.75rem;font-size:1rem;background-color:#a4224b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AtmnenpWTFHvQKT57LPPVptLbz4Qo1bu { display:block; }
 }@media only screen and (max-width: 763px) { #iAfCUWHvlNAFb2Qum4RgFS1FOWkUIHKs { width:2.1875rem;height:auto;top:16.375rem;left:8.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCdhEODJ6hF6qNhih8tgh8UARXaTO6w6 { width:13.75rem;height:16.8125rem;top:12.037109375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNrR9G5NdPReXqpxKgXFzgCL9pzPtFqp { width:20rem;height:6.56433125rem;top:47.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ { display:block; }#Vi0UBwuZkEPtnrcMNTiDQTJSJLqqoePJ > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmRTL6K0QJwcI12m1wIEoRu0yZOmNXIZ { width:18.0625rem;height:5.2246125rem;top:2.3125rem;left:0.96875rem;font-size:2.375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cnSPqhVzbNoDy17ycQbriEuVLDKxJA6G { width:17.375rem;height:1.7871125rem;top:8.75rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk { display:block; }#IG3nNCVUx3wKrzCVT0rkihEfC3RdTWuk > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcsaqSPLIdT3Ob7Tr3CVVSqMWdTq6ai0 { width:1.25rem;height:1.25rem;top:0.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMTRI8Wn2ZTStoM8VosQrtGF0HVp1g8q { width:1.25rem;height:1.25rem;top:11.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSI125TQNesxhMNmDEyyuhTi1ehGuOO { width:1.25rem;height:;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6A5dzEmcwMG10SPHkpTCBmao9uXN4TL { width:1.25rem;height:1.25rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUPIXC1S3TVmJ92VNGpdqPQ5ZVhMJhCs { width:18.25rem;height:34.199225rem;top:0rem;left:1.75rem;font-size:1.1875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #O2dGVCwmuzE2fbQDzGeXhMVyJnIoCQ1T { width:16.625rem;height:0;top:8.81103515625rem;left:1.937255859375rem;font-size:1rem;line-height:1.8;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #KW809lbVBWymXDrMU0oWbQthaK2De5LA { width:20rem;height:0;top:3.1875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU { display:block; }#iQ2pkbdhba7mTk0pDim2kzQ2ySmMSnHU > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgMS3pTHeygMIrM3u11wXnVMLbvmCFcR { width:15.8125rem;height:6.599125rem;top:1.38671875rem;left:2.09375rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2bFRtfe6uQOh44ViwNAL6hmrLED4TS { width:14.5rem;height:1.950075rem;top:9.32421875rem;left:2.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC { display:block; }#eKAEoSfnJLCqxVAVA2UPPBF1THuGCzwC > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxSdZiyW9dikGuWC8R2WxTX5TWXOidsW { width:16.625rem;height:0;top:8.81103515625rem;left:1.937255859375rem;font-size:1rem;line-height:1.8;z-index:100017;display:none; }
 }@media only screen and (max-width: 763px) { #iFEZcwO1NxIE3HJHERlTfaiFrNKrlzSO { width:20rem;height:0;top:3.1875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #c90rHM3oXfzUHlmXGcbcTwnTPrznauJe { width:15.5rem;height:19rem;top:0rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbBxGQRT934C9TiUSHX4gtbRHMwOqs4z { width:14.875rem;height:4.87426875rem;top:20.3125rem;left:2.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFdTHmeW5fDTmwZ36CDpksNZTWVtkmsN { width:16rem;height:0;top:35.09765625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GzoOHfuUFi4UOMKiDDDfHWUdLzSNXwhn { width:20rem;height:5.1181625rem;top:26.76171875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJGVpGrAJFxRSoq8S8V5Zi8LG3ErTQx4 { width:20rem;height:5.1181625rem;top:40.75rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #siwvwhvTpxDEPHLBCGXe3cfdieaovXNA { width:16rem;height:4.8742625rem;top:34.5rem;left:2rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b { background-color:rgba(10,22,59,0.91);background-image:url("https://images.assets-landingi.com/uc/8145d634-6995-47ad-aabf-cb6a1708f713/grungedetailedtexturecopy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.adaptive-delivery-prevent-bg, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyload, #TLEPlmicXmpKupvKT53cO0O5fHBqEE6b.lazyloading { background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { background-color: transparent; background-image: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row > .video-iframe-container { display: none; }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLEPlmicXmpKupvKT53cO0O5fHBqEE6b > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTQC2d40p0D9aWKrnwrNk4TRLJmkN2wy { width:18.125rem;height:1.54358125rem;top:7.32421875rem;left:0.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekKEe77puWXMzqZaFFftH0AhP50wC6ka { width:19.375rem;height:26.5rem;top:2.3125305175781rem;left:0.3125rem;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ABr8eddvRsUvrT4rQH4VEqr4QxMyTQTa { width:15rem;height:3.37463125rem;top:22.43359375rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R32kS4BwtUig9c22lLFpQuFXqCnMCtSV { width:20rem;height:2.6001rem;top:4.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;flex-direction:column; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-text.counter-number { padding-top:0.4875rem;padding-right:0.44625rem;padding-bottom:0.4875rem;padding-left:0.44625rem;width:2.680625rem;min-width:2.680625rem;height:2.62rem;font-size:1.950625rem;line-height:41.92px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"noto sans tc";background-color:#ffffff;background-image:none; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.305rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.57375rem;height:1.035rem;font-size:0.731875rem;line-height:16.56px;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl { display:flex;width:18.125rem;height:4.9375rem;top:11.2509765625rem;left:0.87353515625rem;padding-top:0.06125rem;padding-right:0.063125rem;padding-bottom:0.06125rem;padding-left:0.063125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #qvW8qIffm3AV3ifWyOntT1EJH5AMgCoy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #dzGsnvsLxXSxAL3t9BcEq8kNLKc0LZQ5 {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #JMmpfeaLpnTIqLsPKilDSyiZ2Z8S8D2a {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #bWKThDUFCuDdV0iSgXkzW9VsG3TCm1dx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #WtLCDXbnc3yQfVyUKMpOEALgz9lWAPVR {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #T5gTesHeSWMnJfLSkHIyddsGFDrhPimu {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #LGbtyvm7dhziJiziUTOmpWba9MnVtmS2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #TuMpfOKPyybPwHa79QFwFD9CXuDPePXp {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #QtTTSiOr6VL4w4NiJDQHIRATyPtDuqLQ {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #w1kC0B0sZmfr11wwMglmGaCIfS0XxhXb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #zb3soaKm8NmhPcwpIOvN9zFxDadg9uQt {  }
 }@media only screen and (max-width: 763px) { #h3395vdZlPOnOMDkqA9tJoVIPO6x5Lfl #eP2uEMMa9sn5dJQelCKdscbHTZxxkNse {  }
 }@media only screen and (max-width: 763px) { #WGAa6bBmPmTwuHeXc6GCOWgT8d1qU3Kg { width:12.5rem;height:2.6875rem;top:17.4375rem;left:3.75rem;font-size:1rem;background-color:#a4224b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WB5IoPOowStWy0auOocPpFATKdlZnb5p { display:block; }
 }@media only screen and (max-width: 763px) { #Te7J6iwZPerqawU3sU721m0SiD3xO7CI { display:block; }#Te7J6iwZPerqawU3sU721m0SiD3xO7CI > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4tDbxAOWh9R7BtADUFKUWab4HcMP3nU { width:7.3125rem;height:1.5rem;top:1.4970092773438rem;left:6.3108912706375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqq04FQZJnTgcuk9VT8T32bBwfFeii0e { width:20rem;height:2.761225rem;top:4.3692626953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }