body {
  background: #F6F8FC;
}

.about1 {
  padding: 6.25vw 1.5625vw 1.8229166667vw 1.5625vw;
}
.about1 .wrap {
  border-radius: 1.6666666667vw;
  background: linear-gradient(180deg, #FFF 0%, #F6F8FC 100%);
  padding: 2.6041666667vw 3.59375vw 7.0833333333vw 3.6458333333vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about1 .wrap:before {
  content: '';
  position: absolute;
  width: 1720px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #B6D2FC;
  z-index: 2;
}
.about1 .wrap:after {
  content: '';
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 800px;
  opacity: 0.5;
  background: rgba(101, 171, 249, 0.5);
  filter: blur(200px);
  top: -365px;
  left: -180px;
  z-index: -1;
}
.about1 .wrap .up {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about1 .wrap .up .l {
  width: 43.2291666667vw;
}
.about1 .wrap .up .l .title {
  color: #525261;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 116.667%;
  text-transform: uppercase;
  margin: 0 0 5.46875vw;
}
.about1 .wrap .up .l .title span {
  color: #D13E26;
}
.about1 .wrap .up .l .text {
  color: #232225;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
.about1 .wrap .up .img {
  width: 38.5416666667vw;
  height: 38.5416666667vw;
  border-radius: 1.25vw;
  background: linear-gradient(180deg, #FFF 0%, #D5E5FD 100%);
  overflow: hidden;
}
.about1 .wrap .up .img:hover img {
  transform: scale(1.05);
}
.about1 .wrap .up .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.about1 .wrap .figure {
  display: flex;
  justify-content: space-between;
  margin: 6.25vw 0 0;
}
.about1 .wrap .figure .item {
  width: 21.3541666667vw;
  height: 12.96875vw;
  border-radius: 0.8333333333vw;
  background: linear-gradient(90deg, transparent, rgba(169, 201, 249, 0.3));
  padding: 0.8854166667vw 1.3541666667vw 2.4479166667vw 1.3541666667vw;
  position: relative;
  z-index: 1;
}
.about1 .wrap .figure .item:hover .icon img {
  transform: rotateY(180deg);
}
.about1 .wrap .figure .item:after {
  content: '';
  position: absolute;
  border-radius: inherit;
  inset: 1px;
  background: linear-gradient(90deg, #F7F9FC, #fff);
}
.about1 .wrap .figure .item .icon {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.about1 .wrap .figure .item .icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0.625vw;
  border: 1px solid #FFF;
  opacity: 0.7;
  background: linear-gradient(180deg, #D5E5FD 0%, #FFF 100%);
}
.about1 .wrap .figure .item .icon img {
  object-fit: contain;
  transition: 1s;
  max-width: 70%;
  max-height: 70%;
}
.about1 .wrap .figure .item .text {
  margin: 1.0416666667vw 0 0 4.1666666667vw;
  position: relative;
  z-index: 5;
}
.about1 .wrap .figure .item .text span {
  color: #204E81;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: -0.96px;
  text-transform: capitalize;
  margin: 0 0 0.78125vw;
  display: block;
}
.about1 .wrap .figure .item .text p {
  color: #525261;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.about2 {
  padding: 5.2083333333vw;
  padding-bottom: 10.4166666667vw;
  position: relative;
  z-index: 1;
}
.about2 .position {
  position: absolute;
  width: 100%;
  height: calc(100% + 100vh);
  top: 0;
  left: 0;
  z-index: -1;
}
.about2 .position .fix {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about2 .position .fix img {
  width: 28.75vw;
}
.about2 .wrap .up {
  position: sticky;
  top: 5.2083333333vw;
}
.about2 .wrap .title {
  color: #111;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
  margin: 2.5vw 0 0 0;
}
.about2 .wrap .content {
  padding: 0 6.25vw;
  margin: 3.125vw 0 0 0;
  gap: 45vh;
  display: flex;
  flex-direction: column;
}
.about2 .wrap .content .item {
  margin-left: auto;
  width: 28.125vw;
  min-height: 18.4895833333vw;
  border-radius: 0.625vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 50px 0 rgba(32, 78, 129, 0.1);
  backdrop-filter: blur(25px);
  padding: 2.2395833333vw 3.125vw 2.0833333333vw 2.6041666667vw;
  cursor: pointer;
}
.about2 .wrap .content .item:nth-child(2)  .icon:after{
  background: linear-gradient(180deg, #D5E5FD 0%, #FFF 100%);
}
.about2 .wrap .content .item:nth-child(3)  .icon:after{
  background: linear-gradient(180deg, #FFF2D6 0%, #FFF 100%);
}
.about2 .wrap .content .item:hover .icon img {
  transform: rotateY(180deg);
}
.about2 .wrap .content .item:hover .p1 {
  color: var(--color);
}
.about2 .wrap .content .item:nth-child(2n) {
  margin-left: 0;
}
.about2 .wrap .content .item .icon {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about2 .wrap .content .item .icon img {
  max-width: 70%;
  max-height: 70%;
  transition: 1s;
}
.about2 .wrap .content .item .icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.625vw;
  border: 1px solid #FFF;
  opacity: 0.7;
  background: linear-gradient(180deg, #FDD0C9 0%, #FFF 100%);
  z-index: -1;
}
.about2 .wrap .content .item .p1 {
  color: #232225;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  /* 100% */
  text-transform: capitalize;
  margin: 2.5vw 0 1.875vw;
  transition: .6s ease;
}
.about2 .wrap .content .item .p2 {
  color: #525261;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.about3 {
  border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  background: #fff;
  padding: 8.3333333333vw 5.2083333333vw 10.1041666667vw 5.2083333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.about3 .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about3 .wrap .img {
  width: 39.5833333333vw;
  height: 27.0833333333vw;
  border-radius: 1.25vw;
  background: #232225;
  overflow: hidden;
}
.about3 .wrap .img:hover img {
  transform: scale(1.05);
}
.about3 .wrap .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.about3 .wrap .r {
  width: 46.3541666667vw;
}
.about3 .wrap .r .title {
  color: #111;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin: 2.5vw 0;
}
.about3 .wrap .r .text {
  color: #232225;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}

.about4 {
  position: relative;
  z-index: 1;
  padding: 12.5vw 0;
}
.about4 .wrap {
  padding: 0 110px;
}
.about4 .wrap .p1 {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 2.34375vw;
}
.about4 .wrap .p2 {
  width: 43.9583333333vw;
  color: #525261;
  text-align: justify;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}

.about5 {
  padding: 8.8020833333vw 5.2083333333vw 4.7395833333vw 5.2083333333vw;
}
.about5 .wrap .up {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1.0416666667vw;
  border-bottom: 1px solid rgba(82, 82, 97, 0.2);
}
.about5 .wrap .up .l .p1 {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
  margin: 0 0 6.7708333333vw;
}
.about5 .wrap .up .l .p2 {
  color: #232225;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.about5 .wrap .up .text {
  width: 42.1354166667vw;
  color: #232225;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0.3645833333vw 0 0 0;
}
.about5 .wrap .content {
  margin: 3.125vw 0 0 0;
  display: flex;
  justify-content: space-between;
}
.about5 .wrap .content .item {
  width: 21.3541666667vw;
  height: 12.96875vw;
  border-radius: 0.8333333333vw;
  background: linear-gradient(90deg, transparent, rgba(169, 201, 249, 0.3));
  position: relative;
  z-index: 1;
  padding: 1.5625vw 1.4583333333vw 2.7604166667vw 1.4583333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
}
.about5 .wrap .content .item:hover:before {
  opacity: 1;
}
.about5 .wrap .content .item:before {
  content: '';
  z-index: 1;
  position: absolute;
  bottom: -14.8958333333vw;
  right: -6.71875vw;
  width: 21.3541666667vw;
  height: 21.3541666667vw;
  border-radius: 21.3541666667vw;
  background: #D13E26;
  filter: blur(75px);
  opacity: 0;
  transition: .6s ease;
}
.about5 .wrap .content .item:after {
  content: '';
  position: absolute;
  border-radius: inherit;
  inset: 1px;
  background: #fff;
}
.about5 .wrap .content .item .p1 {
  position: relative;
  z-index: 3;
  color: #232225;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: bold;
  line-height: 125%;
  text-transform: capitalize;
}
.about5 .wrap .content .item .p2 {
  position: relative;
  z-index: 3;
  color: #525261;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  text-transform: capitalize;
}

.about6 {
  padding: 5.2083333333vw 0;
  position: relative;
  z-index: 5;
  background: #F6F8FC;
}
.about6 .wrap {
  padding: 0 10vw 0 5.2083333333vw;
  display: flex;
  justify-content: space-between;
}
.about6 .wrap .r {
  width: 34.21875vw;
  position: relative;
  overflow: hidden;
}
.about6 .wrap .r .honorSwiper {
  width: 46.875vw;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about6 .wrap .r .honorSwiper .swiper-slide-active {
  position: relative;
  z-index: 2;
}
.about6 .wrap .r .honorSwiper .swiper-slide .img {
  width: 100%;
  padding: 2.6041666667vw 0;
}
.about6 .wrap .r .honorSwiper .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.about6 .wrap .r .honorSwiper .swiper-slide .img img {
  width: 100%;
  transition: .6s ease;
}
.about6 .wrap .up .title {
  margin: 2.5vw 0 0 0;
  color: #111;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
}
.about6 .wrap .up .dis {
  margin: 79px 0 0;
  display: flex;
  gap: 32px;
}
.about6 .wrap .up .dis .list {
  width: 6.197916666666667vw;
  height: 5.208333333333334vw;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: darken;
}
.about6 .wrap .up .dis .list img {
  object-fit: contain;
}
.about6 .wrap .content {
  margin: 3.6458333333vw 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0833333333vw;
}
.about6 .wrap .content .list {
  width: 100%;
}
.about6 .wrap .content .list:hover img {
  transform: scale(1.05);
}
.about6 .wrap .content .list img {
  width: 100%;
  transition: 1s;
}

.merry .row {
  display: flex;
  width: max-content;
}

.merry.active .row {
  animation: walking 0s linear infinite;
}

.merry:hover .row {
  animation-play-state: paused;
}

@keyframes walking {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.about7 {
  padding: 5.2083333333vw 0 8.2291666667vw;
}
.about7 .wrap {
  padding: 0 5.2083333333vw;
}
.about7 .wrap .up .title {
  margin: 2.5vw 0 0 0;
  color: #111;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
}
.about7 .wrap .content {
  margin: 2.9166666667vw 0 0 0;
}
.about7 .wrap .content .merry {
  width: 100%;
  height: 100%;
}
.about7 .wrap .content .merry .item {
  width: 12.2395833333vw;
  height: 8.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.0416666667vw 0 0;
  background: #fff;
  border-radius: 0.625vw;
}
.about7 .wrap .content .merry .item:hover img {
  transform: scale(1.05);
}
.about7 .wrap .content .merry .item img {
  object-fit: contain;
  width: 9.4270833333vw;
  transition: .6s ease;
}
.about7 .wrap .content .merry .row {
  height: 100%;
}
.about7 .wrap .content .merry .row .item img {
  height: 100%;
}


@media screen and (max-width: 1024px) {
  /* ==================== about1 ==================== */
  .about1 {
    padding: 0
  }

  .about1 .wrap {
    border-radius: 0;
    padding: 90px 20px 40px;
  }

  .about1 .wrap:before {
    width: 100%;
  }

  .about1 .wrap:after {
    width: 400px;
    height: 400px;
    top: -180px;
    left: -180px;
    filter: blur(120px);
  }

  .about1 .wrap .up {
    flex-direction: column;
    align-items: flex-start;
  }

  .about1 .wrap .up .l {
    width: 100%;
  }

  .about1 .wrap .up .l .title {
    font-size: clamp(28px, 7vw, 42px);
    margin-bottom: 35px;
  }

  .about1 .wrap .up .l .text {
    font-size: 14px;
    line-height: 1.7;
  }

  .about1 .wrap .up .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    margin-top: 35px;
  }

  .about1 .wrap .figure {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .about1 .wrap .figure .item {
    width: 100%;
    height: auto;
    min-height: 180px;
    border-radius: 10px;
    padding: 15px 12px 25px;
  }

  .about1 .wrap .figure .item .icon {
    width: 55px;
    height: 55px;
  }

  .about1 .wrap .figure .item .icon:after {
    border-radius: 8px;
  }

  .about1 .wrap .figure .item .text {
    margin: 18px 0 0;
  }

  .about1 .wrap .figure .item .text span {
    font-size: clamp(28px, 8vw, 42px);
    margin-bottom: 8px;
  }

  .about1 .wrap .figure .item .text p {
    font-size: 12px;
    line-height: 1.5;
  }


  /* ==================== about2 ==================== */
  .about2 {
    padding: 40px 20px;
    padding-bottom: 40px;
  }

  .about2 .position {
    display: none;
  }

  .about2 .wrap .up {
    position: static;
  }

  .about2 .wrap .title {
    font-size: clamp(28px, 7vw, 42px);
    margin: 15px 0 0 ;
  }

  .about2 .wrap .content {
    padding: 0;
    margin-top: 35px;
    gap: 20px;
  }

  .about2 .wrap .content .item,
  .about2 .wrap .content .item:nth-child(2n) {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 25px 20px;
    border-radius: 12px;
  }

  .about2 .wrap .content .item .icon {
    width: 65px;
    height: 65px;
  }

  .about2 .wrap .content .item .icon:after {
    border-radius: 10px;
  }

  .about2 .wrap .content .item .p1 {
    font-size: 24px;
    margin: 25px 0 15px;
  }

  .about2 .wrap .content .item .p2 {
    font-size: 14px;
    line-height: 1.7;
  }


  /* ==================== about3 ==================== */
  .about3 {
    border-radius: 20px 20px 0 0;
    padding: 40px 20px;
  }

  .about3 .wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .about3 .wrap .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.45 / 1;
    border-radius: 12px;
  }

  .about3 .wrap .r {
    width: 100%;
    margin-top: 35px;
  }

  .about3 .wrap .r .title {
    font-size: clamp(28px, 7vw, 42px);
    margin: 15px 0 20px;
  }

  .about3 .wrap .r .text {
    font-size: 14px;
    line-height: 1.7;
  }


  /* ==================== about4 ==================== */
  .about4 {
    padding: 40px 0;
  }

  .about4 .wrap {
    padding: 0 20px;
  }

  .about4 .wrap .p1 {
    font-size: clamp(28px, 7vw, 42px);
    margin-bottom: 25px;
  }

  .about4 .wrap .p2 {
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
  }


  /* ==================== about5 ==================== */
  .about5 {
    padding: 70px 20px 50px;
  }

  .about5 .wrap .up {
    flex-direction: column;
    padding-bottom: 25px;
  }

  .about5 .wrap .up .l .p1 {
    font-size: clamp(28px, 7vw, 42px);
    margin-bottom: 25px;
  }

  .about5 .wrap .up .l .p2 {
    font-size: 14px;
  }

  .about5 .wrap .up .text {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 25px;
  }

  .about5 .wrap .content {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .about5 .wrap .content .item {
    width: 100%;
    height: auto;
    min-height: 180px;
    border-radius: 10px;
    padding: 20px 15px;
  }

  .about5 .wrap .content .item .p1 {
    font-size: 18px;
  }

  .about5 .wrap .content .item .p2 {
    font-size: 13px;
    line-height: 1.6;
  }


  /* ==================== about6 ==================== */
  .about6 {
    padding: 50px 0;
  }

  .about6 .wrap {
    padding: 0 20px;
    flex-direction: column;
  }

  .about6 .wrap .up .title {
    font-size: clamp(28px, 7vw, 42px);
    margin: 20px 0 0;
  }

  .about6 .wrap .up .dis {
    margin-top: 35px;
    gap: 20px;
  }

  .about6 .wrap .up .dis .list {
    width: 40px;
    height: 40px;
  }

  .about6 .wrap .r {
    width: 100%;
    margin-top: 30px;
    overflow: visible;
  }

  .about6 .wrap .r .honorSwiper {
    width: 100%;
    left: auto;
    transform: none;
    overflow: unset;
  }

  .about6 .wrap .r .honorSwiper .swiper-slide .img {
    padding: 20px 0;
    /*transform: scale(1) !important;*/
  }

  .about6 .wrap .content {
    margin-top: 35px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }


  /* ==================== about7 ==================== */
  .about7 {
    padding: 70px 0 80px;
  }

  .about7 .wrap {
    padding: 0 20px;
  }

  .about7 .wrap .up .title {
    font-size: clamp(28px, 7vw, 42px);
    margin: 0;
  }

  .about7 .wrap .content {
    margin-top: 30px;
  }

  .about7 .wrap .content .merry .item {
    width: 140px;
    height: 95px;
    margin-right: 12px;
    border-radius: 8px;
  }

  .about7 .wrap .content .merry .item img {
    width: 105px;
  }
}