.m-size.container {
    padding: 0 28px;
  }
  .banner-top {
    background-image: url(https://img.tunefab.com/uploads/page/product-uninstall/banner-bg.png);
    padding: 90px 0 44px;
    text-align: center;
    background-size: 100% 100%;
  }
  .banner-top h1 {
    font-size: 42px;
    color: #061c3d;
    text-align: left;
    font-weight: 600;
    line-height: 146.682%;
    margin-bottom: 28px;
  }
  .banner-top .banner-desc {
    color: #061c3d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
  }
  .banner-top .banner-desc:last-child {
    margin-bottom: 0;
  }
  .banner-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
  }
  .banner-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .banner-info-title {
    color: #0b63e5;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.612px;
  }
  .banner-info-desc {
    color: #061c3d;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    /* 18.142px */
    letter-spacing: 0.181px;
  }
  .banner-imgs {
    display: flex;
    justify-content: space-between;
    gap: 38px;
    padding-bottom: 162px;
  }
  .banner-imgs img {
    object-fit: cover;
  }
  .wrap-1 {
    background: #f9fbff;
    padding: 146px 0 143px;
    position: relative;
  }
  .wrap-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -250px;
    width: 277px;
    height: 501px;
    background-image: url(https://img.tunefab.com/uploads/page/about/shape.png);
    background-size: 100% 100%;
    z-index: 1;
  }
  @media screen and (max-width: 996px) {
    .wrap-1 {
      padding: 80px 0;
    }
    .wrap-1::before {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .wrap-1 {
      padding: 43px 48px;
    }
    .wrap-1::before {
      display: none;
    }
  }
  .tf-journey {
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .tf-journey h2 {
    font-size: 36px;
    font-weight: 600;
    color: #061c3d;
    text-align: left;
    line-height: 146.682%;
    /* 52.805px */
  }
  .tf-journey .tf-journey-swiper {
    position: relative;
    margin-top: 71px;
    overflow: unset;
    padding-top: 28px;
    border-top: 1px solid rgba(11, 99, 229, 0.1);
  }
  .tf-journey .tf-journey-swiper .swiper-wrapper {
    align-items: stretch;
  }
  .tf-journey .tf-journey-swiper .swiper-slide {
    padding: 0 72px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .tf-journey .tf-journey-swiper .swiper-slide.swiper-slide-active .tf-journey-year::before {
    opacity: 1;
  }
  .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-year {
    font-size: 20px;
    color: #4687ff;
    margin-bottom: 16px;
    border-radius: 6px;
    border: 1px solid #b7d4ff;
    background: #dfecff;
    padding: 4px 14px;
    position: relative;
  }
  .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-year::before {
    content: "";
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(https://img.tunefab.com/uploads/page/about/location.svg);
    background-size: 100% 100%;
    width: 19px;
    height: 30px;
    opacity: 0.3;
  }
  .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-box {
    padding: 11px 0 0 14px;
    border-left: 1px solid #b7d4ff;
  }
  .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-item-title {
    font-size: 20px;
    font-weight: 600;
    color: #061c3d;
    margin-bottom: 20px;
    position: relative;
  }
  .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-item-title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background: #0b63e5;
    left: -14px;
    top: 0;
  }
  .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-item-desc {
    font-size: 16px;
    color: #414141;
    line-height: 1.46;
  }
  .tf-journey .tf-journey-swiper .swiper-button-prev,
  .tf-journey .tf-journey-swiper .swiper-button-next {
    top: -100px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(11, 99, 229, 0.15);
    color: #0b63e5;
  }
  .tf-journey .tf-journey-swiper .swiper-button-prev:hover,
  .tf-journey .tf-journey-swiper .swiper-button-next:hover {
    background: #0b63e5;
    color: #fff;
    border: 1px solid #0b63e5;
  }
  .tf-journey .tf-journey-swiper .swiper-button-prev::after,
  .tf-journey .tf-journey-swiper .swiper-button-next::after {
    display: none;
  }
  .tf-journey .tf-journey-swiper .swiper-button-prev .iconfont,
  .tf-journey .tf-journey-swiper .swiper-button-next .iconfont {
    font-size: 24px;
    font-weight: 600;
  }
  .tf-journey .tf-journey-swiper .swiper-button-prev.swiper-button-disabled,
  .tf-journey .tf-journey-swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
  }
  .tf-journey .tf-journey-swiper .swiper-button-prev {
    left: unset;
    right: 90px;
    transform: rotate(180deg);
  }
  .tf-journey .tf-journey-swiper .swiper-button-next {
    right: 10px;
  }
  .tf-journey .tf-journey-swiper .tf-journey-fade {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f7faff 100%);
    z-index: 2;
  }
  .tf-journey .tf-journey-swiper .tf-journey-fifth {
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  @media screen and (max-width: 768px) {
    .tf-journey h2 {
      font-size: 24px;
      text-align: center;
    }
    .tf-journey .tf-journey-swiper {
      margin-top: 33px;
      padding-top: 0;
      border-top: unset;
      width: 261px !important;
      overflow: hidden;
      padding-bottom: 20px;
    }
    .tf-journey .tf-journey-swiper .swiper-slide {
      padding: 0;
      justify-content: center;
      align-items: center;
    }
    .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-year {
      font-size: 14px;
      text-align: center;
      margin-bottom: 0;
    }
    .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-year::before {
      display: none;
    }
    .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-box {
      padding: 0;
      border-left: unset;
    }
    .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-item-title {
      text-align: center;
      margin: 20px 0 15px;
    }
    .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-item-title::before {
      display: none;
    }
    .tf-journey .tf-journey-swiper .swiper-slide .tf-journey-item-desc {
      text-align: center;
    }
    .tf-journey .tf-journey-swiper .swiper-button-prev,
    .tf-journey .tf-journey-swiper .swiper-button-next {
      top: unset;
      bottom: 0;
      width: 34px;
      height: 34px;
    }
    .tf-journey .tf-journey-swiper .swiper-button-prev {
      left: 90px;
    }
    .tf-journey .tf-journey-swiper .swiper-button-next {
      right: 90px;
    }
    .tf-journey .tf-journey-swiper .tf-journey-fade {
      display: none;
    }
  }
  .wrap-2 {
    background: #061c3d;
  }
  .wrap-2 .flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wrap-2 .flex-wrapper .flex-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .wrap-2 .flex-wrapper .flex-left h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin: 30px 0 20px;
  }
  .wrap-2 .flex-wrapper .flex-left p {
    color: #fff;
    font-size: 26px;
    line-height: 1.8;
    font-weight: 400;
  }
  .wrap-2 .flex-wrapper .flex-right img {
    object-fit: cover;
  }
  @media screen and (max-width: 996px) {
    .wrap-2 {
      padding: 47px 0 0;
    }
    .wrap-2 .flex-wrapper {
      flex-direction: column;
      gap: 20px;
    }
  }
  @media screen and (max-width: 768px) {
    .wrap-2 .flex-wrapper {
      gap: 0;
    }
    .wrap-2 .flex-wrapper .flex-left h2 {
      font-size: 24px;
    }
    .wrap-2 .flex-wrapper .flex-left p {
      font-size: 16px;
    }
    .wrap-2 .flex-wrapper .flex-left img {
      width: 60px;
    }
    .wrap-2 .flex-wrapper .flex-right img {
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
  .wrap-3 {
    padding: 134px 0 170px;
    background: linear-gradient(180deg, #f9fbff 0%, #fff 64.99%);
  }
  .wrap-3 .slide-tit {
    color: #080f30;
    font-size: 24px;
    font-weight: 600;
    line-height: 146.682%;
    /* 35.204px */
  }
  .wrap-3 .slide-desc {
    color: #061c3d;
    font-size: 18px;
    line-height: 30px;
    /* 166.667% */
    margin-top: 18px;
  }
  .tf-testimonials .tf-testimonials-title {
    text-align: center;
    font-size: 42px;
    color: #061c3d;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .tf-testimonials-desc {
    color: #061c3d;
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    /* 28.8px */
    width: 100%;
    max-width: 1010px;
    margin: 0 auto 56px;
  }
  .tf-testimonials .tf-testimonials-swiper {
    position: relative;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-wrapper {
    align-items: stretch;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-slide {
    width: 576px;
    height: auto;
    transition: transform 0.3s;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-slide:hover {
    transform: translateY(-8px);
  }
  .tf-testimonials .tf-testimonials-swiper .tf-testimonials-card {
    border-radius: 24px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .tf-testimonials .tf-testimonials-swiper .tf-testimonials-card.card-1 {
    border: 1px solid #d2e4ff;
    background: #f9fcff;
  }
  .tf-testimonials .tf-testimonials-swiper .tf-testimonials-card.card-2 {
    border: 1px solid #e4e4e4;
    background: #fafbfb;
  }
  .tf-testimonials .tf-testimonials-swiper .tf-testimonials-card.card-3 {
    border: 1px solid #d2e4ff;
    background: #f9fcff;
  }
  .tf-testimonials .tf-testimonials-swiper .tf-testimonials-card.card-4 {
    border: 1px solid #d2e4ff;
    background: #f9fcff;
  }
  .tf-testimonials .tf-testimonials-swiper .tf-testimonials-card.card-5 {
    border: 1px solid #e4e4e4;
    background: #fafbfb;
  }
  @media screen and (max-width: 1080px) {
    .tf-testimonials {
      padding: 0 15px;
    }
    .tf-testimonials .tf-testimonials-swiper {
      padding: 0 0 70px;
    }
    .tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card {
      padding: 15px 28px 20px;
    }
  }
  .wrap-4 {
    margin: 100px 0;
  }
  .wrap-4 h2 {
    color: #061c3d;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5;
  }
  .wrap-4 .flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
  }
  .wrap-4 .flex-wrapper .flex-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 70px 0 27px;
    border-left: 1px solid #eaeaea;
  }
  .wrap-4 .flex-wrapper .flex-item-title {
    text-align: left;
    color: #061c3d;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    margin: 18px 0;
  }
  .wrap-4 .flex-wrapper .flex-item-title::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background: #061c3d;
  }
  .wrap-4 .flex-wrapper .flex-item-desc {
    text-align: left;
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .wrap-4 .flex-wrapper .flex-item-desc .color {
    color: #007bff;
  }
  @media screen and (max-width: 768px) {
    .wrap-4 {
      margin: 70px 0;
    }
    .wrap-4 h2 {
      font-size: 24px;
    }
    .wrap-4 .wrap-4-swiper {
      margin-top: 30px;
      padding-bottom: 50px;
      overflow: hidden;
      position: relative;
    }
    .wrap-4 .wrap-4-swiper .swiper-slide {
      width: 100%;
      padding: 25px 20px 40px 20px;
      border-radius: 10px;
      border: 1px solid #ebeced;
      background: #f5f5f5;
    }
    .wrap-4 .wrap-4-swiper .swiper-slide .flex-item-title {
      text-align: left;
      color: #061c3d;
      font-size: 24px;
      font-weight: 500;
      line-height: 1.5;
      position: relative;
      margin: 15px 0 10px;
    }
    .wrap-4 .wrap-4-swiper .swiper-slide .flex-item-desc {
      text-align: left;
      color: #414141;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
    }
    .wrap-4 .wrap-4-swiper .swiper-pagination .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      background: #bcc2cb;
    }
    .wrap-4 .wrap-4-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #061c3c;
    }
  }
  .why {
    padding-top: 80px;
    margin: 56px 0 170px;
  }
  .why .container {
    padding: 0;
  }
  .why .wrap-tit {
    color: #061c3d;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 150%;
    /* 63px */
  }
  .why .wrap-desc {
    width: 100%;
    max-width: 1000px;
    color: #061c3d;
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    /* 28.8px */
    margin: 30px auto 50px;
  }
  .why .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 32px;
  }
  .why .swiper-slide {
    padding: 42px 28px 22px;
    border-radius: 14px;
    transition: transform 0.3s;
  }
  .why .swiper-slide:hover {
    transform: translateY(-8px);
  }
  .why .swiper-slide.slide1 {
    background: #f0f5ff;
  }
  .why .swiper-slide.slide2 {
    background: #feedfa;
  }
  .why .swiper-slide.slide3 {
    background: #f5f6f7;
  }
  .why .swiper-slide .slide-tit {
    color: #061c3d;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    margin: 32px 0 10px;
  }
  .why .swiper-slide .slide-desc {
    color: #42526b;
    font-size: 16px;
    line-height: 1.36;
  }
  .why .wrap-text {
    max-width: 1050px;
    width: 100%;
    margin: 110px auto 68px;
    color: #061c3d;
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    /* 28.8px */
  }
  .why .why-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    border: 1px solid #d9e7f7;
  }
  .why .why-list .why-item {
    padding: 40px;
  }
  .why .why-list .why-item:first-child {
    border-style: solid;
    border-color: #d9e7f7;
    border-width: 0 1px 1px 0;
  }
  .why .why-list .why-item:last-child {
    border-style: solid;
    border-color: #d9e7f7;
    border-width: 1px 0 0 1px;
  }
  .why .why-list .item-tit {
    color: #061c3d;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 18px 0 10px;
  }
  .why .why-list .item-desc {
    color: #42526b;
    font-size: 16px;
    line-height: 1.56;
  }
  .real {
    padding: 158px 0 164px;
    background: #fff9ee;
  }
  .real .wrap-tit {
    color: #061c3d;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 80px;
  }
  .real .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 22px;
  }
  .real .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    padding: 32px;
    row-gap: 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px 0 rgba(6, 28, 61, 0.04);
    transition: transform 0.3s;
  }
  .real .swiper-wrapper .swiper-slide:hover {
    transform: translateY(-8px);
  }
  .real .slide-text {
    flex: 1;
    color: #424242;
    font-size: 16px;
    line-height: 1.6;
  }
  .real .slide-name {
    color: #061c3d;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }
  .real .slide-country {
    color: #42526b;
    font-family: Inter;
    font-size: 14px;
    line-height: 1.42;
  }
  .real .slide-info {
    height: 48px;
    display: flex;
    column-gap: 12px;
    align-items: center;
  }
  .real .slide-star {
    height: 24px;
  }
  .users {
    margin-top: 158px;
  }
  .users .wrap-tit {
    color: #061c3d;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 150%;
    /* 63px */
  }
  .users .wrap-desc {
    color: #061c3d;
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    /* 28.8px */
    margin: 30px 0 60px;
  }
  .users .user-nav {
    display: flex;
    column-gap: 142px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eaeaea;
  }
  .users .user-nav .nav-link {
    color: #061c3d;
    font-size: 20px;
    line-height: 160%;
    /* 32px */
    cursor: pointer;
  }
  .users .user-nav .nav-link::after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #007bff;
    display: block;
    margin: 0 auto;
    transition: width 0.3s;
  }
  .users .user-nav .nav-link:hover {
    color: #007bff;
  }
  .users .user-nav .nav-link:hover::after {
    width: 32px;
  }
  .users .user-nav .nav-link.active {
    color: #007bff;
  }
  .users .user-nav .nav-link.active::after {
    width: 32px;
  }
  .users .user-cont {
    position: relative;
    overflow: hidden;
    transition: height 0.5s ease;
  }
  .users .user-cont .item2 {
    text-align: center;
  }
  .users .user-cont .item2 > img {
    padding-top: 60px;
    margin-bottom: 20px;
  }
  .users .user-cont .item3 {
    padding-top: 44px;
  }
  .users .user-cont .item3 .user-item-box {
    display: flex;
    justify-content: space-between;
  }
  .users .user-cont .item3 .item-more {
    margin-top: 40px;
  }
  .users .user-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    pointer-events: none;
    visibility: hidden;
  }
  .users .user-item_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .users .user-item_right {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
  .users .user-item .item-img {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    padding: 50px 0 60px;
  }
  .users .user-item.active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
  }
  .sub-nav {
    width: 100%;
  }
  .sub-nav.fixed {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
  }
  .sub-nav .scroll-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
  }
  .sub-nav .nav-li a {
    position: relative;
    padding: 24px 0;
    display: block;
    color: #061c3d;
    font-size: 16px;
    text-transform: capitalize;
  }
  .sub-nav .nav-li a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    display: block;
    height: 4px;
    background: #007bff;
    transition: width 0.3s;
  }
  .sub-nav .nav-li a:hover {
    color: #0b63e5;
  }
  .sub-nav .nav-li a:hover::after {
    width: 50%;
  }
  .sub-nav .nav-li a.active {
    color: #0b63e5;
  }
  .sub-nav .nav-li a.active::after {
    width: 50%;
  }
  .nav-now {
    display: none;
  }
  @media (max-width: 1200px) {
    .container {
      width: 100%;
      padding: 0 15px;
    }
    .m-size.container {
      padding: 0 15px;
    }
    .banner-imgs img {
      border-radius: 14px;
    }
    .banner-imgs img:first-child {
      width: 34%;
    }
    .banner-imgs img:last-child {
      width: 63%;
    }
    .wrap-2 .flex-right .pc-style {
      width: 500px;
    }
    .why .container {
      padding: 0 15px;
    }
    .why .swiper-slide {
      padding: 32px 18px 20px;
    }
    .users .item1 .item-img img {
      width: 46%;
    }
    .users .item3 .user-item-box img {
      width: 90%;
    }
  }
  @media (max-width: 996px) {
    .wrap-4 .swiper-wrapper {
      flex-direction: column;
    }
  }
  @media screen and (max-width: 768px) {
    .banner-top {
      background-image: url(https://img.tunefab.com/uploads/page/common/faqs-banner-mb-bg.png);
      padding: 40px 0 20px;
    }
    .banner-top h1 {
      font-size: 28px;
      margin-bottom: 20px;
    }
    .banner-top .banner-desc {
      font-size: 16px;
      margin-bottom: 15px;
    }
    .banner-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      column-gap: 5%;
      row-gap: 40px;
      margin-bottom: 40px;
    }
    .banner-info-item {
      align-items: flex-start;
    }
    .banner-info-desc {
      font-size: 14px;
      min-width: 120px;
      text-align: left;
    }
    .banner-imgs {
      padding-bottom: 62px;
    }
    .banner-imgs img:first-child {
      display: none;
    }
    .banner-imgs img:last-child {
      width: 100%;
      height: auto;
    }
    .why {
      padding-top: 0;
      margin: 66px 0 94px;
    }
    .why .wrap-tit {
      font-size: 24px;
    }
    .why .wrap-desc {
      font-size: 16px;
      margin: 16px auto 36px;
    }
    .why .why-swiper {
      position: relative;
      overflow: hidden;
      padding-bottom: 50px;
    }
    .why .why-swiper .swiper-pagination-bullet {
      background: #cee0fa;
      opacity: 1;
      width: 12px;
      height: 12px;
      transition: all 0.3s;
    }
    .why .why-swiper .swiper-pagination-bullet-active {
      background: #0b63e5;
      width: 32px;
      height: 12px;
      border-radius: 500px;
    }
    .why .swiper-wrapper {
      display: flex;
      gap: 26px 0;
    }
    .why .swiper-wrapper .swiper-slide {
      height: auto;
    }
    .why .wrap-text {
      margin: 66px auto 32px;
      font-size: 16px;
    }
    .why .why-list {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
    }
    .why .why-list .item-tit {
      font-size: 18px;
    }
    .why .why-list .item-desc {
      font-size: 14px;
    }
    .why .why-list .why-item {
      padding: 24px;
    }
    .why .why-list .why-item:first-child {
      border-right: 0;
    }
    .why .why-list .why-item:last-child {
      border-right: 0;
    }
    .why .why-list .why-item:nth-child(3) {
      border-top: 1px solid #d9e7f7;
    }
    .wrap-3 {
      padding: 76px 0;
    }
    .tf-testimonials .tf-testimonials-title {
      font-size: 24px;
      margin-bottom: 16px;
    }
    .tf-testimonials-desc {
      font-size: 16px;
    }
    .tf-testimonials .swiper-pagination-bullet {
      background: #cee0fa;
      opacity: 1;
      width: 12px;
      height: 12px;
      transition: all 0.3s;
    }
    .tf-testimonials .swiper-pagination-bullet-active {
      background: #0b63e5;
      width: 32px;
      height: 12px;
      border-radius: 500px;
    }
    .tf-testimonials .slide-desc {
      font-size: 16px;
      margin: 18px 0;
    }
    .real {
      padding: 76px 0;
    }
    .real .wrap-tit {
      font-size: 24px;
      margin-bottom: 32px;
    }
    .real .real-swiper {
      position: relative;
      overflow: hidden;
      padding-bottom: 50px;
    }
    .real .real-swiper .swiper-pagination-bullet {
      background: #f4e2c2;
      opacity: 1;
      width: 12px;
      height: 12px;
      transition: all 0.3s;
    }
    .real .real-swiper .swiper-pagination-bullet-active {
      border-radius: 500px;
      background: #eec885;
      width: 32px;
    }
    .real .swiper-wrapper {
      display: flex;
      gap: 0;
    }
    .real .swiper-wrapper .swiper-slide {
      height: auto;
    }
    .wrap-4 .swiper-wrapper {
      flex-direction: row;
    }
    .users {
      margin-top: 68px;
    }
    .users .wrap-tit {
      font-size: 24px;
    }
    .users .wrap-desc {
      font-size: 16px;
    }
    .users .user-nav {
      column-gap: 0;
      justify-content: space-between;
    }
    .users .user-nav .nav-link {
      font-size: 16px;
    }
    .users .item1 .item-img {
      flex-direction: column;
      row-gap: 10px;
      padding: 34px 0;
    }
    .users .item1 .item-img img {
      width: 100%;
    }
    .users .user-cont .item2 > img {
      width: 100%;
    }
    .users .user-cont .item3 .user-item-box {
      flex-direction: column;
    }
    .users .user-cont .item3 .user-item-box img {
      width: 100%;
      margin: 6px 0;
    }
    .sub-nav .scroll-nav {
      display: none;
      flex-direction: column;
      align-items: flex-start;
    }
    .sub-nav .nav-li a {
      padding: 14px 0;
    }
    .sub-nav .nav-li a:after {
      content: none;
    }
    .nav-now {
      display: block;
      font-size: 16px;
      color: #061c3d;
      margin: 0 0 10px 0;
      padding: 18px 0;
      cursor: pointer;
      border-bottom: 1px solid #e5e7eb;
      position: relative;
      padding-right: 30px;
    }
    .nav-now::after {
      content: "▼";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      color: #061c3d;
      transition: transform 0.3s ease;
    }
    .nav-now.active::after {
      transform: translateY(-50%) rotate(180deg);
    }
  }
  