.m-size.container {
  max-width: 989px;
}
.banner-top {
  background-image: url(/uploads/page/product-uninstall/banner-bg.png);
  padding: 90px 0 32px;
  text-align: center;
  background-size: 100% 100%;
}
.banner-top h1 {
  font-size: 42px;
  color: #061C3D;
  text-align: left;
  font-weight: 600;
}
.banner-top .banner-desc {
  color: #061C3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  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: 52px;
}
.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.2;
}
.banner-info-desc {
  color: #061C3D;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}
.banner-imgs {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 100px;
}
.banner-imgs img {
  object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .banner-imgs img {
    width: calc(50% - 7.5px);
    height: auto;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .banner-top {
    background-image: url(/uploads/page/common/faqs-banner-mb-bg.png);
    padding: 41px 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 img {
    width: 100%;
    height: auto;
  }
  .banner-imgs img:first-child {
    display: none;
  }
}
.wrap-1 {
  background: #F9FBFF;
  padding: 100px 0 143px;
  position: relative;
}
.wrap-1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -250px;
  width: 277px;
  height: 501px;
  background-image: url(/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;
}
.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(/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: 18px;
  font-weight: 500;
  color: #061C3D;
  margin-bottom: 21px;
  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.6;
}
.tf-journey .tf-journey-swiper .swiper-button-prev,
.tf-journey .tf-journey-swiper .swiper-button-next {
  top: -75px;
  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: 20px;
    text-align: center;
  }
  .tf-journey .tf-journey-swiper {
    margin-top: 33px;
    padding-top: 0;
    border-top: unset;
    width: 261px !important;
    overflow: hidden;
  }
  .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;
}
.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-right img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.tf-testimonials {
  margin: 80px 0 0 0;
}
.tf-testimonials .tf-testimonials-title {
  text-align: center;
  font-size: 36px;
  color: #061C3D;
  font-weight: 600;
  margin-bottom: 48px;
}
.tf-testimonials .tf-testimonials-swiper {
  position: relative;
  padding: 10px 0 134px;
}
.tf-testimonials .tf-testimonials-swiper .swiper-wrapper {
  align-items: center;
}
.tf-testimonials .tf-testimonials-swiper .swiper-slide {
  opacity: 0.4;
  width: 604px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card {
  background: #fff;
  border-radius: 18px;
  padding: 15px 28px 27px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-width: 16px;
  border-style: solid;
}
.tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card.card-1 {
  border-color: #E2D5FF;
}
.tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card.card-2 {
  border-color: #CEE0FA;
}
.tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card.card-3 {
  border-color: #CFEBD1;
}
.tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card .tf-testimonials-quote {
  margin-bottom: 18px;
}
.tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card .tf-testimonials-content {
  font-size: 16px;
  color: #061C3D;
  margin-bottom: 24px;
  line-height: 1.7;
  min-height: 96px;
}
.tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card .tf-testimonials-user {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6b7a99;
}
.tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card .tf-testimonials-user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.tf-testimonials .tf-testimonials-swiper .tf-testimonials-active {
  opacity: 1 !important;
  transform: scale(1.1) !important;
  z-index: 2;
  pointer-events: auto;
}
.tf-testimonials .tf-testimonials-swiper .swiper-button-prev,
.tf-testimonials .tf-testimonials-swiper .swiper-button-next {
  top: unset;
  bottom: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(11, 99, 229, 0.15);
  background: #FFF;
  color: #0B63E5;
}
.tf-testimonials .tf-testimonials-swiper .swiper-button-prev:hover,
.tf-testimonials .tf-testimonials-swiper .swiper-button-next:hover {
  background: #0B63E5;
  color: #FFF;
  border: 1px solid #0B63E5;
}
.tf-testimonials .tf-testimonials-swiper .swiper-button-prev::after,
.tf-testimonials .tf-testimonials-swiper .swiper-button-next::after {
  display: none;
}
.tf-testimonials .tf-testimonials-swiper .swiper-button-prev .iconfont,
.tf-testimonials .tf-testimonials-swiper .swiper-button-next .iconfont {
  font-size: 20px;
  font-weight: bold;
}
.tf-testimonials .tf-testimonials-swiper .swiper-button-prev {
  left: 44%;
}
.tf-testimonials .tf-testimonials-swiper .swiper-button-prev .iconfont {
  transform: rotate(180deg);
}
.tf-testimonials .tf-testimonials-swiper .swiper-button-next {
  right: 44%;
}
@media screen and (max-width: 1080px) {
  .tf-testimonials {
    padding: 0 15px;
  }
  .tf-testimonials .tf-testimonials-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .tf-testimonials .tf-testimonials-swiper {
    padding: 0 0 70px;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-wrapper {
    align-items: center;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-slide {
    opacity: 1;
    width: 100% !important;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card {
    padding: 15px 28px 20px;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card .tf-testimonials-quote {
    margin-bottom: 10px;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card .tf-testimonials-content {
    min-height: 96px;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-slide .tf-testimonials-card .tf-testimonials-user {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6b7a99;
  }
  .tf-testimonials .tf-testimonials-swiper .tf-testimonials-active {
    transform: scale(1) !important;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-button-prev,
  .tf-testimonials .tf-testimonials-swiper .swiper-button-next {
    width: 47px;
    height: 47px;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-button-prev {
    left: 33%;
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-button-prev .iconfont {
    transform: rotate(180deg);
  }
  .tf-testimonials .tf-testimonials-swiper .swiper-button-next {
    right: 33%;
  }
}
.wrap-4 {
  margin: 100px 0;
}
.wrap-4 h2 {
  color: #061C3D;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
.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: 500;
  line-height: 1.5;
  position: relative;
  margin: 15px 0 10px;
}
.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;
}
@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;
  }
}
