body {
  background-color: rgba(15, 15, 15, 1);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

input, textarea {
  background-color: transparent; /* 透明背景 */
  border: none; /* 无边框 */
  outline: none; /* 去掉焦点时的轮廓 */
}

textarea {
  background-color: transparent;  /* 透明背景 */
  border: none;  /* 无边框 */
  padding: 8px;  /* 设置内边距 */
  outline: none;  /* 去掉焦点轮廓 */
  max-height: 7vw;  /* 设置最大高度，避免过长 */
  max-width: 78vw;
  resize: none;  /* 禁止调整大小 */
  white-space: pre-wrap;  /* 保证换行 */
  word-wrap: break-word;  /* 长单词换行 */
  overflow: hidden;  /* 禁止出现滚动条 */
}

.banner {
  display: flex;
  width: 300vw;
  height: 100vh;
  transition: transform 1s ease;
}

.control-bar {
  position: absolute;
  right: 12vh;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 200px;
  background-color: #5A657D;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.control-point {
  width: 100%;
  height: 33%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.slider {
  width: 100%;
  height: 33%;
  background-color: white;
  border-radius: 5px;
  position: absolute;
  transition: all 0.5s ease;
}

.image_1 {
  width: 100vw;
  height: 100vh;
}

.group_1 {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.text-group_1 {
  width: 77.44vw;
  height: 10vh;
  margin: 10vh 0 0 11.38vw;
}

.text_1 {
  width: 77.44vw;
  height: 2vh;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 2.5vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  line-height: 0.7vw;
}

.text_2 {
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.31vw;
  font-family: PingFang SC-Regular;
  text-align: center;
}

.image_2 {
  width: 15vw;
  height: 15vh;
  position: absolute;
  left: 60vw;
  top: 16vh;
}

.image_6 {
  position: absolute;
  left: 28vw;
  top: 23vh;
  width: 15vw;
  height: 15vh;
}

.group_xai {
  position: absolute;
  top: 48vh;
  height: 52vh;
}
.group_2 {
  width: 60.7vw;
  height: 12vh;
  margin: 1vh 0 0 20vw;
}

.image-wrapper_1 {
  background-color: rgba(84, 84, 212, 0.1);
  height: 4.87vw;
  width: 4.87vw;
}

.label_1 {
  width: 2.44vw;
  height: 2.02vw;
  margin: 1.52vw 0 0 1.31vw;
}

.image-wrapper_2 {
  background-color: rgba(240, 64, 55, 0.1);
  height: 4.87vw;
  margin-left: 22.71vw;
  width: 4.87vw;
}

.label_2 {
  width: 1.74vw;
  height: 2.02vw;
  margin: 1.52vw 0 0 1.59vw;
}

.image_3 {
  width: 4.87vw;
  height: 4.87vw;
  margin-left: 23.41vw;
}

.text-wrapper_1 {
  width: 75.56vw;
  height: 13vh;
  margin: 0 0 0 11.87vw;
}

.paragraph_1 {
  width: 21.95vw;
  height: 7.64vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: center;
  line-height: 2.44vw;
}

.paragraph_2 {
  width: 18.34vw;
  height: 3.96vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: center;
  line-height: 2.44vw;
  margin-left: 7.16vw;
}

.text_3 {
  width: 19.45vw;
  height: 6.32vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: center;
  line-height: 2.44vw;
  margin-left: 8.69vw;
}

.group_3 {
  width: 72.71vw;
  height: 12vh;
  margin: 1vh 0 0 14vw;
}

.image-wrapper_3 {
  background-color: rgba(240, 64, 55, 0.1);
  height: 4.87vw;
  margin-top: 0.28vw;
  width: 4.87vw;
}

.label_3 {
  width: 2.16vw;
  height: 2.02vw;
  margin: 1.45vw 0 0 1.38vw;
}

.box_1 {
  width: 51.12vw;
  height: 5.14vw;
}

.image-wrapper_4 {
  background-color: rgba(254, 220, 90, 0.1);
  height: 4.87vw;
  margin-top: 0.21vw;
  width: 4.87vw;
}

.label_4 {
  width: 1.95vw;
  height: 1.95vw;
  margin: 1.59vw 0 0 1.52vw;
}

.image-wrapper_5 {
  background-color: rgba(84, 84, 212, 0.1);
  height: 4.87vw;
  width: 4.87vw;
  margin: 0.27vw 0 0 17.91vw;
}

.image_4 {
  width: 2.44vw;
  height: 1.19vw;
  margin: 1.87vw 0 0 1.25vw;
}

.image_5 {
  width: 4.87vw;
  height: 4.87vw;
  margin-left: 18.62vw;
}

.group_4 {
  width: 86.19vw;
  height: 12vh;
  margin: 1vh 0 0 7vw;
}

.paragraph_3 {
  width: 18.34vw;
  height: 3.96vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: center;
  line-height: 2.44vw;
}

.paragraph_4 {
  width: 18.34vw;
  height: 3.96vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: center;
  line-height: 3.41vw;
  margin: 0.9vw 0 0 4.16vw;
}

.text-wrapper_2 {
  width: 20vw;
  height: 3.96vw;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: center;
  line-height: 2.44vw;
  margin: 0.2vw 0 0 3.95vw;
}

.text_4 {
  width: 18.34vw;
  height: 3.96vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: center;
  line-height: 2.44vw;
}

.paragraph_5 {
  width: 18.34vw;
  height: 3.96vw;
  overflow-wrap: break-word;
  color: rgba(61, 61, 61, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: center;
  line-height: 2.44vw;
}

.paragraph_6 {
  width: 18.34vw;
  height: 3.96vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: center;
  line-height: 2.44vw;
  margin: 0.27vw 0 0 4.72vw;
}


.group_5 {
  background-color: rgba(240, 245, 249, 1);
  border-radius: 21px 21px 0px 0px;
  height: 26vh;
  border: 1.4399999380111694px solid rgba(203, 210, 216, 1);
  width: 28vw;
  position: absolute;
  left: 36vw;
  top: 21vh;
}

.image-wrapper_6 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px 10px 0px 0px;
  height: 24vh;
  border: 1.0800000429153442px solid rgba(226, 233, 240, 1);
  width: 25vw;
  margin: 2vh 0 0 1.5vw;
}

.image_7 {
  width: 25vw;
  height: 24vh;
}

.group_6 {
  background-color: rgba(0, 6, 46, 1);
  position: relative;
  width: 100vw;
  height: 100vh;
}

.text-group_2 {
  position: absolute;
  top: 15vh;
  left: 18vw;
  height: 15vh;
}

.text_5 {
  width: 64.1vw;
  height: 5vh;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 3.33vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.text_6 {
  width: 64.1vw;
  height: 4vh;
  top: 10vh;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.31vw;
  font-family: PingFang SC-Regular;
  text-align: center;
}

.block_1 {
  border-radius: 16px;
  width: 46.67vw;
  height: 34.87vw;
  border: 0.8399999737739563px gradient;
  margin: 4.65vw 0 55.34vw 3.4vw;
}

.block_2 {
  position: absolute;
  top: 32vh;
  width: 55vw;
  height: 50vh;
  background: url(../img/FigmaDDSSlicePNG4e57f41c5b95319e02292d2d5e10bad5.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.box_2 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 56.595153%
  );
  border-radius: 84px;
  height: 10.07vw;
  border: 1.6799999475479126px gradient;
  width: 10.07vw;
  position: absolute;
  top: 10vh;
  left: 23vw;
}

.section_1 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 65.800929%
  );
  border-radius: 84px;
  height: 7.71vw;
  border: 1.6799999475479126px gradient;
  width: 7.71vw;
  margin: 1.18vw 0 0 1.18vw;
}

.image-wrapper_7 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 100%
  );
  border-radius: 62px;
  height: 4.94vw;
  border: 1.6799999475479126px gradient;
  width: 4.94vw;
  margin: 1.38vw 0 0 1.38vw;
}

.label_5 {
  width: 2.57vw;
  height: 2.57vw;
  margin: 1.18vw 0 0 1.18vw;
}

.text-group_3 {
  width: 37.3vw;
  height: 10.21vw;
  position: absolute;
  top: 27vh;
  left: 9vw;

}

.text_7 {
  width: 37.3vw;
  height: 2.64vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.73vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.paragraph_7 {
  width: 37.3vw;
  height: 6.39vw;
  overflow-wrap: break-word;
  color: rgba(218, 218, 218, 1);
  font-size: 1.04vw;
  font-family: Sora-Regular;
  text-align: center;
  padding-top: 1vh;
}

.block_3 {
  border-radius: 16px;
  position: absolute;
  left: 50.07vw;
  top: 23.75vw;
  width: 46.67vw;
  height: 36.46vw;
  border: 0.8399999737739563px gradient;
}

.block_4 {
  position: absolute;
  left: 45.91vw;
  top: 32vh;
  width: 55vw;
  height: 50vh;
  background: url(../img/FigmaDDSSlicePNGd532be149211ad990f46c9896d180124.png)
    100% no-repeat;
  background-size: 100% 100%;
}
.box_3 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 56.595153%
  );
  border-radius: 84px;
  height: 10.07vw;
  border: 1.6799999475479126px gradient;
  width: 10.07vw;
  position: absolute;
  top: 10vh;
  left: 23vw;
}

.group_7 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 65.800929%
  );
  border-radius: 84px;
  height: 7.71vw;
  border: 1.6799999475479126px gradient;
  width: 7.71vw;
  margin: 1.18vw 0 0 1.18vw;
}

.image-wrapper_8 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 100%
  );
  border-radius: 62px;
  height: 4.94vw;
  border: 1.6799999475479126px gradient;
  width: 4.94vw;
  margin: 1.38vw 0 0 1.38vw;
}

.label_6 {
  width: 2.57vw;
  height: 2.57vw;
  margin: 1.18vw 0 0 1.18vw;
}

.text-group_4 {
  width: 37.3vw;
  height: 11.81vw;
  position: absolute;
  top: 27vh;
  left: 9vw;
}

.text_8 {
  width: 37.3vw;
  height: 2.64vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.73vw;
  font-family: Sora-SemiBold;
  text-align: center;
  white-space: nowrap;
}

.paragraph_8 {
  width: 37.3vw;
  height: 7.99vw;
  overflow-wrap: break-word;
  color: rgba(218, 218, 218, 1);
  font-size: 1.04vw;
  font-family: Sora-Regular;
  text-align: center;
  padding-top: 1vh;
}

.block_5 {
  border-radius: 16px;
  position: absolute;
  left: 3.41vw;
  top: 60.21vw;
  width: 45.77vw;
  height: 33.27vw;
  border: 0.8399999737739563px gradient;
}

.block_6 {
  position: absolute;
  left: -1.18vw;
  top: 60.21vw;
  width: 55vw;
  height: 41.25vw;
  background: url(../img/FigmaDDSSlicePNG1381ecf8fa75ea7bb006bc697c60d507.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.box_4 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 56.595153%
  );
  border-radius: 84px;
  height: 10.07vw;
  border: 1.6799999475479126px gradient;
  width: 10.07vw;
  margin: 7.01vw 0 0 22.5vw;
}

.box_5 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 65.800929%
  );
  border-radius: 84px;
  height: 7.71vw;
  border: 1.6799999475479126px gradient;
  width: 7.71vw;
  margin: 1.11vw 0 0 1.11vw;
}

.image-wrapper_9 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 100%
  );
  border-radius: 62px;
  height: 4.94vw;
  border: 1.6799999475479126px gradient;
  width: 4.94vw;
  margin: 1.45vw 0 0 1.38vw;
}

.label_7 {
  width: 2.57vw;
  height: 2.57vw;
  margin: 1.11vw 0 0 1.18vw;
}

.text-group_5 {
  width: 36.46vw;
  height: 8.62vw;
  margin: 0 0 12.7vw 9.3vw;
}

.text_9 {
  width: 36.46vw;
  height: 2.64vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.73vw;
  font-family: Sora-SemiBold;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 10.42vw;
}

.paragraph_9 {
  width: 36.46vw;
  height: 4.8vw;
  overflow-wrap: break-word;
  color: rgba(218, 218, 218, 1);
  font-size: 1.04vw;
  font-family: Sora-Regular;
  text-align: center;
  padding-top: 4.42vw;
  margin-top: 1.19vw;
}

.block_7 {
  border-radius: 16px;
  position: absolute;
  left: 50.91vw;
  top: 60.21vw;
  width: 45.77vw;
  height: 33.27vw;
  border: 0.8399999737739563px gradient;
}

.block_8 {
  position: absolute;
  left: 46.32vw;
  top: 60.21vw;
  width: 55vw;
  height: 41.25vw;
  background: url(../img/FigmaDDSSlicePNGc791ef6cba5e70c99ac9109680ff94b1.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.section_2 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 56.595153%
  );
  border-radius: 84px;
  height: 10.07vw;
  border: 1.6799999475479126px gradient;
  width: 10.07vw;
  margin: 7.01vw 0 0 22.43vw;
}

.box_6 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 65.800929%
  );
  border-radius: 84px;
  height: 7.71vw;
  border: 1.6799999475479126px gradient;
  width: 7.71vw;
  margin: 1.11vw 0 0 1.18vw;
}

.image-wrapper_10 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 100%
  );
  border-radius: 62px;
  height: 4.94vw;
  border: 1.6799999475479126px gradient;
  width: 4.94vw;
  margin: 1.45vw 0 0 1.38vw;
}

.label_8 {
  width: 2.57vw;
  height: 2.57vw;
  margin: 1.11vw 0 0 1.18vw;
}

.text-group_6 {
  width: 36.46vw;
  height: 8.62vw;
  margin: 0 0 12.7vw 9.23vw;
}

.text_10 {
  width: 36.46vw;
  height: 2.64vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.73vw;
  font-family: Sora-SemiBold;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 10.42vw;
}

.paragraph_10 {
  width: 36.46vw;
  height: 4.8vw;
  overflow-wrap: break-word;
  color: rgba(218, 218, 218, 1);
  font-size: 1.04vw;
  font-family: Sora-Regular;
  text-align: center;
  padding-top: 4.42vw;
  margin-top: 1.19vw;
}

.block_9 {
  background-color: rgba(21, 105, 238, 1);
  border-radius: 74px;
  position: absolute;
  left: 44.87vw;
  top: 85vh;
  width: 10.7vw;
  height: 4.45vw;
  border: 1px solid rgba(38, 38, 38, 1);
}

.image-text_1 {
  width: 7.37vw;
  height: 1.95vw;
  margin: 1.25vw 0 0 1.66vw;
}

.text-group_7 {
  width: 5vw;
  height: 1.88vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Regular;
  text-align: center;
  white-space: nowrap;
  padding-top: 0;
  margin-top: 0.07vw;
  cursor: pointer;
}

.label_9 {
  width: 1.95vw;
  height: 1.95vw;
}

.group_8 {
  position: relative;
  width: 100vw;
  height: 164.03vw;
}

.text-group_8 {
  width: 76.25vw;
  height: 8.62vw;
  margin: 15.06vw 0 0 11.73vw;
}

.text_11 {
  width: 76.25vw;
  height: 3.82vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 3.33vw;
  letter-spacing: -1.5px;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 3.82vw;
}

.paragraph_11 {
  width: 76.25vw;
  height: 3.69vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  line-height: 1.81vw;
  margin-top: 1.12vw;
}

.image_8 {
  width: 57.37vw;
  height: 41.39vw;
  margin: 0.83vw 0 0 21.25vw;
}

.text-wrapper_3 {
  width: 59.38vw;
  height: 10.07vw;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: justified;
  line-height: 2.44vw;
  margin: 4.23vw 0 0 12.08vw;
}

.paragraph_12 {
  width: 59.38vw;
  height: 10.07vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: justified;
  line-height: 2.44vw;
}

.paragraph_13 {
  width: 59.38vw;
  height: 10.07vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 3.47vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: justified;
  line-height: 7.99vw;
}

.paragraph_14 {
  width: 76.39vw;
  height: 12.16vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: right;
  line-height: 2.44vw;
  margin: 2.22vw 0 0 11.04vw;
}

.text_12 {
  width: 88.82vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 10.42vw;
  margin: 8.4vw 0 0 5.48vw;
}

.image_9 {
  width: 19.38vw;
  height: 17.64vw;
  margin: 0.9vw 0 0 40.34vw;
}

.box_7 {
  width: 92.09vw;
  height: 21.46vw;
  margin-left: 3.96vw;
}

.block_10 {
  width: 11.67vw;
  height: 17.37vw;
}

.image_10 {
  width: 9.73vw;
  height: 6.12vw;
}

.text_13 {
  width: 5.07vw;
  height: 1.95vw;
  overflow-wrap: break-word;
  color: rgba(10, 39, 69, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: justified;
  white-space: nowrap;
  line-height: 1.95vw;
  margin: -1.45vw 0 0 1.04vw;
}

.paragraph_15 {
  width: 10.63vw;
  height: 9.31vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 0.76vw;
  font-family: PingFang SC-Thin;
  font-weight: 100;
  text-align: justified;
  line-height: 1.39vw;
  margin: 1.45vw 0 0 1.04vw;
}

.text-wrapper_4 {
  width: 7.92vw;
  height: 8.48vw;
  margin: 7.77vw 0 0 6.52vw;
}

.text_14 {
  width: 5.07vw;
  height: 1.95vw;
  overflow-wrap: break-word;
  color: rgba(10, 39, 69, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: justified;
  white-space: nowrap;
  line-height: 1.95vw;
  margin-left: 0.21vw;
}

.text_15 {
  width: 7.92vw;
  height: 5.21vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 0.76vw;
  font-family: PingFang SC-Thin;
  font-weight: 100;
  text-align: justified;
  line-height: 1.39vw;
  margin-top: 1.32vw;
}

.block_11 {
  width: 13.82vw;
  height: 19.24vw;
  margin: 2.22vw 0 0 0.41vw;
}

.image-text_2 {
  width: 8.82vw;
  height: 4.38vw;
  margin-left: 5vw;
}

.image_11 {
  width: 8.82vw;
  height: 1.81vw;
}

.text-group_9 {
  width: 5.07vw;
  height: 1.95vw;
  overflow-wrap: break-word;
  color: rgba(10, 39, 69, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: justified;
  white-space: nowrap;
  line-height: 1.95vw;
  margin: 0.62vw 0 0 0.48vw;
}

.text_16 {
  width: 7.99vw;
  height: 5.35vw;
  overflow-wrap: break-word;
  color: rgba(48, 48, 48, 1);
  font-size: 0.76vw;
  font-family: PingFang SC-Thin;
  font-weight: 100;
  text-align: justified;
  line-height: 1.39vw;
  margin: 1.73vw 0 0 5.27vw;
}

.image-text_3 {
  width: 7.02vw;
  height: 4.73vw;
  margin-top: 3.06vw;
}

.image_12 {
  width: 7.02vw;
  height: 2.78vw;
}

.text-group_10 {
  width: 5.07vw;
  height: 1.95vw;
  overflow-wrap: break-word;
  color: rgba(10, 39, 69, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: justified;
  white-space: nowrap;
  line-height: 1.95vw;
}

.block_12 {
  width: 9.24vw;
  height: 10.49vw;
  margin: 5.69vw 0 0 4.3vw;
}

.image-text_4 {
  width: 9.24vw;
  height: 3.89vw;
}

.image_13 {
  width: 9.24vw;
  height: 1.67vw;
}

.text-group_11 {
  width: 5.07vw;
  height: 1.95vw;
  overflow-wrap: break-word;
  color: rgba(10, 39, 69, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: justified;
  white-space: nowrap;
  line-height: 1.95vw;
  margin: 0.27vw 0 0 0.13vw;
}

.text_17 {
  width: 8.27vw;
  height: 5.21vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 0.76vw;
  font-family: PingFang SC-Thin;
  font-weight: 100;
  text-align: justified;
  line-height: 1.39vw;
  margin-top: 1.39vw;
}

.block_13 {
  width: 8.48vw;
  height: 18.96vw;
  margin: 2.08vw 0 0 5.13vw;
}

.image-text_5 {
  width: 6.67vw;
  height: 4.52vw;
}

.image_14 {
  width: 6.67vw;
  height: 2.44vw;
}

.text-group_12 {
  width: 5.07vw;
  height: 1.95vw;
  overflow-wrap: break-word;
  color: rgba(10, 39, 69, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: justified;
  white-space: nowrap;
  line-height: 1.95vw;
  margin: 0.13vw 0 0 0.27vw;
}

.text_18 {
  width: 7.99vw;
  height: 5.35vw;
  overflow-wrap: break-word;
  color: rgba(48, 48, 48, 1);
  font-size: 0.76vw;
  font-family: PingFang SC-Thin;
  font-weight: 100;
  text-align: justified;
  line-height: 1.39vw;
  margin-top: 1.74vw;
}

.image-text_6 {
  width: 6.88vw;
  height: 5vw;
  margin: 2.36vw 0 0 1.59vw;
}

.image_15 {
  width: 6.88vw;
  height: 3.06vw;
}

.text-group_13 {
  width: 5.07vw;
  height: 1.95vw;
  overflow-wrap: break-word;
  color: rgba(10, 39, 69, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: justified;
  white-space: nowrap;
  line-height: 1.95vw;
}

.text-wrapper_5 {
  width: 7.92vw;
  height: 8.48vw;
  margin: 7.77vw 0 0 3.05vw;
}

.text_19 {
  width: 5.07vw;
  height: 1.95vw;
  overflow-wrap: break-word;
  color: rgba(10, 39, 69, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: justified;
  white-space: nowrap;
  line-height: 1.95vw;
  margin-left: 0.21vw;
}

.text_20 {
  width: 7.92vw;
  height: 5.21vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 0.76vw;
  font-family: PingFang SC-Thin;
  font-weight: 100;
  text-align: justified;
  line-height: 1.39vw;
  margin-top: 1.32vw;
}

.block_14 {
  width: 8.06vw;
  height: 11.88vw;
  margin: 1.87vw 0 0 5.55vw;
}

.image-text_7 {
  width: 7.85vw;
  height: 4.8vw;
}

.image_16 {
  width: 7.85vw;
  height: 2.85vw;
}

.text-group_14 {
  width: 5.07vw;
  height: 1.95vw;
  overflow-wrap: break-word;
  color: rgba(10, 39, 69, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: justified;
  white-space: nowrap;
  line-height: 1.95vw;
  margin-left: 0.35vw;
}

.text_21 {
  width: 7.99vw;
  height: 5.35vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 0.76vw;
  font-family: PingFang SC-Thin;
  font-weight: 100;
  text-align: justified;
  line-height: 1.39vw;
  margin: 1.73vw 0 0 0.06vw;
}

.box_8 {
  width: 42.16vw;
  height: 9.52vw;
  margin: 1.18vw 0 8.26vw 30.48vw;
}

.text_22 {
  width: 10.63vw;
  height: 9.31vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 0.76vw;
  font-family: PingFang SC-Thin;
  font-weight: 100;
  text-align: justified;
  line-height: 1.39vw;
  margin-top: 0.21vw;
}

.text-wrapper_6 {
  width: 8.27vw;
  height: 8.55vw;
  margin: 0.13vw 0 0 7.29vw;
}

.text_23 {
  width: 5.07vw;
  height: 1.95vw;
  overflow-wrap: break-word;
  color: rgba(10, 39, 69, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: justified;
  white-space: nowrap;
  line-height: 1.95vw;
  margin-left: 0.14vw;
}

.text_24 {
  width: 8.27vw;
  height: 5.21vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 0.76vw;
  font-family: PingFang SC-Thin;
  font-weight: 100;
  text-align: justified;
  line-height: 1.39vw;
  margin-top: 1.39vw;
}

.text_25 {
  width: 7.99vw;
  height: 5.35vw;
  overflow-wrap: break-word;
  color: rgba(37, 43, 66, 1);
  font-size: 0.76vw;
  font-family: PingFang SC-Thin;
  font-weight: 100;
  text-align: justified;
  line-height: 1.39vw;
  margin-left: 7.99vw;
}

.image_17 {
  position: absolute;
  left: 22.16vw;
  top: 129.31vw;
  width: 8.27vw;
  height: 2.23vw;
}

.image_18 {
  position: absolute;
  left: 74.52vw;
  top: 128.62vw;
  width: 6.25vw;
  height: 3.13vw;
}

.image_19 {
  position: absolute;
  left: 48.41vw;
  top: 143.69vw;
  width: 6.67vw;
  height: 2.85vw;
}

.group_9 {
  background-image: linear-gradient(
    180deg,
    rgba(18, 25, 72, 1) 0,
    rgba(0, 6, 46, 1) 27.415198%
  );
  position: relative;
  width: 100vw;
  height: 229.38vw;
  margin-top: -0.06vw;
}

.section_3 {
  border-radius: 20px;
  width: 88.82vw;
  height: 27.85vw;
  border: 1px solid rgba(31, 31, 31, 1);
  margin: 0.9vw 0 0 5.48vw;
}

.text_26 {
  width: 88.82vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.38vw;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  margin: 5.69vw 0 0 5.48vw;
}

.text_27 {
  width: 88.82vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.38vw;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  margin: 19.16vw 0 0 5.48vw;
}

.section_4 {
  border-radius: 16px;
  height: 11.12vw;
  border: 1px solid rgba(31, 31, 31, 1);
  width: 88.82vw;
  justify-content: flex-center;
  margin: 2.77vw 0 0 5.48vw;
}

.text-wrapper_7 {
  width: 83.34vw;
  height: 1.67vw;
  margin: 2.77vw 0 0 2.77vw;
}

.text_28 {
  width: 24.1vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
}

.text_29 {
  width: 24.1vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: Sora-Regular;
  text-align: left;
  white-space: nowrap;
  margin-left: 5.56vw;
}

.text_30 {
  width: 24.1vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: Sora-Regular;
  text-align: left;
  white-space: nowrap;
  margin-left: 5.49vw;
}

.section_5 {
  width: 83.34vw;
  height: 2.78vw;
  margin: 1.11vw 0 2.77vw 2.77vw;
}

.section_6 {
  border-radius: 100px;
  width: 24.1vw;
  height: 2.78vw;
  border: 1px solid rgba(31, 31, 31, 1);
}

.image-text_8 {
  width: 11.67vw;
  height: 1.67vw;
  margin: 0.55vw 0 0 1.38vw;
}

.thumbnail_1 {
  width: 1.39vw;
  height: 1.39vw;
  margin-top: 0.14vw;
}

.text-group_15 {
  width: 9.87vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
}

.section_7 {
  border-radius: 100px;
  width: 24.1vw;
  height: 2.78vw;
  border: 1px solid rgba(31, 31, 31, 1);
  margin-left: 5.56vw;
}

.image-text_9 {
  width: 12.09vw;
  height: 1.67vw;
  margin: 0.55vw 0 0 1.38vw;
}

.thumbnail_2 {
  width: 1.39vw;
  height: 1.39vw;
  margin-top: 0.14vw;
}

.text-group_16 {
  width: 10.28vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
}

.section_8 {
  border-radius: 100px;
  width: 24.1vw;
  height: 2.78vw;
  border: 1px solid rgba(31, 31, 31, 1);
  margin-left: 5.49vw;
}

.image-text_10 {
  width: 12.09vw;
  height: 1.67vw;
  margin: 0.55vw 0 0 1.38vw;
}

.thumbnail_3 {
  width: 1.39vw;
  height: 1.39vw;
  margin-top: 0.14vw;
}

.text-group_17 {
  width: 10.28vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
}

.text-group_18 {
  width: 54.1vw;
  height: 4.45vw;
  margin: 4.16vw 0 0 22.84vw;
}

.text_31 {
  width: 54.1vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.38vw;
  font-family: Sora-SemiBold;
  text-align: center;
  white-space: nowrap;
}

.text_32 {
  width: 54.1vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: Sora-Regular;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.7vw;
}

.section_9 {
  border-radius: 20px;
  height: 31.12vw;
  border: 1px solid rgba(31, 31, 31, 1);
  width: 88.82vw;
  margin: 2.77vw 0 0 5.48vw;
}

.box_9 {
  border-radius: 20px;
  position: relative;
  width: 83.27vw;
  height: 25.56vw;
  border: 1px gradient;
  margin: 2.77vw 0 0 2.77vw;
}

.text_33 {
  width: 77.71vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.38vw;
  font-family: Sora-Regular;
  text-align: center;
  white-space: nowrap;
  margin: 16.52vw 0 0 2.77vw;
}

.text_34 {
  width: 77.71vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: Sora-Regular;
  text-align: center;
  white-space: nowrap;
  margin: 1.11vw 0 4.16vw 2.77vw;
}

.box_10 {
  position: absolute;
  left: 14.17vw;
  top: 0;
  width: 55vw;
  height: 41.19vw;
  background: url(../img/FigmaDDSSlicePNG81d7579ea6c02fb5ee1b81855baad5c5.png)
    100% no-repeat;
  background-size: 100% 100%;
  justify-content: flex-center;
}

.box_11 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 56.595153%
  );
  border-radius: 100px;
  height: 9.59vw;
  border: 2px gradient;
  width: 9.59vw;
  margin: 4.16vw 0 0 22.7vw;
}

.group_10 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 65.800929%
  );
  border-radius: 100px;
  height: 7.37vw;
  border: 2px gradient;
  width: 7.37vw;
  margin: 1.11vw 0 0 1.11vw;
}

.image-wrapper_11 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 100%
  );
  border-radius: 75px;
  height: 4.59vw;
  border: 2px gradient;
  width: 4.59vw;
  margin: 1.38vw 0 0 1.38vw;
}

.label_10 {
  width: 2.37vw;
  height: 2.37vw;
  margin: 1.11vw 0 0 1.11vw;
}

.text-group_19 {
  width: 54.1vw;
  height: 4.45vw;
  margin: 18.75vw 0 4.23vw 0.41vw;
}

.text_35 {
  width: 54.1vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.text_36 {
  width: 54.1vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.7vw;
}

.section_10 {
  width: 88.89vw;
  height: 15.98vw;
  margin: 58.05vw 0 0 5.48vw;
}

.box_12 {
  border-radius: 20px;
  width: 43.06vw;
  height: 15.98vw;
  border: 1px solid rgba(31, 31, 31, 1);
  justify-content: flex-center;
}

.box_13 {
  width: 37.5vw;
  height: 4.03vw;
  margin: 2.77vw 0 0 2.77vw;
}

.image-wrapper_12 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 100%
  );
  border-radius: 66px;
  height: 4.03vw;
  border: 1px gradient;
  width: 4.03vw;
}

.label_11 {
  width: 1.81vw;
  height: 1.81vw;
  margin: 1.11vw 0 0 1.11vw;
}

.text_37 {
  width: 33.06vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin-top: 0.98vw;
}

.text_38 {
  width: 37.5vw;
  height: 5vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  margin: 1.38vw 0 2.77vw 2.77vw;
}

.box_14 {
  border-radius: 20px;
  width: 43.06vw;
  height: 15.98vw;
  border: 1px solid rgba(31, 31, 31, 1);
  justify-content: flex-center;
}

.box_15 {
  width: 37.5vw;
  height: 4.03vw;
  margin: 2.77vw 0 0 2.77vw;
}

.image-wrapper_13 {
  background-image: linear-gradient(
    180deg,
    rgba(26, 26, 26, 1) 0,
    rgba(26, 26, 26, 0) 100%
  );
  border-radius: 66px;
  height: 4.03vw;
  border: 1px gradient;
  width: 4.03vw;
}

.label_12 {
  width: 1.81vw;
  height: 1.81vw;
  margin: 1.11vw 0 0 1.11vw;
}

.text_39 {
  width: 33.06vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin-top: 0.98vw;
}

.text_40 {
  width: 37.5vw;
  height: 5vw;
  overflow-wrap: break-word;
  color: rgba(140, 140, 140, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  margin: 1.38vw 0 2.77vw 2.77vw;
}

.text-group_20 {
  width: 54.1vw;
  height: 4.45vw;
  margin: 4.16vw 0 0 22.84vw;
}

.text_41 {
  width: 54.1vw;
  height: 2.09vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.text_42 {
  width: 54.1vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.7vw;
}

.text-wrapper_8 {
  width: 37.37vw;
  height: 1.74vw;
  margin: 17.15vw 0 0 30.9vw;
}

.text_43 {
  width: 10vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  color: rgba(218, 218, 218, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
}

.text_44 {
  width: 8.75vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  color: rgba(218, 218, 218, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin-left: 4.8vw;
}

.text_45 {
  width: 8.75vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  color: rgba(218, 218, 218, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin-left: 5.07vw;
}

.text_46 {
  width: 54.1vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: center;
  white-space: nowrap;
  margin: 2.01vw 0 10vw 22.08vw;
}

.section_11 {
  position: absolute;
  left: 16.46vw;
  top: 0.91vw;
  width: 66.95vw;
  height: 50.28vw;
  background: url(../img/FigmaDDSSlicePNG2d8f7b325192c8ca77bd94e2e7f5ffb7.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.text-group_21 {
  width: 61.05vw;
  height: 11.19vw;
  margin: 8.33vw 0 0 2.91vw;
}

.text_47 {
  width: 61.05vw;
  height: 5vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 3.33vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 10.42vw;
}

.text_48 {
  width: 61.05vw;
  height: 5vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  text-align: center;
  padding-top: 3vw;
  margin-top: 1.19vw;
}

.text-wrapper_9 {
  background-color: rgba(21, 105, 238, 1);
  border-radius: 100px;
  height: 3.06vw;
  border: 1px solid rgba(31, 31, 31, 1);
  width: 20.56vw;
  margin: 6.8vw 0 20.9vw 23.19vw;
}

.text_49 {
  width: 17.78vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  text-align: left;
  white-space: nowrap;
  padding-top: 0;
  margin: 0.69vw 0 0 1.38vw;
}

.section_12 {
  border-radius: 16px;
  height: 12.23vw;
  border: 1px solid rgba(31, 31, 31, 1);
  width: 88.82vw;
  position: absolute;
  left: 5.49vw;
  top: 39.31vw;
  justify-content: flex-center;
}

.text-wrapper_10 {
  width: 83.34vw;
  height: 1.67vw;
  margin: 2.77vw 0 0 2.77vw;
}

.text_50 {
  width: 24.1vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
}

.text_51 {
  width: 24.1vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: Sora-Regular;
  text-align: left;
  white-space: nowrap;
  margin-left: 5.56vw;
}

.text_52 {
  width: 24.1vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(133, 139, 145, 1);
  font-size: 1.11vw;
  font-family: Sora-Regular;
  text-align: left;
  white-space: nowrap;
  margin-left: 5.49vw;
}

.box_16 {
  width: 83.34vw;
  height: 3.89vw;
  margin: 1.11vw 0 2.77vw 2.77vw;
}

.section_13 {
  border-radius: 100px;
  width: 24.1vw;
  height: 3.89vw;
  border: 1px solid rgba(31, 31, 31, 1);
}

.image-text_11 {
  width: 11.46vw;
  height: 1.67vw;
  margin: 1.11vw 0 0 1.38vw;
}

.thumbnail_4 {
  width: 1.39vw;
  height: 1.39vw;
  margin-top: 0.14vw;
}

.text-group_22 {
  width: 9.66vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
}

.image-wrapper_14 {
  background-color: rgba(21, 105, 238, 1);
  border-radius: 135px;
  height: 2.78vw;
  width: 3.89vw;
  margin: 0.55vw 0.55vw 0 6.8vw;
}

.label_13 {
  width: 1.67vw;
  height: 1.67vw;
  margin: 0.55vw 0 0 1.11vw;
  cursor: pointer;
}

.section_14 {
  border-radius: 100px;
  width: 24.1vw;
  height: 3.89vw;
  border: 1px solid rgba(31, 31, 31, 1);
  margin-left: 5.56vw;
}

.image-text_12 {
  width: 11.6vw;
  height: 1.67vw;
  margin: 1.11vw 0 0 1.38vw;
}

.thumbnail_5 {
  width: 1.39vw;
  height: 1.39vw;
  margin-top: 0.14vw;
}

.text-group_23 {
  width: 9.8vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
}

.image-wrapper_15 {
  background-color: rgba(21, 105, 238, 1);
  border-radius: 135px;
  height: 2.78vw;
  width: 3.89vw;
  margin: 0.55vw 0.62vw 0 6.59vw;
}

.label_14 {
  width: 1.67vw;
  height: 1.67vw;
  margin: 0.55vw 0 0 1.11vw;
  cursor: pointer;
}

.section_15 {
  border-radius: 100px;
  width: 24.1vw;
  height: 3.89vw;
  border: 1px solid rgba(31, 31, 31, 1);
  margin-left: 5.49vw;
}

.image-text_13 {
  width: 13.69vw;
  height: 1.67vw;
  margin: 1.11vw 0 0 1.38vw;
}

.thumbnail_6 {
  width: 1.39vw;
  height: 1.39vw;
  margin-top: 0.14vw;
}

.text-group_24 {
  width: 11.88vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
}

.image-wrapper_16 {
  background-color: rgba(21, 105, 238, 1);
  border-radius: 135px;
  height: 2.78vw;
  width: 3.89vw;
  margin: 0.55vw 0.62vw 0 4.51vw;
}

.label_15 {
  width: 1.67vw;
  height: 1.67vw;
  margin: 0.55vw 0 0 1.11vw;
  cursor: pointer;
}

.section_16 {
  border-radius: 20px;
  position: absolute;
  left: 5.49vw;
  top: 125.56vw;
  width: 88.82vw;
  height: 43.89vw;
  border: 1px solid rgba(31, 31, 31, 1);
  justify-content: flex-center;
}

.text-wrapper_11 {
  width: 80.49vw;
  height: 1.67vw;
  margin: 4.16vw 0 0 4.16vw;
}

.text_53 {
  width: 24.52vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
}

.text_54 {
  width: 24.52vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin-left: 3.48vw;
}

.text_55 {
  width: 24.52vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin-left: 3.48vw;
}

.box_17 {
  width: 80.49vw;
  height: 3.89vw;
  margin: 0.69vw 0 0 4.16vw;
}

.text-wrapper_12 {
  border-radius: 100px;
  height: 3.89vw;
  border: 1px solid rgba(31, 31, 31, 1);
  width: 24.52vw;
}

.text_56 {
  width: 21.74vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin: 1.11vw 0 0 1.38vw;
}

.text-wrapper_13 {
  border-radius: 100px;
  height: 3.89vw;
  border: 1px solid rgba(31, 31, 31, 1);
  margin-left: 3.48vw;
  width: 24.52vw;
}

.text_57 {
  width: 21.74vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 1.11vw;
  font-family: Sora-Regular;
  text-align: left;
  white-space: nowrap;
  margin: 1.11vw 0 0 1.38vw;
}

.text-wrapper_14 {
  border-radius: 100px;
  height: 3.89vw;
  border: 1px solid rgba(31, 31, 31, 1);
  margin-left: 3.48vw;
  width: 24.52vw;
}

.text_58 {
  width: 21.74vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin: 1.11vw 0 0 1.38vw;
}

.text-wrapper_15 {
  width: 80.49vw;
  height: 1.67vw;
  margin: 2.77vw 0 0 4.16vw;
}

.text_59 {
  width: 24.52vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
}

.text_60 {
  width: 24.52vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin-left: 3.48vw;
}

.text_61 {
  width: 24.52vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: Sora-Regular;
  text-align: left;
  white-space: nowrap;
  margin-left: 3.48vw;
}

.box_18 {
  width: 80.49vw;
  height: 3.89vw;
  margin: 0.69vw 0 0 4.16vw;
}

.group_11 {
  border-radius: 100px;
  width: 24.52vw;
  height: 3.89vw;
  border: 1px solid rgba(31, 31, 31, 1);
}

.text_62 {
  background-color: transparent;
  border: none;
  width: 21.96vw;
  height: 2vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin: 1.11vw 0 0 1.38vw;
}

.thumbnail_7 {
  width: 1.39vw;
  height: 1.39vw;
  margin: 1.25vw 1.38vw 0 0;
}

.text-wrapper_16 {
  border-radius: 100px;
  height: 3.89vw;
  border: 1px solid rgba(31, 31, 31, 1);
  margin-left: 3.48vw;
  width: 24.52vw;
}

.text_63 {
  width: 21.74vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin: 1.11vw 0 0 1.38vw;
}

.group_12 {
  border-radius: 100px;
  width: 24.52vw;
  height: 3.89vw;
  border: 1px solid rgba(31, 31, 31, 1);
  margin-left: 3.48vw;
}

.text_64 {
  background-color: transparent;
  border: none;
  width: 21.96vw;
  height: 2vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin: 1.11vw 0 0 1.38vw;
}

.thumbnail_8 {
  width: 1.39vw;
  height: 1.39vw;
  margin: 1.25vw 1.38vw 0 0;
}

.text_65 {
  width: 80.49vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin: 2.77vw 0 0 4.16vw;
}

.text-wrapper_17 {
  border-radius: 14px;
  height: 8.75vw;
  border: 1px solid rgba(31, 31, 31, 1);
  width: 80.49vw;
  margin: 0.69vw 0 0 4.16vw;
}

.text_66 {
  width: 78.71vw;
  height: 7vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  white-space: nowrap;
  margin: 1.11vw 0 0 1.38vw;
}

.box_19 {
  background-color: rgba(21, 105, 238, 1);
  border-radius: 74px;
  width: 10.56vw;
  height: 3.62vw;
  border: 1px solid rgba(38, 38, 38, 1);
  margin: 2.77vw 0 4.16vw 39.16vw;
}

.image-text_14 {
  width: 7.78vw;
  height: 1.67vw;
  margin: 0.97vw 0 0 1.38vw;
}

.text-group_25 {
  width: 5.84vw;
  height: 1.46vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Regular;
  text-align: center;
  white-space: nowrap;
  margin-top: 0.14vw;
}

.label_16 {
  width: 1.67vw;
  height: 1.67vw;
}

.section_17 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  position: absolute;
  left: 37.92vw;
  top: 169.59vw;
  width: 4.03vw;
  height: 4.03vw;
}

.section_18 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  position: absolute;
  left: 83.75vw;
  top: 169.59vw;
  width: 4.03vw;
  height: 4.03vw;
}

.image-wrapper_17 {
  border-radius: 20px;
  height: 15.77vw;
  border: 1px solid rgba(31, 31, 31, 1);
  width: 88.82vw;
  position: absolute;
  left: 5.49vw;
  top: 199.59vw;
}

.image_20 {
  width: 35.63vw;
  height: 7.44vw;
  margin: 4.16vw 0 0 26.66vw;
}

.text-wrapper_18 {
  position: absolute;
  left: 6.95vw;
  top: 224.87vw;
  width: 86.12vw;
  height: 4.59vw;
  border: 0.7699999809265137px solid rgba(31, 31, 31, 1);
}

.text_67 {
  width: 11.46vw;
  height: 1.32vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.9vw;
  letter-spacing: -0.6000000238418579px;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin-top: 1.67vw;
}

.text_68 {
  width: 3.55vw;
  height: 1.32vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.9vw;
  letter-spacing: -0.6000000238418579px;
  font-family: Sora-Light;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 1.66vw 0 0 29.37vw;
}

.text_69 {
  width: 3.89vw;
  height: 1.32vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.9vw;
  letter-spacing: -0.6000000238418579px;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 1.66vw 0 0 25.69vw;
}

.text_70 {
  width: 4.8vw;
  height: 1.32vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.9vw;
  letter-spacing: -0.6000000238418579px;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 1.66vw 0 0 1.04vw;
}

.text_71 {
  width: 5.28vw;
  height: 1.32vw;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 0.9vw;
  letter-spacing: -0.6000000238418579px;
  font-family: PingFang SC-Light;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 1.66vw 0 0 1.04vw;
}

.group_13 {
  background-color: rgba(0, 6, 46, 0.2);
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
}
.group_index {
  height: 100vh;
  position: relative;
}

.group_14 {
  width: 100%;
  background-color: rgba(15, 15, 15, 1);
  position: fixed;
  z-index: 9999;
}
.section_19 {
  width: 86.12vw;
  height: 6vh;
  margin: 2vh 0 0 6vw;
  border-bottom: 1px solid #ffffff;
}

.image_21 {
  width: 8.62vw;
  height: 6vh;
}

.text_72 {
  width: 2.5vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 0.83vw 0 0 41.59vw;
  cursor: pointer;
}

.text-wrapper_19 {
  width: 4.52vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 0.83vw 0 0 3.47vw;
}

.text_73 {
  width: 4.52vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  cursor: pointer;
}

.text_74 {
  width: 4.52vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.25vw;
  font-family: Rubik-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
}

.text_75 {
  width: 5vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 0.83vw 0 0 3.47vw;
  cursor: pointer;
}

.text_76 {
  width: 5vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 0.83vw 0 0 3.47vw;
  cursor: pointer;
}

.text_77 {
  width: 5vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 0.83vw 0 0 3.47vw;
  cursor: pointer;
}

.text-wrapper_20 {
  width: 44.38vw;
  height: 1.81vw;
  margin: 50vh 0 0 6vw;
  position: absolute;
}

.text_78 {
  width: 44.38vw;
  height: 1.81vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.38vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}

.text-wrapper_21 {
  width: 36.6vw;
  height: 9.03vw;
  margin: 57vh 0 21.52vw 6vw;
  position: absolute;
}

.text_79 {
  width: 36.6vw;
  height: 9.03vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
}

.text-wrapper_22 {
  box-shadow: 0px 4px 4px 0px rgba(14, 72, 124, 1);
  background-color: rgba(21, 105, 238, 1);
  border-radius: 74px;
  height: 3.13vw;
  width: 9.8vw;
  position: absolute;
  margin: 70vh 0 0 6vw;
}

.text_80 {
  width: 5vw;
  height: 1.74vw;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 1.25vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 0.69vw 0 0 2.43vw;
  cursor: pointer;
}

.alert-success {
  background-color: #d4edda;
  color: rgb(76, 175, 80);
  opacity: 1;
  z-index: 999;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  opacity: 1;
  z-index: 999;
}
