body.no-scroll {
  overflow: hidden;
}

.header {
  position: sticky;
  top: 0;
  z-index: 999;
}

/*
.header::after {
  display: none;
}

.header-desktop {
  background: #641D24;
}


.header-desktop .header-content {
  display: flex;
  gap: 240px;
}

.header-desktop .header-content .logo {
  margin-right: 0;
}

.header-desktop .main-menu>a {
  font-family: "itc_giovannibook", "kurious-looped";
}

nav#menu2024.menu2025 {
  margin-top: 46px;
}
*/
.header:after,
.header-device:after,
.menu-header:after,
.footer:before {
  display: none;
}

.header-desktop .main-menu>a.current {
  color: #f5cfb1;
  font-weight: 500;
}

.header-desktop .main-menu>a:hover {
  color: #f5cfb1;
}

.section-controller {
  text-align: center;
}

.section-controller .menu-wrapper {
  padding-block: 16px;
}

.section-controller .menu-wrapper::-webkit-scrollbar {
  width: 376px;
  height: 4px;
}

.section-controller .menu-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.section-controller .menu-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccb9a3; /* โทนแดงน้ำตาล */
  border-radius: 100px;
}

.section-controller .menu-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}

.section-controller .menu-scroll .menu-scroll-item {
  color: #490C14;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s;
  cursor: pointer;
  padding-inline: 16px;
}

.section-controller .menu-scroll .menu-scroll-item.active,
.section-controller .menu-scroll .menu-scroll-item:hover {
  color: #111111;
}

/* .logo>a.mainweb {
  width: 77px;
}

.footer {
  background-image: none;
  background-color: #641D24;
  height: 54px;
}

.footer:before {
  display: none;
}

.header .container,
.footer .container {
  max-width: 1340px;
  padding: 0;

}

.footer .legal .list-inline>li {
  border-right: none;
}

.footer .list-inline a {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.footer .changelang a {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: "itc_giovannibook";
}

.footer .changelang a {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: "itc_giovannibook";
}

.footer .footer-content {
  padding: 16px 0;
}
*/
.section-cta {
  padding: 16px 0;

  background: linear-gradient(to right, #acacad, #ddddde);
  text-align: center;
  position: sticky;
  bottom: 0;
  z-index: 999;
}

.section-cta .cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 84px;
  max-width: 1029px;
  width: 100%;
  margin: 0 auto;
}

.section-cta .cta-content .cta-img {
  display: flex;
  align-items: center;
  gap: 24px;
}

.section-cta .cta-content .cta-img .logo-wisdom {
  max-width: 100px;
}

.section-cta .cta-content .cta-img .logo-upMore {
  max-width: 92px;
}

.section-cta .cta-content .cta-detail {
  display: flex;
  align-items: center;
  gap: 36px;
  text-align: start;
}

.section-cta .cta-content .cta-detail p {
  font-size: 20px;
  color: #111;
  font-family: "kurious-looped";
  font-weight: 500;
}

.section-cta .cta-content .cta-detail .cta-btn {
  text-wrap: nowrap;
}

.section-cta .cta-content .cta-detail .cta-btn .btn-revamp {
  font-size: 18px;
  min-width: 100%;
  line-height: 1.4;
  padding: 10.5px 32px;
}

.section-cta p {
  color: #f5cfb1;
  font-size: 16px;
  line-height: 1.4;
}

.main .container {
  max-width: 1200px;
  padding: 0;
}

.link-red,
.text-red {
  color: #641d24 !important;
}

.c-black {
  color: #333333 !important;
}

.btn-revamp {
  padding: 10px 24px;
  backdrop-filter: blur(10px);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "kurious-looped", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
  width: fit-content;
  margin: 0 auto;
}

.btn-revamp.btn-red {
  color: #F9F4F0;
  background-color: #641d24;
}

.btn-revamp.btn-cream {
  color: #641d24;
  background-color: #f5cfb1;
}

.btn-revamp.btn-silver {
  position: relative;
  color: #641d24;
  background: linear-gradient(91.22deg,
      #ededee -44.77%,
      #ededee 53.85%,
      #969696 120.92%);
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.btn-revamp.btn-silver::before {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #641d24;
  z-index: 2;
  pointer-events: none;
}

.btn-revamp.btn-silver::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgb(150, 150, 150, 0.6);
  transition: transform 0.4s ease-in-out;
  transform: translateX(0);
  z-index: -1;
}

.btn-revamp.btn-silver:hover::after {
  transform: translateX(-100%);
}

.btn-revamp.btn-with-border {
  color: #641d24;
  border: 1px solid #641d24;
  background-color: #fff;
}

.btn-revamp.btn-red:hover {
  background-color: #480819;
}

.btn-revamp.btn-cream:hover {
  background-color: #bf9a7d;
}

.btn-revamp.btn-with-border:hover {
  color: #fff !important;
  background-color: #641d24;
}

.btn-revamp.btn-with-border.link:hover::after {
  background-color: #fff;
}

/* .section-sc-rl {
  padding: 48px 0;
  background-color: #641D24;

}

.section-sc-rl .banner-p {
  font-weight: 500;
  margin-top: 0;
  line-height: 1.3 !important;
} */

.text-wrap {
  text-wrap: nowrap;
}

@media screen and (max-width: 1340px) {
  .main .container {
    padding: 0px 16px !important;
  }

  .header .container,
  .footer .container,
  .main .container {
    width: 100%;
    padding: 0 16px;
    max-width: 100%;
  }

  /* .header-device {
    background: #641D24;
    height: 46px;
    line-height: 46px;
  } */
}

#page {
  padding-top: 0px;
}

@media screen and (max-width: 991px) {
  .header-desktop .header-content {
    gap: 0;
    justify-content: space-between;
  }

  .section-sc-rl {
    padding: 24px 0;
  }

  .section-sc-rl .banner-p {
    font-size: 14px;
  }

  .footer {
    height: 49px;
    position: relative;
  }

  .footer .legal .list-inline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-wrap: nowrap;
  }

  .section-cta .cta-content {
    align-items: center;
    flex-direction: column;

    gap: 16px;
  }

  .section-cta .cta-content .cta-detail {
    max-width: 100%;
    gap: 24px;
  }

  .section-cta .cta-content .cta-img {
    gap: 16px;
  }

  .section-cta .cta-content .cta-img .logo-wisdom {
    max-width: 70px;
  }

  .section-cta .cta-content .cta-img .logo-upMore {
    max-width: 78px;
  }

  .section-cta .cta-content .cta-detail p {
    font-size: 13px;
  }

  .section-cta .cta-content .cta-detail .cta-btn .btn-revamp {
    padding: 8px 32px;
    font-size: 11px;
  }

  .section-controller .menu-scroll .menu-scroll-item {
    font-size: 14px;
  }
}

.section {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .section-controller .menu-wrapper {
    overflow-x: scroll;
  }

  .section-controller .menu-scroll {
    justify-content: start;
    text-wrap: nowrap;
  }
}

/* @media screen and (max-width: 1199px) {
  .section-controller {
    padding-top: 70px;
  }
} */

@media screen and (max-width: 1024px) {

  .section-controller,
  .section-controller.sticky {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .section-controller {
    padding: 40px 0 0;
  }

  .section-controller {
    transition: all 0.3s;
  }

  .section {
    padding: 48px 0;
  }

  .section-cta p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section-controller {
    padding: 0;
  }

  .section-controller.sticky {
    padding: 76px 0 0;
  }
}

/* controller */
.personalized-package-table-controller {
  /* border-bottom: 1px solid #E6DFD6; */
}

 @media screen and (max-width: 991px) {
    .personalized-package-table-controller .controller-wrapper,
    .wisdom-personalized-swiper-controller .controller-wrapper {
        overflow-x: auto !important;    
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important; 
        /* width: 100% !important;   */
        display: block !important;
    }

    .personalized-package-table-controller .controller-menu,
    .wisdom-personalized-swiper-controller .controller-menu {
        display: inline-flex !important;
    }
  }

  @media screen and (min-width:768px) {
    .sc-controller .controller-wrapper {
      width: fit-content !important;
    }
  }


.sc-controller .controller-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BCBEC0;
  border-radius: 100px;
  width: fit-content;
  margin: 0 auto;
}

.sc-controller .controller-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 16px;
  /* border: 1px solid #BCBEC0; */
  max-width: fit-content;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.00);
}

.sc-controller .controller-menu .menu-item {
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  padding: 10px 24px;
  font-family: "kurious-looped", sans-serif;
  color: #FFF;
  font-weight: 600;
  font-size: 22px;
}

.sc-controller .controller-menu.red_theme .menu-item {
  background: #ffffff;
}

.sc-controller .controller-menu .menu-item:hover,
.sc-controller .controller-menu .menu-item.active {
  color: #ffffff;
  background: #490C14;
  background-size: 100% 100%;
}

.sc-controller .controller-menu.red_theme .menu-item:hover,
.sc-controller .controller-menu.red_theme .menu-item.active {
  color: #ffffff;
  background: #641d24;
}

.sc-controller p {
  font-family: "kurious-looped", sans-serif;
}

/* swiper */
.swiper-pagination-bullet {
  background: #490C14;
  opacity: 1;
  height: 6px;
  width: 6px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #490C14;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-next {
  right: 15px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 56%;
  transform: translateY(-56%);

  width: 40px;
  height: 40px;
}

.swiper-button-next {
  right: 15px;
}

.swiper-button-next::after {
  content: "";
  background: url("/SiteCollectionDocuments/personal/the-wisdom/privileges/2025/landing/img/icon/icon-swiper-arrow-right.svg") no-repeat center / cover;
  width: 100%;
  height: 100%;
}

.swiper-button-prev::after {
  content: "";
  background: url("/SiteCollectionDocuments/personal/the-wisdom/privileges/2025/landing/img/icon/icon-swiper-arrow-right.svg") no-repeat center / cover;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

@media screen and (max-width: 992px) {
  .sc-controller {
    align-items: flex-start;
  }

  .sc-controller::-webkit-scrollbar {
    display: none;
  }

  .sc-controller .controller-menu .menu-item {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 540px) {
  .sc-controller .controller-wrapper{
    width: 100%;
    max-width: 380px;
  }
}

@media screen and (max-width: 400px) {
  .sc-controller .controller-menu .menu-item {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 767px) {
  .sc-controller .controller-menu {
    overflow-x: scroll;
    justify-content: start;
    padding: 8px;
    gap: 8px;
  }
}

/* popup */
.popup-revamp {
  background: url("/SiteCollectionDocuments/personal/the-wisdom/privileges/2025/landing/img/bg-popup.png") no-repeat center / cover;
  max-width: 1000px;
  margin: 0 auto;
  padding: 22px 0;
}

.popup-revamp .popup-revamp__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.popup-revamp .popup-revamp__wrapper .popup-revamp__banner {
  max-width: 394px;
}

.popup-revamp .popup-revamp__wrapper img {
  width: 100%;
}

.popup-revamp .popup-revamp__wrapper .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  font-family: "kurious-looped";
}

.popup-revamp .popup-revamp__wrapper .popup-content .wisdom-image {
  max-width: 229px;
}

.popup-revamp .popup-revamp__wrapper .popup-content .popup-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 438px;
}

.popup-revamp .popup-revamp__wrapper .popup-content .popup-text-content .title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  text-align: center;
}

.popup-revamp .popup-revamp__wrapper .popup-content .popup-text-content .wisdom-upMore-image {
  max-width: 236px;
}

.popup-revamp .popup-revamp__wrapper .popup-content .popup-text-content .desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  color: #333333;
  margin: 0;
}

.popup-revamp .popup-revamp__wrapper .popup-content .popup-revamp-btn {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.popup-revamp .popup-revamp__wrapper .popup-content .popup-revamp-btn .btn-revamp {
  text-decoration: none;
  line-height: 1.4;
  min-width: unset;
  font-size: 16px;
  margin-top: 4px;
}

.mfp-close-btn-in .sc-popup.popup-revamp .mfp-close {
  display: none;
}

.custom-close-btn {
  position: absolute;
  right: 36px;
  top: 36px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .popup-revamp {
    margin: 40px 16px;
    padding-top: 0;
  }

  .popup-revamp .popup-revamp__wrapper {
    flex-direction: column;
    padding: 56px 24px 0 24px;
    gap: 0;
  }

  .popup-revamp .popup-revamp__wrapper .popup-content .wisdom-image {
    max-width: 188px;
  }

  .popup-revamp .popup-revamp__wrapper .popup-content {
    gap: 24px;
  }

  .popup-revamp .popup-revamp__wrapper .popup-content .popup-revamp-btn .btn-revamp {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .popup-revamp .custom-close-btn {
    right: 20px;
  }

  .popup-revamp .popup-revamp__wrapper .popup-content .popup-text-content {
    margin-top: 0;
  }

  .popup-revamp .popup-revamp__wrapper .popup-content .popup-text-content .title {
    font-size: 20px;
  }

  .popup-revamp .popup-revamp__wrapper .popup-content .popup-text-content .wisdom-upMore-image {
    max-width: 206px;
  }

  .popup-revamp .popup-revamp__wrapper .popup-content .popup-text-content .desc {
    font-size: 14px;
  }

  .popup-revamp .popup-revamp__wrapper .popup-revamp__banner {
    max-width: 248px;
  }
}

.section.sc-highlight {
  padding: 0;
}

.main .sc-highlight .swiper-pagination-bullet {
  background: #F0E8DF;
}

.main .sc-highlight .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F0E8DF;
}

.sc-highlight .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border: 1px solid #F0E8DF;
}

.main .sc-highlight .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.main .sc-highlight .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.main .wd-highlight-content {
  text-align: center;
  align-items: center;
  display: flex;
  gap: 36px;
  flex-direction: column;
  color: #641d24;
  max-width: 731px;
  width: 100%;
  padding: 64px 50px;
}

.main .wd-highlight-content .wd-highlight-heading {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.main .highlight-swiper .wd-highlight-wrapper {
  background: url(/SiteCollectionDocuments/personal/the-wisdom/home/img/2025/bg-banner-d.png) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .highlight-swiper .wd-highlight-wrapper .img-banner {
    width: 100%;
    margin-top: auto;
    margin-left: auto;
}

.main .highlight-swiper .wd-highlight-wrapper img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.main .wd-highlight-content .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.75;
}

.main .wd-highlight-content .wisdom-image {
  max-width: 192px;
}

.main .wd-highlight-content .desc {
  font-size: 24px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 631px;
  margin: 0 auto;
  color: #333333;
  margin-top: 12px;
}

.main .wd-highlight-content .wd-highlight-btn {
  margin-top: 16px;
}

.main .wd-highlight-content .credit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.main .wd-highlight-content .credit-card .card-item {
  max-width: 137px;
}

@media screen and (max-width: 992px) {
  .main .wd-highlight-content {
    padding: 0;
  }

  .main .wd-highlight-content .credit-card .card-item {
    max-width: 89px;
  }

  .main .wd-highlight-content .wd-highlight-btn {
    margin-top: 0;
  }

  .main .highlight-swiper .wd-highlight-wrapper {
    background: url(/SiteCollectionDocuments/personal/the-wisdom/home/img/2025/bg-banner-mb.png) no-repeat center center/cover;
    flex-direction: column;
  }

  .main .sc-highlight .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .main .sc-highlight .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F0E8DF;
  }

  .sc-highlight .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        border: 1px solid #F0E8DF;
  }
}

@media screen and (max-width: 1024px) {
  .main .wd-highlight-content .wisdom-image {
    max-width: 164px;
  }

  .main .wd-highlight-content .title {
    font-size: 22px;
  }

  .main .wd-highlight-content .desc {
    font-size: 18px;
  }
}

/* section-wisdom-upAndMore */
.section-wisdom-upAndMore {
  background: url(/SiteCollectionDocuments/personal/the-wisdom/privileges/2025/landing/img/bg-wisdom-upAndMore.png) no-repeat center / cover;
}

.section-wisdom-upAndMore .section-wisdom-upAndMore-content {
  max-width: 1000px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  gap: 90px;
}

.section-wisdom-upAndMore .section-wisdom-upAndMore-content .section-wisdom-upAndMore-img {
  width: 100%;
  max-width: 354px;
}

.section-wisdom-upAndMore .section-wisdom-upAndMore-content .section-wisdom-upAndMore-detail {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 36px;
  margin-top: 17px;
}

.section-wisdom-upAndMore .section-wisdom-upAndMore-detail .wisdom-personalized-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

.section-wisdom-upAndMore .section-wisdom-upAndMore-detail .wisdom-personalized-heading .tag-red {
  font-size: 12px;
  font-family: "kurious-looped", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #641d24;
  text-transform: uppercase;
}

.section-wisdom-upAndMore .section-wisdom-upAndMore-detail .wisdom-personalized-heading .title {
  color: #490C14;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-align: left;
}

.section-wisdom-upAndMore .section-wisdom-upAndMore-content .section-wisdom-upAndMore-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.section-wisdom-upAndMore .section-wisdom-upAndMore-content .section-wisdom-upAndMore-btn .btn-revamp {
  width: 100%;
}

.section-wisdom-upAndMore .section-wisdom-upAndMore-content .section-wisdom-upAndMore-btn p {
  color: #F9F4F0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  

  .section-wisdom-upAndMore .section-wisdom-upAndMore-content .section-wisdom-upAndMore-btn {
    flex-direction: column;
  }

  .section-wisdom-upAndMore .section-wisdom-upAndMore-content .section-wisdom-upAndMore-img {
    max-width: 222px;
  }

  .section-wisdom-upAndMore .section-wisdom-upAndMore-content {
    gap: 36px;
    align-items: center;
  }

  .section-wisdom-upAndMore .section-wisdom-upAndMore-detail .wisdom-personalized-heading .title {
    font-size: 26px;
    text-align: center;
  }

  .section-wisdom-upAndMore .section-wisdom-upAndMore-content .section-wisdom-upAndMore-detail {
    gap: 36px;
  }

  .section-wisdom-upAndMore .section-wisdom-upAndMore-content .section-wisdom-upAndMore-btn p {
    font-size: 13px;
  }
}

/* ############################ End Personalized Privilege Package  ###################### */

/* ############################ Start section-wisdom_condition  ###################### */
.section-wisdom_condition {
  padding: 60px 0;
  background: url(/SiteCollectionDocuments/personal/the-wisdom/home/img/2025/bg-wisdom_conditon.png) no-repeat center / cover;
}

.section-wisdom_condition .wisdom_condition-cotent {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  align-items: center;
}

.section-wisdom_condition .wisdom_condition-cotent .wisdom_condition-logo {
  max-width: 220px;
}

.section-wisdom_condition .wisdom_condition-cotent .section-wisdom_group {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  width: 100%;

  /* align-items: center;
  justify-content: center;
  gap: 44.5px;
  width: 100%; */
}

.section-wisdom_condition .wisdom_condition-cotent .section-wisdom_group .line {
  height: auto;
  width: 1px;
  background: #f5cfb1;
  opacity: 0.2;
}

.section-wisdom_condition .wisdom_condition-cotent .wisdom_condition-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  /* max-width: 455px;
  width: 100%; */
}

.wisdom_condition-cotent .wisdom_condition-item .wisdom_condition-text {
  font-family: "kurious-looped";
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5; 
}

.wisdom_condition-cotent .wisdom_condition-item .wisdom_condition-btn {
  /* width: 275px; */
}

.wisdom_condition-cotent .wisdom_condition-item .wisdom_condition-btn .btn-revamp {
  font-size: 18px;
  font-weight: 600;
}

.section-wisdom_condition .wisdom_condition-btn .link,
.section-wisdom_condition .wisdom_condition-btn .download-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #f4f4f4;
  display: flex;
  gap: 8px;
  align-items: center;
}

.section-wisdom_condition .wisdom_condition-btn .link::after {
  content: "";
  display: block;
  background-color: #f4f4f4;
  -webkit-mask: url("/SiteCollectionDocuments/personal/the-wisdom/privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
  mask: url("/SiteCollectionDocuments/personal/the-wisdom/privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
  width: 8px;
  height: 12px;
}

@media screen and (max-width: 992px) {
  .section-wisdom_condition {
    padding: 48px 0;
    background: url(/SiteCollectionDocuments/personal/the-wisdom/home/img/2025/bg-wisdom_conditon-m.png) no-repeat center / cover;
  }

  /* .section-wisdom_condition .wisdom_condition-cotent .section-wisdom_group {
    flex-direction: column;
    gap: 48px;
  } */

  .section-wisdom_condition .wisdom_condition-cotent .wisdom_condition-logo {
    max-width: 161px;
  }

  .section-wisdom_condition .wisdom_condition-cotent .wisdom_condition-item {
    gap: 16px;
  }

  .wisdom_condition-cotent .wisdom_condition-item .wisdom_condition-text {
    font-size: 18px;
  }

  .wisdom_condition-cotent .wisdom_condition-item .wisdom_condition-btn {
    width: 200px;
  }

  .wisdom_condition-cotent .wisdom_condition-item .wisdom_condition-btn .btn-revamp {
    font-size: 16px;
  }

  .section-wisdom_condition .wisdom_condition-cotent .section-wisdom_group .line {
    display: none;
  }

  .section-wisdom_condition .wisdom_condition-cotent .section-wisdom_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .section-wisdom_condition .wisdom_condition-btn .link,
  .section-wisdom_condition .wisdom_condition-btn .download-link {
    justify-content: center;
    font-size: 14px;
  }
}

/* ############################ End section-wisdom_condition  ###################### */

/* ############################ section-personalized_package ############################ */
.section-personalized_package .personalized_package-content .swiper-slide .link.btn-red::after {
  mask: url("/SiteCollectionDocuments/personal/the-wisdom/home/img/icon-chevron-right.png") no-repeat center / cover;
  width: 5px;
  height: 10px;
}

/* ############################ End section-personalized_package ######################## */

/* ################### popup financial privilege ################### */
/* ===== popup config ===== */
.popup-financial.mfp-bg {
  background-color: #111111;
}

.popup-financial .mfp-container {
  width: 100%;
  padding: 0 8px;
  opacity: 1;
  height: 100%;
}

.popup-financial .mfp-content {
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  height: auto;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  border-radius: 8px;
  overflow: hidden auto;
  transition: all 0.4s ease-in-out;
}

.popup-financial.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  visibility: visible;
}

.popup-financial .mfp-content .mfp-close {
  position: absolute;
  color: #641d24;
}

.mfp-close-btn-in .mfp-close:after {
  font-size: 12px;
}

/* ===== popup style ===== */
.popup-financial .container {
  max-width: 1000px;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  position: relative;
}

.popup-financial .inner-wrapper {
  padding: 64px 36px;
}

.popup-financial .sc-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.popup-financial .h-title {
  color: #111111;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

.popup-financial .s-title {
  color: #641d24;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.popup-financial .sc-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #333333;
}

.popup-financial .desc {
  font-size: 20px;
  line-height: 1.4;
}

.popup-financial .remark {
  font-size: 16px;
  line-height: 1.4;
}

.popup-financial sup {
  font-size: 16px;
  font-weight: 900;
  vertical-align: text-top;
  color: #641d24;
}

.popup-financial .link {
  word-break: break-all;
}

.popup-financial .sc-content ul {
  padding-left: 24px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup-financial .sc-content ul li {
  font-size: 20px;
  line-height: 1.4;
}

.popup-financial .sc-content ul li>ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.popup-financial .sc-content .title-w-sub {
  font-size: 18px;
}

.popup-financial .sc-content .title-w-sub ul {
  gap: 8px;
  margin-top: 8px;
}

.popup-financial .sc-content .title-w-sub ul li {
  font-size: 18px;
}

.popup-financial .sc-content .title-w-sub strong {
  font-size: 20px;
}

.popup-financial .safebox-service-center-table-wrapper table {
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
}

.popup-financial .safebox-service-center-table-wrapper thead th {
  width: calc(100% / 2);
  background-color: #641d24;
  border: none;
  color: #ffffff;
  padding: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.popup-financial .safebox-service-center-table-wrapper tbody td {
  background-color: #cbcdcf;
  border: 1px solid #f0f0f0;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.popup-financial .safebox-service-center-table-wrapper tbody td:nth-child(2) {
  text-align: center;
}

.popup-financial .safebox-fee-table-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #f0f0f0;
}

.popup-financial .safebox-fee-table-wrapper thead th {
  background-color: #641d24;
  border: none;
  color: #ffffff;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.popup-financial .safebox-fee-table-wrapper thead th:first-child {
  width: 400px;
}

.popup-financial .safebox-fee-table-wrapper thead th:nth-child(2),
.popup-financial .safebox-fee-table-wrapper thead th:nth-child(3),
.popup-financial .safebox-fee-table-wrapper thead th:nth-child(4) {
  width: calc((100% - 400px) / 3);
}

.popup-financial .safebox-fee-table-wrapper tbody {
  background-color: #cbcdcf;
  border: 1px solid #f0f0f0;
}

.popup-financial .safebox-fee-table-wrapper tbody td {
  border: none;
  padding: 16px;
}

.popup-financial .safebox-fee-table-wrapper tbody td:nth-child(2),
.popup-financial .safebox-fee-table-wrapper tbody td:nth-child(3),
.popup-financial .safebox-fee-table-wrapper tbody td:nth-child(4) {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
}

.popup-financial .safebox-fee-table-wrapper tbody td .td-flex {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup-financial .safebox-fee-table-wrapper tbody td .td-flex ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: decimal;
  padding-left: 24px;
}

.popup-financial .safebox-fee-table-wrapper {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  width: auto;
}

.popup-financial .safebox-fee-table-wrapper table {
  padding: 0;
  margin: 0;
  border-spacing: 0;
  min-width: 930px;
  border-radius: 10px;
}

.popup-financial .scroll-icon {
  display: none;
}

.popup-financial .icw {
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 1000px) {
  .popup-financial .safebox-fee-table-wrapper {
    overflow-x: auto;
  }

  .popup-financial .scroll-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: "itc_giovannibook", "kurious-looped";
  }

  .popup-financial .scroll-icon img {
    max-width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .popup-financial .inner-wrapper {
    padding: 24px 16px;
  }

  .popup-financial .safebox-fee-table-wrapper thead th:first-child {
    max-width: 200px;
  }

  .popup-financial .safebox-fee-table-wrapper table {
    min-width: 650px;
    position: relative;
  }

  .popup-financial .safebox-fee-table-wrapper table {
    border-collapse: separate;
  }

  .popup-financial .safebox-fee-table-wrapper table th:first-child,
  .popup-financial .safebox-fee-table-wrapper table td:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: #cbcdcf;
    border-right: 1px solid #f0f0f0;
  }

  .popup-financial .safebox-fee-table-wrapper table th:first-child {
    background-color: #641d24;
    border-left: 1px solid #f0f0f0;
    width: 42vw;
  }

  .popup-financial .safebox-fee-table-wrapper thead th:nth-child(2),
  .popup-financial .safebox-fee-table-wrapper thead th:nth-child(3),
  .popup-financial .safebox-fee-table-wrapper thead th:nth-child(4) {
    /* width: calc((100% - 45vw) / 3); */
    width: 42vw;
  }

  .section-wisdom-upAndMore .section-wisdom-upAndMore-content {
    flex-direction: column;
  }
}

/* ################### End popup financial privilege ############### */