body {
  background: #F6F8FC;
}

.support1 {
  padding: 13.1770833333vw 0 6.3541666667vw;
}
.support1 .wrap {
  padding: 0 1.5625vw;
}
.support1 .wrap .up {
  padding: 0 2.6041666667vw;
}
.support1 .wrap .up .label {
  display: flex;
  align-items: center;
  gap: 0.2604166667vw;
}
.support1 .wrap .up .label .icon {
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support1 .wrap .up .label .icon img {
  object-fit: contain;
}
.support1 .wrap .up .label p {
  color: #525261;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.support1 .wrap .up .title {
  margin: 1.0416666667vw 0 0 0;
  color: #525261;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: bold;
  line-height: 133.333%;
  text-transform: uppercase;
}
.support1 .wrap .up .title span {
  color: #204E81;
}
.support1 .wrap .picture {
  width: 100%;
  height: 41.6666666667vw;
  border-radius: 1.6666666667vw;
  overflow: hidden;
  margin: 2.8125vw 0 0 0;
}
.support1 .wrap .picture img {
  width: 100%;
  height: 100%;
}

.support2 {
  padding: 0 0 6.7708333333vw;
}
.support2 .wrap {
  padding: 0 1.5625vw;
}
.support2 .wrap .up {
  padding: 0 2.0833333333vw;
  position: sticky;
  top: 6.25vw;
}
.support2 .wrap .up .title {
  margin: 2.6041666667vw 0 0 0;
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
}
.support2 .wrap .content {
  margin: 3.6458333333vw 0 0 0;
}
.support2 .wrap .content .item {
  padding: 3.125vw 0;
  border-top: 1px solid #C6D2EC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 19.53125vw;
  background: #F6F8FC;
}
.support2 .wrap .content .item .l {
  width: 39.7916666667vw;
}
.support2 .wrap .content .item .l .p1 {
  color: #232225;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 9.375vw;
}
.support2 .wrap .content .item .l .p2 {
  color: #525261;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  text-transform: capitalize;
}
.support2 .wrap .content .item .img {
  width: 36.4583333333vw;
  height: 20.8333333333vw;
  border-radius: 1.25vw;
  overflow: hidden;
  cursor: pointer;
}
.support2 .wrap .content .item .img:hover img {
  transform: scale(1.05);
}
.support2 .wrap .content .item .img img {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}

.support3 {
  position: relative;
  background: #fff;
  border-radius: 2.0833333333vw;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  padding: 5.3645833333vw 3.6458333333vw 4.6875vw 3.6458333333vw;
}
.support3 .wrap .up {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.support3 .wrap .up .button {
  display: flex;
  gap: 0.5208333333vw;
  margin: 0 0 0.5208333333vw;
}
.support3 .wrap .up .button .circle {
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  background: rgba(32, 78, 129, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: .6s ease;
}
.support3 .wrap .up .button .circle:hover {
  background: var(--color);
}
.support3 .wrap .up .button .circle:hover svg path {
  fill: #fff;
}
.support3 .wrap .up .button .circle:last-child {
  transform: rotate(180deg);
}
.support3 .wrap .up .button .circle svg {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
.support3 .wrap .up .button .circle svg path {
  transition: .6s ease;
}
.support3 .wrap .up .title {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
  margin: 2.7083333333vw 0 0 0;
}
.support3 .wrap .content {
  margin: 3.3854166667vw 0 0 0;
}
.support3 .wrap .content .supportSwiper {
  width: 100%;
}
.support3 .wrap .content .supportSwiper .swiper-slide .item {
  border-radius: 1.25vw;
  overflow: hidden;
  background: #fff;
  display: block;
  cursor: pointer;
}
.support3 .wrap .content .supportSwiper .swiper-slide .item:hover .img img {
  transform: scale(1.05);
}
.support3 .wrap .content .supportSwiper .swiper-slide .item:hover .text .p1 {
  color: var(--color);
}
.support3 .wrap .content .supportSwiper .swiper-slide .item .img {
  width: 100%;
  height: 22.9166666667vw;
  overflow: hidden;
}
.support3 .wrap .content .supportSwiper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}
.support3 .wrap .content .supportSwiper .swiper-slide .item .text {
  padding: 2.0833333333vw;
}
.support3 .wrap .content .supportSwiper .swiper-slide .item .text .p1 {
  color: #232225;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 0.6770833333vw;
  transition: .6s ease;
}
.support3 .wrap .content .supportSwiper .swiper-slide .item .text .p2 {
  color: #525261;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.support4 {
  padding: 5.2083333333vw 0 11.4583333333vw 0;
}
.support4 .wrap {
  padding: 0 1.5625vw;
}
.support4 .wrap .up .title {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
  margin: 2.7083333333vw 0 0 0;
}
.support4 .wrap .content {
  margin: 3.6458333333vw 0 0 0;
  display: flex;
  justify-content: space-between;
}
.support4 .wrap .content .r {
  width: 47.8125vw;
  height: 41.6666666667vw;
  border-radius: 1.6666666667vw;
  background: linear-gradient(180deg, #FFF 0%, #D5E5FD 100%);
  overflow: hidden;
  position: sticky;
  top: 5.9895833333vw;
  cursor: pointer;
}
.support4 .wrap .content .r:hover img {
  transform: scale(1.05);
}
.support4 .wrap .content .r img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.support4 .wrap .content .l {
  width: 47.8125vw;
}
.support4 .wrap .content .l .item {
  width: 100%;
  height: 20.3125vw;
  border-radius: 1.6666666667vw;
  background: #FFF;
  padding: 2.0833333333vw 5.1041666667vw 2.0833333333vw 2.0833333333vw;
}
.support4 .wrap .content .l .item:not(:last-child) {
  margin: 0 0 1.0416666667vw;
}
.support4 .wrap .content .l .item .circle {
  width: 5.7291666667vw;
  height: 5.7291666667vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F8FC;
}
.support4 .wrap .content .l .item .circle img {
  object-fit: contain;
}
.support4 .wrap .content .l .item .p1 {
  margin: 2.96875vw 0 1.6666666667vw;
  color: #232225;
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: bold;
  text-transform: capitalize;
}
.support4 .wrap .content .l .item .p2 {
  color: #525261;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
}

.support5 {
  height: 100vh;
  position: relative;
  z-index: 1;
  border-radius: 2.0833333333vw;
}
.support5 .fix {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.support5 .wrap {
  padding: 7.2916666667vw 3.6458333333vw 4.4791666667vw 3.6458333333vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.support5 .wrap .up .common_label p {
  color: #fff;
}
.support5 .wrap .up .title {
  color: #fff;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
  margin: 2.7083333333vw 0 0 0;
}
.support5 .wrap .content .x {
  display: flex;
  width: max-content;
}
.support5 .wrap .item {
  width: 31.25vw;
  border-radius: 1.25vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(41, 61, 83, 0.1);
  backdrop-filter: blur(33px);
  padding: 2.5vw 2.0833333333vw;
  transition: .6s ease;
  cursor: pointer;
  margin: 0 1.0416666667vw 0 0;
}
.support5 .wrap .item:hover {
  border: 1px solid #FFF;
  background: #FFF;
}
.support5 .wrap .item:hover .p1 {
  color: #232225;
}
.support5 .wrap .item:hover .p2 {
  color: #525261;
}
.support5 .wrap .item .p1 {
  color: #FFF;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 0.6770833333vw;
  transition: .6s ease;
}
.support5 .wrap .item .p2 {
  width: 24.4791666667vw;
  color: #FFF;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: .6s ease;
}

.support6 {
  padding: 7.2916666667vw 0 8.3333333333vw;
}
.support6 .wrap {
  padding: 0 3.6458333333vw;
  display: flex;
  justify-content: space-between;
}
.support6 .wrap .l {
  width: 41.1458333333vw;
}
.support6 .wrap .l .title {
  color: #232225;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.667%;
  text-transform: uppercase;
  margin: 2.7083333333vw 0 0 0;
}
.support6 .wrap .l .text {
  margin: 3.6458333333vw 0 0 0;
  width: 39.2708333333vw;
  color: #525261;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
}
.support6 .wrap .r {
  margin: 3.5416666667vw 0 0 0;
  display: flex;
  gap: 1.25vw;
}
.support6 .wrap .r .item {
  width: 20.8333333333vw;
  height: 23.9583333333vw;
  background: #FFF;
  border-radius: 1.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support6 .wrap .r .item:hover img {
  transform: scale(1.05);
}
.support6 .wrap .r .item img {
  transition: 1s;
}


@media screen and (max-width: 1024px) {
  /* ==================== support1 ==================== */
  .support1 {
    padding: 100px 0 50px;
  }

  .support1 .wrap {
    padding: 0 15px;
  }

  .support1 .wrap .up {
    padding: 0 10px;
  }

  .support1 .wrap .up .label {
    gap: 6px;
  }

  .support1 .wrap .up .label .icon {
    width: 24px;
    height: 24px;
  }

  .support1 .wrap .up .label p {
    font-size: 14px;
  }

  .support1 .wrap .up .title {
    margin-top: 15px;
    font-size: 22px;
    line-height: 1.25;
  }

  .support1 .wrap .picture {
    height: auto;
    aspect-ratio: 1.5 / 1;
    border-radius: 16px;
    margin-top: 30px;
  }

  .support1 .wrap .picture img {
    object-fit: cover;
  }


  /* ==================== support2 ==================== */
  .support2 {
    padding-bottom: 30px;
  }

  .support2 .wrap {
    padding: 0 20px;
  }

  .support2 .wrap .up {
    padding: 0;
    position: static;
  }

  .support2 .wrap .up .title {
    margin-top: 14px;
    font-size: 22px;
  }

  .support2 .wrap .content {
    margin-top: 35px;
  }

  .support2 .wrap .content .item {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    position: static;
    background: transparent;
  }

  .support2 .wrap .content .item .l {
    width: 100%;
  }

  .support2 .wrap .content .item .l .p1 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .support2 .wrap .content .item .l .p2 {
    font-size: 14px;
    line-height: 1.7;
  }

  .support2 .wrap .content .item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7 / 1;
    border-radius: 12px;
  }

  .support2 .wrap .content .item .img img {
    object-fit: cover;
  }


  /* ==================== support3 ==================== */
  .support3 {
    border-radius: 20px;
    padding: 40px 20px;
  }

  .support3 .wrap .up {
    align-items: flex-end;
  }

  .support3 .wrap .up .title {
    font-size: 22px;
    margin: 15px 0 0;
  }

  .support3 .wrap .up .button {
    gap: 8px;
    margin: 0;
  }

  .support3 .wrap .up .button .circle {
    width: 42px;
    height: 42px;
  }

  .support3 .wrap .up .button .circle svg {
    width: 13px;
    height: 13px;
  }

  .support3 .wrap .content {
    margin-top: 30px;
  }

  .support3 .wrap .content .supportSwiper .swiper-slide .item {
    border-radius: 12px;
  }

  .support3 .wrap .content .supportSwiper .swiper-slide .item .img {
    height: auto;
    aspect-ratio: 1.4 / 1;
  }

  .support3 .wrap .content .supportSwiper .swiper-slide .item .img img {
    object-fit: cover;
  }

  .support3 .wrap .content .supportSwiper .swiper-slide .item .text {
    padding: 20px;
  }

  .support3 .wrap .content .supportSwiper .swiper-slide .item .text .p1 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .support3 .wrap .content .supportSwiper .swiper-slide .item .text .p2 {
    font-size: 13px;
    line-height: 1.7;
  }


  /* ==================== support4 ==================== */
  .support4 {
    padding: 20px 0 40px;
  }

  .support4 .wrap {
    padding: 0 20px;
  }

  .support4 .wrap .up .title {
    font-size: 22px;
    margin: 15px 0 0 ;
  }

  .support4 .wrap .content {
    margin-top: 35px;
    flex-direction: column;
    gap: 20px;
  }

  .support4 .wrap .content .l {
    width: 100%;
    order: 2;
  }

  .support4 .wrap .content .r {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.85;
    border-radius: 16px;
    position: static;
    order: 1;
  }

  .support4 .wrap .content .r img {
    object-fit: cover;
  }

  .support4 .wrap .content .l .item {
    width: 100%;
    height: auto;
    min-height: 220px;
    border-radius: 16px;
    padding: 25px 20px;
  }

  .support4 .wrap .content .l .item:not(:last-child) {
    margin-bottom: 15px;
  }

  .support4 .wrap .content .l .item .circle {
    width: 65px;
    height: 65px;
  }

  .support4 .wrap .content .l .item .p1 {
    margin: 20px 0 10px;
    font-size: 20px;
  }

  .support4 .wrap .content .l .item .p2 {
    font-size: 14px;
    line-height: 1.7;
  }


  /* ==================== support5 ==================== */
  .support5 {
    height: auto;
    min-height: 100vh;
    border-radius: 20px;
  }

  .support5 .fix {
    height: auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .support5 .wrap {
    padding: 70px 20px;
    min-height: 100vh;
  }

  .support5 .wrap .up .title {
    font-size: clamp(28px, 7vw, 42px);
    margin-top: 20px;
  }

  .support5 .wrap .content {
    margin-top: 50px;
  }

  .support5 .wrap .content .x {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .support5 .wrap .item {
    width: 100%;
    margin: 0 0 15px;
    border-radius: 14px;
    padding: 25px 20px;
  }

  .support5 .wrap .item .p1 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .support5 .wrap .item .p2 {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }


  /* ==================== support6 ==================== */
  .support6 {
    padding: 70px 0 80px;
  }

  .support6 .wrap {
    padding: 0 20px;
    flex-direction: column;
  }

  .support6 .wrap .l {
    width: 100%;
  }

  .support6 .wrap .l .title {
    font-size: clamp(28px, 7vw, 42px);
    margin: 0;
  }

  .support6 .wrap .l .text {
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.7;
  }

  .support6 .wrap .r {
    margin-top: 40px;
    gap: 15px;
    width: 100%;
  }

  .support6 .wrap .r .item {
    width: calc(50% - 7.5px);
    height: auto;
    aspect-ratio: 0.87 / 1;
    border-radius: 14px;
  }

  .support6 .wrap .r .item img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
  }
}