#information-career {
  padding: 36px 0 96px;
}
#information-career #content {
  width: 100%;
}
#information-career .career-section {
  margin-top: 28px;
}
#information-career .career-section__head {
  max-width: 760px;
  margin-bottom: 34px;
}
#information-career .career-section__head h2 {
  margin: 0 0 14px;
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 850;
}
#information-career .career-section__head p {
  margin: 0;
  color: #4b5565;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
}
#information-career .career-section__head--compact {
  margin-bottom: 22px;
}
#information-career .career-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #5324CD;
  font-family: 'Satoshi', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
#information-career .career-section__eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(83, 36, 205, 0.32);
}
#information-career .career-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
#information-career .career-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#information-career .career-card,
#information-career .career-detail-card,
#information-career .career-apply-card,
#information-career .career-empty {
  border: 1px solid rgba(41, 48, 63, 0.1);
  border-radius: 6px;
  background: linear-gradient(180deg, #fff 0%, #fcfbfe 100%);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
}
#information-career .career-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.45s ease;
}
#information-career .career-card::after {
  content: '';
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(83, 36, 205, 0.1) 0%, rgba(83, 36, 205, 0) 72%);
  pointer-events: none;
}
#information-career .career-card:hover {
  transform: translateY(-4px);
  border-color: rgba(83, 36, 205, 0.2);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
}
#information-career .career-card__image {
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(83, 36, 205, 0.05);
}
#information-career .career-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
#information-career .career-card:hover .career-card__image img {
  transform: scale(1.045);
}
#information-career .career-card__body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  padding: 28px 28px 12px;
}
#information-career .career-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
#information-career .career-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(83, 36, 205, 0.14);
  border-radius: 999px;
  background: rgba(83, 36, 205, 0.06);
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#information-career .career-card h3 {
  margin: 0 0 12px;
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 850;
}
#information-career .career-card p {
  margin: 0;
  color: #4b5565;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.75;
}
#information-career .career-card__footer {
  position: relative;
  z-index: 1;
  padding: 12px 28px 28px;
}
#information-career .career-empty {
  padding: 44px;
  text-align: center;
}
#information-career .career-empty h2 {
  margin: 14px 0 10px;
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  font-weight: 850;
}
#information-career .career-empty p {
  max-width: 620px;
  margin: 0 auto 22px;
  color: #4b5565;
  line-height: 1.75;
}
#information-career .career-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(83, 36, 205, 0.08);
  color: #5324CD;
  font-size: 22px;
}
#information-career .career-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: start;
}
#information-career .career-detail-card,
#information-career .career-apply-card {
  padding: 34px 32px;
}
#information-career .career-detail-card__image {
  overflow: hidden;
  margin: 0 0 28px;
  border-radius: 6px;
  background: rgba(83, 36, 205, 0.05);
}
#information-career .career-detail-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
#information-career .career-detail-card__head {
  margin-bottom: 22px;
}
#information-career .career-detail-card__head h2 {
  margin: 0;
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  font-size: clamp(1.8rem, 2.1vw, 2.6rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 850;
}
#information-career .career-detail-summary {
  max-width: 760px;
  margin: -8px 0 24px;
  color: #4b5565;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
}
#information-career .career-detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 30px;
  padding: 18px;
  border: 1px solid rgba(83, 36, 205, 0.12);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(83, 36, 205, 0.05) 0%, #fff 58%, rgba(83, 36, 205, 0.03) 100%);
}
#information-career .career-detail-facts__item {
  min-width: 0;
  padding: 14px 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
}
#information-career .career-detail-facts__item dt {
  margin: 0 0 7px;
  color: rgba(75, 85, 101, 0.78);
  font-family: 'Satoshi', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
#information-career .career-detail-facts__item dd {
  margin: 0;
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}
#information-career .career-position-content {
  color: #4b5565;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.85;
}
#information-career .career-position-content h2,
#information-career .career-position-content h3,
#information-career .career-position-content h4 {
  margin: 28px 0 12px;
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 850;
}
#information-career .career-position-content h2:first-child,
#information-career .career-position-content h3:first-child,
#information-career .career-position-content h4:first-child {
  margin-top: 0;
}
#information-career .career-position-content p,
#information-career .career-position-content ul,
#information-career .career-position-content ol {
  margin-bottom: 18px;
}
#information-career .career-position-content ul,
#information-career .career-position-content ol {
  padding-left: 1.2rem;
}
#information-career .career-detail-side {
  position: sticky;
  top: 118px;
}
#information-career .career-apply-card h2 {
  margin: 0 0 12px;
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.025em;
  font-weight: 850;
}
#information-career .career-apply-card p {
  margin: 0 0 24px;
  color: #4b5565;
  font-size: 14px;
  line-height: 1.75;
}
#information-career .career-form {
  display: grid;
  gap: 16px;
}
#information-career .career-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
#information-career .career-form__field {
  display: grid;
  gap: 7px;
}
#information-career .career-form__field label {
  margin: 0;
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#information-career .career-form__field small {
  color: rgba(75, 85, 101, 0.82);
  font-size: 12px;
  line-height: 1.55;
}
#information-career .career-form__field .form-control {
  min-height: 46px;
  border: 1px solid rgba(41, 48, 63, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  color: #29303f;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#information-career .career-form__field .form-control:focus {
  border-color: rgba(83, 36, 205, 0.48);
  box-shadow: 0 0 0 4px rgba(83, 36, 205, 0.08);
}
#information-career .career-form__field textarea.form-control {
  min-height: 138px;
  resize: vertical;
}
#information-career .career-form__error {
  display: none;
  color: #b42318;
  font-size: 12px;
  line-height: 1.5;
}
#information-career .career-form__error.is-visible {
  display: block;
}
#information-career .career-form__submit {
  width: 100%;
  margin-top: 2px;
}
#information-career .career-section--other {
  margin-top: 42px;
}
#information-career .career-muted {
  color: #4b5565;
  font-family: 'Inter', sans-serif;
}
#information-career .career-modal .modal-content {
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.18);
}
#information-career .career-modal .modal-body {
  padding: 42px 36px 38px;
  text-align: center;
}
#information-career .career-modal h2 {
  margin: 18px 0 10px;
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 850;
}
#information-career .career-modal p {
  margin: 0 auto 24px;
  max-width: 420px;
  color: #4b5565;
  line-height: 1.75;
}
#information-career .career-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #4b5565;
  font-size: 28px;
  line-height: 1;
}
#information-career .career-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(83, 36, 205, 0.09);
  color: #5324CD;
  font-size: 26px;
}
@media (max-width: 1199.98px) {
  #information-career .career-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #information-career .career-detail-layout {
    grid-template-columns: 1fr;
  }
  #information-career .career-detail-side {
    position: static;
  }
}
@media (max-width: 767.98px) {
  #information-career {
    padding: 26px 0 64px;
  }
  #information-career .career-section__head {
    margin-bottom: 24px;
  }
  #information-career .career-grid,
  #information-career .career-grid--compact,
  #information-career .career-form__grid {
    grid-template-columns: 1fr;
  }
  #information-career .career-detail-facts {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  #information-career .career-card__body,
  #information-career .career-card__footer,
  #information-career .career-detail-card,
  #information-career .career-apply-card,
  #information-career .career-empty {
    padding-left: 22px;
    padding-right: 22px;
  }
  #information-career .career-card__body {
    padding-top: 24px;
  }
  #information-career .career-detail-card,
  #information-career .career-apply-card,
  #information-career .career-empty {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.career-modal .modal-content {
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.18);
}
.career-modal .modal-body {
  padding: 42px 36px 38px;
  text-align: center;
}
.career-modal h2 {
  margin: 18px 0 10px;
  color: #29303f;
  font-family: 'Satoshi', sans-serif;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 850;
}
.career-modal p {
  margin: 0 auto 24px;
  max-width: 420px;
  color: #4b5565;
  line-height: 1.75;
}
.career-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #4b5565;
  font-size: 28px;
  line-height: 1;
}
.career-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(83, 36, 205, 0.09);
  color: #5324CD;
  font-size: 26px;
}
/*# sourceMappingURL=career.css.map */