.job_banner {
  background: linear-gradient(161.6725deg, #1a1a2e 14%, #16163a 50%, #2d3cdf 86%);
  padding-top: 99px;
  overflow: hidden;
  position: relative;
}

.job_banner .flex {
  padding: 3.6rem 0 8.5rem;
}

.job_banner .image {
  position: relative;
  align-self: center;
  width: 71.18055556%;
  margin-right: -16.66666667%;
  padding-bottom: 3.68055556%;
  margin-left: -7.1%;
}

.job_banner .image .img {
  padding-bottom: 57.85365854%;
  clip-path: polygon(24.3% 0, 100% 0, 100% 100%, 0 100%);
}

.job_banner .image .certifications {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  background-color: #3a72ef;
  color: #fff;
  min-width: 53.56097561%;
  min-height: 19.3498452%;
  max-height: 90%;
  max-width: 90%;
  --deg: 5.6rem;
  clip-path: polygon(var(--deg) 0, 100% 0, 100% 100%, 0 100%);
  gap: 2.7rem;
  padding: 2.8rem 1.1rem 1.6rem 3.4rem;
}

.job_banner .image .certifications ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.job_banner .image .certifications li {
  position: relative;
  flex: 1 0 16.8rem;
}

.job_banner .image .certifications li:first-child::before {
  display: none;
}

.job_banner .image .certifications li::before {
  position: absolute;
  width: 1px;
  height: 75.95%;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  opacity: 0.08;
}

.job_banner .image .certifications li:nth-child(2) .icon img {
  transform: scale(0.98076923);
}

.job_banner .image .certifications li:nth-child(1) .icon img {
  transform: scale(0.96153846);
}

.job_banner .image .certifications .icon {
  width: 5.2rem;
  height: 5.2rem;
  margin: 0 auto;
}

.job_banner .image .certifications strong {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.012rem;
}

.job_banner .lt {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.8rem;
}

.job_banner .lt .head {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 13.5%;
}

.job_banner p {
  max-width: 60.5rem;
  margin-top: 2.4rem;
}

.job_banner .btn {
  margin-top: 4.2rem;
}

.job_banner .tags {
  margin-top: 2rem;
}

.job_banner .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.job_banner .tags li {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #2d3372;
  border: 1px solid #464e89;
  transition: all 0.3s;
  line-height: 2.5;
  gap: 0.5em;
  padding: 0 1.2857em 0 1.35714em;
}

.job_banner .tags li::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  filter: contrast(0) brightness(2);
  background: url("../img/gou.svg") no-repeat center / contain;
}

.job_banner .tags li:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.job_banner .float_mask {
  opacity: 0.56;
}

.job_banner .float_mask .img1 {
  left: -39.43%;
  bottom: -34.065%;
  width: 57%;
  max-width: 108rem;
}

.job_banner .float_mask .img3 {
  right: -10.3125%;
  bottom: 55.1963048%;
  width: 29%;
  max-width: 53.7rem;
}

.job_precision {
  padding: 12rem 0 14.5rem;
  background-color: #ffffff;
  overflow: hidden;
}

.job_precision .head h2 {
  margin-bottom: 2.5rem;
}

.job_precision .head p {
  max-width: 66.5rem;
}

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

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

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

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

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

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

.job_precision .item_icon {
  height: 3.5rem;
  margin-bottom: 3.5rem;
  display: flex;
  align-items: flex-start;
  color: #596075;
}

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

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

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

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

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

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

.job_build {
  background-color: #F8F9FC;
  padding: 13.3rem 0 9.7rem;
  position: relative;
  overflow: hidden;
}

.job_build .head p {
  max-width: 65.6rem;
  margin-left: auto;
  margin-right: auto;
}

.job_build .head h2 {
  margin-bottom: 2.5rem;
}

.job_build .head {
  margin-bottom: 4.4rem;
}

.job_build .layout {
  align-items: flex-start;
}

.job_build .col_left {
  width: 44.86%;
  position: relative;
  color: #fff;
  padding: 5rem 4rem 4rem 4rem;
  min-height: 62rem;
  overflow: hidden;
}

.job_build .col_left .bg_layer {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.job_build .col_left .bg_layer .img_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job_build .col_left .gradient_layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0) 0%, rgba(32, 32, 88, 0.8) 30%, rgba(45, 60, 223, 1) 100%);
}

.job_build .col_left .geom_shape {
  position: absolute;
  bottom: 0;
  right: -5rem;
  width: 25rem;
  height: 18rem;
  background-color: var(--primary);
  opacity: 0.4;
  transform: skewX(-24deg);
  z-index: 2;
}

.job_build .col_left .geom_shape.s2 {
  right: auto;
  left: -10rem;
  width: 40rem;
  opacity: 0.2;
}

.job_build .col_left .text_box {
  position: relative;
  z-index: 3;
  margin-top: auto;
}

.job_build .col_left .big_num {
  font-size: 5.4rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.job_build .col_left .sub_text {
  font-size: 2.2rem;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 5rem;
  letter-spacing: 0.02rem;
}

.job_build .col_left .quote {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-style: italic;
  line-height: 2.4rem;
  max-width: 48.5rem;
  font-weight: 300;
  margin-bottom: 2rem;

}

.job_build .col_left .author {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  opacity: 0.8;
  font-weight: 300;
  letter-spacing: 0.03rem;
}

.job_build .col_right {
  width: 53.19%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.9rem;
}

.job_build .card {
  background-color: #fff;
  border: 1px solid #e8e8ef;
  padding: 2.2rem 2.5rem;
}

.job_build .card_wide {
  grid-column: span 2;
  gap: 2.3rem;
  align-items: flex-start;
}

.job_build .card .icon_box {
  width: 6.2rem;
  height: 6.2rem;
  background-color: #f8f9fc;
  flex-shrink: 0;
  margin-bottom: 1.4rem;
}

.job_build .card_wide .icon_box {
  margin-bottom: 0;
}

.job_build .card .icon_box svg {
  width: 2.8rem;
  height: 2.8rem;
}

.job_build .card strong {
  display: block;
  font-size: 2.0rem;
  color: #1a1a2e;
  font-weight: 600;
  padding-top: 0.4rem;
  margin-bottom: 0.7rem;
}

.job_build .card p {
  font-size: 1.4rem;
  color: #5a5a68;
  line-height: 2.2rem;
  font-family: "Inter", sans-serif;
}

.job_build .card .inline_img {
  width: 100%;
  max-width: 29.8rem;
  margin-top: 1.5rem;
  display: block;
}

.job_role {
  padding: 10.7rem 0 12.5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.job_role .head h2 {
  margin-bottom: 2.5rem;
}

.job_role .head p {
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
}

.job_role .head {
  margin-bottom: 4rem;
}

.job_role .content {
  max-width: 120rem;
}

.job_role .dec_icon {
  display: block;
  margin: 2rem auto 0;
  width: 68.8rem;
  max-width: 100%;
  height: auto;
}

.job_role .filters {
  gap: 1.7rem;
  margin-bottom: 4rem;
  justify-content: center;
}

.job_role .filter_btn {
  padding: 0.8rem 1.8rem;
  border: 1px solid #e5e7ea;
  background-color: #fff;
  color: #444;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.job_role .filter_btn.active,
.job_role .filter_btn:hover {
  background-color: #14248e;
  color: #fff;
  border-color: #14248e;
}

.job_role .job_list.loading {
  opacity: 0.5;
  pointer-events: none;
}

.job_role .job_empty {
  text-align: center;
  font-size: 1.8rem;
  color: var(--text);
  padding: 4rem 0;
}

.job_role .job_list {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}

.job_role .item {
  padding: 2.5rem 3.4rem 2rem;
  background-color: #fff;
  border: 1px solid #e8e8ef;
  /* border-bottom: 3px solid transparent; */
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}

.job_role .item:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--primary);
  width: 0;
  transition: all 0.3s;
}

.job_role .item:hover,
.job_role .item.active {
  box-shadow: 0 1rem 2rem rgba(201, 204, 209, 0.6);
  border-bottom-color: #14248e;
  border-color: #e8e8ef #e8e8ef #14248e #e8e8ef;
  z-index: 1;
}

.job_role .item.active:after {
  width: 100%;
}

.job_role .item_title {
  font-size: 2rem;
  color: #1a1a2e;
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.job_role .item_info {
  gap: 2.5rem;
  margin-bottom: 1.6rem;
}

.job_role .info_node {
  font-size: 1.4rem;
  color: var(--text);
  font-family: 'Inter', sans-serif;
}

.job_role .info_node:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 0.8rem;
  background: url('../img/role_pos.svg') no-repeat center/85%;
}

.job_role .info_node.date:before {
  background-image: url('../img/role_date.svg');
  background-size: 100%;
}

.job_role .info_node.clock:before {
  background-image: url('../img/role_clock.svg');
  background-size: 100%;
}

.job_role .info_node img {
  width: 1.7rem;
  height: 1.7rem;
  object-fit: contain;
}

.job_role .item_tag {
  display: inline-block;
  padding: 0.6rem 1rem;
  background-color: rgba(48, 90, 209, 0.1);
  color: #14248e;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.job_role .item_apply {
  gap: 1.5rem;
}

.job_role .item_apply span {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--title);
  transition: color 0.3s ease;
}

.job_role .item_apply:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url('../img/arrow.svg') no-repeat center/contain;
  display: inline-block;
  margin-left: 0;
}

.job_role .item_apply img {
  width: 1.3rem;
  height: auto;
  transition: transform 0.3s ease;
}

.job_role .item:hover .item_apply img,
.job_role .item.active .item_apply img {
  transform: translateX(0.5rem);
}

.job_team {
  padding: 13rem 0;
  background-color: #F8F9FC;
}

.job_team .head h2 {
  margin-bottom: 2.5rem;
}

.job_team .head p {
  max-width: 69rem;
  margin-left: auto;
  margin-right: auto;
}

.job_team .head {
  margin-bottom: 3rem;
}

.job_team .head_icon {
  max-width: 68.8rem;
  margin: 0 auto;
}

.job_team .list {
  gap: 3.4rem;
}

.job_team .item {
  position: relative;
  flex: 1;
  height: 38.4rem;
  background: #fff;
  border: 1px solid #e8e8ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.4rem 2rem 0;
  transition: all 0.3s;
  cursor: pointer;
}

.job_team .swiper-slide.active .item {
  border-color: #fff;
  box-shadow: 0 1rem 3rem rgba(201, 204, 209, 0.4);
}

.job_team .swiper-slide .item::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 0.3rem;
  background-color: #14248e;
  transition: all 0.3s;
}

.job_team .swiper-slide.active .item::after {
  width: 100%;
}

.job_team .item .avatar {
  width: 14.4rem;
  height: 14.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 4rem;
}

.job_team .item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job_team .item h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 0.6rem;
}

.job_team .item .role {
  font-size: 1.76rem;
  color: #14248e;
  margin-bottom: 1.8rem;
}

.job_team .item .desc {
  font-size: 1.6rem;
  color: #888;
  line-height: 1.4;
  text-align: center;
  max-width: 25rem;
}

.job_team .swiper-slide.active .item {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}


.job_need {
  padding: 13rem 0 12.3rem;
}

.job_need .head {
  margin-bottom: 3.8rem;
}

.job_need .head h2 {
  margin-bottom: 2.5rem;
}

.job_need .head p {
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}

.job_need .cards_grid {
  gap: 3.7rem 2.7rem;
  margin-bottom: 7.4rem;
}

.job_need .cards_grid .item {
  width: calc(33.333% - 1.8rem);
  height: 30.2rem;
  border: 1px solid #e8e8ef;
  padding: 3.7rem 3.1rem;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
}

.job_need .cards_grid .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #14248e;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.job_need .cards_grid .item:hover,
.job_need .cards_grid .item.active {
  border-color: transparent;
  box-shadow: 0 1rem 2rem rgba(201, 204, 209, 0.6);
}

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

.job_need .icons_wrap {
  height: 4.5rem;
  margin-bottom: 3.7rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.job_need .icons_wrap img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.job_need .item_title {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--title);
  position: relative;
  z-index: 2;
}

.job_need .item_desc {
  font-size: 1.7rem;
  color: var(--text);
  margin-top: 1.8rem;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
}

.job_need .icon_bottom {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 10rem;
  max-width: 85%;
  object-fit: contain;
}

.job_need .stats_row {
  gap: 2.8rem;
}

.job_need .stat_item {
  border: 1px solid #e8e8ef;
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}

.job_need .stat_item .val {
  font-size: 3.8rem;
  font-weight: 600;
  color: #14248e;
  margin-bottom: 0.5rem;
}

.job_need .stat_item .label {
  font-size: 1.7rem;
  color: var(--text);
  font-family: 'Inter', sans-serif;
}

/* ================= 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%;
  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;
}

/* Responsive */
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .job_banner .flex {
    padding: 3rem 0 6rem;
  }

  .job_precision {
    padding: 9rem 0 10rem;
  }

  .job_build {
    padding: 9rem 0 8rem;
  }

  .job_build .col_left {
    min-height: 50rem;
  }

  .job_role {
    padding: 8rem 0 10rem;
  }

  .job_team {
    padding: 9rem 0;
  }

  .job_need {
    padding: 9rem 0 10rem;
  }

  .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) {
  .job_banner .image {
    width: 65%;
    margin-right: -12%;
  }

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

  .job_build .col_left {
    width: 48%;
    min-height: 45rem;
  }

  .job_build .col_right {
    width: 52%;
  }

  .job_role .filters {
    flex-wrap: wrap;
  }

  .job_role .item {
    padding: 2rem 2.5rem;
  }

  .job_team .item {
    height: 34rem;
  }

  .job_need .cards_grid .item {
    width: calc(50% - 1.4rem);
  }

  .job_need .stat_item .val {
    font-size: 3rem;
  }

  .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) {
  .job_build .col_left {
    width: 100%;
    min-height: 40rem;
  }

  .job_build .col_right {
    width: 100%;
  }

  .job_build .layout {
    flex-direction: column;
    gap: 3rem;
  }

  .job_need .cards_grid .item {
    width: calc(50% - 1.4rem);
    height: auto;
    min-height: 26rem;
  }

  .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) {
  .job_banner {
    padding-top: 70px;
  }

  .job_banner .flex {
    flex-direction: column;
    padding: 30px 0;
  }

  .job_banner .lt {
    padding-bottom: 0;
  }

  .job_banner .lt .head {
    padding-bottom: 0;
  }

  .job_banner .lt .head h1 {
    font-size: 25px;
  }

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

  .job_banner .btn {
    margin-top: 20px;
  }

  .job_banner .tags {
    margin-top: 15px;
  }

  .job_banner .tags ul {
    gap: 8px;
  }

  .job_banner .tags li {
    font-size: 12px;
  }

  .job_banner .image {
    width: 100%;
    margin: 20px 0 0;
    margin-right: 0;
    margin-left: 0;
  }

  .job_banner .image .img {
    clip-path: none;
  }

  .job_banner .image .certifications {
    position: relative;
    width: 100%;
    min-width: unset;
    clip-path: none;
    padding: 15px;
    gap: 10px;
    margin-top: 15px;
  }

  .job_banner .image .certifications .icon {
    width: 35px;
    height: 35px;
  }

  .job_banner .image .certifications strong {
    font-size: 11px;
  }

  .job_banner .float_mask {
    display: none;
  }

  .job_precision {
    padding: 50px 0;
  }

  .job_precision .head h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .job_precision .head p {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
  }

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

  .job_precision .job_precision_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

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

  .job_precision .item_icon {
    height: 30px;
    margin-bottom: 20px;
  }

  .job_build {
    padding: 50px 0;
  }

  .job_build .head h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .job_build .head p {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
  }

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

  .job_build .layout {
    flex-direction: column;
    gap: 20px;
  }

  .job_build .col_left {
    width: 100%;
    min-height: 300px;
    padding: 30px 20px;
  }

  .job_build .col_left .big_num {
    font-size: 36px;
  }

  .job_build .col_left .sub_text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .job_build .col_left .quote {
    font-size: 14px;
    line-height: 1.5;
  }

  .job_build .col_right {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .job_build .card {
    padding: 20px;
  }

  .job_build .card_wide {
    flex-direction: column;
    gap: 15px;
  }

  .job_build .card strong {
    font-size: 18px;
  }

  .job_build .card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .job_build .card .icon_box {
    width: 45px;
    height: 45px;
  }

  .job_role {
    padding: 50px 0;
  }

  .job_role .head h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .job_role .head p {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
  }

  .job_role .head {
    margin-bottom: 20px;
  }

  .job_role .dec_icon {
    width: 100%;
    margin-top: 10px;
  }

  .job_role .filters {
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .job_role .filters::-webkit-scrollbar {
    display: none;
  }

  .job_role .filter_btn {
    font-size: 14px;
    padding: 6px 14px;
    flex-shrink: 0;
  }

  .job_role .job_list {
    gap: 15px;
  }

  .job_role .item {
    padding: 20px 15px;
  }

  .job_role .item_title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .job_role .item_info {
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .job_role .info_node {
    font-size: 13px;
  }

  .job_role .item_apply span {
    font-size: 14px;
  }

  .job_role .item_apply:after {
    width: 10px;
    height: 10px;
  }

  .job_role .item {
    flex-flow: wrap;
    gap: 20px;
  }

  .job_role .item_apply {
    gap: 10px;
  }

  .job_team {
    padding: 50px 0;
  }

  .job_team .head h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .job_team .head p {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
  }

  .job_team .head {
    margin-bottom: 20px;
  }

  .job_team .item {
    height: auto;
    min-height: 280px;
    padding: 30px 15px 0;
  }

  .job_team .item .avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

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

  .job_team .item .role {
    font-size: 14px;
  }

  .job_team .item .desc {
    font-size: 14px;
  }

  .job_need {
    padding: 50px 0;
  }

  .job_need .head h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .job_need .head p {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
  }

  .job_need .head {
    margin-bottom: 25px;
  }

  .job_need .cards_grid {
    gap: 20px;
    margin-bottom: 30px;
  }

  .job_need .cards_grid .item {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 25px 20px;
  }

  .job_need .item_title {
    font-size: 18px;
  }

  .job_need .item_desc {
    font-size: 14px;
    line-height: 1.5;
  }

  .job_need .icons_wrap {
    height: 35px;
    margin-bottom: 20px;
  }

  .job_need .stats_row {
    flex-wrap: wrap;
    gap: 15px;
  }

  .job_need .stat_item {
    height: 100px;
    flex: 1 1 calc(50% - 8px);
    min-width: calc(50% - 8px);
  }

  .job_need .stat_item .val {
    font-size: 26px;
  }

  .job_need .stat_item .label {
    font-size: 14px;
  }

  .job_build .card_wide {
    grid-column: span 1;
  }

  .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) {
  .job_banner .lt .head h1 {
    font-size: 22px;
  }

  .job_precision .job_precision_list {
    grid-template-columns: 1fr;
  }

  .job_build .col_right {
    grid-template-columns: 1fr;
  }

  .job_build .card_wide {
    grid-column: span 1;
  }

  .job_need .stat_item {
    flex: 1 1 100%;
    min-width: 100%;
  }

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