@charset "UTF-8";
:root {
  --sc-navy: #004974;
  --sc-navy-dark: #003659;
  --sc-green: #8BC251;
  --sc-green-dark: #7CB342;
  --sc-text: #434A4F;
  --sc-text-light: #6B7280;
  --sc-border: rgba(85, 86, 102, 0.2);
  --sc-bg-light: #F8FAFC;
  --sc-bg-blue: #EBF7FD;
  --sc-error: #C62828;
  --sc-error-bg: #FFE6E6;
  --sc-success-bg: #D4F6D4;
  --sc-success-txt: #1B5E20;
  --sc-radius-card: 16px;
  --sc-radius-btn: 100px;
  --sc-radius-input:8px;
  --sc-font-head: Mikado, sans-serif;
  --sc-font-body: Inter;
}

html body {
  background-color: #004974;
}
html body.error404 {
  background-color: #FFFFFF;
}
html body .sc-hero {
  position: relative;
  background-color: #004974;
  overflow: hidden;
}
html body .sc-hero__cloud--left, html body .sc-hero__cloud--right {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
html body .sc-hero__cloud--left img, html body .sc-hero__cloud--right img {
  display: block;
  height: auto;
}
html body .sc-hero__cloud--left {
  left: 24px;
  top: 48%;
}
html body .sc-hero__cloud--left img {
  width: 130px;
}
html body .sc-hero__cloud--right {
  right: 24px;
  top: 24px;
}
html body .sc-hero__cloud--right img {
  width: 90px;
}
@media only screen and (max-width : 600px) {
  html body .sc-hero__cloud {
    display: none;
  }
}
html body .sc-hero__star--left, html body .sc-hero__star--right {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
html body .sc-hero__star--left img, html body .sc-hero__star--right img {
  display: block;
  height: auto;
  max-width: 41px;
}
html body .sc-hero__star--left {
  left: 124px;
  top: 24px;
}
html body .sc-hero__star--left img {
  width: 130px;
}
html body .sc-hero__star--right {
  right: 124px;
  top: 48%;
}
html body .sc-hero__star--right img {
  width: 90px;
}
@media only screen and (max-width : 600px) {
  html body .sc-hero__star {
    display: none;
  }
}
html body .sc-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 48px 56px;
  display: flex;
  align-items: center;
  gap: 48px;
  padding-bottom: 130px;
}
@media (max-width: 900px) {
  html body .sc-hero__inner {
    flex-direction: column;
    padding: 80px 24px 40px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  html body .sc-hero__inner {
    padding-top: 100px;
  }
}
html body .sc-hero__text {
  flex: 1;
  min-width: 0;
  max-width: 540px;
}
html body .sc-hero__title {
  position: relative;
  font-family: Mikado, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 68px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
@media (max-width: 900px) {
  html body .sc-hero__title {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  html body .sc-hero__title {
    font-size: 36px;
  }
}
html body .sc-hero__deco-lines {
  position: absolute;
  top: -10px;
  left: -15px;
  width: 52px;
  height: auto;
  pointer-events: none;
  transform: translate(-16px, -16px);
}
html body .sc-hero__lead {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-top: 16px;
}
@media (max-width: 900px) {
  html body .sc-hero__lead {
    max-width: 100%;
  }
}
html body .sc-hero__body {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFFFFF;
}
@media (max-width: 900px) {
  html body .sc-hero__body {
    max-width: 100%;
  }
}
html body .sc-hero__visual {
  position: relative;
  flex-shrink: 0;
  width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  html body .sc-hero__visual {
    width: 280px;
  }
}
@media (max-width: 600px) {
  html body .sc-hero__visual {
    display: none;
  }
}
html body .sc-hero__blob {
  width: 420px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  html body .sc-hero__blob {
    width: 280px;
  }
}
html body .sc-hero__blob img {
  width: 100%;
  height: auto;
  display: block;
}
html body .sc-hero__wave {
  line-height: 0;
  margin-top: -1px;
}
html body .sc-hero__wave svg {
  display: block;
  width: 100%;
  height: 64px;
}
@media (max-width: 600px) {
  html body .sc-hero__wave svg {
    height: 40px;
  }
}
html body .sc-careers-header {
  margin-bottom: 48px;
}
html body .sc-careers-header__title {
  font-family: Mikado, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  color: #004974;
}
@media (max-width: 640px) {
  html body .sc-careers-header__title {
    font-size: 24px;
    line-height: 1.3;
  }
}
html body .sc-careers-header__subtitle {
  font-size: 18px;
  color: #434A4F;
  margin: 0;
  margin-top: 16px;
}
@media (max-width: 640px) {
  html body .sc-careers-header__subtitle {
    font-size: 15px;
  }
}
html body .sc-empty-card {
  border: 1px solid rgba(85, 86, 102, 0.2);
  border-radius: 16px;
  padding: 56px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  html body .sc-empty-card {
    padding: 40px 24px;
  }
}
html body .sc-empty-card__icon {
  width: 80px;
  height: 80px;
}
html body .sc-empty-card__title {
  font-family: Mikado, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #004974;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 24px;
}
html body .sc-empty-card__desc {
  font-size: 18px;
  color: #434A4F;
  max-width: 1000px;
  margin: 0;
  line-height: 1.65;
}
html body .sc-empty-card__cta-text {
  font-size: 18px;
  color: #004974;
  margin: 0;
  font-weight: 600;
}
html body .sc-empty-card .sc-btn--primary {
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .sc-submit-cv-strip {
  margin-top: 48px;
  padding: 0;
  background: #FFF8F0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
}
@media (max-width: 700px) {
  html body .sc-submit-cv-strip {
    flex-direction: column;
    text-align: center;
  }
}
html body .sc-submit-cv-strip__image {
  flex-shrink: 0;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
}
@media (max-width: 700px) {
  html body .sc-submit-cv-strip__image {
    width: 140px;
    padding: 24px 24px 0;
  }
}
html body .sc-submit-cv-strip__image img {
  width: 100%;
  height: auto;
  display: block;
}
html body .sc-submit-cv-strip__content {
  flex: 1;
  padding: 40px 40px 40px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 700px) {
  html body .sc-submit-cv-strip__content {
    padding: 20px 24px 32px;
    align-items: center;
  }
}
html body .sc-submit-cv-strip__title {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  color: #004974;
}
@media (max-width: 640px) {
  html body .sc-submit-cv-strip__title {
    font-size: 24px;
    line-height: 1.3;
  }
}
html body .sc-submit-cv-strip__desc {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  color: #434A4F;
}
@media (max-width: 700px) {
  html body .sc-submit-cv-strip__desc {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  html body .sc-submit-cv-strip__desc {
    font-size: 15px;
  }
}
html body .sc-job-card__view-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #004974;
  text-decoration: none;
  font-weight: 600;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #0168A5;
}
html body .sc-page {
  font-family: "Inter";
  color: #434A4F;
  background: #FFFFFF;
}
html body .sc-page .sc-opportunities {
  background: #FFFFFF;
  padding-bottom: 80px;
  padding-top: 80px;
}
html body .sc-page .sc-discover {
  background: #EBF7FD;
  position: relative;
  padding-top: 0;
  padding-bottom: 80px;
}
html body .sc-page .sc-discover__wave-top {
  line-height: 0;
  margin-bottom: 60px;
}
html body .sc-page .sc-discover__wave-top svg {
  display: block;
  width: 100%;
  height: 72px;
}
html body .sc-page .sc-discover__title {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #004974;
}
@media (max-width: 640px) {
  html body .sc-page .sc-discover__title {
    font-size: 24px;
    line-height: 1.3;
  }
}
html body .sc-page .sc-discover__subtitle {
  color: #434A4F;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 640px) {
  html body .sc-page .sc-discover__subtitle {
    font-size: 15px;
  }
}
html body .sc-page .sc-discover-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 640px) {
  html body .sc-page .sc-discover-grid {
    grid-template-columns: 1fr;
  }
}
html body .sc-page .sc-discover-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  border: 1px solid rgba(85, 86, 102, 0.2);
  border-radius: 16px;
  padding: 32px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
}
html body .sc-page .sc-discover-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
}
html body .sc-page .sc-discover-card__icon {
  flex-shrink: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .sc-page .sc-discover-card__icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}
html body .sc-page .sc-discover-card__icon--blue {
  background: #e8f0fe;
}
html body .sc-page .sc-discover-card__icon--green {
  background: #e6f4ea;
}
html body .sc-page .sc-discover-card__icon--teal {
  background: #e0f7fa;
}
html body .sc-page .sc-discover-card__icon--purple {
  background: #f3e8fd;
}
html body .sc-page .sc-discover-card__body {
  flex: 1;
  min-width: 0;
}
html body .sc-page .sc-discover-card__title {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  color: #004974;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
html body .sc-page .sc-discover-card__title svg {
  margin-left: 6px;
}
html body .sc-page .sc-discover-card__desc {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0px;
  color: #434A4F;
}
html body .sc-page .sc-ext-icon {
  flex-shrink: 0;
  color: #6B7280;
}
html body .sc-page .sc-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
html body .sc-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #004974;
  text-decoration: none;
  margin-bottom: 24px;
}
html body .sc-back-link:hover {
  text-decoration: underline;
}
html body .sc-listing-hero {
  margin-bottom: 40px;
}
html body .sc-listing-hero h1 {
  font-family: Mikado, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #004974;
  margin: 0 0 8px;
  line-height: 1.2;
}
@media (max-width: 600px) {
  html body .sc-listing-hero h1 {
    font-size: 28px;
  }
}
html body .sc-listing-hero .sc-count {
  font-size: 16px;
  color: #6B7280;
}
html body .sc-listing-hero .sc-count strong {
  color: #004974;
}
html body .sc-job-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
html body .sc-job-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(85, 86, 102, 0.2);
  padding: 28px 32px;
  display: flex;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  flex-direction: column;
}
html body .sc-job-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
@media (max-width: 640px) {
  html body .sc-job-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
  }
}
html body .sc-job-card__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: #EBF7FD;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
@media (max-width: 640px) {
  html body .sc-job-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  html body .sc-job-card__icon svg {
    width: 44px;
    height: 44px;
  }
}
html body .sc-job-card__head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
html body .sc-job-card__head .sc-job-card__wrapper {
  flex: 1;
  min-width: 0;
  gap: 16px;
}
@media (max-width: 640px) {
  html body .sc-job-card__head {
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
  }
  html body .sc-job-card__head .sc-job-card__wrapper {
    flex: 1;
    min-width: 0;
  }
}
html body .sc-job-card__body {
  flex: 1;
  min-width: 0;
}
html body .sc-job-card__title {
  font-family: Mikado, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #004974;
  line-height: 1.3;
}
html body .sc-job-card__title a {
  color: inherit;
  text-decoration: none;
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  color: #004974;
}
@media (max-width: 640px) {
  html body .sc-job-card__title {
    font-size: 18px;
  }
  html body .sc-job-card__title a {
    font-size: 18px;
    line-height: 1.3;
  }
}
html body .sc-job-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 10px;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 640px) {
  html body .sc-job-card__meta {
    margin-top: 8px;
    gap: 6px 8px;
  }
}
html body .sc-job-card__meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #F8FAFC;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
html body .sc-job-card .sc-chip-location {
  background-color: #EBF8F5;
}
html body .sc-job-card .sc-chip-worktype {
  background-color: #FEF9EC;
}
html body .sc-job-card .sc-chip-salary-level {
  background: #F4F1FB;
}
html body .sc-job-card__desc {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0px;
  color: #434A4F;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 16px 0px;
}
html body .sc-job-card__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  html body .sc-job-card__actions {
    flex-direction: row;
    width: 100%;
  }
  html body .sc-job-card__actions .sc-btn, html body .sc-job-card__actions .sc-chip {
    flex: 1;
    justify-content: center;
    text-align: center;
  }
}
html body .sc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  font-family: Mikado, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2%;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 24px;
  white-space: nowrap;
}
html body .sc-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
html body .sc-btn--primary {
  background: #8BC251;
  color: #fff;
}
html body .sc-btn--primary:hover:not(:disabled) {
  background: #7CB342;
  box-shadow: 0 4px 12px rgba(139, 194, 81, 0.35);
  transform: translateY(-1px);
}
html body .sc-btn--secondary:hover:not(:disabled) {
  background: #EBF7FD;
}
html body .sc-btn--sm {
  padding: 8px 18px;
  font-size: 13px;
}
html body .sc-btn--full {
  width: 100%;
}
html body .sc-btn--outline {
  background: transparent;
  color: #0168A5;
  border: 1.5px solid #0168A5;
  padding: 15px 20px;
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 2%;
  text-transform: uppercase;
}
html body .sc-btn--outline svg {
  flex-shrink: 0;
}
html body .sc-btn--outline:hover:not(:disabled) {
  border-color: #3A9CC1;
  color: #3A9CC1;
  background: #F0F8FC;
}
html body .sc-btn--loading .sc-btn__spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: sc-spin 0.7s linear infinite;
}
html body .sc-submit-cv-strip {
  margin-top: 48px;
  padding: 28px 32px;
  background: #FEF9EC;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
html body .sc-submit-cv-strip p {
  margin: 0;
  font-size: 18px;
  color: #434A4F;
  font-weight: 400;
  max-width: 100%;
}
html body .sc-submit-cv-strip .sc-btn--primary {
  max-width: 200px;
  height: 56px;
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 2%;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}
html body .sc-empty {
  text-align: center;
  padding: 80px 24px;
  color: #6B7280;
}
html body .sc-empty__icon {
  font-size: 48px;
  margin-bottom: 16px;
}
html body .sc-empty h2 {
  font-family: Mikado, sans-serif;
  color: #004974;
  margin: 0 0 8px;
}
html body .sc-single-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  html body .sc-single-layout {
    grid-template-columns: 1fr;
  }
}
html body .sc-single-hero {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(85, 86, 102, 0.2);
}
html body .sc-single-hero__icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: #EBF7FD;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
@media (max-width: 480px) {
  html body .sc-single-hero__icon {
    display: none;
  }
}
html body .sc-single-hero__info h1 {
  font-family: Mikado, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #004974;
  margin: 0 0 10px;
  line-height: 1.2;
}
@media (max-width: 600px) {
  html body .sc-single-hero__info h1 {
    font-size: 24px;
  }
}
html body .sc-single-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
html body .sc-single-content {
  line-height: 1.75;
  font-size: 16px;
  color: #434A4F;
}
html body .sc-single-content h2, html body .sc-single-content h3 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0px;
  color: #004974;
}
html body .sc-single-content h2 {
  font-size: 22px;
  margin: 32px 0 12px;
}
html body .sc-single-content h3 {
  font-size: 18px;
  margin: 24px 0 8px;
}
html body .sc-single-content ul, html body .sc-single-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
html body .sc-single-content li {
  margin-bottom: 6px;
}
html body .sc-single-content p {
  margin-bottom: 16px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  color: #434A4F;
}
html body .sc-sidebar {
  position: sticky;
  top: 160px;
}
html body .sc-sidebar-card {
  background: #fff;
  border: 1px solid rgba(85, 86, 102, 0.2);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
}
html body .sc-sidebar-card h3 {
  font-family: Mikado, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #004974;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(85, 86, 102, 0.2);
}
html body .sc-sidebar-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
html body .sc-sidebar-summary-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #434A4F;
}
html body .sc-sidebar-summary-list li span.icon {
  width: 20px;
  text-align: center;
  flex-shrink: 0;
  font-size: 16px;
}
html body .sc-sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
}
html body .sc-toc-card {
  margin-bottom: 16px;
}
html body .sc-toc-card h3 {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: #004974;
}
html body .sc-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body .sc-toc__link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 9px 4px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #364153;
  transition: color 0.15s;
}
html body .sc-toc__link::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 0;
  transition: width 0.15s;
}
html body .sc-toc__link:hover {
  color: #004974;
}
html body .sc-toc__link.is-active {
  color: #0168A5;
  font-weight: 600;
}
html body .sc-toc__link.is-active::before {
  content: "→";
  width: auto;
  color: #3A9CC1;
}
html body .sc-share-wrapper {
  position: relative;
}
html body .sc-share-panel {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(85, 86, 102, 0.2);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 54, 84, 0.14);
  overflow: hidden;
  z-index: 100;
}
html body .sc-share-panel[hidden] {
  display: none;
}
html body .sc-share-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #434A4F;
  text-decoration: none;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(85, 86, 102, 0.2);
  cursor: pointer;
  transition: background 0.15s;
  text-align: left;
}
html body .sc-share-option:last-child {
  border-bottom: none;
}
html body .sc-share-option:hover {
  background: #F8FAFC;
}
html body .sc-share-option svg {
  flex-shrink: 0;
  opacity: 0.75;
}
html body .sc-closed-notice {
  background: #F8FAFC;
  border: 1px solid rgba(85, 86, 102, 0.2);
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 14px;
  color: #6B7280;
  line-height: 1.6;
}
html body .sc-closed-notice strong {
  display: block;
  color: #434A4F;
  margin-bottom: 4px;
}
html body .sc-form-page-hero {
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(85, 86, 102, 0.2);
}
html body .sc-form-page-hero h1 {
  font-family: Mikado, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #004974;
  margin: 0 0 10px;
}
@media (max-width: 600px) {
  html body .sc-form-page-hero h1 {
    font-size: 24px;
  }
}
html body .sc-form-page-hero .sc-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
html body .sc-stepper {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 40px;
}
html body .sc-step {
  display: flex;
  align-items: center;
  flex: 1;
}
html body .sc-step__bullet {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(85, 86, 102, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  font-family: Mikado, sans-serif;
  color: #6B7280;
  flex-shrink: 0;
  transition: all 0.3s;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
html body .sc-step.is-active html body .sc-step__bullet {
  background: #004974;
  color: #fff;
  outline-color: #EBF7FD;
}
html body .sc-step.is-done html body .sc-step__bullet {
  background: #8BC251;
  color: #fff;
}
html body .sc-step__label {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #6B7280;
  white-space: nowrap;
}
@media (max-width: 480px) {
  html body .sc-step__label {
    display: none;
  }
}
html body .sc-step.is-active html body .sc-step__label {
  color: #004974;
}
html body .sc-step.is-done html body .sc-step__label {
  color: #7CB342;
}
html body .sc-step__line {
  flex: 1;
  height: 2px;
  background: rgba(85, 86, 102, 0.2);
  margin: 0 10px;
  transition: background 0.3s;
}
html body .sc-step.is-done + .sc-step html body .sc-step__line, html body .sc-step.is-done html body .sc-step__line {
  background: #8BC251;
}
html body .sc-panel {
  background: #fff;
  border: 1px solid rgba(85, 86, 102, 0.2);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  transition: box-shadow 0.2s;
}
html body .sc-panel.is-active {
  box-shadow: 0 4px 20px rgba(0, 73, 116, 0.08);
}
html body .sc-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 12px;
}
@media (max-width: 480px) {
  html body .sc-panel__header {
    padding: 12px 16px;
  }
}
html body .sc-panel__heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
html body .sc-panel__num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F5F6F7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.31px;
  text-align: center;
  color: #A1A4A7;
  flex-shrink: 0;
}
html body .sc-panel.is-active .sc-panel__num {
  background: #004974;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: #3486b8;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.31px;
  text-align: center;
}
html body .sc-panel.is-done .sc-panel__num {
  background: #8BC251;
  color: transparent;
  font-size: 0;
  position: relative;
}
html body .sc-panel.is-done .sc-panel__num::after {
  content: "";
  display: block;
  width: 19px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 1.5L6.5 12.5L1.5 7.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
html body .sc-panel__title {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: -0.44px;
  color: #004974;
}
html body .sc-panel__chevron {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url("../images/chevron-blue-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
html body .sc-panel.is-active .sc-panel__chevron {
  background-image: url("../images/chevron-white-down.svg");
}
html body .sc-panel.is-active .sc-panel__header {
  background: #0168A5;
}
html body .sc-panel.is-active .sc-panel__title {
  color: #fff;
}
html body .sc-panel__body {
  display: none;
  padding: 48px;
  animation: sc-fadein 0.2s ease;
}
@media (max-width: 768px) {
  html body .sc-panel__body {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  html body .sc-panel__body {
    padding: 20px 16px;
  }
}
html body .sc-panel.is-active .sc-panel__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
html body .sc-panel .sc-btn--secondary {
  padding: 13px 20px;
  border: 1px solid #D1D5DC !important;
  border-radius: 10px;
  background-color: transparent;
}
html body .sc-panel .sc-btn--secondary span {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.31px;
  text-align: center;
  color: #434A4F !important;
}
@media (max-width: 480px) {
  html body .sc-panel .sc-btn--secondary {
    padding: 10px 14px;
  }
  html body .sc-panel .sc-btn--secondary span {
    font-size: 14px;
  }
}
html body .sc-panel .sc-btn--primary {
  padding: 13px 25px;
  border-radius: 10px;
}
html body .sc-panel .sc-btn--primary span {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.31px;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}
html body .sc-panel .sc-btn--primary {
  background-color: #8BC251;
}
@media (max-width: 480px) {
  html body .sc-panel .sc-btn--primary {
    padding: 10px 14px;
  }
  html body .sc-panel .sc-btn--primary span {
    font-size: 14px;
  }
}
html body .sc-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 640px) {
  html body .sc-form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
html body .sc-form-row .sc-form-group {
  margin-bottom: 0;
}
html body .sc-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
html body .sc-form-group:last-child {
  margin-bottom: 0;
}
html body .sc-label {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  color: #434A4F;
  line-height: 1.4;
}
html body .sc-label .required {
  color: #FA7E73;
  margin-left: 2px;
}
html body .sc-input,
html body .sc-textarea,
html body .sc-select {
  width: 100%;
  padding: 11px 14px;
  border: none;
  border: 1px solid rgba(85, 86, 102, 0.2509803922);
  border-radius: 8px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #434A4F;
  background: #fff;
  transition: outline 0.15s;
  box-sizing: border-box;
}
html body .sc-input::-moz-placeholder,
html body .sc-textarea::-moz-placeholder,
html body .sc-select::-moz-placeholder {
  color: rgba(67, 74, 79, 0.45);
}
html body .sc-input::-moz-placeholder, html body .sc-textarea::-moz-placeholder, html body .sc-select::-moz-placeholder {
  color: rgba(67, 74, 79, 0.45);
}
html body .sc-input::placeholder,
html body .sc-textarea::placeholder,
html body .sc-select::placeholder {
  color: rgba(67, 74, 79, 0.45);
}
html body .sc-input:focus,
html body .sc-textarea:focus,
html body .sc-select:focus {
  outline: 2px solid #004974;
  outline-offset: -2px;
}
html body .sc-input.is-error,
html body .sc-textarea.is-error,
html body .sc-select.is-error {
  outline: 2px solid #C62828;
  outline-offset: -2px;
}
html body .sc-textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}
html body .sc-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
html body .sc-field-error {
  font-size: 12px;
  color: #C62828;
  display: none;
}
html body .sc-field-error.is-visible {
  display: block;
}
html body .sc-file-drop {
  border: 2px solid #E7E9EE;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
}
@media (max-width: 480px) {
  html body .sc-file-drop {
    padding: 20px 16px;
  }
}
html body .sc-file-drop:hover, html body .sc-file-drop.is-drag-over {
  border-color: #004974;
  background: #EBF7FD;
}
html body .sc-file-drop__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
html body .sc-file-drop__icon {
  font-size: 32px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
html body .sc-file-drop__text {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #004974;
}
html body .sc-file-drop__text strong {
  color: #004974;
}
html body .sc-file-drop__hint {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #A1A4A7;
  margin-top: 0px;
}
html body .sc-file-drop__chosen {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: #004974;
  font-weight: 600;
}
html body .sc-file-drop__chosen.is-visible {
  display: flex;
}
html body .sc-file-drop__clear {
  background: none;
  border: none;
  color: #C62828;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}
html body .sc-form-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 0px;
  padding-top: 25px;
  border-top: 1px solid rgba(85, 86, 102, 0.2);
}
html body .sc-form-nav--end {
  justify-content: flex-end;
}
@media (max-width: 480px) {
  html body .sc-form-nav {
    flex-direction: column-reverse;
    gap: 10px;
  }
  html body .sc-form-nav .sc-btn--primary,
  html body .sc-form-nav .sc-btn--secondary {
    width: 100%;
    justify-content: center;
  }
}
html body .sc-form-error-banner {
  background: #FFE6E6;
  border: 1px solid #F44336;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: #C62828;
  margin-bottom: 24px;
  display: none;
}
html body .sc-form-error-banner.is-visible {
  display: block;
}
html body .sc-confirmation {
  display: none;
  text-align: center;
  padding: 60px 24px;
  animation: sc-fadein 0.3s ease;
}
html body .sc-confirmation.is-visible {
  display: block;
}
html body .sc-confirmation__icon {
  font-size: 64px;
  margin-bottom: 24px;
}
html body .sc-confirmation h2 {
  font-family: Mikado;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #004974;
}
html body .sc-confirmation p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #434A4F;
  margin: 0 auto 32px;
  margin-top: 16px;
  max-width: 710px;
}
html body .sc-honey {
  display: none !important;
  visibility: hidden !important;
}
html body .sc-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  background: #F8FAFC;
  color: #434A4F;
  text-transform: capitalize;
}
html body .sc-chip.sc-chip--orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  font-family: Mikado, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2%;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 24px;
  white-space: nowrap;
}
html body .sc-deadline {
  font-size: 12px;
  color: #6B7280;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
html body .sc-deadline.is-soon {
  color: #C62828;
  font-weight: 600;
}
@keyframes sc-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes sc-fadein {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html body main#sc-single-page {
  padding-top: 50px;
}
html body main#sc-single-page .sc-btn {
  padding: 15px 20px;
}
html body .sc-hero--single {
  overflow: visible;
}
html body .sc-hero--single .sc-hero__inner--single {
  padding-bottom: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: relative;
}
html body .sc-hero--single .sc-hero__inner--single.sc-hero__inner--centered {
  align-items: center;
  text-align: center;
}
html body .sc-hero--single .sc-hero__title {
  font-size: 48px;
}
@media (max-width: 768px) {
  html body .sc-hero--single .sc-hero__title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  html body .sc-hero--single .sc-hero__title {
    font-size: 26px;
  }
}
html body .sc-hero--single .sc-hero__title--centered {
  text-align: center;
  margin-bottom: 32px;
}
html body .sc-hero__job-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #EBF4F8;
  border-radius: 16px;
  margin-bottom: 20px;
}
html body .sc-hero__job-icon svg {
  width: 40px;
  height: 40px;
}
html body .sc-chip--closed-inline {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 14px;
}
html body .sc-single-hero__meta-bar {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 54, 84, 0.12);
  padding: 20px 32px;
  gap: 0;
  width: 100%;
  position: absolute;
  bottom: -100px;
}
@media only screen and (max-width : 600px) {
  html body .sc-single-hero__meta-bar {
    bottom: -180px;
  }
}
html body .sc-single-hero__meta-bar {
  width: 100%;
  left: 0px;
  border: 1px solid #E4E4E7;
  min-height: 122px;
}
@media (max-width: 768px) {
  html body .sc-single-hero__meta-bar {
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 24px;
  }
}
@media (max-width: 480px) {
  html body .sc-single-hero__meta-bar {
    padding: 16px 20px;
  }
}
html body .sc-meta-bar__item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  padding: 0 16px;
}
html body .sc-meta-bar__item:first-child {
  padding-left: 0;
}
html body .sc-meta-bar__item:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  html body .sc-meta-bar__item {
    flex: 1 1 calc(50% - 16px);
    min-width: 120px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  html body .sc-meta-bar__item {
    flex: 1 1 100%;
  }
}
html body .sc-meta-bar__icon {
  width: 40px;
}
html body .sc-meta-bar__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
html body .sc-meta-bar__label {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #A1A4A7;
  text-align: left;
}
html body .sc-meta-bar__value {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  color: #434A4F;
  text-align: left;
}
@media (max-width: 480px) {
  html body .sc-meta-bar__value {
    white-space: normal;
  }
}
html body .sc-meta-bar__divider {
  width: 1px;
  background: #E5EDF2;
  flex-shrink: 0;
  align-self: stretch;
}
@media (max-width: 768px) {
  html body .sc-meta-bar__divider {
    display: none;
  }
}
html body .sc-back-link--hero {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  margin-bottom: 20px;
}
html body .sc-back-link--hero:hover {
  color: #ffffff;
  text-decoration: underline;
}
html body .sc-single-body {
  background: #FFFFFF;
  padding: 60px 0 80px;
}
@media only screen and (max-width : 600px) {
  html body .sc-single-body {
    padding-top: 30px;
  }
}
html body .sc-single-content__apply {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(85, 86, 102, 0.2);
}
html body .sc-apply-body, html body .sc-submit-cv-body {
  background: #FFFFFF;
  margin-top: 130px;
}
html body .sc-apply-body .sc-container, html body .sc-submit-cv-body .sc-container {
  max-width: 1200px;
  padding: 60px 79px;
  border: 1px solid #D9DBDC;
  border-radius: 24px;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  html body .sc-apply-body .sc-container, html body .sc-submit-cv-body .sc-container {
    padding: 40px 32px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  html body .sc-apply-body .sc-container, html body .sc-submit-cv-body .sc-container {
    padding: 24px 16px;
    border-radius: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  html body .sc-apply-body, html body .sc-submit-cv-body {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  html body .sc-apply-body, html body .sc-submit-cv-body {
    margin-top: 180px;
  }
}
@media (max-width: 480px) {
  html body .sc-submit-cv-body {
    margin-top: 40px;
  }
}
html body main#sc-apply-page {
  padding-top: 0;
}
html body .sc-submit-cv-body {
  background: #FFFFFF;
}
html body .sc-hero__inner--no-metabar {
  padding-bottom: 40px !important;
}
html body .sc-submit-cv-body .sc-back-link {
  margin-bottom: 32px;
}

@media print {
  html body {
    /* Hide everything that's not the job content */
  }
  html body .sc-hero__cloud,
  html body .sc-hero__wave,
  html body .sc-hero__job-icon,
  html body .sc-single-hero__meta-bar,
  html body .sc-job-sidebar,
  html body #sc-job-sidebar,
  html body .sc-single-content__apply,
  html body header,
  html body footer,
  html body nav,
  html body .site-header,
  html body .site-footer,
  html body .sc-sidebar-actions,
  html body .sc-toc-card,
  html body .sc-mobile-toc,
  html body .sc-mobile-footer {
    display: none !important;
  }
  html body .sc-hero--single {
    background: #004974 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    padding: 24px 0 32px;
  }
  html body .sc-hero__inner--centered {
    text-align: center;
  }
  html body .sc-hero__title--centered {
    font-size: 28px !important;
  }
  html body .sc-single-layout {
    display: block !important;
  }
  html body .sc-single-content {
    max-width: 100%;
    font-size: 12pt;
    line-height: 1.6;
  }
  html body .sc-single-body {
    padding: 20px 0 !important;
  }
  html body a[href]::after {
    content: none !important;
  }
}
/* ── Apply page — new styles ──────────────────────────────── */
html body .sc-apply-intro {
  margin-bottom: 40px;
}
html body .sc-apply-intro__title {
  font-family: Mikado, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--sc-navy);
  margin: 0 0 8px;
}
@media (max-width: 480px) {
  html body .sc-apply-intro__title {
    font-size: 20px;
  }
}
html body .sc-apply-intro__desc {
  font-size: 15px;
  color: var(--sc-text-light);
  margin: 0;
}
@media (max-width: 480px) {
  html body .sc-apply-intro__desc {
    font-size: 13px;
  }
}
html body .sc-field-hint {
  display: block;
  font-size: 12px;
  color: var(--sc-text-light);
  font-style: italic;
  margin-top: 4px;
}
html body .sc-input--readonly {
  background: #EBF7FD;
  color: var(--sc-text);
  cursor: default;
}
html body .sc-cv-fallback {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #555666;
}
html body .sc-cv-fallback a {
  color: var(--sc-navy);
  text-decoration: underline;
}
html body .sc-file-drop__icon svg {
  display: block;
}
html body .sc-confirmation__icon {
  margin-bottom: 24px;
}
html body .sc-confirmation__icon svg {
  display: inline-block;
}
html body .sc-mobile-toc,
html body .sc-mobile-footer {
  display: none;
}
@media (max-width: 900px) {
  html body .sc-sidebar {
    display: none !important;
  }
  html body #sc-single-page {
    padding-bottom: 80px;
  }
  html body .sc-mobile-toc {
    display: block;
    margin-top: 130px;
  }
  html body .sc-mobile-toc__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    background: #fff;
    border: 1.5px solid rgba(85, 86, 102, 0.2);
    border-radius: 100px;
    font-family: Mikado;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: -0.45px;
    color: #004974;
    cursor: pointer;
    gap: 8px;
    border-radius: 16px;
  }
  html body .sc-mobile-toc__toggle[aria-expanded=true] .sc-mobile-toc__chevron {
    transform: rotate(180deg);
  }
  html body .sc-mobile-toc__chevron {
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }
  html body .sc-mobile-toc__dropdown {
    background: #fff;
    border: 1.5px solid rgba(85, 86, 102, 0.2);
    border-radius: 16px;
    margin-top: 6px;
    overflow: hidden;
  }
  html body .sc-mobile-toc__link {
    display: block;
    padding: 13px 20px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #434A4F;
    border-bottom: 1px solid rgba(85, 86, 102, 0.2);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
  }
  html body .sc-mobile-toc__link:last-child {
    border-bottom: none;
  }
  html body .sc-mobile-toc__link:hover, html body .sc-mobile-toc__link:focus {
    background: #EBF7FD;
    color: #004974;
  }
  html body .sc-mobile-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    padding: 12px 16px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #E4E4E7;
  }
  html body .sc-mobile-footer__apply {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    background: #8BC251;
    color: #fff;
    font-family: Mikado, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 100px;
    text-decoration: none;
    transition: background 0.15s;
  }
  html body .sc-mobile-footer__apply:hover {
    background: #7CB342;
    color: #fff;
  }
  html body .sc-mobile-footer__closed {
    flex: 1;
    font-family: Inter, sans-serif;
    font-size: 13px;
    color: #6B7280;
    text-align: center;
  }
  html body .sc-mobile-footer__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
  }
  html body .sc-mobile-footer__icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid #0168A5;
    background: #fff;
    color: #004974;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
    flex-shrink: 0;
  }
  html body .sc-mobile-footer__icon-btn:hover {
    border-color: #004974;
    background: #EBF7FD;
  }
}

@media (max-width: 1200px) {
  .sc-hero.sc-hero--single .sc-container,
  main.sc-page > section:not(.sc-discover),
  main.sc-page > section:not(.sc-single-body) > .sc-container,
  main.sc-page .sc-mobile-toc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width : 600px) {
  #beacon-container, .xoo-wsc-markup {
    display: none !important;
  }
  .sc-hero__deco-lines {
    display: none;
  }
}/*# sourceMappingURL=careers.css.map */