.form-promo {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 562px;
  position: relative;
  width: 100%;
  z-index: 9;
}

.form-promo img {
  display: block;
  height: auto;
  max-width: min(100%, 300px);
  width: 100%;
}

.form-promo + .dlwrap {
  margin-top: 1.2rem;
}

.btn_playweb {
  filter: drop-shadow(0 0 16px rgba(255, 188, 54, 0.56));
  margin: 3rem auto 3rem;
  transform: scale(1.08);
  transform-origin: center;
  width: 70%;
}

.section-right-banner {
  cursor: pointer;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}

.header,
.section_left_box,
.form-promo {
  cursor: pointer;
}

@media (min-width: 1201px) {
  .section.section_right .section_right_wrap,
  .section.section_right .section_right_box,
  .section.section_right .section_right_top {
    max-width: none;
    width: 100%;
  }

  .section.section_right .social_icon,
  .section.section_right .trailer {
    width: 100%;
  }

  .section.section_right .section_right_box {
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .form-promo img {
    max-width: min(74vw, 270px);
  }
}

@media (max-width: 575px) {
  .form-promo img {
    max-width: min(68vw, 245px);
  }

  .btn_playweb {
    width: 74%;
  }
}

html,
body,
article {
  background: #000 !important;
}

/* Keep the local navigation usable while preserving the original visual style. */
a:not(.downloadGuideApk) {
  cursor: pointer;
}

.ftnavtop_lst > li.submenu:hover > ul,
.ftnavtop_lst > li.submenu:focus-within > ul {
  display: block;
}

@media (max-width: 1200px) {
  .ftcol_nav.active .ftcol_nav_lst {
    max-height: 1000px;
  }
}

.content-page {
  max-width: 640px;
  padding: 1.5rem 1rem 2.5rem;
  text-align: left;
}

.content-page .breadcrumb {
  align-items: center;
  display: flex;
  gap: 0.45rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding-bottom: 0.45rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-page .breadcrumb li:last-child {
  color: #ffe9a5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-page .breadcrumb li + li::before {
  color: rgba(255, 233, 165, 0.65);
  content: "/";
  margin-right: 0.45rem;
}

.content-page h1 {
  line-height: 1.25;
  margin-bottom: 1rem;
}

.content-page_intro {
  border-left: 2px solid #d4a72c;
  color: #f4e8c5;
  font-size: 14px;
  padding-left: 0.9rem;
}

.content-page_section {
  border-top: 1px solid rgba(255, 214, 92, 0.22);
  margin-top: 1.5rem;
  padding-top: 1.1rem;
}

.content-page_section h2 {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 0.55rem;
  text-transform: none;
}

.content-page_section p {
  margin-bottom: 0.8rem;
}

.content-page_section ul {
  color: #f4e8c5;
  margin-bottom: 0;
}

.content-page_section li {
  margin-bottom: 0.35rem;
}

.content-page_updated {
  border-top: 1px solid rgba(255, 214, 92, 0.22);
  color: rgba(255, 233, 165, 0.72);
  font-size: 12px;
  margin-top: 2rem;
  padding-top: 1rem;
}

@media (max-width: 575px) {
  .content-page {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .content-page h1 {
    font-size: 20px;
  }

  .content-page_section h2 {
    font-size: 15px;
  }
}
