.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-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#212f48;background-image:none;position:relative;display:block; }
#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container { display: none; }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .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); }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn { 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;z-index:auto;display:block; }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .row .container { background-color: transparent; background-image: none; }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .row .container > .video-iframe-container { display: none; }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .row > .video-iframe-container { display: none; }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .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); }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .row .container { border-width: 0; border-radius: 0; }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .row .container { font-size:14px;font-family:arial;height:66px;width:960px;position:relative;display:block; }#d2aHiTuuMdVzdsFnNTWaaANBlhbexKmI { 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-sizing:border-box;color:#232323;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75.9792px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:6px;left:743px;display:block; }
#ATbd7V7ooWvv6WTVbIcyzTITAPWgRK4o { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FRhunQ4SMLPUnD3eXL1XK8P4FsBkpUTP { 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-sizing:border-box;color:#232323;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"noto sans hk";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:73.9792px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6px;left:829px;display:block; }
#UsF3kcfCSkiWefDR6lx7r6HKKtVosWwC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iJUWVmtCJrfwsm98gWdcUnfVe3AXLUDu { 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;height:30px;width:177px;top:18px;left:15px;overflow:hidden;display:block; }
#HOK9Kz3pdbiIM9iaVPHbHL2iKgqpiBSu { z-index:15022;top:575px;left:367.5px;background-color:#ffcc32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#kcbRn0PQ51ayT4UeTAObKZoCqlbydiNM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/366e4c95-cd3f-4b1e-b996-d0ba23e048e9/pexelspixabay260689.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.adaptive-delivery-prevent-bg, #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.lazyload, #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4.lazyloading { background-image: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { background-color: transparent; background-image: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,8,21,0.88); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,8,21,0.88); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { display: none; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .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); }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { border-width: 0; border-radius: 0; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4::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; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:960px;height:898px;font-size:14px;font-family:arial;position:relative;display:block; }#Fsdb0TImDJEEls90THSsguITCiVngapy { color:#ffffff;display:block;width:580px;position:absolute;font-family:"noto sans hk";font-size:55px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:125px;left:0px;height:121px;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; }
#cAoEqQ4L41PPNu41RpOsIfc5Btm8KPGX { color:#ff3557;display:block;width:580px;position:absolute;font-family:"noto sans hk";font-size:25px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:94.328125px;left:0px;height:32.5px;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; }
#sf8T2gwNCVQSXEFuDUy4Bv3QJTH9y8by { color:#ffffff;display:block;width:476px;position:absolute;font-family:"noto sans hk";font-size:19px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:390.328125px;left:0px;height:159.5627px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eJlB75iVA8akOaE2CEWhwrTew15iusXy { position:absolute;display:block;z-index:15019;height:57px;width:111px;top:602px;left:612px;display:block; }
#UJKb41FiodvlyPQuW897doGTKrdTFl7p { position:absolute;display:block;z-index:15033;height:53px;width:99px;top:604px;left:769px;display:block; }
#b8xNl0ld1MhVxvEMA94SrTA9M7fycqCO { color:#ffffff;display:block;width:94px;position:absolute;font-family:ubuntu;font-size:15px;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:602px;left:168px;height:27px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DgbJqctrunVITV9XCC3eT4rvFoOcecfw { color:#ffffff;display:block;width:156px;position:absolute;font-family:"noto sans hk";font-size:17px;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:774px;left:29px;height:30.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#setUWhVlKQJTd7QHfSx2sSFNTLlyTfKc { color:#ffcc32;display:block;width:35px;position:absolute;font-family:"noto sans tc";font-size:67px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:275px;left:0px;height:87.0938px;display:block; }
#LMmn0kITEAFpw5T8FGdO4zuw8VFBP64O { color:#ffffff;display:block;width:378px;position:absolute;font-family:"noto sans hk";font-size:26px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:301px;left:21px;height:39px;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; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-form-header {  }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:bold;color:#000000;width:280px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:lato; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-text {padding-top: 0; padding-bottom: 0;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:lato; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#161616;font-family:lato;font-size:14px;overflow:hidden; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-select {padding-top: 0; padding-bottom: 0;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffcc32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:280px;height:55px;font-family:lato;overflow:hidden; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:lato;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-container { padding-top:15px;padding-right:0;padding-bottom:15px;padding-left:0;width:100%;font-size:0;height:auto; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-container:first-of-type{padding-top:0;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-container:last-of-type{padding-bottom:0;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:230.046875px;left:580px; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS {display:block;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:230.046875px;left:580px; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #ktt0kJS84Kru1ZcF8xbOHn4MFx2cTbB5 { position:relative; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #ryIoM7WIFMoMpAElGugWvFtTzCBN1e9z { position:relative;display:block; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #bxCSWqMXOzbsR2PO7PXptyLFy7vPiM0Q { position:relative; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #sPSV8I8I57avOeHDvlxoPWvG35gf1LI6 { position:relative; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #NgHquUpilcWXgaz4M2sm7FBU73S8PQQF { position:relative;display:block; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #tfyM3ydSOFD316ohrfleLXtAyI3XqJXE { position:relative; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #y0H3asGhTG0bqu7NTz9cENccifIdLt2M { position:relative; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #GNNPq5AOURTlfa7gzzUWcqbt4WObe574 { position:relative; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;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; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc .widget-text.counter-number { border-top:3px solid #ffcc32;border-left:3px solid #ffcc32;border-right:3px solid #ffcc32;border-bottom:3px solid #ffcc32;background-color:transparent;background-image:none;color:#f9f5ef;padding-top:10.34px;padding-right:9.19px;padding-bottom:10.34px;padding-left:9.19px;display:block;align-items:center;width:55.16px;min-width:55.16px;height:55.56px;position:relative;font-family:arial;font-size:41.35px;font-weight:700;line-height:55.56px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc .widget-text.counter-label { background-color:;background-image:none;color:#f9f5ef;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:6.46px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:73.55px;height:21.97px;position:relative;font-family:"noto sans hk";font-size:15.51px;font-weight:700;line-height:21.97px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;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:382px;height:110.67px;padding-top:1.29px;padding-right:1.31px;padding-bottom:1.29px;padding-left:1.31px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:644px;left:23px;z-index:15016; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #I3w7yc5HSEJLfclmTlPhNQqkN05XGCSr { display:flex;position:relative;top:0px;left:0px; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #MiVJszApw6g13spuuRplAshfRqEPthuk { width:auto; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #OKdypLx7yNOOBVJHHanBRlx6y7wwJ0qN {  }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #TFJu5xTkAofTpBSICqDMzn8vnwfbH42O { display:flex;position:relative;top:0px;left:0px; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #DT7mwEqTCqEfKH137SSedPQpyXi9h5Qq {  }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #Pg4mFhOcbkRqR4ytE5tZBtgaq9tRXZFq {  }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #b64CuDxppQhfVIT0Xe2eJaSn8JdGvBbn { display:flex;position:relative;top:0px;left:0px; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #cSCuWckLheSDTOE7b8SxwIs1NKgLyXf2 {  }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #HuoD4RVbtMHyQFUmSV5oSTEMwhKhCqnp {  }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #OOvMdOtA4QwtOktJ43df7ArtJZhl1cJg { display:flex;position:relative;top:0px;left:0px; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #m3ztQyb79T7nBdaiJmAWUJ808MzQ2vXn {  }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #RxmodyQcqfufpcvITOssIMUBxDlp0FhJ {  }
#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc { 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; }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .row .container { background-color: transparent; background-image: none; }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .row .container > .video-iframe-container { display: none; }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .row > .video-iframe-container { display: none; }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .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); }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .row .container { border-width: 0; border-radius: 0; }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .row .container { font-size:14px;font-family:arial;height:643px;width:960px;position:relative;display:block; }#Z2TTTXsUpWf3yvEohlbhuNP4nzEMuLri { color:#e8f7ff;display:block;width:652px;position:absolute;font-family:montserrat;font-size:34px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:57px;left:0px;height:44.1875px;font-style:normal;display:block; }
#hZz4JBhmMnX2IUmhtDUvs6SLkRzlcwAD { color:#002634;display:block;width:901px;position:absolute;font-family:montserrat;font-size:42px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:107px;left:0px;height:109.1876px;font-style:normal;display:block; }
#USFiWDd7Mvy0poG2fEzC0LXQSU1iqXUu { position:absolute;display:block;z-index:15002;background-color:#ffcc32;background-image:none;background-position:top left !important;background-repeat: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:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:6px;width:256px;top:213px;left:166px;display:block; }
#agvrFqKTkUhSm1xsbR7VKxOMFlfxhaUa { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:241px;left:130.5px;display:block; }
#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212f48;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; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { background-color: transparent; background-image: none; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container > .video-iframe-container { display: none; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row > .video-iframe-container { display: none; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .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); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { border-width: 0; border-radius: 0; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { font-size:14px;font-family:arial;height:116px;width:960px;position:relative;display:block; }#lbMAbLMG6LnTBf0BeitaeWrcOoeJxUos { color:#ffffff;display:block;width:892px;position:absolute;font-family:"noto sans hk";font-size:36px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:47.5px;left:0px;height:46.7969px;font-style:normal;display:block; }
#btXzvNwgbIBPcvsP4AwZbw3dACJZCaqH { position:absolute;display:block;z-index:15001;background-color:#ffcc32;background-image:none;background-position:top left !important;background-repeat: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:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:5px;width:163px;top:102px;left:0px;display:block; }
#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv { position:relative;display:block; }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv { background-color: transparent; background-image: none; }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv > .row .container > .video-iframe-container { display: none; }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv > .row > .video-iframe-container { display: none; }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv > .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); }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv { border-width: 0; border-radius: 0; }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv > .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; }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:115px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hsFHPgueZiGP5qo9V9t61fXzCg6yd2in { color:#ffcc32;display:block;width:892px;position:absolute;font-family:"noto sans hk";font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:34.09375px;left:34px;height:46.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212f48;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; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { background-color: transparent; background-image: none; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container > .video-iframe-container { display: none; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row > .video-iframe-container { display: none; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .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); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { border-width: 0; border-radius: 0; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { font-size:14px;font-family:arial;height:716px;width:960px;position:relative;display:block; }#mMEisdZJkZusSdMbaRaze8zeCyrkMkFk { color:#ffffff;display:block;width:269px;position:absolute;font-family:"noto sans hk";font-size:18px;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:235px;left:26px;height:100.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6OzJGwZxQl3fmQsOEC4mis48ByHSwuM { color:#ffffff;display:block;width:319px;position:absolute;font-family:"noto sans hk";font-size:23px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:194px;left:0px;height:32.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yqz1OBL2WoTR4l6IWfNJzIKz00LMfHBE { color:#ffffff;display:block;width:321px;position:absolute;font-family:"noto sans hk";font-size:23px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:194px;left:320px;height:64.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqAJVfcXFcKuT6Sdhs83viSx8GFSsToI { color:#ffffff;display:block;width:260px;position:absolute;font-family:"noto sans hk";font-size:18px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:270px;left:350px;height:50.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVNHeP6gtq8gmu97hSUrHLleB31RHACG { color:#ffffff;display:block;width:321px;position:absolute;font-family:"noto sans hk";font-size:23px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:195px;left:639px;height:32.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOudNAfNd2syKZJtXhbMOqDpDJzpDWcz { color:#ffffff;display:block;width:276px;position:absolute;font-family:"noto sans hk";font-size:18px;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:247.5859375px;left:662px;height:75.5625px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUrM0890I5Fb5EU6KNZ2SddkOdwMXQus { position:absolute;display:block;z-index:15026;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;height:108px;width:104px;top:42px;left:108px;overflow:hidden;display:block; }
#rbnOSdg5oNUVKy3DOE1tsiQX58uinUdM { position:absolute;display:block;z-index:15027;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;height:104px;width:104px;top:46px;left:436px;overflow:hidden;display:block; }
#NVNlhObxh9B1u9GxMbl1n2LTk3MxWykm { position:absolute;display:block;z-index:15028;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;height:104px;width:104px;top:49px;left:761px;overflow:hidden;display:block; }
#g9xTpfk6v8hEufWornOFQJZpC4psm49t { color:#ffffff;display:block;width:269px;position:absolute;font-family:"noto sans hk";font-size:18px;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:567px;left:187px;height:75.5625px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcmLBNTEiOhLigi9Sz8Rvfbb96AX2QfG { color:#ffffff;display:block;width:319px;position:absolute;font-family:"noto sans hk";font-size:23px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:526px;left:161px;height:32.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMo1eXqWL4Jr3VHPAbnrvkFi57G0blof { position:absolute;display:block;z-index:15029;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;height:104px;width:104px;top:374px;left:269px;overflow:hidden;display:block; }
#e2UFOKoJtF9n2DaOqShLGJsnAKU1EM6M { color:#ffffff;display:block;width:269px;position:absolute;font-family:"noto sans hk";font-size:18px;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:569px;left:507px;height:75.5625px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHZ26Tvg4p4ZGoQzbgvFDVt8bcBilck0 { color:#ffcc32;display:block;width:319px;position:absolute;font-family:"noto sans hk";font-size:23px;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:528px;left:481px;height:32.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZafCuHCkN8RMqEu4nU51siRKwPF1PXLP { position:absolute;display:block;z-index:15032;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;height:104px;width:104px;top:376px;left:589px;overflow:hidden;display:block; }
#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd { position:relative;display:block; }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd { background-color: transparent; background-image: none; }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd > .row .container > .video-iframe-container { display: none; }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd > .row > .video-iframe-container { display: none; }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd > .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); }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd { border-width: 0; border-radius: 0; }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd > .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; }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#212f48;background-image:none;font-size:14px;font-family:arial;height:99px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q4lvbh7iXfIpidNiyCUdaXb9dtuUT3qB { color:#ffcc32;display:block;width:892px;position:absolute;font-family:"noto sans hk";font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:34.09375px;left:34px;height:46.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212f48;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; }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .row .container { background-color: transparent; background-image: none; }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .row .container > .video-iframe-container { display: none; }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .row > .video-iframe-container { display: none; }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .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); }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .row .container { border-width: 0; border-radius: 0; }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .row .container { font-size:14px;font-family:arial;height:716px;width:960px;position:relative;display:block; }#bgWGXpFI1V7rX5bngH9btxB3Eg8lhQGs { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:011px;border-top-right-radius:011px;border-bottom-left-radius:011px;border-bottom-right-radius:011px;height:209px;width:209px;top:43.3984375px;left:55.5px;display:block; }
#sNBOyU1aOTT1d7DzfX938lObJHBvNltt { position:absolute;display:block;z-index:15026;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;height:134px;width:134px;top:49.5px;left:93px;overflow:hidden;display:block; }
#T9VKW3qqn8UWrTfEhdOTLxmFp5UatfII { color:#000000;display:block;width:144px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:198.1953125px;left:88px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fq9TOhT5rvSq27LCmmbdaT2gdHiKX6oO { z-index:15022;top:575px;left:367.5px;background-color:#ffcc32;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cJIErCwiRGP0QGV55zh2ZUSc2ZSBtXMg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#R5BZAvBr0ERKrkeexxZQXXkKX4BJOL9Z { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:011px;border-top-right-radius:011px;border-bottom-left-radius:011px;border-bottom-right-radius:011px;height:209px;width:209px;top:43px;left:376px;display:block; }
#q50vq5m7JXJTeKwm6aZk16htdlzi4TZ4 { color:#000000;display:block;width:144px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:198px;left:408px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQx3WvyyoEyXfztHXGvvWJOQmkbpc7cJ { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -moz-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -ms-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -o-linear-gradient(180deg, #ffcc32, #fffcce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );";background-image: linear-gradient(180deg, #ffcc32, #fffcce);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:125px;width:125px;top:54px;left:418px;display:block; }
#JnDupqD41iG7WsRb7FvEUmFbqhWZyT99 { position:absolute;display:block;z-index:15030;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;height:136px;width:136px;top:43.3984375px;left:412px;overflow:hidden;display:block; }
#O66veBdZtTm8aktUHLdNaLEChhV3eNo3 { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:011px;border-top-right-radius:011px;border-bottom-left-radius:011px;border-bottom-right-radius:011px;height:209px;width:209px;top:43px;left:714px;display:block; }
#R0N5yS03dceIvmGcJvsZ6KZZP7A8xw2Z { color:#000000;display:block;width:144px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:198px;left:747px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFFM2yoQ2hvoBW885gxmkhc59uxoqiUI { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -moz-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -ms-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -o-linear-gradient(180deg, #ffcc32, #fffcce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );";background-image: linear-gradient(180deg, #ffcc32, #fffcce);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:125px;width:125px;top:54px;left:756px;display:block; }
#g5tIBE9otfeR8fB6fsMi0xlWX94NRSdn { position:absolute;display:block;z-index:15034;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;height:110px;width:110px;top:61.5px;left:763.5px;overflow:hidden;display:block; }
#Bn4vEnBeynz8wDXeQoTPW0pana5utTuS { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:011px;border-top-right-radius:011px;border-bottom-left-radius:011px;border-bottom-right-radius:011px;height:209px;width:209px;top:312px;left:714px;display:block; }
#OvdpLnruRgOD66HdHJTy9ici4Dg1eT3M { color:#000000;display:block;width:144px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:467px;left:747px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#siC6Uu24bbDkioTuqUh3XyI4WVdpr5Pu { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -moz-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -ms-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -o-linear-gradient(180deg, #ffcc32, #fffcce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );";background-image: linear-gradient(180deg, #ffcc32, #fffcce);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:125px;width:125px;top:323px;left:756px;display:block; }
#b5hPI94hT9TniaLeCwoFkyJa0TuMVbih { position:absolute;display:block;z-index:15038;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;height:110px;width:110px;top:330px;left:764px;overflow:hidden;display:block; }
#v63d3ifMDnlQ1wqdatnMre6O2mo77fBm { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:011px;border-top-right-radius:011px;border-bottom-left-radius:011px;border-bottom-right-radius:011px;height:209px;width:209px;top:312px;left:376px;display:block; }
#QkgFAGllViG9CFg48pP1T9FO44A10a7g { color:#000000;display:block;width:144px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:467px;left:408px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fMsLKaUrCoyb5WTVrVwke1EmyqWrXD1O { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -moz-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -ms-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -o-linear-gradient(180deg, #ffcc32, #fffcce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );";background-image: linear-gradient(180deg, #ffcc32, #fffcce);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:125px;width:125px;top:323px;left:418px;display:block; }
#KWNTSSRrRBp76MGukakmfko0f0SHEBrV { position:absolute;display:block;z-index:15042;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;height:115px;width:115px;top:328px;left:422.5px;overflow:hidden;display:block; }
#EKMZrmCuUzRduebSq4RTAvDTAzZQxBgZ { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:011px;border-top-right-radius:011px;border-bottom-left-radius:011px;border-bottom-right-radius:011px;height:209px;width:209px;top:312px;left:56px;display:block; }
#eUWXJoqkev5NF6WLdB4HD1Pd9NKIWzom { color:#000000;display:block;width:144px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:467px;left:88px;height:33.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OmwPaU1l9ineIqsCWACqd1Ad81lCT5HF { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -moz-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -ms-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -o-linear-gradient(180deg, #ffcc32, #fffcce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );";background-image: linear-gradient(180deg, #ffcc32, #fffcce);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:125px;width:125px;top:323px;left:98px;display:block; }
#zfDUwLCJD7FiH6X4PzFJifapTzBikIG7 { position:absolute;display:block;z-index:15046;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;height:110px;width:110px;top:330px;left:105px;overflow:hidden;display:block; }
#hcFI9SyTEPvTS11RgKpy6Lw1UTNTVPNH { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -moz-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -ms-linear-gradient(180deg, #ffcc32, #fffcce);background-image: -o-linear-gradient(180deg, #ffcc32, #fffcce);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc32', endColorstr='#fffcce' );";background-image: linear-gradient(180deg, #ffcc32, #fffcce);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:125px;width:125px;top:54px;left:97.5px;display:block; }
#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI { 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; }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .row .container { background-color: transparent; background-image: none; }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .row .container > .video-iframe-container { display: none; }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .row > .video-iframe-container { display: none; }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .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); }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .row .container { border-width: 0; border-radius: 0; }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .row .container { font-size:14px;font-family:arial;height:325px;width:960px;position:relative;display:block; }#vKCH6pSQlaAZVETDcCKXavbZC3uLMBMO { color:#000000;display:block;width:325px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:49px;left:313px;height:149.781px;display:block; }#vKCH6pSQlaAZVETDcCKXavbZC3uLMBMO li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vKCH6pSQlaAZVETDcCKXavbZC3uLMBMO li:before{  }
#Mt0spHJJCbiyPOdUEnu0qkcFJcgLEXWv { color:#000000;display:block;width:632px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:214px;left:313px;height:62.3906px;display:block; }
#bNCXE9CVZACE9BP8qDOnL5mUDT94XiFD { position:absolute;display:block;z-index:15056;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: 1px 1px 3px #000000 ;height:226px;width:226px;top:49.5px;left:42px;overflow:hidden;display:block; }
#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l { 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; }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .row .container { background-color: transparent; background-image: none; }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .row .container > .video-iframe-container { display: none; }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .row > .video-iframe-container { display: none; }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .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); }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .row .container { border-width: 0; border-radius: 0; }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .row .container { font-size:14px;font-family:arial;height:101px;width:960px;position:relative;display:block; }#HCool1DSwDMywN6LkuDQhTM5Xp9ePtd6 { color:#3f3f3f;display:block;width:445.99264526367px;position:absolute;font-family:"noto sans tc";font-size:14px;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:28.194946289062px;left:496px;height:47.5938px;text-align:center;text-align-last:center;display:block; }
#z4KbU5b6nVdIWRaWVNQGAA9sARhbInfn { 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;height:29px;width:161px;top:36px;left:159.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn { display:block; }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2aHiTuuMdVzdsFnNTWaaANBlhbexKmI { width:75px;height:55px;top:6px;left:645px;display:block; }
 }@media only screen and (max-width: 763px) { #ATbd7V7ooWvv6WTVbIcyzTITAPWgRK4o { display:block; }
 }@media only screen and (max-width: 763px) { #FRhunQ4SMLPUnD3eXL1XK8P4FsBkpUTP { width:73px;height:55px;top:6px;left:691px;display:block; }
 }@media only screen and (max-width: 763px) { #UsF3kcfCSkiWefDR6lx7r6HKKtVosWwC { display:block; }
 }@media only screen and (max-width: 763px) { #iJUWVmtCJrfwsm98gWdcUnfVe3AXLUDu { top:18px;left:0px;width:177px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #HOK9Kz3pdbiIM9iaVPHbHL2iKgqpiBSu { top:575px;left:268.5px;width:225px;height:55px;display:none; }
 }@media only screen and (max-width: 763px) { #kcbRn0PQ51ayT4UeTAObKZoCqlbydiNM { display:block; }
 }@media only screen and (max-width: 763px) { #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fsdb0TImDJEEls90THSsguITCiVngapy { width:580px;height:;top:125px;left:0px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cAoEqQ4L41PPNu41RpOsIfc5Btm8KPGX { top:94px;left:0px;width:580px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sf8T2gwNCVQSXEFuDUy4Bv3QJTH9y8by { width:476px;height:159px;top:390px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eJlB75iVA8akOaE2CEWhwrTew15iusXy { top:602px;left:514px;width:111px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #UJKb41FiodvlyPQuW897doGTKrdTFl7p { top:604px;left:665px;width:99px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #b8xNl0ld1MhVxvEMA94SrTA9M7fycqCO { width:94px;height:26px;top:602px;left:70px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DgbJqctrunVITV9XCC3eT4rvFoOcecfw { width:156px;height:30px;top:774px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #setUWhVlKQJTd7QHfSx2sSFNTLlyTfKc { top:275px;left:0px;width:35px;height:86px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #LMmn0kITEAFpw5T8FGdO4zuw8VFBP64O { top:301px;left:0px;width:378px;height:39px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-text {padding-top: 0; padding-bottom: 0;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-select {padding-top: 0; padding-bottom: 0;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS  { width:280px;height:auto;top:230px;left:444px; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS {display:block;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS { width:280px;height:auto;top:230px;left:444px; }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #ktt0kJS84Kru1ZcF8xbOHn4MFx2cTbB5 {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #ryIoM7WIFMoMpAElGugWvFtTzCBN1e9z {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #bxCSWqMXOzbsR2PO7PXptyLFy7vPiM0Q {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #sPSV8I8I57avOeHDvlxoPWvG35gf1LI6 {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #NgHquUpilcWXgaz4M2sm7FBU73S8PQQF {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #tfyM3ydSOFD316ohrfleLXtAyI3XqJXE {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #y0H3asGhTG0bqu7NTz9cENccifIdLt2M {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #GNNPq5AOURTlfa7gzzUWcqbt4WObe574 {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc { width:312px;height:87px;display:flex;top:86px;left:79px;z-index:15016; }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #I3w7yc5HSEJLfclmTlPhNQqkN05XGCSr { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #MiVJszApw6g13spuuRplAshfRqEPthuk {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #OKdypLx7yNOOBVJHHanBRlx6y7wwJ0qN {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #TFJu5xTkAofTpBSICqDMzn8vnwfbH42O { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #DT7mwEqTCqEfKH137SSedPQpyXi9h5Qq {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #Pg4mFhOcbkRqR4ytE5tZBtgaq9tRXZFq {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #b64CuDxppQhfVIT0Xe2eJaSn8JdGvBbn { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #cSCuWckLheSDTOE7b8SxwIs1NKgLyXf2 {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #HuoD4RVbtMHyQFUmSV5oSTEMwhKhCqnp {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #OOvMdOtA4QwtOktJ43df7ArtJZhl1cJg { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #m3ztQyb79T7nBdaiJmAWUJ808MzQ2vXn {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #RxmodyQcqfufpcvITOssIMUBxDlp0FhJ {  }
 }@media only screen and (max-width: 763px) { #w5twNNeL9ce5FpPwZXmgUuJytIrChKpc { display:block; }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2TTTXsUpWf3yvEohlbhuNP4nzEMuLri { top:57px;left:0px;width:652px;height:44px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #hZz4JBhmMnX2IUmhtDUvs6SLkRzlcwAD { top:107px;left:0px;width:764px;height:109px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #USFiWDd7Mvy0poG2fEzC0LXQSU1iqXUu { width:256px;height:6px;top:213px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #agvrFqKTkUhSm1xsbR7VKxOMFlfxhaUa { top:241px;left:0px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi { display:block; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbMAbLMG6LnTBf0BeitaeWrcOoeJxUos { width:764px;height:46px;top:47px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #btXzvNwgbIBPcvsP4AwZbw3dACJZCaqH { width:163px;height:5px;top:102px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv { display:block; }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsFHPgueZiGP5qo9V9t61fXzCg6yd2in { width:764px;height:46px;top:34px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 { display:block; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMEisdZJkZusSdMbaRaze8zeCyrkMkFk { width:269px;height:100px;top:235px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #w6OzJGwZxQl3fmQsOEC4mis48ByHSwuM { width:319px;height:32px;top:194px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #yqz1OBL2WoTR4l6IWfNJzIKz00LMfHBE { width:321px;height:64px;top:194px;left:187px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #BqAJVfcXFcKuT6Sdhs83viSx8GFSsToI { width:260px;height:50px;top:270px;left:248px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IVNHeP6gtq8gmu97hSUrHLleB31RHACG { width:321px;height:32px;top:195px;left:187px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IOudNAfNd2syKZJtXhbMOqDpDJzpDWcz { width:276px;height:75px;top:247px;left:486px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CUrM0890I5Fb5EU6KNZ2SddkOdwMXQus { top:42px;left:75px;width:104px;height:108px;display:block; }
 }@media only screen and (max-width: 763px) { #rbnOSdg5oNUVKy3DOE1tsiQX58uinUdM { top:46px;left:337px;width:104px;height:104px;display:block; }
 }@media only screen and (max-width: 763px) { #NVNlhObxh9B1u9GxMbl1n2LTk3MxWykm { top:49px;left:596px;width:104px;height:104px;display:block; }
 }@media only screen and (max-width: 763px) { #g9xTpfk6v8hEufWornOFQJZpC4psm49t { width:269px;height:75px;top:567px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mcmLBNTEiOhLigi9Sz8Rvfbb96AX2QfG { width:319px;height:32px;top:526px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #nMo1eXqWL4Jr3VHPAbnrvkFi57G0blof { top:374px;left:150px;width:104px;height:104px;display:block; }
 }@media only screen and (max-width: 763px) { #e2UFOKoJtF9n2DaOqShLGJsnAKU1EM6M { width:269px;height:75px;top:569px;left:239px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHZ26Tvg4p4ZGoQzbgvFDVt8bcBilck0 { width:319px;height:32px;top:528px;left:189px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ZafCuHCkN8RMqEu4nU51siRKwPF1PXLP { top:376px;left:404px;width:104px;height:104px;display:block; }
 }@media only screen and (max-width: 763px) { #IAfZHuybqFTPixQpRgx6akp0F1xHJuTd { display:block; }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4lvbh7iXfIpidNiyCUdaXb9dtuUT3qB { width:764px;height:46px;top:34px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu { display:block; }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgWGXpFI1V7rX5bngH9btxB3Eg8lhQGs { top:43px;left:22.5px;width:209px;height:209px;display:block; }
 }@media only screen and (max-width: 763px) { #sNBOyU1aOTT1d7DzfX938lObJHBvNltt { top:49px;left:60px;width:134px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #T9VKW3qqn8UWrTfEhdOTLxmFp5UatfII { top:198px;left:55px;width:144px;height:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fq9TOhT5rvSq27LCmmbdaT2gdHiKX6oO { top:575px;left:268.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cJIErCwiRGP0QGV55zh2ZUSc2ZSBtXMg { display:block; }
 }@media only screen and (max-width: 763px) { #R5BZAvBr0ERKrkeexxZQXXkKX4BJOL9Z { top:43px;left:277px;width:209px;height:209px;display:block; }
 }@media only screen and (max-width: 763px) { #q50vq5m7JXJTeKwm6aZk16htdlzi4TZ4 { top:198px;left:309px;width:144px;height:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tQx3WvyyoEyXfztHXGvvWJOQmkbpc7cJ { top:54px;left:319px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #JnDupqD41iG7WsRb7FvEUmFbqhWZyT99 { top:43px;left:313px;width:136px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #O66veBdZtTm8aktUHLdNaLEChhV3eNo3 { top:43px;left:549px;width:209px;height:209px;display:block; }
 }@media only screen and (max-width: 763px) { #R0N5yS03dceIvmGcJvsZ6KZZP7A8xw2Z { top:198px;left:582px;width:144px;height:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xFFM2yoQ2hvoBW885gxmkhc59uxoqiUI { top:54px;left:591px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #g5tIBE9otfeR8fB6fsMi0xlWX94NRSdn { top:61px;left:598.5px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #Bn4vEnBeynz8wDXeQoTPW0pana5utTuS { top:312px;left:549px;width:209px;height:209px;display:block; }
 }@media only screen and (max-width: 763px) { #OvdpLnruRgOD66HdHJTy9ici4Dg1eT3M { top:467px;left:582px;width:144px;height:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #siC6Uu24bbDkioTuqUh3XyI4WVdpr5Pu { top:323px;left:591px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #b5hPI94hT9TniaLeCwoFkyJa0TuMVbih { top:330px;left:599px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #v63d3ifMDnlQ1wqdatnMre6O2mo77fBm { top:312px;left:277px;width:209px;height:209px;display:block; }
 }@media only screen and (max-width: 763px) { #QkgFAGllViG9CFg48pP1T9FO44A10a7g { top:467px;left:309px;width:144px;height:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fMsLKaUrCoyb5WTVrVwke1EmyqWrXD1O { top:323px;left:319px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #KWNTSSRrRBp76MGukakmfko0f0SHEBrV { top:328px;left:323.5px;width:115px;height:115px;display:block; }
 }@media only screen and (max-width: 763px) { #EKMZrmCuUzRduebSq4RTAvDTAzZQxBgZ { top:312px;left:23px;width:209px;height:209px;display:block; }
 }@media only screen and (max-width: 763px) { #eUWXJoqkev5NF6WLdB4HD1Pd9NKIWzom { top:467px;left:55px;width:144px;height:33px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OmwPaU1l9ineIqsCWACqd1Ad81lCT5HF { top:323px;left:65px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #zfDUwLCJD7FiH6X4PzFJifapTzBikIG7 { top:330px;left:72px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #hcFI9SyTEPvTS11RgKpy6Lw1UTNTVPNH { top:54px;left:64.5px;width:125px;height:125px;display:block; }
 }@media only screen and (max-width: 763px) { #pcuvaa0pPeC9sifCFQw9osslAWdCFeNI { display:block; }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKCH6pSQlaAZVETDcCKXavbZC3uLMBMO { top:49px;left:57px;width:325px;height:149px;font-size:12px;display:block; }#vKCH6pSQlaAZVETDcCKXavbZC3uLMBMO li:before{  }
 }@media only screen and (max-width: 763px) { #Mt0spHJJCbiyPOdUEnu0qkcFJcgLEXWv { top:214px;left:0px;width:632px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bNCXE9CVZACE9BP8qDOnL5mUDT94XiFD { top:49px;left:0px;width:226px;height:226px;display:block; }
 }@media only screen and (max-width: 763px) { #JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l { display:block; }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCool1DSwDMywN6LkuDQhTM5Xp9ePtd6 { top:28px;left:319px;width:445px;height:47px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #z4KbU5b6nVdIWRaWVNQGAA9sARhbInfn { top:36px;left:110.5px;width:161px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#EVfsW6DC5qHN2tsTniI3zVf2geQQG0Hn > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2aHiTuuMdVzdsFnNTWaaANBlhbexKmI { width:75px;height:55px;top:6px;left:122px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #ATbd7V7ooWvv6WTVbIcyzTITAPWgRK4o { display:block; }
 }@media only screen and (max-width: 763px) { #FRhunQ4SMLPUnD3eXL1XK8P4FsBkpUTP { width:73px;height:55px;top:6px;left:123px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #UsF3kcfCSkiWefDR6lx7r6HKKtVosWwC { display:block; }
 }@media only screen and (max-width: 763px) { #iJUWVmtCJrfwsm98gWdcUnfVe3AXLUDu { width:138px;height:22px;top:21.5px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #HOK9Kz3pdbiIM9iaVPHbHL2iKgqpiBSu { top:17px;left:182.5625px;width:130px;height:31px;font-size:16px;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #kcbRn0PQ51ayT4UeTAObKZoCqlbydiNM { display:block; }
 }@media only screen and (max-width: 763px) { #Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 { display:block; }#Pn3x2JUbQgQ881NS156UIoRpWHQOCHw4 > .row .container { width:320px;height:798px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fsdb0TImDJEEls90THSsguITCiVngapy { width:320px;height:66px;top:120px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cAoEqQ4L41PPNu41RpOsIfc5Btm8KPGX { width:306px;height:20.7969px;top:92px;left:7px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sf8T2gwNCVQSXEFuDUy4Bv3QJTH9y8by { width:320px;height:137.1564px;top:586px;left:0px;text-align:center;text-align-last:center;font-size:14px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eJlB75iVA8akOaE2CEWhwrTew15iusXy { width:67.9766px;height:36.9766px;top:751.5703125px;left:25px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #UJKb41FiodvlyPQuW897doGTKrdTFl7p { width:99px;height:53px;top:743.5625px;left:196px;display:block; }
 }@media only screen and (max-width: 763px) { #b8xNl0ld1MhVxvEMA94SrTA9M7fycqCO { width:94px;height:auto;top:602px;left:113px;font-size:15px;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #DgbJqctrunVITV9XCC3eT4rvFoOcecfw { width:320px;height:0;top:1028.5833740234px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:.9;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #setUWhVlKQJTd7QHfSx2sSFNTLlyTfKc { width:35px;height:auto;top:275px;left:142px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #LMmn0kITEAFpw5T8FGdO4zuw8VFBP64O { width:320px;height:27px;top:528px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-text {padding-top: 0; padding-bottom: 0;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-select {padding-top: 0; padding-bottom: 0;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS  { width:280px;height:auto;top:206px;left:0px; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS {display:block;}#vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS { width:280px;height:auto;top:206px;left:0px; }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #ktt0kJS84Kru1ZcF8xbOHn4MFx2cTbB5 {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #ryIoM7WIFMoMpAElGugWvFtTzCBN1e9z {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #bxCSWqMXOzbsR2PO7PXptyLFy7vPiM0Q {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #sPSV8I8I57avOeHDvlxoPWvG35gf1LI6 {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #NgHquUpilcWXgaz4M2sm7FBU73S8PQQF {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #tfyM3ydSOFD316ohrfleLXtAyI3XqJXE {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #y0H3asGhTG0bqu7NTz9cENccifIdLt2M {  }
 }@media only screen and (max-width: 763px) { #vhTvrsyUWklLr8LFAw6IJyvldmlT8AQS #GNNPq5AOURTlfa7gzzUWcqbt4WObe574 {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc .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; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc { width:312px;height:87px;display:flex;top:569px;left:160px;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #I3w7yc5HSEJLfclmTlPhNQqkN05XGCSr { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #MiVJszApw6g13spuuRplAshfRqEPthuk {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #OKdypLx7yNOOBVJHHanBRlx6y7wwJ0qN {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #TFJu5xTkAofTpBSICqDMzn8vnwfbH42O { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #DT7mwEqTCqEfKH137SSedPQpyXi9h5Qq {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #Pg4mFhOcbkRqR4ytE5tZBtgaq9tRXZFq {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #b64CuDxppQhfVIT0Xe2eJaSn8JdGvBbn { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #cSCuWckLheSDTOE7b8SxwIs1NKgLyXf2 {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #HuoD4RVbtMHyQFUmSV5oSTEMwhKhCqnp {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #OOvMdOtA4QwtOktJ43df7ArtJZhl1cJg { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #m3ztQyb79T7nBdaiJmAWUJ808MzQ2vXn {  }
 }@media only screen and (max-width: 763px) { #AArEhx7NCwdKJvc9XTDo0sdbTBgtn4pc #RxmodyQcqfufpcvITOssIMUBxDlp0FhJ {  }
 }@media only screen and (max-width: 763px) { #w5twNNeL9ce5FpPwZXmgUuJytIrChKpc { display:block; }#w5twNNeL9ce5FpPwZXmgUuJytIrChKpc > .row .container { width:320px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2TTTXsUpWf3yvEohlbhuNP4nzEMuLri { width:320px;height:0;top:29px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hZz4JBhmMnX2IUmhtDUvs6SLkRzlcwAD { width:320px;height:0;top:73.645843505859px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #USFiWDd7Mvy0poG2fEzC0LXQSU1iqXUu { width:100px;height:5px;top:585px;left:110px;display:none; }
 }@media only screen and (max-width: 763px) { #agvrFqKTkUhSm1xsbR7VKxOMFlfxhaUa { height:180px;width:320px;top:30.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi { background-color:rgba(0,4,46,0.9);background-image:none;display:block; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { background-color: transparent; background-image: none; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container > .video-iframe-container { display: none; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row > .video-iframe-container { display: none; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .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); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbMAbLMG6LnTBf0BeitaeWrcOoeJxUos { width:300px;height:39px;top:19.645843505859px;left:14px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #btXzvNwgbIBPcvsP4AwZbw3dACJZCaqH { width:100px;height:5px;top:63px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv { display:block; }#MKqABaqKXhT5IdaxH9K2cPNns8C3zCEv > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsFHPgueZiGP5qo9V9t61fXzCg6yd2in { width:320px;height:39px;top:38px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 { background-color:rgba(0,4,46,0.9);background-image:none;display:block; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { background-color: transparent; background-image: none; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container > .video-iframe-container { display: none; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row > .video-iframe-container { display: none; }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .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); }#u2KdsZBrAlhV7gLoQ8nbeIk9bcxLeyz8 > .row .container { width:320px;height:1388px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMEisdZJkZusSdMbaRaze8zeCyrkMkFk { width:209px;height:78.3751px;top:200.1875px;left:55.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #w6OzJGwZxQl3fmQsOEC4mis48ByHSwuM { width:307px;height:32.1953px;top:148px;left:6.5px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #yqz1OBL2WoTR4l6IWfNJzIKz00LMfHBE { width:253px;height:64.3906px;top:438px;left:34px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #BqAJVfcXFcKuT6Sdhs83viSx8GFSsToI { width:233px;height:39.1876px;top:519px;left:43px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IVNHeP6gtq8gmu97hSUrHLleB31RHACG { width:320px;height:32.1953px;top:717px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #IOudNAfNd2syKZJtXhbMOqDpDJzpDWcz { width:233px;height:58.7814px;top:758px;left:44px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CUrM0890I5Fb5EU6KNZ2SddkOdwMXQus { width:104px;height:106px;top:15px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #rbnOSdg5oNUVKy3DOE1tsiQX58uinUdM { width:104px;height:104px;top:310px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #NVNlhObxh9B1u9GxMbl1n2LTk3MxWykm { width:104px;height:104px;top:591px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #g9xTpfk6v8hEufWornOFQJZpC4psm49t { width:269px;height:39.1875px;top:1029px;left:25px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mcmLBNTEiOhLigi9Sz8Rvfbb96AX2QfG { width:319px;height:32.1953px;top:977px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #nMo1eXqWL4Jr3VHPAbnrvkFi57G0blof { width:104px;height:104px;top:853px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #e2UFOKoJtF9n2DaOqShLGJsnAKU1EM6M { width:269px;height:58.7814px;top:1271px;left:25px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHZ26Tvg4p4ZGoQzbgvFDVt8bcBilck0 { width:319px;height:32.1953px;top:1219px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ZafCuHCkN8RMqEu4nU51siRKwPF1PXLP { width:104px;height:104px;top:1095px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #IAfZHuybqFTPixQpRgx6akp0F1xHJuTd { display:block; }#IAfZHuybqFTPixQpRgx6akp0F1xHJuTd > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4lvbh7iXfIpidNiyCUdaXb9dtuUT3qB { width:320px;height:39px;top:38px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu { display:block; }#JowJ2KaKopyPmw4B6h8hVE5uqSg3kElu > .row .container { width:320px;height:627px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgWGXpFI1V7rX5bngH9btxB3Eg8lhQGs { width:144px;height:144px;top:22px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #sNBOyU1aOTT1d7DzfX938lObJHBvNltt { width:110px;height:110px;top:22px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #T9VKW3qqn8UWrTfEhdOTLxmFp5UatfII { width:122px;height:26px;top:132px;left:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fq9TOhT5rvSq27LCmmbdaT2gdHiKX6oO { top:528px;left:47.5px;width:225px;height:55px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cJIErCwiRGP0QGV55zh2ZUSc2ZSBtXMg { display:block; }
 }@media only screen and (max-width: 763px) { #R5BZAvBr0ERKrkeexxZQXXkKX4BJOL9Z { width:144px;height:144px;top:184px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #q50vq5m7JXJTeKwm6aZk16htdlzi4TZ4 { width:144px;height:26px;top:290px;left:11px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tQx3WvyyoEyXfztHXGvvWJOQmkbpc7cJ { width:125px;height:125px;top:1741px;left:97px;display:none; }
 }@media only screen and (max-width: 763px) { #JnDupqD41iG7WsRb7FvEUmFbqhWZyT99 { width:136px;height:136px;top:166px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #O66veBdZtTm8aktUHLdNaLEChhV3eNo3 { width:144px;height:144px;top:347px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #R0N5yS03dceIvmGcJvsZ6KZZP7A8xw2Z { width:144px;height:26px;top:454px;left:11px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xFFM2yoQ2hvoBW885gxmkhc59uxoqiUI { width:125px;height:125px;top:2199px;left:97px;display:none; }
 }@media only screen and (max-width: 763px) { #g5tIBE9otfeR8fB6fsMi0xlWX94NRSdn { width:101px;height:101px;top:347px;left:32.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Bn4vEnBeynz8wDXeQoTPW0pana5utTuS { width:144px;height:144px;top:346px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #OvdpLnruRgOD66HdHJTy9ici4Dg1eT3M { width:144px;height:26px;top:454px;left:171px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #siC6Uu24bbDkioTuqUh3XyI4WVdpr5Pu { width:125px;height:125px;top:2428px;left:97px;display:none; }
 }@media only screen and (max-width: 763px) { #b5hPI94hT9TniaLeCwoFkyJa0TuMVbih { width:91px;height:91px;top:351px;left:197.5px;display:block; }
 }@media only screen and (max-width: 763px) { #v63d3ifMDnlQ1wqdatnMre6O2mo77fBm { width:144px;height:144px;top:184px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #QkgFAGllViG9CFg48pP1T9FO44A10a7g { width:144px;height:26px;top:290px;left:176px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fMsLKaUrCoyb5WTVrVwke1EmyqWrXD1O { width:125px;height:125px;top:1970px;left:97px;display:none; }
 }@media only screen and (max-width: 763px) { #KWNTSSRrRBp76MGukakmfko0f0SHEBrV { width:102px;height:102px;top:184px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #EKMZrmCuUzRduebSq4RTAvDTAzZQxBgZ { width:144px;height:144px;top:22px;left:172px;display:block; }
 }@media only screen and (max-width: 763px) { #eUWXJoqkev5NF6WLdB4HD1Pd9NKIWzom { width:144px;height:26px;top:132px;left:172px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OmwPaU1l9ineIqsCWACqd1Ad81lCT5HF { width:125px;height:125px;top:1512px;left:97px;display:none; }
 }@media only screen and (max-width: 763px) { #zfDUwLCJD7FiH6X4PzFJifapTzBikIG7 { width:110px;height:110px;top:22px;left:189px;display:block; }
 }@media only screen and (max-width: 763px) { #hcFI9SyTEPvTS11RgKpy6Lw1UTNTVPNH { width:125px;height:125px;top:54px;left:97px;display:none; }
 }@media only screen and (max-width: 763px) { #pcuvaa0pPeC9sifCFQw9osslAWdCFeNI { display:block; }#pcuvaa0pPeC9sifCFQw9osslAWdCFeNI > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKCH6pSQlaAZVETDcCKXavbZC3uLMBMO { width:191px;height:134.156px;top:27px;left:129px;font-size:12px;display:block; }#vKCH6pSQlaAZVETDcCKXavbZC3uLMBMO li:before{  }
 }@media only screen and (max-width: 763px) { #Mt0spHJJCbiyPOdUEnu0qkcFJcgLEXWv { width:320px;height:103.984px;top:182.765625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bNCXE9CVZACE9BP8qDOnL5mUDT94XiFD { width:112px;height:112px;top:38.0703125px;left:9px;border-top-left-radius:600px;border-top-right-radius:600px;border-bottom-left-radius:600px;border-bottom-right-radius:600px;box-shadow: 1px 1px 3px #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l { display:block; }#JVPZ63HCTEB9py0o6FDTiULxAL2D4Q1l > .row .container { width:320px;height:139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCool1DSwDMywN6LkuDQhTM5Xp9ePtd6 { width:320px;height:44.1876px;top:69.908203125px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #z4KbU5b6nVdIWRaWVNQGAA9sARhbInfn { width:161px;height:29px;top:27.09375px;left:79.5px;display:block; }
 }