p {
  margin-bottom: 10px;
}

.tds-flex-item {
  flex: 0;
}

.browser-incompatibility {
  margin: 0 auto;
  padding-top: 8px;
}

.app-store-link-container {
  align-items: center;
  margin-top: 20px;
  vertical-align: bottom;
}

.app-store-link-container-inner {
  margin-left: var(--tds-size--13x);
  margin-top: var(--tds-size--3x);
}

.appstore-link {
  margin-right: 24px;
}

#play-store-img {
  margin-left: 26px;
  transform: scale(1.5);
}

#play-store-img-fallback {
  margin-left: 26px;
}

.family-shot-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

#family-shot {
  width: 650px;
}

#energy-shot {
  width: 735px;
}

.old-app-version-wrapper {
  grid-template-columns: none;
  margin-bottom: var(--tds-size--3x);
  margin-top: 0;
  max-width: 400px;
  padding: 0;
}

.old-app-version-wrapper div {
  margin-bottom: 4px;
}

.family-shot-title,
.energy-shot-title {
  position: absolute;
  color: var(--tds-color--white);
  bottom: 20px;
  z-index: 1;
}

.content-container {
  max-width: 650px;
  padding-top: 30px;
}

.access-button {
  width: 100%;
  margin-top: 24px;
}

.energy-access-button {
  margin-top: 24px;
}

.disclaimer {
  padding-top: 16px;
  padding-bottom: 0;
}

.status-message-body {
  padding-left: 4px;
}

.energy-demo-hero-container {
  background: #161719;
  display: flex;
  justify-content: center;
}

.energy-demo-hero {
  max-width: 650px;
}

.energy-demo-app-content-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.energy-demo-steps {
  margin-block-start: 40px;
}

.energy-demo-steps ol {
  list-style-type: decimal;
  margin-left: 16px;
}

.hero-footer-text {
  margin: -88px 0 0 0;
  padding: 0 6px;
}

.hero-footer-text h4 {
  color: var(--tds-color--white);
}

.hero-footer-text p {
  color: var(--tds-color-grey-60);
}

.energy-demo-cta {
  margin-top: 40px;
  width: 100%;
}

.badge-icon {
  margin-top: var(--tds-size--1x);
  margin-bottom: var(--tds-size--1x);
}

.wechat-reminder {
  display: block;
  color: var(--tds-color--grey35);
  text-align: center;
}

.default-hide {
  display: none;
}

.guest-access-page {
  padding-top: 40px;
}

.guest-access-hero-container {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 95%, rgba(245,245,245,1) 100%);
}

.guest-access-hero {
  max-width: 50%;
  width: 320px;
}

.qr-code-container {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  margin-left: -20px;
}

.electric-container {
  display: flex;
  justify-content: center;
  margin-top: 68px;
  gap: var(--tds-size--3x);
  padding-right: var(--tds-size--3x);
  padding-left: var(--tds-size--3x);
}

.electric-content-left {
  flex: 1;
}

.electric-content-right {
  flex: 1;
  margin-top: var(--tds-size--3x);
}

.electric-fixed-content {
  width: 360px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.electric-phone-container {
  background-color: var(--tds-color-grey-70);
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  max-width: 600px;
  margin-left: auto;
}

.electric-phone-left {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 350px;
  object-fit: contain;
  z-index: 1;
  transform: translateX(-75%);
}

.electric-phone-right {
  position: absolute;
  left: 50%;
  top: 90px;
  width: 350px;
  object-fit: contain;
  z-index: 2;
  transform: translateX(-25%);
}

.electric-title {
  margin-top: var(--tds-size--8x);
  margin-bottom: var(--tds-size--3x);
  padding-bottom: 0;
}

.electric-bullet-container {
  display: flex;
}

.electric-bullet {
  margin: 0 4px;
}

.electric-qr-code {
  width: 200px;
  height: 200px;
  margin: var(--tds-size--4x) auto var(--tds-size--8x);
}

.electric-mobile-badges {
  display: none;
}

@media (max-width: 601px) {
  .appstore-link {
    margin-right: 0;
  }

  .app-store-link-container-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  #play-store-img {
    width: 218px;
    height: unset;
    margin: 20px 0 0;
    transform: scale(1);
  }

  #play-store-img-fallback {
    width: 218px;
    height: unset;
    margin: 20px 0 0;
    transform: scale(0.9);
  }

  #apple-store-img {
    height: 64px;
  }

  .apple-app-store-link {
    margin-right: auto;
    margin-left: auto;
  }

  #family-shot,
  #energy-shot {
    width: 100%;
  }

  .family-shot-title {
    max-width: 230px;
    left: 20px;
  }

  .energy-shot-title {
    max-width: 315px;
    left: 20px;
  }

  .family-shot-title-full {
    max-width: 100%;
  }

  [dir='rtl'] .family-shot-title {
    right: 20px;
  }

  .hero-title {
    padding-top: 0;
  }

  .steps-mini #apple-store-img {
    height: 48px;
  }

  .steps-mini #play-store-img {
    margin: 0;
    width: 172px;
  }

  .steps-mini .store-badges {
    flex-flow: row;
  }

  .store-badges.cn-badges {
    flex-flow: column;
  }

  .cn-badges {
    #apple-store-img {
      height: 64px;
    }
  }

  .energy-demo-hero {
    max-width: 380px;
  }

  .electric-content-left {
    display: none;
  }

  .electric-title {
    text-align: center;
  }

  .electric-qr-code {
    display: none;
  }

  .electric-bullets {
    display: none;
  }

  .electric-mobile-badges {
    display: flex;
  }
}

@media (min-width: 601px) {
  .badge-container {
    margin-left: 0;
    padding-top: 24px;
  }

  .cn-badges .badge-container {
    display: flex;
    margin: 0;
    padding: 0;
  }

  .family-shot-container {
    padding-top: 40px;
  }

  .family-shot-title,
  .energy-shot-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-footer-text {
    margin: -140px 0 0 0;
    padding: 0;
  }
}
