.team_banner {
  background: url('../img/blue_line_bg.jpg') no-repeat center/cover;
  overflow: hidden;
  position: relative;
}

.team_banner .head {
  flex: 1;
  width: 100%;
  padding-bottom: 10%;
  padding-top: 9.9rem;
  position: relative;
  z-index: 10;
}

.team_banner .content>.flex {
  min-height: 73.7rem;
  position: relative;
  z-index: 10;
}

.team_banner .head h1 {
  max-width: 55rem;
  font-size: 6.2rem;
  line-height: 7.9rem;
}

.team_banner p {
  max-width: 48rem;
  margin-top: 2.8rem;
}

.team_banner .rec_mask {
  position: absolute;
  left: 26.5%;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
  height: 100%;
}

.team_banner .rec_mask img {
  height: 100%;
  width: auto;
}

.team_banner .rt {
  width: 71.25%;
  margin-right: -16.66666667%;
  height: 100%;
}

.team_banner .rt .img {
  padding-bottom: 71.97076023%;
  clip-path: polygon(1% 0, 100% 0, 100% 100%, 0 100%);
}

.team_banner .float_mask .img {
  filter: contrast(0) brightness(2);
}

.team_banner .float_mask .img img {
  opacity: 0.11;
}

.team_banner .float_mask .img1 {
  left: -39.4270833%;
  bottom: -34.0646651%;
}

.team_banner .float_mask .img2 {
  right: -11.9270833%;
  bottom: 24.595843%;
}

.team_leadership {
  padding: 13.5rem 0 13rem;
  overflow: hidden;
}

.team_leadership .head h2 {
  max-width: 62rem;
  margin-bottom: 4.2rem;
}

.team_leadership .row {
  align-items: flex-start;
}

.team_leadership .col_left {
  width: 53.3%;
}


.team_leadership .img_wrap {
  aspect-ratio: 767/618;
  overflow: hidden;
  position: relative;
}

.team_leadership .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team_leadership .col_right {
  width: 46.7%;
  padding-top: 5.5rem;
}

.team_leadership .col_right .info {
  padding: 5.5rem 9rem 0;
  padding-right: 0;
  background-color: white;
  margin-left: -3.3rem;
  position: relative;
  z-index: 9;
}

.team_leadership .text_wrap p {
  font-size: 1.7rem;
  color: var(--text);
  line-height: 1.76;
}

.team_leadership .text_wrap p+p {
  margin-top: 3rem;
}

.team_leadership .stats_grid {
  margin-top: 3rem;
  gap: 2.4rem;
}

.team_leadership .stat_item {
  width: calc(50% - 1.2rem);
  border: 1px solid #ededed;
  height: 10.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.2rem;
  background: #fff;
}

.team_leadership .stat_item .num_text {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}

.team_leadership .stat_item .label {
  font-size: 1.4rem;
  color: #5a5a68;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.team_members {
  position: relative;
  background-color: #f8f9fc;
  padding: 14.2rem 0 24.4rem;
  overflow: hidden;
  font-family: inherit;
  background: url('../img/team_member_bg.jpg') no-repeat center/cover;
}

.team_members .float_mask .img2 {
  top: -4%;
  bottom: unset;
  right: -5.0833%;
}

.team_members h2 {
  margin-bottom: 1.7rem;
}

.team_members .head {
  margin-bottom: 5.7rem;
}

.team_members .head p {
  margin-left: auto;
  margin-right: auto;
  max-width: 73rem;
}

.team_members .bg_lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.team_members .team_group {
  margin-bottom: 15.8rem;
}

.team_members .team_group:last-child {
  margin-bottom: 0;
}

.team_members .team_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6rem 4rem;
}

.team_members .team_card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.team_members .avatar {
  width: 20.8rem;
  height: 20.8rem;
  border: 2px solid transparent;
  transition: all 0.3s;
  padding: 0.8rem;
  border-radius: 50%;
  margin-bottom: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_members .active .avatar {
  border: 2px solid var(--primary);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}

.team_members .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.team_members .name {
  font-size: 2.4rem;
  color: var(--title);
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.team_members .role {
  font-size: 1.6rem;
  color: var(--primary);
  font-weight: 400;
}


.team_management {
  padding: 16.8rem 0 19rem;
  background-color: #ffffff;
  overflow: hidden;
}

.team_management .head h2 {
  margin-bottom: 1.8rem;
}

.team_management .head p {
  max-width: 75rem;
}

.team_management .head {
  margin-bottom: 5rem;
}

.team_management .team_management_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.6rem;
}

.team_management .item {
  background-color: #fff;
  border: 1px solid #e8e8ef;
  padding: 4rem 3.3rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.team_management .item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  background-color: #14248e;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.team_management .item.active,
.team_management .item:hover {
  background-color: #ffffff;
  border-color: #e8e8ef;
  box-shadow: 0 1rem 2rem rgba(201, 204, 209, 0.4);
}

.team_management .item.active::after,
.team_management .item:hover::after {
  opacity: 1;
}

.team_management .item_icon {
  height: 4.5rem;
  margin-bottom: 4.7rem;
  display: flex;
  align-items: flex-start;
  color: #596075;
}

.team_management .item_icon img {
  max-height: 100%;
  width: auto;
  display: block;
}

.team_management .item_icon svg {
  height: 100%;
  width: auto;
  display: block;
}

.team_management .item h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--title);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.team_management .item .desc {
  font-size: 1.7rem;
  color: var(--text);
  line-height: 2.8rem;
  margin: 0;
}

.team_management .img_bottom {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.team_management .img_bottom img {
  width: 100%;
  max-width: 39rem;
  height: auto;
  display: block;
}

/* ================= Team Popup Overlay ================= */
.team_popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
}

.team_popup1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 91.9rem;
  background-color: #fff;
  font-family: inherit;
  overflow: hidden;
}

.team_popup1_hidden {
  display: none !important;
}

.team_popup1 .col_left {
  width: 38.32%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e1e4ea;
  position: relative;
  background-color: #F8F9FC;
}

.team_popup1 .col_right {
  width: 61.68%;
  max-height: 100vh;
  overflow: auto;
  background-color: #f2f4f9;
  position: relative;
  padding: 16rem 21rem 10rem 17rem;
}

.team_popup1 .senior_title {
  font-size: 3.8rem;
  font-weight: 600;
  color: var(--title, #1a1a2e);
  text-align: center;
  margin-top: 8.5rem;
  width: 100%;
}

.team_popup1 .person_card {
  margin: 8.5rem auto auto;
  text-align: center;
}

.team_popup1 .img_wrap {
  position: relative;
  width: 33.9rem;
  height: 33.9rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #14248e;
  border-radius: 50%;
}

.team_popup1 .img_inner {
  width: 30.6rem;
  height: 30.6rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3rem 2rem rgba(161, 164, 168, 0.4);
}

.team_popup1 .img_inner .img_cv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team_popup1 .name {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--title, #1a1a2e);
  margin-top: 4.8rem;
}

.team_popup1 .role {
  font-size: 2rem;
  font-weight: 400;
  color: #14248e;
  margin-top: 1.2rem;
}

.team_popup1 .bottom_nav {
  height: 9.6rem;
  margin-top: 13rem;
  border-top: 1px solid #e1e4ea;
  position: relative;
}

.team_popup1 .progress_bar {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  z-index: 2;
}

.team_popup1 .progress_fill {
  height: 100%;
  width: 25%;
  max-width: 100%;
  background-color: #14248e;
  transition: width 0.5s ease;
}

.team_popup1 .nav_btn {
  border-right: 1px solid #e1e4ea;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_popup1 .nav_btn:last-child {
  border-right: none;
}

.team_popup1 .nav_btn:hover {
  background-color: #f8f9fc;
}

.team_popup1 .nav_btn img {
  width: 1.6rem;
  height: 2.4rem;
}

.team_popup1 .nav_btn.prev img {
  transform: rotate(180deg);
}

.team_popup1 .back_btn {
  position: absolute;
  top: 9.3rem;
  right: 7.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--title, #1a1a2e);
  gap: 1.2rem;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.team_popup1 .back_btn:hover {
  opacity: 0.7;
}

.team_popup1 .back_btn img {
  width: 1rem;
  height: 1.89rem;
  transform: rotate(180deg);
}

.team_popup1 .info_block {
  max-width: 80.3rem;
}

.team_popup1 .info_block+.info_block {
  margin-top: 6rem;
}

.team_popup1 .info_title,
.team_popup1 h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--title, #1a1a2e);
  margin-bottom: 2rem;
}

.team_popup1 .info_block p {
  font-size: 1.7rem;
  line-height: 1.76;
  color: var(--text, #5a5a68);
  margin-bottom: 3rem;
}

.team_popup1 .info_block p:last-child {
  margin-bottom: 0;
}

.team_popup1 .icon_awards {
  width: 100%;
  max-width: 80.3rem;
  height: auto;
  display: block;
}

.swiper_team_avatar {
  overflow: hidden;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .team_banner .content>.flex {
    min-height: 55rem;
  }

  .team_banner .head h1 {
    font-size: 4.8rem;
    line-height: 6rem;
  }

  .team_leadership {
    padding: 10rem 0;
  }

  .team_leadership .col_right .info {
    padding: 4rem 5rem 0;
  }

  .team_members {
    padding: 10rem 0 16rem;
  }

  .team_members .team_grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem 3rem;
  }

  .team_members .avatar {
    width: 16rem;
    height: 16rem;
  }

  .team_members .name {
    font-size: 2rem;
  }

  .team_management {
    padding: 12rem 0 14rem;
  }

  .team_popup1 .col_right {
    padding: 12rem 6rem 8rem 6rem;
  }

  .team_popup1 .back_btn {
    top: 6rem;
    right: 6rem;
  }

  .team_popup1 .img_wrap {
    width: 28rem;
    height: 28rem;
  }

  .team_popup1 .img_inner {
    width: 25rem;
    height: 25rem;
  }

  .team_popup1 .info_title,
  .team_popup1 h3 {
    font-size: 2.4rem;
  }

  .team_popup1 .info_block p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }

  .team_popup1 .info_block+.info_block {
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .team_banner .content>.flex {
    min-height: 48rem;
  }

  .team_banner .head h1 {
    font-size: 4.2rem;
    line-height: 5.4rem;
  }

  .team_banner .rt {
    width: 65%;
  }

  .team_leadership .col_left {
    width: 48%;
  }

  .team_leadership .col_right {
    width: 52%;
  }

  .team_leadership .col_right .info {
    padding: 3.5rem 4rem 0;
  }

  .team_members .team_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem 2.5rem;
  }

  .team_members .avatar {
    width: 15rem;
    height: 15rem;
  }

  .team_members .name {
    font-size: 1.8rem;
  }

  .team_members .role {
    font-size: 1.4rem;
  }

  .team_management .team_management_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .team_popup1 {
    min-height: unset;
  }

  .team_popup1 .col_left {
    width: 45%;
  }

  .team_popup1 .col_right {
    width: 55%;
    padding: 10rem 4rem 6rem 4rem;
  }

  .team_popup1 .senior_title {
    font-size: 3rem;
    margin-top: 6rem;
  }

  .team_popup1 .person_card {
    margin-top: 5rem;
  }

  .team_popup1 .name {
    font-size: 2.6rem;
    margin-top: 3rem;
  }

  .team_popup1 .role {
    font-size: 1.7rem;
  }

  .team_popup1 .bottom_nav {
    height: 7.5rem;
    margin-top: 8rem;
  }

  .team_popup1 .info_title,
  .team_popup1 h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .team_popup1 .info_block p {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }

  .team_popup1 .info_block+.info_block {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .team_banner .content>.flex {
    min-height: 42rem;
  }

  .team_banner .head h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }

  .team_leadership {
    padding: 7rem 0;
  }

  .team_leadership .col_right .info {
    padding: 3rem 3rem 0;
  }

  .team_leadership .text_wrap p {
    font-size: 1.5rem;
  }

  .team_members {
    padding: 7rem 0 12rem;
  }

  .team_members .team_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 2rem;
  }

  .team_members .avatar {
    width: 13rem;
    height: 13rem;
  }

  .team_members .team_group {
    margin-bottom: 8rem;
  }

  .team_management {
    padding: 7rem 0 10rem;
  }

  .team_management .team_management_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }

  .team_popup1 {
    min-height: unset;
  }

  .team_popup1 .col_left {
    width: 40%;
  }

  .team_popup1 .col_right {
    width: 60%;
    padding: 8rem 3rem 5rem 3rem;
  }

  .team_popup1 .senior_title {
    font-size: 2.6rem;
    margin-top: 4rem;
  }

  .team_popup1 .img_wrap {
    width: 24rem;
    height: 24rem;
  }

  .team_popup1 .img_inner {
    width: 21.6rem;
    height: 21.6rem;
  }

  .team_popup1 .person_card {
    margin-top: 4rem;
  }

  .team_popup1 .name {
    font-size: 2.4rem;
    margin-top: 2.5rem;
  }

  .team_popup1 .role {
    font-size: 1.6rem;
  }

  .team_popup1 .bottom_nav {
    height: 7rem;
    margin-top: 6rem;
  }

  .team_popup1 .back_btn {
    top: 4rem;
    right: 3rem;
    font-size: 1.6rem;
  }

  .team_popup1 .info_title,
  .team_popup1 h3 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }

  .team_popup1 .info_block p {
    font-size: 1.4rem;
    line-height: 1.65;
    margin-bottom: 1.8rem;
  }

  .team_popup1 .info_block+.info_block {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .team_banner {
    padding-top: 70px;
  }

  .team_banner .content>.flex {
    min-height: unset;
    flex-direction: column;
    padding: 30px 0 0;
  }

  .team_banner .head {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team_banner .head h1 {
    font-size: 25px;
    line-height: 1.3;
    max-width: unset;
  }

  .team_banner p {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 15px;
  }

  .team_banner .rt {
    width: 100%;
    margin-right: 0;
  }

  .team_banner .rec_mask {
    display: none;
  }

  .team_leadership {
    padding: 50px 0;
  }

  .team_leadership .head h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .team_leadership .row {
    flex-direction: column;
  }

  .team_leadership .col_left {
    width: 100%;
  }

  .team_leadership .col_right {
    width: 100%;
    padding-top: 0;
  }

  .team_leadership .col_right .info {
    padding: 30px 0 0;
    margin-left: 0;
  }

  .team_leadership .text_wrap p {
    font-size: 14px;
    line-height: 1.5;
  }

  .team_leadership .text_wrap p+p {
    margin-top: 15px;
  }

  .team_leadership .stats_grid {
    margin-top: 20px;
    gap: 15px;
  }

  .team_leadership .stat_item {
    width: calc(50% - 8px);
    height: 80px;
    padding: 0 15px;
  }

  .team_leadership .stat_item .num_text {
    font-size: 2.4rem;
  }

  .team_leadership .stat_item .label {
    font-size: 1.2rem;
  }

  .team_members {
    padding: 50px 0 80px;
  }

  .team_members h2 {
    font-size: 22px;
  }

  .team_members .head {
    margin-bottom: 30px;
  }

  .team_members .head p {
    font-size: 14px;
    line-height: 1.5;
  }

  .team_members .team_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 15px;
  }

  .team_members .avatar {
    width: 120px;
    height: 120px;
  }

  .team_members .name {
    font-size: 16px;
  }

  .team_members .role {
    font-size: 13px;
  }

  .team_members .team_group {
    margin-bottom: 50px;
  }

  .team_management {
    padding: 50px 0 60px;
  }

  .team_management .head h2 {
    font-size: 22px;
  }

  .team_management .head p {
    font-size: 14px;
    line-height: 1.5;
  }

  .team_management .head {
    margin-bottom: 30px;
  }

  .team_management .team_management_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .team_management .item {
    padding: 25px 20px;
  }

  .team_management .item h3 {
    font-size: 18px;
  }

  .team_management .item .desc {
    font-size: 14px;
    line-height: 1.5;
  }

  .team_management .item_icon {
    height: 3.5rem;
    margin-bottom: 20px;
  }

  .team_popup1 {
    flex-direction: column;
    min-height: unset;
  }

  .team_popup1 .col_left,
  .team_popup1 .col_right {
    width: 100%;
    border-right: none;
  }

  .team_popup1 .senior_title {
    font-size: 24px;
    margin-top: 30px;
  }

  .team_popup1 .person_card {
    margin: 30px auto 20px;
  }

  .team_popup1 .img_wrap {
    width: 180px;
    height: 180px;
  }

  .team_popup1 .img_inner {
    width: 160px;
    height: 160px;
  }

  .team_popup1 .name {
    font-size: 22px;
    margin-top: 20px;
  }

  .team_popup1 .role {
    font-size: 14px;
    margin-top: 8px;
  }

  .team_popup1 .bottom_nav {
    height: 60px;
    margin-top: 30px;
  }

  .team_popup1 .nav_btn img {
    width: 12px;
    height: 18px;
  }

  .team_popup1 .col_right {
    padding: 40px 20px 30px;
  }

  .team_popup1 .back_btn {
    top: 15px;
    right: 15px;
    font-size: 14px;
    gap: 8px;
  }

  .team_popup1 .back_btn img {
    width: 8px;
    height: 14px;
  }

  .team_popup1 .info_title,
  .team_popup1 h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .team_popup1 .info_block p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .team_popup1 .info_block+.info_block {
    margin-top: 30px;
  }

  .team_popup1 .icon_awards {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .team_banner .head h1 {
    font-size: 22px;
  }

  .team_members .team_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }

  .team_members .avatar {
    width: 100px;
    height: 100px;
  }

  .team_members .name {
    font-size: 15px;
  }

  .team_management .item h3 {
    font-size: 16px;
  }

  .team_popup1 .senior_title {
    font-size: 20px;
    margin-top: 20px;
  }

  .team_popup1 .person_card {
    margin: 20px auto 15px;
  }

  .team_popup1 .img_wrap {
    width: 140px;
    height: 140px;
  }

  .team_popup1 .img_inner {
    width: 120px;
    height: 120px;
  }

  .team_popup1 .name {
    font-size: 18px;
    margin-top: 15px;
  }

  .team_popup1 .role {
    font-size: 13px;
  }

  .team_popup1 .bottom_nav {
    height: 50px;
    margin-top: 20px;
  }

  .team_popup1 .col_right {
    padding: 30px 15px 25px;
  }

  .team_popup1 .back_btn {
    top: 10px;
    right: 10px;
    font-size: 13px;
  }

  .team_popup1 .info_title,
  .team_popup1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .team_popup1 .info_block p {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 12px;
  }

  .team_popup1 .info_block+.info_block {
    margin-top: 25px;
  }

  .team_popup1 .syedittext p {
    font-size: 13px;
  }
}