.video-dialog[data-v-8eaa7c32] {
  position: relative;
  height: 100%;
}
.video-dialog[data-v-8eaa7c32] .el-drawer {
  height: 100% !important;
}
.video-dialog[data-v-8eaa7c32] .el-drawer .el-drawer__body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-dialog__content[data-v-8eaa7c32] {
  width: clamp(0px, 81.6326530612vw, 1280px);
  height: clamp(0px, 45.9183673469vw, 720px);
  position: relative;
  padding: 0;
}
.video-dialog__content__video[data-v-8eaa7c32] {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
}
.video-dialog .video-loading[data-v-8eaa7c32] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-dialog .video-loading .spinner[data-v-8eaa7c32] {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin-8eaa7c32 1s linear infinite;
}
.video-dialog .video-error[data-v-8eaa7c32] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.video-dialog .video-error button[data-v-8eaa7c32] {
  margin-top: 10px;
  padding: 5px 10px;
  background: #409eff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.video-dialog__controls[data-v-8eaa7c32] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px 0 0;
}
.video-dialog .control-btn[data-v-8eaa7c32] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.video-dialog .control-btn[data-v-8eaa7c32]:hover {
  background: rgba(0, 0, 0, 0.7);
}
@keyframes spin-8eaa7c32 {
to {
    transform: rotate(360deg);
}
}.home-section-banner-pc-container[data-v-b950a876] {
  width: 100%;
  height: 100svh;
  position: relative;
}
.home-section-banner-pc-container .media-banner-wrapper[data-v-b950a876] {
  z-index: -1;
}
.home-section-banner-pc-container .content-wrapper[data-v-b950a876] {
  position: absolute;
  top: clamp(0px, 17.3469387755vw, 272px);
  left: 50%;
  transform: translateX(-50%);
}
.home-section-banner-pc-container .content-wrapper .content-text[data-v-b950a876] {
  font-size: var(--T0);
  font-weight: 500;
  line-height: 1.4;
  color: var(--W);
  white-space: pre-wrap;
}
.home-section-banner-pc-container .content-wrapper .content-btn[data-v-b950a876] {
  margin-top: clamp(0px, 2.8698979592vw, 45px);
  justify-self: center;
  backdrop-filter: none;
  padding: clamp(0px, 0.7653061224vw, 12px) clamp(0px, 3.6989795918vw, 58px);
  font-size: var(--T8);
}
.home-section-banner-pc-container .stats-container[data-v-b950a876] {
  position: absolute;
  left: 50%;
  bottom: clamp(0px, 4.5918367347vw, 72px);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  padding: clamp(0px, 1.5306122449vw, 24px) clamp(0px, 3.8265306122vw, 60px);
  border-radius: clamp(0px, 0.5102040816vw, 8px);
  max-width: clamp(0px, 63.3290816327vw, 993px);
  width: 100%;
}
.home-section-banner-pc-container .stats-container .stat-item .stat-label[data-v-b950a876] {
  font-size: var(--T6);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: clamp(0px, 0.2551020408vw, 4px);
}
.home-section-banner-pc-container .stats-container .stat-item .stat-value .value[data-v-b950a876],
.home-section-banner-pc-container .stats-container .stat-item .stat-value .unit[data-v-b950a876] {
  font-size: var(--T1);
  font-weight: 400;
  line-height: 1.4;
  color: var(--W);
}
.home-section-banner-pc-container .stats-container .stat-item .stat-value .unit.sm[data-v-b950a876] {
  font-size: var(--T8);
  font-weight: 400;
  line-height: 1.4;
  color: var(--W);
}
.home-section-banner-pc-container .stats-container .stat-item[data-v-b950a876]:nth-last-of-type(1) {
  border-right: none;
}
.home-section-banner-pc-container .stats-container .stat-divider[data-v-b950a876] {
  width: 1px;
  height: clamp(0px, 5.7397959184vw, 90px);
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 clamp(0px, 6.3775510204vw, 100px);
}.video-dialog[data-v-091f74d7] {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-dialog[data-v-091f74d7] .el-drawer {
  height: 100% !important;
}
.video-dialog[data-v-091f74d7] .el-drawer .el-drawer__body {
  padding: 24px !important;
}
.video-dialog__content[data-v-091f74d7] {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-dialog__content .close-btn-wrapper[data-v-091f74d7] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(245, 246, 247);
}
.video-dialog__content .close-btn-wrapper .close-btn[data-v-091f74d7] {
  width: 24px;
  height: 24px;
}
.video-dialog__content__video[data-v-091f74d7] {
  width: 100%;
  height: 185px;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
}
.video-dialog .video-loading[data-v-091f74d7] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-dialog .video-loading .spinner[data-v-091f74d7] {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin-091f74d7 1s linear infinite;
}
.video-dialog .video-error[data-v-091f74d7] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.video-dialog .video-error button[data-v-091f74d7] {
  margin-top: 10px;
  padding: 5px 10px;
  background: #409eff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.video-dialog__controls[data-v-091f74d7] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px 0 0;
}
.video-dialog .control-btn[data-v-091f74d7] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.video-dialog .control-btn[data-v-091f74d7]:hover {
  background: rgba(0, 0, 0, 0.7);
}
@keyframes spin-091f74d7 {
to {
    transform: rotate(360deg);
}
}.home-section-banner-mob-container[data-v-971266e3] {
  width: 100%;
  height: 100svh;
  position: relative;
}
.home-section-banner-mob-container .media-banner-wrapper[data-v-971266e3] {
  z-index: -1;
}
.home-section-banner-mob-container .content-wrapper[data-v-971266e3] {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 14px;
  padding-top: 122px;
  transform: translateX(-50%);
  display: grid;
  flex-direction: column;
}
.home-section-banner-mob-container .content-wrapper .content-wrapper-text-inner[data-v-971266e3] {
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  gap: 36px;
  align-self: center;
}
.home-section-banner-mob-container .content-wrapper .content-wrapper-text-inner .content-text[data-v-971266e3] {
  font-size: var(--T2);
  font-weight: 500;
  line-height: 1.4;
  color: var(--W);
  text-align: center;
  white-space: pre-wrap;
}
.home-section-banner-mob-container .content-wrapper .content-wrapper-text-inner .play-btn[data-v-971266e3] {
  width: 64px;
  height: 64px;
  color: #fff;
}
.home-section-banner-mob-container .content-wrapper .content-wrapper-text-inner .content-btn[data-v-971266e3] {
  backdrop-filter: none;
  padding: 9px 26px;
  font-size: var(--T7);
}
.home-section-banner-mob-container .content-wrapper .stats-container[data-v-971266e3] {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(100px);
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-end;
}
.home-section-banner-mob-container .content-wrapper .stats-container .stat-item[data-v-971266e3] {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 11px;
  margin-right: 11px;
  width: -moz-fit-content;
  width: fit-content;
}
.home-section-banner-mob-container .content-wrapper .stats-container .stat-item .stat-label[data-v-971266e3] {
  font-size: var(--T8);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  line-height: 17px;
  margin-bottom: 4px;
}
.home-section-banner-mob-container .content-wrapper .stats-container .stat-item .stat-value .value[data-v-971266e3],
.home-section-banner-mob-container .content-wrapper .stats-container .stat-item .stat-value .unit[data-v-971266e3] {
  font-size: var(--T2);
  font-weight: 500;
  line-height: 1.4;
  color: var(--W);
}
.home-section-banner-mob-container .content-wrapper .stats-container .stat-item .stat-value .unit.sm[data-v-971266e3] {
  font-size: var(--T7);
  font-weight: 400;
  line-height: 1.4;
  color: var(--W);
}
.home-section-banner-mob-container .content-wrapper .stats-container .stat-item[data-v-971266e3]:nth-last-of-type(1) {
  border-right: none;
  margin: 0;
  padding: 0;
}