#careers-root {
  position: relative;
  width: 100%;
  overflow: clip;
  background: #fff;
  color: #121212;
}

#careers-root .careers-page {
  position: relative;
  font-family: Inter, Helvetica, Arial, sans-serif;
}

#careers-root .careers-layout {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

#careers-root .careers-layout--narrow {
  width: min(960px, calc(100% - 48px));
}

#careers-root .blur-color__wrap {
  pointer-events: none;
}

#careers-root .blur-color__wrap img {
  position: absolute;
  max-width: none;
}

#careers-root .blur-color--top-left {
  top: -160px;
  left: calc(50% - 760px);
  width: 720px;
}

#careers-root .blur-color--center-right {
  top: 24px;
  right: calc(50% - 760px);
  width: 760px;
}

#careers-root .blur-color--center-left {
  top: 120px;
  left: calc(50% - 760px);
  width: 760px;
}

#careers-root .blur-color--bottom-right {
  right: calc(50% - 760px);
  bottom: -140px;
  width: 760px;
}

#careers-root .blur-color--bottom-left {
  left: calc(50% - 760px);
  bottom: -180px;
  width: 740px;
}

#careers-root .careers-section {
  position: relative;
}

#careers-root .careers-section__heading {
  max-width: 680px;
  margin: 0 auto 36px;
  text-align: center;
}

#careers-root .careers-section__heading--wide {
  max-width: 760px;
}

#careers-root .careers-section__heading h2,
#careers-root .careers-team-cta__content h3 {
  margin: 0 0 14px;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

#careers-root .careers-section__heading p,
#careers-root .careers-team-cta__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #4d5664;
}

#careers-root .careers-hero {
  position: relative;
  padding: 68px 0 112px;
}

#careers-root .careers-hero__copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

#careers-root .careers-hero__title {
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 0.98;
  font-weight: 800;
  color: #121212;
  letter-spacing: -0.04em;
}

#careers-root .careers-hero__text {
  max-width: 640px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.55;
  color: #4d5664;
}

#careers-root .careers-hero__actions,
#careers-root .careers-team-cta__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

#careers-root .careers-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid #15c55b;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
}

#careers-root .careers-btn:hover {
  transform: translateY(-1px);
}

#careers-root .careers-btn--primary {
  background: #15c55b;
  color: #fff;
}

#careers-root .careers-btn--primary:hover {
  background: #11b14f;
  border-color: #11b14f;
}

#careers-root .careers-btn--secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #121212;
}

#careers-root .careers-btn--secondary:hover {
  background: #f4f8fb;
}

#careers-root .careers-btn__play {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  position: relative;
}

#careers-root .careers-btn__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
  transform: translate(-35%, -50%);
}

#careers-root .careers-hero__photos,
#careers-root .careers-gallery__photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 74px;
}

#careers-root .careers-photo-card {
  margin: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 50px rgba(107, 150, 179, 0.12);
}

#careers-root .careers-photo-card img {
  display: block;
  width: 100%;
  height: auto;
}

#careers-root .careers-photo-card--upper {
  transform: translateY(-20px);
}

#careers-root .careers-photo-card--lower {
  transform: translateY(20px);
}

#careers-root .careers-benefits {
  padding: 32px 0 120px;
}

#careers-root .careers-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#careers-root .careers-benefit-card {
  min-height: 240px;
  padding: 34px 28px 28px;
  background: #fff;
}

#careers-root .careers-benefit-card__icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #16181d;
}

#careers-root .careers-benefit-card h3,
#careers-root .careers-principle-card h3,
#careers-root .careers-job-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

#careers-root .careers-benefit-card p,
#careers-root .careers-job-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #4d5664;
}

#careers-root .careers-gallery {
  padding: 14px 0 122px;
}

#careers-root .careers-gallery__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
  font-size: 13px;
  color: #737c89;
}

#careers-root .careers-gallery__socials a {
  color: #121212;
  text-decoration: none;
}

#careers-root .careers-gallery__socials a:hover {
  color: #058fd8;
}

#careers-root .careers-principles {
  padding: 0 0 148px;
}

#careers-root .horizontal-scroll-section {
  position: relative;
  min-height: 440px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

#careers-root .horizontal-scroll-section--init {
  opacity: 1;
}

#careers-root .scene {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 440px;
}

#careers-root .scene--active {
  position: fixed;
  top: 30vh;
  left: 0;
  right: 0;
}

#careers-root .scene--ended {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 20vh;
  left: 0;
}

#careers-root .horizontal-scroll-section__content-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
  width: max-content;
  padding: 0 max(24px, calc((100vw - 1120px) / 2 + 24px));
  will-change: transform;
}

#careers-root .horizontal-scroll-section__content-section {
  position: relative;
  display: flex;
  height: 100%;
}

#careers-root .careers-principle-card {
  width: 320px;
  height: 402px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 30px 28px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

#careers-root .careers-principle-card img {
  width: 198px;
  height: 198px;
  object-fit: contain;
  margin-bottom: 18px;
}

#careers-root .careers-principle-card h3 {
  margin-top: auto;
  margin-bottom: 0;
  width: 252px;
}

#careers-root .careers-jobs {
  padding: 12px 0 128px;
}

#careers-root .careers-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 28px;
}

#careers-root .careers-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 0;
  background: transparent;
  color: #7b8492;
  font-size: 13px;
  cursor: pointer;
}

#careers-root .careers-filter.is-active {
  color: #32b2f3;
}

#careers-root .careers-filter__count {
  color: inherit;
}

#careers-root .careers-jobs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#careers-root .careers-job-card {
  display: block;
  min-height: 108px;
  padding: 26px 24px;
  border: 1px solid #dde3e6;
  border-radius: 4px;
  background: #fff;
  color: #121212;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#careers-root .careers-job-card:hover {
  border-color: transparent;
  box-shadow: 0 16px 36px rgba(107, 150, 179, 0.14);
  transform: translateY(-2px);
}

#careers-root .careers-job-card--outline {
  border-color: #32b2f3;
}

#careers-root .careers-job-card.is-hidden-by-filter {
  display: none;
}

#careers-root .careers-join {
  padding: 0 0 72px;
  background: linear-gradient(0deg, #121212, #121212 35%, transparent 0);
}

#careers-root .careers-team-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: center;
  padding: 64px;
  background: #eef2f5;
}

#careers-root .careers-team-cta__content {
  max-width: 420px;
}

#careers-root .careers-team-cta__actions {
  justify-content: flex-start;
}

#careers-root .careers-team-cta__art {
  position: relative;
  min-height: 340px;
}

#careers-root .careers-team-cta__art img {
  display: block;
  width: 485px;
  max-width: 100%;
  height: auto;
  margin-top: -6px;
  margin-left: auto;
}

#careers-root .careers-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

@media (min-width: 1600px) {
  #careers-root .blur-color--bottom-left {
    left: min(0px, calc(50% - 960px));
    bottom: -220px;
    width: max(960px, 50vw);
  }

  #careers-root .blur-color--bottom-right {
    right: min(0px, calc(50% - 960px));
    bottom: -180px;
    width: max(980px, 50vw);
  }
}

@media (max-width: 1024px) {
  #careers-root .careers-hero__title,
  #careers-root .careers-section__heading h2,
  #careers-root .careers-team-cta__content h3 {
    font-size: 48px;
  }

  #careers-root .careers-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #careers-root .careers-team-cta {
    grid-template-columns: 1fr;
  }

  #careers-root .careers-team-cta__art {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  #careers-root .careers-layout,
  #careers-root .careers-layout--narrow {
    width: min(100%, calc(100% - 32px));
  }

  #careers-root .careers-hero {
    padding: 42px 0 72px;
  }

  #careers-root .careers-hero__title,
  #careers-root .careers-section__heading h2,
  #careers-root .careers-team-cta__content h3 {
    font-size: 36px;
  }

  #careers-root .careers-hero__text,
  #careers-root .careers-section__heading p,
  #careers-root .careers-team-cta__content p {
    font-size: 15px;
  }

  #careers-root .careers-hero__actions,
  #careers-root .careers-team-cta__actions {
    flex-direction: column;
  }

  #careers-root .careers-btn {
    width: 100%;
  }

  #careers-root .careers-hero__photos,
  #careers-root .careers-gallery__photos,
  #careers-root .careers-jobs__grid {
    grid-template-columns: 1fr;
  }

  #careers-root .careers-photo-card--upper,
  #careers-root .careers-photo-card--lower {
    transform: none;
  }

  #careers-root .careers-benefits {
    padding-bottom: 80px;
  }

  #careers-root .careers-benefits__grid {
    grid-template-columns: 1fr;
  }

  #careers-root .careers-benefit-card {
    min-height: 0;
  }

  #careers-root .careers-principles {
    padding-bottom: 88px;
  }

  #careers-root .horizontal-scroll-section {
    min-height: 0;
    opacity: 1;
  }

  #careers-root .scene,
  #careers-root .scene--active,
  #careers-root .scene--ended {
    position: static;
    height: auto;
  }

  #careers-root .horizontal-scroll-section__content-wrapper {
    gap: 16px;
    height: auto;
    overflow-x: auto;
    padding: 0 16px 16px;
    scrollbar-width: none;
    transform: none !important;
  }

  #careers-root .horizontal-scroll-section__content-wrapper::-webkit-scrollbar {
    display: none;
  }

  #careers-root .careers-principle-card {
    width: 270px;
    height: 290px;
    padding: 28px 24px 24px;
  }

  #careers-root .careers-gallery__socials {
    flex-wrap: wrap;
  }

  #careers-root .careers-team-cta {
    padding: 32px 24px 40px;
  }

  #careers-root .careers-team-cta__art img {
    width: 348px;
    margin: 0 auto -12px;
  }

  #careers-root .blur-color--top-left,
  #careers-root .blur-color--center-right,
  #careers-root .blur-color--center-left,
  #careers-root .blur-color--bottom-right,
  #careers-root .blur-color--bottom-left {
    width: 140vw;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
