@charset "UTF-8";
.fontBlack {
  color: #424447;
}

.fontDarkBlue {
  color: #224E6B;
}

.fontBlue {
  color: #288ED1;
}

.fontBlueLight {
  color: #25A6FF;
}

.fontGreen {
  color: #6C9E2C;
}

.fontPink {
  color: #F41F5F;
}

.fontOrange {
  color: #F67248;
}

.fontLightGray {
  color: #CCCCCC;
}

.fontWhite {
  color: #fff;
}

.title1 {
  font-size: 48px;
  font-weight: 600;
}

.title2 {
  font-size: 42px;
  font-weight: 600;
}

.title3 {
  font-size: 34px;
  font-weight: 600;
}

.title4 {
  font-size: 32px;
}

.title5 {
  font-size: 24px;
  font-weight: 600;
}

.title6 {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
}

.title7 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}

.title8 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.helpServiceTitle {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 450px) {
  .title2 {
    font-size: 24px;
  }
  .title6 {
    font-size: 18px;
  }
  .title7 {
    font-size: 16px;
  }
}
.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.custom-btn {
  width: 130px;
  height: 46px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.custom-btn.btn-2 {
  background: #43aaee;
  background: linear-gradient(0deg, #25A6FF 0%, rgba(44, 170, 255, 0.9529411765) 100%);
  border: none;
}
.custom-btn.btn-2:before {
  content: "";
  display: block;
  height: 0%;
  width: 2px;
}
.custom-btn.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.272), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.112);
  font-weight: 600;
}

.fontBlack {
  color: #424447;
}

.fontDarkBlue {
  color: #224E6B;
}

.fontBlue {
  color: #288ED1;
}

.fontBlueLight {
  color: #25A6FF;
}

.fontGreen {
  color: #6C9E2C;
}

.fontPink {
  color: #F41F5F;
}

.fontOrange {
  color: #F67248;
}

.fontLightGray {
  color: #CCCCCC;
}

.fontWhite {
  color: #fff;
}

.title1 {
  font-size: 48px;
  font-weight: 600;
}

.title2 {
  font-size: 42px;
  font-weight: 600;
}

.title3 {
  font-size: 34px;
  font-weight: 600;
}

.title4 {
  font-size: 32px;
}

.title5 {
  font-size: 24px;
  font-weight: 600;
}

.title6 {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
}

.title7 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}

.title8 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.helpServiceTitle {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 450px) {
  .title2 {
    font-size: 24px;
  }
  .title6 {
    font-size: 18px;
  }
  .title7 {
    font-size: 16px;
  }
}
.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.custom-btn {
  width: 130px;
  height: 46px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.custom-btn.btn-2 {
  background: #43aaee;
  background: linear-gradient(0deg, #25A6FF 0%, rgba(44, 170, 255, 0.9529411765) 100%);
  border: none;
}
.custom-btn.btn-2:before {
  content: "";
  display: block;
  height: 0%;
  width: 2px;
}
.custom-btn.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.272), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.112);
  font-weight: 600;
}

body {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  scroll-behavior: smooth;
}
body ::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

button {
  border: none;
}

.container {
  width: 100%;
  padding: 10px;
  margin: auto;
}

.hide {
  display: none;
}

.ms-1 {
  margin-left: 5px;
}

.ms-2 {
  margin-left: 10px;
}

.me-1 {
  margin-right: 5px;
}

.me-2 {
  margin-right: 10px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 30px;
}

.mt-5 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 40px;
}

.f18 {
  font-size: 18px;
}

.highlight {
  color: #F67248;
}

.title5 {
  color: #224E6B;
  line-height: 36px;
  font-size: 26px;
}

.desc {
  font-weight: normal;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #484848;
  text-align: left;
  padding: 0px 30px;
}

.btn {
  padding: 10px;
  border-radius: 5px;
  background: #f1f1f1;
  letter-spacing: 0.5px;
}

.visually-hidden {
  display: none;
}

#headerHome-M {
  padding: 20px 15px 15px 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  height: 70px;
}
#headerHome-M nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#headerHome-M .logo-M {
  width: 115px;
  margin-right: 5px;
}
#headerHome-M .logo-M img {
  width: 100%;
  height: auto;
}
#headerHome-M .rightBlock {
  display: flex;
  align-items: center;
}
#headerHome-M .rightBlock .freeTry {
  padding: 6px;
  border-radius: 5px;
  background: #F67248;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
#headerHome-M .rightBlock .menuBtn {
  font-size: 30px;
}
#headerHome-M .rightBlock .language-switcher {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  /* 語言按鈕樣式 */
  /* 下拉選單 */
}
#headerHome-M .rightBlock .language-switcher .switcher-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 3px 7px;
  font-size: 14px;
  border: 2px solid #86868b;
  border-radius: 30px;
}
#headerHome-M .rightBlock .language-switcher .switcher-btn .bi-globe2 {
  font-size: 18px;
  margin-right: 7px;
  color: #86868b;
}
#headerHome-M .rightBlock .language-switcher .switcher-btn .bi-chevron-down {
  font-size: 12px;
  margin-left: 7px;
  color: #86868b;
  transition: transform 0.3s ease;
}
#headerHome-M .rightBlock .language-switcher .switcher-btn .bi-chevron-down.rotated {
  transform: rotate(180deg);
}
#headerHome-M .rightBlock .language-switcher .switcher-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background: white;
  border: 2px solid #fff;
  border-radius: 12px;
  display: none;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
}
#headerHome-M .rightBlock .language-switcher .switcher-menu li {
  list-style: none;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease;
}
#headerHome-M .menuList-M {
  margin-top: 40px;
  display: none;
  transition: 0.8s;
}
#headerHome-M .menuList-M ul li {
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 15px 5px 0px 15px;
}
#headerHome-M .menuList-M ul li a {
  color: #484848;
}
#headerHome-M .menuList-M .line {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}
#headerHome-M .menuList-M .showMenuBtn {
  font-size: 18px;
  color: #484848;
  font-weight: normal;
  position: relative;
}
#headerHome-M .menuList-M .showMenuBtn i {
  position: absolute;
  top: 4px;
  right: 10px;
  transition: 0.2s;
}
#headerHome-M .menuList-M .subscription {
  padding: 10px;
  border-radius: 5px;
  background: #25A6FF;
  color: #fff !important;
  display: inline-block;
}
#headerHome-M .menuList-M .subscription:hover {
  background: #288ED1;
}
#headerHome-M .promoTag {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 4px;
  background: linear-gradient(to right, #ff9355, #ff565c, #ff5967, #ea4276);
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  animation: popular 1s steps(1) infinite;
  vertical-align: middle;
}
@keyframes popular {
  50% {
    transform: scale(1.1);
  }
}

#anyQuestionBlock {
  position: relative;
  padding: 0 20px;
  margin-top: 100px;
}
#anyQuestionBlock .anyQuestion {
  text-align: center;
  margin-bottom: 150px;
}
#anyQuestionBlock .anyQuestion .title2 {
  color: #224E6B;
}
#anyQuestionBlock .anyQuestion p {
  font-size: 14px;
  padding: 0 20px;
  color: #525252;
}
#anyQuestionBlock .teams {
  position: absolute;
  top: 268px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#anyQuestionBlock .card {
  padding: 30px 25px;
  background-color: #25a6ff;
  background-image: url(/img/growBG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
#anyQuestionBlock .card .title5 {
  font-size: 22px;
  line-height: 30px;
}
#anyQuestionBlock .tryBtn {
  border-radius: 30px;
  background: #F67248;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 30px;
  box-shadow: 0px 5px 6px rgba(255, 199, 181, 0.89);
  font-size: 16px;
}
#anyQuestionBlock .tryBtn:hover {
  transform: scale(1.08);
  font-weight: 600;
}

#footerNav {
  margin-top: 20px;
  padding: 40px 40px 20px 40px;
  background-color: #153b54;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
#footerNav a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}
#footerNav ul li {
  font-size: 14px;
  line-height: 20px;
}
#footerNav .item {
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding-bottom: 24px;
}
#footerNav .logo {
  width: 100px;
}
#footerNav .logo img {
  width: 100%;
}
#footerNav .title7 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#footerNav .Copyright h5 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 0.5px;
}
#footerNav .footerBanner {
  position: absolute;
  right: -200px;
  bottom: 0;
  width: 400px;
}
#footerNav .footerBanner img {
  width: 100%;
}

.sideActivity {
  position: fixed;
  width: 120px;
  right: -3px;
  bottom: 55px;
  z-index: 9999999;
}
.sideActivity .closePost {
  position: absolute;
  top: 0;
  left: 90px;
  font-size: 20px;
  z-index: 99999999;
}
.sideActivity img {
  width: 100%;
}

.sideActivityIcon {
  position: fixed;
  right: 17px;
  bottom: 100px;
  z-index: 9999999;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50%;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  display: none;
}
.sideActivityIcon::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: #FF4B4B;
  font-size: 12px;
}
.sideActivityIcon a {
  color: #fff;
}
.sideActivityIcon {
  animation: shake 0.5s linear;
  animation-delay: 5s;
  animation-iteration-count: 3;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

#homeHelpService-M {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  background-color: #288ED1;
  display: flex;
}
#homeHelpService-M .helpBtn {
  color: #fff;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 50%;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}
#homeHelpService-M .helpBtn:nth-child(2) {
  background: #00BEFF;
}
#homeHelpService-M .homeHelpServiceDlg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5607843137);
  display: none;
}
#homeHelpService-M .homeHelpServiceDlg .contentMain {
  width: 65%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 30px 40px;
}
#homeHelpService-M .homeHelpServiceDlg .contentMain .title {
  font-size: 24px;
  letter-spacing: 0px;
  color: #288ED1;
  font-weight: bold;
  margin: 30px 0;
}
#homeHelpService-M .homeHelpServiceDlg .contentMain .subTitle {
  font-size: 18px;
  letter-spacing: 0px;
  color: #2e2e2e;
  line-height: 24px;
  margin-bottom: 55px;
}
#homeHelpService-M .homeHelpServiceDlg .contentMain button {
  width: 70%;
  padding: 14px;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #2e2e2e;
  background: transparent;
  cursor: pointer;
}
#homeHelpService-M .homeHelpServiceDlg .contentMain a button {
  color: #fff;
}

#section1 {
  margin-top: 70px;
}

.promoPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999;
  width: 100%;
  height: 100dvh;
}
.promoPopup .back {
  width: 100%;
  height: 100dvh;
  background-color: rgba(34, 34, 34, 0.9);
}
.promoPopup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
.promoPopup .content .postImg {
  width: 300px;
  height: auto;
}
.promoPopup .content .text .desb {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 25px;
  text-shadow: 0px 4px 5.7px rgba(0, 0, 0, 0.733);
}
.promoPopup .content .text a {
  color: #478FDD;
  font-weight: bold;
  font-size: 10px;
}
.promoPopup .content .closePostBtn {
  position: absolute;
  top: -47px;
  right: -18px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.promoPopup .content .closePostBtn:hover {
  color: #48c6ff;
}
.promoPopup .content .activityButton {
  display: flex;
  justify-content: space-around;
}
.promoPopup .content .activityButton button {
  height: 30px;
  padding: 0px 10px;
  border-radius: 10px;
  background: #f64848;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 400px) {
  .promoPopup .content {
    top: 54%;
  }
  .promoPopup .content .postImg {
    width: 300px;
  }
  .promoPopup .content .text {
    font-size: 15px;
    left: 26px;
    width: 235px;
  }
}

.tryBtn {
  border-radius: 30px;
  background: #F67248;
  color: #fff;
  letter-spacing: 2px;
  padding: 10px 30px;
  box-shadow: 0px 5px 6px rgba(255, 199, 181, 0.89);
  font-size: 16px;
  display: inline-block;
}

section {
  padding: 0 25px;
}

.section1 {
  background-color: #288ED1;
  height: 500px;
  margin-top: 70px;
}
.section1 .title5 {
  color: #fff;
  font-size: 36px;
  display: inline-block;
  margin-top: 80px;
  margin-left: 14px;
}
.section1 .pageDesc {
  font-weight: bold;
  font-size: 20px;
}
.section1 p {
  margin: 30px 0;
  padding: 0 15px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
}
.section1 .tryBtn {
  margin-bottom: 50px;
}
.section1 .imBanner {
  width: 240px;
  margin: auto;
  padding-bottom: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.section1 .imBanner img {
  width: 100%;
}

.section2 {
  text-align: center;
  margin-top: 100px;
}
.section2 .point {
  font-size: 44px;
  color: #F67248;
  padding: 0 4px;
}
.section2 .fiveBlock {
  margin-top: 56px;
}
.section2 .fiveBlock .row {
  display: flex;
  justify-content: space-between;
}
.section2 .fiveBlock .block {
  margin-bottom: 46px;
  width: 45%;
}
.section2 .fiveBlock .block .iconIMG {
  width: 80px;
  margin: auto;
}
.section2 .fiveBlock .block .iconIMG img {
  width: 100%;
}
.section2 .fiveBlock .block .listTitle {
  font-size: 16px;
  letter-spacing: 0px;
  color: #224E6B;
  margin: 10px 0 14px 0;
}
.section2 .fiveBlock .block .blockDesc {
  font-size: 13px;
  letter-spacing: 0px;
  color: #525252;
  font-weight: normal;
  line-height: 15px;
}

.section3 {
  padding: 0;
  margin-top: 80px;
  text-align: center;
  overflow: hidden;
}
.section3 .product {
  padding: 50px 25px;
}
.section3 .product .desc {
  margin: 10px 0 30px 0;
  padding: 0 15px;
  text-align: center;
}
.section3 .product .productImg {
  width: 94%;
  margin: auto;
}
.section3 .product .productImg img {
  width: 100%;
  height: auto;
}
.section3 .BGBlue {
  background: #edfaff;
}

.section4 {
  margin-top: 40px;
}
.section4 h2 {
  text-align: center;
  margin-bottom: 20px;
}
.section4 .borderForm {
  display: flex;
  align-items: center;
  border: 1.5px solid #ccc;
  padding: 13px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.section4 .borderForm:hover {
  background-color: #fff5f2;
}
.section4 .borderForm .textBlock {
  margin-left: 8px;
}
.section4 .borderForm .textBlock h3 {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #288ED1;
  margin-bottom: 5px;
}
.section4 .borderForm .textBlock p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #525252;
  line-height: 18px;
}

.section5 {
  text-align: center;
  color: #fff;
  padding: 0;
  padding: 30px 0;
  margin-top: 50px;
  background: #288ED1;
}
.section5 h4, .section5 a {
  color: #fff;
}
.section5 a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.startFree {
  text-align: center;
  margin-top: 80px;
  font-weight: bold;
}
.startFree p {
  text-align: center !important;
  font-size: 18px !important;
  line-height: 30px;
}
.startFree button {
  font-size: 16px;
  margin-top: 20px;
}

#section2_IM {
  margin-top: 240px;
}
#section2_IM .subTitle {
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #2e2e2e;
}
#section2_IM .tryBtn {
  display: block;
  width: 80%;
  margin: auto;
}

#IM_product_1 .IMproductImg {
  width: 100%;
}

.strengths {
  padding: 200px 20px 0 20px;
  text-align: center;
}
.strengths .block {
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 15px;
}
.strengths .block .title2 {
  font-size: 32px;
}

#section3_AI p {
  text-align: left;
  font-size: 14px;
}
#section3_AI #AI_product_2 ul .nav-link {
  padding: 5px 10px;
  background: #edfaff;
  border-radius: 5px;
  margin: 0 5px 10px 0;
  font-weight: bold;
  font-size: 14px;
}
#section3_AI #AI_product_2 ul .nav-link.active {
  background-color: #ffeaea;
  border-color: #288ed1;
  color: #288ed1;
}
#section3_AI ul {
  margin: 10px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
}
#section3_AI ul .nav-link {
  padding: 5px 10px;
  background: #fff;
  border-radius: 5px;
  margin: 0 5px 10px 0;
  font-weight: bold;
  font-size: 14px;
}
#section3_AI ul .nav-link.active {
  background-color: #ffeaea;
  border-color: #288ed1;
  color: #288ed1;
}
#section3_AI .AIproductImg {
  margin: auto;
  display: none;
}
#section3_AI .AIproductImg img {
  height: 100%;
}
#section3_AI .AIproductImg.active {
  display: block;
}
#section3_AI #AI_product_1 .AIproductImg {
  width: 65%;
}

/*# sourceMappingURL=mobileProduct.css.map */
