.elementor-3886 .elementor-element.elementor-element-d8d17a4{--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-2768714 */: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: #FFF;
}

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;
}

.background_big_title,
.background_gold_title {
  font-family: 'Domaine Display Semibold', sans-serif;
  font-size: 2.81vw;
  color: #FFF;
  line-height: 4vw;
}

.slider-bg-btn {
  width: 10vw;
  height: 2.5vw;
  border: 0.052083vw solid #FFF;
  border-radius: 2.604167vw;
  margin: 1.083333vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Beausite Classic Light", sans-serif;
  font-size: 1.04vw;
  font-weight: 300;
  text-align: center;
  color: #FFF;
}

.slider {
  width: 100%;
  height: 35.4vw;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  /* 隐藏超出部分 */
}

.slide {
  flex: 0 0 100%;
  /* 每个 slide 占满容器宽度 */
  height: 100%;
  position: relative;
  cursor: pointer;
}

.slide.active {
  display: block;
}

.slide-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* 隐藏超出部分 */
}

.slide-container :nth-child(1) .slide-bg-container {
  background-position: center;
  background-size: cover;
}

.slide-container :nth-child(2) .slide-bg-container {
  background-position: center;
  background-size: cover;
}

.slide-container :nth-child(3) .slide-bg-container {
  background-position: center;
  background-size: cover;
}

.slides-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  /* 添加过渡效果 */
}

.slide-bg-container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 8vw 0 0 12vw;
}

.slide-bg-content {
  display: flex;
  flex-direction: column;
  /* width: 42.583333vw; */
}

.slide-bg-content-title {
  font-family: "Domaine Display Semibold", sans-serif;
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 4.09375vw;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  /* color: #FFF; */
}

.slide-bg-content-text {
  font-family: "Beausite Classic Light", sans-serif;
  font-size: 2.8125vw;
  font-weight: 300;
  line-height: 2.25vw;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#slide-dots {
  position: absolute;
  bottom: 1.041667vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.520833vw;
  z-index: 99;
}

.dot {
  width: 0.625vw;
  height: 0.625vw;
  z-index: 99;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #fff;
  transform: scale(1.2);
}

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

.black_link_style {
  width: 14.0vw;
  height: 3.40vw;
  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_link_style {
  width: 13.0vw;
  height: 2.60vw;
  margin: 2vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
  color: #FFF;
  border: 0.1vw solid #FFF;
  font-size: 1.04vw;
  font-family: 'Beausite Classic Light', sans-serif;
}

.descript_center_font_style {
  font-size: 1.04vw;
  font-family: 'Beausite Classic Light', sans-serif;
  text-align: center;
}

.main_container {
  width: 100%;
}

.main-descript {
  width: 74.3vw;
  margin: 4vw auto;
}



.section_center_one_layout {
  margin: 1vw auto;
  text-align: center;
  font-size: 1.875vw;
  font-family: 'Domaine Display Semibold', sans-serif;
}

.one_content_layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* gap: 5vw; */
  margin: 1vw 0;
}

.one_content_img {
  width: 19.5vw;
  height: 32.8vw !important;
  background-image: url('../jpg/fitness-v2-pt-1.jpg');
  /* background-image: url('https://www.humansahealth.com/wp-content/uploads/website-phy-section-5.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
}

.one_content_right_img {
  width: 26.6vw;
  height: 27.1vw !important;
  object-fit: cover;
}

.one_content_left_img {
  width: 42.8vw;
  height: 22.1vw !important;
  object-fit: cover;
}


.one_context_container {
  display: flex;
  flex-direction: column;
  width: 49.42vw;
}
.two_context_container {
  display: flex;
  flex-direction: column;
  width: 38.69vw;
}

.one_content_img_layout {
  position: relative;
  /* width: 26.6vw; */
}

.right_img_font {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  font-size: 1.04vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
}

.right_two_img_font {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  font-size: 1.04vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
}

.section_one_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4vw;
}

.section_one_item_img {
  width: 21.8vw;
  height: 12.6vw !important;
  object-fit: cover;
}

.section_one_item_big_img {
  width: 28.8vw;
  height: 18.2vw !important;
  object-fit: cover;
}

.one_content_two_right_img {
  width: 26.6vw;
  height: 22.1vw !important;
  object-fit: cover;
}

.one_context_title {
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 1.45vw;
  color: #465129;
  /* margin-bottom: vw; */
}


.one_context_descript {
  font-family: 'Beausite Fit Trial Light', sans-serif;
  margin-bottom: 2vw;
  font-size: 0.93vw;
}

.section_one_layout {
  width: 74.3vw;
  display: flex;
  flex-direction: column;
  margin: 2vw auto;
}





.membership_plan_layout {
  width: 100%;
  height: 43.1vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 50%, rgb(255, 255, 255, 0.5) 50%),
    url('../jpg/futurehealth-plan-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.membership_plan_content_layout {
  margin-left: 15%;
  display: flex;
  width: 35%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1vw;
}

.membership_plan_title {
  font-size: 2.18vw;
  font-family: 'Domaine Display Semibold', sans-serif;
}

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

.plan_silder_layout {
  width: 50%;
  overflow: hidden;
  z-index: 99;
  position: relative;
}

.slider_wrapper {
  z-index: 99;
  display: flex;
  width: calc(20.4vw * 12);
  /* 12 张图片的宽度 */
  gap: 1vw;
  transition: transform 0.5s ease-in-out;
  animation: scroll 30s linear infinite;
  /* 添加滚动动画 */
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
    /* 滚动到第二组图片的起始位置 */
  }
}

.slider_card {
  width: 20.4vw;
  height: 20.1vw !important;
  z-index: 99;
  object-fit: cover;
  flex-shrink: 0;
}/* End custom CSS */