.industry-university-component[data-v-fdd35688] {
  --color-primary: #0b3852;
  --color-info: #3f8eba;
  --color-background: #f4fafd;
  background: var(--color-background);
}
.industry-university-component .txt-primary[data-v-fdd35688] {
  color: var(--color-primary);
}
.industry-university-component .txt-info[data-v-fdd35688] {
  color: var(--color-info);
}
.industry-university-component .container-wrapper[data-v-fdd35688] {
  padding: 40px 200px;
}
@media only screen and (max-width: 1279px) {
.industry-university-component .container-wrapper[data-v-fdd35688] {
    padding: 30px 40px;
}
}
.industry-university-component h2[data-v-fdd35688] {
  width: 670px;
  max-width: 100%;
  font-size: 20px;
  line-height: 29px;
  color: var(--color-primary);
  font-weight: bold;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.industry-university-component h2[data-v-fdd35688] {
    font-size: 14px;
    line-height: 20px;
}
}
.industry-university-component .item-list[data-v-fdd35688] {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  align-items: stretch;
}
@media only screen and (max-width: 959px) {
.industry-university-component .item-list[data-v-fdd35688] {
    flex-direction: column;
    gap: 35px;
    margin-top: 40px;
}
}
.industry-university-component .item-list .item[data-v-fdd35688] {
  position: relative;
  flex: 1;
  padding: 40px 30px;
  border: 2px solid var(--color-primary);
  border-radius: 20px;
  line-height: 24px;
  font-size: 16px;
}
@media only screen and (max-width: 959px) {
.industry-university-component .item-list .item[data-v-fdd35688] {
    padding: 35px 25px;
}
}
@media only screen and (max-width: 767px) {
.industry-university-component .item-list .item[data-v-fdd35688] {
    font-size: 14px;
    line-height: 20px;
}
}
.industry-university-component .item-list .item .img-panel[data-v-fdd35688] {
  position: absolute;
  background: var(--color-background);
  width: 45px;
  height: 45px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
.industry-university-component .item-list .item .img-panel[data-v-fdd35688] {
    width: 35px;
    height: 35px;
}
}
.industry-university-component .item-list .item .img-panel img[data-v-fdd35688] {
  width: 100%;
}
.industry-university-component .item-list .item .title[data-v-fdd35688] {
  font-weight: 500;
  color: var(--color-primary);
}
.industry-university-component .item-list .item .text[data-v-fdd35688] {
  color: #000;
  margin-top: 15px;
}
.industry-university-component .button-panel[data-v-fdd35688] {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 959px) {
.industry-university-component .button-panel[data-v-fdd35688] {
    margin-top: 30px;
}
}
.industry-university-component .button-panel .btn-link[data-v-fdd35688] {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  outline: none;
  border: 0;
  background: var(--color-primary);
  padding: 10px 50px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
.industry-university-component .button-panel .btn-link[data-v-fdd35688] {
    font-size: 12px;
}
}.home-page-news-component[data-v-5b67c0e2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/tw/tw-images/news.svg");
  background-position: right top 50px;
  background-repeat: no-repeat;
  padding: 40px 100px;
}
@media only screen and (max-width: 959px) {
.home-page-news-component[data-v-5b67c0e2] {
    padding: 0;
    background-size: 91px 110px;
    background-position: right top;
}
}
.home-page-news-component .title[data-v-5b67c0e2] {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
@media only screen and (max-width: 959px) {
.home-page-news-component .title[data-v-5b67c0e2] {
    margin-top: 66px;
    font-size: 16px;
    margin-bottom: 10px;
}
}
.home-page-news-component .title-line[data-v-5b67c0e2] {
  font-family: "Roboto Mono";
  font-size: 16px;
  color: #3f8eba;
  display: flex;
  align-items: center;
  align-self: flex-start;
  width: 100%;
}
@media only screen and (max-width: 959px) {
.home-page-news-component .title-line[data-v-5b67c0e2] {
    font-size: 14px;
}
}
.home-page-news-component .title-line[data-v-5b67c0e2]::before, .home-page-news-component .title-line[data-v-5b67c0e2]::after {
  content: "";
  border-bottom: solid 2px #0b3852;
}
.home-page-news-component .title-line[data-v-5b67c0e2]::before {
  margin-right: 40px;
  width: 44%;
}
@media only screen and (max-width: 767px) {
.home-page-news-component .title-line[data-v-5b67c0e2]::before {
    margin-right: 20px;
    width: 38%;
}
}
.home-page-news-component .title-line[data-v-5b67c0e2]::after {
  margin-left: 40px;
  width: 36%;
}
@media only screen and (max-width: 767px) {
.home-page-news-component .title-line[data-v-5b67c0e2]::after {
    margin-left: 20px;
    width: 8%;
}
}
.home-page-news-component .news-list[data-v-5b67c0e2] {
  width: 100%;
  padding: 40px;
  border-bottom: solid 2px #0b3852;
}
@media only screen and (max-width: 959px) {
.home-page-news-component .news-list[data-v-5b67c0e2] {
    padding: 0;
}
}
.home-page-news-component .news-list .news-item[data-v-5b67c0e2] {
  display: flex;
  padding: 10px 0;
  align-items: flex-start;
}
@media only screen and (max-width: 959px) {
.home-page-news-component .news-list .news-item[data-v-5b67c0e2] {
    align-items: flex-start;
}
}
.home-page-news-component .news-list .news-item .date[data-v-5b67c0e2] {
  font-size: 14px;
  color: #666;
  padding-right: 30px;
  order: 1;
}
@media only screen and (max-width: 959px) {
.home-page-news-component .news-list .news-item .date[data-v-5b67c0e2] {
    font-size: 12px;
    order: 3;
    padding-right: 0;
    padding-left: 5px;
}
}
.home-page-news-component .news-list .news-item .type[data-v-5b67c0e2] {
  font-size: 14px;
  padding: 1px 15px;
  border-radius: 11px;
  color: #fff;
  width: 100px;
  display: flex;
  justify-content: center;
  margin-right: 30px;
  order: 2;
  flex: none;
}
@media only screen and (max-width: 959px) {
.home-page-news-component .news-list .news-item .type[data-v-5b67c0e2] {
    width: 90px;
    font-size: 12px;
    margin-right: 5px;
    order: 1;
}
}
.home-page-news-component .news-list .news-item .type.event[data-v-5b67c0e2] {
  background-color: #3f8eba;
}
.home-page-news-component .news-list .news-item .type.blog[data-v-5b67c0e2] {
  background-color: #0b3852;
}
.home-page-news-component .news-list .news-item .type.news[data-v-5b67c0e2] {
  background-color: #f6c554;
}
.home-page-news-component .news-list .news-item .sub-title[data-v-5b67c0e2] {
  padding-right: 20px;
}
@media only screen and (max-width: 959px) {
.home-page-news-component .news-list .news-item .sub-title[data-v-5b67c0e2] {
    padding-right: 0;
    display: inline-block;
}
}
.home-page-news-component .news-list .news-item .link[data-v-5b67c0e2] {
  display: flex;
  font-size: 16px;
  color: #000;
  order: 3;
}
@media only screen and (max-width: 959px) {
.home-page-news-component .news-list .news-item .link[data-v-5b67c0e2] {
    font-size: 12px;
    order: 2;
    flex: 1;
    display: block;
}
}
.home-page-news-component .news-list .news-item .link a[data-v-5b67c0e2] {
  color: #000;
}
.home-page-news-component .learn-more[data-v-5b67c0e2] {
  font-family: "Roboto Mono";
  font-size: 16px;
  color: #0b3852;
  align-self: flex-end;
  text-decoration: none;
  margin-top: 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 959px) {
.home-page-news-component .learn-more[data-v-5b67c0e2] {
    font-size: 14px;
}
}
.home-page-news-component .learn-more img[data-v-5b67c0e2] {
  margin-left: 20px;
}.home-page-partner-component[data-v-02e8cbf8] {
  padding: 40px 0;
}
@media only screen and (max-width: 959px) {
.home-page-partner-component[data-v-02e8cbf8] {
    padding: 30px 0 20px;
}
}
.home-page-partner-component .title[data-v-02e8cbf8] {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 959px) {
.home-page-partner-component .title[data-v-02e8cbf8] {
    font-size: 16px;
    margin-bottom: 10px;
}
}
.home-page-partner-component .partner-list[data-v-02e8cbf8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
.home-page-partner-component .partner-list[data-v-02e8cbf8] {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
}
.home-page-partner-component .partner-list .item[data-v-02e8cbf8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 30px 0;
}
@media only screen and (max-width: 959px) {
.home-page-partner-component .partner-list .item[data-v-02e8cbf8] {
    width: 50%;
}
}
.home-page-partner-component .partner-list .item .logo[data-v-02e8cbf8] {
  height: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 959px) {
.home-page-partner-component .partner-list .item .logo[data-v-02e8cbf8] {
    height: 30px;
    margin-bottom: 10px;
}
}
.home-page-partner-component .partner-list .item .desc[data-v-02e8cbf8] {
  font-size: 16px;
  color: #0b3852;
}
@media only screen and (max-width: 959px) {
.home-page-partner-component .partner-list .item .desc[data-v-02e8cbf8] {
    text-align: center;
    font-size: 12px;
    width: 120px;
}
}.swiper-component[data-v-5df0341b] {
  position: relative;
  overflow: hidden;
}
.swiper-component .touch-panel[data-v-5df0341b] {
  overflow: hidden;
  margin: auto;
  max-width: 100%;
}
.swiper-component .arrow-icon[data-v-5df0341b] {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  display: flex;
  align-items: center;
  color: #333;
}
.swiper-component .arrow-icon .material-icons[data-v-5df0341b] {
  position: relative;
  border-radius: 50%;
  font-size: 40px;
  margin: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: 300ms;
}
.swiper-component .arrow-icon .material-icons[data-v-5df0341b]:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-component .arrow-icon.arrow-left[data-v-5df0341b] {
  left: 0;
}
.swiper-component .arrow-icon.arrow-right[data-v-5df0341b] {
  right: 0;
}
.swiper-component .arrow-icon.arrow-right .material-icons[data-v-5df0341b] {
  position: absolute;
  right: 0;
}
.swiper-component .item-list[data-v-5df0341b] {
  position: relative;
  height: 100%;
  min-width: 100%;
  display: flex;
  transition: 300ms;
}
.swiper-component .item-list .swiper-item[data-v-5df0341b] {
  width: 100%;
  height: 100%;
  transition: transform 500ms;
}
.swiper-component .item-bar-wrapper[data-v-5df0341b] {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.swiper-component .item-bar-wrapper .item-bar[data-v-5df0341b] {
  position: relative;
  display: inline-block;
  bottom: 0;
}
.swiper-component .item-bar-wrapper .item-bar .item-dot[data-v-5df0341b] {
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  transition: 300ms;
}
.swiper-component .item-bar-wrapper .item-bar .item-dot[data-v-5df0341b]:hover {
  background: rgba(0, 0, 0, 0.1);
}
.swiper-component .item-bar-wrapper .item-bar .item-dot .dot[data-v-5df0341b] {
  width: 12px;
  height: 12px;
  background: #000;
  content: "";
  border-radius: 50%;
  opacity: 0.3;
}
.swiper-component .item-bar-wrapper .item-bar .item-dot.active .dot[data-v-5df0341b] {
  opacity: 0.75;
}.home-page-success-case-component[data-v-f7c176e0] {
  padding: 40px 0;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component[data-v-f7c176e0] {
    padding: 30px 0;
}
}
.home-page-success-case-component .title[data-v-f7c176e0] {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .title[data-v-f7c176e0] {
    font-size: 16px;
    margin-bottom: 20px;
}
}
.home-page-success-case-component .cases-list .item[data-v-f7c176e0] {
  height: 300px;
  margin-bottom: 30px;
  background-color: #ffffff;
  display: flex;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list .item[data-v-f7c176e0] {
    height: 358px;
    flex-wrap: wrap;
}
}
.home-page-success-case-component .cases-list .item .img[data-v-f7c176e0] {
  width: 54%;
  max-width: 542px;
  height: 300px;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list .item .img[data-v-f7c176e0] {
    max-width: none;
    width: 100%;
    height: 174px;
}
}
.home-page-success-case-component .cases-list .item .intro[data-v-f7c176e0] {
  padding: 80px 60px;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list .item .intro[data-v-f7c176e0] {
    padding: 30px 30px 40px;
    width: 100%;
}
}
.home-page-success-case-component .cases-list .item .intro .name[data-v-f7c176e0] {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list .item .intro .name[data-v-f7c176e0] {
    font-size: 14px;
}
}
.home-page-success-case-component .cases-list .item .intro .tags[data-v-f7c176e0] {
  margin-bottom: 36px;
  display: flex;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list .item .intro .tags[data-v-f7c176e0] {
    margin-bottom: 30px;
}
}
.home-page-success-case-component .cases-list .item .intro .tags .tag[data-v-f7c176e0] {
  font-size: 14px;
  color: #0b3852;
  margin-right: 20px;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list .item .intro .tags .tag[data-v-f7c176e0] {
    font-size: 12px;
    margin-right: 15px;
}
}
.home-page-success-case-component .cases-list .item .intro .link[data-v-f7c176e0] {
  padding: 10px 30px;
  background-color: #0b3852;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list .item .intro .link[data-v-f7c176e0] {
    font-size: 12px;
}
}
.home-page-success-case-component .cases-list .item .intro .link img[data-v-f7c176e0] {
  margin-left: 20px;
}
.home-page-success-case-component .cases-list .item .intro .link[data-v-f7c176e0]:hover {
  opacity: 0.8;
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] {
  position: relative;
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide {
  padding: 0 82px;
  height: 330px;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide {
    height: 378px;
    padding: 0;
}
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item {
  height: 300px;
  margin-bottom: 30px;
  background-color: #ffffff;
  display: flex;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item {
    height: 358px;
    flex-wrap: wrap;
}
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .img {
  width: 54%;
  max-width: 542px;
  height: 300px;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .img {
    max-width: none;
    width: 100%;
    height: 174px;
}
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro {
  padding: 80px 60px;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro {
    padding: 30px 30px 40px;
    width: 100%;
}
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro .name {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro .name {
    font-size: 14px;
}
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro .tags {
  margin-bottom: 36px;
  display: flex;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro .tags {
    margin-bottom: 30px;
}
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro .tags .tag {
  font-size: 14px;
  color: #0b3852;
  margin-right: 20px;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro .tags .tag {
    font-size: 12px;
    margin-right: 15px;
}
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro .link {
  padding: 10px 30px;
  background-color: #0b3852;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro .link {
    font-size: 12px;
}
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro .link img {
  margin-left: 20px;
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .slide .item .intro .link:hover {
  opacity: 0.8;
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .swiper-prev {
  position: absolute;
  top: calc(50% - 24px);
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list[data-v-f7c176e0] .swiper-prev {
    display: none;
}
}
.home-page-success-case-component .cases-list[data-v-f7c176e0] .swiper-next {
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component .cases-list[data-v-f7c176e0] .swiper-next {
    display: none;
}
}
.home-page-success-case-component .swiper-pagination[data-v-f7c176e0] {
  position: relative;
}
.home-page-success-case-component[data-v-f7c176e0] .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 12px;
}
@media only screen and (max-width: 959px) {
.home-page-success-case-component[data-v-f7c176e0] .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
}
.home-page-success-case-component[data-v-f7c176e0] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3f8eba;
}.media-report-outer[data-v-336b14d1] {
  color: #000000;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 959px) {
.media-report-outer[data-v-336b14d1] {
    display: block;
}
}
.media-report-outer[data-v-336b14d1] .media-report-gp {
  position: relative;
  flex: 1;
  width: 0;
}
@media only screen and (max-width: 959px) {
.media-report-outer[data-v-336b14d1] .media-report-gp {
    width: 100%;
    flex: none;
}
}
.media-report-outer[data-v-336b14d1] .media-report-gp + .media-report-gp {
  margin-left: 58px;
}
@media only screen and (max-width: 1279px) {
.media-report-outer[data-v-336b14d1] .media-report-gp + .media-report-gp {
    margin-left: 30px;
}
}
@media only screen and (max-width: 959px) {
.media-report-outer[data-v-336b14d1] .media-report-gp + .media-report-gp {
    margin-left: 0;
    margin-top: 30px;
}
}
.media-report-outer[data-v-336b14d1] .media-report-gp + .media-report-gp::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -29px;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #0b3852;
}
@media only screen and (max-width: 1279px) {
.media-report-outer[data-v-336b14d1] .media-report-gp + .media-report-gp::before {
    left: -15px;
}
}
@media only screen and (max-width: 959px) {
.media-report-outer[data-v-336b14d1] .media-report-gp + .media-report-gp::before {
    display: none;
}
}
.media-report-outer[data-v-336b14d1] .media-report-gp .card-gp {
  padding: 10px;
  margin: -10px;
}
@media only screen and (max-width: 959px) {
.media-report-outer[data-v-336b14d1] .media-report-gp .card-gp {
    flex-direction: row;
    align-items: center;
}
.media-report-outer[data-v-336b14d1] .media-report-gp .card-gp .card-time,
  .media-report-outer[data-v-336b14d1] .media-report-gp .card-gp .card-text,
  .media-report-outer[data-v-336b14d1] .media-report-gp .card-gp .card-read-more {
    display: none;
}
}
@media only screen and (max-width: 1279px) {
.media-report-outer[data-v-336b14d1] .media-report-gp .card-gp .card-img {
    height: 100px;
}
}
@media only screen and (max-width: 959px) {
.media-report-outer[data-v-336b14d1] .media-report-gp .card-gp .card-img {
    width: 150px;
    height: 90px;
    flex: none;
}
}
@media only screen and (max-width: 1279px) {
.media-report-outer[data-v-336b14d1] .media-report-gp .card-gp .card-img img {
    width: 100%;
    object-fit: cover;
}
}
@media only screen and (max-width: 959px) {
.media-report-outer[data-v-336b14d1] .media-report-gp .card-gp .card-info {
    margin-left: 10px;
    flex: 1;
    width: 0;
}
.media-report-outer[data-v-336b14d1] .media-report-gp .card-gp .card-info .card-title {
    font-size: 12px;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-line-clamp: 5;
}
}
@media only screen and (max-width: 959px) {
.media-report-outer[data-v-336b14d1] .media-report-gp.in-index + .media-report-gp::before {
    display: block;
    position: relative;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    height: 1px;
    top: 0;
    left: 10px;
}
.media-report-outer[data-v-336b14d1] .media-report-gp.in-index .card-gp {
    display: block;
}
.media-report-outer[data-v-336b14d1] .media-report-gp.in-index .card-gp .card-img {
    width: 100%;
    height: 168px;
    margin-bottom: 20px;
}
.media-report-outer[data-v-336b14d1] .media-report-gp.in-index .card-gp .card-info {
    width: 100%;
}
.media-report-outer[data-v-336b14d1] .media-report-gp.in-index .card-gp .card-info .card-time,
  .media-report-outer[data-v-336b14d1] .media-report-gp.in-index .card-gp .card-info .card-text,
  .media-report-outer[data-v-336b14d1] .media-report-gp.in-index .card-gp .card-info .card-read-more {
    display: block;
}
.media-report-outer[data-v-336b14d1] .media-report-gp.in-index .card-gp .card-info .card-title {
    -webkit-line-clamp: 2;
}
.media-report-outer[data-v-336b14d1] .media-report-gp.in-index .card-gp .card-info .card-text .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}.page-index[data-v-0cfcfa2a] {
  margin: 60px 0 40px;
  position: relative;
}
@media only screen and (max-width: 959px) {
.page-index[data-v-0cfcfa2a] {
    margin: 40px 0;
}
}
.page-index .blue-bg[data-v-0cfcfa2a] {
  position: absolute;
  background-color: #e4f2fa;
  height: 115px;
  width: 100%;
  top: 97px;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
.page-index .blue-bg[data-v-0cfcfa2a] {
    display: none;
}
}
.page-index .suceess-case[data-v-0cfcfa2a] {
  background-color: #e4f2fa;
}
.page-index .media-reports[data-v-0cfcfa2a] {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-index .media-reports .title[data-v-0cfcfa2a] {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 959px) {
.page-index .media-reports .title[data-v-0cfcfa2a] {
    font-size: 16px;
    margin-bottom: 26px;
}
}
.page-index .media-reports .learn-more[data-v-0cfcfa2a] {
  font-family: "Roboto Mono";
  font-size: 16px;
  color: #0b3852;
  align-self: flex-end;
  text-decoration: none;
  margin-top: 40px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 959px) {
.page-index .media-reports .learn-more[data-v-0cfcfa2a] {
    font-size: 14px;
    margin-top: 20px;
}
}
.page-index .media-reports .learn-more img[data-v-0cfcfa2a] {
  margin-left: 20px;
}
.page-index .content-wrapper[data-v-0cfcfa2a] {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 100px;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper[data-v-0cfcfa2a] {
    max-width: 100%;
    padding: 0 30px;
}
}
.page-index .content-wrapper .title-gp[data-v-0cfcfa2a] {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp[data-v-0cfcfa2a] {
    flex-direction: column;
    margin-bottom: 40px;
}
}
.page-index .content-wrapper .title-gp .left-gp[data-v-0cfcfa2a] {
  margin-top: 20px;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .left-gp[data-v-0cfcfa2a] {
    margin-top: 0;
}
}
.page-index .content-wrapper .title-gp .left-gp .yellow-line[data-v-0cfcfa2a] {
  margin-bottom: 40px;
  line-height: 35px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .left-gp .yellow-line[data-v-0cfcfa2a] {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
}
.page-index .content-wrapper .title-gp .left-gp .yellow-line[data-v-0cfcfa2a]::after {
  z-index: -1;
  content: "";
  background-color: #f6c554;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17px;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .left-gp .yellow-line[data-v-0cfcfa2a]::after {
    height: 12px;
}
}
.page-index .content-wrapper .title-gp .left-gp .title[data-v-0cfcfa2a] {
  font-size: 38px;
  font-weight: 500;
  line-height: 55px;
  color: #0b3852;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .left-gp .title[data-v-0cfcfa2a] {
    font-size: 22px;
    line-height: 32px;
}
}
.page-index .content-wrapper .title-gp .left-gp .title.small[data-v-0cfcfa2a] {
  margin-bottom: 5px;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .left-gp .title.small[data-v-0cfcfa2a] {
    margin-bottom: 13px;
}
}
.page-index .content-wrapper .title-gp .left-gp .title.small span[data-v-0cfcfa2a] {
  font-size: 30px;
  line-height: 44px;
  color: #3f8eba;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .left-gp .title.small span[data-v-0cfcfa2a] {
    font-size: 18px;
    line-height: 26px;
}
}
.page-index .content-wrapper .title-gp .left-gp .title.bigger span[data-v-0cfcfa2a] {
  font-size: 50px;
  line-height: 72px;
  color: #3f8eba;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .left-gp .title.bigger span[data-v-0cfcfa2a] {
    font-size: 28px;
    line-height: 40px;
}
}
.page-index .content-wrapper .title-gp .left-gp .desc[data-v-0cfcfa2a] {
  margin-top: 40px;
  font-size: 16px;
  color: #000;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .left-gp .desc[data-v-0cfcfa2a] {
    margin-top: 20px;
    font-size: 14px;
}
}
.page-index .content-wrapper .title-gp .left-gp .link[data-v-0cfcfa2a] {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 50px;
  border: solid 2px #0b3852;
  font-size: 14px;
  font-weight: 500;
  color: #0b3852;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .left-gp .link[data-v-0cfcfa2a] {
    margin-top: 20px;
    font-size: 12px;
}
}
.page-index .content-wrapper .title-gp .left-gp .link[data-v-0cfcfa2a]:hover {
  opacity: 0.8;
}
.page-index .content-wrapper .title-gp .img-gp[data-v-0cfcfa2a] {
  position: relative;
  width: 601px;
  height: 421px;
  flex: none;
  background-image: url("/tw/tw-images/computer-bg.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .img-gp[data-v-0cfcfa2a] {
    background-image: url("/tw/tw-images/phone-bg.svg");
    background-position: center;
    width: 315px;
    width: 100%;
    height: 280px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
.page-index .content-wrapper .title-gp .img-gp .blue-bg[data-v-0cfcfa2a] {
  display: none;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .img-gp .blue-bg[data-v-0cfcfa2a] {
    display: block;
    height: 160px;
    top: 80px;
    margin: -30px;
    width: calc(100% + 60px);
}
}
.page-index .content-wrapper .title-gp .img-gp .impactio-img[data-v-0cfcfa2a] {
  width: 309px;
  position: absolute;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .img-gp .impactio-img[data-v-0cfcfa2a] {
    position: relative;
    width: 200px;
}
}
.page-index .content-wrapper .title-gp .img-gp .impactio-img.first[data-v-0cfcfa2a] {
  z-index: 1;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .img-gp .impactio-img.first[data-v-0cfcfa2a] {
    top: 15px;
    left: -58px;
}
}
.page-index .content-wrapper .title-gp .img-gp .impactio-img.second[data-v-0cfcfa2a] {
  z-index: 2;
  top: 56px;
  left: 251px;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .img-gp .impactio-img.second[data-v-0cfcfa2a] {
    top: -63px;
    left: 57px;
}
}
.page-index .content-wrapper .title-gp .img-gp .impactio-img.third[data-v-0cfcfa2a] {
  z-index: 3;
  top: 183px;
  left: 45px;
}
@media only screen and (max-width: 959px) {
.page-index .content-wrapper .title-gp .img-gp .impactio-img.third[data-v-0cfcfa2a] {
    top: -155px;
    left: -38px;
}
}