.career-page {
  background: #fff;
  color: #34373c;
}
.career-page .primary-nav a.active {
  color: #d71920;
}
.career-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(580px, 72vw, 790px);
  overflow: hidden;
  color: #fff;
  background: #1e2428;
}
.career-hero__image,
.career-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.career-hero__image {
  object-fit: cover;
  object-position: center;
}
.career-hero__shade {
  background: linear-gradient(90deg, rgba(12, 17, 22, .58), rgba(12, 17, 22, .13) 72%), linear-gradient(0deg, rgba(8, 12, 16, .52), transparent 50%);
}
.career-hero__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 190px;
  padding-bottom: clamp(90px, 12vw, 150px);
}
.career-hero__label,
.career-kicker {
  margin: 0 0 20px;
  color: #d71920;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.career-hero__label {
  color: #fff;
}
.career-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(54px, 6.2vw, 96px);
  font-weight: 640;
  line-height: .98;
  letter-spacing: -.055em;
}
.career-hero__copy > p:last-child {
  margin: 26px 0 0;
  font-size: clamp(22px, 2.35vw, 36px);
  line-height: 1.25;
  font-weight: 400;
}
.career-scroll {
  position: absolute;
  z-index: 2;
  right: max(5vw, calc((100vw - 1320px) / 2));
  bottom: 60px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 50%;
  color: #fff;
  font-size: 27px;
  transition: background .2s, transform .2s;
}
.career-scroll:hover,
.career-scroll:focus-visible {
  background: #d71920;
  border-color: #d71920;
  transform: translateY(3px);
}
.career-intro {
  padding-top: clamp(70px, 9vw, 130px);
  padding-bottom: clamp(70px, 9vw, 130px);
}
.career-intro p {
  max-width: 970px;
  margin: 0 0 25px auto;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.48;
  font-weight: 400;
  letter-spacing: -.015em;
}
.career-intro p:last-child {
  margin-bottom: 0;
}
.career-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 118px);
  padding-top: clamp(30px, 4vw, 60px);
  padding-bottom: clamp(80px, 9vw, 138px);
}
.career-feature--reverse .career-feature__media {
  order: 2;
}
.career-feature__media {
  align-self: stretch;
  min-height: clamp(360px, 37vw, 575px);
  overflow: hidden;
  background: #e7e7e7;
}
.career-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 37vw, 575px);
  object-fit: cover;
  transition: transform .5s ease;
}
.career-feature:hover .career-feature__media img {
  transform: scale(1.025);
}
.career-feature__copy {
  padding: 30px 0;
}
.career-feature h2,
.career-banner h2,
.career-offers h2 {
  margin: 0 0 30px;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 630;
  line-height: 1.03;
  letter-spacing: -.045em;
}
.career-feature__copy > p:not(.career-kicker) {
  max-width: 580px;
  margin: 0 0 19px;
  color: #555a60;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}
.career-link {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  margin-top: 21px;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 2px solid #d71920;
  background: transparent;
  color: #292e33;
  font: inherit;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: color .2s, gap .2s;
}
.career-link:hover,
.career-link:focus-visible {
  gap: 56px;
  color: #d71920;
}
.career-link span {
  font-size: 23px;
  font-weight: 400;
}
.career-banner {
  position: relative;
  min-height: clamp(500px, 56vw, 680px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #1b2b33;
}
.career-banner > img,
.career-banner__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.career-banner > img {
  object-fit: cover;
  object-position: center;
}
.career-banner__shade {
  background: linear-gradient(90deg, rgba(10, 20, 25, .78), rgba(10, 20, 25, .28) 72%);
}
.career-banner__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 85px;
}
.career-banner .career-kicker {
  color: #fff;
}
.career-banner h2 {
  max-width: 870px;
}
.career-banner p:not(.career-kicker) {
  max-width: 690px;
  margin: 0 0 18px;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.56;
}
.career-link--light {
  color: #fff;
  border-color: #fff;
}
.career-link--light:hover,
.career-link--light:focus-visible {
  color: #fff;
  border-color: #d71920;
}
.career-offers {
  padding-top: clamp(88px, 10vw, 150px);
  padding-bottom: clamp(100px, 11vw, 168px);
}
.career-offers__heading {
  margin-bottom: 52px;
}
.career-offers h2 {
  margin-bottom: 0;
}
.career-offer {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  min-height: 450px;
  background: #f3f3f3;
}
.career-offer__media {
  min-height: 450px;
  overflow: hidden;
}
.career-offer__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}
.career-offer__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(40px, 6vw, 82px);
}
.career-offer h3 {
  max-width: 530px;
  margin: 0 0 24px;
  font-size: clamp(32px, 3vw, 47px);
  font-weight: 620;
  line-height: 1.1;
  letter-spacing: -.035em;
}
.career-offer p:not(.career-kicker) {
  margin: 0;
  color: #555a60;
  font-size: 18px;
  line-height: 1.58;
}
.career-dialog {
  width: min(660px, calc(100vw - 36px));
  max-height: min(86vh, 800px);
  padding: clamp(34px, 5vw, 66px);
  border: 0;
  box-shadow: 0 24px 90px rgba(0, 0, 0, .25);
  color: #30343b;
}
.career-dialog::backdrop {
  background: rgba(12, 17, 22, .67);
}
.career-dialog__close {
  position: absolute;
  top: 18px;
  right: 22px;
  border: 0;
  background: transparent;
  color: #30343b;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}
.career-dialog h2 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 630;
  line-height: 1.04;
  letter-spacing: -.04em;
}
.career-dialog p:not(.career-kicker) {
  font-size: 18px;
  line-height: 1.62;
}
.career-dialog__contact {
  display: inline-flex;
  gap: 24px;
  margin-top: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #d71920;
  font-weight: 650;
}
@media (max-width: 900px) {
  .career-feature {
    gap: 42px;
  }
  .career-intro p {
    margin-left: 0;
  }
  .career-offer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .career-hero {
    min-height: 610px;
  }
  .career-hero__copy {
    padding-top: 165px;
    padding-bottom: 98px;
  }
  .career-hero h1 {
    font-size: clamp(50px, 13vw, 74px);
  }
  .career-hero__copy > p:last-child {
    font-size: 23px;
  }
  .career-scroll {
    right: 25px;
    bottom: 25px;
    width: 44px;
    height: 44px;
  }
  .career-feature,
  .career-offer {
    grid-template-columns: 1fr;
  }
  .career-feature--reverse .career-feature__media {
    order: 0;
  }
  .career-feature {
    gap: 24px;
    padding-top: 20px;
    padding-bottom: 72px;
  }
  .career-feature__media,
  .career-feature__media img {
    min-height: 330px;
    max-height: 480px;
  }
  .career-feature__copy {
    padding: 0 0 10px;
  }
  .career-feature h2,
  .career-banner h2,
  .career-offers h2 {
    font-size: clamp(37px, 10vw, 54px);
  }
  .career-banner {
    min-height: 560px;
  }
  .career-offer__media,
  .career-offer__media img {
    min-height: 310px;
    max-height: 440px;
  }
  .career-offer__copy {
    padding: 42px 30px 52px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .career-feature__media img,
  .career-link,
  .career-scroll {
    transition: none;
  }
}
