.hm-choose {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .hm-choose.indicator-page .hm-choose__list .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .hm-choose.indicator-page .hm-choose__list .swiper-slide:nth-last-child(n+3) {
    width: calc(33.33% - 24px);
  }
  .hm-choose.indicator-page .hm-choose__list .swiper-slide:nth-last-child(-n+2) {
    width: calc(50% - 24px);
  }
  .hm-choose.indicator-page .hm-choose__list .swiper-slide:nth-last-child(-n+2) .hm-choose__name {
    max-width: 600px;
  }
}
.hm-choose h2 {
  text-align: center;
  margin: 0 auto 80px;
}
.hm-choose__item {
  border-radius: 24px;
  border: 1px solid #000A35;
  background-color: rgba(16, 26, 72, 0.5);
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.hm-choose__name {
  text-align: center;
  color: #fff;
  font-weight: 700;
  max-width: 350px;
  margin-inline: auto;
}
.hm-choose__link {
  display: flex;
  width: fit-content;
  margin: 28px auto 0;
}
@media screen and (min-width: 769px) {
  .hm-choose__list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .hm-choose__list .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .hm-choose__list {
    overflow: hidden;
  }
  .hm-choose h2 {
    margin-bottom: 32px;
  }
}

.swiper-pagination-white {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.swiper-pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

/*# sourceMappingURL=why-choose-section.css.map */
