.page_overflow_wrapper {
  overflow-x: clip;
}

/* profile */

.profile_wrapper {
  margin-top: clamp(20px, 1.389vw, 26.67px);
  display: flex;
  gap: clamp(20px, 1.389vw, 26.67px);
}

.profile_foto {
  width: clamp(345px, 23.958vw, 460px);
  height: clamp(485px, 33.681vw, 646.67px);
  border-radius: clamp(32px, 2.222vw, 42.67px);
  object-fit: cover;
  object-position: top;
}

.profile_content_experience {
  width: 100%;
  height: clamp(485px, 33.681vw, 646.67px);
  background: var(--dark-white);
  border-radius: clamp(32px, 2.222vw, 42.67px);
}

.profile_content {
  width: 100%;
  height: clamp(323px, 22.431vw, 430.67px);
  border-radius: clamp(32px, 2.222vw, 42.67px);
  background: url(../images/profile_bg.png) no-repeat center;
  background-size: cover;
  padding: clamp(30px, 2.083vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile_name {
  font-family: var(--font-gilroy);
  color: var(--white);
  font-weight: 500;
  font-size: clamp(44px, 3.056vw, 58.67px);
  line-height: 110%;
  letter-spacing: -0.04em;
}

.profile_role {
  display: none;
}

.profile_contact {
  display: none;
}

.profile_info {
  padding-top: clamp(12px, 0.833vw, 16px);
  color: #e9f3ff;
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 21.33px);
  line-height: 130%;
  letter-spacing: -0.02em;
}

.profile_link {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.694vw, 13.33px);
}

.profile_link button {
  width: clamp(270px, 18.75vw, 360px);
  height: clamp(50px, 3.472vw, 66.67px);
  border-radius: 300px;
  background: #ffffff0d;
  border: 1px solid #ffffff4d;
  color: var(--white);
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 21.33px);
  line-height: 130%;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 0.694vw, 13.33px);
}

.profile_link i {
  font-size: clamp(9px, 0.625vw, 12px);
}

.profile_experience {
  display: flex;
  justify-content: space-between;
  padding: 0 clamp(30px, 2.083vw, 40px);
  padding-top: clamp(46px, 3.194vw, 61.33px);
}

.profile_experience_text {
  width: clamp(280px, 19.444vw, 373.33px);
  font-family: var(--font-gilroy);
  color: var(--primary);
  font-weight: 500;
  font-size: clamp(28px, 1.944vw, 37.33px);
  line-height: 110%;
  letter-spacing: -0.04em;
}

.profile_experience_text br {
  display: none;
}

.profile_experience_year {
  font-family: var(--font-gilroy);
  color: var(--primary);
  font-weight: 600;
  font-size: clamp(64px, 4.444vw, 85.33px);
  line-height: 110%;
  letter-spacing: -0.04em;
}

.profile_experience_year span {
  font-size: clamp(64px, 4.444vw, 85.33px);
}

/* expert */

.expert {
  margin-top: clamp(20px, 1.389vw, 26.67px);
  padding-left: clamp(40px, 2.778vw, 53.33px);
  display: flex;
  gap: clamp(15px, 1.042vw, 20px);
}

.expert_foto_wrapper {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.042vw, 20px);
}

.expert_foto {
  width: clamp(168px, 11.667vw, 224px);
  height: clamp(168px, 11.667vw, 224px);
  object-fit: cover;
  object-position: center;
  border-radius: clamp(16px, 1.111vw, 21.33px);
}

.expert_text_bg {
  width: 100%;
  background: #02416f08;
  border-left: 1.5px solid #02416f33;
  height: clamp(166px, 11.528vw, 221.33px);
  display: flex;
  align-items: center;
  padding-left: clamp(54px, 3.75vw, 72px);
}

.expert_text {
  width: clamp(520px, 36.111vw, 693.33px);
  color: #222222b2;
  font-weight: 500;
  font-size: clamp(20px, 1.389vw, 26.67px);
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
}

.expert_text span {
  color: var(--black-text-light);
}

/* team */

.team_wrapper {
  position: relative;
}

.team_line {
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(17px, 1.181vw, 22.67px);
  z-index: -10;
  background-image: linear-gradient(to bottom, #2222221a 8px, transparent 8px);
  background-size: 1px 16px;
  background-repeat: repeat-y;
  background-position: right center;
}

.team_title {
  font-family: var(--font-gilroy);
  color: var(--primary);
  font-weight: 600;
  font-size: clamp(28px, 1.944vw, 37.33px);
  line-height: 110%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  padding-bottom: clamp(15px, 1.042vw, 20px);
}

.team_list {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 2.083vw, 40px);
}

.team_item {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.833vw, 16px);
}

.team_header {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.042vw, 20px);
}

.team_icon {
  min-width: clamp(34px, 2.361vw, 45.33px);
  height: clamp(34px, 2.361vw, 45.33px);
  border-radius: 50%;
  background: var(--dark-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team_icon img {
  width: clamp(18px, 1.25vw, 24px);
  height: clamp(18px, 1.25vw, 24px);
  object-fit: contain;
}

.team_item_title {
  color: var(--black-text-light);
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 21.33px);
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: justify;
}

.team_content {
  padding-left: clamp(46px, 3.194vw, 61.33px);
}

/* team swiper */

.team_swiper_bleed {
  margin-right: calc((100vw - 94.44vw) / -2);
}

.team_swiper {
  padding-right: clamp(40px, 2.778vw, 53.33px) !important;
}

.team_item_swiper {
  width: clamp(274px, 19.028vw, 365.33px) !important;
  height: clamp(257px, 17.847vw, 342.67px) !important;
  border-radius: clamp(24px, 1.667vw, 32px);
}

.team_item_swiper img {
  width: 100%;
  height: 100%;
  border: 1px solid #0000001A;
  border-radius: clamp(24px, 1.667vw, 32px);
  object-fit: cover;
}

/* experience */

.experience {
  margin-top: clamp(50px, 3.472vw, 66.67px);
}

.experience_wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 1.736vw, 33.33px);
}

.experience_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.experience_header-first {
  margin-top: 0;
}

.experience_year {
  color: #02416f73;
  font-family: var(--font-gilroy);
  font-weight: 600;
  font-size: clamp(28px, 1.944vw, 37.33px);
  line-height: 110%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.486vw, 9.33px);
}

.experience_year span {
  font-size: clamp(24px, 1.667vw, 32px);
}

.experience_text {
  color: #02416f8c;
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 21.33px);
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: justify;
}

.experience_desc {
  padding-top: clamp(10px, 0.694vw, 13.33px);
  color: var(--black-text-light);
  font-weight: 500;
  font-size: clamp(16px, 1.111vw, 21.33px);
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: justify;
}

/* team swiper bg */

.team_swiper_bg_bleed {
  margin-top: 10px;
  margin-right: calc((100vw - 94.44vw) / -2);
  min-width: 0;
}

.team_bg_swiper {
  padding-right: clamp(40px, 2.778vw, 53.33px) !important;
}

.team_item_bg_swiper {
  width: clamp(274px, 19.028vw, 365.33px) !important;
  height: clamp(257px, 17.847vw, 342.67px) !important;
  border-radius: clamp(24px, 1.667vw, 32px);
}

.team_item_bg_swiper img {
  border: 1px solid #0000001A;
  width: 100%;
  height: 100%;
  border-radius: clamp(24px, 1.667vw, 32px);
  object-fit: cover;
  object-position: center;
}

/* hobbies */

.hobbies {
  margin-top: clamp(30px, 2.083vw, 40px);
}

/* media */

@media (max-width: 400px) {
  .profile_wrapper {
    margin-top: 90px;
    width: 100%;
    height: 630px;
    flex-direction: column;
    position: relative;
  }

  .profile_foto {
    position: absolute;
    left: 50%;
    top: -76px;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    border: 2.5px solid var(--white);
    transform: translateX(-50%);
  }

  .profile_content_experience {
    height: 100%;
  }

  .profile_content {
    padding: 127px 20px 20px 20px;
    height: auto;
    justify-content: start;
  }

  .profile_name {
    font-size: 28px;
    text-align: center;
  }

  .profile_info {
    display: none;
  }

  .profile_role {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .profile_role p {
    color: #e9f3ff;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -2%;
  }

  .profile_link {
    margin-top: 30px;
    flex-direction: column;
  }

  .profile_link button,
  .profile_link a {
    width: 100%;
  }

  .profile_link i {
    display: none;
  }

  .profile_contact {
    padding-top: 15px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 5px;
  }

  .profile_contact p {
    color: #e9f3ff;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -3%;
  }

  .profile_experience {
    padding: 17px 0 20px 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 5px;
  }

  .profile_experience_text {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }

  .profile_experience_text br {
    display: inline-block;
  }

  .profile_experience_year {
    width: 100%;
    text-align: center;
    font-size: 44px;
    line-height: 100%;
  }

  /* expert */

  .expert {
    padding-left: 0;
    flex-direction: column;
    gap: 10px;
  }

  .expert_foto_wrapper {
    padding: 0 20px;
    gap: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .expert_foto_wrapper::-webkit-scrollbar {
    display: none;
  }

  .expert_foto {
    width: 140px;
    height: 140px;
  }

  .expert_text_bg {
    margin-left: 20px;
    padding: 6px 0 6px 10px;
    height: auto;
  }

  .expert_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -2%;
    text-align: start;
  }

  /* team */

  .team_title {
    font-size: 20px;
  }

  .team_line {
    left: 13px;
  }

  .team_list {
    gap: 20px;
  }

  .team_item {
    gap: 10px;
  }

  .team_header {
    gap: 12px;
  }

  .team_icon {
    min-width: 26px;
    height: 26px;
  }

  .team_icon img {
    width: 14px;
    height: 14px;
  }

  .team_item_title {
    font-size: 14px;
  }

  .team_content {
    padding-left: 38px;
  }

  .team_swiper_bleed {
    margin-right: calc(-50vw + 50%);
  }

  .team_item_swiper {
    min-width: 144px !important;
    width: 144px !important;
    height: 136px !important;
  }

  /* experience */

  .experience {
    margin-top: 30px;
  }

  .experience_header {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }

  .experience_item {
    width: 100%;
    padding: 20px;
    padding-bottom: 10px;
    border-radius: 32px;
    background: var(--dark-white);
  }

  .experience_year {
    font-size: 20px;
  }

  .experience_year span {
    display: none;
  }

  .experience_text {
    font-size: 14px;
  }

  .experience_desc {
    padding-top: 15px;
    font-size: 14px;
  }

  .team_swiper_bg_bleed {
    margin-top: 0;
    z-index: -10;
    margin-right: -20px;
    margin-left: -20px;
  }

  .team_wrapper_bg_swiper {
    padding: 10px 20px;
  }

  .team_item_bg_swiper {
    width: 134px !important;
    min-width: 134px !important;
    height: 126px !important;
    border-radius: 20px;
    box-shadow: 2px 2px 12px 0px #0000001a;
  }

  .team_item_bg_swiper img {
    border-radius: 20px !important;
  }
}
