.mercer-global-footer-mobile-only {
  display: block;
}
@media (min-width: 1280px) {
  .mercer-global-footer-mobile-only {
    display: none !important;
  }
}

.mercer-global-footer-desktop-only {
  display: none;
}
@media (min-width: 1280px) {
  .mercer-global-footer-desktop-only {
    display: block;
  }
}

.mercer-global-footer-sr-only {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.mercer-global-footer-mobile-only {
  display: block;
}
@media (min-width: 1280px) {
  .mercer-global-footer-mobile-only {
    display: none !important;
  }
}

.mercer-global-footer-desktop-only {
  display: none;
}
@media (min-width: 1280px) {
  .mercer-global-footer-desktop-only {
    display: block;
  }
}

/* stylelint-disable-next-line selector-no-qualifying-type */
body.wechat-modal-open {
  right: 0;
  left: 0;
  scroll-behavior: unset;
}

.mercer-global-footer {
  background: #202020;
  font-family: "Noto Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
}
.mercer-global-footer * {
  color: #fff;
  outline-color: #fff;
}
.mercer-global-footer *,
.mercer-global-footer ::after,
.mercer-global-footer ::before {
  box-sizing: border-box;
}
.mercer-global-footer ul {
  padding: 0;
  list-style: none;
}
.mercer-global-footer__mercer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  font-family: "Noto Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  list-style: 21px;
  text-align: center;
}
@media (min-width: 1280px) {
  .mercer-global-footer__mercer {
    display: block;
    max-width: 546px;
    font-size: 14px;
    text-align: left;
  }
}
.mercer-global-footer-icons {
  grid-column: 2/3;
  grid-row: 1/3;
}
.mercer-global-footer__container {
  display: block;
  width: calc(100% - 40px); /* 20px margin on both sides */
  box-sizing: border-box;
  padding: 48.5px 0;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .mercer-global-footer__container {
    width: calc(100% - 64px); /* 32px margin on both sides */
  }
}
@media (min-width: 1024px) {
  .mercer-global-footer__container {
    width: calc(100% - 96px); /* 48px margin on both sides */
  }
}
@media (min-width: 1280px) {
  .mercer-global-footer__container {
    display: flex;
    padding: 48px 0;
  }
}
@media (min-width: 1440px) {
  .mercer-global-footer__container {
    width: 1345px;
  }
}
.mercer-global-footer__col {
  max-width: 400px;
  flex: 1;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .mercer-global-footer__col {
    display: block;
    max-width: none;
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .mercer-global-footer__col .cmp-container {
    grid-column: 1/2;
    grid-row: 2/4;
  }
}
@media (min-width: 1280px) {
  .mercer-global-footer__col:first-child {
    display: grid;
    margin: 0;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto auto auto;
  }
}
.mercer-global-footer__nav-item {
  margin-top: 10px;
  font-family: "Noto Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .mercer-global-footer__nav-item {
    margin-top: 0;
    margin-left: 12px;
    text-align: left;
  }
}
.mercer-global-footer__nav-item:first-of-type {
  margin-left: 0;
}
.mercer-global-footer__nav-item a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  text-decoration: none;
}
.mercer-global-footer__nav-item a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.mercer-global-footer__col--logo {
  width: 100%;
  text-align: center;
}
.mercer-global-footer--error .mercer-global-footer__col--logo {
  max-width: 212px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .mercer-global-footer--error .mercer-global-footer__col--logo {
    margin: 0;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.mercer-global-footer__col--logo .mercer-global-footer__col--figure {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  margin: 0;
}
@media (min-width: 1280px) {
  .mercer-global-footer__col--logo .mercer-global-footer__col--figure {
    display: block;
    text-align: left;
  }
}
.mercer-global-footer__col--logo .mercer-global-footer__col--figure a {
  display: block;
  width: 100%;
}
.mercer-global-footer__col--logo svg,
.mercer-global-footer__col--logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 1280px) {
  .mercer-global-footer__col--logo svg,
  .mercer-global-footer__col--logo img {
    max-width: 400px;
  }
}
.mercer-global-footer__col--logo figcaption {
  margin-top: 24px;
  margin-bottom: 48px;
  font-family: "Noto Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}
.mercer-global-footer__primary-nav {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 48px 0;
}
@media (min-width: 1280px) {
  .mercer-global-footer__primary-nav {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 155px;
  }
}
.mercer-global-footer__primary-nav--item {
  display: flex;
  width: auto;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 23px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.42;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .mercer-global-footer__primary-nav--item {
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 19px;
  }
}
.mercer-global-footer__primary-nav--item:first-of-type {
  margin-left: 0;
}
.mercer-global-footer__primary-nav--item:last-of-type {
  margin-bottom: 0;
}
.mercer-global-footer__primary-nav--item a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  text-decoration: none;
}
.mercer-global-footer__primary-nav--item a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.mercer-global-footer__social-nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1280px) {
  .mercer-global-footer__social-nav {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.mercer-global-footer__social-nav--item {
  display: flex;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: solid 1px #009de0;
  margin-bottom: 16px;
  margin-left: 16px;
  background: #009de0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  transition: all 0.3s ease;
}
@media (min-width: 1280px) {
  .mercer-global-footer__social-nav--item {
    margin-left: 8px;
  }
}
.mercer-global-footer__social-nav--item:hover {
  border: solid 1px #fff;
  background: transparent;
}
.mercer-global-footer__social-nav--item:first-of-type {
  margin-left: 0;
}
.mercer-global-footer__social-nav--item > button {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.mercer-global-footer__social-nav--item > button svg {
  width: 19px;
}
.mercer-global-footer__social-nav--item > a {
  width: 100%;
  height: 100%;
  padding: 9px;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  text-decoration: none;
}
.mercer-global-footer__social-nav--item .mercer-global-footer-sr-only {
  background-color: #202020;
}
.mercer-global-footer__social-nav--item svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.mercer-global-footer__col--copyright {
  margin-top: 32px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1280px) {
  .mercer-global-footer__col--copyright {
    max-width: 536px;
    grid-column: 1/3;
    grid-row: 4;
    text-align: left;
  }
}

#mercer-global-footer {
  min-height: 280px;
  background: #202020;
}

.mercer-link-section__heading {
  color: #002c77;
  font-family: "Noto Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .mercer-link-section__heading {
    font-size: 18px;
    line-height: 1.33333333;
  }
}

.mercer-link-section__heading-link {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.mercer-link-section__heading-link:hover {
  color: #2c6ef2;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mercer-link-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .mercer-link-section__list:not(:first-child) {
    margin-top: 16px;
  }
}

.mercer-link-section__item {
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .mercer-link-section__item {
    margin-top: 8px;
  }
}

.mercer-link-section__link {
  color: #002c77;
  font-family: "Noto Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}
.mercer-link-section__link:hover {
  color: #2c6ef2;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (min-width: 1280px) {
  .mercer-link-section__link {
    font-size: 16px;
    line-height: 1.5;
  }
}

.mercer-global-footer .mercer-link-section {
  margin-top: 48px;
}
.mercer-global-footer .mercer-link-section--wide {
  display: block;
}
.mercer-global-footer .mercer-link-section--wide .mercer-link-section__item {
  width: 100%;
}
@media (min-width: 1280px) {
  .mercer-global-footer .mercer-link-section--wide .mercer-link-section__item {
    max-width: 204px;
  }
}
@media (min-width: 1280px) {
  .mercer-global-footer .mercer-link-section--wide .mercer-link-section__list {
    column-gap: 24px;
    columns: 204px 4;
  }
}
.mercer-global-footer .mercer-link-section__heading {
  width: 100%;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1280px) {
  .mercer-global-footer .mercer-link-section__heading {
    text-align: left;
  }
}
.mercer-global-footer .mercer-link-section__heading-link {
  color: inherit;
}
.mercer-global-footer .mercer-link-section__heading-link:hover {
  color: inherit;
}
.mercer-global-footer .mercer-link-section__list {
  margin-top: 0;
}
.mercer-global-footer .mercer-link-section__item {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1280px) {
  .mercer-global-footer .mercer-link-section__item {
    display: inline-block;
    margin: 12px 24px 0 0;
    text-align: left;
  }
  .mercer-global-footer .mercer-link-section__item:last-child {
    margin-right: 0;
  }
}
.mercer-global-footer .mercer-link-section__link {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  text-align: center;
}
@media (min-width: 1280px) {
  .mercer-global-footer .mercer-link-section__link {
    text-align: left;
  }
}

.mercer-global-footer-wechat-qr-modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: rgba(59, 59, 59, 0.6);
}
.mercer-global-footer-wechat-qr-modal.open {
  display: flex;
}
.mercer-global-footer-wechat-qr-modal img {
  width: 100%;
}
.mercer-global-footer-wechat-qr-modal__heading {
  text-align: right;
}
.mercer-global-footer-wechat-qr-modal__close-btn {
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
.mercer-global-footer-wechat-qr-modal__close-btn-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.mercer-global-footer-wechat-qr-modal__close-btn-icon::before, .mercer-global-footer-wechat-qr-modal__close-btn-icon::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  content: "";
}
.mercer-global-footer-wechat-qr-modal__close-btn-icon::before {
  transform: rotate(45deg);
}
.mercer-global-footer-wechat-qr-modal__close-btn-icon::after {
  display: block;
  width: 2px;
  height: 100%;
  transform: rotate(315deg);
}