:root {
  --iv-bg: #221818;
  --iv-text: #ffffff;
  --iv-muted: #d6d8d9;
  --iv-brand: #b81c22;
  --iv-card-bg: #ffffff;
  --iv-card-bg-soft: rgba(140, 140, 140, 0.4);
  --iv-divider: rgba(231, 231, 231, 0.3);
  --iv-desc: #595757;
  --iv-content: 83.333vw;
  --zs-brand: #b81c22;
  --zs-muted: #d6d8d9;
  --zs-inner: 83.333vw;
}

body.zs-invite {
  background: var(--iv-bg);
  color: var(--iv-text);
}

.iv-page {
  width: 100%;
}

.page-shell {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.zs-invite .hero-nav {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1.041vw);
  -webkit-backdrop-filter: blur(1.041vw);
}

.iv-section-inner {
  width: var(--iv-content);
  margin: 0 auto;
  box-sizing: border-box;
}

.iv-jobs {
  padding: 0 0 11.666vw;
}

.iv-jobs .iv-section-inner {
  width: 100%;
  padding: 0 16.666vw;
}

.iv-highlights-inner {
  width: var(--iv-content);
  margin: 0 auto;
  box-sizing: border-box;
}

.iv-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
  text-align: center;
  margin-bottom: 3.541vw;
}

.iv-section-title {
  margin: 0;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--iv-text);
  line-height: 1.5;
}

.iv-section-sub {
  max-width: 53.645vw;
  margin: 0;
  color: var(--iv-text);
  line-height: 1.5;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
}

.iv-hero {
  position: relative;
  width: 100%;
  min-height: 50.677vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.iv-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.iv-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.iv-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.55) 100%);
  z-index: -1;
}

.iv-hero-inner {
  width: var(--iv-content);
  padding: 10.416vw 3.125vw 6.25vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.458vw;
  color: var(--iv-text);
}

.iv-hero-title {
  margin: 0;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}

.iv-hero-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}

.iv-hero-cta {
  margin-top: 0.833vw;
  background: var(--iv-brand);
  color: #fff;
  padding: 0.52vw 1.041vw;
  border-radius: 1.875vw;
  display: inline-flex;
  align-items: center;
  gap: 0.625vw;
  min-width: 7.812vw;
  justify-content: center;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
  cursor: pointer;
}

.iv-hero-cta:hover {
  background: #ffffff;
  color: var(--iv-brand);
  box-shadow: 0 0.52vw 1.25vw rgba(0, 0, 0, 0.22);
  transform: translateY(-0.104vw);
}

.iv-hero-cta:hover .iv-cta-arrow {
  filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
}

.iv-bottom-btn:hover,
.iv-job-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-0.104vw);
}

.iv-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.145vw;
  height: 0.729vw;
  flex-shrink: 0;
  transition: filter 0.2s ease;
}

.iv-cta-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iv-slogan {
  width: 100%;
  padding: 11.979vw 3.125vw 10.312vw;
  display: flex;
  justify-content: center;
  text-align: center;
}

.iv-slogan-text {
  margin: 0;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  background: linear-gradient(98.2deg, #b81c22 31.241%, #ffd596 140.06%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.iv-highlights {
  width: 100%;
  padding: 0 0 12.395vw;
}

.iv-highlights-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.iv-highlights-images {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.145vw;
  align-items: start;
  padding-top: 4.166vw;
  flex: 1;
  min-width: 0;
}

.iv-highlights-img {
  border-radius: 2.083vw;
  overflow: hidden;
  aspect-ratio: 366 / 519;
  background: #2c2424;
}

.iv-highlights-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.iv-highlights-img--lg {
  margin-top: 5.208vw;
}

.iv-highlights-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  width: 36.145vw;
  margin-left: 7.812vw;
}

.iv-highlights-item {
  position: relative;
  padding: 1.25vw 0;
  border-top: 0.052vw solid var(--iv-divider);
}

.iv-highlights-item:last-child {
  border-bottom: 0.052vw solid var(--iv-divider);
}

.iv-highlights-q {
  width: 100%;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  color: var(--iv-text);
  text-align: left;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  gap: 0.833vw;
}

.iv-highlights-q-text {
  display: inline-block;
}

.iv-highlights-arrow {
  width: 2.5vw;
  height: 2.5vw;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  transition: background 0.25s ease, transform 0.25s ease;
}

.iv-highlights-arrow img {
  position: absolute;
  inset: 0;
  width: 20%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.iv-highlights-item.is-open .iv-highlights-arrow img {
  transform: rotate(90deg);
}

.iv-highlights-item.is-open .iv-highlights-arrow {
  background: var(--iv-brand);
}

.iv-highlights-item.is-open .iv-highlights-arrow::before {
  transform: rotate(90deg);
}

.iv-highlights-q:hover .iv-highlights-arrow {
  background: var(--iv-brand);
}

.iv-highlights-a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.3s ease;
  margin-top: 0;
}

.iv-highlights-item.is-open .iv-highlights-a {
  max-height: 20.833vw;
  opacity: 1;
  margin-top: 1.041vw;
}

.iv-highlights-a p {
  margin: 0;
  color: var(--iv-text);
  line-height: 1.5;
  max-width: 32.5vw;
}

.iv-benefits {
  width: 100%;
  padding: 0 0 12.083vw;
}

.iv-benefits-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.76vw;
  align-items: stretch;
  position: relative;
}

.iv-benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  padding: 0 2.76vw 5.885vw 0;
}

.iv-benefit-card:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.052vw;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 47.37%, rgba(255, 255, 255, 0.00) 100%);
}

.iv-benefit-num {
  font-family: "Noto Sans SC", "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 5.208vw;
  line-height: 1.2;
  background: linear-gradient(94.2deg, #b81c22 31.241%, #ffd596 140.06%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
}

.iv-benefit-head {
  display: flex;
  align-items: center;
  gap: 0.781vw;
}

.iv-benefit-icon {
  width: 2.083vw;
  height: 2.083vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--iv-text);
  flex-shrink: 0;
}

.iv-benefit-icon svg {
  width: 100%;
  height: 100%;
}

.iv-benefit-title {
  margin: 0;
  color: var(--iv-text);
  line-height: 1.5;
  font-family: "Noto Sans SC", "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
}

.iv-benefit-desc {
  margin: 0;
  color: var(--iv-text);
  line-height: 1.5;
  font-family: "Noto Sans SC", "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
}

.iv-gallery {
  width: 100%;
  padding: 0 0 7.291vw;
}

.iv-gallery .iv-section-inner {
  width: 100%;
  max-width: none;
  padding: 0;
}

.iv-gallery .iv-section-head {
  padding: 0 3.125vw;
}

.iv-section-head--center {
  margin-bottom: 3.541vw;
}

.iv-gallery-grid {
  display: flex;
  gap: 1.25vw;
  align-items: stretch;
  width: 100%;
  height: 34.895vw;
}

.iv-gallery-linkage {
  --item-count: 3;
  --active-index: 0;
  --active-progress: 0;
  position: relative;
  width: 18.75vw;
  margin: 1.458vw auto 0;
  height: 1.666vw;
  cursor: grab;
  touch-action: none;
}

.iv-gallery-linkage.is-dragging {
  cursor: grabbing;
}

.iv-gallery-linkage-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1.666vw;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.iv-gallery-linkage-line {
  width: 0.052vw;
  height: 0.937vw;
  background: rgba(255, 255, 255, 0.42);
  transition: height 0.22s ease, background-color 0.22s ease, opacity 0.22s ease;
}

.iv-gallery-linkage-line:nth-child(odd) {
  background: rgba(255, 255, 255, 0.88);
}

.iv-gallery-linkage-line:nth-child(even) {
  background: rgba(255, 255, 255, 0.42);
}

.iv-gallery-linkage-line.is-near {
  height: 1.458vw;
  background: rgba(255, 255, 255, 0.72);
}

.iv-gallery-linkage-line.is-hit {
  height: 1.666vw;
  background: rgba(255, 255, 255, 1);
}

.iv-gallery-linkage::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc((100% / (var(--item-count) - 1)) * var(--active-progress));
  width: 0.833vw;
  height: 0.833vw;
  border-radius: 50%;
  background: var(--iv-brand);
  box-shadow: 0 0 0 0.156vw rgba(184, 28, 34, 0.2);
  transform: translate(-50%, -50%);
  transition: left 0.35s ease;
}

.iv-gallery-linkage.is-dragging::after {
  transition: none;
}

.iv-gallery-linkage-hotspots {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.833vw;
  width: 19.27vw;
}

.iv-gallery--office {
  padding: 0 0 10.416vw;
}

.iv-gallery-linkage-btn {
  appearance: none;
  flex: 1 1 0;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.iv-gallery-img {
  position: relative;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #8b8b8b;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  transition: flex-grow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.iv-gallery-img.on {
  flex-grow: 2;
}

.iv-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.iv-gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(0.416vw);
  backdrop-filter: blur(0.416vw);
  padding: 1.406vw 2.447vw;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  margin: 0;
  opacity: 0;
  transform: translateY(0.833vw);
  transition: opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s;
  pointer-events: none;
}

.iv-gallery-img--main .iv-gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

.iv-gallery-grid:has(.iv-gallery-img:not(.iv-gallery-img--main):hover) .iv-gallery-img--main .iv-gallery-caption {
  opacity: 0;
  transform: translateY(0.833vw);
}

.iv-gallery-img:not(.iv-gallery-img--main):hover .iv-gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

.iv-gallery-caption-title {
  margin: 0;
  color: var(--iv-brand);
  line-height: 1.5;
  letter-spacing: -0.062vw;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  padding-bottom: 0.625vw;
}

.iv-gallery-caption-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.052vw;
  background: rgba(0, 0, 0, 0.25);
}

.iv-gallery-caption-desc {
  margin: 0;
  color: var(--iv-desc);
  line-height: 1.5;
  letter-spacing: -0.052vw;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
}

.iv-gallery--employee .iv-gallery-caption-desc {
  color: #ffffff;
}

.iv-jobs {
  width: 100%;
  padding: 0 0 7.291vw;
}

.iv-jobs-layout {
  display: flex;
  align-items: flex-start;
  gap: 4.479vw;
}

.iv-jobs-scroll {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  max-height: 39.583vw;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 1.666vw;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.iv-jobs-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.iv-jobs-indicator {
  position: sticky;
  top: 6.25vw;
  width: 0.312vw;
  height: 10.052vw;
  flex: 0 0 0.312vw;
}

.iv-jobs-indicator-track,
.iv-jobs-indicator-thumb {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 0.729vw;
}

.iv-jobs-indicator-track {
  top: 0;
  height: 10.052vw;
  background: #d9d9d9;
}

.iv-jobs-indicator-thumb {
  top: 0;
  height: 5.468vw;
  background: var(--iv-brand);
  transform: translateY(0);
  transition: transform 0.2s ease;
}

.iv-jobs-list {
  list-style: none;
  margin: 0;
  padding: 0.833vw 0;
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
}

.iv-job-card {
  position: relative;
  border-radius: 2.083vw;
  background: var(--iv-card-bg-soft);
  overflow: hidden;
  transition: background 0.3s ease;
}

.iv-job-card.is-open {
  background: #ffffff;
}

.iv-job-head {
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 2.5vw 3.541vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25vw;
  text-align: left;
  font-family: inherit;
}

.iv-job-info {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
  flex: 1;
  min-width: 0;
}

.iv-job-title {
  margin: 0;
  color: #ffffff;
  line-height: 1.3;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
}

.iv-job-card.is-open .iv-job-title {
  color: #333333;
}

.iv-job-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
}

.iv-job-card.is-open .iv-job-meta {
  color: #333333;
}

.iv-job-cta {
  background: var(--iv-brand);
  color: #fff;
  padding: 0.625vw 1.25vw;
  border-radius: 5.625vw;
  display: inline-flex;
  align-items: center;
  gap: 0.625vw;
  height: 2.187vw;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.iv-job-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.25s ease, padding 0.3s ease;
  padding: 0 3.541vw;
}

.iv-job-card.is-open .iv-job-body {
  max-height: 62.5vw;
  opacity: 1;
  padding: 0 3.541vw 2.5vw;
}

.iv-job-block {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  margin-top: 1.25vw;
  color: #333333;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
}

.iv-job-block-title {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

.iv-job-block-text {
  margin: 0;
  line-height: 1.5;
  max-width: 56.25vw;
}

.iv-bottom-cta {
  position: relative;
  width: 100%;
  min-height: 22.343vw;
  overflow: hidden;
}

.iv-bottom-bg {
  position: absolute;
  inset: 0;
}

.iv-bottom-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.iv-bottom-inner {
  position: relative;
  z-index: 1;
  min-height: 22.343vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: var(--iv-content);
  margin: 0 auto;
  padding: 5.416vw 3.125vw;
  box-sizing: border-box;
}

.iv-bottom-logo {
  width: 5.989vw;
  height: 1.562vw;
  object-fit: contain;
}

.iv-bottom-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(100%, 51.041vw);
  margin: 4.01vw 0 2.5vw;
}

.iv-bottom-title {
  margin: 0;
  color: var(--iv-bottom-title-color, #595757);
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  word-break: break-word;
  margin: 4.01vw 0 2.5vw n;
}

.iv-bottom-highlight {
  color: var(--iv-bottom-highlight-color, #b81c22);
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.iv-bottom-btn {
  min-width: 7.812vw;
  height: 2.5vw;
  border-radius: 1.875vw;
  background: var(--iv-brand);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.416vw;
  padding: 0 1.927vw;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.iv-bottom-arrow {
  width: 0.729vw;
  height: 0.729vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.25s ease;
}

.iv-bottom-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.iv-bottom-btn:hover {
  background: #ffffff;
  color: var(--iv-brand);
  box-shadow: 0 0.52vw 1.25vw rgba(0, 0, 0, 0.2);
  transform: translateY(-0.104vw);
}

.iv-bottom-btn:hover .iv-bottom-arrow {
  filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
}


/* 
*======================================================media===============================================================
*/
@media screen and (max-width:768px) {
  :root {
    --iv-content: 92%;
    --zs-inner: 92%;
  }

  .iv-page {
    width: 100%;
  }

  .page-shell {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .zs-invite .hero-nav {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .iv-jobs {
    padding: 0 0 64px;
  }

  .iv-jobs .iv-section-inner {
    width: 100%;
    padding: 0 16px;
  }

  .iv-section-head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 68px;
  }

  .iv-section-sub {
    max-width: 100%;
  }

  .iv-hero {
    width: 100%;
    min-height: 480px;
    display: flex;
  }

  .iv-hero-bg img {
    width: 100%;
    height: 100%;
  }

  .iv-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.55) 100%);
  }

  .iv-hero-inner {
    padding: 104px 16px 48px;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .iv-hero-cta {
    margin-top: 16px;
    padding: 6px 10px;
    border-radius: 36px;
    display: inline-flex;
    gap: 12px;
    min-width: 100px;
  }

  .iv-hero-cta:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
  }

  .iv-hero-cta:hover .iv-cta-arrow {
    filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
  }

  .iv-bottom-btn:hover,
  .iv-job-cta:hover {
    transform: translateY(-2px);
  }

  .iv-cta-arrow {
    display: inline-flex;
    width: 22px;
    height: 14px;
    flex-shrink: 0;
  }

  .iv-cta-arrow img {
    width: 100%;
    height: 100%;
  }

  .iv-slogan {
    width: 100%;
    padding: 64px 16px 198px;
    display: flex;
  }

  .iv-highlights {
    width: 100%;
    padding: 0 0 64px;
  }

  .iv-highlights-body {
    display: flex;
    flex-wrap: wrap;
  }

  .iv-highlights-images {
    gap: 22px;
    padding-top: 80px;
    flex: 1;
  }

  .iv-highlights-img {
    border-radius: 40px;
  }

  .iv-highlights-img img {
    width: 100%;
    height: 100%;
  }

  .iv-highlights-img--lg {
    margin-top: 100px;
  }

  .iv-highlights-list {
    width: 100%;
    width: 100%;
    margin-left: 150px;
  }

  .iv-highlights-item {
    padding: 24px 0;
    border-top: 1px solid var(--iv-divider);
  }

  .iv-highlights-item:last-child {
    border-bottom: 1px solid var(--iv-divider);
  }

  .iv-highlights-q {
    width: 100%;
    display: flex;
    gap: 16px;
  }

  .iv-highlights-arrow {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
  }

  .iv-highlights-arrow img {
    width: 20%;
    height: 100%;
  }

  .iv-highlights-item.is-open .iv-highlights-a {
    max-height: 400px;
    margin-top: 20px;
  }

  .iv-highlights-a p {
    max-width: 100%;
  }

  .iv-benefits {
    width: 100%;
    padding: 0 0 64px;
  }

  .iv-benefits-grid {
    gap: 53px;
  }

  .iv-benefit-card {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0 53px 113px 0;
  }

  .iv-benefit-card:not(:last-child)::after {
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 47.37%, rgba(255, 255, 255, 0.00) 100%);
  }

  .iv-benefit-head {
    display: flex;
    gap: 15px;
  }

  .iv-benefit-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    flex-shrink: 0;
  }

  .iv-benefit-icon svg {
    width: 100%;
    height: 100%;
  }

  .iv-gallery {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 80px;
  }

  .iv-gallery .iv-section-inner {
    width: 100%;
  }

  .iv-gallery .iv-section-head {
    padding: 0 60px;
  }

  .iv-section-head--center {
    margin-bottom: 28px;
  }

  .iv-gallery-grid {
    display: flex;
    gap: 24px;
    width: 100%;
    height: 670px;
  }

  .iv-gallery-linkage {
    width: 360px;
    margin: 28px auto 0;
    height: 32px;
    display: none;
  }

  .iv-gallery-linkage-track {
    top: 50%;
    height: 32px;
    transform: translateY(-50%);
    display: flex;
  }

  .iv-gallery-linkage-line {
    width: 1px;
    height: 18px;
  }

  .iv-gallery-linkage-line.is-near {
    height: 28px;
  }

  .iv-gallery-linkage-line.is-hit {
    height: 32px;
  }

  .iv-gallery-linkage::after {
    top: 50%;
    left: calc((100% / (var(--item-count) - 1)) * var(--active-progress));
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(184, 28, 34, 0.2);
    transform: translate(-50%, -50%);
  }

  .iv-gallery-linkage-hotspots {
    display: inline-flex;
    gap: 16px;
    width: 370px;
  }

  .iv-gallery--office {
    padding: 0 0 64px;
  }

  .iv-gallery-linkage-btn {
    flex: 1 1 0;
    height: 100%;
  }

  .iv-gallery-img {
    flex: 1 1 0;
    height: 100%;
    transition: flex-grow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .iv-gallery-img.on {
    flex-grow: 2;
  }

  .iv-gallery-img img {
    width: 100%;
    height: 100%;
  }

  .iv-gallery-caption {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transform: translateY(16px);
  }

  .iv-gallery-grid:has(.iv-gallery-img:not(.iv-gallery-img--main):hover) .iv-gallery-img--main .iv-gallery-caption {
    transform: translateY(16px);
  }

  .iv-gallery-caption-title {
    letter-spacing: -1.2px;
    padding-bottom: 6px;
  }

  .iv-gallery-caption-title::after {
    height: 1px;
  }

  .iv-gallery-caption-desc {
    letter-spacing: -1px;
    font-size: 12px;
  }

  .iv-jobs {
    width: 100%;
    padding: 0 0 140px;
  }

  .iv-jobs-layout {
    display: flex;
    align-items: flex-start;
    gap: 86px;
  }

  .iv-jobs-scroll {
    flex: 1 1 auto;
    max-height: 760px;
    padding-right: 32px;
  }

  .iv-jobs-indicator {
    top: 120px;
    width: 6px;
    height: 193px;
    flex: 0 0 6px;
  }

  .iv-jobs-indicator-track,
  .iv-jobs-indicator-thumb {
    width: 100%;
    border-radius: 14px;
  }

  .iv-jobs-indicator-track {
    height: 193px;
  }

  .iv-jobs-indicator-thumb {
    height: 105px;
  }

  .iv-jobs-list {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .iv-job-card {
    border-radius: 20px;
  }

  .iv-job-head {
    width: 100%;
    padding: 48px 68px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
  }

  .iv-job-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: none;
    text-align: center;
    width: 100%;
  }

  .iv-job-cta {
    padding: 6px 10px;
    border-radius: 108px;
    display: inline-flex;
    gap: 6px;
    height: 32px;
    flex-shrink: 0;
    margin: 0 auto;
  }

  .iv-job-body {
    padding: 0 68px;
  }

  .iv-job-card.is-open .iv-job-body {
    max-height: 1200px;
    padding: 0 68px 48px;
  }

  .iv-job-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .iv-job-block-text {
    max-width: 100%;
  }

  .iv-bottom-cta {
    width: 100%;
    min-height: 429px;
  }

  .iv-bottom-bg img {
    width: 100%;
    height: 100%;
  }

  .iv-bottom-inner {
    min-height: 429px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 104px 60px;
  }

  .iv-bottom-logo {
    width: 115px;
    height: 30px;
  }

  .iv-bottom-copy {
    display: flex;
    flex-direction: column;
    width: min(100%, 980px);
  }

  .iv-bottom-title {
    line-height: 1.5;
    margin: 32px 0 24px;
    font-size: 16px;
  }

  .iv-bottom-btn {
    min-width: 100px;
    height: 30px;
    border-radius: 36px;
    display: inline-flex;
    gap: 8px;
    padding: 0 10px;
  }

  .iv-bottom-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
  }

  .iv-bottom-arrow img {
    width: 100%;
    height: 100%;
  }

  .iv-bottom-btn:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }

  .iv-bottom-btn:hover .iv-bottom-arrow {
    filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
  }

  .iv-hero-inner {
    width: 100%;
    max-width: 100%;
    padding: 104px 16px 48px;
  }

  .iv-jobs .iv-section-inner,
  .iv-gallery .iv-section-head {
    padding: 0 16px;
  }

  .iv-slogan {
    padding: 64px 4%;
  }

  .iv-highlights-body {
    flex-direction: column;
  }

  .iv-highlights-list {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .iv-highlights-images {
    width: 100%;
    padding-top: 24px;
  }

  .iv-benefits-grid {
    gap: 32px;
    overflow: auto;
  }

  .iv-benefit-card {
    padding: 0 32px 32px 0;
    width: 60vw;
  }

  .iv-benefit-card:not(:last-child)::after {
  }

  .iv-gallery-grid {
    flex-direction: column;
    height: auto;
    gap: 12px;
  }

  .iv-gallery-img {
    flex: none;
    height: 200px;
    width: 100%;
  }

  .iv-jobs-layout {
    flex-direction: column;
    gap: 24px;
  }

  .iv-jobs-scroll {
    max-height: none;
    padding-right: 0;
  }

  .iv-jobs-indicator {
    display: none;
  }

  .iv-job-head,
  .iv-job-body,
  .iv-job-card.is-open .iv-job-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .iv-bottom-inner {
    padding: 48px 16px;
  }

  .iv-benefit-num {
    font-size: 40px;
    /* position: absolute; */
    right: 0;
    top: 0;
  }

  .iv-bottom-highlight {
    font-size: 18px;
  }
  .iv-slogan-text{
    font-size: 24px;
  }
}