.elementor-1439 .elementor-element.elementor-element-4e1cb36{--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-2b89f58 */: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 */
}

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




#page-container {
  /* max-width: 2560px; */
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
}

.page_title_background {
  width: 100%;
  height: 35.4vw;
  position: relative;
  border-radius: 0;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255, 0.1) 100%),
    url('../jpg/our_team_bg_v2-scaled.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 25%;
  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;
  color: #FFF;

}

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

.link_layout_center {
  margin: 0 auto;
}

.main_content_layout {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex: 1;
  margin: 2vw 0;
}

.left_selection_layout {
  width: 15%;
  margin: 0 2vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.selection_text a {
  color: #000;
}

.selection_text {
  font-size: 1.04vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  cursor: pointer;
}

.selection_text.selected {
  color: #A7A7A7;
}

.selection_text.selected a {
  color: #A7A7A7;
}

.selection_text,
.tab_item {
  transition: transform 0.2s ease, color 0.3s ease;
}

.selection_text:active,
.tab_item:active {
  transform: scale(0.95);
}

.right_content_layout {
  width: calc(100% - 15%);
  border-left: 1px solid #D9D9D9;
  padding: 0 2vw;
}

.content_layout {
  display: none;
}

.content_layout.active {
  display: flex;
  flex-direction: column;
}

.tab_list_layout {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  margin-bottom: 1vw;
}

.tab_item {
  /* font-size: 0.9vw; */
  font-size: 1.04vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  cursor: pointer;
}

.tab_item.selected {
  color: #A7A7A7;
}

.officers_layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

.officers_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2vw;
  width: calc(25% - 2vw);
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

/* 隐藏状态样式 */
.officers_card[style*="display: none"] {
  opacity: 0;
  pointer-events: none;
  height: 0;
  margin: 0;
  padding: 0;
}

.officers_card_img {
  border-radius: 2vw !important;
  height: 18.6vw !important;
}

.officers_card_title,
.officers_card_description {
  width: 12vw;
  text-align: center;
  width: 100%;
}

.officers_card_title {
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 1.04vw;
  margin-top: 0.2vw;
}

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

/* 遮罩层样式 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: #F7F7F7;
  padding: 2vw;
  border-radius: 1vw;
  width: 50vw;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.location_layout {
  display: flex;
  flex-direction: column;
  margin: 1vw 0;
}

.location_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.location_icon {
  width: 1.2vw;
  height: 1.2vw !important;
  object-fit: contain;
}

.Qualification_list {
  margin-left: 1vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 0.83vw;
}

#ModalName {
  font-family: 'Domaine Display Semibold', sans-serif;
  font-size: 1.66vw;
  margin: 0;
}

#ModalDescript {
  padding: 0.2vw 0;
  border-bottom: 0.1vw solid #A7A7A7;
}

#QualificationTitle {
  margin-top: 1vw;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 1.04vw;
}

#QualificationLayout {
  padding: 0.2vw 0;
  border-bottom: 0.1vw solid #A7A7A7;
}

#ModalAddress {
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 0.83vw;
}

#ModalPosition {
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 1.04vw;
}

#ModalDescript,
#ModalExperience {
  padding: 0.2vw 0;
  font-family: 'Beausite Fit Trial Light', sans-serif;
  font-size: 0.83vw;

}

.close_btn {
  position: absolute;
  top: 1vw;
  right: 1vw;
  font-size: 1.5vw;
  cursor: pointer;
  width: 2vw;
  height: 2vw !important;
  object-fit: cover;
  border-radius: 10vw;
}

.modal-img {
  width: 18.8vw;
  height: 25vw !important;
  object-fit: cover;
  border-radius: 2vw !important;
  margin-right: 2vw;
  border-radius: 4vw;
}

.modal-text {
  margin-top: 1vw;
  width: 100%;
  height: auto;
  overflow-y: auto;
  /* position: relative; */
}

.white_link_style {
  width: 13.0vw;
  height: 2.60vw;
  margin: 0.5vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
  color: #000;
  border: 0.1vw solid #000;
  font-size: 0.83vw;
  font-family: 'Beausite Classic Light', sans-serif;
  /* position: absolute;
  bottom: 0vw; */
}/* End custom CSS */