.elementor-9186 .elementor-element.elementor-element-e858620{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-50ffb5b */:root {
  --primary-color: #000;
  --secondary-color: #fff;
  --accent-color: #d1d1d1;
  --font-main: 'Beausite Classic Light', sans-serif;
  font-size: 16px;
  /* Base font size for rem calculations */
}


.BeausiteFit_Light_28px {
  font-family: "Beausite Fit Trial Light", sans-serif;
  font-size: 1.45vw;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.BeausiteFit_Light_40px {
  font-family: "Beausite Fit Trial Light", sans-serif;
  font-size: 2.08vw;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.BeausiteClassic_Light_18px {
  font-family: 'Beausite Classic Light', sans-serif;
  font-size: 1vw;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}


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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: var(--font-main);
  line-height: 1.6;
  color: var(--primary-color);
  background-color: var(--secondary-color);
}

a {
  text-decoration: none;
}


.border_bottom_line {
  border-bottom: 1px solid #000;
}

#page-container {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  box-sizing: border-box;
  /* overflow: hidden; */
  position: relative;
}



.page_title_background {
  width: 100%;
  height: 35.4vw;
  position: relative;
  border-radius: 0;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255, 1) 100%),
    url('../jpg/header-slider-3-scaled.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.background_context {
  display: flex;
  flex-direction: column;
  margin-left: 12%;
}

.background_small_title {
  font-family: 'Beausite Classic Light', sans-serif;
  font-size: 1.56vw;
}

.background_big_title,
.background_gold_title {
  font-family: 'Domaine Display Semibold', sans-serif;
  font-size: 2.81vw;

}

.background_gold_title {
  /* color: "rgb(171, 147, 123)"; */
  color: #ab937b;

}

.page_description_text {
  width: 69.3vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 0.93vw;
  text-align: center;
  margin: 2vw auto;
}

.logo_title {
  font-family: 'Domaine Display Semibold', sans-serif;
  font-size: 1.87vw;
  color: #ab937b;
  text-align: center;
  margin: 4vw auto;
}

.logo_list {
  width: 71.5vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2vw;
  margin: 0 auto;

}

.logo_container {
  width: 100%;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  position: relative;
}


.AsSeemOnSilder {
  display: flex;
  /* 延长动画时间，减少跳动 */
  width: 100%;
  /* 两倍宽度，容纳两份图标 */
  /* animation: slide 30s linear infinite; */
  animation: scroll 20s linear infinite;
  /* 动画效果 */
}

.logo_track {
  display: flex;
  align-items: center;
  gap: 20px;
  /* 图标之间的间距 */
  flex-shrink: 0;
  width: 50%;
  /* 每份图标占据一半宽度 */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
    /* 初始位置 */
  }

  100% {
    transform: translateX(-50%);
    /* 滚动到一半的位置 */
  }
}

/* 定义双向滑动动画 */
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-33.33%);
    /* 向左移动1/3 */
  }

  50% {
    transform: translateX(-66.66%);
    /* 移动到左侧 */
  }

  75% {
    transform: translateX(-33.33%);
    /* 向左移动回到中间 */
  }

  100% {
    transform: translateX(0);
    /* 返回原位置 */
  }
}

.logo_image {
  height: 3.48vw !important;
  object-fit: cover;
}

/* main_content */
.main_content_layout {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* margin: 5vw 0; */
  margin-top: 5vw;
  margin-bottom: 2vw;

}

.main_content {
  width: 85.1vw;
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.left_content {
  padding: 3vw 0;
  border-top: 1px solid #ab937b;
  border-bottom: 1px solid #ab937b;
  width: 34.3vw;
}

.right_content {
  flex: 1;
  position: relative;
}

.right_center_content {
  width: 47.6vw;

}

.right_content_left_top_image {
  margin-left: 3vw;
  margin-top: 3vw;
  width: 33.8vw;
  height: 26.8vw !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.right_content_center_image {
  margin: 3vw 0;
  width: 100%;
  height: 30.6vw !important;
  object-fit: cover;
}

.right_content_right_bottom_content_layout {
  width: 41.7vw;
  height: 20.8vw;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(171, 147, 123, 0.8);
  display: flex;
  align-items: center;
  color: #FFF;
  padding-left: 5vw;
}

.right_content_right_bottom_content {
  position: relative;
  width: 24.9vw;
  height: 6.40vw;
}

.left_content_title {
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 1.56vw;
  color: #ab937b;
  margin: 1vw 0;
}

.content_gold_text {
  font-family: 'Beausite Fit Trial Light Italic', sans-serif;
  font-size: 2.81vw;
}

.left_content_text {
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 0.93vw;
  line-height: 2vw;
}

.left_content_text span {
  color: #ab937b;
  font-weight: bold;
}

.double_quote_left_style,
.double_quote_right_style {
  font-size: 4.68vw;
  font-family: "Domaine Display Semibold", sans-serif;
}

.double_quote_left_style {
  position: absolute;
  top: -2.4vw;
  left: 0vw;
}

.double_quote_right_style {
  position: absolute;
  text-align: right;
  right: -3vw;
  top: 4vw;
}

.right_bottom_text,
.right_bottom_text_name {
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 1.04vw;
  padding-left: 3vw;
}

.right_bottom_text_name {
  position: relative;
  text-align: right;
}

.main_long_background {
  width: 100%;
  height: 24.4vw;
  margin: 4vw 0;
  background-image: url('../jpg/membership-longbg.jpg');
  background-repeat: no-repeat;
  background-position: 0% 30%;
  background-size: cover;
}

.cardList_left_title,
.cardList_right_title {
  font-family: 'Domaine Display Semibold', sans-serif;
  color: #ab937b;
  font-size: 2.5vw;
}

.cardList_title_layout {
  margin: 0 auto;
}

.cardList_title {
  margin: 2vw 0;
}

.cardList_left_title {
  text-align: left;
  position: relative;
}

.upfont_number {
  font-family: 'Beausite Fit Trial Light Italic', sans-serif;
  font-size: 4vw;
}

.upfont {
  position: absolute;
  top: 0.3vw;
  font-size: 1.5vw;
  font-family: 'Beausite Fit Trial Light Italic', sans-serif;
  left: 7.4vw;
}

.cardList_right_title {
  text-align: right;
}

.card_items_layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 定义三列，每列宽度相等 */
  grid-template-rows: repeat(3, 1fr);
  /* 定义三行，每行高度相等 */
  gap: 2vw;
  /* 设置格子之间的间隔 */
}

.card_items_layout div {
  width: 22.6vw;
  height: 15.8vw;
  border-radius: 2vw;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0.5vw;
}

.card_item_content_layout {
  display: flex;
  flex-direction: column;
}

.card_item_title,
.card_item_text {
  color: #fff;
}

.card_item_title {
  font-family: 'Domaine Display Semibold', sans-serif;
  font-size: 1.25vw;

}

.card_item_text {
  font-family: 'Beausite Classic Regular', sans-serif;
  font-size: 0.83vw;

}

.card_items_layout div:nth-child(1) {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgb(0, 0, 0, 0.8) 100%),
    url('../png/card_list_1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 30%;
}

.card_items_layout div:nth-child(2) {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgb(0, 0, 0, 0.8) 100%),
    url('../jpg/card_list_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.card_items_layout div:nth-child(3) {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgb(0, 0, 0, 0.8) 100%),
    url('../png/card_list_3.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.card_items_layout div:nth-child(4) {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgb(0, 0, 0, 0.8) 100%),
    url('../png/card_list_4.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.card_items_layout div:nth-child(5) {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgb(0, 0, 0, 0.8) 100%),
    url('../png/card_list_5.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.card_items_layout div:nth-child(6) {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgb(0, 0, 0, 0.8) 100%),
    url('../png/card_list_6.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.card_items_layout div:nth-child(7) {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgb(0, 0, 0, 0.8) 100%),
    url('../png/card_list_7.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.card_items_layout div:nth-child(8) {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgb(0, 0, 0, 0.8) 100%),
    url('../jpg/card_list_8.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.card_items_layout div:nth-child(9) {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 50%, rgb(0, 0, 0, 0.8) 100%),
    url('../jpg/card_list_9.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.left_gold_content {
  font-size: 2.18vw;
  font-family: "Domaine Display Semibold", sans-serifƒ;
  color: #ab937b;
}

.white_link_style {
  width: 13.0vw;
  height: 2.60vw;
  margin: 2vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
  color: #000;
  border: 0.1vw solid #000;
  font-size: 1.04vw;
  font-family: 'Beausite Classic Light', sans-serif;
}

.white_small_link_style {
  width: 6.0vw;
  height: 2.0vw;
  /* margin: 2vw 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
  color: #000;
  border: 0.1vw solid #000;
  font-size: 1.04vw;
  font-family: 'Beausite Classic Light', sans-serif;
}

.items_background_background {
  width: 75.6vw;
  height: 22.8vw;
  margin: 5vw 0;
  background-size: contain;
}

.long_image_list_layout {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 5vw;
}

.long_item_box {
  flex: 1;
  height: 20vw;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .  */
.long_image_list_layout div:nth-child(1) {
  background-image: url('../jpg/futurehealth-long_image_list_1.jpg');
}

.long_image_list_layout div:nth-child(2) {
  background-image: url('../jpg/futurehealth-long_image_list_2.jpg');
}

.long_image_list_layout div:nth-child(3) {
  background-image: url('../png/futurehealth-long_image_list_3.png');
}

.long_image_list_layout div:nth-child(4) {
  background-image: url('../png/futurehealth-long_image_list_4.png');
  background-position: 40% 0%;
}

.long_image_list_layout div:nth-child(5) {
  background-image: url('../jpg/futurehealth-long_image_list_5.jpg');
  background-position: 60% 0%;
}

.long_image_list_layout div:nth-child(6) {
  background-image: url('../png/futurehealth-long_image_list_6.png');
  background-position: 40% 0%;
}

.icon_items_layout {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  margin: 5vw 0;
}

.icon_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}

.icon_items_title {
  font-size: 1.04vw;
  width: 14.5vw;
  text-align: center;
}

.icon_items_image {
  object-fit: contain;
}

.icon_items .icon_items_image:nth-child(1) {
  width: 5.10vw;
  height: 3.28vw;
}

.membership_grade_bg_layout {
  width: 100%;
  height: 49.2vw;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255, 0.8) 50%),
    url('../jpg/memeber-grade_section_bg.jpg');
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: 90% 25%;
  position: relative;
}

.membership_grade_bg_layout {
  display: flex;
  flex-direction: row;

}

.grade_title_layout,
.grade_item_list_layout {
  flex: 1;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
}

.float_become_member {
  z-index: 100;
  position: fixed;
  bottom: 70px;
  right: 0px;
}

.membership_grade_image {
  height: 5.25vw !important;
  object-fit: cover;
}

.grade_title_layout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grade_item_list_layout {
  display: flex;
  justify-content: center;


}

.grade_title_box {
  width: 27vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.grade_small_title,
.grade_big_title {
  font-family: "Domaine Display Semibold", sans-serif;
  color: #000;
}

.grade_small_title {
  font-size: 1.87vw;
}

.grade_big_title {
  font-size: 2.81vw;
}

.grade_icon_image {
  width: 2.5vw;
  height: 2.5vw;
  object-fit: contain;
}

.grade_item_title {
  font-size: 1.4vw;
  font-family: "Beausite Fit Trial Light", sans-serif;
  color: #916745;
}

.grade_item {
  display: flex;
  flex-direction: column;
  margin: 1.2vw 0;
}

.grade_item_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
}

.grade_item_text {
  font-size: 1.6vw;
  font-family: 'Domaine Display Semibold', sans-serif;
  color: #AB937B;
}

.grade_item_price {
  font-family: "Beausite Fit Trial Light", sans-serif;
  font-size: 0.93vw;
  color: #AB937B;
  padding-top: 0.3vw;
}

.grade_item_description {
  width: 33.6vw;
  font-size: 0.93vw;
  font-family: 'Beausite Classic Light', sans-serif;
  padding-bottom: 1vw;
  border-bottom: 0.1vw solid #AB937B;
}

.new_blogs_layout {
  width: 74.8vw;
  margin: 5vw auto;
  display: flex;
  flex-direction: row;
  gap: 8vw;
  justify-content: center;
}

.new_blogs_box {
  width: 26.8vw;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #AB937B; */
  gap: 1vw;
}

.new_blogs_image {
  width: 100%;
  height: 15.6vw !important;
  object-fit: cover;
  object-position: center;

}

.new_blogs_title {
  font-size: 1.6vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;

}

.link_image {
  display: block;
}

.new_blogs_description_layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.blogs_text {
  font-size: 1vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
}

.new_text {
  font-size: 1vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  padding-bottom: 1vw;
  border-bottom: 0.1vw solid #A7A7A7;
}

.new_blogs_date {
  margin: 0.5vw 0;
  font-size: 0.83vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
}/* End custom CSS */