.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#263a80;background-image:none;position:relative;z-index:auto;display:block; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { background-color: transparent; background-image: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .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); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { border-width: 0; border-radius: 0; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { font-size:0.875rem;font-family:arial;height:62.5625rem;width:60rem;position:relative;display:block; }#iscrIM3Q7myynhw5F5U8TvgcJE0zVcrh { color:#000000;display:block;width:53.375rem;position:absolute;font-family:"noto sans tc";font-size:4.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:3.3125rem;height:10.5620625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmQyJSC1E0sK5q0kg98n08rL4oquGa3z { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4.625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:44.0625rem;left:19.6875rem;display:block; }
#B7rdBcSkes1bChgHmDuioIfvFoTBJ4DW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FEwopZemUwEbMDRTJgUdr7uMqrxUSNWS { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4.625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:51.625rem;left:19.6875rem;display:block; }
#P7nfyTtBGSvMnx6ZfPM38vlg8BLI4iuy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vfLXOME3fe34BCa3wp3qe1iatu1Nt9pC { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.37425rem;width:21.875rem;top:12.984619140625rem;left:19.0625rem;overflow:hidden;display:block; }
#kmNGNzZ49UoBsZevriZ59PASiDVvKzHU { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:39.0625rem;left:17.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;z-index:auto;display:block; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { background-color: transparent; background-image: none; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container > .video-iframe-container { display: none; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row > .video-iframe-container { display: none; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .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); }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { border-width: 0; border-radius: 0; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#xoFVh2eEhNT4pwnBQLKIrziqfJbGhV4g { color:#3f3f3f;display:block;width:27.8735625rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:1.45263671875rem;left:31.06201171875rem;height:2.9736375rem;text-align:center;text-align-last:center;display:block; }
#rtwyCsSkhch0lG7frcv2m51GwDNNBriD { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.06176875rem;width:10rem;top:1.87255859375rem;left:10rem;overflow:hidden;display:block; }
#xgcV5eDz356K55EFfa2eHhMGGe5C1esm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:none; }#xgcV5eDz356K55EFfa2eHhMGGe5C1esm.adaptive-delivery-prevent-bg, #xgcV5eDz356K55EFfa2eHhMGGe5C1esm.lazyload, #xgcV5eDz356K55EFfa2eHhMGGe5C1esm.lazyloading { background-image: none; }#xgcV5eDz356K55EFfa2eHhMGGe5C1esm > .row .container { border-width: 0; border-radius: 0; }#xgcV5eDz356K55EFfa2eHhMGGe5C1esm > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:60rem;position:relative;display:none; }#Z5sO7ftZwxEziQxIlRXBHEGbK5IWOs8T { color:#f6f6f6;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.3466796875rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#KNCK8RbXEInlOhBP8aOOh5nzJTRE9Xp3 { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:35.75rem;left:17.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fg04xq4rLhNDO22H4dWaBwZP6nvXer6C { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:"noto sans hk";font-size:2rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.71875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JtiUc4D74FFTW7bEAO1aDXRS40h3BH9h { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4.625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:40.4375rem;left:19.6875rem;display:block; }
#aU8wutIHBazD4mOPMFT8fsrwMoCoHHBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OcsKsNGizPDXtzU0OqTfSmK6dbyG4d59 { background-color:#ffb100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:4.625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:48.375rem;left:19.625rem;display:block; }
#KJR1eDw8iyEbiXhxsmdKMa2dEV71VHmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lEAKhqiPwfdkNqWJ4LC9KGhNQkO2nck0 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.6875rem;width:38.4375rem;top:11.0625rem;left:10.78125rem;overflow:hidden;display:block; }
#JDMA5WtIXOhe3mFalkmWMnMagW5gdBB8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83ca32c6-1ac9-4c08-9cae-74ae51aba628/homepage_banner012.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:none; }#JDMA5WtIXOhe3mFalkmWMnMagW5gdBB8.adaptive-delivery-prevent-bg, #JDMA5WtIXOhe3mFalkmWMnMagW5gdBB8.lazyload, #JDMA5WtIXOhe3mFalkmWMnMagW5gdBB8.lazyloading { background-image: none; }#JDMA5WtIXOhe3mFalkmWMnMagW5gdBB8 > .row .container { border-width: 0; border-radius: 0; }#JDMA5WtIXOhe3mFalkmWMnMagW5gdBB8 > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:none; }#QUbrgySe57XasI3JLPyapZgHh6CaOlHZ { color:#c69c72;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.5rem;left:12.0625rem;height:3.046875rem;text-align:center;text-align-last:center;display:block; }
#lS65vxbRXiRWz84bT3LWkeM1WgkUw6cC { color:#f6f6f6;display:block;width:31.6858125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:20.75rem;left:14.1875rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#PmN6Vp9M4NTMEZ3fTZZUmqi4TiJUHO6A { background-color:#ffcc32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#212f48;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1228125rem;height:3.125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:23.514404296875rem;left:23.93798828125rem;display:block; }
#aLAIfXDGJf8tQHhFOwqBDZxpIf8ZbP27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IpC2LHxtHwzthGlMvE7zvtiighFLtItK { color:#f6f6f6;display:block;width:7.0605625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:13.125rem;left:25.875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#l93uUUZG4SuOc5ovghnk46azp3w4J0gb { color:#f6f6f6;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:13.125rem;left:36.75rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#b6SxyIrbMR5f8rSVBPgOKAoQbP5CD1Vb { color:#f6f6f6;display:block;width:11.6235625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:15.6875rem;left:9.875rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#iqXnoDOnyOnvoqCX8Q7owVsVKAH3F2My { color:#f6f6f6;display:block;width:11.6235625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:15.6875rem;left:37.375rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#HDCuzogEQWvSeLJ95pohs9SbJq3zXXnu { color:#f6f6f6;display:block;width:11.6235625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:15.6875rem;left:23.625rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#BOOXZclGUihVTxB8sHypzGl3duFpUB9f { color:#f6f6f6;display:block;width:7.0605625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:13.125rem;left:12.1875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#NOVfXxF7atZ0mz82A09rAkncctgq4ST5 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.81176875rem;width:5.81176875rem;top:3.5625rem;left:44.75rem;overflow:hidden;display:block; }
#l7CNPXM6RaBenCDJ5B1CxEPrbG9wONTU { color:#f6f6f6;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #002634;top:3.56201171875rem;left:0.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rWWUVTxzP5JpJPs8i3xrwA3FuQTA5Lwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212f48;background-image:none;position:relative;display:none; }#rWWUVTxzP5JpJPs8i3xrwA3FuQTA5Lwq > .row .container { border-width: 0; border-radius: 0; }#rWWUVTxzP5JpJPs8i3xrwA3FuQTA5Lwq > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:none; }#JF5TNZAL4Qx6Squ7b65dMcdXwkcNtQN5 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.375rem;height:22.4375rem;width:18.125rem;top:4.8125rem;left:0.8125rem;display:block; }
#I9SV3NEk0CaII6ZFR89fz4KNeT5DP7et { color:#253045;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:13.312501907349rem;left:2.21875rem;height:2.109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OVDFDaEpL6um1c2VP2f4uRmbMKKhVMgt { color:#c6c6c6;display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100027;line-height:1.7;letter-spacing:0;top:16.458333969116rem;left:2.21875rem;height:3.28125rem;font-style:normal;display:block; }
#mLfRTQZpi51HfpPNGB9QiBCFknoRqTto { background-color:#f61067;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:21.270833969116rem;left:3.09375rem;display:block; }
#OVktBRNWA8aCdE4zeHdB2nzhT6oeipSx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hOsvqlTT9NIrRXE9lAyTPbTLMnUf7mfn { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2rem;top:4.1875rem;left:17.125rem;overflow:hidden;display:block; }
#dpw50mQ3H6fN1rJu5TyQ9N1NTDQJbesw { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.875rem;width:3.875rem;top:3.25rem;left:16.1875rem;display:block; }
#v59QlFmmfH2kDAAaQWF38WF6VnF9tQ2I { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.375rem;height:22.4375rem;width:18.125rem;top:5rem;left:20.8125rem;display:block; }
#hq3BPhVKW7QMD1z3AIuhRwWF1HHMTxBX { background-color:#f61067;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:21.25rem;left:23.125rem;display:block; }
#QgNga28szmNI0CDDl476AN36Hvl7FORT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sRcv4uV8sWTNsvq9yR03QTeshPtn4f69 { color:#c6c6c6;display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100035;line-height:1.7;letter-spacing:0;top:16.4375rem;left:22.25rem;height:3.28125rem;font-style:normal;display:block; }
#rc8dqxaUABGiw8dNo7Zs03D4moJwwTSs { color:#253045;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.7;letter-spacing:0;top:13.3125rem;left:22.25rem;height:2.109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cyF3Oh6lLzTDeFULpCngPPlisvPawael { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.75rem;width:3.75rem;top:12rem;left:35.9375rem;display:block; }
#q5R9PTZ4aZdFErTSJvpGZw5AQ80K8UK1 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2.0625rem;top:12.9375rem;left:36.75rem;overflow:hidden;display:block; }
#KlwTbirXopGiGwm6uCkmtNrl0UwA3MqE { background-color:#f61067;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:21.270833969116rem;left:43.09375rem;display:block; }
#k4deph8N3WSTV06ePJBGgAAHf8DIaWk5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PwsJKcyh65oiHFKiAZmaS7xLETpNNGCN { color:#c6c6c6;display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100043;line-height:1.7;letter-spacing:0;top:16.4375rem;left:42.25rem;height:3.28125rem;font-style:normal;display:block; }
#sZX75i2sG9IuzZJerX4dVBSDwkvlV3OF { color:#253045;display:block;width:15.5625rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.7;letter-spacing:0;top:13.3125rem;left:42.25rem;height:2.109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xcGaSXIvN17igXcWK7wv93rz8LA7seJo { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.75rem;width:3.75rem;top:25rem;left:40rem;display:block; }
#F6ahVbfidt3A98T3FuTcZ04k1CrPDT0h { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2.0625rem;top:25.9375rem;left:40.8125rem;overflow:hidden;display:block; }
#wivR4wIpAKXoGT8dFU31gzRVkcgS2Pvc { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68555rem;width:5.49805rem;top:13.75rem;left:15.375rem;overflow:hidden;display:block; }
#b17B3AJ8TRf1nrod1GQGee1uHKohz9Vk { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:7.312rem;width:7.312rem;top:11.4375rem;left:14.4375rem;display:block; }
#Fy9RkC5PNF6bXnGxnAHcb03hM8ygT57A { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:3.75rem;width:3.75rem;top:8.32763671875rem;left:30rem;display:block; }
#Eos6GmaS5ZTKl0bfQQ0UAnJLS9gp6Jq9 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.75rem;width:21.0625rem;top:3.626220703125rem;left:38.953125rem;display:block; }
#U2zGtoMTzLZIqBuXy3xP9hgG0Ke480MR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212f48;background-image:none;position:relative;z-index:auto;display:none; }#U2zGtoMTzLZIqBuXy3xP9hgG0Ke480MR > .row .container { border-width: 0; border-radius: 0; }#U2zGtoMTzLZIqBuXy3xP9hgG0Ke480MR > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:none; }#RyWGki47o873Tmo7yTFAIqyAmt8zS2Os { color:#c69c72;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100007;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.125rem;left:12.0625rem;height:3.046875rem;text-align:center;text-align-last:center;display:block; }
#nIUOK5PJA7Wiw24whzLuhRAwbzwTT5Ho { color:#f6f6f6;display:block;width:57.8735625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #002634;top:12.7490234375rem;left:1.06201171875rem;height:1.953125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dDam0JzlvlMBclb3SpBPKAbElPFUHJnT { color:#282828;display:block;width:33.62425rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:6.9375rem;left:12.625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F6DS0p7xXDCWHT1X7sin8WwvNWbNmJwk { color:#f6f6f6;display:block;width:31.6858125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:29.3115234375rem;left:14.156494140625rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#KzflQFzXqdzgz8JuPdBuLdDiPzoE3NCa { box-sizing:content-box;color:#ffffff;font-size:4.1875rem;font-weight:400;line-height:1;height:5.99975625rem;width:6.12426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:16.4375rem;left:14.875rem;display:block; }
#xS1KFlib7mF8gUqFhfXn75MTfeTycMdr { background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans hk";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.18725625rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:31.873779296875rem;left:23.90625rem;display:block; }
#b3BRNdGHQ42uvzs212K2q4U7wEwB5uDm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ySmkor8L0ktBGulDCBrnWon2ZTfbTIo4 { color:#f6f6f6;display:block;width:7.0605625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:22.4375rem;left:14.9375rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#htZMIVRrHRVMlVhaDMrKgp6TfZdp7knc { box-sizing:content-box;color:#ffffff;font-size:4.1875rem;font-weight:400;line-height:1;height:5.99975625rem;width:6.12426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:1.25rem -0.375rem 0.125rem rgba(0,0,0,0.05);display:block;z-index:100032;top:16.4375rem;left:39.625rem;display:block; }
#abwVHqvaXwXaMgDZ8ObOHlZN4WSXTDlD { box-sizing:content-box;color:#ffffff;font-size:4.1875rem;font-weight:400;line-height:1;height:5.99975625rem;width:6.12426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.75rem -0.1875rem 0.125rem rgba(0,0,0,0.2);display:block;z-index:100032;top:16.5625rem;left:27.25rem;display:block; }
#nvkp6KTzTsd0ITF8B3oSdvPwkT70ZsLS { box-sizing:content-box;color:#ffffff;font-size:4.1875rem;font-weight:400;line-height:1;height:5.99975625rem;width:6.12426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.75rem -0.1875rem 0.125rem rgba(0,0,0,0.2);display:block;z-index:100033;top:16.4375rem;left:39.625rem;display:block; }
#twPFSNc6KoynqgVSclkKB5zspatkwFa2 { color:#f6f6f6;display:block;width:7.0605625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:22.4375rem;left:26.75rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#WVo8qatvfkdkvK6sONBUs2RIoRM7ey3c { color:#f6f6f6;display:block;width:7.0605625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:22.4375rem;left:38rem;height:1.5625rem;text-align:right;text-align-last:right;display:block; }
#z3RwPZTGhzWGPLeXCvmeunFGAivTIwOW { color:#f6f6f6;display:block;width:11.62475rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:25.125rem;left:11.5625rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#TxvREGI5bUoip4HnyeO8nPLlkXwZPdHT { color:#f6f6f6;display:block;width:11.6235625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:25.125rem;left:36.875rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#Uf1QXxHIwCGXbWGGZRGDsRybWbJLe3Bz { color:#f6f6f6;display:block;width:11.6235625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:25.125rem;left:24.375rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y { display:block; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iscrIM3Q7myynhw5F5U8TvgcJE0zVcrh { top:3.75rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQyJSC1E0sK5q0kg98n08rL4oquGa3z { width:20.6875rem;height:4.625rem;top:44.0625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7rdBcSkes1bChgHmDuioIfvFoTBJ4DW { display:block; }
 }@media only screen and (max-width: 763px) { #FEwopZemUwEbMDRTJgUdr7uMqrxUSNWS { width:20.6875rem;height:4.625rem;top:51.625rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7nfyTtBGSvMnx6ZfPM38vlg8BLI4iuy { display:block; }
 }@media only screen and (max-width: 763px) { #vfLXOME3fe34BCa3wp3qe1iatu1Nt9pC { top:12.9375rem;left:12.9375rem;width:21.875rem;height:27.37425rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmNGNzZ49UoBsZevriZ59PASiDVvKzHU { top:39.0625rem;left:11.125rem;width:25.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs { display:block; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoFVh2eEhNT4pwnBQLKIrziqfJbGhV4g { top:1.4375rem;left:19.9375rem;width:27.8125rem;height:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtwyCsSkhch0lG7frcv2m51GwDNNBriD { top:1.8125rem;left:6.9375rem;width:10rem;height:2.06176875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgcV5eDz356K55EFfa2eHhMGGe5C1esm { display:block; }#xgcV5eDz356K55EFfa2eHhMGGe5C1esm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5sO7ftZwxEziQxIlRXBHEGbK5IWOs8T { top:6.3125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNCK8RbXEInlOhBP8aOOh5nzJTRE9Xp3 { top:35.75rem;left:11.125rem;width:25.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg04xq4rLhNDO22H4dWaBwZP6nvXer6C { top:3.125rem;left:12.59375rem;width:22.5625rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtiUc4D74FFTW7bEAO1aDXRS40h3BH9h { width:20.6875rem;height:4.625rem;top:40.4375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU8wutIHBazD4mOPMFT8fsrwMoCoHHBb { display:block; }
 }@media only screen and (max-width: 763px) { #OcsKsNGizPDXtzU0OqTfSmK6dbyG4d59 { width:20.6875rem;height:4.625rem;top:48.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJR1eDw8iyEbiXhxsmdKMa2dEV71VHmO { display:block; }
 }@media only screen and (max-width: 763px) { #lEAKhqiPwfdkNqWJ4LC9KGhNQkO2nck0 { top:11.0625rem;left:4.65625rem;width:38.4375rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDMA5WtIXOhe3mFalkmWMnMagW5gdBB8 { display:block; }#JDMA5WtIXOhe3mFalkmWMnMagW5gdBB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUbrgySe57XasI3JLPyapZgHh6CaOlHZ { top:6.5rem;left:5.9375rem;width:35.9375rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS65vxbRXiRWz84bT3LWkeM1WgkUw6cC { top:20.75rem;left:8.0625rem;width:31.625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmN6Vp9M4NTMEZ3fTZZUmqi4TiJUHO6A { width:12.0625rem;height:3.125rem;top:23.5rem;left:17.81298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLAIfXDGJf8tQHhFOwqBDZxpIf8ZbP27 { display:block; }
 }@media only screen and (max-width: 763px) { #IpC2LHxtHwzthGlMvE7zvtiighFLtItK { top:13.125rem;left:19.75rem;width:7rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l93uUUZG4SuOc5ovghnk46azp3w4J0gb { top:13.125rem;left:30.625rem;width:13.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6SxyIrbMR5f8rSVBPgOKAoQbP5CD1Vb { top:15.6875rem;left:3.75rem;width:11.5625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqXnoDOnyOnvoqCX8Q7owVsVKAH3F2My { top:15.6875rem;left:31.25rem;width:11.5625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDCuzogEQWvSeLJ95pohs9SbJq3zXXnu { top:15.6875rem;left:17.5rem;width:11.5625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOOXZclGUihVTxB8sHypzGl3duFpUB9f { top:13.125rem;left:6.0625rem;width:7rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOVfXxF7atZ0mz82A09rAkncctgq4ST5 { top:3.5625rem;left:38.625rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7CNPXM6RaBenCDJ5B1CxEPrbG9wONTU { top:3.5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWUVTxzP5JpJPs8i3xrwA3FuQTA5Lwq { display:block; }#rWWUVTxzP5JpJPs8i3xrwA3FuQTA5Lwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JF5TNZAL4Qx6Squ7b65dMcdXwkcNtQN5 { top:4.8125rem;left:0rem;width:18.125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9SV3NEk0CaII6ZFR89fz4KNeT5DP7et { top:13.3125rem;left:0.15625rem;width:15.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVDFDaEpL6um1c2VP2f4uRmbMKKhVMgt { top:16.4375rem;left:0.15625rem;width:13.8125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLfRTQZpi51HfpPNGB9QiBCFknoRqTto { width:13.8125rem;height:3.75rem;top:21.25rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVktBRNWA8aCdE4zeHdB2nzhT6oeipSx { display:block; }
 }@media only screen and (max-width: 763px) { #hOsvqlTT9NIrRXE9lAyTPbTLMnUf7mfn { top:4.1875rem;left:13.875rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpw50mQ3H6fN1rJu5TyQ9N1NTDQJbesw { top:3.25rem;left:12rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v59QlFmmfH2kDAAaQWF38WF6VnF9tQ2I { top:5rem;left:13.625rem;width:18.125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq3BPhVKW7QMD1z3AIuhRwWF1HHMTxBX { width:13.8125rem;height:3.75rem;top:21.25rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgNga28szmNI0CDDl476AN36Hvl7FORT { display:block; }
 }@media only screen and (max-width: 763px) { #sRcv4uV8sWTNsvq9yR03QTeshPtn4f69 { top:16.4375rem;left:16.0625rem;width:13.8125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8dqxaUABGiw8dNo7Zs03D4moJwwTSs { top:13.3125rem;left:16.0625rem;width:15.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyF3Oh6lLzTDeFULpCngPPlisvPawael { top:12rem;left:28rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5R9PTZ4aZdFErTSJvpGZw5AQ80K8UK1 { top:12.9375rem;left:29.6875rem;width:2.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlwTbirXopGiGwm6uCkmtNrl0UwA3MqE { width:13.8125rem;height:3.75rem;top:21.25rem;left:32.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4deph8N3WSTV06ePJBGgAAHf8DIaWk5 { display:block; }
 }@media only screen and (max-width: 763px) { #PwsJKcyh65oiHFKiAZmaS7xLETpNNGCN { top:16.4375rem;left:31.9375rem;width:13.8125rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZX75i2sG9IuzZJerX4dVBSDwkvlV3OF { top:13.3125rem;left:31.9375rem;width:15.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcGaSXIvN17igXcWK7wv93rz8LA7seJo { top:25rem;left:31.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ahVbfidt3A98T3FuTcZ04k1CrPDT0h { top:25.9375rem;left:31.75rem;width:2.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wivR4wIpAKXoGT8dFU31gzRVkcgS2Pvc { top:13.75rem;left:10.4375rem;width:5.4375rem;height:2.6559740498904rem;display:block; }
 }@media only screen and (max-width: 763px) { #b17B3AJ8TRf1nrod1GQGee1uHKohz9Vk { top:11.4375rem;left:8.5625rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9RkC5PNF6bXnGxnAHcb03hM8ygT57A { top:8.3125rem;left:23.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eos6GmaS5ZTKl0bfQQ0UAnJLS9gp6Jq9 { top:4.25rem;left:10.6875rem;width:21.0625rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2zGtoMTzLZIqBuXy3xP9hgG0Ke480MR { display:block; }#U2zGtoMTzLZIqBuXy3xP9hgG0Ke480MR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyWGki47o873Tmo7yTFAIqyAmt8zS2Os { top:9.125rem;left:5.9375rem;width:35.9375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIUOK5PJA7Wiw24whzLuhRAwbzwTT5Ho { top:12.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDam0JzlvlMBclb3SpBPKAbElPFUHJnT { top:6.9375rem;left:6.5rem;width:33.5625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6DS0p7xXDCWHT1X7sin8WwvNWbNmJwk { top:29.25rem;left:8.031494140625rem;width:31.625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzflQFzXqdzgz8JuPdBuLdDiPzoE3NCa { top:16.4375rem;left:8.75rem;width:6.0625rem;height:5.939243320376rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS1KFlib7mF8gUqFhfXn75MTfeTycMdr { width:12.1875rem;height:3.125rem;top:31.8125rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3BRNdGHQ42uvzs212K2q4U7wEwB5uDm { display:block; }
 }@media only screen and (max-width: 763px) { #ySmkor8L0ktBGulDCBrnWon2ZTfbTIo4 { top:22.4375rem;left:8.8125rem;width:7rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #htZMIVRrHRVMlVhaDMrKgp6TfZdp7knc { top:16.4375rem;left:33.5rem;width:6.0625rem;height:5.939243320376rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abwVHqvaXwXaMgDZ8ObOHlZN4WSXTDlD { top:16.5625rem;left:21.125rem;width:6.0625rem;height:5.939243320376rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvkp6KTzTsd0ITF8B3oSdvPwkT70ZsLS { top:16.4375rem;left:33.5rem;width:6.0625rem;height:5.939243320376rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twPFSNc6KoynqgVSclkKB5zspatkwFa2 { top:22.4375rem;left:20.625rem;width:7rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVo8qatvfkdkvK6sONBUs2RIoRM7ey3c { top:22.4375rem;left:31.875rem;width:7rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3RwPZTGhzWGPLeXCvmeunFGAivTIwOW { top:25.125rem;left:5.4375rem;width:11.5625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxvREGI5bUoip4HnyeO8nPLlkXwZPdHT { top:25.125rem;left:30.75rem;width:11.5625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf1QXxHIwCGXbWGGZRGDsRybWbJLe3Bz { top:25.125rem;left:18.25rem;width:11.5625rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y { position:relative;z-index:auto;background-color:#263a80;background-image:none;display:block; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { background-color: transparent; background-image: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row > .video-iframe-container { display: none; }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .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); }#Magi2SLTTI06nQwrftk1Pl4EsJSFZG5y > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iscrIM3Q7myynhw5F5U8TvgcJE0zVcrh { width:20rem;height:4.2236375rem;top:3.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmQyJSC1E0sK5q0kg98n08rL4oquGa3z { width:13.125rem;height:3.125rem;top:24.8125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7rdBcSkes1bChgHmDuioIfvFoTBJ4DW { display:block; }
 }@media only screen and (max-width: 763px) { #FEwopZemUwEbMDRTJgUdr7uMqrxUSNWS { width:13.125rem;height:3.125rem;top:29.1875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7nfyTtBGSvMnx6ZfPM38vlg8BLI4iuy { display:block; }
 }@media only screen and (max-width: 763px) { #vfLXOME3fe34BCa3wp3qe1iatu1Nt9pC { width:10.249rem;height:12.8125rem;top:7.999267578125rem;left:4.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmNGNzZ49UoBsZevriZ59PASiDVvKzHU { width:20rem;height:1.4624rem;top:22rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs { position:relative;z-index:auto;display:block; }#mmAh3bOPg2u3n6vXhW776uzkcx1r7nWs > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoFVh2eEhNT4pwnBQLKIrziqfJbGhV4g { width:20rem;height:2.763675rem;top:4.56176875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtwyCsSkhch0lG7frcv2m51GwDNNBriD { width:10rem;height:2.06176875rem;top:1.25rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xgcV5eDz356K55EFfa2eHhMGGe5C1esm { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/v4cJ6oe8/web_banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#xgcV5eDz356K55EFfa2eHhMGGe5C1esm.adaptive-delivery-prevent-bg, #xgcV5eDz356K55EFfa2eHhMGGe5C1esm.lazyload, #xgcV5eDz356K55EFfa2eHhMGGe5C1esm.lazyloading { background-image: none; }#xgcV5eDz356K55EFfa2eHhMGGe5C1esm > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z5sO7ftZwxEziQxIlRXBHEGbK5IWOs8T { width:19.9375rem;height:2.5996125rem;top:6.474609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNCK8RbXEInlOhBP8aOOh5nzJTRE9Xp3 { width:18.125rem;height:1.4619125rem;top:23.3525390625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg04xq4rLhNDO22H4dWaBwZP6nvXer6C { width:20rem;height:2.03125rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JtiUc4D74FFTW7bEAO1aDXRS40h3BH9h { width:14.6875rem;height:3.125rem;top:26.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU8wutIHBazD4mOPMFT8fsrwMoCoHHBb { display:block; }
 }@media only screen and (max-width: 763px) { #OcsKsNGizPDXtzU0OqTfSmK6dbyG4d59 { width:14.6875rem;height:3.125rem;top:31.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJR1eDw8iyEbiXhxsmdKMa2dEV71VHmO { display:block; }
 }@media only screen and (max-width: 763px) { #lEAKhqiPwfdkNqWJ4LC9KGhNQkO2nck0 { width:20rem;height:12.845528455284rem;top:9.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDMA5WtIXOhe3mFalkmWMnMagW5gdBB8 { position:relative;z-index:auto;display:none; }#JDMA5WtIXOhe3mFalkmWMnMagW5gdBB8 > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QUbrgySe57XasI3JLPyapZgHh6CaOlHZ { width:16.1230625rem;height:5.2246125rem;top:1.25rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lS65vxbRXiRWz84bT3LWkeM1WgkUw6cC { width:20rem;height:1.5249rem;top:29.70483125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmN6Vp9M4NTMEZ3fTZZUmqi4TiJUHO6A { width:12.06175rem;height:3.125rem;top:32.5419875rem;left:3.9375rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aLAIfXDGJf8tQHhFOwqBDZxpIf8ZbP27 { display:block; }
 }@media only screen and (max-width: 763px) { #IpC2LHxtHwzthGlMvE7zvtiighFLtItK { width:6.9983125rem;height:2.03125rem;top:14.7558625rem;left:6.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l93uUUZG4SuOc5ovghnk46azp3w4J0gb { width:13.4375rem;height:2.03125rem;top:18.0371125rem;left:3.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6SxyIrbMR5f8rSVBPgOKAoQbP5CD1Vb { width:11.5625rem;height:1.5249rem;top:21.3183625rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqXnoDOnyOnvoqCX8Q7owVsVKAH3F2My { width:11.5625rem;height:1.5249rem;top:26.930175rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDCuzogEQWvSeLJ95pohs9SbJq3zXXnu { width:11.5625rem;height:1.5249rem;top:24.09301875rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOOXZclGUihVTxB8sHypzGl3duFpUB9f { width:6.9983125rem;height:2.03125rem;top:11.4746125rem;left:6.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOVfXxF7atZ0mz82A09rAkncctgq4ST5 { width:2.5rem;height:2.5rem;top:7.7246125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7CNPXM6RaBenCDJ5B1CxEPrbG9wONTU { width:20rem;height:2.08764375rem;top:3.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rWWUVTxzP5JpJPs8i3xrwA3FuQTA5Lwq { display:none; }#rWWUVTxzP5JpJPs8i3xrwA3FuQTA5Lwq > .row .container { width:20rem;height:112.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JF5TNZAL4Qx6Squ7b65dMcdXwkcNtQN5 { width:18.125rem;height:22.4365rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9SV3NEk0CaII6ZFR89fz4KNeT5DP7et { width:15.5615rem;height:2.109375rem;top:9.749755859375rem;left:2.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVDFDaEpL6um1c2VP2f4uRmbMKKhVMgt { width:13.81225rem;height:3.28125rem;top:12.8955078125rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLfRTQZpi51HfpPNGB9QiBCFknoRqTto { width:13.81225rem;height:3.75rem;top:17.708740234375rem;left:3.218994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVktBRNWA8aCdE4zeHdB2nzhT6oeipSx { display:block; }
 }@media only screen and (max-width: 763px) { #hOsvqlTT9NIrRXE9lAyTPbTLMnUf7mfn { width:1.9995125rem;height:1.93725625rem;top:25.8728125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpw50mQ3H6fN1rJu5TyQ9N1NTDQJbesw { width:3.8745125rem;height:3.8745125rem;top:24.9353125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v59QlFmmfH2kDAAaQWF38WF6VnF9tQ2I { width:18.125rem;height:22.4365rem;top:30.122325rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq3BPhVKW7QMD1z3AIuhRwWF1HHMTxBX { width:13.81225rem;height:3.75rem;top:46.372325rem;left:3.250732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgNga28szmNI0CDDl476AN36Hvl7FORT { display:block; }
 }@media only screen and (max-width: 763px) { #sRcv4uV8sWTNsvq9yR03QTeshPtn4f69 { width:13.81225rem;height:3.28125rem;top:41.559092578125rem;left:2.37548828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8dqxaUABGiw8dNo7Zs03D4moJwwTSs { width:15.5615rem;height:2.109375rem;top:38.434092578125rem;left:2.37548828125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyF3Oh6lLzTDeFULpCngPPlisvPawael { width:3.75rem;height:3.75rem;top:37.12183671875rem;left:16.063232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5R9PTZ4aZdFErTSJvpGZw5AQ80K8UK1 { width:2.06176875rem;height:1.93725625rem;top:38.05933671875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlwTbirXopGiGwm6uCkmtNrl0UwA3MqE { width:13.81225rem;height:3.75rem;top:71.452901171875rem;left:4.140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4deph8N3WSTV06ePJBGgAAHf8DIaWk5 { display:block; }
 }@media only screen and (max-width: 763px) { #PwsJKcyh65oiHFKiAZmaS7xLETpNNGCN { width:13.81225rem;height:3.28125rem;top:66.618916796875rem;left:3.297119140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZX75i2sG9IuzZJerX4dVBSDwkvlV3OF { width:15.5615rem;height:2.109375rem;top:63.493916796875rem;left:3.297119140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcGaSXIvN17igXcWK7wv93rz8LA7seJo { width:3.75rem;height:3.75rem;top:75.18214921875rem;left:1.04736328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ahVbfidt3A98T3FuTcZ04k1CrPDT0h { width:2.06176875rem;height:1.93725625rem;top:76.11964921875rem;left:1.859130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wivR4wIpAKXoGT8dFU31gzRVkcgS2Pvc { width:5.4375rem;height:2.6559740498904rem;top:10.18798828125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b17B3AJ8TRf1nrod1GQGee1uHKohz9Vk { width:7.25rem;height:7.25rem;top:7.874755859375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy9RkC5PNF6bXnGxnAHcb03hM8ygT57A { width:3.75rem;height:3.75rem;top:33.44996171875rem;left:10.125732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eos6GmaS5ZTKl0bfQQ0UAnJLS9gp6Jq9 { width:20rem;height:25.3125rem;top:53.8076375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2zGtoMTzLZIqBuXy3xP9hgG0Ke480MR { position:relative;z-index:auto;display:none; }#U2zGtoMTzLZIqBuXy3xP9hgG0Ke480MR > .row .container { width:20rem;height:85.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RyWGki47o873Tmo7yTFAIqyAmt8zS2Os { width:20rem;height:0;top:4.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIUOK5PJA7Wiw24whzLuhRAwbzwTT5Ho { width:20rem;height:0;top:8.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDam0JzlvlMBclb3SpBPKAbElPFUHJnT { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F6DS0p7xXDCWHT1X7sin8WwvNWbNmJwk { width:20rem;height:0;top:56.692375rem;left:0rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KzflQFzXqdzgz8JuPdBuLdDiPzoE3NCa { width:6.0625rem;height:5.939243320376rem;top:11.625rem;left:6.9375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS1KFlib7mF8gUqFhfXn75MTfeTycMdr { width:12.1875rem;height:3.125rem;top:59.504875rem;left:3.875rem;font-size:0.9375rem;background-color:#efbc1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #b3BRNdGHQ42uvzs212K2q4U7wEwB5uDm { display:block; }
 }@media only screen and (max-width: 763px) { #ySmkor8L0ktBGulDCBrnWon2ZTfbTIo4 { width:7rem;height:0;top:40.379875rem;left:6.5rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #htZMIVRrHRVMlVhaDMrKgp6TfZdp7knc { width:6.0625rem;height:5.939243320376rem;top:26.0024375rem;left:6.9375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abwVHqvaXwXaMgDZ8ObOHlZN4WSXTDlD { width:6.0625rem;height:5.939243320376rem;top:18.81371875rem;left:6.9375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvkp6KTzTsd0ITF8B3oSdvPwkT70ZsLS { width:6.0625rem;height:5.939243320376rem;top:33.19115625rem;left:6.9375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twPFSNc6KoynqgVSclkKB5zspatkwFa2 { width:7rem;height:0;top:43.192375rem;left:6.5rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WVo8qatvfkdkvK6sONBUs2RIoRM7ey3c { width:7rem;height:0;top:46.004875rem;left:6.5rem;font-size:1.25rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #z3RwPZTGhzWGPLeXCvmeunFGAivTIwOW { width:11.5625rem;height:0;top:48.817375rem;left:4.1875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TxvREGI5bUoip4HnyeO8nPLlkXwZPdHT { width:11.5625rem;height:0;top:54.067375rem;left:4.1875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Uf1QXxHIwCGXbWGGZRGDsRybWbJLe3Bz { width:11.5625rem;height:0;top:51.442375rem;left:4.1875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }