#vision5 {
  line-height: 1.6;
  color: #797C80;
  background-color: #fff;
}

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

#vision5 section {
  position: relative;
}

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

#vision5 svg {
  overflow: visible;
}

#vision5 button {
  border: 0;
  background-color: transparent;
}

#vision5 a, #vision5 a * {
  text-decoration: none;
}

#vision5 [data-footnote] {
  font-size: .6em;
  cursor: pointer;
}

#vision5 .nowrap {
  display: inline-block;
  white-space: nowrap;
}

#vision5 .sticky-content {
  position: sticky;
  top: 0;
}

#vision5 .object-fit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#vision5 .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#vision5 .cover .coverimg {
  height: 100%;
  object-fit: cover;
}

#vision5 .permalink {
  line-height: inherit;
  color: #1b69fd;
  word-wrap: break-word;
}

#vision5 .permalink span {
  margin-top: -.05em;
  font-size: 1.4em;
  line-height: 0;
}

#vision5 .permalink.global-style-hide {
  display: inline-flex;
  align-items: center;
}

.no-touch #vision5 .permalink.global-style-hide span {
  transition: transform .3s ease-out;
}

.no-touch #vision5 .permalink.global-style-hide:hover span {
  transform: translateX(3px);
}

.no-touch[dir=rtl] #vision5 .permalink.global-style-hide:hover span {
  transform: translateX(-3px);
}

#vision5 .permalink.global-style-forbidden:hover {
  text-decoration: underline;
}

#vision5 .blur-up {
  transition: filter .4s;
  filter: blur(20px);
}

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

#vision5 .aspect-ratio {
  position: relative;
}

#vision5 .aspect-ratio::before {
  display: block;
  content: '';
}

#vision5 .aspect-ratio picture, #vision5 .aspect-ratio img, #vision5 .aspect-ratio video, #vision5 .aspect-ratio canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#vision5 br.lg {
  display: block;
}

#vision5 br.xs {
  display: none;
}

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

#vision5 .absolute {
  position: absolute;
}

#vision5 .relative {
  position: relative;
}

#vision5 .sticky {
  position: sticky;
  top: 0;
}

#vision5 .z-1 {
  z-index: 1;
}

#vision5 .z-2 {
  z-index: 2;
}

#vision5 .z-3 {
  z-index: 3;
}

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

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

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

#vision5 .block {
  display: block;
}

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

#vision5 .inline {
  display: inline;
}

#vision5 .flex {
  display: flex;
}

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

#vision5 .hidden {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .xs\:block {
    display: block;
  }
  #vision5 .xs\:inline-block {
    display: inline-block;
  }
  #vision5 .xs\:inline {
    display: inline;
  }
  #vision5 .xs\:flex {
    display: flex;
  }
  #vision5 .xs\:inline-flex {
    display: inline-flex;
  }
  #vision5 .xs\:hidden {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .xs\:flex-row {
    flex-direction: row;
  }
  #vision5 .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #vision5 .xs\:flex-col {
    flex-direction: column;
  }
  #vision5 .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #vision5 .xs\:justify-start {
    justify-content: flex-start;
  }
  #vision5 .xs\:justify-end {
    justify-content: flex-end;
  }
  #vision5 .xs\:justify-center {
    justify-content: center;
  }
  #vision5 .xs\:justify-between {
    justify-content: space-between;
  }
  #vision5 .xs\:items-start {
    align-items: flex-start;
  }
  #vision5 .xs\:items-end {
    align-items: flex-end;
  }
  #vision5 .xs\:items-center {
    align-items: center;
  }
}

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

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .text-align {
    text-align: left;
  }
  html[dir=rtl] #vision5 .text-align {
    text-align: right;
  }
}

#vision5 .font-extralight {
  font-weight: 200;
}

#vision5 .font-light {
  font-weight: 300;
}

#vision5 .font-normal {
  font-weight: 400;
}

#vision5 .font-medium {
  font-weight: 500;
}

#vision5 .font-semibold {
  font-weight: 600;
}

#vision5 .font-bold {
  font-weight: 700;
}

#vision5 .font-extrabold {
  font-weight: 800;
}

#vision5 .fadeup, #vision5 .lg-fadeup {
  transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(6.25vw);
  opacity: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .fadeup, #vision5 .xs-fadeup {
    transform: translateY(16.66667vw);
  }
  #vision5 .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #vision5 .xs-fadeup {
    transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}

#vision5 .fadeup.animated, #vision5 .lg-fadeup.animated, #vision5 .xs-fadeup.animated {
  transform: translateY(0);
  opacity: 1;
}

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

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

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .xs\:w-full {
    width: 100%;
  }
  #vision5 .xs\:w-560 {
    width: 77.77vw;
  }
  #vision5 .xs\:w-656 {
    width: 91.111vw;
  }
  #vision5 .xs\:w-600 {
    width: 83.333333vw;
  }
  #vision5 .xs\:w-640 {
    width: 88.88vw;
  }
}

#vision5 h2, #vision5 h3 {
  font-weight: 500;
  line-height: 1.25;
  color: #000000;
}

#vision5 h2 {
  font-size: 2.9166vw;
  font-weight: 400;
}

#vision5 h3 {
  font-size: 1.666667vw;
}

#vision5 p {
  font-size: 1.14583vw;
  font-weight: 400;
}

#vision5 strong {
  font-weight: 500;
  color: #18191A;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 h2 {
    font-size: 8.888vw;
  }
  #vision5 h3 {
    font-size: 4.444444vw;
  }
  #vision5 p {
    font-size: 4.444444vw;
  }
}

#vision5 .note {
  display: flex;
  font-size: .833333vw;
  color: #575757;
}

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

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

#vision5 .py-260, #vision5 .lg\:py-260 {
  padding-top: 13.5416vw;
  padding-bottom: 13.5416vw;
}

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .pt-200, #vision5 .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #vision5 .pb-200, #vision5 .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #vision5 .py-260, #vision5 .lg\:py-260 {
    padding-top: 36.11vw;
    padding-bottom: 36.11vw;
  }
  #vision5 .py-200, #vision5 .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #vision5 .pt-160, #vision5 .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #vision5 .pb-160, #vision5 .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #vision5 .py-160, #vision5 .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
}

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

#vision5 .mt-20, #vision5 .lg\:mt-20 {
  margin-top: 1.041667vw;
}

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

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

#vision5 .mt-32, #vision5 .lg\:mt-32 {
  margin-top: 1.666vw;
}

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #vision5 .xs\:mt-0 {
    margin-top: 0;
  }
  #vision5 .mt-20, #vision5 .xs\:mt-20 {
    margin-top: 2.777778vw;
  }
  #vision5 .mt-24, #vision5 .xs\:mt-24 {
    margin-top: 3.333vw;
  }
  #vision5 .mt-30, #vision5 .xs\:mt-30 {
    margin-top: 4.166667vw;
  }
  #vision5 .mt-32, #vision5 .xs\:mt-32 {
    margin-top: 4.444vw;
  }
  #vision5 .mt-40, #vision5 .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #vision5 .mt-60, #vision5 .xs\:mt-60 {
    margin-top: 8.333333vw;
  }
  #vision5 .mt-80, #vision5 .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #vision5 .mt-200, #vision5 .lg\:mt-200 {
    margin-top: 27.777778vw;
  }
}

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

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .rounded {
    border-radius: 2.222222vw;
  }
  #vision5 .lg\:rounded {
    border-radius: 0;
  }
}

html.has-modal {
  overflow: hidden;
}

html.has-modal body,
html.has-modal .main-navigation.nav-v2,
html.has-modal #second-navigation-v4 .product-tabs__heading, html.fancybox-margin body,
html.fancybox-margin .main-navigation.nav-v2,
html.fancybox-margin #second-navigation-v4 .product-tabs__heading {
  padding-inline-end: var(--modal-scrollbar-buffer);
}

html[dir=rtl] .fancybox-close {
  right: auto !important;
}

#vision5.no-inline-video .section-hero .hero-content {
  opacity: 1;
  transform: translateY(0);
}

#vision5.no-inline-video .section-hero .hero-pricing {
  opacity: 1;
  transform: translateY(0);
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5.no-inline-video .section-hero .hero-content {
    transform: translate(-50%, 0);
  }
}

#vision5 .section-hero {
  width: 100%;
  position: relative;
}

#vision5 .section-hero .hero-picture {
  width: 100%;
}

#vision5 .section-hero .hero-picture .aspect-ratio::before {
  padding-bottom: calc(100% / (3840 / 1920));
}

#vision5 .section-hero .hero-content {
  position: absolute;
  top: 15.625vw;
  left: 59.375vw;
  text-align: center;
  width: 37.5vw;
  font-weight: 400;
  color: #000000;
  opacity: 0;
  transform: translateY(5vw);
  will-change: opacity, transform;
  transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
}

#vision5 .section-hero .hero-logo {
  width: 25.52vw;
  margin: 0 auto;
}

#vision5 .section-hero .hero-logo::before {
  padding-bottom: calc(100% / (490 / 48));
}

#vision5 .section-hero .hero-slogan {
  width: fit-content;
  margin: 2.6vw auto 0;
  font-size: 2.1875vw;
  line-height: 1.25;
  font-weight: inherit;
  color: #080808;
  letter-spacing: 0.2vw;
}

#vision5 .section-hero .hero-ksp {
  margin-top: 1.3vw;
  font-size: 1.14583vw;
  font-weight: inherit;
  color: inherit;
}

#vision5 .section-hero .hero-pricing {
  position: absolute;
  top: 26.625vw;
  left: 74.92375vw;
  opacity: 0;
  transform: translateY(5vw);
  will-change: opacity, transform;
  transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
}

#vision5 .section-hero .kv-harmonyos {
  width: 8.229vw;
  position: absolute;
  bottom: 5.2vw;
  right: 3.125vw;
  opacity: 0;
  transition: opacity 1s;
}

#vision5 .section-hero.active .hero-content {
  opacity: 1;
  transform: translateY(0);
}

#vision5 .section-hero.active .hero-pricing {
  opacity: 1;
  transform: translateY(0);
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-hero .hero-picture {
    width: 100%;
  }
  #vision5 .section-hero .hero-picture::before {
    padding-bottom: calc(100% / (720 / 1080));
  }
  #vision5 .section-hero .hero-content {
    top: 24.3vw;
    left: 50%;
    transform: translate(-50%, 3vw);
    width: 100%;
  }
  #vision5 .section-hero .hero-logo {
    width: 62.5vw;
    margin: 0 auto;
  }
  #vision5 .section-hero .hero-slogan {
    width: 90%;
    margin-top: 5.555vw;
    font-size: 5vw;
  }
  #vision5 .section-hero .hero-ksp {
    margin-top: 2.77vw;
    font-size: 2.6vw;
  }
  #vision5 .section-hero .kv-harmonyos {
    width: 18.4722vw;
    bottom: 9.027vw;
    right: 4.5833vw;
  }
  #vision5 .section-hero .hero-pricing {
    position: static;
    opacity: 1;
    transform: translateY(0);
    width: fit-content;
    margin: 0 auto;
  }
  #vision5 .section-hero.active .hero-content {
    transform: translate(-50%, 0);
  }
}

#vision5 .hero-sku {
  margin-top: 1.5625vw;
  text-align: center;
}

#vision5 .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #000;
  font-weight: normal;
}

#vision5 .hero-sku .from {
  font-size: .677083vw;
}

#vision5 .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}

#vision5 .hero-sku .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 26px;
  font-size: 13px;
  line-height: 24px;
  transition: .3s ease-out;
  color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  background-color: #000;
}

#vision5 .hero-sku .buy-cta:hover {
  opacity: .8;
}

#vision5 .hero-sku.inverted .pricing {
  color: #fff;
}

#vision5 .hero-sku.inverted .buy-cta {
  border-color: #fff;
}

#vision5 .hero-sku.inverted .buy-cta:hover {
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .hero-sku {
    margin-top: 5.8333vw;
  }
  #vision5 .hero-sku .pricing {
    font-size: 5.555556vw;
  }
  #vision5 .hero-sku .from {
    font-size: 3.611111vw;
  }
}

#vision5 .swiper-controls {
  display: flex;
  justify-content: center;
  margin-top: 2.9166vw;
}

#vision5 .swiper-controls .controls-wrapper {
  position: relative;
  overflow: hidden;
  height: 3.333333vw;
  border-radius: 999px;
}

#vision5 .swiper-controls .controls {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 1.666vw;
  padding-left: 1.666vw;
  background-color: #F7F8FA;
  border-radius: 1.666vw;
}

#vision5 .swiper-controls .arrownav-item {
  flex-shrink: 0;
  width: 0.625vw;
  cursor: pointer;
  transition: opacity .3s;
  outline: 0;
  position: relative;
}

#vision5 .swiper-controls .arrownav-item .arrownav-hover {
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s;
  width: 0.625vw;
  filter: blur(8px);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#vision5 .swiper-controls .arrownav-item:hover .arrownav-hover {
  opacity: 1;
}

#vision5 .swiper-controls .arrownav-disabled {
  cursor: default;
  opacity: .3;
}

#vision5 .swiper-controls .arrownav-disabled:hover .arrownav-hover {
  opacity: 0;
}

#vision5 .swiper-controls .dotnav-list {
  display: flex;
  margin-right: 1.666vw;
  margin-left: 1.666vw;
}

#vision5 .swiper-controls .dotnav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: .520833vw;
  height: .520833vw;
  margin-right: .260417vw;
  margin-left: .260417vw;
  cursor: pointer;
  transition: opacity .3s;
  opacity: .2;
  border-radius: 100%;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

#vision5 .swiper-controls .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: .260417vw;
  content: '';
}

#vision5 .swiper-controls .dotnav-item.current {
  cursor: default;
  opacity: .8;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .swiper-controls {
    margin-top: 6.66vw;
  }
  #vision5 .swiper-controls .controls-wrapper {
    height: 13.333333vw;
    border-radius: 999px;
  }
  #vision5 .swiper-controls .controls {
    padding-right: 4.44vw;
    padding-left: 4.44vw;
    border-radius: 6.666vw;
  }
  #vision5 .swiper-controls .arrownav-item {
    width: 2.5vw;
  }
  #vision5 .swiper-controls .arrownav-item .arrownav-hover {
    width: 2.5vw;
  }
  #vision5 .swiper-controls .dotnav-list {
    margin-right: 4.7vw;
    margin-left: 4.7vw;
  }
  #vision5 .swiper-controls .dotnav-item {
    width: 2.22vw;
    height: 2.22vw;
    margin-right: 1.666vw;
    margin-left: 1.666vw;
  }
  #vision5 .swiper-controls .dotnav-item::before {
    padding: 2.22vw;
  }
}

#vision5 .section-highlights {
  width: 100%;
  overflow: hidden;
}

#vision5 .section-highlights .end-tigger {
  position: absolute;
  bottom: 0;
}

#vision5 .section-highlights .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

#vision5 .section-highlights .highlights-swiper {
  overflow: visible;
}

#vision5 .section-highlights .highlights-swiper .swiper-slide {
  position: relative;
  margin-right: 3.33vw;
  cursor: pointer;
}

#vision5 .section-highlights .highlights-swiper .swiper-slide:last-child {
  margin-right: 0;
}

#vision5 .section-highlights .highlights-swiper .swiper-slide p {
  font-size: 1.25vw;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}

#vision5 .section-highlights .highlights-swiper .swiper-slide:nth-child(4) h3, #vision5 .section-highlights .highlights-swiper .swiper-slide:nth-child(5) h3 {
  color: #FFFFFF;
}

#vision5 .section-highlights .highlights-swiper .swiper-slide:nth-child(4) p, #vision5 .section-highlights .highlights-swiper .swiper-slide:nth-child(5) p {
  color: rgba(255, 255, 255, 0.6);
}

#vision5 .section-highlights .highlights-swiper .swiper-slide-active {
  cursor: default;
}

#vision5 .section-highlights .highlights-swiper .highlights-title {
  width: 88%;
  position: absolute;
  top: 2.2916vw;
  left: 2.5vw;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

#vision5 .section-highlights .highlights-swiper .highlights-title h3 {
  padding-bottom: 0.52vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-highlights .highlights-swiper {
    width: 82.222vw;
  }
  #vision5 .section-highlights .highlights-swiper .swiper-slide {
    margin-right: 4.44vw;
  }
  #vision5 .section-highlights .highlights-swiper .swiper-slide:last-child {
    margin-right: 0;
  }
  #vision5 .section-highlights .highlights-swiper .swiper-slide h3 {
    font-size: 5.55vw;
    color: #FFFFFF;
  }
  #vision5 .section-highlights .highlights-swiper .swiper-slide p {
    font-size: 3.88vw;
    color: rgba(255, 255, 255, 0.6);
  }
  #vision5 .section-highlights .highlights-swiper .swiper-slide:nth-child(2) h3, #vision5 .section-highlights .highlights-swiper .swiper-slide:nth-child(3) h3 {
    color: #000;
  }
  #vision5 .section-highlights .highlights-swiper .swiper-slide:nth-child(2) p, #vision5 .section-highlights .highlights-swiper .swiper-slide:nth-child(3) p {
    color: rgba(0, 0, 0, 0.6);
  }
  #vision5 .section-highlights .highlights-swiper .highlights-title {
    width: 80%;
    top: 5.55vw;
    left: 6.66vw;
  }
  #vision5 .section-highlights .highlights-swiper .highlights-title h3 {
    padding-bottom: 2.77vw;
  }
}

#vision5 .section-videos {
  position: relative;
}

#vision5 .section-videos .video-icon {
  width: fit-content;
  padding: 0.8333vw 0.8333vw 0.8333vw 1.666vw;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1.8229vw;
  position: absolute;
  bottom: 2.08333vw;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: saturate(180%) blur(30px);
  -webkit-backdrop-filter: saturate(180%) blur(30px);
}

#vision5 .section-videos .video-icon .video-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375vw;
  line-height: 1.6;
  color: #FFFFFF;
}

#vision5 .section-videos .video-icon .video-icon-img {
  width: 1.66vw;
  margin-left: 0.833vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-videos .video-icon {
    width: fit-content;
    padding: 3.88vw 3.33vw 3.88vw 6.66vw;
    border-radius: 6.66vw;
    bottom: 6.66vw;
  }
  #vision5 .section-videos .video-icon .video-icon-btn {
    font-size: 3.888vw;
  }
  #vision5 .section-videos .video-icon .video-icon-img {
    width: 6.66vw;
    margin-left: 3.33vw;
  }
}

#vision5 .section-art .art-content-title .titleBig-bg {
  opacity: 0;
  transform: translateY(2vw);
}

#vision5 .section-art .art-content-title .section-titleBig-con {
  margin-top: -9.5vw;
  position: relative;
  z-index: 3;
}

#vision5 .section-art .art-content-title .art-flower-left {
  width: 11.5625vw;
  position: absolute;
  left: 8.1666vw;
  top: 7.795416vw;
  z-index: 2;
  transform-origin: 100% 100%;
  opacity: 0;
  transform: scale(0.7) rotate(10deg);
}

#vision5 .section-art .art-content-title .art-flower-right {
  width: 9.15625vw;
  position: absolute;
  right: 11.42916vw;
  top: 10.4583vw;
  z-index: 2;
  transform-origin: 0% 100%;
  opacity: 0;
  transform: scale(0.7) rotate(-10deg);
}

#vision5 .section-art .art-content-title.active .titleBig-bg {
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
  transition: opacity 1s, transform 1s;
}

#vision5 .section-art .art-content-title.active .art-flower-left {
  transform: scale(1) rotate(0deg);
  opacity: 1;
  will-change: transform;
  transition: transform 1s, opacity 0.7s;
}

#vision5 .section-art .art-content-title.active .art-flower-right {
  transform: scale(1) rotate(0deg);
  opacity: 1;
  will-change: transform, opacity;
  transition: transform 1s, opacity 0.7s;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-art .art-content-title .titleBig-bg {
    transform: translateY(5vw);
  }
  #vision5 .section-art .art-content-title .section-titleBig-con {
    margin-top: -8.055vw;
  }
  #vision5 .section-art .art-content-title .art-flower-left {
    width: 22.5vw;
    left: -3.758334vw;
    top: 25.5416vw;
  }
  #vision5 .section-art .art-content-title .art-flower-right {
    width: 17.4583vw;
    right: 2.642916vw;
    top: 29.84583vw;
  }
}

#vision5 .section-art .art-content-1 .art-title {
  margin: 0 auto;
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#vision5 .section-art .art-content-1 .art-title .content-right {
  margin-right: 1.04166vw;
}

#vision5 .section-art .art-content-1 .art-title .art-txt {
  display: flex;
  align-items: baseline;
}

#vision5 .section-art .art-content-1 .art-title .art-txt .txt-120 {
  font-size: 6.25vw;
  line-height: 1;
  width: fit-content;
  background-image: linear-gradient(110deg, #6A9DFF -30%, #F4C3C3 120%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: 400;
}

#vision5 .section-art .art-content-1 .art-title .art-txt .txt-color {
  font-size: 1.25vw;
  line-height: 1.6;
  width: fit-content;
  color: #797C80;
  margin-left: 0.78125vw;
  font-weight: 400;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-art .art-content-1 {
    margin-top: -31.944vw;
  }
  #vision5 .section-art .art-content-1 .art-title {
    margin-top: 8.333vw;
    display: block;
  }
  #vision5 .section-art .art-content-1 .art-title .content-left p {
    margin-top: 4.166vw;
  }
  #vision5 .section-art .art-content-1 .art-title .content-right {
    margin-top: 8.33vw;
    margin-left: 0;
    margin-right: auto;
  }
  #vision5 .section-art .art-content-1 .art-title .art-txt {
    justify-content: flex-start;
  }
  #vision5 .section-art .art-content-1 .art-title .art-txt .txt-120 {
    font-size: 13.333vw;
    line-height: 1.25;
    font-weight: 400;
  }
  #vision5 .section-art .art-content-1 .art-title .art-txt .txt-color {
    font-size: 4.44vw;
    margin-left: 3.33vw;
    font-weight: 400;
  }
}

#vision5 .section-art .art-content-2 .txt-top {
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.25vw;
  text-align: center;
}

#vision5 .section-art .art-content-2 .art-video-icon {
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.45833vw;
}

#vision5 .section-art .art-content-2 .art-video-icon .video-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.145833vw;
  line-height: 1.6;
  color: #006FB2;
}

#vision5 .section-art .art-content-2 .art-video-icon .video-icon-img {
  width: 1.25vw;
  margin-left: 0.4166vw;
}

#vision5 .section-art .art-content-2 .intro-container {
  width: 39.0625vw;
  margin-left: 13.020833vw;
}

#vision5 .section-art .art-content-2 .player-button {
  display: inline-flex;
  align-items: center;
}

#vision5 .section-art .art-content-2 .button-copy {
  font-size: 1.145833vw;
  font-weight: 500;
  color: #006fb2;
}

#vision5 .section-art .art-content-2 .button-icon {
  width: 1.25vw;
  margin-left: 0.416667vw;
}

#vision5 .section-art .art-content-2 .image-sequence-wrapper {
  position: relative;
  height: 39.583333vw;
}

#vision5 .section-art .art-content-2 .image-sequence-trigger {
  position: absolute;
  top: 90%;
}

#vision5 .section-art .art-content-2 .stat-content {
  position: absolute;
  z-index: 1;
  top: 17.291667vw;
  left: 39.947917vw;
}

#vision5 .section-art .art-content-2 .stat-icon {
  width: 2.5vw;
}

#vision5 .section-art .art-content-2 .stat-caption {
  font-size: 1.25vw;
  margin-top: -0.833333vw;
  font-weight: 400;
  color: #000000;
}

#vision5 .section-art .art-content-2 .stat-value {
  font-size: 2.5vw;
  font-weight: normal;
}

#vision5 .section-art .art-content-2 .progress-container {
  display: flex;
  justify-content: center;
  margin-top: 2.6vw;
}

#vision5 .section-art .art-content-2 .progress-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 16.666667vw;
}

#vision5 .section-art .art-content-2 .progress-track {
  position: absolute;
  width: 100%;
  height: 0.833333vw;
  border-radius: 999px;
  background-color: rgba(199, 178, 146, 0.2);
}

#vision5 .section-art .art-content-2 .progress-handle {
  width: 2.916667vw;
  height: 2.916667vw;
  margin-left: -1.458333vw;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transform: translate3d(var(--progress, 0), 0, 0);
  will-change: transform;
}

#vision5 .section-art .art-content-2 .progress-icon {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
  pointer-events: none;
  border-radius: 100%;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-art .art-content-2 .txt-top {
    margin-top: 4.1666vw;
    text-align: left;
    margin-left: 0;
  }
  #vision5 .section-art .art-content-2 .art-video-icon {
    margin-left: 0;
    margin-top: 4.166vw;
  }
  #vision5 .section-art .art-content-2 .art-video-icon .video-icon-btn {
    font-size: 4.444vw;
  }
  #vision5 .section-art .art-content-2 .art-video-icon .video-icon-img {
    width: 4.44vw;
    margin-left: 1.11vw;
  }
  #vision5 .section-art .art-content-2 .progress-container {
    margin-top: 6.66vw;
  }
  #vision5 .section-art .art-content-2 .intro-container {
    width: 100%;
    margin-left: 0;
  }
  #vision5 .section-art .art-content-2 .button-copy {
    font-size: 4.444444vw;
  }
  #vision5 .section-art .art-content-2 .button-icon {
    width: 4.444444vw;
    margin-left: 1.111111vw;
  }
  #vision5 .section-art .art-content-2 .image-sequence-wrapper {
    height: 97.222222vw;
  }
  #vision5 .section-art .art-content-2 .stat-content {
    top: 39.722222vw;
    left: 57.222222vw;
  }
  #vision5 .section-art .art-content-2 .stat-icon {
    width: 11.111111vw;
  }
  #vision5 .section-art .art-content-2 .stat-caption {
    margin-top: -2.222222vw;
    font-size: 3.333333vw;
    font-weight: 400;
  }
  #vision5 .section-art .art-content-2 .stat-value {
    font-size: 6.666667vw;
  }
  #vision5 .section-art .art-content-2 .progress-wrapper {
    width: 44.444444vw;
  }
  #vision5 .section-art .art-content-2 .progress-track {
    height: 2.222222vw;
  }
  #vision5 .section-art .art-content-2 .progress-handle {
    width: 12.222222vw;
    height: 12.222222vw;
    margin-left: -6.111111vw;
  }
}

#vision5 .section-art .art-content-3 {
  position: relative;
}

#vision5 .section-art .art-content-3 .art-swiper {
  margin-top: 3.125vw;
}

#vision5 .section-art .art-content-3 .txt-top {
  width: fit-content;
  margin: 0 auto;
  margin-top: 1.25vw;
  text-align: center;
}

#vision5 .section-art .art-content-3 .swiper-controls {
  width: fit-content;
  position: absolute;
  bottom: 2.0833vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  z-index: 5;
}

#vision5 .section-art .art-content-3 .swiper-controls .controls-wrapper {
  background-color: rgba(255, 255, 255, 0.6);
}

#vision5 .section-art .art-content-3 .swiper-controls .controls {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: saturate(200%) blur(30px);
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  transition: background-color 0.2s;
  will-change: background-color;
}

#vision5 .section-art .art-content-3 .swiper-controls .dotnav-item {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-art .art-content-3 .art-swiper {
    margin-top: 8.333vw;
  }
  #vision5 .section-art .art-content-3 .txt-top {
    margin-top: 4.1666vw;
    text-align: left;
    margin-left: 0;
  }
  #vision5 .section-art .art-content-3 .swiper-controls {
    width: 25.55vw;
    margin: 0 auto;
    margin-top: 8.333vw;
    transform: translateX(0%);
    position: static;
  }
  #vision5 .section-art .art-content-3 .swiper-controls .controls-wrapper {
    height: auto;
    background: none;
  }
  #vision5 .section-art .art-content-3 .swiper-controls .controls {
    width: 25.55vw;
    background: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
  }
  #vision5 .section-art .art-content-3 .swiper-controls .arrownav-item {
    width: 11.11vw;
  }
  #vision5 .section-art .art-content-3 .swiper-controls .dotnav-list {
    display: none;
  }
}

#vision5 .section-screen .screen-content-title {
  margin-bottom: 7.291666vw;
}

#vision5 .section-screen .screen-content-title .titleBig-bg {
  opacity: 0;
  transform: translateY(2vw);
}

#vision5 .section-screen .screen-content-title .section-titleBig-con {
  margin-top: -9.5vw;
  position: relative;
  z-index: 3;
}

#vision5 .section-screen .screen-content-title .screen-flower-left-big {
  width: 6.40625vw;
  position: absolute;
  left: 20.1666vw;
  top: 15.815416vw;
  z-index: 4;
  transform-origin: 50% 50%;
  opacity: 0;
  transform: scale(0.7) rotate(-10deg);
}

#vision5 .section-screen .screen-content-title .screen-flower-left-small {
  width: 6.40625vw;
  position: absolute;
  left: 20.1666vw;
  top: 15.6815416vw;
  z-index: 4;
  transform-origin: 50% 50%;
  opacity: 0;
  transform: scale(0.7) rotate(-10deg);
}

#vision5 .section-screen .screen-content-title .screen-flower-right-big {
  width: 8.229vw;
  position: absolute;
  right: 23.1916vw;
  top: 6.314583vw;
  z-index: 1;
  transform-origin: 50% 100%;
  opacity: 0;
  transform: scale(0.8) rotate(2deg);
}

#vision5 .section-screen .screen-content-title .screen-flower-right-small {
  width: 8.229vw;
  position: absolute;
  right: 23.1916vw;
  top: 6.314583vw;
  z-index: 4;
  transform-origin: 50% 100%;
  opacity: 0;
  transform: scale(0.8) rotate(2deg);
}

#vision5 .section-screen .screen-content-title.active .titleBig-bg {
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
  transition: opacity 1s, transform 1s;
}

#vision5 .section-screen .screen-content-title.active .screen-flower-left-small {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  will-change: transform, opacity;
  transition: transform 1s, opacity 0.7s;
}

#vision5 .section-screen .screen-content-title.active .screen-flower-left-big {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  will-change: transform, opacity;
  transition: transform 1s, opacity 0.7s;
}

#vision5 .section-screen .screen-content-title.active .screen-flower-right-small {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  will-change: transform, opacity;
  transition: transform 1s, opacity 0.7s;
}

#vision5 .section-screen .screen-content-title.active .screen-flower-right-big {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  will-change: transform, opacity;
  transition: transform 1s, opacity 0.7s;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-screen .screen-content-title {
    margin-bottom: 22.22vw;
  }
  #vision5 .section-screen .screen-content-title .titleBig-bg {
    transform: translateY(5vw);
  }
  #vision5 .section-screen .screen-content-title .section-titleBig-con {
    margin-top: -8.055vw;
  }
  #vision5 .section-screen .screen-content-title .screen-flower-left-small, #vision5 .section-screen .screen-content-title .screen-flower-left-big {
    width: 17.0833vw;
    left: 17.666vw;
    top: 37.315416vw;
  }
  #vision5 .section-screen .screen-content-title .screen-flower-right-big, #vision5 .section-screen .screen-content-title .screen-flower-right-small {
    width: 21.9444vw;
    right: 24.2916vw;
    top: 17.14583vw;
  }
}

#vision5 .section-screen .screen-content-1 {
  width: 84.89583vw;
  margin: 0 auto;
  padding-left: 4.94791vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#vision5 .section-screen .screen-content-1 .content-left {
  width: 29.16666vw;
  margin-top: 3.333vw;
}

#vision5 .section-screen .screen-content-1 .content-right {
  width: 49.21875vw;
}

#vision5 .section-screen .screen-content-1 .content-icons {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 4.1666vw;
}

#vision5 .section-screen .screen-content-1 .content-icons .content-icon {
  display: flex;
  align-items: center;
}

#vision5 .section-screen .screen-content-1 .content-icons .content-icon p {
  font-weight: 400;
}

#vision5 .section-screen .screen-content-1 .content-icons .content-icon img {
  width: 2.5vw;
  margin-right: 0.41666vw;
}

#vision5 .section-screen .screen-content-1 .content-icons .content-icon:first-child, #vision5 .section-screen .screen-content-1 .content-icons .content-icon:nth-child(2) {
  margin-bottom: 1.25vw;
}

#vision5 .section-screen .screen-content-1 .content-icons .content-icon:first-child, #vision5 .section-screen .screen-content-1 .content-icons .content-icon:nth-child(3) {
  width: 14.2vw;
}

#vision5 .section-screen .screen-content-1 .content-icons .content-icon:nth-child(2), #vision5 .section-screen .screen-content-1 .content-icons .content-icon:nth-child(4) {
  width: 10.41666vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-screen .screen-content-1 {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  #vision5 .section-screen .screen-content-1 .content-left {
    width: auto;
    margin: 0 auto;
  }
  #vision5 .section-screen .screen-content-1 .content-right {
    width: 100%;
    margin-top: 6.666vw;
  }
  #vision5 .section-screen .screen-content-1 .content-icons {
    width: 83.3333vw;
    margin: 0 auto;
    margin-top: 8.3333vw;
    justify-content: space-between;
  }
  #vision5 .section-screen .screen-content-1 .content-icons .content-icon img {
    width: 8.888vw;
    margin-right: 2.2222vw;
  }
  #vision5 .section-screen .screen-content-1 .content-icons .content-icon p {
    font-size: 3.888vw;
    font-weight: 400;
  }
  #vision5 .section-screen .screen-content-1 .content-icons .content-icon:first-child, #vision5 .section-screen .screen-content-1 .content-icons .content-icon:nth-child(2) {
    margin-bottom: 4.444vw;
  }
  #vision5 .section-screen .screen-content-1 .content-icons .content-icon:first-child, #vision5 .section-screen .screen-content-1 .content-icons .content-icon:nth-child(3) {
    width: 44.44vw;
  }
  #vision5 .section-screen .screen-content-1 .content-icons .content-icon:nth-child(2), #vision5 .section-screen .screen-content-1 .content-icons .content-icon:nth-child(4) {
    width: 34.7222vw;
  }
}

#vision5 .section-screen .screen-content-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#vision5 .section-screen .screen-content-2 .screen-2-rel {
  position: relative;
  z-index: 5;
}

#vision5 .section-screen .screen-content-2 .screen-imgs {
  position: relative;
}

#vision5 .section-screen .screen-content-2 .img-after {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: -webkit-clip-path 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 1s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-clip-path 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

#vision5 .section-screen .screen-content-2 .indicator {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -0.2vw;
  width: 0.2vw;
  height: 100%;
  transition: left 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-image: linear-gradient(0deg, transparent, #bbb, transparent);
}

#vision5 .section-screen .screen-content-2 .img-btns {
  width: fit-content;
  position: absolute;
  bottom: 2.0833vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  border-radius: 1.8229vw;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}

#vision5 .section-screen .screen-content-2 .img-btns .btns-rel {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: saturate(200%) blur(30px);
  -webkit-backdrop-filter: saturate(200%) blur(30px);
  transition: background-color 0.2s;
  will-change: background-color;
}

#vision5 .section-screen .screen-content-2 .img-btns .btns-rel:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

#vision5 .section-screen .screen-content-2 .img-btns .btn-txt {
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.6;
  color: #392E1C;
  display: flex;
  align-items: center;
  padding: 0.78125vw 2.5vw 0.88vw;
}

#vision5 .section-screen .screen-content-2 .img-btns .btn-before {
  position: relative;
  z-index: 4;
  opacity: 1;
  transition: opacity 0.5s;
  will-change: opacity;
}

#vision5 .section-screen .screen-content-2 .img-btns .btn-after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}

#vision5 .section-screen .screen-content-2 .icon-hdr {
  width: 15.9375vw;
  right: 1.666vw;
  bottom: 1.666vw;
  position: absolute;
  z-index: 5;
}

#vision5 .section-screen .screen-content-2 .screen-title {
  width: 31.77vw;
  position: absolute;
  top: 0;
  left: 53.90625vw;
  z-index: 5;
}

#vision5 .section-screen .screen-content-2 .screen-title .content-icons {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2.5vw;
  width: 85%;
}

#vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon {
  display: flex;
  align-items: center;
}

#vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon p {
  font-weight: 400;
}

#vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon img {
  width: 2.0833vw;
  margin-right: 0.41666vw;
}

#vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:nth-child(1), #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:nth-child(2) {
  margin-bottom: 1.25vw;
}

#vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:first-child, #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:nth-child(3) {
  width: 10.4166vw;
  margin-right: 2.9vw;
}

#vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:nth-child(2), #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:nth-child(4) {
  width: 11.45833vw;
}

#vision5 .section-screen .screen-content-2.animated .img-after {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

#vision5 .section-screen .screen-content-2.animated .icon-hdr {
  opacity: 1;
}

#vision5 .section-screen .screen-content-2.animated .indicator {
  left: 100%;
}

#vision5 .section-screen .screen-content-2.animated .img-btns .btn-before {
  opacity: 0;
}

#vision5 .section-screen .screen-content-2.animated .img-btns .btn-after {
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-screen .screen-content-2 .img-btns {
    bottom: 6.6666vw;
    border-radius: 6.66vw;
  }
  #vision5 .section-screen .screen-content-2 .img-btns .btn-txt {
    font-size: 3.888vw;
    padding: 3.88vw 6.666vw 4.1666vw;
  }
  #vision5 .section-screen .screen-content-2 .icon-hdr {
    width: 31.9444vw;
    right: 2.222vw;
    bottom: 2.222vw;
  }
  #vision5 .section-screen .screen-content-2 .screen-title {
    width: 77.77vw;
    margin: 0 auto;
    position: static;
  }
  #vision5 .section-screen .screen-content-2 .screen-title .content-icons {
    width: 100%;
    margin-top: 8.333vw;
  }
  #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon p {
    font-size: 3.88vw;
    font-weight: 400;
  }
  #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon img {
    width: 8.8888vw;
    margin-right: 2.22vw;
  }
  #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:nth-child(1), #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:nth-child(2) {
    margin-bottom: 4.44vw;
  }
  #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:first-child, #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:nth-child(3) {
    width: 31.944vw;
    margin-right: auto;
  }
  #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:nth-child(2), #vision5 .section-screen .screen-content-2 .screen-title .content-icons .content-icon:nth-child(4) {
    width: 38.88vw;
  }
  #vision5 .section-screen .screen-content-2 .screen-imgs {
    margin-top: -11.111vw;
  }
}

#vision5 .section-screen .screen-content-3 {
  width: 100%;
  margin: 0 auto;
  padding-left: 12.5vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#vision5 .section-screen .screen-content-3 .content-left {
  width: 26.5625vw;
  margin-top: 0.9375vw;
  margin-right: 7.8125vw;
}

#vision5 .section-screen .screen-content-3 .content-left .txt-hz {
  margin-top: 3.6458vw;
}

#vision5 .section-screen .screen-content-3 .content-left .txt-hz .txt-small {
  font-size: 1.0416vw;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0.52vw;
}

#vision5 .section-screen .screen-content-3 .content-left .txt-hz .txt-big {
  font-size: 4.1666vw;
  display: flex;
  align-items: end;
  line-height: 1;
  background-image: linear-gradient(-30deg, #6A9DFF 0%, #BAB6F0 45%, #F4C3C3 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: 400;
}

#vision5 .section-screen .screen-content-3 .content-left .txt-hz .txt-big span {
  font-size: 1.666vw;
  line-height: 1.6;
}

#vision5 .section-screen .screen-content-3 .content-right {
  width: 44.21875vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-screen .screen-content-3 {
    padding-left: 0;
    display: block;
  }
  #vision5 .section-screen .screen-content-3 .content-left {
    width: 77.77vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #vision5 .section-screen .screen-content-3 .content-left .txt-hz {
    width: 27.777vw;
    margin-top: 8.33vw;
    display: flex;
    flex-wrap: wrap-reverse;
  }
  #vision5 .section-screen .screen-content-3 .content-left .txt-hz .txt-small {
    font-size: 3.33vw;
    margin-bottom: 0;
  }
  #vision5 .section-screen .screen-content-3 .content-left .txt-hz .txt-big {
    width: 27.777vw;
    font-size: 11.11vw;
    line-height: 1.25;
    font-weight: 400;
  }
  #vision5 .section-screen .screen-content-3 .content-left .txt-hz .txt-big span {
    font-size: 4.444vw;
  }
  #vision5 .section-screen .screen-content-3 .content-right {
    width: 100%;
    margin-top: -15.27vw;
    position: relative;
    z-index: 1;
  }
}

#vision5 .section-screen .screen-content-4 {
  padding-top: 6.25vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-screen .screen-content-4 {
    padding-top: 16.66vw;
  }
}

#vision5 .section-sound .sound-content-title {
  margin-bottom: 4.1666vw;
}

#vision5 .section-sound .sound-content-title .titleBig-bg {
  opacity: 0;
  transform: translateY(2vw);
}

#vision5 .section-sound .sound-content-title .section-titleBig-con {
  margin-top: -9.5vw;
  position: relative;
  z-index: 3;
}

#vision5 .section-sound .sound-content-title .sound-bg {
  width: 18.854vw;
  height: 18.854vw;
  position: absolute;
  left: 50%;
  top: 5.38958vw;
  z-index: 2;
  transform-origin: 50% 50%;
  transform: translateX(-50%) scale(0.7) rotate(-35deg);
  opacity: 0;
}

#vision5 .section-sound .sound-content-title.active .titleBig-bg {
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
  transition: opacity 1s, transform 1s;
}

#vision5 .section-sound .sound-content-title.active .sound-bg {
  transform: translateX(-50%) scale(1) rotate(0deg);
  opacity: 1;
  will-change: transform;
  transition: transform 1s, opacity 0.7s;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-sound .sound-content-title {
    margin-bottom: 8.333vw;
  }
  #vision5 .section-sound .sound-content-title .titleBig-bg {
    transform: translateY(5vw);
  }
  #vision5 .section-sound .sound-content-title .section-titleBig-con {
    margin-top: -8.055vw;
  }
  #vision5 .section-sound .sound-content-title .sound-bg {
    width: 35.33vw;
    height: 35.33vw;
    top: 15.38958vw;
  }
}

#vision5 .section-sound .sound-content-2 {
  width: 75vw;
  margin: 0 auto;
  margin-top: 6.25vw;
}

#vision5 .section-sound .sound-content-2 .sound-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#vision5 .section-sound .sound-content-2 .sound-flex .sound-img {
  width: 48.958%;
}

#vision5 .section-sound .sound-content-2 .sound-content {
  margin-top: 4.166vw;
}

#vision5 .section-sound .sound-content-2 .sound-content .sound-href {
  margin-top: 1.875vw;
  font-size: 1.1458vw;
  line-height: 1.6;
  color: #006FB2;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-sound .sound-content-2 {
    width: 91.111vw;
    margin-top: 22.22vw;
  }
  #vision5 .section-sound .sound-content-2 .sound-flex {
    flex-wrap: wrap;
  }
  #vision5 .section-sound .sound-content-2 .sound-flex .sound-img {
    width: 100%;
    margin-bottom: 11.11vw;
  }
  #vision5 .section-sound .sound-content-2 .sound-content {
    margin-top: 0;
  }
  #vision5 .section-sound .sound-content-2 .sound-content .sound-href {
    margin-top: 6.25vw;
    font-size: 4.44vw;
  }
}

#vision5 .section-ai .ai-content-title {
  margin-bottom: 1.04166vw;
  overflow: hidden;
}

#vision5 .section-ai .ai-content-title.section-titleBig .txt-big {
  display: inline-flex;
  align-items: center;
}

#vision5 .section-ai .ai-content-title .titleBig-bg {
  opacity: 0;
  transform: translateY(2vw);
}

#vision5 .section-ai .ai-content-title .section-titleBig-con {
  margin-top: -9.5vw;
  position: relative;
  z-index: 3;
  opacity: 0;
}

#vision5 .section-ai .ai-content-title .inline-video {
  width: 100%;
}

#vision5 .section-ai .ai-content-title .inline-video::before {
  padding-bottom: calc(100% / (776 / 480));
}

#vision5 .section-ai .ai-content-title .end-trigger {
  position: absolute;
  bottom: 0;
}

#vision5 .section-ai .ai-content-title .ai-title-cons .ai-txt {
  width: 7.33vw;
  font-size: 6vw;
  background-image: linear-gradient(170deg, #F6B281 18%, #B8CAE2, #A0C8FC);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1;
  opacity: 0;
}

#vision5 .section-ai .ai-content-title .ai-icons-content {
  width: 20.2vw;
  position: absolute;
  top: 0;
  left: 22.239vw;
  z-index: 9;
}

#vision5 .section-ai .ai-content-title.current .titleBig-bg {
  animation: titleOpacity 0.5s linear 1 forwards;
}

#vision5 .section-ai .ai-content-title.current .ai-icons-content {
  animation: aiScale 0.5s linear 1 forwards;
}

#vision5 .section-ai .ai-content-title.current .section-titleBig-con {
  animation: aiOpacityTxt 0.5s linear 1 0.5s forwards;
}

#vision5 .section-ai .ai-content-title.current .ai-title-cons .ai-txt {
  animation: aiOpacityTxt 0.5s linear 1 0.2s forwards;
}

#vision5 .section-ai .ai-content-title.current .ai-canvasImg {
  animation: aiOpacity 0.5s linear 1 0.5s forwards;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-ai .ai-content-title {
    margin-bottom: 15.9722vw;
  }
  #vision5 .section-ai .ai-content-title.section-titleBig .txt-big {
    display: block;
  }
  #vision5 .section-ai .ai-content-title .titleBig-bg {
    transform: translateY(5vw);
  }
  #vision5 .section-ai .ai-content-title .section-titleBig-con {
    margin-top: -8.055vw;
  }
  #vision5 .section-ai .ai-content-title .ai-title-cons .ai-txt {
    font-size: 11.11vw;
    width: 12.33vw;
  }
  #vision5 .section-ai .ai-content-title .ai-icons-content {
    width: 53.888vw;
    position: absolute;
    top: 0;
    left: 16.239vw;
    z-index: 9;
  }
  #vision5 .section-ai .ai-content-title.current .ai-icons-content {
    animation: aiScalemob 0.5s linear 1 forwards;
  }
}

#vision5 .section-ai .ai-content-1 {
  overflow: hidden;
}

#vision5 .section-ai .ai-content-1 .tabnav-content {
  margin: 0 auto;
  margin-top: -11.302vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#vision5 .section-ai .ai-content-1 .tabnav-container {
  position: relative;
  z-index: 10;
  width: 100%;
}

#vision5 .section-ai .ai-content-1 .tabnav-list {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#vision5 .section-ai .ai-content-1 .tabnav-item {
  padding-bottom: 0.833333vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  transition: color 0.5s;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.2);
  outline: 0;
}

#vision5 .section-ai .ai-content-1 .tabnav-item + .tabnav-item {
  margin-left: 3.333333vw;
}

#vision5 .section-ai .ai-content-1 .tabnav-item:hover {
  color: rgba(0, 0, 0, 0.8);
}

#vision5 .section-ai .ai-content-1 .tabnav-item.current {
  color: rgba(0, 0, 0, 0.8);
}

#vision5 .section-ai .ai-content-1 .tabnav-indicator {
  position: relative;
  width: 100%;
  height: 2px;
}

#vision5 .section-ai .ai-content-1 .tabnav-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(204, 204, 204, 0.2);
}

#vision5 .section-ai .ai-content-1 .tabnav-indicator::after {
  display: block;
  width: var(--indicator-width, 0);
  height: 100%;
  content: "";
  transition: width 0.5s, transform 0.5s;
  transform: translateX(var(--indicator-offset, 0));
  background-color: #C7B292;
}

#vision5 .section-ai .ai-content-1 .stack-list {
  display: flex;
}

#vision5 .section-ai .ai-content-1 .stack-item {
  transition-duration: 0.5s;
}

#vision5 .section-ai .ai-content-1 .section-swiper {
  position: relative;
  width: 100vw;
}

#vision5 .section-ai .ai-content-1 .main-swiper {
  position: absolute;
  top: 3.48958vw;
  right: 0;
  left: 0;
  padding-top: 0.5820833vw;
  padding-right: 0.15625vw;
}

#vision5 .section-ai .ai-content-1 .picture-frame {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 50.9375vw;
  pointer-events: none;
}

#vision5 .section-ai .ai-content-1 .subswiper-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#vision5 .section-ai .ai-content-1 .subswiper {
  flex-shrink: 0;
}

#vision5 .section-ai .ai-content-1 .swiper-button-container {
  position: absolute;
  top: 4.6875vw;
  left: 0;
  transition: opacity 0.5s;
}

#vision5 .section-ai .ai-content-1 .swiper-button-container.button-fadeout {
  pointer-events: none;
  opacity: 0;
}

#vision5 .section-ai .ai-content-1 .swiper-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125vw;
  padding-right: 1.666667vw;
  padding-left: 1.666667vw;
  font-size: 1.041667vw;
  transition: color 0.5s;
  white-space: nowrap;
  color: #969699;
  border-radius: 999px;
  background-color: #F7F7F8;
  -webkit-backdrop-filter: blur(30px) brightness(115%);
  backdrop-filter: blur(30px) brightness(115%);
}

#vision5 .section-ai .ai-content-1 .swiper-button + .swiper-button {
  margin-top: 2.083333vw;
}

#vision5 .section-ai .ai-content-1 .swiper-button:hover {
  color: #000000;
}

#vision5 .section-ai .ai-content-1 .swiper-button::before,
#vision5 .section-ai .ai-content-1 .swiper-button::after {
  position: absolute;
  content: "";
  transition: opacity 0.5s;
  opacity: 0;
  background-image: linear-gradient(100deg, #FDD578, #F7C594, #F1B5B0, #ECA6CC, #E696E7, #DF8BFF, #C3AAFD, #B5B9FD, #A7C8FC, #99D7FB);
}

#vision5 .section-ai .ai-content-1 .swiper-button::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 999px;
}

#vision5 .section-ai .ai-content-1 .swiper-button::after {
  z-index: -1;
  right: 0.520833vw;
  bottom: 0;
  left: 0.520833vw;
  height: 50%;
  filter: blur(16px);
}

#vision5 .section-ai .ai-content-1 .swiper-button.current {
  color: #f5f5f7;
}

#vision5 .section-ai .ai-content-1 .swiper-button.current::before,
#vision5 .section-ai .ai-content-1 .swiper-button.current::after {
  opacity: 1;
}

#vision5 .section-ai .ai-content-1 .button-copy {
  position: relative;
  z-index: 2;
  line-height: 1.25;
}

#vision5 .section-ai .ai-content-1 .subswiper {
  width: 50.6825vw;
  margin-right: 0;
}

#vision5 .section-ai .ai-content-1 .tip-container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

#vision5 .section-ai .ai-content-1 .tip-icon {
  width: 1.041667vw;
}

#vision5 .section-ai .ai-content-1 .tip-copy {
  margin-left: 0.416667vw;
  font-size: 1.041667vw;
  color: #969699;
  font-weight: normal;
}

#vision5 .section-ai .ai-content-1 .stack-item {
  position: relative;
  width: 100%;
  transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
}

#vision5 .section-ai .ai-content-1 .stack-item + .stack-item {
  margin-left: -100%;
}

#vision5 .section-ai .ai-content-1 .stack-item.current {
  z-index: 1;
  opacity: 1;
}

#vision5 .section-ai .ai-content-1 .video-container {
  position: relative;
}

#vision5 .section-ai .ai-content-1 .video-container .play-trigger {
  position: absolute;
  top: 80%;
}

#vision5 .section-ai .ai-content-1 .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}

#vision5 .section-ai .ai-content-1 .picture-background-xs {
  width: 55.26vw;
  position: absolute;
  top: 3.499vw;
  left: 36.62777vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-ai .ai-content-1 {
    padding-top: 16.111111vw;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap-reverse;
    background-image: linear-gradient(to bottom, #F7F7FA, #FFFFFF);
  }
  #vision5 .section-ai .ai-content-1 .tabnav-content {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  #vision5 .section-ai .ai-content-1 .tabnav-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0;
    line-height: 0;
    white-space: nowrap;
  }
  #vision5 .section-ai .ai-content-1 .tabnav-wrapper {
    padding-right: 2.222222vw;
    padding-left: 2.222222vw;
  }
  #vision5 .section-ai .ai-content-1 .tabnav-list {
    position: relative;
    display: inline-block;
  }
  #vision5 .section-ai .ai-content-1 .tabnav-item {
    display: inline-block;
    padding-bottom: 4.444444vw;
    font-size: 4.444444vw;
    text-align: center;
  }
  #vision5 .section-ai .ai-content-1 .tabnav-item + .tabnav-item {
    margin-left: 4.444444vw;
  }
  #vision5 .section-ai .ai-content-1 .stack-item {
    font-size: 3.88vw;
  }
  #vision5 .section-ai .ai-content-1 .section-swiper {
    overflow: hidden;
    margin-top: -20.833333vw;
    padding-top: 25.555556vw;
  }
  #vision5 .section-ai .ai-content-1 .picture-background-xs {
    width: 84.7223vw;
    position: absolute;
    top: 26.99vw;
    left: 15.2777vw;
  }
  #vision5 .section-ai .ai-content-1 .picture-background {
    display: none;
  }
  #vision5 .section-ai .ai-content-1 .main-swiper {
    position: relative;
    top: 0;
    padding-top: 2.0944444vw;
    padding-right: 0;
    padding-left: 0;
  }
  #vision5 .section-ai .ai-content-1 .picture-frame {
    left: 0;
    width: 190.277778vw;
    margin-right: auto;
    margin-left: 15.2777vw;
  }
  #vision5 .section-ai .ai-content-1 .subswiper-container {
    flex-direction: column-reverse;
  }
  #vision5 .section-ai .ai-content-1 .swiper-button-container {
    position: static;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    margin-top: 13.8888vw;
    padding-bottom: 8.888889vw;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #vision5 .section-ai .ai-content-1 .swiper-button-container::-webkit-scrollbar {
    display: none;
  }
  #vision5 .section-ai .ai-content-1 .swiper-button-container::before,
  #vision5 .section-ai .ai-content-1 .swiper-button-container::after {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 4.444444vw;
    height: 22.222222vw;
    content: "";
    pointer-events: none;
  }
  #vision5 .section-ai .ai-content-1 .swiper-button-container::before {
    left: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 30%, transparent 100%);
  }
  #vision5 .section-ai .ai-content-1 .swiper-button-container::after {
    right: 0;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 30%, transparent 100%);
  }
  #vision5 .section-ai .ai-content-1 .swiper-button-list {
    position: relative;
    display: inline-block;
    padding-right: 4.444444vw;
    padding-left: 4.444444vw;
    font-size: 0;
  }
  #vision5 .section-ai .ai-content-1 .swiper-button {
    display: inline-block;
    height: 11.111111vw;
    padding-right: 4.444444vw;
    padding-left: 4.444444vw;
    font-size: 3.888889vw;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  #vision5 .section-ai .ai-content-1 .swiper-button + .swiper-button {
    margin-top: 0;
    margin-left: 3.333333vw;
  }
  #vision5 .section-ai .ai-content-1 .swiper-button::after {
    right: 1.388889vw;
    left: 1.388889vw;
  }
  #vision5 .section-ai .ai-content-1 .subswiper {
    width: 190.1444444vw;
    margin-left: 15.2777vw;
  }
  #vision5 .section-ai .ai-content-1 .tip-container {
    position: static;
    justify-content: center;
  }
  #vision5 .section-ai .ai-content-1 .tip-icon {
    width: 3.333333vw;
  }
  #vision5 .section-ai .ai-content-1 .tip-copy {
    margin-left: 2.088vw;
    font-size: 3.888889vw;
    color: rgba(0, 0, 0, 0.3);
  }
}

@keyframes aiScale {
  0% {
    transform: scale(1);
    top: 0;
    left: 22.239vw;
  }
  100% {
    transform: scale(0.55);
    left: 3.125vw;
    top: 4.60427vw;
    will-change: transform, left, top;
    transition: opacity 0.1s, left 0.1s, top 0.1s;
  }
}

@keyframes aiScalemob {
  0% {
    transform: scale(1);
    top: 0;
    left: 16.239vw;
  }
  100% {
    transform: scale(0.4);
    left: 5.125vw;
    top: 12.0427vw;
    will-change: transform, left, top;
    transition: opacity 0.1s, left 0.1s, top 0.1s;
  }
}

@keyframes aiOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.1s;
  }
}

@keyframes aiOpacityTxt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    will-change: opacity;
    transition: opacity 0.1s;
  }
}

#vision5 .section-phone .phone-content-title {
  margin-bottom: 4.1666vw;
}

#vision5 .section-phone .phone-content-title .titleBig-bg {
  opacity: 0;
  transform: translateY(2vw);
}

#vision5 .section-phone .phone-content-title .section-titleBig-con {
  margin-top: -9.5vw;
  position: relative;
  z-index: 3;
}

#vision5 .section-phone .phone-content-title .phone-title-flex {
  position: relative;
  z-index: 1;
}

#vision5 .section-phone .phone-content-title .phone-title-bottom {
  position: relative;
  z-index: 2;
}

#vision5 .section-phone .phone-content-title .phone-title-img {
  position: absolute;
  width: 9.8958vw;
  top: 0;
  left: -5.7291vw;
  opacity: 0;
  transform: scale(0.7) rotate(-35deg);
  transform-origin: 50% 50%;
}

#vision5 .section-phone .phone-content-title .phone-title-left {
  display: inline-block;
  transform: translateX(0);
}

#vision5 .section-phone .phone-content-title .phone-title-right {
  display: inline-block;
  transform: translateX(0);
}

#vision5 .section-phone .phone-content-title.active .titleBig-bg {
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
  transition: opacity 1s, transform 1s;
}

#vision5 .section-phone .phone-content-title.active .phone-title-img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  will-change: transform, opacity;
  transition: transform 1s, opacity 0.7s;
}

#vision5 .section-phone .phone-content-title.active .phone-title-left {
  transform: translateX(-4.2vw);
  will-change: transform;
  transition: transform 1s;
}

#vision5 .section-phone .phone-content-title.active .phone-title-right {
  transform: translateX(4vw);
  will-change: transform;
  transition: transform 1s;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-phone .phone-content-title {
    margin-bottom: 8.333vw;
  }
  #vision5 .section-phone .phone-content-title .titleBig-bg {
    transform: translateY(5vw);
  }
  #vision5 .section-phone .phone-content-title .section-titleBig-con {
    margin-top: -8.055vw;
  }
  #vision5 .section-phone .phone-content-title .phone-title-img {
    width: 20.277vw;
    top: 0.7vw;
    left: -10.7291vw;
  }
  #vision5 .section-phone .phone-content-title.active .phone-title-left {
    transform: translateX(-7.2vw);
  }
  #vision5 .section-phone .phone-content-title.active .phone-title-right {
    transform: translateX(7vw);
  }
}

#vision5 .section-phone .phone-content-1 .phone-content {
  width: 58.54166vw;
  margin: 0 auto;
  margin-top: 2.6vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#vision5 .section-phone .phone-content-1 .phone-content > p {
  max-width: 26.5vw;
}

#vision5 .section-phone .phone-content-1 .phone-content .haoxi-icons {
  width: 23.854vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#vision5 .section-phone .phone-content-1 .phone-content .haoxi-icons .haoxi-icon {
  text-align: center;
}

#vision5 .section-phone .phone-content-1 .phone-content .haoxi-icons .haoxi-icon img {
  width: 3.75vw;
  margin-bottom: 0.52vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-phone .phone-content-1 .phone-content {
    width: 77.77vw;
    margin-top: 6.6vw;
    display: block;
  }
  #vision5 .section-phone .phone-content-1 .phone-content > p {
    max-width: 100%;
  }
  #vision5 .section-phone .phone-content-1 .phone-content .haoxi-icons {
    width: 100%;
    margin-top: 4.166vw;
  }
  #vision5 .section-phone .phone-content-1 .phone-content .haoxi-icons .haoxi-icon p {
    font-size: 3.88vw;
  }
  #vision5 .section-phone .phone-content-1 .phone-content .haoxi-icons .haoxi-icon img {
    width: 11.11vw;
    margin-bottom: 1.666vw;
  }
}

#vision5 .section-phone .phone-content-2 .section-titleTxt {
  width: 58.854vw;
  margin: 0 auto;
  margin-bottom: 2.6vw;
}

#vision5 .section-phone .phone-content-2 .phone-txtcon {
  width: 58.854vw;
  margin: 0 auto;
  margin-top: 2.6vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-phone .phone-content-2 .section-titleTxt {
    width: 77.77vw;
    margin-bottom: 8.333vw;
  }
  #vision5 .section-phone .phone-content-2 .phone-txtcon {
    width: 77.77vw;
    margin-top: 6.6vw;
  }
}

#vision5 .section-phone .phone-content-3 .section-titleTxt {
  margin-bottom: 2.6vw;
}

#vision5 .section-phone .phone-content-3 .phone-3-txtcon {
  max-width: 88%;
  margin: 0 auto;
  margin-top: 2.6vw;
  text-align: center;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-phone .phone-content-3 .section-titleTxt {
    margin-bottom: 8.33vw;
  }
  #vision5 .section-phone .phone-content-3 .phone-3-txtcon {
    max-width: 77.77vw;
    margin-top: 6.6vw;
    text-align: left;
  }
}

#vision5 .section-super .super-content-title {
  margin-bottom: 3.125vw;
}

#vision5 .section-super .super-content-title .titleBig-bg {
  opacity: 0;
}

#vision5 .section-super .super-content-title .section-titleBig-con {
  margin-top: -9.5vw;
  position: relative;
  z-index: 3;
}

#vision5 .section-super .super-content-title .super-title-left {
  display: inline-block;
  transform: translateX(-4.6875vw);
}

#vision5 .section-super .super-content-title .super-title-right {
  display: inline-block;
  transform: translateX(4.6875vw);
  color: rgba(199, 178, 146, 0.4);
}

#vision5 .section-super .super-content-title .super-title-color {
  color: rgba(199, 178, 146, 0.4);
}

#vision5 .section-super .super-content-title.active .titleBig-bg {
  animation: titleOpacity 0.2s linear 1 0.5s forwards;
}

#vision5 .section-super .super-content-title.active .super-title-left {
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#vision5 .section-super .super-content-title.active .super-title-right {
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: superTitlecolor 0.2s linear 1 0.5s forwards;
}

#vision5 .section-super .super-content-title.active .super-title-color {
  animation: superTitlecolor 0.2s linear 1 0.5s forwards;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-super .super-content-title {
    margin-bottom: 11.11vw;
  }
  #vision5 .section-super .super-content-title .titleBig-bg {
    transform: translateY(5vw);
  }
  #vision5 .section-super .super-content-title .section-titleBig-con {
    margin-top: -8.055vw;
  }
}

#vision5 .section-super .super-content-1 {
  width: 75vw;
  margin: 0 auto;
}

#vision5 .section-super .super-content-1 .super-icons {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 2.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#vision5 .section-super .super-content-1 .super-icons .super-icon {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 1.04166vw;
  line-height: 1.6;
  color: #4D4D4D;
  font-weight: 400;
}

#vision5 .section-super .super-content-1 .super-icons .super-icon img {
  width: 1.66vw;
  margin-right: 0.4166vw;
}

#vision5 .section-super .super-content-1 .super-icons .super-icon:not(:last-child) {
  margin-right: 2.0833vw;
}

#vision5 .section-super .super-content-1 .superbig-icons {
  width: fit-content;
  margin: 0 auto;
  margin-top: 3.125vw;
  display: flex;
  justify-content: center;
}

#vision5 .section-super .super-content-1 .superbig-icons .superbig-icon {
  width: 15.625vw;
  text-align: center;
}

#vision5 .section-super .super-content-1 .superbig-icons .superbig-icon img {
  width: 5.416vw;
  margin: 0 auto;
}

#vision5 .section-super .super-content-1 .superbig-icons .superbig-icon .superbig-icon-txt p {
  font-size: 1.04166vw;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  max-width: 15.625vw;
  margin: 0 auto;
}

#vision5 .section-super .super-content-1 .superbig-icons .superbig-icon .superbig-icon-txt p:nth-child(1) {
  font-size: 1.25vw;
  line-height: 1.25;
  color: #000000;
  margin-top: 0.46875vw;
  margin-bottom: 0.677vw;
  font-weight: 500;
}

#vision5 .section-super .super-content-1 .superbig-icons .superbig-icon:not(:last-child) {
  margin-right: 2.08333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-super .super-content-1 {
    width: 100%;
  }
  #vision5 .section-super .super-content-1 .super-icons {
    width: 88%;
    margin-bottom: 8.33vw;
    flex-wrap: wrap;
  }
  #vision5 .section-super .super-content-1 .super-icons .super-icon {
    font-size: 3.888vw;
    font-weight: 400;
  }
  #vision5 .section-super .super-content-1 .super-icons .super-icon img {
    width: 6.66vw;
    margin-right: 2.22vw;
  }
  #vision5 .section-super .super-content-1 .super-icons .super-icon:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4.44vw;
  }
  #vision5 .section-super .super-content-1 .super-icons .super-icon:nth-child(6) {
    margin-bottom: 0;
  }
  #vision5 .section-super .super-content-1 .super-icons .super-icon:first-child, #vision5 .section-super .super-content-1 .super-icons .super-icon:nth-child(3), #vision5 .section-super .super-content-1 .super-icons .super-icon:nth-child(4), #vision5 .section-super .super-content-1 .super-icons .super-icon:nth-child(6) {
    margin-right: 4.16vw;
  }
  #vision5 .section-super .super-content-1 .superbig-icons {
    width: 77.77vw;
    margin-top: 11.11vw;
    flex-wrap: wrap;
  }
  #vision5 .section-super .super-content-1 .superbig-icons .superbig-icon {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
  }
  #vision5 .section-super .super-content-1 .superbig-icons .superbig-icon img {
    width: 16.66vw;
    margin-left: 0;
    margin-right: 6.66vw;
  }
  #vision5 .section-super .super-content-1 .superbig-icons .superbig-icon .superbig-icon-txt p {
    font-size: 3.888vw;
    max-width: 55vw;
    margin-left: 0;
    margin-top: 2.088vw;
  }
  #vision5 .section-super .super-content-1 .superbig-icons .superbig-icon .superbig-icon-txt p:nth-child(1) {
    font-size: 5.555vw;
    margin-bottom: 0;
    margin-top: 0;
  }
  #vision5 .section-super .super-content-1 .superbig-icons .superbig-icon:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8.333vw;
  }
  #vision5 .section-super .super-content-1 .superbig-icons .superbig-icon:not(:first-child) img {
    margin-top: -1.5vw;
  }
}

@keyframes superTitlecolor {
  0% {
    color: rgba(199, 178, 146, 0.4);
  }
  100% {
    color: #C7B292;
    will-change: color;
    transition: color 1s ease-in;
  }
}

@keyframes titleOpacity {
  0% {
    opacity: 0;
    transform: translateY(2vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0vw);
    transition: opacity 0.1s, transform 0.1s;
  }
}

#vision5 .section-haoxi .haoxi-content-title {
  margin-bottom: 4.1666vw;
}

#vision5 .section-haoxi .haoxi-content-title .section-titleBig-con {
  margin-top: -9.5vw;
  position: relative;
  z-index: 3;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-haoxi .haoxi-content-title {
    margin-bottom: 8.333vw;
  }
  #vision5 .section-haoxi .haoxi-content-title .section-titleBig-con {
    margin-top: -8.055vw;
  }
}

#vision5 .section-haoxi .haoxi-content-1 {
  position: relative;
}

#vision5 .section-haoxi .haoxi-content-1::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.6));
}

#vision5 .section-haoxi .haoxi-content-1 .haoxi-content-txts {
  width: 71.1458%;
  position: absolute;
  bottom: 4.1666vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.666vw;
  justify-content: space-between;
  z-index: 5;
}

#vision5 .section-haoxi .haoxi-content-1 .haoxi-content-txts .haoxi-content-txt {
  width: 45%;
}

#vision5 .section-haoxi .haoxi-content-1 .haoxi-content-txts .haoxi-content-txt strong {
  color: #fff;
  font-weight: 400;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-haoxi .haoxi-content-1::after {
    background-image: none;
  }
  #vision5 .section-haoxi .haoxi-content-1 .haoxi-content-txts {
    width: 90%;
    margin: 0 auto;
    margin-top: 8.888vw;
    position: static;
    transform: translateX(0%);
    font-size: 4.44vw;
    display: block;
    text-align: center;
    color: #797C80;
  }
  #vision5 .section-haoxi .haoxi-content-1 .haoxi-content-txts .haoxi-content-txt {
    width: 100%;
  }
  #vision5 .section-haoxi .haoxi-content-1 .haoxi-content-txts .haoxi-content-txt:first-child {
    margin-bottom: 6.666vw;
  }
  #vision5 .section-haoxi .haoxi-content-1 .haoxi-content-txts .haoxi-content-txt strong {
    color: #18191A;
  }
}

#vision5 .section-harmonyos {
  overflow: hidden;
}

#vision5 .section-harmonyos h2 {
  font-size: 3.33vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-harmonyos h2 {
    font-size: 8.88vw;
  }
}

#vision5 .section-harmonyos .harmonyos-content-title {
  margin-bottom: 7.8125vw;
}

#vision5 .section-harmonyos .harmonyos-content-title .section-titleBig-con {
  margin-top: -9.5vw;
  position: relative;
  z-index: 3;
}

#vision5 .section-harmonyos .harmonyos-content-title .txt-small {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.04vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#vision5 .section-harmonyos .harmonyos-content-title .txt-small img {
  width: 8.229vw;
  margin-right: 0.625vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-harmonyos .harmonyos-content-title {
    margin-bottom: 22.22vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-title .section-titleBig-con {
    margin-top: -8.055vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-title .txt-small img {
    width: 27.22vw;
    margin-right: 1.111vw;
  }
}

#vision5 .section-harmonyos .harmonyos-content-1 {
  position: relative;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-swiper-1 .harmonys-txt {
  max-width: 28.125vw;
  margin: 0 auto;
  margin-top: 7.029166vw;
  text-align: center;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-swiper-1 .swiper-slide .harmonys-txt {
  transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-swiper-1 .swiper-slide-active .harmonys-txt {
  opacity: 1;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls {
  width: 28.125vw;
  position: absolute;
  top: 40.93125vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls .swiper-pagination {
  position: relative;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls .swiper-pagination .title-item {
  color: #ababab;
  transition: transform 0.5s;
  cursor: pointer;
  line-height: 1.25;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls .controls-scrollbar {
  position: relative;
  width: 100%;
  height: 2px;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls .controls-scrollbar::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(204, 204, 204, 0.2);
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls .controls-scrollbar::after {
  display: block;
  width: var(--indicator-width, 0);
  height: 100%;
  content: "";
  transition: width 0.5s, transform 0.5s;
  transform: translateX(var(--indicator-offset, 0));
  background-color: #C7B292;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls .small-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 1.04166vw;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls .small-title .title-item {
  width: fit-content;
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.25;
}

#vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls .small-title .title-item.current {
  color: rgba(0, 0, 0, 0.8);
  will-change: color;
  transition: color 0.5s;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-swiper-1 .harmonys-txt {
    max-width: 77.77vw;
    margin-top: 23.6111vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls {
    width: 66.66vw;
    top: 90.2555vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls .small-title {
    margin-bottom: 4.166vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-1 .harmonyos-controls .small-title .title-item {
    font-size: 4.444vw;
  }
}

#vision5 .section-harmonyos .harmonyos-content-2 {
  position: relative;
  margin: 0 auto;
}

#vision5 .section-harmonyos .harmonyos-content-2 .harmonyos-swiper-2 .swiper-slide .harmonys-txt {
  transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
}

#vision5 .section-harmonyos .harmonyos-content-2 .harmonyos-swiper-2 .swiper-slide-active .harmonys-txt {
  opacity: 1;
}

#vision5 .section-harmonyos .harmonyos-content-2 .harmonyos-swiper-2 .harmonys-txt {
  max-width: 52vw;
  margin-top: 1.5625vw;
  transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
}

#vision5 .section-harmonyos .harmonyos-content-2 .harmonyos-swiper-2 p {
  font-size: 1.14583vw;
  margin-top: 1.0416vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-harmonyos .harmonyos-content-2 .harmonyos-swiper-2 .harmonys-txt {
    max-width: 77.77vw;
    margin: 0 auto;
    margin-top: 6.66vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-2 .harmonyos-swiper-2 h3 {
    display: inline-flex;
  }
  #vision5 .section-harmonyos .harmonyos-content-2 .harmonyos-swiper-2 p {
    display: contents;
    font-size: 4.444vw;
    margin-top: 0;
  }
}

#vision5 .section-harmonyos .harmonyos-content-3 {
  position: relative;
  margin-top: 10.4166vw;
  padding-bottom: 3.333vw;
}

#vision5 .section-harmonyos .harmonyos-content-3 .hos-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#vision5 .section-harmonyos .harmonyos-content-3 .section-titleTxt {
  position: relative;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-flex {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts {
  width: 24.21875vw;
  margin-right: 4.1666vw;
  position: relative;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .controls-scrollbar {
  position: absolute;
  width: 2px;
  height: 86%;
  background-color: rgba(204, 204, 204, 0.2);
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .controls-scrollbar .controls-scrollbar-drag {
  width: 2px;
  height: 50%;
  background-color: #C7B292;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .harmonys-txt {
  margin-left: 3.125vw;
  margin-bottom: 3.125vw;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .harmonys-txt h3 {
  cursor: pointer;
  position: relative;
  z-index: 5;
  will-change: transform;
  line-height: 1.25;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .harmonys-txt p {
  height: 0;
  margin-top: 1.0416vw;
  position: relative;
  z-index: 5;
  will-change: height, opacity;
  transition: opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), height 0.8s ease;
  opacity: 0;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="0"] .harmonys-txt0 p {
  height: 4.55em;
  opacity: 1;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="0"] > .controls-scrollbar .controls-scrollbar-drag {
  height: 54.5%;
  transform: translateY(0%);
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="1"] .harmonys-txt1 p {
  height: 6.25em;
  opacity: 1;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="1"] > .controls-scrollbar {
  height: 84%;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="1"] > .controls-scrollbar .controls-scrollbar-drag {
  height: 10.25vw;
  transform: translateY(6.2vw);
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="2"] .harmonys-txt2 p {
  height: 100%;
  opacity: 1;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="2"] > .controls-scrollbar {
  height: 86%;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="2"] > .controls-scrollbar .controls-scrollbar-drag {
  height: 50%;
  transform: translateY(106%);
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 {
  width: 47.65625vw;
  height: 36.4583vw;
  transform: translateY(0);
  transform-origin: 50% 0;
  transition: transform .6s ease;
  position: relative;
  z-index: 2;
  overflow: initial;
  pointer-events: none;
  margin-top: 6.25vw;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 .swiper-wrapper {
  perspective: 100vw;
  perspective-origin: 50% -125%;
  overflow: initial;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 .harmonyos-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s ease;
  overflow: hidden;
  transform: translateZ(-15vw);
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 .slide-content img {
  overflow: hidden;
  will-change: transform;
  position: relative;
  opacity: 1;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 .harmonyos-item:nth-of-type(1) {
  position: relative;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 .harmonyos-item[data-index="3"] {
  transform: translateZ(0vw);
  opacity: 0;
  z-index: 1;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 .harmonyos-item[data-index="0"] {
  transform: translateZ(5vw);
  opacity: 0;
  z-index: 5;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 .harmonyos-item[data-index="1"] {
  transform: translateZ(0vw);
  opacity: 1;
  z-index: 4;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 .harmonyos-item[data-index="2"] {
  transform: translateZ(-5vw);
  opacity: 0.6;
  z-index: 3;
}

#vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 .harmonyos-item[data-index="3"] {
  transform: translateZ(-10vw);
  opacity: 0;
  z-index: 2;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-harmonyos .harmonyos-content-3 {
    margin-top: 27.77vw;
    padding-bottom: 0;
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .section-titleTxt {
    position: relative;
    margin-bottom: 8.333vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-flex {
    flex-wrap: wrap-reverse;
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts {
    width: fit-content;
    margin: 0 auto;
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .controls-scrollbar {
    width: 44.77vw;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .harmonys-txt {
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .harmonys-txt h3 {
    font-size: 4.44vw;
    color: rgba(0, 0, 0, 0.2);
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .harmonys-txt p {
    font-size: 3.8888vw;
    font-weight: 400;
    height: auto;
    opacity: 0;
    margin-top: 6.66vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .harmonys-txtcon_p {
    min-height: 25vw;
    width: 77.77vw;
    margin: 0 auto;
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts .harmonys-txtcon_xs {
    width: 44.77vw;
    margin: 0 auto;
    margin-bottom: 4.166vw;
    display: flex;
    justify-content: space-between;
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="0"] .harmonys-txt0 h3 {
    color: rgba(0, 0, 0, 0.8);
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="0"] .controls-scrollbar .controls-scrollbar-drag {
    width: 17.777vw;
    height: 2px;
    transform: translateX(0%);
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="1"] .harmonys-txt1 h3 {
    color: rgba(0, 0, 0, 0.8);
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="1"] .controls-scrollbar {
    height: 2px;
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="1"] .controls-scrollbar .controls-scrollbar-drag {
    width: 17.777vw;
    height: 2px;
    transform: translateX(152%);
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="2"] .harmonys-txt2 h3 {
    color: rgba(0, 0, 0, 0.8);
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="2"] .controls-scrollbar {
    height: 2px;
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonys-txts[data-index="2"] .controls-scrollbar .controls-scrollbar-drag {
    width: 22.22vw;
    transform: translateX(44.488vw);
  }
  #vision5 .section-harmonyos .harmonyos-content-3 .harmonyos-swiper-3 {
    width: 91.111vw;
    height: 75vw;
    margin-top: 9.44vw;
  }
}

#vision5 .section-harmonyos .harmonyos-content-4 {
  position: relative;
  margin-top: 7.8125vw;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-swiper-4 .harmonys-txt {
  max-width: 88%;
  margin: 0 auto;
  margin-top: 7.48125vw;
  text-align: center;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-swiper-4 .swiper-slide .harmonys-txt {
  transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-swiper-4 .swiper-slide-active .harmonys-txt {
  opacity: 1;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls {
  width: 36.666vw;
  position: absolute;
  top: 39.7125vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls .swiper-pagination {
  position: relative;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls .swiper-pagination .title-item {
  color: #ababab;
  cursor: pointer;
  transition: transform 0.5s;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls .controls-scrollbar {
  position: relative;
  width: 100%;
  height: 2px;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls .controls-scrollbar::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(204, 204, 204, 0.2);
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls .controls-scrollbar::after {
  display: block;
  width: var(--indicator-width, 0);
  height: 100%;
  content: "";
  transition: width 0.5s, transform 0.5s;
  transform: translateX(var(--indicator-offset, 0));
  background-color: #C7B292;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls .small-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 1.04166vw;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls .small-title .title-item {
  width: fit-content;
  font-size: 1.25vw;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.25;
}

#vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls .small-title .title-item.current {
  color: rgba(0, 0, 0, 0.8);
  will-change: color;
  transition: color 0.5s;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-harmonyos .harmonyos-content-4 {
    margin-top: 27.777vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-swiper-4 .harmonys-txt {
    max-width: 83.333vw;
    margin-top: 23.6111vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-swiper-4 .harmonys-txt p {
    font-size: 3.88vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls {
    width: 77.77vw;
    top: 96.2555vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls .small-title {
    margin-bottom: 4.166vw;
  }
  #vision5 .section-harmonyos .harmonyos-content-4 .harmonyos-controls .small-title .title-item {
    font-size: 4.444vw;
  }
}

#vision5 .swiper-wallpapper-btn {
  width: 6.25vw;
  margin: 0 auto;
  position: absolute;
  bottom: 0.52vw;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#vision5 .swiper-wallpapper-btn .swiper-button-prev,
#vision5 .swiper-wallpapper-btn .swiper-button-next {
  width: 2.5vw;
  height: 2.5vw;
  position: relative;
  left: 0;
  right: 0;
  margin: 0;
}

#vision5 .swiper-wallpapper-btn .swiper-button-prev.button-disabled,
#vision5 .swiper-wallpapper-btn .swiper-button-next.button-disabled {
  opacity: 0.3;
}

#vision5 .swiper-wallpapper-btn .swiper-button-next:after,
#vision5 .swiper-wallpapper-btn .swiper-button-prev:after {
  font-size: 0;
}

#vision5 .swiper-wallpapper-btn .swiper-wallpapper-nums {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25vw;
  color: #C4B8AC;
  line-height: 1.6;
}

#vision5 .swiper-wallpapper-btn .swiper-wallpapper-nums .num-one {
  position: relative;
}

#vision5 .swiper-wallpapper-btn .swiper-wallpapper-nums .num-one .num-one-txt {
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateY(-2vw);
  transition: transform .25s, opacity .25s;
}

#vision5 .swiper-wallpapper-btn .swiper-wallpapper-nums .num-one .num-one-txt:last-child {
  position: relative;
}

#vision5 .swiper-wallpapper-btn[data-index="0"] .swiper-wallpapper-nums .num-one .num-one-txt0 {
  transform: translateY(0);
  opacity: 1;
}

#vision5 .swiper-wallpapper-btn[data-index="1"] .swiper-wallpapper-nums .num-one .num-one-txt1 {
  transform: translateY(0);
  opacity: 1;
}

#vision5 .swiper-wallpapper-btn[data-index="2"] .swiper-wallpapper-nums .num-one .num-one-txt2 {
  transform: translateY(0);
  opacity: 1;
}

#vision5 .swiper-wallpapper-btn[data-index="3"] .swiper-wallpapper-nums .num-one .num-one-txt3 {
  transform: translateY(0);
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .swiper-wallpapper-btn {
    width: 25.55vw;
    margin-right: 4.44vw;
    margin-top: 11.11vw;
    position: static;
  }
  #vision5 .swiper-wallpapper-btn .swiper-button-prev,
  #vision5 .swiper-wallpapper-btn .swiper-button-next {
    width: 11.11vw;
    height: 11.11vw;
  }
  #vision5 .swiper-wallpapper-btn .swiper-wallpapper-nums {
    display: none;
  }
}

#vision5 .section-titleBig {
  width: 62.5vw;
  margin: 0 auto;
  margin-top: 10.41666vw;
  margin-bottom: 2.6vw;
  position: relative;
}

#vision5 .section-titleBig .title_end {
  position: absolute;
  bottom: 0;
}

#vision5 .section-titleBig .title_star {
  position: absolute;
  top: 0;
}

#vision5 .section-titleBig .titleBig-bg {
  width: 62.5vw;
  position: relative;
  z-index: 1;
}

#vision5 .section-titleBig .titleBig-bg .aspect-ratio {
  width: 100%;
}

#vision5 .section-titleBig .titleBig-bg .aspect-ratio::before {
  padding-bottom: calc(100% / (2400 / 560));
}

#vision5 .section-titleBig .section-titleBig-con {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

#vision5 .section-titleBig .txt-small {
  font-size: 1.25vw;
  line-height: 1.25;
  color: #4D4D4D;
  margin-bottom: 1.04166vw;
  font-weight: bold;
}

#vision5 .section-titleBig .txt-big {
  font-size: 5vw;
  line-height: 1.25;
  color: #C7B292;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-titleBig {
    width: 88.88vw;
    margin-top: 33.33vw;
    margin-bottom: 0;
    position: relative;
  }
  #vision5 .section-titleBig .titleBig-bg {
    width: 88.88vw;
  }
  #vision5 .section-titleBig .txt-small {
    font-size: 4.44vw;
    margin-bottom: 2.777vw;
  }
  #vision5 .section-titleBig .txt-big {
    font-size: 11.111vw;
  }
}

#vision5 .section-titleTxt .txt-top {
  margin-top: 1.25vw;
}

#vision5 .section-titleTxt .txt-gold {
  font-size: 1.25vw;
  color: #C6B192;
  margin-bottom: 0.2vw;
  font-weight: 500;
  line-height: 1.25;
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-titleTxt .txt-top {
    margin-top: 4.1666vw;
  }
  #vision5 .section-titleTxt .txt-gold {
    font-size: 4.44vw;
    margin-bottom: 0.8333vw;
  }
}

#vision5 .section-footnote .footnote-list {
  padding-left: 1.5em;
  font-size: .625vw;
}

@media (max-width: 1920px) {
  #vision5 .section-footnote .footnote-list {
    font-size: 12px;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #vision5 .section-footnote .footnote-list {
    font-size: 3.333333vw;
  }
}

html[dir=rtl] #vision5 .section-footnote .footnote-list {
  padding-right: 1.5em;
  padding-left: 0;
}

#vision5 .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  color: rgba(0, 0, 0, 0.4);
}

#vision5 .section-footnote li .permalink.global-style-hide {
  display: contents;
}

#vision5 .section-footnote li.current {
  color: #000;
}

#vision5 .section-footnote li.asterisk {
  list-style-type: '*';
}

#vision5 .section-footnote li.asterisk-one {
  list-style-type: '**';
}
