@charset "UTF-8";
.section-kv.no-visual .section-kv__body {
  justify-content: flex-start;
}
.section-kv.big-icon .key-icon {
  width: 180px;
  padding: 0 0 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .section-kv.big-icon .key-icon {
    order: 1;
    margin-bottom: 0;
    padding-left: 20px;
    padding-bottom: 0;
    width: 80px;
  }
}
.section-kv.fw-visual .section-kv__body {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: flex-start;
}

ul li, ol li {
  margin-bottom: 0.5em;
  position: relative;
  line-height: 1.2;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0.5em;
}

ul.list-square li {
  padding-left: 1.5em;
}
ul.list-square li:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  font-size: 1.2em;
  line-height: 0.7em;
  width: 15px;
  height: 15px;
  background: #00a758;
}

.root strong {
  font-weight: bold;
}

ol.num {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.section-center-content__body {
  margin: 2vw auto;
}

.bg-gray {
  background-color: #f6f6f6;
}

.nowrap {
  white-space: nowrap;
}

.lpeCElement {
  left: 0 !important;
  max-width: 100%;
}

.mktoForm {
  font-family: "Manulife JH Sans Regular", sans-serif !important;
  font-size: 20px !important;
  width: 100% !important;
  padding: 0 !important;
}
.mktoForm .mktoLabel,
.mktoForm .mktoField[type=text],
.mktoForm .mktoField[type=number],
.mktoForm .mktoField[type=email],
.mktoForm .mktoHtmlText,
.mktoForm .mktoCheckboxList {
  width: 100% !important;
  min-width: 400px;
}
@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .mktoForm .mktoLabel,
.mktoForm .mktoField[type=text],
.mktoForm .mktoField[type=number],
.mktoForm .mktoField[type=email],
.mktoForm .mktoHtmlText,
.mktoForm .mktoCheckboxList {
    min-width: auto;
  }
}
.mktoForm .mktoField:focus, .mktoForm .mktoField:active,
.mktoForm .mktoCheckboxList input:focus,
.mktoForm .mktoCheckboxList input:active {
  outline: none;
}
@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .mktoForm .mktoFormRow {
    font-size: 16px;
  }
}
.mktoForm .mktoLabel {
  font-weight: normal !important;
}
.mktoForm .mktoLabel sup {
  padding: 0;
  color: #bf0000;
}
.mktoForm .mktoLabel .mktoAsterix {
  display: none !important;
}
.mktoForm .mktoLabel * {
  padding: 0 !important;
  font-weight: normal !important;
}
.mktoForm .mktoOffset {
  width: 0 !important;
}
.mktoForm .mktoFormCol {
  min-height: auto !important;
}
@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .mktoForm .mktoFormCol {
    width: 100%;
  }
}
.mktoForm .mktoFieldWrap {
  position: relative;
  width: 100%;
}
.mktoForm .mktoFieldWrap a {
  color: #00a758;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
}
.mktoForm .mktoField[type=text],
.mktoForm .mktoField[type=number],
.mktoForm .mktoField[type=email] {
  color: #282b3e;
  -webkit-appearance: none;
  border-radius: 0;
  border: solid #8e90a2;
  border-width: 0 0 1px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 20px !important;
  background-color: transparent !important;
  min-height: 2em;
}
@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .mktoForm .mktoField[type=text],
.mktoForm .mktoField[type=number],
.mktoForm .mktoField[type=email] {
    font-size: 16px !important;
  }
}
.mktoForm .mktoCheckboxList {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mktoForm .mktoCheckboxList input {
  color: #282b3e;
  border: 2px solid #8e90a2;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
}
.mktoForm .mktoRadioList {
  display: flex;
}
.mktoForm .mktoRadioList input {
  width: 0;
  height: 0;
  overflow: hidden;
  border: 0;
}
.mktoForm .mktoRadioList input:checked + label:after {
  display: block;
}
.mktoForm .mktoRadioList label {
  position: relative;
  margin-left: 0 !important;
  padding-left: 25px;
  margin-right: 20px;
}
.mktoForm .mktoRadioList label:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mktoForm .mktoRadioList label:after {
  display: none;
  content: "";
  width: 20px;
  height: 20px;
  background: #00a758;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
}
@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .mktoForm .mktoButtonRow {
    width: 100%;
  }
}
.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 150px;
  height: 60px;
  border: 0 !important;
  cursor: pointer;
  color: #fff !important;
  background-color: #ec6453 !important;
  background-image: none !important;
  border-radius: 0;
  -webkit-appearance: none;
}
@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 100%;
  }
}
.mktoForm #LblVaccineAgreeToProvideRecord2021,
.mktoForm #LblVaccineAgreeToPrivacy2021 {
  position: absolute;
  left: -0.5em;
  top: 0;
  pointer-events: none;
  display: none;
}
.mktoForm .mktoError .mktoErrorMsg {
  font-size: 0.8em !important;
}

#form-thankyou {
  display: none;
  line-height: 1.2em;
  padding: 100px 0;
}
@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  #form-thankyou {
    padding: 50px 0;
  }
}
#form-thankyou .thankyou-text {
  max-width: 900px;
  width: 100%;
}

.list {
  margin-top: 30px;
  padding-left: 1.75em;
  list-style: none;
}

/* update the footer logo size */
.xfpage-footer__layout-container .aem-GridColumn.xfpage-footer__layoutcontainer--copyright.big-footer-image .cmp-image__image, .footer .aem-GridColumn.xfpage-footer__layoutcontainer--copyright.big-footer-image .cmp-image__image {
  width: 220px;
  height: 40px;
}

.root {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .root {
    padding-right: 0;
  }
}

.xfpage-footer__layout-container, .footer {
  margin-left: 0 !important;
  width: 100% !important;
}
@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .xfpage-footer__layout-container, .footer {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.text .footnote-class {
  font-size: 12px;
  line-height: 22px;
}

@media (max-width: 768px), (max-width: 768px) and (max-height: 414px) {
  .xfpage-footer__layout-container .aem-GridColumn.xfpage-footer__layoutcontainer--terms .cmp-text p {
    line-height: 25px;
  }
}

.form-button {
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: 150px;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #ec6453;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 20px 10px;
  display: inline-block;
  text-align: center;
}

a.color-link {
  color: #00a758;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
}

.link-arrow {
  position: relative;
  padding-left: 2rem;
  color: #282b3e;
  display: inline-block;
}
.link-arrow:before {
  display: inline-block;
  font-family: Manulife JH Sans, "static-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #ec6453;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
html[lang=zh-hk] .link-arrow:before {
  top: 0.25em;
}