#celia {
  font-size: 1.145833vw;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}

@media (max-aspect-ratio: 11/10) {
  #celia {
    font-size: 4.444444vw;
  }
}

#celia *,
#celia *::before,
#celia *::after {
  box-sizing: border-box;
}

#celia section {
  position: relative;
}

#celia img,
#celia picture,
#celia video,
#celia canvas,
#celia svg {
  display: block;
  width: 100%;
}

#celia svg {
  overflow: visible;
}

#celia .blur-up {
  transition: filter 0.2s;
  filter: blur(20px);
  will-change: filter;
}

#celia .blur-up.lazyloaded {
  filter: blur(0);
}

#celia br.lg {
  display: block;
}

#celia br.xs {
  display: none;
}

#celia sup,
#celia a {
  color: inherit;
}

@media (max-aspect-ratio: 11/10) {
  #celia br.lg {
    display: none;
  }

  #celia br.xs {
    display: block;
  }
}

#celia .overflow-hidden {
  overflow: hidden;
}

#celia .overflow-visible {
  overflow: visible;
}

@media (max-aspect-ratio: 11/10) {
  #celia .xs\:overflow-hidden {
    overflow: hidden;
  }

  #celia .xs\:overflow-visible {
    overflow: visible;
  }
}

#celia .block {
  display: block;
}

#celia .inline-block {
  display: inline-block;
}

#celia .inline {
  display: inline;
}

#celia .flex {
  display: flex;
}

#celia .inline-flex {
  display: inline-flex;
}

#celia .hidden {
  display: none;
}

#celia .pc-show {
  display: block;
}

#celia .mob-show {
  display: none;
}

#celia .relative {
  position: relative;
}

#celia .absolute {
  position: absolute;
}

@media (max-aspect-ratio: 11/10) {

  #celia .pc-show {
    display: none;
  }

  #celia .mob-show {
    display: block;
  }

  #celia .xs\:block {
    display: block;
  }

  #celia .xs\:inline-block {
    display: inline-block;
  }

  #celia .xs\:inline {
    display: inline;
  }

  #celia .xs\:flex {
    display: flex;
  }

  #celia .xs\:inline-flex {
    display: inline-flex;
  }

  #celia .xs\:hidden {
    display: none;
  }
}

#celia .flex-row {
  flex-direction: row;
}

#celia .flex-row-reverse {
  flex-direction: row-reverse;
}

#celia .flex-col {
  flex-direction: column;
}

#celia .flex-col-reverse {
  flex-direction: column-reverse;
}

#celia .flex-wrap {
  flex-wrap: wrap;
}

#celia .flex-nowrap {
  flex-wrap: nowrap;
}

#celia .nowrap {
  white-space: nowrap;
}

#celia .justify-start {
  justify-content: flex-start;
}

#celia .justify-end {
  justify-content: flex-end;
}

#celia .justify-center {
  justify-content: center;
}

#celia .justify-between {
  justify-content: space-between;
}

#celia .items-start {
  align-items: flex-start;
}

#celia .items-end {
  align-items: flex-end;
}

#celia .items-center {
  align-items: center;
}

#celia .shrink-0 {
  flex-shrink: 0;
}

@media (max-aspect-ratio: 11/10) {
  #celia .xs\:flex-row {
    flex-direction: row;
  }

  #celia .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  #celia .xs\:flex-col {
    flex-direction: column;
  }

  #celia .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  #celia .xs\:justify-start {
    justify-content: flex-start;
  }

  #celia .xs\:justify-end {
    justify-content: flex-end;
  }

  #celia .xs\:justify-center {
    justify-content: center;
  }

  #celia .xs\:justify-between {
    justify-content: space-between;
  }

  #celia .xs\:items-start {
    align-items: flex-start;
  }

  #celia .xs\:items-end {
    align-items: flex-end;
  }

  #celia .xs\:items-center {
    align-items: center;
  }
}

#celia .video-container {
  position: relative;
}

#celia .w-1560 {
  width: 81.25vw;
}

#celia .w-1440 {
  width: 75vw;
}

#celia .w-1360 {
  width: 70.833333vw;
}

#celia .w-1296 {
  width: 67.5vw;
}

#celia .w-1280 {
  width: 66.666667vw;
}

@media (max-aspect-ratio: 11/10) {
  #celia .xs\:w-full {
    width: 100%;
  }

  #celia .xs\:w-688 {
    width: 95.555556vw;
  }

  #celia .xs\:w-656 {
    width: 91.111111vw;
  }

  #celia .xs\:w-650 {
    width: 90.277778vw;
  }

  #celia .xs\:w-640 {
    width: 88.888889vw;
  }

  #celia .xs\:w-620 {
    width: 86.111111vw;
  }

  #celia .xs\:w-600 {
    width: 83.333333vw;
  }

  #celia .xs\:w-592 {
    width: 82.222222vw;
  }

  #celia .xs\:w-560 {
    width: 77.777778vw;
  }
}

#celia .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

#celia .mt-16,
#celia .lg\:mt-16 {
  margin-top: 0.833333vw;
}

#celia .mt-24,
#celia .lg\:mt-24 {
  margin-top: 1.25vw;
}

#celia .ml-24,
#celia .lg\:ml-24 {
  margin-left: 1.25vw;
}

#celia .mt-32,
#celia .lg\:mt-32 {
  margin-top: 1.666667vw;
}

#celia .mt-30,
#celia .lg\:mt-30 {
  margin-top: 1.5625vw;
}

#celia .mt-40,
#celia .lg\:mt-40 {
  margin-top: 2.083333vw;
}

#celia .mt-48,
#celia .lg\:mt-48 {
  margin-top: 2.5vw;
}

#celia .mt-56,
#celia .lg\:mt-56 {
  margin-top: 2.916667vw;
}

#celia .mt-60,
#celia .lg\:mt-60 {
  margin-top: 3.125vw;
}

#celia .mt-64,
#celia .lg\:mt-64 {
  margin-top: 3.333333vw;
}

#celia .mt-72,
#celia .lg\:mt-72 {
  margin-top: 3.75vw;
}

#celia .mt-80,
#celia .lg\:mt-80 {
  margin-top: 4.166667vw;
}

#celia .mt-96,
#celia .lg\:mt-96 {
  margin-top: 5vw;
}

#celia .mt-100,
#celia .lg\:mt-100 {
  margin-top: 5.208333vw;
}

#celia .mt-112,
#celia .lg\:mt-112 {
  margin-top: 5.833333vw;
}

#celia .mt-120,
#celia .lg\:mt-120 {
  margin-top: 6.25vw;
}

#celia .mt-160,
#celia .lg\:mt-160 {
  margin-top: 8.333333vw;
}

#celia .mt-200,
#celia .lg\:mt-200 {
  margin-top: 10.416667vw;
}

@media (max-aspect-ratio: 11/10) {
  #celia .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }

  #celia .xs\:mt-0 {
    margin-top: 0;
  }

  #celia .mt-16,
  #celia .xs\:mt-16 {
    margin-top: 2.222222vw;
  }

  #celia .mt-24,
  #celia .xs\:mt-24 {
    margin-top: 3.333333vw;
  }

  #celia .ml-24,
  #celia .xs\:ml-24 {
    margin-left: 3.333333vw;
  }

  #celia .mt-30,
  #celia .xs\:mt-30 {
    margin-top: 4.166667vw;
  }

  #celia .mt-40,
  #celia .xs\:mt-40 {
    margin-top: 5.555556vw;
  }

  #celia .mt-48,
  #celia .xs\:mt-48 {
    margin-top: 6.666667vw;
  }

  #celia .mt-32,
  #celia .xs\:mt-32 {
    margin-top: 4.444444vw;
  }

  #celia .mt-56,
  #celia .xs\:mt-56 {
    margin-top: 7.777778vw;
  }

  #celia .mt-60,
  #celia .xs\:mt-60 {
    margin-top: 8.333333vw;
  }

  #celia .mt-64,
  #celia .xs\:mt-64 {
    margin-top: 8.888889vw;
  }

  #celia .mt-72,
  #celia .xs\:mt-72 {
    margin-top: 10vw;
  }

  #celia .mt-80,
  #celia .xs\:mt-80 {
    margin-top: 11.111111vw;
  }

  #celia .mt-100,
  #celia .xs\:mt-100 {
    margin-top: 13.888889vw;
  }

  #celia .mt-120,
  #celia .xs\:mt-120 {
    margin-top: 16.666667vw;
  }

  #celia .mt-160,
  #celia .xs\:mt-160 {
    margin-top: 22.222222vw;
  }

  #celia .mt-200,
  #celia .xs\:mt-200 {
    margin-top: 27.777778vw;
  }
}

#celia .pt-200,
#celia .lg\:pt-200 {
  padding-top: 10.416667vw;
}

#celia .pb-200,
#celia .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}

#celia .py-200,
#celia .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}

#celia .pt-160,
#celia .lg\:pt-160 {
  padding-top: 8.333333vw;
}

#celia .pb-160,
#celia .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}

#celia .py-160,
#celia .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}

#celia .pt-120,
#celia .lg\:pt-120 {
  padding-top: 6.25vw;
}

@media (max-aspect-ratio: 11/10) {

  #celia .pt-160,
  #celia .xs\:pt-160 {
    padding-top: 22.222222vw;
  }

  #celia .pb-160,
  #celia .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }

  #celia .py-160,
  #celia .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }

  #celia .pt-200,
  #celia .xs\:pt-200 {
    padding-top: 27.777778vw;
  }

  #celia .pb-200,
  #celia .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }

  #celia .py-200,
  #celia .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }


  #celia .pt-120,
  #celia .xs\:pt-120 {
    padding-top: 16.666667vw;
  }

  #celia .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #celia .xs\:pt-0 {
    padding-top: 0;
  }

  #celia .xs\:pb-0 {
    padding-bottom: 0;
  }
}

#celia strong {
  font-weight: 700;
}

#celia [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}

#celia .text-left {
  text-align: left;
}

#celia .text-center {
  text-align: center;
}

#celia .text-right {
  text-align: right;
}

#celia .text-grey {
  color: #969698;
}

#celia .text-white {
  color: #fff;
}

#celia .text-gradient {
  position: relative;
  display: inline;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/wholehome/celia/images/icons/headline-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

@media (max-aspect-ratio: 11/10) {
  #celia .xs\:text-left {
    text-align: left;
  }

  #celia .xs\:text-center {
    text-align: center;
  }

  #celia .xs\:text-right {
    text-align: right;
  }
}

#celia .text-align {
  text-align: center;
}

@media (max-aspect-ratio: 11/10) {
  #celia .text-align {
    text-align: left;
  }

  html[dir=rtl] #celia .text-align {
    text-align: right;
  }
}

#celia .text-64 {
  font-size: 3.333333vw;
  line-height: 1.25;
}

#celia .text-48 {
  font-size: 2.5vw;
  line-height: 1.25;
}

@media (max-aspect-ratio: 11/10) {
  #celia .text-64 {
    font-size: 8.888889vw;
  }

  #celia .text-48 {
    font-size: 6.666667vw;
  }
}

#celia .section-common-swiper .swiper {
  overflow: visible;
}

#celia .section-common-swiper .swiper .swiper-slide {
  width: 21.40625vw;
  margin: 0 .833333vw;
}

#celia .section-common-swiper .swiper .swiper-slide:first-child {
  margin-left: 0;
}

@media (max-aspect-ratio: 11/10) {
  #celia .section-common-swiper {
    overflow: hidden;
  }

  #celia .section-common-swiper .swiper .swiper-slide {
    width: 82.222222vw;
    margin: 0 2.222222vw;
  }

  #celia .section-common-swiper .swiper .swiper-slide.swiper-slide:not(.swiper-slide-active) {
    cursor: pointer;
  }

  #celia .section-running-content .swiper .swiper-slide.swiper-slide:not(.swiper-slide-active) {
    cursor: auto;
  }
}



#celia .text-light {
  color: #fff;
}

#celia .text-headline {
  font-weight: bold;
  color: #2E2E2E;
}

#celia .fb {
  font-weight: bold;
}

#celia .rounded,
#celia .lg\:rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.833333vw;
}

#celia .rounded-left {
  border-top-left-radius: 0.833333vw;
  border-bottom-left-radius: 0.833333vw;
}

#celia .rounded-right {
  border-top-right-radius: 0.833333vw;
  border-bottom-right-radius: 0.833333vw;
}

@media (max-aspect-ratio: 11/10) {
  #celia .xs\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  #celia .rounded,
  #celia .xs\:rounded {
    border-radius: 2.222222vw;
  }

  #celia .lg\:rounded {
    border-radius: 0;
  }

  #celia .rounded-left {
    border-top-left-radius: 2.222222vw;
    border-bottom-left-radius: 2.222222vw;
  }

  #celia .rounded-right {
    border-top-right-radius: 2.222222vw;
    border-bottom-right-radius: 2.222222vw;
  }
}

#celia .section-hero .hero-content {
  position: absolute;
  top: 20.260417vw;
  width: max-content;
  transform: translateX(-50%);
  left: 50%;
}

#celia .section-hero .hero-content .hero-slogan {
  font-weight: bold;
  font-size: 3.854167vw;
  line-height: 1.25;
  letter-spacing: .04em;
}

#celia .section-hero .hero-content .hero-icon {
  width: 9.479167vw;
  margin: 0 1.145833vw 0 .833333vw;
}

#celia .section-hero .section-hero-content-product-video {
  position: relative;
  width: max-content;
  margin: 3.958333vw auto 0;
}

#celia .section-hero .section-hero-content-product-video-bg {
  width: 10.625vw;
  height: auto;
  position: relative;
  z-index: -1;
}

#celia .section-hero .section-hero-content-product-video .video-pop-play {
  position: absolute;
  top: 50%;
  left: calc(50% + .208333vw);
  transform: translate(-50%, -50%);
  display: flex;
  margin-top: 0;
  align-items: center;
  width: max-content;
  font-size: .9375vw;
  z-index: 2;
  color: #903AD6;
  cursor: pointer;
}

#celia .section-hero .section-hero-content-product-video .video-pop-play svg {
  margin-left: .833333vw;
  width: 1.666667vw;
  height: 1.666667vw;
}

#celia .section-hero .player-cta #celia-path-1 {
  transition: opacity .3s ease;
  will-change: opacity;
}

@media (any-hover: hover) {

  #celia .section-hero .player-cta:hover #celia-path-1 {
    opacity: 0.6;
  }
}

@media (max-aspect-ratio: 11/10) {
  #celia .section-hero .hero-content {
    margin: 0 auto;
    top: 25.555556vw;
  }

  #celia .section-hero .hero-content .hero-slogan {
    font-size: 8.888889vw;
    display: flex;
    flex-direction: column;
    letter-spacing: .17em;
  }

  #celia .section-hero .hero-content .hero-slogan-1 {
    order: 2;
  }

  #celia .section-hero .hero-content .hero-slogan-2 {
    order: 3;
  }

  #celia .section-hero .hero-content .hero-icon {
    width: 34.583333vw;
    margin: 0 auto;
  }

  #celia .section-hero .section-hero-content-product-video {
    margin-top: 5.555556vw;
    padding: 0;
  }

  #celia .section-hero .section-hero-content-product-video-bg {
    width: 43.333333vw;
  }

  #celia .section-hero .section-hero-content-product-video .video-pop-play {
    font-size: 3.888889vw;
    left: calc(50% + .833333vw);
  }

  #celia .section-hero .section-hero-content-product-video .video-pop-play svg {
    width: 6.666667vw;
    height: 6.666667vw;
    margin-left: 3.333333vw;
  }
}

#celia .absolute {
  position: absolute;
}

#celia .sticky-container {
  position: sticky;
  top: 0;
}

#celia .content-txt {
  font-weight: 300;
  font-size: 1.145833vw;
  color: #494B4E;
}

#celia .section-s2 .content-container {
  position: relative;
}

#celia .section-s2 .sequence-wrapper {
  width: 100%;
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10vw;
  left: 0;
}

#celia .section-s2 .sequence-box {
  width: 40.416667vw;
  height: 100%;
  margin: 0 auto;
  transform: scale(0.304123);
  transition: all .5s;
  will-change: transform, opacity;
  opacity: 1;
}

#celia .section-s2 .sequence-box canvas {
  width: 100%;
  height: 100%;
}

#celia .section-s2 .headline-top {
  position: relative;
  transition: all .5s;
  will-change: clip-path;
  clip-path: circle(0%);
}

#celia .section-s2 .text-gradient {
  background-size: 100% 115%;
  background-position: top right;
}

#celia .section-s2.active .sequence-box {
  transform: scale(1);
  opacity: 0;
}

#celia .section-s2.active .headline-top {
  clip-path: circle(100%);
}

#celia .section-s2 .s2-scroll {
  margin-top: 10.416667vw;
  transition: all .5s;
  will-change: margin;
  transition-delay: 1.1s;
}

#celia .section-s2.active2 .s2-scroll {
  margin-top: 0;
}

#celia .section-s2 .content-txt {
  position: relative;
}

@media (max-aspect-ratio: 11/10) {
  #celia .content-txt {
    font-size: 4.444444vw;
  }

  #celia .section-s2 .s2-scroll {
    margin-top: 27.777778vw;
  }

  #celia .section-s2 .sequence-wrapper {
    height: 100vw;
    top: -45vw;
  }


  #celia .section-s2 .sequence-box {
    width: 91.111111vw;
    height: 56.388889vw;
    transform: scale(0.5);
  }
}


#celia .section-s3 .text-gradient {
  background-size: 100% 135%;
  background-position: top right;
}

#celia .section-s3 .s3-swiper .swiper-pagination {
  line-height: 1;
  bottom: 1.25vw;
}

#celia .section-s3 .s3-swiper .swiper-pagination-bullet {
  width: .3125vw;
  height: .3125vw;
  margin: 0 .208333vw;
  will-change: width, background-color;
  background-color: #959595;
  transition: all .3s;
  opacity: 1;
}

#celia .section-s3 .s3-swiper .swiper-pagination-bullet.current {
  width: 1.041667vw;
  border-radius: .416667vw;
  background-color: #FFFFFF;
}

@media (max-aspect-ratio: 11/10) {
  #celia .section-s3 .s3-swiper .swiper-pagination {
    bottom: 3.333333vw;
  }

  #celia .section-s3 .s3-swiper .swiper-pagination-bullet {
    width: 1.666667vw;
    height: 1.666667vw;
    margin: 0 .555556vw;
  }

  #celia .section-s3 .s3-swiper .swiper-pagination-bullet.current {
    width: 5.555556vw;
    border-radius: 1.111111vw;
  }
}

#celia .section-s4 .text-gradient {
  background-size: 115% 115%;
  background-position: top left;
}

#celia .section-s5 .text-gradient {
  background-size: 100% 135%;
  background-position: top left;
}

#celia .section-s6 .text-gradient {
  background-size: 105% 105%;
  background-position: top left;
}

#celia .section-s7 .content-container {
  width: max-content;
  top: 50%;
  transform: translateY(-50%);
  left: 16.25vw;
  z-index: 2;
}

#celia .section-s7 .text-gradient {
  background-size: 100% 200%;
  background-position: top;
}

#celia .section-s8 .feature-item {
  background: linear-gradient(227deg, rgba(219, 238, 250, 0.35) 30%, rgba(228, 217, 244, 0.7));
}

#celia .section-s8 .feature-item img {
  padding: .208333vw .208333vw 0;
  border-top-left-radius: 0.833333vw;
  border-top-right-radius: 0.833333vw;
  overflow: hidden;
}

#celia .section-s8 .feature-text {
  padding: 2.5vw 0;
}

#celia .section-s8 .text-gradient {
  background-position: top right;
  background-size: 110% 150%;
}

#celia a {
  font-size: 1.041667vw;
  font-weight: 300;
  color: #0076FF;
  will-change: opacity;
  transition: opacity .3s;
  position: relative;
}

#celia a .link-to {
  transition: transform .3s;
  display: inline-flex;
  align-items: center;
  width: 1.145833vw;
  height: 1.145833vw;
  transform: translate(0, .208333vw);
  will-change: transform;
}

@media (any-hover: hover) {
  #celia a:hover {
    opacity: 0.6;
  }

  #celia a:hover .link-to {
    transform: translate(4px, .208333vw);
  }

}

@media (max-aspect-ratio: 11/10) {
  #celia a {
    font-size: 3.888889vw;
  }

  #celia a .link-to {
    width: 4.166667vw;
    height: 4.166667vw;
    transform: translate(0, .833333vw);
  }

  #celia a:hover .link-to {
    transform: translate(0, .833333vw);
  }

  #celia .section-s7 .content-container {
    width: 79.444444vw;
    position: static;
    transform: unset;
  }

  #celia .section-s8 .feature-text {
    padding: 6.111111vw 39.583333vw 7.5vw 2.222222vw;
    line-height: 1.25;
  }

  #celia .section-s8 .feature-item img {
    padding: .555556vw .555556vw 0;
    border-top-left-radius: 2.222222vw;
    border-top-right-radius: 2.222222vw;
  }

  #celia .arrownav-list {
    justify-content: flex-end;
  }

  #celia .arrownav-item {
    width: 11.111111vw;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }

  #celia .arrownav-item .shine-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #celia .arrownav-item .shine-border {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #celia .arrownav-next {
    margin-left: 2.777778vw;
  }

  #celia .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 1;
  }

  #celia .arrownav-item .icon-arrow {
    transition: all .3s;
    will-change: opacity;
  }

  #celia .arrownav-item .icon-disabled {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #celia .arrownav-disabled .icon-active {
    opacity: 0;
  }

  #celia .arrownav-disabled .icon-arrow {
    cursor: default;
  }
}

#celia .section-footnote .footnote-list {
  padding-top: 0;
  list-style-type: decimal;
  padding-left: 2em;
}

#celia .section-footnote .footnote-list li.global-style-hide {
  list-style: none;
  position: relative;
}

#celia .section-footnote .footnote-list li.global-style-hide::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-125%);
}

#celia .section-footnote .footnote-list li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media (max-aspect-ratio: 11/10) {
  #celia .section-footnote .footnote-list {
    padding-top: 0;
  }
}

#celia .section-footnote .footnote-list,
#celia .section-footnote .tips-list {
  font-size: 14px;
  line-height: 1.6;
}

@media (max-aspect-ratio: 11/10) {

  #celia .section-footnote .footnote-list,
  #celia .section-footnote .tips-list {
    font-size: 3.333333vw;
  }
}

#celia .section-footnote .footnote-list li {
  color: #000;
}

#celia .section-footnote .footnote-list li a {
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
  color: #000;
}

#celia .section-footnote .footnote-list li.current {
  font-weight: bold;
}

#celia .section-footnote .footnote-list li.current a {
  font-weight: bold;
}

#celia .section-footnote .footnote-list li.asterisk {
  list-style-type: "*";
}

#celia .section-footnote .footnote-list li.disclaimer {
  list-style-type: none;
}

#celia .section-footnote .footnote-list.light li.current {
  color: #000;
}

#celia .section-footnote .footnote-list.light li.current a {
  color: #000;
  text-decoration-color: #000;
}