body {
  background: #01000A;
  color: white;
}

img {
  object-fit: cover;
}

.home {
  overflow: hidden;
}

.home .banner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  background: #01000A;
}

.home .banner::after {
  content: '';
  display: block;
  background: url(../images/shadow.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -2.3958333333vw;
  width: 100%;
  height: 18.2291666667vw;
}

.home .banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.home .banner .banner-content {
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  padding: 0 7.8125vw;
}

.home .banner .banner-content .title {
  color: #FFF;
  font-size: 7vw;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4vw;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.home .banner .banner-content .description {
  color: #FFF;
  max-width: 50%;
  margin-left: auto;
}

.home .banner .banner-content .description p {
  font-size: 1.5vw;
  line-height: 1.6;
  margin-bottom: 0.5vw;
  opacity: 0.9;
}

.home .section1 {
  padding: 4.1666666667vw 7.8125vw 9.7916666667vw 7.8125vw;
  position: relative;
  z-index: 1;
}

.home .section1 .bg {
  z-index: -1;
  position: absolute;
  top: 14.375vw;
  left: 0;
  width: 100%;
}

.home .section1 .wrap {
  display: flex;
  justify-content: center;
  gap: 4vw;
}

.home .section1 .wrap .item {
  width: 35vw;
  height: 34vw;
  border-radius: 0.1041666667vw;
  border: 0.1041666667vw solid #0080FA;
  background: #01000A;
  padding: 2.5vw 2.5vw 0 2.5vw;
}

.home .section1 .wrap .item.on .img .hide {
  opacity: 1;
}

.home .section1 .wrap .item .img {
  width: 100%;
  height: 26vw;
  position: relative;
}

.home .section1 .wrap .item .img .pic {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home .section1 .wrap .item .img .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.home .section1 .wrap .item .img .pic.on img {
  opacity: 0 !important;
}

.home .section1 .wrap .item .img .pic.on img:nth-child(3) {
  opacity: 1 !important;
}

.home .section1 .wrap .item .img .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .6s ease;
}

.home .section1 .wrap .item .img .pic img:nth-child(2) {
  opacity: 0;
}

.home .section1 .wrap .item .img .pic:hover img:nth-child(2) {
  opacity: 1;
}

.home .section1 .wrap .item .img .hide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #282828;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 2.96875vw 4.2708333333vw 0 3.4375vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  overflow: auto;
}

.home .section1 .wrap .item.on .img .hide {
  opacity: 1;
  pointer-events: auto;
}

.home .section1 .wrap .item .img .hide .h1 {
  color: #1FA5FD;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875vw;
  /* 180% */
}

.home .section1 .wrap .item .img .hide .h2 {
  margin: 0.9895833333vw 0 0 0;
  font-size: 1.0416666667vw;
}

.home .section1 .wrap .item .img .hide .h2 p {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875vw;
  /* 180% */
  position: relative;
}

.home .section1 .wrap .item .img .hide .h2 p:after {
  content: '';
  position: absolute;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #fff;
  border-radius: 50%;
  left: -0.78125vw;
  top: 0.78125vw;
}

.home .section1 .wrap .item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 1.1979166667vw 0 0 0;
}

.home .section1 .wrap .item .text .p1 {
  color: #FFF;
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 500;
}

.home .section1 .wrap .item .text .click {
  /* position: absolute; */
  left: 50%;
  /* transform: translateX(-50%); */
  width: 2.4479166667vw;
  cursor: pointer;
}

.home .section1 .wrap .item .text .click img {
  width: 100%;
}

.home .section1 .wrap .item .text .p2 {
  color: #FFF;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home .section1 .title {
  font-size: 3vw;
  font-weight: 500;
  margin-bottom: 4vw;
  color: #FFF;
  text-align: left;
}

.home .section2 {
  padding: 6vw 7.8125vw;
}

.home .section2 .wrap .title {
  font-size: 3vw;
  font-weight: 500;
  margin-bottom: 4vw;
  color: #FFF;
}

.home .section2 .wrap .investor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
  max-width: 1200px;
  margin: 0 auto;
}

.home .section2 .wrap .investor-grid .investor-item {
  padding: 0vw;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
  box-shadow: 10px 10px 10px rgba(255, 255, 255, 0.2);
}

.home .section2 .wrap .investor-grid .investor-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.home .section2 .wrap .investor-grid .investor-item img {
  border-radius: 16px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.home .section2 .wrap .investor-grid .investor-item:hover img {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .home .banner img {
    height: 300px;
  }

  .home .banner .banner-content {
    max-width: 90%;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .home .banner .banner-content .title {
    font-size: 60px;
  }
  
  .home .banner .banner-content .description {
    max-width: 100%;
    margin-left: 0;
  }
  
  .home .banner .banner-content .description p {
    font-size: 14px;
  }

  .home .section1 {
    padding: 40px 5%;
  }

  .home .section1 .wrap {
    flex-direction: column;
    gap: 20px 0;
  }

  .home .section1 .wrap .item {
    width: 100%;
    height: auto;
    border: 1px solid #0080FA;
    padding: 5%;
  }

  .home .section1 .wrap .item .img {
    height: auto;
  }

  .home .section1 .wrap .item .img img:first-child {
    position: static;
  }

  .home .section1 .wrap .item .img .hide .h1 {
    font-size: 13px;
    line-height: 1.6;
  }

  .home .section1 .wrap .item .img .hide .h2 p {
    font-size: 13px;
    line-height: 1.6;
  }

  .home .section1 .wrap .item .img .hide .h2 p:after {
    display: none;
  }

  .home .section1 .wrap .item .text {
    margin: 15px 0 0 0;
  }

  .home .section1 .wrap .item .text .p1 {
    font-size: 16px;
  }

  .home .section1 .wrap .item .text .click {
    width: 25px;
  }

  .home .section1 .wrap .item .text .p2 {
    font-size: 14px;
  }

  .home .section2 {
    padding: 50px 5%;
  }

  .home .section2 .wrap .title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }

  .home .section2 .wrap .investor-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .home .section2 .wrap .investor-grid .investor-item {
    padding: 15px;
  }

  .home .section1 .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .home .section2 .wrap .investor-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=team.css.map */