.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,250,216;--color-primary-1:255,250,153;--color-primary-2:237,232,58;--color-primary-3:142,139,35;--color-primary-4:47,46,12;--color-secondary-0:81,126,157;--color-secondary-1:73,83,107;--color-secondary-2:37,47,72;--color-secondary-3:31,45,69;--color-secondary-4:21,34,63;--color-tertiary-0:255,255,255;--color-tertiary-1:249,245,239;--color-tertiary-2:107,107,107;--color-tertiary-3:33,33,33;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Roboto"; }@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:#3c3c40;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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);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; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:26.75rem;display:block; }
#HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:33.375rem;display:block; }
#WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:41.375rem;display:block; }
#y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { z-index:15003;top:1.09375rem;left:49.5009765625rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #c2000b, #c2000b);background-image: -moz-linear-gradient(319deg, #c2000b, #c2000b);background-image: -ms-linear-gradient(319deg, #c2000b, #c2000b);background-image: -o-linear-gradient(319deg, #c2000b, #c2000b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000b', endColorstr='#c2000b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000b', endColorstr='#c2000b' );";background-image: linear-gradient(319deg, #c2000b, #c2000b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Sbf4TAgc8rxgxtxTxn5HqJOvD0ZL8QFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAZEOV6cGTrOaiB5Ziczgw0Z4LtfONhm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:9.4375rem;top:1.6875rem;left:1.5625rem;overflow:hidden;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.15);background-image:url("https://images.assets-landingi.com/uc/e1bd895a-aac9-45f1-b824-869e3fd215d3/AS20260101_FINALTIPS04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#PSedmEqvVuhbRKIRySQCTFz4sPcSXzSx { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:17.7177734375rem;left:26.78125rem;height:3.3745625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xWB1DmlIqhlTyIiAlUoQlRac1F3FJXqC { z-index:15004;top:29.6943359375rem;left:43.650390625rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #c2000b, #c2000b);background-image: -moz-linear-gradient(319deg, #c2000b, #c2000b);background-image: -ms-linear-gradient(319deg, #c2000b, #c2000b);background-image: -o-linear-gradient(319deg, #c2000b, #c2000b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000b', endColorstr='#c2000b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000b', endColorstr='#c2000b' );";background-image: linear-gradient(319deg, #c2000b, #c2000b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:2.6;overflow:hidden;position:absolute;width:12.0614375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ablGfWUWBShKuGXL0koWdVG50WqeGS9s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXe9TqeyquwoGwOPmMqP5Wl11PH4iwz5 { position:absolute;display:block;z-index:15017;height:1.6859rem;width:2.9989375rem;top:5.5rem;left:57rem;display:block; }
#T84u6fiFPCqUwh4g1xbRepcm7HflONdC { position:absolute;display:block;z-index:15041;background-color:rgba(73,124,137,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.75) ;height:4.0625rem;width:12.24875rem;top:20.8125rem;left:12.8125rem;display:block; }
#lpxh5T9VMIpRndoXUDch0BPRJedDvqa7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.81225rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:21.25rem;left:14.0625rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdBizTm6Sost8vTAnnO6GBV0vVUVPd55 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4999375rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:13.5rem;left:21.4375rem;height:2.43706875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nVdUzK3K0QsdbX9B0MQATvMfQAhlP03Z { position:absolute;display:block;z-index:15036;height:1.4375rem;width:3rem;top:7.5625rem;left:56.9375rem;display:block; }
#XEkSZfJlXN2GWHDwORASuRlSePuNMXlT { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6239375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:22.283203125rem;left:26.7802734375rem;height:4.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XEkSZfJlXN2GWHDwORASuRlSePuNMXlT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XEkSZfJlXN2GWHDwORASuRlSePuNMXlT li:before{  }
#S4ltXQlmGKCSUhIDlhkVktHgDbuH4SLT { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:25.8125rem;top:7.25rem;left:26.0625rem;overflow:hidden;display:block; }
#eXzVuo9HURJBZGx4Bz6s6sK3EdBbeRQE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:22.9375rem;top:3.1875rem;left:1rem;overflow:hidden;display:block; }
#zUpdvcMoTvlegKuTtG1wSPNPsWHtN4NQ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:"noto sans tc";font-size:3.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.6875rem;left:26.375rem;height:4.87413125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { background-color: transparent; background-image: none; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container > .video-iframe-container { display: none; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row > .video-iframe-container { display: none; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .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); }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { border-width: 0; border-radius: 0; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#nXNw4Ki9223lXRhhAod7AnDF5LvtTRac { color:rgba(var(--color-secondary-2),1);display:block;width:38.125rem;position:absolute;font-family:"noto sans tc";font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5151805877686rem;left:1.6557178497314rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sf8bAg1r6Mg8vTTTRuTyoflG2gyDlRHx { color:#58e3dd;display:block;width:55.9375rem;position:absolute;font-family:"noto sans tc";font-size:3.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.732421875rem;left:1.65625rem;height:3.9800375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lkDv1hGTPud8m1WdeaTJMoJWHTmb00ZJ { color:#002634;display:block;width:27.8125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:14.942290306091rem;left:1.6557178497314rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#m54XOJahOkawDdF8cgFWXvDeiTOcaFWA { position:absolute;display:block;z-index:15018;background-color:#000000;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.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.75) ;height:10.0625rem;width:22.75rem;top:12.5rem;left:33.75rem;display:block; }
#lMkyAGseWw0Z2vngvTZBqr36Cu0U5x7a { color:rgba(var(--color-primary-2),1);display:block;width:17.999375rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:13.437054634094rem;left:32.436967849731rem;height:2.30035rem;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; }
#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:16.249554634094rem;left:35.468748092651rem;height:4.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd li:before{  }
#PWHHSXED7HB5EmAldCEV6xLTZQ39iTJV { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(282deg, #b72d2d, #8d0000);background-image: -moz-linear-gradient(282deg, #b72d2d, #8d0000);background-image: -ms-linear-gradient(282deg, #b72d2d, #8d0000);background-image: -o-linear-gradient(282deg, #b72d2d, #8d0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72d2d', endColorstr='#8d0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72d2d', endColorstr='#8d0000' );";background-image: linear-gradient(282deg, #b72d2d, #8d0000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:10.65625rem;left:1.65625rem;display:block; }
#dUV7lokz6qloTAlkWoXK9f7uRl36vbnJ { color:#1d2850;display:block;width:47.9375rem;position:absolute;font-family:"noto sans tc";font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.482421875rem;left:1.65625rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Rbvs80ySU00U6v3eVLLPURpwWzgyAScF { color:#002634;display:block;width:26.0625rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:15.375rem;left:1.65625rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { background-color: transparent; background-image: none; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container > .video-iframe-container { display: none; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row > .video-iframe-container { display: none; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .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); }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { border-width: 0; border-radius: 0; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#MO7mSIDFrFCShk70npXNm84fqqmeJevK { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #690000, #460000);background-image: -moz-linear-gradient(170deg, #690000, #460000);background-image: -ms-linear-gradient(170deg, #690000, #460000);background-image: -o-linear-gradient(170deg, #690000, #460000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#690000', endColorstr='#460000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#690000', endColorstr='#460000' );";background-image: linear-gradient(170deg, #690000, #460000);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.75) ;height:27.375rem;width:51.875rem;top:0rem;left:4.0625rem;display:block; }
#UfWGFRKGvTqHGK0zTpsXcNIZdOchfrcC { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:"noto sans hk";font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:5.0625rem;height:4.224175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#huXiR4sbP3BWqJDn6phfExULxdLtEbaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(32,32,32,0.97), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(360deg, rgba(32,32,32,0.97), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(360deg, rgba(32,32,32,0.97), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(360deg, rgba(32,32,32,0.97), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020f7', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020f7', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(360deg, rgba(32,32,32,0.97), rgba(var(--color-tertiary-0),1));background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { background-color: transparent; background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .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); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { border-width: 0; border-radius: 0; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#AkxcWt4hcZdqttAPCTnB7SKy8u4EoFyF { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1245651245117rem;left:4.7495651245117rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJbFc53bR1p3vymdTZZTnP4yPhN2X15N { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.75) ;height:22.8125rem;width:47.6875rem;top:1.5927734375rem;left:6.2421875rem;display:none; }
#MiuNXOgXTtPvFU3npVLayQp7sBcxAb93 { color:rgba(var(--color-tertiary-3),1);display:block;width:47.7495625rem;position:absolute;font-family:"noto sans hk";font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4034271240234rem;left:6.2424049377441rem;height:4.1875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bTKHztkEDerbVpMIurJiwvxw7CUFOAQz { z-index:15005;top:13.4248046875rem;left:24.375rem;background-color:#fff700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NJmkfhxNqTVFcc3hALTq55LXELmDFDI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.836875rem;padding-right:0.77rem;padding-bottom:0.836875rem;padding-left:0.77rem;display:block;align-items:center;width:4.615625rem;min-width:4.615625rem;height:4.495625rem;position:relative;font-family:"open sans";font-size:3.346875rem;font-weight:700;line-height:71.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.523125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.15375rem;height:1.776875rem;position:relative;font-family:"open sans";font-size:1.255rem;font-weight:400;line-height:28.43px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:28.625rem;height:8.469375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.9873046875rem;left:15.6875rem;z-index:15012; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #zvtTEdXdNq799wuAyNeGpRhSUcsTozcK { display:flex;position:relative;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #iu5Zx6pEzMbsCcNosfzO7TgPTIHsfRpX { width:auto; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #HDAnvwohz93gKUS5HZG4VepCPDooiSpX {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #IGb89cIzEwLiWrv23KPeKc3p5nutuSfk { display:flex;position:relative;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #eVswrS9vmfTAk3iHdWq5t6CmvTsukNeV {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #v1Z3Olz2hT2WBUhM3IdV7puyLka6511y {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #TsMwpifNwxJ9m40DsXaIfeDSWNzOvK1v { display:flex;position:relative;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #WEnT6tNuHmw75vCRiQQisJNcWHaJTM3W {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #G8BEEgNiNDoqSv5zWfP1q2hGBuxzr3nG {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #D4Kp8N8RMc13uu9THdGdd22WD9AHXTCM { display:flex;position:relative;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #bUKmWN42y6gvhTUCS3ESTbEENFt9mW2l {  }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #h0EQgn9biy794Kiimudl0h8yJtqozuOk {  }
#EczUOJZKpXTVCcuZyERVqMooCTlfyMX0 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.8125rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.625rem;left:8rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/M2oJ7Uq_0rc/unsplash/joel-filipe-M2oJ7Uq_0rc-photo-1484562794569-bb5754cf5a3b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.adaptive-delivery-prevent-bg, #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.lazyload, #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE.lazyloading { background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { background-color: transparent; background-image: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.93); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.93); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { display: none; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .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); }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { border-width: 0; border-radius: 0; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE::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; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { color:rgba(var(--color-secondary-2),1);display:block;width:42.4374375rem;position:absolute;font-family:"noto sans tc";font-size:3.125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:3.242639541626rem;left:8.81081199646rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIywPvKp26kvTFnST8ChqH6NnEg0NeM9 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.426668673754rem;left:14.622247695923rem;height:;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; }
#faHhOrtmlvqwWleADa0FAhkLpKJOn5Fb { color:#e8f7ff;display:block;width:30.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.718306094408rem;left:14.622690200806rem;height:2.4375rem;font-style:normal;display:block; }
#EiClcqCTTrxUhQbJ3VwkUDvUBmQNxSFs { color:#e8f7ff;display:block;width:31.1248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.124466449022rem;left:14.624467849731rem;height:2.4375rem;font-style:normal;display:block; }
#zkdhLDtxCrSLHl5TOWsSqR7SuCiGd5lH { z-index:15018;top:31.8115234375rem;left:23.9970703125rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #c2000b, #c2000b);background-image: -moz-linear-gradient(319deg, #c2000b, #c2000b);background-image: -ms-linear-gradient(319deg, #c2000b, #c2000b);background-image: -o-linear-gradient(319deg, #c2000b, #c2000b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000b', endColorstr='#c2000b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000b', endColorstr='#c2000b' );";background-image: linear-gradient(319deg, #c2000b, #c2000b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0623125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uDvgH4Cpwyo5VOsC2QrwEx7mCiaDnMkH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u840MbTppRfDtJQzwhcx5JcvsFnC7wuV { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #42bcbc, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(198deg, #42bcbc, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(198deg, #42bcbc, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(198deg, #42bcbc, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42bcbc', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42bcbc', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(198deg, #42bcbc, rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.374645rem;width:17.9998125rem;top:9.9986667633056rem;left:21.030717849731rem;display:block; }
#PhGdwW9T05AJ4MNUtizN2pyyWvZTa7hc { color:#e8f7ff;display:block;width:28.87475rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.56125831604rem;left:15.59348487854rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sf8qLGIqxCK4Tkpd0ldgODes8Lvb5LOb { color:#e8f7ff;display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.8125rem;left:1.5625rem;height:1.875rem;font-style:normal;display:none; }
#VNnTciWS9kyquzm3DknGcue9ezbMdoVc { color:#e8f7ff;display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.684214144945rem;left:14.624467849731rem;height:2.4375rem;font-style:normal;display:block; }
#OBicJoilBgFJXak01MNTH6OfiTR995X7 { color:#327272;display:block;width:2.062325rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.373046875rem;left:10.341796875rem;height:6.41875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#C8kIvhtdumZomTDUi0IFf1sO2hSRV26l { color:#327272;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:15.611328125rem;left:9.9365234375rem;height:4.4433625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#C3CETsQBDrLOdw5Us5pI8ruNcQCZcL37 { color:#327272;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:21.05859375rem;left:9.9365234375rem;height:4.4433625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#iXnaxJwA8OO4g9vIWdrihhITXpHQQrod { color:#327272;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15022;line-height:.9;letter-spacing:0;top:26.6181640625rem;left:9.5615234375rem;height:4.4433625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#ZsdOf69bTflaoT4zd2iva5Lhe4TSJyMN { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.75) ;height:227.5625rem;width:60rem;top:41.684898376465rem;left:0rem;display:block; }
#iIthDUeQPscnVHqerusZBnC7DLRrU7gW { position:relative;display:block; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW { background-color: transparent; background-image: none; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container > .video-iframe-container { display: none; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row > .video-iframe-container { display: none; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .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); }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW { border-width: 0; border-radius: 0; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,44,77,0.74);background-image:url("https://images.assets-landingi.com/uc/2611fa0a-7a0a-440a-afa0-ecf97c1a9dd4/AS20260101_FINALTIPS03.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:238.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container.adaptive-delivery-prevent-bg, #iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container.lazyload, #iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container.lazyloading { background-image: none; }#wRSQ9INCVxiTlnHKTIWSnVbHE2VPC2kc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:16.5625rem;width:46.8125rem;top:11.999565124512rem;left:9.8741321563719rem;display:block; }
#nwz3noR5ns8HUZse3U5kAWn6sbg8n3O3 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5104084014894rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zfX5hy876JHmC0PxBC9SklWy5O2iEcBe { color:#d2a9ff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:20.000001907349rem;left:13.311632156372rem;height:1.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Myv8IgsHNDhRtCIAPGa2rECycEOhJ216 { color:#e8f7ff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.875001907349rem;left:13.124998092651rem;height:3.25rem;font-style:normal;display:block; }
#Vo5AStn76IxhbUFiL2yC1isrTMk2vTVJ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:13.999565124512rem;left:1.9368476867676rem;display:block; }
#KhScBxkMwfsEV1omswxOXhbNqVd41n9F { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.125rem;top:14.375001907349rem;left:2.3122825622559rem;overflow:hidden;display:block; }
#OxaTImecUJe9Xnc2zqWmImyTI1HAVlTD { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:31.5rem;left:2rem;display:block; }
#fzpnxNbaxs1Txaz2Rb11040XOXpsUrUy { position:absolute;display:block;z-index:15005;background-color:#584646;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:16.5625rem;width:46.812rem;top:28.56201171875rem;left:9.873046875rem;display:block; }
#b0qT3twOHOrlJ9Pfz10tXLXymC2gOciQ { color:#d2a9ff;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:36.5625rem;left:13.4375rem;height:1.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wwTlnFwJZttLgMvpwZqWt94Bz3TTEwtN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:33.375rem;left:13.25rem;height:3.25rem;font-style:normal;display:block; }
#Sm8qeNoJu6rwt9nAUs47lKGc69hCRFbb { position:absolute;display:block;z-index:15027;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;box-shadow: none;height:9.25rem;width:9.25rem;top:31.875rem;left:2.375rem;overflow:hidden;display:block; }
#wypWag6tmLgmhX0PQv7XnTnTHWLPKTG4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:16.5625rem;width:46.8120625rem;top:44.9375rem;left:9.9375rem;display:block; }
#DdTt8Of73bx0Rqz2VH0REzlsXxGpTMWR { color:#d2a9ff;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:53rem;left:13.375rem;height:1.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HT37BOEg8Ty1M2QRwZTTnrzUrvK1V30q { color:#e8f7ff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:49.875rem;left:13.1875rem;height:3.25rem;font-style:normal;display:block; }
#lhwrGlLFq2MsT5xKOvLbaN18oQyO1OZ7 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:47.75rem;left:2rem;display:block; }
#baw6R8oDAoGRdn7KPeTkTsqTPQMwVMIu { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:48.125rem;left:2.375rem;overflow:hidden;display:block; }
#xJk1P3sVhDKo2RtLNesOIPpAoioo51fw { position:absolute;display:block;z-index:15012;background-color:#584646;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:17.3125rem;width:46.8125rem;top:61.4375rem;left:9.9375rem;display:block; }
#QZ40UXFCpTPFtGGMrbA2NBXbTaSEtxTn { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:17.5rem;width:46.8125rem;top:78.75rem;left:9.875rem;display:block; }
#t4BRphZx7P7gU9M7G1Msuln4PO5F8DZn { z-index:15033;top:88rem;left:13.25rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zwBxHlLNVA1UI83cRudx2JANtykVsRtR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k6TUqLbb8JrDSDBxOgTDdMO5bGiQOAa9 { color:#e8f7ff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:83rem;left:13.125rem;height:3.25rem;font-style:normal;display:block; }
#Bi0nGozlXBAxE9e2sDATuzi110wAA0zW { color:#d2a9ff;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:86.1875rem;left:13.3125rem;height:1.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mx7KToFR1KUBqDQ4R60Mrw9eksIdEuLE { color:rgba(0,0,0,0);display:block;width:28.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:62.75rem;left:27.4375rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RSVolH3TNCV79lhMcfpy8vek8KTbhwXz { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:81.3125rem;left:1.9375rem;display:block; }
#JqliwwWaOgXrPAUaKCOqTBUWQIBQaT32 { z-index:15035;top:54.625rem;left:13.375rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M94iDXZJeZ9luIIklnHpkWHGuS7xQOFW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBlfMh2DrqAIHahLxEQnRsXkQ5JxdLvo { z-index:15036;top:38.3125rem;left:13.3125rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BCGWap7RpUtN2bdH49A1PzmiJrusveVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PwotHzvzGgl03WJ2miDXzktbQWmiNg8o { z-index:15037;top:21.817493438721rem;left:13.311632156372rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vuvhg2e8UQpJ7L4nxZJxQmbPxGKfkzOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRomTfLJLKe9Uh8vLmXJ7Zx9ylbfHhe1 { position:absolute;display:block;z-index:15017;background-color:#584646;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:15.6875rem;width:46.8125rem;top:95.3125rem;left:9.875rem;display:block; }
#Ezk0sK9EmUBZO8l771zJttAKuQJG5xNV { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:99.9375rem;left:13.1875rem;height:3.25rem;font-style:normal;display:block; }
#FvmAweamVEe18CdTPPMG09CiGL6ATXuX { color:#d2a9ff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:103.1875rem;left:13.375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iknTHPXoDVhcLZbDxFGiw9Ud1MqvcnTz { z-index:15041;top:104.75rem;left:13.3125rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bNN0WXukpmw4CmhPLRx8XXn4EUxhgF6x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D2r5Os59Lic8TNuGaNtHTfSbJT73FFQp { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:97.625rem;left:1.9375rem;display:block; }
#xhGaMQZtO1R5y7qTBpGu5g9KSRMu9QGk { color:rgba(var(--color-tertiary-0),1);display:block;width:30.2495625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:65.625rem;left:27.4375rem;height:4.496525rem;display:block; }
#DB5OG8EAGsqhq8LsCLT3T0cRwOJ94kzd { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4373125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15060;line-height:1.2;letter-spacing:0;top:70.8125rem;left:27.4375rem;height:2.2482625rem;display:block; }
#QJczRdgHpEIs4k6MAmSf21sM8fG8cLU9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4373125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.2;letter-spacing:0;top:57.25rem;left:27.4375rem;height:2.2482625rem;display:block; }
#zMytAqmvmTIP9tPUO5m3Hm7Cs1VgxF5P { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:53.25rem;left:27.5rem;height:3.37239375rem;display:block; }
#dMTEbnSAUwTlviVSv9aG4FcwbmVtsdBi { color:rgba(var(--color-tertiary-4),1);display:block;width:26.936875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.2;letter-spacing:0;top:49.125rem;left:27.4375rem;height:3.37239375rem;display:block; }
#roT9S5RDiFmPmueODu8FohVkPkOK2cPo { color:#d2a9ff;display:block;width:28.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:46.125rem;left:27.4375rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HIkueE1TNO3WszWTLF8sHZGZK5XxWqNT { color:#d2a9ff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:30.125rem;left:27.4375rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eoGFdRfOq4q6WMXe1pwEwBeuPoLZphNr { color:#d2a9ff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:34.375rem;left:27.4375rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E0aDRCJFaK3QC7Fhb0T7q8zqNNGWidLH { color:#d2a9ff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:38.5625rem;left:27.4375rem;height:4.496525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1BcJ4wSwRJQPXKP1B7V02O1w5N2cIp6 { color:#d2a9ff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:13.811634063721rem;left:27.374132156372rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hT1dIsbeu2ssTQwSzVlkngC8zD4PvWQZ { color:#d2a9ff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:17.812284469604rem;left:27.374132156372rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CPFO4K4fZ4eTTrT01smlEJwfzz6Hm6BB { color:#d2a9ff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:22.124349594116rem;left:27.374132156372rem;height:4.496525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fWwPFcWLTr6S85LcO9yS3GToguHxWJxD { color:#d2a9ff;display:block;width:26.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:96.6240234375rem;left:27.0615234375rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QBCgvd0282uNZOI0g24JP54OfTthgBiH { color:#d2a9ff;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:99.9990234375rem;left:27.0615234375rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kJCbvDQPi9ARXlOzWnnuvIKQkhFW6pu3 { color:#d2a9ff;display:block;width:28.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:103.4365234375rem;left:26.9990234375rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZ5XDKWHesDTkB6WlMlHsSRTdUzi9zkz { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:18.125rem;width:46.8125rem;top:110.9375rem;left:9.875rem;display:block; }
#MU0GheMRQWZOy4TCCPiyKTehJJ9hBE79 { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:113.75rem;left:1.9375rem;display:block; }
#nktFKP61Z5vHPTxaxmoS8exZ2dICncID { color:#e8f7ff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:115.0625rem;left:12.9375rem;height:3.25rem;font-style:normal;display:block; }
#FxwBycgysFe2eFEFX6ExoTdOIXttXVhT { color:#d2a9ff;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:118.25rem;left:13.125rem;height:1.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prTxaugU8eSU89UzKnr4CeOkBfJ2PQ3N { z-index:15040;top:119.8125rem;left:13.0625rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vfo4UvnE1mCsfFvieV3x3GvsUSUpuWwr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zcMm6fCd3duIcIba0CUfTHx7BfpUdp3U { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:64.3125rem;left:2.3115234375rem;overflow:hidden;display:block; }
#hZpLNSi4FGOqIBFQZxwzSrn80uxEDTNA { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:93.8125rem;left:13.1875rem;height:3.25rem;font-style:normal;display:none; }
#bSPn4pncZ1XCV97Vc7yxIrNls6G7Xa2J { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:15.625rem;width:46.8125rem;top:73.6875rem;left:9.875rem;display:none; }
#EG4JGPAquRIazS8efDKbUivu20kzChfh { position:absolute;display:block;z-index:15018;background-color:#584646;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:17rem;width:46.8125rem;top:128.06640625rem;left:9.873046875rem;display:block; }
#ZTT1seuGHN41hTG9Rf0tAts2vEzkHMg0 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:16.875rem;width:46.8125rem;top:144.87306213379rem;left:9.873046875rem;display:block; }
#By5wdHilTumDSePUmU9MGGxu5w5KHibJ { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:130.75rem;left:1.4375rem;display:block; }
#NiNoQWZZMoP3nleyXC6VvXthCcfObgt8 { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:147.1875rem;left:1.5625rem;display:block; }
#LLv4XX2LoscAI39vG88AN6In4HnB5yEl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:132.375rem;left:12.625rem;height:3.25rem;font-style:normal;display:block; }
#tVNTSWmgo7GGVkSP9W44eOhB1N1F8TmH { color:#d2a9ff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:135.5625rem;left:12.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M6o6IggbB7uyBTe79Pc2TJu3LsZvT9Mw { z-index:15044;top:137.25rem;left:12.5rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mtu1aOi1ZqukEVT9TCInw0mfdx78Q58M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Db6L7lT8lTR2tBBkNskI6Qbw9911mlPK { color:#e8f7ff;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:148.875rem;left:13.25rem;height:3.25rem;font-style:normal;display:block; }
#Jo8NypOsyWT28AXkCCKH4shONFiTPDCL { color:#d2a9ff;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:151.9375rem;left:13.3125rem;height:1.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e8eN5nFScqS8ytbn3naAqgV4Iu1nceUT { z-index:15043;top:153.5rem;left:13.0625rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pEo1q3rJd3ayHeMyCIRwzPt3mnQ3XWcA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#euoQ80ziIu7X7iA8parsHThz5tKugh4E { color:rgba(var(--color-tertiary-4),1);display:block;width:27.374125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.2;letter-spacing:0;top:150.18881225586rem;left:26.624351501465rem;height:3.37239375rem;display:block; }
#GZNcKNGMcaBdPlKFasbErh9MLTlloDbx { color:#d2a9ff;display:block;width:28.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:146.13542556762rem;left:26.624349594116rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZUbHKOCmeb7TI5UHaoa06VuuCHagQD1a { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.2;letter-spacing:0;top:154.43620300293rem;left:26.624349594116rem;height:2.2482625rem;display:block; }
#AwQ93NQN0AnIh5TL581dmQpCL3ThvJQL { color:#d2a9ff;display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:79.6875rem;left:27.3125rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qCQkqt8HVH9n9HBsQIO4USB1OOGkiDPa { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.2;letter-spacing:0;top:82.9375rem;left:27.25rem;height:3.37239375rem;display:block; }
#eC5V0d7fORRaf3IpPriG41QJ5tuUA1fJ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4373125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.2;letter-spacing:0;top:87.5rem;left:27.1875rem;height:2.2482625rem;display:block; }
#gOz4t8cRIl2Glap8qGcxsf8AcClHbpnV { color:#d2a9ff;display:block;width:26.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15063;line-height:1.2;letter-spacing:0;top:129.95458984375rem;left:26.62353515625rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ci7mv4JSveitnk4pUGkxFMJg2PrSRoWs { color:#d2a9ff;display:block;width:29.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:133.2041015625rem;left:26.62353515625rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThfkFyVexechwNIOfoTLPEW6avdFBVuq { color:#d2a9ff;display:block;width:28.93675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:136.74975585938rem;left:26.62353515625rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zP0Ipyu4uFw7kivvv7gsooTkbtKVFwEs { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:16.5625rem;width:46.811rem;top:177.04622650146rem;left:9.8741321563719rem;display:block; }
#ey0DFMGKDIJPkmPUmRavpHC9t5xpPTkN { color:#e8f7ff;display:block;width:10.499125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:181.9375rem;left:13rem;height:3.25rem;font-style:normal;display:block; }
#On463sTfNWFeZpc3En9RvZGFmdzevphx { color:#d2a9ff;display:block;width:13.3745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.1;letter-spacing:0;top:184.9375rem;left:13.125rem;height:1.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JkpEoPNkMKuCDISDf6JwL8D9ITsrSDqx { z-index:15052;top:186.625rem;left:13.0625rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XCXc7rWQGrMLuM3gcEgdUgtsKQDscn9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hIZPGBSdMJ6h4Cd4iT8EEpTXMScRceoB { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15079;line-height:1.2;letter-spacing:0;top:187.75rem;left:26.375rem;height:2.2482625rem;display:block; }
#Mk01Jr48g7JFkHXSVNeJEFpQ4DJLTfNF { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15078;line-height:1.2;letter-spacing:0;top:183.8125rem;left:26.375rem;height:2.2482625rem;display:block; }
#QpTrhJQWqxHfUOFTSy9Gxhnr9n26JxaD { color:#d2a9ff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15070;line-height:1.2;letter-spacing:0;top:179.93707275391rem;left:26.374786376953rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U5vkPeC0lqf1WlS90WC1tSrP9eezVmqv { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:180.4375rem;left:1.4375rem;display:block; }
#BebPDsDIz8TJshWy6kg67Q7CWNyQWSO2 { color:#d2a9ff;display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15075;line-height:1.2;letter-spacing:0;top:171.52235412597rem;left:26.561416625976rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V8I9tHcIzcbiIRmxFDuoprUFBcgwnTRR { color:#d2a9ff;display:block;width:28.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:162.93511390686rem;left:26.624351501465rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddSRCKcabiKsaLfp2M3yVSfJdHgP6gE4 { position:absolute;display:block;z-index:15027;background-color:#584646;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:15.25rem;width:46.8125rem;top:161.68556213379rem;left:9.8741302490238rem;display:block; }
#LpJndyALTlf0p3tkSMCU8vBgIewsxJhr { color:#d2a9ff;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:167.15409851074rem;left:26.561416625976rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tyXW1Kho3KhrF6wSEkWWQGu9owgLvmUd { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:165.62455749512rem;left:13.249782562256rem;height:3.25rem;font-style:normal;display:block; }
#cDgrCJQTsxlnkwgB5p11HWDHHhepifzf { color:#d2a9ff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:168.74955749512rem;left:13.311630249024rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r2IAXsMzT1ZA2zyNvbBVGcP3tg4TKHDh { z-index:15053;top:170.37501525879rem;left:13.125rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RWNv5Iz9GQsTN6PwEmxwZVECpoRvxg5U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9HqGTrU7nfn7nel5qlpRbF3UW7PH7dT { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:163.8125rem;left:1.4375rem;display:block; }
#Dq3lqy7aq514Thu7L8T8U1qUEAATLCyM { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:81.703125rem;left:2.3740234375rem;overflow:hidden;display:block; }
#EsQX7Wmw5MwKBXxRfl2zuVECMlxNXAmz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.2;letter-spacing:0;top:90.8125rem;left:27.1875rem;height:3.37239375rem;display:block; }
#kCU7GUzT1eZKAtN6Jnr8SBB9g8hETr7f { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:97.9375rem;left:2.3125rem;overflow:hidden;display:block; }
#rPKTTrDN5QIAfspJt5MxMGf7TRNmv2AL { color:#d2a9ff;display:block;width:28.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:106.8740234375rem;left:26.9990234375rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AxA8WMCloTDCcG1TVp4eb0S2rvTI0pPe { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:65.8125rem;left:13.25rem;height:3.25rem;font-style:normal;display:block; }
#VDAlcQpTrnFkRzBFsvP7skpovfT8IiEi { color:#d2a9ff;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:69rem;left:13.4375rem;height:1.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AtGGSvp2b1dPLhbBf17gPwnRysTu8nfK { z-index:15045;top:70.75rem;left:13.3125rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#C6gRyxKis1XTXiO0BN3Cta4Do5GVR7XR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v1DuFvbDFpokisU1ngfxBdb1nrmhVfxt { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:63.9375rem;left:2rem;display:block; }
#NtIzml75VI1cx95e0ylkGPLukirKgzCU { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15061;line-height:1.2;letter-spacing:0;top:73.8125rem;left:27.4375rem;height:3.37239375rem;display:block; }
#Z1DwhT0lkV4g3e4B2028TuedNOP8v8Dk { color:#d2a9ff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15071;line-height:1.2;letter-spacing:0;top:112.1875rem;left:26.625rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIEnKSFAsZ3AyBoFnX2PT99wZUw3kz2d { color:#d2a9ff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:116.3701171875rem;left:26.625rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vqUTQwpBBz8go3MtZIr9O1Z5x13DyXh9 { color:#d2a9ff;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15073;line-height:1.2;letter-spacing:0;top:120.6875rem;left:26.625rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lR88FNswdc0snUUp59wu99VzvmJvWXVd { color:#d2a9ff;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15074;line-height:1.2;letter-spacing:0;top:123.875rem;left:26.625rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4ckrwHNM4C8gE0cXQDhaGTE5chzURzg { position:absolute;display:block;z-index:15028;background-color:#584646;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:16.5625rem;width:46.8103125rem;top:193.60786950588rem;left:9.560546875rem;display:block; }
#Rzv629TwLPmFHNKNBrxy1enzxvKpuh63 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:16.5625rem;width:46.8103125rem;top:210.48286437988rem;left:9.873046875rem;display:block; }
#l4cUfizPG7Pc2lf0ykVe9typEQ5HIn3y { position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:196.8896484375rem;left:1.436767578125rem;display:block; }
#aD7VNSWJTVm6KseCkyippfJT2Q0p8mZ0 { position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -moz-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -ms-linear-gradient(147deg, #58e3dd, #4658b5);background-image: -o-linear-gradient(147deg, #58e3dd, #4658b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#58e3dd', endColorstr='#4658b5' );";background-image: linear-gradient(147deg, #58e3dd, #4658b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:10rem;width:10rem;top:213.4521484375rem;left:1.63818359375rem;display:block; }
#XrtUuPvRCBq7DCSknaxZdWgP7TR6tSvJ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:198.5625rem;left:13.25rem;height:3.25rem;font-style:normal;display:block; }
#OKt8n44dHFvXIvSsxnRMGITDy2wbg7xD { color:#d2a9ff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:201.6875rem;left:13.3125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QaHdfGPeimTskofO869GX77eiK5gwosh { z-index:15056;top:203.3125rem;left:13.125rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nmkwN5d71cPB0qGd5eOBW0BxXh27HA4i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNB72Ff0OP0C4SvVJgJ7NiXCAtThye5x { color:#e8f7ff;display:block;width:10.499125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:215.375rem;left:13.125rem;height:;font-style:normal;display:block; }
#HwdCzWEWDf16FldsgFhx8zqA03P6ZIam { color:#d2a9ff;display:block;width:13.3745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15065;line-height:1.1;letter-spacing:0;top:218.375rem;left:13.25rem;height:1.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#heB7C5B4lQS10GvEfrEgaeNDmeTbtBC1 { z-index:15055;top:220.0625rem;left:13.1875rem;background-color:#c2000b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TZIq617pzl7DNxNRBnJzTJUuSWTWVUX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lJNqRtoaOGqJHGI3f8MHt08ZzHqUsrbF { color:#d2a9ff;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15075;line-height:1.2;letter-spacing:0;top:195.99827766419rem;left:26.374786376953rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RHFHT0kAysTbFNF7mbI8Ve10nPcXDEMT { color:#d2a9ff;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15076;line-height:1.2;letter-spacing:0;top:200.5620803833rem;left:26.311851501465rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLDloF2NCH1BF7rfys9ybKNxAC1ZKqNL { color:#d2a9ff;display:block;width:28.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15078;line-height:1.2;letter-spacing:0;top:205.06077766419rem;left:26.311851501465rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uaGZ4svNN9pp1fsrs6dJywAyE4EyLovm { color:#d2a9ff;display:block;width:28.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;top:140.31201171875rem;left:26.62353515625rem;height:2.2482625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TbkGSFw1Hvawq2lLvhwwS3ZTot9UCp1z { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3123125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15071;line-height:1.2;letter-spacing:0;top:157.87327384949rem;left:26.624351501465rem;height:2.2482625rem;display:block; }
#WlEtmrDU3kMuUBuPUFH3TkZ1Vs9vAZP5 { color:#d2a9ff;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15078;line-height:1.2;letter-spacing:0;top:212.375rem;left:26.5rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XyRVyzgrSNqeA49nNorx8b1beWfZe5oF { color:#d2a9ff;display:block;width:28.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15079;line-height:1.2;letter-spacing:0;top:216.82792472839rem;left:26.435981750488rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HwPvxVlaPRBJFgefBKkZt82i6MKSeH3m { color:#d2a9ff;display:block;width:28.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15080;line-height:1.2;letter-spacing:0;top:221.49936676026rem;left:26.435981750488rem;height:3.37239375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XeEbIwoNwNSmB733pWs7r1ZaX9aZX1Dg { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5104084014894rem;left:0rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LlTKxMNAd4UfcV8MC1T7QccdzatUif86 { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:114.125rem;left:2.3115234375rem;overflow:hidden;display:block; }
#MLVrZ2pdvQSkxAtx9aTh264C7WAhw7Tt { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:131.15625rem;left:1.8125rem;overflow:hidden;display:block; }
#R9yPtAJHQSDyZarJxbaymg1Ki1wfdK1T { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:147.59375rem;left:1.9365234375rem;overflow:hidden;display:block; }
#AL5zBeUeniwKKuGCluFpMr1T4kXCTzwd { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:164.24755859375rem;left:1.84375rem;overflow:hidden;display:block; }
#blOydZ2LX1iXFFidFPESyNFyW2VC5AZD { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.1875rem;width:9rem;top:180.8583984375rem;left:1.8740234375rem;overflow:hidden;display:block; }
#FBhH1y8RF6qsRIgOBtnDXUhStwVJXu0p { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.1875rem;width:9rem;top:197.294921875rem;left:1.9365234375rem;overflow:hidden;display:block; }
#ceOmSXo8xbmuLVPwl9mQRQU0KllKGiI9 { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.1875rem;width:9rem;top:213.9208984375rem;left:2.0615234375rem;overflow:hidden;display:block; }
#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.2);background-image:url("https://images.assets-landingi.com/uc/e1bd895a-aac9-45f1-b824-869e3fd215d3/AS20260101_FINALTIPS04.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD.adaptive-delivery-prevent-bg, #uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD.lazyload, #uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD.lazyloading { background-image: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { background-color: transparent; background-image: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container > .video-iframe-container { display: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row > .video-iframe-container { display: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .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); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { border-width: 0; border-radius: 0; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#vs7D96TDHLwSEIKQ3OHZT4Lp6Qen3Bmd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.49975rem;position:absolute;font-family:"noto sans hk";font-size:3.0625rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:2.8120563030243rem;left:28.374910354614rem;height:6.7361125rem;text-align:left;text-align-last:left;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; }
#qeTcQbUmvUAWpSZMtwTyi1OwQmCaKep8 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.125rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.75) ;height:10.6875rem;width:28.25rem;top:9.67919921875rem;left:28.37451171875rem;display:block; }
#mIHFB0PIsITQKGi1l2n7Tulpyr1OvWHX { z-index:15019;top:22.428533554077rem;left:28.374910354614rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #c2000b, #c2000b);background-image: -moz-linear-gradient(319deg, #c2000b, #c2000b);background-image: -ms-linear-gradient(319deg, #c2000b, #c2000b);background-image: -o-linear-gradient(319deg, #c2000b, #c2000b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000b', endColorstr='#c2000b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000b', endColorstr='#c2000b' );";background-image: linear-gradient(319deg, #c2000b, #c2000b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.061875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qentnO5T7IgSit6GBsUg9QccVKDQBWDn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDpTiTrSll7AE4xqPvWKZnDJbCRAaxGc { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8124375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.56103515625rem;left:28.3740234375rem;height:1.7068125rem;display:block; }
#aGvtOE0gZIeGS7e74eel87BTmo0XWiwb { color:rgba(var(--color-tertiary-4),1);display:block;width:24.49975rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:13.47705078125rem;left:30.24951171875rem;height:;display:block; }#aGvtOE0gZIeGS7e74eel87BTmo0XWiwb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aGvtOE0gZIeGS7e74eel87BTmo0XWiwb li:before{  }
#H8wivQtxkRc8fv3B76mDDQ6QauMDzthZ { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.60693359375rem;left:30.15478515625rem;height:2.19346875rem;display:block; }
#Od9y0mR0hQLJ7WtazH90hkVTvBXH3P1o { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:26.75rem;top:0rem;left:0.623046875rem;overflow:hidden;display:block; }
#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/LJj0M4xwRjA/unsplash/arash-LJj0M4xwRjA-photo-1515231440624-1ab5ed324ac9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp.adaptive-delivery-prevent-bg, #QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp.lazyload, #QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp.lazyloading { background-image: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { background-color: transparent; background-image: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,33,33,0.95); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container > .video-iframe-container { display: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,33,33,0.95); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container { display: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .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); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { border-width: 0; border-radius: 0; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp::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; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#gIKlETMzbWTf3OhsbDI1O0CTx32gLQ3X { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #690000, #460000);background-image: -moz-linear-gradient(170deg, #690000, #460000);background-image: -ms-linear-gradient(170deg, #690000, #460000);background-image: -o-linear-gradient(170deg, #690000, #460000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#690000', endColorstr='#460000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#690000', endColorstr='#460000' );";background-image: linear-gradient(170deg, #690000, #460000);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(var(--color-tertiary-4),0.75) ;height:27.375rem;width:51.875rem;top:2.9375rem;left:4.0625rem;display:block; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.836875rem;padding-right:0.77rem;padding-bottom:0.836875rem;padding-left:0.77rem;display:block;align-items:center;width:4.615625rem;min-width:4.615625rem;height:4.495625rem;position:relative;font-family:"open sans";font-size:3.346875rem;font-weight:700;line-height:71.93px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.523125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.15375rem;height:1.776875rem;position:relative;font-family:"open sans";font-size:1.255rem;font-weight:400;line-height:28.43px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:28.625rem;height:8.469375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.40576171875rem;left:15.68603515625rem;z-index:15013; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TqD68JPBv8aFUlZimRtDN9ergqEXXOsc { display:flex;position:relative;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #xLTxrTeRAl2uH8y8G75zOvmvTNtMDEWZ { width:auto; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #J3vhTb2To6m18w5IaN90d2a0dazTh08e {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #IS8lPdRFyhtru962GEXfHnzmgeRQHCxG { display:flex;position:relative;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #bKON5pO6VHGTpZxixsndQaSeiv2TIOrV {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TKG7T62QlgxZpWidW0E2I2O6sTHFoTch {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #FvzTB7eOUs7scIbOfZLF4r4XPpcv6TTD { display:flex;position:relative;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WtToMkW1i03mNFqgpdCpgwcFBL12UmsF {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #m8VzoWOTi5rkumv1vfI62GoKJN3EAHoh {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #zgZCFydbq15elbIPmdqFepVBxX6SSGBv { display:flex;position:relative;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WwTRirr9uTHd33kZ6SqD0ftT17FOHPUb {  }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #N34T8Tdkn1yZl07pP5FmBQmvs9ibtGd8 {  }
#x7Qy83newbwXadkOcfNTZZ31di2UCqG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:"noto sans hk";font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.93701171875rem;left:5.06201171875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTODeGVqAdAoAe5OyDuU9VU01ikSc8fL { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1245rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.74951171875rem;left:4.9365234375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIROtZx9FbHCqwyu65qpQEhXpzQuIE3s { z-index:15007;top:20.8427734375rem;left:23.96875rem;background-color:#fff700;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QXAgeaNtxX09zztmMOQGI7eGbMT6TNQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBJeKKHLnHIMzq4fdsICmiBisKz96TMp { color:rgba(var(--color-tertiary-0),1);display:block;width:47.25rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.6875rem;left:6.375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container { background-color: transparent; background-image: none; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container > .video-iframe-container { display: none; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row > .video-iframe-container { display: none; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .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); }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container { border-width: 0; border-radius: 0; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#HG6Z2dfCeer4kpB90DOTZT0ONnDJxnMS { color:#e8f7ff;display:block;width:49.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.875rem;height:3.4121125rem;font-style:normal;display:block; }
#lDkIW0ua47hPakQkffK3AVCVAksVJgpq { color:#6576d5;display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.0625rem;height:2.4375rem;font-style:normal;display:block; }
#LXglz5Xokza0gwPELGOvozNbTQQsggII { color:#002634;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13.875rem;left:3.0625rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#G6v84AvSwGxa3bMXSJPnaM7FXTpTEDNA { color:#6576d5;display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.8125rem;left:30.78125rem;height:2.4375rem;display:block; }
#TOyic5EDRX6ctslnl8pD6dJhmun7CN7R { color:#002634;display:block;width:23.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:13.875rem;left:30.78125rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#UVwvIqlm5IIZQxRQeJZNnMARbW6PBweE { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.25rem;left:3.0625rem;height:2.4375rem;display:block; }
#H3fgIDaEQmx8GGShZ1nEAXpfh2gqgsNZ { color:#002634;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.1875rem;left:3.0625rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lqTrPr8QmzgCz9w87SgL5ydKI4lNQ6bS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:21.25rem;left:30.75rem;height:2.4375rem;display:block; }
#cyPrcOGUFvtoTst9eO12FxcuMCHucxzd { color:#002634;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:24.1875rem;left:30.8125rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#WOGuOXOehnQMMMiTxx0UqFvBJyZLH2lM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:26.25rem;top:9.75rem;left:1.90625rem;display:block; }
#M0EQgQntdKQR46vC39iSTr6KfBUBcHXu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:43.8125rem;left:1.3125rem;display:none; }
#fT724nRWpiqqiQSmNpE0HgkWUE5cIuaA { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(261deg, #b72d2d, #8d0000);background-image: -moz-linear-gradient(261deg, #b72d2d, #8d0000);background-image: -ms-linear-gradient(261deg, #b72d2d, #8d0000);background-image: -o-linear-gradient(261deg, #b72d2d, #8d0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72d2d', endColorstr='#8d0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72d2d', endColorstr='#8d0000' );";background-image: linear-gradient(261deg, #b72d2d, #8d0000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.9375rem;left:1.875rem;display:block; }
#ViFAhOsQPKJu7X49VNoc8NptRNSCgAIF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:26.25rem;top:9.75rem;left:29.625rem;display:block; }
#dplMUJiBrQInaFnCSDmoTWFWMm9TGgrJ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:26.25rem;top:20.375rem;left:1.9375rem;display:block; }
#FJW3l3FlmCVW4hvHS9JxkWNVTbUvihhi { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:26.25rem;top:20.375rem;left:29.375rem;display:block; }
#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ff40145-02cb-4b8e-914b-4124b45cdc55/AS20260101_FINALTIPS02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg.adaptive-delivery-prevent-bg, #MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg.lazyload, #MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg.lazyloading { background-image: none; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container { background-color: transparent; background-image: none; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container > .video-iframe-container { display: none; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row > .video-iframe-container { display: none; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .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); }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container { border-width: 0; border-radius: 0; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#w1fGSy82eCdwKHmKI5fa3v2TgtavfNIF { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:"noto sans tc";font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:15.1875rem;left:2.8125rem;height:3.3745625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ANC8HddUxx2DUbBQ5JHz6i3d1Zfl0HeM { z-index:15004;top:24.1318359375rem;left:21.435546875rem;background-color:transparent;background-image: -webkit-linear-gradient(319deg, #c2000b, #c2000b);background-image: -moz-linear-gradient(319deg, #c2000b, #c2000b);background-image: -ms-linear-gradient(319deg, #c2000b, #c2000b);background-image: -o-linear-gradient(319deg, #c2000b, #c2000b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000b', endColorstr='#c2000b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000b', endColorstr='#c2000b' );";background-image: linear-gradient(319deg, #c2000b, #c2000b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.75) ;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 tc";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0605625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CKyz4cG8m3JyMZSAVhDWmyRdgsaOMLBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4sRpLbLQQHAUJNvyR51zRdxW78zNWvB { position:absolute;display:block;z-index:15041;background-color:rgba(73,124,137,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.75) ;height:4.0625rem;width:12.24875rem;top:18.0625rem;left:44.5rem;display:block; }
#FenFxmF35wS3T6aCPwHb1KLv2vlRI0zg { color:rgba(var(--color-tertiary-0),1);display:block;width:9.81225rem;position:absolute;font-family:"noto sans tc";font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:18.5625rem;left:45.75rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zN4vDwx3Z7T48fVlWFnPqW2mBGJCGRsl { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:"noto sans tc";font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:11rem;left:5.6875rem;height:2.43706875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CriEkeTfgb9bHFKxGTIeLNgzh7ce8iLP { color:rgba(var(--color-tertiary-1),1);display:block;width:18.6239375rem;position:absolute;font-family:"noto sans tc";font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:19.8125rem;left:2.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CriEkeTfgb9bHFKxGTIeLNgzh7ce8iLP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CriEkeTfgb9bHFKxGTIeLNgzh7ce8iLP li:before{  }
#cLHaICXJU06Tz47QnaPOnltla4PXd4g1 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:24.3125rem;top:4.8125rem;left:5.34375rem;overflow:hidden;display:block; }
#PmTyVQqfXiFtFcHw2nDEMG0EXx1T9ViR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:21.0625rem;top:2.4375rem;left:33.625rem;overflow:hidden;display:block; }
#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212121;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; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { background-color: transparent; background-image: none; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container > .video-iframe-container { display: none; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row > .video-iframe-container { display: none; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .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); }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { border-width: 0; border-radius: 0; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#Ap5BszwTdXCt60nUC0oZFvNTW032pWFD { color:rgba(var(--color-tertiary-0),1);display:block;width:27.874540328979rem;position:absolute;font-family:"noto sans tc";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:1.44921875rem;left:31rem;height:2.9730875rem;text-align:center;text-align-last:center;display:block; }
#JXkuCQqzO6PEl4yviwNFHtxztodyAInx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:10rem;top:1.8430404663086rem;left:3.6869678497314rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:6.4375rem;height:2.1875rem;top:1.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:8.0625rem;height:2.1875rem;top:1.25rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:6.5rem;height:2.1875rem;top:1.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { top:1.0625rem;left:38.625rem;width:9.125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbf4TAgc8rxgxtxTxn5HqJOvD0ZL8QFO { display:block; }
 }@media only screen and (max-width: 763px) { #oAZEOV6cGTrOaiB5Ziczgw0Z4LtfONhm { top:1.6875rem;left:0rem;width:9.4375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSedmEqvVuhbRKIRySQCTFz4sPcSXzSx { top:17.6875rem;left:18.5rem;width:29.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWB1DmlIqhlTyIiAlUoQlRac1F3FJXqC { top:29.6875rem;left:35.75rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ablGfWUWBShKuGXL0koWdVG50WqeGS9s { display:block; }
 }@media only screen and (max-width: 763px) { #JXe9TqeyquwoGwOPmMqP5Wl11PH4iwz5 { top:5.5rem;left:44.8125rem;width:2.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T84u6fiFPCqUwh4g1xbRepcm7HflONdC { top:20.8125rem;left:6.6875rem;width:12.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpxh5T9VMIpRndoXUDch0BPRJedDvqa7 { top:21.25rem;left:7.9375rem;width:9.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdBizTm6Sost8vTAnnO6GBV0vVUVPd55 { top:13.5rem;left:11.3125rem;width:36.4375rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVdUzK3K0QsdbX9B0MQATvMfQAhlP03Z { top:7.5625rem;left:44.75rem;width:3rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEkSZfJlXN2GWHDwORASuRlSePuNMXlT { top:22.25rem;left:20.6552734375rem;width:18.5625rem;height:;font-size:1rem;display:block; }#XEkSZfJlXN2GWHDwORASuRlSePuNMXlT li:before{  }
 }@media only screen and (max-width: 763px) { #S4ltXQlmGKCSUhIDlhkVktHgDbuH4SLT { top:7.25rem;left:19.9375rem;width:25.75rem;height:7.0447654399907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXzVuo9HURJBZGx4Bz6s6sK3EdBbeRQE { top:3.1875rem;left:0rem;width:22.9375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUpdvcMoTvlegKuTtG1wSPNPsWHtN4NQ { top:3.6875rem;left:20.25rem;width:9.0625rem;height:4.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN { display:block; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXNw4Ki9223lXRhhAod7AnDF5LvtTRac { top:3.5rem;left:0rem;width:38.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8bAg1r6Mg8vTTTRuTyoflG2gyDlRHx { top:5.6875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkDv1hGTPud8m1WdeaTJMoJWHTmb00ZJ { top:14.9375rem;left:0rem;width:27.8125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m54XOJahOkawDdF8cgFWXvDeiTOcaFWA { top:12.5rem;left:24.5625rem;width:22.75rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMkyAGseWw0Z2vngvTZBqr36Cu0U5x7a { top:13.375rem;left:23.875rem;width:17.9375rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd { top:16.1875rem;left:26.281248092651rem;width:19.0625rem;height:4.8125rem;font-size:1rem;display:block; }#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd li:before{  }
 }@media only screen and (max-width: 763px) { #PWHHSXED7HB5EmAldCEV6xLTZQ39iTJV { top:10.625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUV7lokz6qloTAlkWoXK9f7uRl36vbnJ { top:5.4375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rbvs80ySU00U6v3eVLLPURpwWzgyAScF { top:5.5625rem;left:0rem;width:18.75rem;height:3.25rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt { display:block; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO7mSIDFrFCShk70npXNm84fqqmeJevK { top:0rem;left:0rem;width:47.75rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfWGFRKGvTqHGK0zTpsXcNIZdOchfrcC { top:2.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkxcWt4hcZdqttAPCTnB7SKy8u4EoFyF { top:2.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJbFc53bR1p3vymdTZZTnP4yPhN2X15N { top:1.5625rem;left:0.0625rem;width:47.6875rem;height:22.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiuNXOgXTtPvFU3npVLayQp7sBcxAb93 { top:3.5rem;left:0rem;width:20rem;height:2.5625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTKHztkEDerbVpMIurJiwvxw7CUFOAQz { top:13.375rem;left:18.25rem;width:12.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJmkfhxNqTVFcc3hALTq55LXELmDFDI8 { display:block; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza { display:flex;width:18rem;height:5.0625rem;top:4.0625rem;left:8.80078125rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #zvtTEdXdNq799wuAyNeGpRhSUcsTozcK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #iu5Zx6pEzMbsCcNosfzO7TgPTIHsfRpX {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #HDAnvwohz93gKUS5HZG4VepCPDooiSpX {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #IGb89cIzEwLiWrv23KPeKc3p5nutuSfk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #eVswrS9vmfTAk3iHdWq5t6CmvTsukNeV {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #v1Z3Olz2hT2WBUhM3IdV7puyLka6511y {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #TsMwpifNwxJ9m40DsXaIfeDSWNzOvK1v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #WEnT6tNuHmw75vCRiQQisJNcWHaJTM3W {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #G8BEEgNiNDoqSv5zWfP1q2hGBuxzr3nG {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #D4Kp8N8RMc13uu9THdGdd22WD9AHXTCM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #bUKmWN42y6gvhTUCS3ESTbEENFt9mW2l {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #h0EQgn9biy794Kiimudl0h8yJtqozuOk {  }
 }@media only screen and (max-width: 763px) { #EczUOJZKpXTVCcuZyERVqMooCTlfyMX0 { top:18.625rem;left:1.875rem;width:44.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { top:3.1875rem;left:0rem;width:42.375rem;height:3.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIywPvKp26kvTFnST8ChqH6NnEg0NeM9 { top:11.375rem;left:0rem;width:31.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #faHhOrtmlvqwWleADa0FAhkLpKJOn5Fb { top:16.6875rem;left:0rem;width:30.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiClcqCTTrxUhQbJ3VwkUDvUBmQNxSFs { top:22.0625rem;left:0rem;width:31.0625rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkdhLDtxCrSLHl5TOWsSqR7SuCiGd5lH { top:31.75rem;left:11.875rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDvgH4Cpwyo5VOsC2QrwEx7mCiaDnMkH { display:block; }
 }@media only screen and (max-width: 763px) { #u840MbTppRfDtJQzwhcx5JcvsFnC7wuV { top:9.9375rem;left:5.9375rem;width:17.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhGdwW9T05AJ4MNUtizN2pyyWvZTa7hc { top:7.5rem;left:0rem;width:28.8125rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf8qLGIqxCK4Tkpd0ldgODes8Lvb5LOb { top:8.375rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNnTciWS9kyquzm3DknGcue9ezbMdoVc { top:27.625rem;left:0rem;width:39.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBicJoilBgFJXak01MNTH6OfiTR995X7 { top:9.3125rem;left:7.279296875rem;width:2rem;height:6.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8kIvhtdumZomTDUi0IFf1sO2hSRV26l { top:15.5625rem;left:6.8740234375rem;width:3.75rem;height:4.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3CETsQBDrLOdw5Us5pI8ruNcQCZcL37 { top:21rem;left:6.8740234375rem;width:3.75rem;height:4.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXnaxJwA8OO4g9vIWdrihhITXpHQQrod { top:26.5625rem;left:6.4990234375rem;width:3.75rem;height:4.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsdOf69bTflaoT4zd2iva5Lhe4TSJyMN { width:47.75rem;height:227.5625rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIthDUeQPscnVHqerusZBnC7DLRrU7gW { display:block; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRSQ9INCVxiTlnHKTIWSnVbHE2VPC2kc { width:46.8125rem;height:16.5625rem;top:11.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwz3noR5ns8HUZse3U5kAWn6sbg8n3O3 { width:47.75rem;height:3.625rem;top:6.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfX5hy876JHmC0PxBC9SklWy5O2iEcBe { top:20rem;left:7.1866321563719rem;width:15.75rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myv8IgsHNDhRtCIAPGa2rECycEOhJ216 { top:16.875rem;left:6.9999980926512rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo5AStn76IxhbUFiL2yC1isrTMk2vTVJ { top:13.9375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhScBxkMwfsEV1omswxOXhbNqVd41n9F { top:14.375rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxaTImecUJe9Xnc2zqWmImyTI1HAVlTD { top:31.5rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzpnxNbaxs1Txaz2Rb11040XOXpsUrUy { width:46.75rem;height:16.5625rem;top:28.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0qT3twOHOrlJ9Pfz10tXLXymC2gOciQ { top:36.5625rem;left:7.3125rem;width:13.125rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwTlnFwJZttLgMvpwZqWt94Bz3TTEwtN { top:33.375rem;left:7.125rem;width:10.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm8qeNoJu6rwt9nAUs47lKGc69hCRFbb { top:31.875rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypWag6tmLgmhX0PQv7XnTnTHWLPKTG4 { width:46.75rem;height:16.5625rem;top:44.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTt8Of73bx0Rqz2VH0REzlsXxGpTMWR { top:53rem;left:7.25rem;width:12.8125rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT37BOEg8Ty1M2QRwZTTnrzUrvK1V30q { top:49.875rem;left:7.0625rem;width:10.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhwrGlLFq2MsT5xKOvLbaN18oQyO1OZ7 { top:47.75rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #baw6R8oDAoGRdn7KPeTkTsqTPQMwVMIu { top:48.125rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJk1P3sVhDKo2RtLNesOIPpAoioo51fw { width:46.8125rem;height:17.3125rem;top:61.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ40UXFCpTPFtGGMrbA2NBXbTaSEtxTn { width:46.8125rem;height:17.5rem;top:78.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4BRphZx7P7gU9M7G1Msuln4PO5F8DZn { top:88rem;left:7.125rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwBxHlLNVA1UI83cRudx2JANtykVsRtR { display:block; }
 }@media only screen and (max-width: 763px) { #k6TUqLbb8JrDSDBxOgTDdMO5bGiQOAa9 { top:83rem;left:7rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi0nGozlXBAxE9e2sDATuzi110wAA0zW { top:86.1875rem;left:7.1875rem;width:14.5rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx7KToFR1KUBqDQ4R60Mrw9eksIdEuLE { top:62.6875rem;left:19.625rem;width:28.125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSVolH3TNCV79lhMcfpy8vek8KTbhwXz { top:81.3125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqliwwWaOgXrPAUaKCOqTBUWQIBQaT32 { top:54.625rem;left:7.25rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M94iDXZJeZ9luIIklnHpkWHGuS7xQOFW { display:block; }
 }@media only screen and (max-width: 763px) { #qBlfMh2DrqAIHahLxEQnRsXkQ5JxdLvo { top:38.3125rem;left:7.1875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCGWap7RpUtN2bdH49A1PzmiJrusveVn { display:block; }
 }@media only screen and (max-width: 763px) { #PwotHzvzGgl03WJ2miDXzktbQWmiNg8o { top:21.8125rem;left:7.1866321563719rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuvhg2e8UQpJ7L4nxZJxQmbPxGKfkzOr { display:block; }
 }@media only screen and (max-width: 763px) { #IRomTfLJLKe9Uh8vLmXJ7Zx9ylbfHhe1 { width:46.8125rem;height:15.6875rem;top:95.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezk0sK9EmUBZO8l771zJttAKuQJG5xNV { top:99.9375rem;left:7.0625rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvmAweamVEe18CdTPPMG09CiGL6ATXuX { top:103.1875rem;left:7.25rem;width:15.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iknTHPXoDVhcLZbDxFGiw9Ud1MqvcnTz { top:104.75rem;left:7.1875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNN0WXukpmw4CmhPLRx8XXn4EUxhgF6x { display:block; }
 }@media only screen and (max-width: 763px) { #D2r5Os59Lic8TNuGaNtHTfSbJT73FFQp { top:97.625rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhGaMQZtO1R5y7qTBpGu5g9KSRMu9QGk { top:65.625rem;left:17.5625rem;width:30.1875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB5OG8EAGsqhq8LsCLT3T0cRwOJ94kzd { top:70.8125rem;left:17.375rem;width:30.375rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJczRdgHpEIs4k6MAmSf21sM8fG8cLU9 { top:57.25rem;left:17.375rem;width:30.375rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMytAqmvmTIP9tPUO5m3Hm7Cs1VgxF5P { top:53.25rem;left:18.375rem;width:27.375rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMTEbnSAUwTlviVSv9aG4FcwbmVtsdBi { top:49.125rem;left:20.875rem;width:26.875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roT9S5RDiFmPmueODu8FohVkPkOK2cPo { top:46.125rem;left:19.625rem;width:28.125rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIkueE1TNO3WszWTLF8sHZGZK5XxWqNT { top:30.125rem;left:19.5625rem;width:28.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoGFdRfOq4q6WMXe1pwEwBeuPoLZphNr { top:34.375rem;left:19.5625rem;width:28.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0aDRCJFaK3QC7Fhb0T7q8zqNNGWidLH { top:38.5625rem;left:19.5625rem;width:28.1875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1BcJ4wSwRJQPXKP1B7V02O1w5N2cIp6 { top:13.75rem;left:19.625rem;width:28.125rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT1dIsbeu2ssTQwSzVlkngC8zD4PvWQZ { top:17.75rem;left:19.625rem;width:28.125rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPFO4K4fZ4eTTrT01smlEJwfzz6Hm6BB { top:22.0625rem;left:19.625rem;width:28.125rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWwPFcWLTr6S85LcO9yS3GToguHxWJxD { top:96.5625rem;left:20.9365234375rem;width:26rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBCgvd0282uNZOI0g24JP54OfTthgBiH { top:99.9375rem;left:18rem;width:29.75rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJCbvDQPi9ARXlOzWnnuvIKQkhFW6pu3 { top:103.375rem;left:18.875rem;width:28.875rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5XDKWHesDTkB6WlMlHsSRTdUzi9zkz { width:46.8125rem;height:18.125rem;top:110.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU0GheMRQWZOy4TCCPiyKTehJJ9hBE79 { top:113.75rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nktFKP61Z5vHPTxaxmoS8exZ2dICncID { top:115.0625rem;left:6.8125rem;width:10.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxwBycgysFe2eFEFX6ExoTdOIXttXVhT { top:118.25rem;left:7rem;width:13.375rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prTxaugU8eSU89UzKnr4CeOkBfJ2PQ3N { top:119.8125rem;left:6.9375rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfo4UvnE1mCsfFvieV3x3GvsUSUpuWwr { display:block; }
 }@media only screen and (max-width: 763px) { #zcMm6fCd3duIcIba0CUfTHx7BfpUdp3U { top:64.3125rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpLNSi4FGOqIBFQZxwzSrn80uxEDTNA { top:121.3125rem;left:0rem;width:10.5rem;height:2.5625rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSPn4pncZ1XCV97Vc7yxIrNls6G7Xa2J { width:46.8125rem;height:15.625rem;top:73.6875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EG4JGPAquRIazS8efDKbUivu20kzChfh { width:46.8125rem;height:17rem;top:128.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT1seuGHN41hTG9Rf0tAts2vEzkHMg0 { width:46.8125rem;height:16.875rem;top:144.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #By5wdHilTumDSePUmU9MGGxu5w5KHibJ { top:130.75rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiNoQWZZMoP3nleyXC6VvXthCcfObgt8 { top:147.1875rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLv4XX2LoscAI39vG88AN6In4HnB5yEl { top:132.375rem;left:6.5rem;width:10.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVNTSWmgo7GGVkSP9W44eOhB1N1F8TmH { top:135.5625rem;left:6.6875rem;width:15.75rem;height:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6o6IggbB7uyBTe79Pc2TJu3LsZvT9Mw { top:137.25rem;left:6.375rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtu1aOi1ZqukEVT9TCInw0mfdx78Q58M { display:block; }
 }@media only screen and (max-width: 763px) { #Db6L7lT8lTR2tBBkNskI6Qbw9911mlPK { top:148.8125rem;left:7.12451171875rem;width:10.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo8NypOsyWT28AXkCCKH4shONFiTPDCL { top:151.875rem;left:7.186767578125rem;width:13.3125rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8eN5nFScqS8ytbn3naAqgV4Iu1nceUT { top:153.5rem;left:6.9375rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEo1q3rJd3ayHeMyCIRwzPt3mnQ3XWcA { display:block; }
 }@media only screen and (max-width: 763px) { #euoQ80ziIu7X7iA8parsHThz5tKugh4E { top:150.1875rem;left:20.4375rem;width:27.3125rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNcKNGMcaBdPlKFasbErh9MLTlloDbx { top:146.125rem;left:19.625rem;width:28.125rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUbHKOCmeb7TI5UHaoa06VuuCHagQD1a { top:154.375rem;left:20.499351501465rem;width:27.25rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQ93NQN0AnIh5TL581dmQpCL3ThvJQL { top:79.6875rem;left:19.5rem;width:28.25rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCQkqt8HVH9n9HBsQIO4USB1OOGkiDPa { top:82.9375rem;left:19.5625rem;width:28.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC5V0d7fORRaf3IpPriG41QJ5tuUA1fJ { top:87.5rem;left:17.375rem;width:30.375rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOz4t8cRIl2Glap8qGcxsf8AcClHbpnV { top:129.9375rem;left:20.49853515625rem;width:26rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci7mv4JSveitnk4pUGkxFMJg2PrSRoWs { top:133.1875rem;left:18rem;width:29.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThfkFyVexechwNIOfoTLPEW6avdFBVuq { top:136.6875rem;left:18.875rem;width:28.875rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0Ipyu4uFw7kivvv7gsooTkbtKVFwEs { width:46.75rem;height:16.5625rem;top:177rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey0DFMGKDIJPkmPUmRavpHC9t5xpPTkN { top:181.875rem;left:6.874267578125rem;width:10.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #On463sTfNWFeZpc3En9RvZGFmdzevphx { top:184.875rem;left:7rem;width:13.3125rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkpEoPNkMKuCDISDf6JwL8D9ITsrSDqx { top:186.625rem;left:6.9375rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCXc7rWQGrMLuM3gcEgdUgtsKQDscn9h { display:block; }
 }@media only screen and (max-width: 763px) { #hIZPGBSdMJ6h4Cd4iT8EEpTXMScRceoB { top:187.75rem;left:20.25rem;width:27rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk01Jr48g7JFkHXSVNeJEFpQ4DJLTfNF { top:183.8125rem;left:20.25rem;width:26.875rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTrhJQWqxHfUOFTSy9Gxhnr9n26JxaD { top:179.875rem;left:19.625rem;width:28.125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5vkPeC0lqf1WlS90WC1tSrP9eezVmqv { top:180.4375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BebPDsDIz8TJshWy6kg67Q7CWNyQWSO2 { top:171.5rem;left:18.875rem;width:28rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8I9tHcIzcbiIRmxFDuoprUFBcgwnTRR { top:162.875rem;left:19.5rem;width:28.25rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddSRCKcabiKsaLfp2M3yVSfJdHgP6gE4 { width:46.8125rem;height:15.25rem;top:161.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpJndyALTlf0p3tkSMCU8vBgIewsxJhr { top:167.125rem;left:20.25rem;width:27.5rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyXW1Kho3KhrF6wSEkWWQGu9owgLvmUd { top:165.5625rem;left:7.1247825622556rem;width:10.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDgrCJQTsxlnkwgB5p11HWDHHhepifzf { top:168.6875rem;left:7.1866302490238rem;width:15.75rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2IAXsMzT1ZA2zyNvbBVGcP3tg4TKHDh { top:170.375rem;left:7rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWNv5Iz9GQsTN6PwEmxwZVECpoRvxg5U { display:block; }
 }@media only screen and (max-width: 763px) { #q9HqGTrU7nfn7nel5qlpRbF3UW7PH7dT { top:163.8125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq3lqy7aq514Thu7L8T8U1qUEAATLCyM { top:81.6875rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsQX7Wmw5MwKBXxRfl2zuVECMlxNXAmz { top:90.8125rem;left:19.6875rem;width:28.0625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCU7GUzT1eZKAtN6Jnr8SBB9g8hETr7f { top:97.9375rem;left:0rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPKTTrDN5QIAfspJt5MxMGf7TRNmv2AL { top:106.8125rem;left:18.875rem;width:28.875rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxA8WMCloTDCcG1TVp4eb0S2rvTI0pPe { top:65.8125rem;left:7.125rem;width:10.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDAlcQpTrnFkRzBFsvP7skpovfT8IiEi { top:69rem;left:7.3125rem;width:13.1875rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtGGSvp2b1dPLhbBf17gPwnRysTu8nfK { top:70.75rem;left:7.1875rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6gRyxKis1XTXiO0BN3Cta4Do5GVR7XR { display:block; }
 }@media only screen and (max-width: 763px) { #v1DuFvbDFpokisU1ngfxBdb1nrmhVfxt { top:63.9375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtIzml75VI1cx95e0ylkGPLukirKgzCU { top:73.8125rem;left:20.1875rem;width:27.5625rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1DwhT0lkV4g3e4B2028TuedNOP8v8Dk { top:112.1875rem;left:19.5625rem;width:28.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIEnKSFAsZ3AyBoFnX2PT99wZUw3kz2d { top:116.3125rem;left:19.5625rem;width:28.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqUTQwpBBz8go3MtZIr9O1Z5x13DyXh9 { top:120.6875rem;left:18.5625rem;width:29.1875rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR88FNswdc0snUUp59wu99VzvmJvWXVd { top:123.8125rem;left:19.625rem;width:28.125rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ckrwHNM4C8gE0cXQDhaGTE5chzURzg { width:46.75rem;height:16.5625rem;top:193.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzv629TwLPmFHNKNBrxy1enzxvKpuh63 { width:46.75rem;height:16.5625rem;top:210.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4cUfizPG7Pc2lf0ykVe9typEQ5HIn3y { top:196.875rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD7VNSWJTVm6KseCkyippfJT2Q0p8mZ0 { top:213.4375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrtUuPvRCBq7DCSknaxZdWgP7TR6tSvJ { top:198.5625rem;left:7.125rem;width:10.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKt8n44dHFvXIvSsxnRMGITDy2wbg7xD { top:201.6875rem;left:7.1875rem;width:15.75rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaHdfGPeimTskofO869GX77eiK5gwosh { top:203.3125rem;left:7rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmkwN5d71cPB0qGd5eOBW0BxXh27HA4i { display:block; }
 }@media only screen and (max-width: 763px) { #RNB72Ff0OP0C4SvVJgJ7NiXCAtThye5x { top:215.375rem;left:7rem;width:10.4375rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwdCzWEWDf16FldsgFhx8zqA03P6ZIam { top:218.375rem;left:7.125rem;width:13.3125rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heB7C5B4lQS10GvEfrEgaeNDmeTbtBC1 { top:220.0625rem;left:7.0625rem;width:5.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZIq617pzl7DNxNRBnJzTJUuSWTWVUX3 { display:block; }
 }@media only screen and (max-width: 763px) { #lJNqRtoaOGqJHGI3f8MHt08ZzHqUsrbF { top:195.9375rem;left:19.5rem;width:28.25rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHFHT0kAysTbFNF7mbI8Ve10nPcXDEMT { top:200.5rem;left:20.186851501465rem;width:27.5rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLDloF2NCH1BF7rfys9ybKNxAC1ZKqNL { top:205rem;left:18.875rem;width:28.875rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaGZ4svNN9pp1fsrs6dJywAyE4EyLovm { top:140.25rem;left:18.875rem;width:28.875rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkGSFw1Hvawq2lLvhwwS3ZTot9UCp1z { top:157.8125rem;left:20.499351501465rem;width:27.25rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlEtmrDU3kMuUBuPUFH3TkZ1Vs9vAZP5 { top:212.375rem;left:19.5rem;width:28.25rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRVyzgrSNqeA49nNorx8b1beWfZe5oF { top:216.8125rem;left:19.5rem;width:28.25rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwPvxVlaPRBJFgefBKkZt82i6MKSeH3m { top:221.4375rem;left:19.5rem;width:28.25rem;height:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeEbIwoNwNSmB733pWs7r1ZaX9aZX1Dg { width:13.4375rem;height:4.625rem;top:2.125rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlTKxMNAd4UfcV8MC1T7QccdzatUif86 { top:114.125rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLVrZ2pdvQSkxAtx9aTh264C7WAhw7Tt { top:131.125rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9yPtAJHQSDyZarJxbaymg1Ki1wfdK1T { top:147.5625rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL5zBeUeniwKKuGCluFpMr1T4kXCTzwd { top:164.1875rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blOydZ2LX1iXFFidFPESyNFyW2VC5AZD { top:180.8125rem;left:0rem;width:9rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBhH1y8RF6qsRIgOBtnDXUhStwVJXu0p { top:197.25rem;left:0rem;width:9rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceOmSXo8xbmuLVPwl9mQRQU0KllKGiI9 { top:213.875rem;left:0rem;width:9rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD { display:block; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs7D96TDHLwSEIKQ3OHZT4Lp6Qen3Bmd { top:2.75rem;left:22.249910354614rem;width:14.4375rem;height:6.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeTcQbUmvUAWpSZMtwTyi1OwQmCaKep8 { top:9.625rem;left:19.5rem;width:28.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIHFB0PIsITQKGi1l2n7Tulpyr1OvWHX { top:22.375rem;left:22.249910354614rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qentnO5T7IgSit6GBsUg9QccVKDQBWDn { display:block; }
 }@media only screen and (max-width: 763px) { #EDpTiTrSll7AE4xqPvWKZnDJbCRAaxGc { top:6.5rem;left:21rem;width:26.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGvtOE0gZIeGS7e74eel87BTmo0XWiwb { top:13.4375rem;left:23.3125rem;width:24.4375rem;height:;font-size:0.9375rem;display:block; }#aGvtOE0gZIeGS7e74eel87BTmo0XWiwb li:before{  }
 }@media only screen and (max-width: 763px) { #H8wivQtxkRc8fv3B76mDDQ6QauMDzthZ { top:10.5625rem;left:24.02978515625rem;width:12.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od9y0mR0hQLJ7WtazH90hkVTvBXH3P1o { top:0rem;left:0rem;width:26.75rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp { display:block; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIKlETMzbWTf3OhsbDI1O0CTx32gLQ3X { top:2.9375rem;left:0rem;width:47.75rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz { display:flex;width:18rem;height:5.0625rem;top:4.0625rem;left:8.80078125rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TqD68JPBv8aFUlZimRtDN9ergqEXXOsc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #xLTxrTeRAl2uH8y8G75zOvmvTNtMDEWZ {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #J3vhTb2To6m18w5IaN90d2a0dazTh08e {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #IS8lPdRFyhtru962GEXfHnzmgeRQHCxG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #bKON5pO6VHGTpZxixsndQaSeiv2TIOrV {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TKG7T62QlgxZpWidW0E2I2O6sTHFoTch {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #FvzTB7eOUs7scIbOfZLF4r4XPpcv6TTD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WtToMkW1i03mNFqgpdCpgwcFBL12UmsF {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #m8VzoWOTi5rkumv1vfI62GoKJN3EAHoh {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #zgZCFydbq15elbIPmdqFepVBxX6SSGBv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WwTRirr9uTHd33kZ6SqD0ftT17FOHPUb {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #N34T8Tdkn1yZl07pP5FmBQmvs9ibtGd8 {  }
 }@media only screen and (max-width: 763px) { #x7Qy83newbwXadkOcfNTZZ31di2UCqG7 { top:4.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTODeGVqAdAoAe5OyDuU9VU01ikSc8fL { top:9.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIROtZx9FbHCqwyu65qpQEhXpzQuIE3s { top:20.8125rem;left:17.84375rem;width:12.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXAgeaNtxX09zztmMOQGI7eGbMT6TNQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #DBJeKKHLnHIMzq4fdsICmiBisKz96TMp { top:25.6875rem;left:0.25rem;width:47.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A { display:block; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG6Z2dfCeer4kpB90DOTZT0ONnDJxnMS { top:2.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDkIW0ua47hPakQkffK3AVCVAksVJgpq { top:10.8125rem;left:0rem;width:11.5625rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXglz5Xokza0gwPELGOvozNbTQQsggII { top:13.875rem;left:0rem;width:23.9375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6v84AvSwGxa3bMXSJPnaM7FXTpTEDNA { top:10.8125rem;left:24.65625rem;width:22.8125rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOyic5EDRX6ctslnl8pD6dJhmun7CN7R { top:13.875rem;left:24.375rem;width:23.375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVwvIqlm5IIZQxRQeJZNnMARbW6PBweE { top:21.25rem;left:0rem;width:23.875rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3fgIDaEQmx8GGShZ1nEAXpfh2gqgsNZ { top:24.1875rem;left:0rem;width:23.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqTrPr8QmzgCz9w87SgL5ydKI4lNQ6bS { top:21.25rem;left:24.625rem;width:21.3125rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyPrcOGUFvtoTst9eO12FxcuMCHucxzd { top:24.1875rem;left:23.8125rem;width:23.9375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOGuOXOehnQMMMiTxx0UqFvBJyZLH2lM { top:9.75rem;left:0rem;width:26.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0EQgQntdKQR46vC39iSTr6KfBUBcHXu { top:43.8125rem;left:0rem;width:17.375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT724nRWpiqqiQSmNpE0HgkWUE5cIuaA { top:6.9375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFAhOsQPKJu7X49VNoc8NptRNSCgAIF { top:9.75rem;left:21.5rem;width:26.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplMUJiBrQInaFnCSDmoTWFWMm9TGgrJ { top:20.375rem;left:0rem;width:26.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJW3l3FlmCVW4hvHS9JxkWNVTbUvihhi { top:20.375rem;left:21.5rem;width:26.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg { display:block; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1fGSy82eCdwKHmKI5fa3v2TgtavfNIF { top:15.1875rem;left:0rem;width:28.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANC8HddUxx2DUbBQ5JHz6i3d1Zfl0HeM { top:24.125rem;left:15.310546875rem;width:12rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKyz4cG8m3JyMZSAVhDWmyRdgsaOMLBV { display:block; }
 }@media only screen and (max-width: 763px) { #p4sRpLbLQQHAUJNvyR51zRdxW78zNWvB { top:18.0625rem;left:35.4375rem;width:12.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FenFxmF35wS3T6aCPwHb1KLv2vlRI0zg { top:18.5625rem;left:38rem;width:9.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN4vDwx3Z7T48fVlWFnPqW2mBGJCGRsl { top:10.9375rem;left:0rem;width:23.5625rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CriEkeTfgb9bHFKxGTIeLNgzh7ce8iLP { top:19.75rem;left:0rem;width:18.5625rem;height:;font-size:1rem;display:block; }#CriEkeTfgb9bHFKxGTIeLNgzh7ce8iLP li:before{  }
 }@media only screen and (max-width: 763px) { #cLHaICXJU06Tz47QnaPOnltla4PXd4g1 { top:4.8125rem;left:0rem;width:24.3125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmTyVQqfXiFtFcHw2nDEMG0EXx1T9ViR { top:2.4375rem;left:26.4375rem;width:21.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw { display:block; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap5BszwTdXCt60nUC0oZFvNTW032pWFD { 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) { #JXkuCQqzO6PEl4yviwNFHtxztodyAInx { top:1.8125rem;left:0.62446784973144rem;width:10rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBnG3ZFsZK97FLG7RNXgBREv2TuGIXNL { width:3.9375rem;height:2.1875rem;top:4.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVzb7mvRAhWVpNkCBtwgbrffegVe43eo { display:block; }
 }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.5rem;height:2.1875rem;top:4.40625rem;left:4.6249998211861rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:4.1875rem;height:2.1875rem;top:4.4375rem;left:15.811631500721rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { top:0.9375rem;left:13.75rem;width:6.25rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbf4TAgc8rxgxtxTxn5HqJOvD0ZL8QFO { display:block; }
 }@media only screen and (max-width: 763px) { #oAZEOV6cGTrOaiB5Ziczgw0Z4LtfONhm { width:9rem;height:1.25rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:rgba(255,255,255,0.15);background-image:url("https://images.assets-landingi.com/uc/2611fa0a-7a0a-440a-afa0-ecf97c1a9dd4/AS20260101_FINALTIPS03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSedmEqvVuhbRKIRySQCTFz4sPcSXzSx { width:16.75rem;height:6.371525rem;top:40.349609375rem;left:1.625rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xWB1DmlIqhlTyIiAlUoQlRac1F3FJXqC { top:54.375rem;left:4.40625rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ablGfWUWBShKuGXL0koWdVG50WqeGS9s { display:block; }
 }@media only screen and (max-width: 763px) { #JXe9TqeyquwoGwOPmMqP5Wl11PH4iwz5 { width:1.875rem;height:1.875rem;top:4.1875rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #T84u6fiFPCqUwh4g1xbRepcm7HflONdC { width:10.9375rem;height:3.75rem;top:30.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpxh5T9VMIpRndoXUDch0BPRJedDvqa7 { width:10.3125rem;height:2.7604125rem;top:30.994140625rem;left:8.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdBizTm6Sost8vTAnnO6GBV0vVUVPd55 { width:13.4375rem;height:3.57421875rem;top:12.20876789093rem;left:3.2808160781861rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVdUzK3K0QsdbX9B0MQATvMfQAhlP03Z { width:1.875rem;height:1.875rem;top:4.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEkSZfJlXN2GWHDwORASuRlSePuNMXlT { width:19rem;height:4.82470625rem;top:47.4375rem;left:0.4375rem;font-size:1rem;font-family:"noto sans tc";display:block; }#XEkSZfJlXN2GWHDwORASuRlSePuNMXlT li:before{  }
 }@media only screen and (max-width: 763px) { #S4ltXQlmGKCSUhIDlhkVktHgDbuH4SLT { width:16.3125rem;height:4.5rem;top:8.0498046875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXzVuo9HURJBZGx4Bz6s6sK3EdBbeRQE { width:18.5rem;height:23.5625rem;top:15.349609375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUpdvcMoTvlegKuTtG1wSPNPsWHtN4NQ { width:9.0625rem;height:3.25rem;top:5.375rem;left:5.46875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN { display:block; }#TtkMQhLFkduDCTAtTQGdPqJ0BuS0MGgN > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXNw4Ki9223lXRhhAod7AnDF5LvtTRac { width:19.25rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sf8bAg1r6Mg8vTTTRuTyoflG2gyDlRHx { width:20rem;height:1.950075rem;top:4.6435546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lkDv1hGTPud8m1WdeaTJMoJWHTmb00ZJ { width:18.75rem;height:6.0026rem;top:10.3125rem;left:0.625rem;font-size:1rem;font-family:"noto sans tc";display:block; }
 }@media only screen and (max-width: 763px) { #m54XOJahOkawDdF8cgFWXvDeiTOcaFWA { width:20rem;height:11.375rem;top:18.4375rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMkyAGseWw0Z2vngvTZBqr36Cu0U5x7a { width:16.25rem;height:1.80013125rem;top:19.125rem;left:1.625rem;font-size:1.125rem;font-family:"noto sans tc";display:block; }
 }@media only screen and (max-width: 763px) { #psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd { width:16.9375rem;height:6.2246125rem;top:22rem;left:1.3125rem;font-size:1rem;font-family:"noto sans tc";display:block; }#psIGFUrJ6ACPJmJcAl6ENBQoDq12pHxd li:before{  }
 }@media only screen and (max-width: 763px) { #PWHHSXED7HB5EmAldCEV6xLTZQ39iTJV { width:8.25rem;height:0.375rem;top:4.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUV7lokz6qloTAlkWoXK9f7uRl36vbnJ { width:20rem;height:0;top:14.125rem;left:1.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Rbvs80ySU00U6v3eVLLPURpwWzgyAScF { width:18.75rem;height:3.2986125rem;top:5.5625rem;left:0.625rem;font-size:1.375rem;font-family:"noto sans tc";z-index:15018;text-align:left;text-align-last:left;line-height:1.2;color:#0c2132;display:block; }
 }@media only screen and (max-width: 763px) { #TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt { display:block; }#TOKl6cQEpbMZAMv8oIoUMETnrqC4pCPt > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MO7mSIDFrFCShk70npXNm84fqqmeJevK { width:20rem;height:6.5625rem;top:6.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfWGFRKGvTqHGK0zTpsXcNIZdOchfrcC { width:20rem;height:0;top:10.192058086395rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cf0cb67a-38ad-4901-8862-7a1cd7afe92c/landing_materials03.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU.adaptive-delivery-prevent-bg, #huXiR4sbP3BWqJDn6phfExULxdLtEbaU.lazyload, #huXiR4sbP3BWqJDn6phfExULxdLtEbaU.lazyloading { background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { background-color: transparent; background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .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); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkxcWt4hcZdqttAPCTnB7SKy8u4EoFyF { width:20rem;height:1.62435rem;top:6.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WJbFc53bR1p3vymdTZZTnP4yPhN2X15N { width:20rem;height:26.25rem;top:0rem;left:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #690000, #460000);background-image: -moz-linear-gradient(180deg, #690000, #460000);background-image: -ms-linear-gradient(180deg, #690000, #460000);background-image: -o-linear-gradient(180deg, #690000, #460000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#690000', endColorstr='#460000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#690000', endColorstr='#460000' );";background-image: linear-gradient(180deg, #690000, #460000);background-size:cover !important;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.75) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiuNXOgXTtPvFU3npVLayQp7sBcxAb93 { width:20rem;height:2.59874375rem;top:3.5244140625rem;left:0rem;font-size:2rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bTKHztkEDerbVpMIurJiwvxw7CUFOAQz { top:15.875rem;left:4.5rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:#fff700;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NJmkfhxNqTVFcc3hALTq55LXELmDFDI8 { display:block; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NphI6T7F2UJaK9rr9CSF6LeAT3GUODza { display:flex;width:18rem;height:5.0625rem;top:8.625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #zvtTEdXdNq799wuAyNeGpRhSUcsTozcK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #iu5Zx6pEzMbsCcNosfzO7TgPTIHsfRpX {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #HDAnvwohz93gKUS5HZG4VepCPDooiSpX {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #IGb89cIzEwLiWrv23KPeKc3p5nutuSfk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #eVswrS9vmfTAk3iHdWq5t6CmvTsukNeV {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #v1Z3Olz2hT2WBUhM3IdV7puyLka6511y {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #TsMwpifNwxJ9m40DsXaIfeDSWNzOvK1v { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #WEnT6tNuHmw75vCRiQQisJNcWHaJTM3W {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #G8BEEgNiNDoqSv5zWfP1q2hGBuxzr3nG {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #D4Kp8N8RMc13uu9THdGdd22WD9AHXTCM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #bUKmWN42y6gvhTUCS3ESTbEENFt9mW2l {  }
 }@media only screen and (max-width: 763px) { #NphI6T7F2UJaK9rr9CSF6LeAT3GUODza #h0EQgn9biy794Kiimudl0h8yJtqozuOk {  }
 }@media only screen and (max-width: 763px) { #EczUOJZKpXTVCcuZyERVqMooCTlfyMX0 { width:18.6875rem;height:2.2721375rem;top:21.0625rem;left:0.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k0ZnqORLayVterIlmeTVB7HRBv8lf5hE { display:block; }#k0ZnqORLayVterIlmeTVB7HRBv8lf5hE > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFwAyBLB2tCdl7inNvUNrHDxxgfybV5a { width:20rem;height:1.7871125rem;top:2.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vIywPvKp26kvTFnST8ChqH6NnEg0NeM9 { width:17.0625rem;height:3.2487rem;top:8.4375rem;left:2.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #faHhOrtmlvqwWleADa0FAhkLpKJOn5Fb { width:15.8125rem;height:3.2487rem;top:13.375rem;left:2.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EiClcqCTTrxUhQbJ3VwkUDvUBmQNxSFs { width:16.8125rem;height:3.2487rem;top:17.9375rem;left:2.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkdhLDtxCrSLHl5TOWsSqR7SuCiGd5lH { top:27.4375rem;left:4.40625rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uDvgH4Cpwyo5VOsC2QrwEx7mCiaDnMkH { display:block; }
 }@media only screen and (max-width: 763px) { #u840MbTppRfDtJQzwhcx5JcvsFnC7wuV { width:8.25rem;height:0.375rem;top:7.13671875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhGdwW9T05AJ4MNUtizN2pyyWvZTa7hc { width:20rem;height:0;top:5.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #sf8qLGIqxCK4Tkpd0ldgODes8Lvb5LOb { width:20rem;height:1.51220625rem;top:4.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #VNnTciWS9kyquzm3DknGcue9ezbMdoVc { width:17.25rem;height:3.2487rem;top:22.5625rem;left:2.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OBicJoilBgFJXak01MNTH6OfiTR995X7 { width:1.25rem;height:2.5996125rem;top:7.82421875rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8kIvhtdumZomTDUi0IFf1sO2hSRV26l { width:3.75rem;height:1.79980625rem;top:13.162109375rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3CETsQBDrLOdw5Us5pI8ruNcQCZcL37 { width:3.75rem;height:1.79980625rem;top:17.8125rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXnaxJwA8OO4g9vIWdrihhITXpHQQrod { width:3.75rem;height:1.79980625rem;top:22.375rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsdOf69bTflaoT4zd2iva5Lhe4TSJyMN { width:20rem;height:24.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIthDUeQPscnVHqerusZBnC7DLRrU7gW { display:block; }#iIthDUeQPscnVHqerusZBnC7DLRrU7gW > .row .container { width:20rem;height:474.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRSQ9INCVxiTlnHKTIWSnVbHE2VPC2kc { width:20rem;height:34.4375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwz3noR5ns8HUZse3U5kAWn6sbg8n3O3 { width:13.4375rem;height:0;top:3.0609817504883rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.2;color:#fff800;display:none; }
 }@media only screen and (max-width: 763px) { #zfX5hy876JHmC0PxBC9SklWy5O2iEcBe { width:15.8125rem;height:1.16845625rem;top:20.537109375rem;left:2.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Myv8IgsHNDhRtCIAPGa2rECycEOhJ216 { width:10.5rem;height:2.5996125rem;top:18.0625rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vo5AStn76IxhbUFiL2yC1isrTMk2vTVJ { width:7.625rem;height:7.625rem;top:10.1875rem;left:6.59375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #KhScBxkMwfsEV1omswxOXhbNqVd41n9F { width:6.875rem;height:6.875rem;top:10.5rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxaTImecUJe9Xnc2zqWmImyTI1HAVlTD { width:7.625rem;height:7.625rem;top:45rem;left:6.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #fzpnxNbaxs1Txaz2Rb11040XOXpsUrUy { width:20rem;height:37.875rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0qT3twOHOrlJ9Pfz10tXLXymC2gOciQ { width:15.811625rem;height:1.16845625rem;top:55.4375rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwTlnFwJZttLgMvpwZqWt94Bz3TTEwtN { width:10.5rem;height:2.5996125rem;top:52.9375rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sm8qeNoJu6rwt9nAUs47lKGc69hCRFbb { width:7rem;height:7rem;top:45.3125rem;left:6.5rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #wypWag6tmLgmhX0PQv7XnTnTHWLPKTG4 { width:20rem;height:36.75rem;top:81.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTt8Of73bx0Rqz2VH0REzlsXxGpTMWR { width:15.8125rem;height:1.03125rem;top:93.5rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HT37BOEg8Ty1M2QRwZTTnrzUrvK1V30q { width:10.5rem;height:2.5996125rem;top:90.875rem;left:4.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lhwrGlLFq2MsT5xKOvLbaN18oQyO1OZ7 { width:7.625rem;height:7.625rem;top:82.75rem;left:6.1875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #baw6R8oDAoGRdn7KPeTkTsqTPQMwVMIu { width:7rem;height:7rem;top:83.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJk1P3sVhDKo2RtLNesOIPpAoioo51fw { width:20rem;height:38.25rem;top:196.1241607666rem;left:0rem;z-index:15011;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ40UXFCpTPFtGGMrbA2NBXbTaSEtxTn { width:20rem;height:38rem;top:158.06207656861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4BRphZx7P7gU9M7G1Msuln4PO5F8DZn { top:153.31229019165rem;left:7.24978351593rem;width:5.37435rem;height:2.24935rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zwBxHlLNVA1UI83cRudx2JANtykVsRtR { display:block; }
 }@media only screen and (max-width: 763px) { #k6TUqLbb8JrDSDBxOgTDdMO5bGiQOAa9 { width:10.4980625rem;height:2.5996125rem;top:167.3125rem;left:4.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bi0nGozlXBAxE9e2sDATuzi110wAA0zW { width:15.811625rem;height:1.16845625rem;top:169.9375rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mx7KToFR1KUBqDQ4R60Mrw9eksIdEuLE { width:18.2498125rem;height:3.37239375rem;top:132.30751514435rem;left:0.87456607818606rem;font-size:0.9375rem;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #RSVolH3TNCV79lhMcfpy8vek8KTbhwXz { width:7.625rem;height:7.625rem;top:197.9375rem;left:6.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #JqliwwWaOgXrPAUaKCOqTBUWQIBQaT32 { top:114.0625rem;left:7.3125rem;width:5.374025rem;height:2.249025rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M94iDXZJeZ9luIIklnHpkWHGuS7xQOFW { display:block; }
 }@media only screen and (max-width: 763px) { #qBlfMh2DrqAIHahLxEQnRsXkQ5JxdLvo { top:77.625rem;left:7.3125rem;width:5.37435rem;height:2.24935rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BCGWap7RpUtN2bdH49A1PzmiJrusveVn { display:block; }
 }@media only screen and (max-width: 763px) { #PwotHzvzGgl03WJ2miDXzktbQWmiNg8o { top:39.4990234375rem;left:7.3125rem;width:5.374025rem;height:2.249025rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vuvhg2e8UQpJ7L4nxZJxQmbPxGKfkzOr { display:block; }
 }@media only screen and (max-width: 763px) { #IRomTfLJLKe9Uh8vLmXJ7Zx9ylbfHhe1 { width:20rem;height:40.5625rem;top:118.06206893921rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Ezk0sK9EmUBZO8l771zJttAKuQJG5xNV { width:10.4980625rem;height:2.5996125rem;top:206.46919631958rem;left:4.7504343986511rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvmAweamVEe18CdTPPMG09CiGL6ATXuX { width:15.8105625rem;height:1.2749rem;top:209rem;left:2.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iknTHPXoDVhcLZbDxFGiw9Ud1MqvcnTz { top:191.43664550781rem;left:7.31228351593rem;width:5.37435rem;height:2.24935rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bNN0WXukpmw4CmhPLRx8XXn4EUxhgF6x { display:block; }
 }@media only screen and (max-width: 763px) { #D2r5Os59Lic8TNuGaNtHTfSbJT73FFQp { width:7.625rem;height:7.625rem;top:159.125rem;left:6.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #xhGaMQZtO1R5y7qTBpGu5g9KSRMu9QGk { width:18.75rem;height:5.62065625rem;top:136.55990219116rem;left:0.75000011920931rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB5OG8EAGsqhq8LsCLT3T0cRwOJ94kzd { width:18.2498125rem;height:3.37239375rem;top:143.00608444214rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJczRdgHpEIs4k6MAmSf21sM8fG8cLU9 { width:18.25rem;height:3.37239375rem;top:109.875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMytAqmvmTIP9tPUO5m3Hm7Cs1VgxF5P { width:18.25rem;height:4.496525rem;top:100.3125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMTEbnSAUwTlviVSv9aG4FcwbmVtsdBi { width:18.25rem;height:3.37239375rem;top:105.625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roT9S5RDiFmPmueODu8FohVkPkOK2cPo { width:18.25rem;height:3.37239375rem;top:95.8125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIkueE1TNO3WszWTLF8sHZGZK5XxWqNT { width:18.25rem;height:5.62065625rem;top:57.3125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoGFdRfOq4q6WMXe1pwEwBeuPoLZphNr { width:18.25rem;height:4.496525rem;top:64.25rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0aDRCJFaK3QC7Fhb0T7q8zqNNGWidLH { width:18.25rem;height:6.74479375rem;top:69.875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1BcJ4wSwRJQPXKP1B7V02O1w5N2cIp6 { width:18.25rem;height:3.37239375rem;top:22.6875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT1dIsbeu2ssTQwSzVlkngC8zD4PvWQZ { width:18.25rem;height:4.496525rem;top:27rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPFO4K4fZ4eTTrT01smlEJwfzz6Hm6BB { width:18.25rem;height:5.62065625rem;top:32.0625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWwPFcWLTr6S85LcO9yS3GToguHxWJxD { width:18.25rem;height:3.37239375rem;top:211.375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBCgvd0282uNZOI0g24JP54OfTthgBiH { width:18.25rem;height:4.496525rem;top:215.8125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJCbvDQPi9ARXlOzWnnuvIKQkhFW6pu3 { width:18.25rem;height:3.37239375rem;top:220.3125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5XDKWHesDTkB6WlMlHsSRTdUzi9zkz { width:20rem;height:38.8125rem;top:233.99958801269rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU0GheMRQWZOy4TCCPiyKTehJJ9hBE79 { width:7.625rem;height:7.625rem;top:236.5rem;left:6.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #nktFKP61Z5vHPTxaxmoS8exZ2dICncID { width:10.5rem;height:2.5996125rem;top:244.5625rem;left:4.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxwBycgysFe2eFEFX6ExoTdOIXttXVhT { width:13.375rem;height:1.16845625rem;top:247.1875rem;left:3.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prTxaugU8eSU89UzKnr4CeOkBfJ2PQ3N { top:230.3125rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vfo4UvnE1mCsfFvieV3x3GvsUSUpuWwr { display:block; }
 }@media only screen and (max-width: 763px) { #zcMm6fCd3duIcIba0CUfTHx7BfpUdp3U { width:6.9375rem;height:6.9375rem;top:119.4375038147rem;left:6.4995665550231rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpLNSi4FGOqIBFQZxwzSrn80uxEDTNA { width:10.4980625rem;height:0;top:210.34831619262rem;left:4.7504343986511rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #bSPn4pncZ1XCV97Vc7yxIrNls6G7Xa2J { width:20rem;height:35.9375rem;top:305.81164550781rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #EG4JGPAquRIazS8efDKbUivu20kzChfh { width:20rem;height:34.875rem;top:272.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTT1seuGHN41hTG9Rf0tAts2vEzkHMg0 { width:20rem;height:39.375rem;top:466.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #By5wdHilTumDSePUmU9MGGxu5w5KHibJ { width:7.625rem;height:7.625rem;top:273.8120803833rem;left:6.1870665550232rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #NiNoQWZZMoP3nleyXC6VvXthCcfObgt8 { width:7.625rem;height:7.625rem;top:308.06252288818rem;left:6.1870665550232rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #LLv4XX2LoscAI39vG88AN6In4HnB5yEl { width:10.4373125rem;height:2.5996125rem;top:282.24936485291rem;left:4.7808160781861rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVNTSWmgo7GGVkSP9W44eOhB1N1F8TmH { width:15.7498125rem;height:1.2749rem;top:284.99915313721rem;left:2.124783039093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6o6IggbB7uyBTe79Pc2TJu3LsZvT9Mw { top:303.69358444214rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Mtu1aOi1ZqukEVT9TCInw0mfdx78Q58M { display:block; }
 }@media only screen and (max-width: 763px) { #Db6L7lT8lTR2tBBkNskI6Qbw9911mlPK { width:10.4373125rem;height:2.5996125rem;top:315.93686676026rem;left:4.7493491172791rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jo8NypOsyWT28AXkCCKH4shONFiTPDCL { width:13.3105625rem;height:1.16845625rem;top:318.56165313721rem;left:3.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8eN5nFScqS8ytbn3naAqgV4Iu1nceUT { top:337.06164646149rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pEo1q3rJd3ayHeMyCIRwzPt3mnQ3XWcA { display:block; }
 }@media only screen and (max-width: 763px) { #euoQ80ziIu7X7iA8parsHThz5tKugh4E { width:18.25rem;height:3.37239375rem;top:328.62348937988rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNcKNGMcaBdPlKFasbErh9MLTlloDbx { width:18.25rem;height:3.37239375rem;top:320.62500762939rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUbHKOCmeb7TI5UHaoa06VuuCHagQD1a { width:18.25rem;height:3.37239375rem;top:324.62413978577rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwQ93NQN0AnIh5TL581dmQpCL3ThvJQL { width:18.25rem;height:3.37239375rem;top:172.75rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCQkqt8HVH9n9HBsQIO4USB1OOGkiDPa { width:18.25rem;height:4.496525rem;top:176.625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC5V0d7fORRaf3IpPriG41QJ5tuUA1fJ { width:18.25rem;height:3.37239375rem;top:182.125rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOz4t8cRIl2Glap8qGcxsf8AcClHbpnV { width:18.25rem;height:3.37239375rem;top:287rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci7mv4JSveitnk4pUGkxFMJg2PrSRoWs { width:18.25rem;height:3.37239375rem;top:291rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThfkFyVexechwNIOfoTLPEW6avdFBVuq { width:18.25rem;height:3.37239375rem;top:295.0625rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0Ipyu4uFw7kivvv7gsooTkbtKVFwEs { width:20rem;height:32.6875rem;top:374.31098937988rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey0DFMGKDIJPkmPUmRavpHC9t5xpPTkN { width:10.4373125rem;height:2.5996125rem;top:384.25001525879rem;left:4.7493491172791rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #On463sTfNWFeZpc3En9RvZGFmdzevphx { width:13.3105625rem;height:1.16845625rem;top:386.75001525879rem;left:3.3116321563721rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkpEoPNkMKuCDISDf6JwL8D9ITsrSDqx { top:403.24651718139rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XCXc7rWQGrMLuM3gcEgdUgtsKQDscn9h { display:block; }
 }@media only screen and (max-width: 763px) { #hIZPGBSdMJ6h4Cd4iT8EEpTXMScRceoB { width:17.7495625rem;height:3.37239375rem;top:393.68686676026rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk01Jr48g7JFkHXSVNeJEFpQ4DJLTfNF { width:18.2498125rem;height:3.37239375rem;top:398.31142425537rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTrhJQWqxHfUOFTSy9Gxhnr9n26JxaD { width:18.2498125rem;height:3.37239375rem;top:389.4995803833rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5vkPeC0lqf1WlS90WC1tSrP9eezVmqv { width:7.625rem;height:7.625rem;top:375.99914550781rem;left:6.1870665550232rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #BebPDsDIz8TJshWy6kg67Q7CWNyQWSO2 { width:18.2498125rem;height:3.37239375rem;top:360.08359527588rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8I9tHcIzcbiIRmxFDuoprUFBcgwnTRR { width:18.2498125rem;height:3.37239375rem;top:355.9331741333rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddSRCKcabiKsaLfp2M3yVSfJdHgP6gE4 { width:20rem;height:32.75rem;top:341.43231201172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpJndyALTlf0p3tkSMCU8vBgIewsxJhr { width:18.25rem;height:3.37239375rem;top:364.57010650635rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyXW1Kho3KhrF6wSEkWWQGu9owgLvmUd { width:10.4373125rem;height:2.5996125rem;top:351.0625rem;left:4.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDgrCJQTsxlnkwgB5p11HWDHHhepifzf { width:15.7498125rem;height:1.125rem;top:353.5625rem;left:2.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2IAXsMzT1ZA2zyNvbBVGcP3tg4TKHDh { top:369.97375488281rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RWNv5Iz9GQsTN6PwEmxwZVECpoRvxg5U { display:block; }
 }@media only screen and (max-width: 763px) { #q9HqGTrU7nfn7nel5qlpRbF3UW7PH7dT { width:7.625rem;height:7.625rem;top:342.6875rem;left:6.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Dq3lqy7aq514Thu7L8T8U1qUEAATLCyM { width:7rem;height:7rem;top:159.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsQX7Wmw5MwKBXxRfl2zuVECMlxNXAmz { width:18.25rem;height:3.37239375rem;top:186.4375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCU7GUzT1eZKAtN6Jnr8SBB9g8hETr7f { width:7rem;height:7rem;top:198.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPKTTrDN5QIAfspJt5MxMGf7TRNmv2AL { width:18.25rem;height:3.37239375rem;top:225.0625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxA8WMCloTDCcG1TVp4eb0S2rvTI0pPe { width:10.4373125rem;height:2.5996125rem;top:127.49956893921rem;left:4.7493491172791rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDAlcQpTrnFkRzBFsvP7skpovfT8IiEi { width:13.125rem;height:1.03125rem;top:130.3750038147rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtGGSvp2b1dPLhbBf17gPwnRysTu8nfK { top:267.9375rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #C6gRyxKis1XTXiO0BN3Cta4Do5GVR7XR { display:block; }
 }@media only screen and (max-width: 763px) { #v1DuFvbDFpokisU1ngfxBdb1nrmhVfxt { width:7.625rem;height:7.625rem;top:119.1875038147rem;left:6.1870665550232rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #NtIzml75VI1cx95e0ylkGPLukirKgzCU { width:18.2498125rem;height:4.496525rem;top:147.32379150391rem;left:0.87456607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1DwhT0lkV4g3e4B2028TuedNOP8v8Dk { width:18.5623125rem;height:3.37239375rem;top:249.18664932251rem;left:0.71831607818606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIEnKSFAsZ3AyBoFnX2PT99wZUw3kz2d { width:18.499375rem;height:3.37239375rem;top:253.87414932251rem;left:0.749783039093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqUTQwpBBz8go3MtZIr9O1Z5x13DyXh9 { width:18.624125rem;height:3.37239375rem;top:258.37371444702rem;left:0.75043416023256rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR88FNswdc0snUUp59wu99VzvmJvWXVd { width:18.186875rem;height:3.37239375rem;top:262.99936676026rem;left:0.906033039093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ckrwHNM4C8gE0cXQDhaGTE5chzURzg { width:20rem;height:32.6875rem;top:407.06143951416rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzv629TwLPmFHNKNBrxy1enzxvKpuh63 { width:20rem;height:33.4375rem;top:439.74611282349rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4cUfizPG7Pc2lf0ykVe9typEQ5HIn3y { width:7.625rem;height:7.625rem;top:408.0625rem;left:6.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #aD7VNSWJTVm6KseCkyippfJT2Q0p8mZ0 { width:7.625rem;height:7.625rem;top:441.41386985779rem;left:6.1870665550232rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #XrtUuPvRCBq7DCSknaxZdWgP7TR6tSvJ { width:10.4373125rem;height:2.5996125rem;top:416.25rem;left:4.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OKt8n44dHFvXIvSsxnRMGITDy2wbg7xD { width:15.7498125rem;height:1.125rem;top:418.8125rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QaHdfGPeimTskofO869GX77eiK5gwosh { top:436.4375rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nmkwN5d71cPB0qGd5eOBW0BxXh27HA4i { display:block; }
 }@media only screen and (max-width: 763px) { #RNB72Ff0OP0C4SvVJgJ7NiXCAtThye5x { width:10.4373125rem;height:2.5996125rem;top:449.0625rem;left:4.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwdCzWEWDf16FldsgFhx8zqA03P6ZIam { width:13.3105625rem;height:1.16845625rem;top:451.66127967834rem;left:3.2816843986511rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #heB7C5B4lQS10GvEfrEgaeNDmeTbtBC1 { top:468.67949104309rem;left:7.1875rem;width:5.625rem;height:1.875rem;font-size:0.9375rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TZIq617pzl7DNxNRBnJzTJUuSWTWVUX3 { display:block; }
 }@media only screen and (max-width: 763px) { #lJNqRtoaOGqJHGI3f8MHt08ZzHqUsrbF { width:17.6248125rem;height:4.496525rem;top:421.5625rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHFHT0kAysTbFNF7mbI8Ve10nPcXDEMT { width:18.0620625rem;height:3.37239375rem;top:427.3125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLDloF2NCH1BF7rfys9ybKNxAC1ZKqNL { width:17.686625rem;height:3.37239375rem;top:431.875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaGZ4svNN9pp1fsrs6dJywAyE4EyLovm { width:17.1875rem;height:3.37239375rem;top:299.25rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbkGSFw1Hvawq2lLvhwwS3ZTot9UCp1z { width:17.9375rem;height:3.37239375rem;top:332.69597244263rem;left:0.999783039093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlEtmrDU3kMuUBuPUFH3TkZ1Vs9vAZP5 { width:18.186875rem;height:4.496525rem;top:453.84115600586rem;left:0.906033039093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRVyzgrSNqeA49nNorx8b1beWfZe5oF { width:17.686625rem;height:3.37239375rem;top:459.24786376953rem;left:0.90559911727906rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwPvxVlaPRBJFgefBKkZt82i6MKSeH3m { width:17.999125rem;height:3.37239375rem;top:463.62416839599rem;left:0.99934911727906rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeEbIwoNwNSmB733pWs7r1ZaX9aZX1Dg { width:13.4375rem;height:4.65060625rem;top:2.2102870941162rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.2;color:rgba(var(--color-primary-2),1);z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #LlTKxMNAd4UfcV8MC1T7QccdzatUif86 { width:7.0625rem;height:7.0625rem;top:236.78125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLVrZ2pdvQSkxAtx9aTh264C7WAhw7Tt { width:6.9375rem;height:6.9375rem;top:274.15576171875rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9yPtAJHQSDyZarJxbaymg1Ki1wfdK1T { width:7.0625rem;height:7.0625rem;top:308.34375rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL5zBeUeniwKKuGCluFpMr1T4kXCTzwd { width:6.9375rem;height:6.9375rem;top:343.03125rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blOydZ2LX1iXFFidFPESyNFyW2VC5AZD { width:6.9375rem;height:7.0625rem;top:376.2802734375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBhH1y8RF6qsRIgOBtnDXUhStwVJXu0p { width:6.875rem;height:7rem;top:441.72607421875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceOmSXo8xbmuLVPwl9mQRQU0KllKGiI9 { width:6.875rem;height:7rem;top:408.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/2611fa0a-7a0a-440a-afa0-ecf97c1a9dd4/AS20260101_FINALTIPS03.jpg");background-position:center left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !important;display:block; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD.adaptive-delivery-prevent-bg, #uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD.lazyload, #uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD.lazyloading { background-image: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { background-color: transparent; background-image: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container > .video-iframe-container { display: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row > .video-iframe-container { display: none; }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .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); }#uDDlrTTgp13Gbrg0D2twoNcCisEaV0qD > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vs7D96TDHLwSEIKQ3OHZT4Lp6Qen3Bmd { width:18.75rem;height:4.6723125rem;top:2.5634765625rem;left:0.625rem;font-size:2.125rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qeTcQbUmvUAWpSZMtwTyi1OwQmCaKep8 { width:18.9375rem;height:14.375rem;top:23.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIHFB0PIsITQKGi1l2n7Tulpyr1OvWHX { top:39.6875rem;left:3.75rem;width:12.0625rem;height:3.4375rem;font-size:1.125rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qentnO5T7IgSit6GBsUg9QccVKDQBWDn { display:block; }
 }@media only screen and (max-width: 763px) { #EDpTiTrSll7AE4xqPvWKZnDJbCRAaxGc { width:19.25rem;height:1.21875rem;top:5.4541015625rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGvtOE0gZIeGS7e74eel87BTmo0XWiwb { width:17.5625rem;height:7.65625rem;top:28.375rem;left:1.25rem;font-size:0.9375rem;display:block; }#aGvtOE0gZIeGS7e74eel87BTmo0XWiwb li:before{  }
 }@media only screen and (max-width: 763px) { #H8wivQtxkRc8fv3B76mDDQ6QauMDzthZ { width:12.5rem;height:2.1933625rem;top:25.5625rem;left:3.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Od9y0mR0hQLJ7WtazH90hkVTvBXH3P1o { width:18.0625rem;height:18.3125rem;top:6.0986328125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp { background-color:transparent;background-image:url("https://images.assets-landingi.com/UD1ZCKy3p2k/unsplash/patrick-hendry-UD1ZCKy3p2k-photo-1515894977336-a5bff1d16c4b.jpg");background-position: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; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp.adaptive-delivery-prevent-bg, #QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp.lazyload, #QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp.lazyloading { background-image: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { background-color: transparent; background-image: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.95); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container > .video-iframe-container { display: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.95); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container { display: none; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .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); }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { border-width: 0; border-radius: 0; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp::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; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQoQpGwt5R7fUQuTQ24imw75wBnNeEpp > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIKlETMzbWTf3OhsbDI1O0CTx32gLQ3X { width:20rem;height:28.1875rem;top:2.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz { display:flex;width:18rem;height:5.0625rem;top:12.40625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TqD68JPBv8aFUlZimRtDN9ergqEXXOsc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #xLTxrTeRAl2uH8y8G75zOvmvTNtMDEWZ {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #J3vhTb2To6m18w5IaN90d2a0dazTh08e {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #IS8lPdRFyhtru962GEXfHnzmgeRQHCxG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #bKON5pO6VHGTpZxixsndQaSeiv2TIOrV {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #TKG7T62QlgxZpWidW0E2I2O6sTHFoTch {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #FvzTB7eOUs7scIbOfZLF4r4XPpcv6TTD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WtToMkW1i03mNFqgpdCpgwcFBL12UmsF {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #m8VzoWOTi5rkumv1vfI62GoKJN3EAHoh {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #zgZCFydbq15elbIPmdqFepVBxX6SSGBv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #WwTRirr9uTHd33kZ6SqD0ftT17FOHPUb {  }
 }@media only screen and (max-width: 763px) { #IPrc2IHVbthzkKAQ8dffL5XvPMKyBViz #N34T8Tdkn1yZl07pP5FmBQmvs9ibtGd8 {  }
 }@media only screen and (max-width: 763px) { #x7Qy83newbwXadkOcfNTZZ31di2UCqG7 { width:20rem;height:2.5996125rem;top:5.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTODeGVqAdAoAe5OyDuU9VU01ikSc8fL { width:20rem;height:1.62435rem;top:8.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;font-family:"noto sans";display:block; }
 }@media only screen and (max-width: 763px) { #LIROtZx9FbHCqwyu65qpQEhXpzQuIE3s { top:19.5rem;left:4.40625rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:#fff700;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QXAgeaNtxX09zztmMOQGI7eGbMT6TNQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #DBJeKKHLnHIMzq4fdsICmiBisKz96TMp { width:18.9375rem;height:2.43706875rem;top:24.75rem;left:0.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A { display:block; }#C5QAqEPG7ah9u0eyTmTKfyJtL5hrhQ7A > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG6Z2dfCeer4kpB90DOTZT0ONnDJxnMS { width:17.4375rem;height:4.3994125rem;top:2.625rem;left:1.28125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lDkIW0ua47hPakQkffK3AVCVAksVJgpq { width:9.6875rem;height:2.03125rem;top:11rem;left:5.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LXglz5Xokza0gwPELGOvozNbTQQsggII { width:17.75rem;height:4.875rem;top:13.5625rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G6v84AvSwGxa3bMXSJPnaM7FXTpTEDNA { width:18.5rem;height:2.03125rem;top:22.25rem;left:0.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOyic5EDRX6ctslnl8pD6dJhmun7CN7R { width:17.25rem;height:3.65625rem;top:24.8125rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVwvIqlm5IIZQxRQeJZNnMARbW6PBweE { width:19.25rem;height:2.03125rem;top:33.46875rem;left:0.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3fgIDaEQmx8GGShZ1nEAXpfh2gqgsNZ { width:18.375rem;height:3.65625rem;top:36.3125rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqTrPr8QmzgCz9w87SgL5ydKI4lNQ6bS { width:9.5625rem;height:0;top:43.0625rem;left:5.21875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyPrcOGUFvtoTst9eO12FxcuMCHucxzd { width:16.875rem;height:4.875rem;top:46.5rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOGuOXOehnQMMMiTxx0UqFvBJyZLH2lM { width:20rem;height:10rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0EQgQntdKQR46vC39iSTr6KfBUBcHXu { top:43.8125rem;left:1.3125rem;width:17.375rem;height:2.03125rem;z-index:15035;font-family:montserrat;color:#002634;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fT724nRWpiqqiQSmNpE0HgkWUE5cIuaA { width:8.25rem;height:0.375rem;top:8.13671875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViFAhOsQPKJu7X49VNoc8NptRNSCgAIF { width:20rem;height:10rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dplMUJiBrQInaFnCSDmoTWFWMm9TGgrJ { width:20rem;height:10rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJW3l3FlmCVW4hvHS9JxkWNVTbUvihhi { width:20rem;height:10rem;top:42.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg { background-color:rgba(255,255,255,0.15);background-image:url("https://images.assets-landingi.com/uc/2611fa0a-7a0a-440a-afa0-ecf97c1a9dd4/AS20260101_FINALTIPS03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg.adaptive-delivery-prevent-bg, #MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg.lazyload, #MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg.lazyloading { background-image: none; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container { background-color: transparent; background-image: none; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container > .video-iframe-container { display: none; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row > .video-iframe-container { display: none; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .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); }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container { border-width: 0; border-radius: 0; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVTNlRk3Q3pv0JcbHmBniaPF9a8XyPfg > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1fGSy82eCdwKHmKI5fa3v2TgtavfNIF { width:16.75rem;height:6.371525rem;top:36.875rem;left:1.625rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ANC8HddUxx2DUbBQ5JHz6i3d1Zfl0HeM { top:50.625rem;left:4.40625rem;width:11.1875rem;height:3.1875rem;font-size:1.125rem;background-color:#c2000b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CKyz4cG8m3JyMZSAVhDWmyRdgsaOMLBV { display:block; }
 }@media only screen and (max-width: 763px) { #p4sRpLbLQQHAUJNvyR51zRdxW78zNWvB { width:10.9375rem;height:3.75rem;top:26.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FenFxmF35wS3T6aCPwHb1KLv2vlRI0zg { width:10.3125rem;height:2.7604125rem;top:26.875rem;left:8.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN4vDwx3Z7T48fVlWFnPqW2mBGJCGRsl { width:18.8125rem;height:1.94970625rem;top:8.75rem;left:0.59375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CriEkeTfgb9bHFKxGTIeLNgzh7ce8iLP { width:19rem;height:4.82470625rem;top:43.6875rem;left:0.4375rem;font-size:1rem;font-family:"noto sans tc";display:block; }#CriEkeTfgb9bHFKxGTIeLNgzh7ce8iLP li:before{  }
 }@media only screen and (max-width: 763px) { #cLHaICXJU06Tz47QnaPOnltla4PXd4g1 { width:19.1875rem;height:5.4375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmTyVQqfXiFtFcHw2nDEMG0EXx1T9ViR { width:18.4375rem;height:23.5rem;top:11.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw { position:relative;z-index:auto;display:block; }#Npx8Ps6SXDP0gLiJrB0M0PBZdA2VLavw > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap5BszwTdXCt60nUC0oZFvNTW032pWFD { width:20rem;height:2.7625875rem;top:3.994140625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXkuCQqzO6PEl4yviwNFHtxztodyAInx { width:9.5rem;height:1.3125rem;top:1.494140625rem;left:5.21875rem;display:block; }
 }