.careers-page {
  background: #fffdf8
}

/* Light, unframed application hero. */
.careers-page{--careers-apply-gap:clamp(16px,2.5vw,28px)}.careers-page main .careers-apply{box-sizing:border-box;width:100%!important;max-width:none!important;margin:clamp(52px,7vw,78px) 0 clamp(58px,8vw,92px)!important;padding:0!important;gap:var(--careers-apply-gap)!important}

.careers-page main .careers-apply__intro {
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #fffaf0, #fff3d8) !important;
  box-shadow: none !important
}

.careers-page main .careers-apply__intro h2 {
  color: #172a43 !important
}

.careers-page main .careers-apply__intro h2 em {
  color: #c68618 !important
}

.careers-page main .careers-apply__intro>p:not(.eyebrow) {
  color: #5f6f80 !important
}

.careers-page main .careers-apply__intro>div {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important
}

.careers-page main .careers-apply__intro>div span b {
  color: #263a54 !important
}

.careers-page main .careers-apply__intro>div span small {
  color: #667789 !important
}

.careers-hero {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  padding: 105px 0 85px;
  background: linear-gradient(135deg, #fffdf8, #f7e7bf)
}

.careers-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#c9912930 1px, transparent 1px), linear-gradient(90deg, #c9912930 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at 70% 45%, #000, transparent 69%)
}

.careers-hero__orbit {
  position: absolute;
  border: 1px solid #d89c297a;
  border-radius: 50%
}

.orbit-one {
  width: 540px;
  height: 540px;
  top: -290px;
  left: -170px;
  box-shadow: 0 0 0 28px #e9a11d0b, 0 0 0 63px #e9a11d08
}

.orbit-two {
  width: 170px;
  height: 170px;
  right: 8%;
  bottom: -90px
}

.careers-hero__layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 70px
}

.careers-hero__copy h1 {
  margin: 15px 0;
  color: #172a43;
  font-size: clamp(37px, 4.4vw, 57px);
  line-height: 1.35;
  letter-spacing: -.07em
}

.careers-hero__copy h1 em,
.careers-manifesto h2 em,
.open-roles h2 em,
.careers-apply h2 em {
  font-style: normal;
  color: #d99a20
}

.careers-hero__copy>p:not(.eyebrow) {
  max-width: 540px;
  color: #637180;
  font-size: 12px;
  line-height: 2.1
}

.careers-hero__copy>a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 23px;
  padding: 14px 17px;
  background: #172a43;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  box-shadow: 0 13px 23px #172a4327
}

.careers-hero__copy>a i {
  color: #f0bd5b;
  font-size: 16px
}

.talent-map {
  position: relative;
  width: 315px;
  height: 315px;
  margin: auto;
  border: 1px dashed #d99a20;
  border-radius: 50%;
  box-shadow: 0 0 0 18px #e9a11d0e, 0 0 0 45px #e9a11d08
}

.talent-map:before,
.talent-map:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  left: 16px;
  height: 1px;
  background: #d99a2077;
  transform: rotate(32deg)
}

.talent-map:after {
  transform: rotate(-32deg)
}

.talent-map__tag {
  position: absolute;
  top: 18px;
  right: 50%;
  color: #bd7c16;
  font: 800 10px 'DM Sans';
  letter-spacing: .15em;
  line-height: 1.3;
  text-align: center;
  transform: translateX(50%)
}

.talent-map__core {
  position: absolute;
  inset: 88px;
  z-index: 2;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid #e3b35e;
  border-radius: 50%;
  background: #fffdf8;
  box-shadow: 0 14px 28px #7c561b20
}

.talent-map__core i {
  color: #c78918;
  font-size: 31px
}

.talent-map__core b {
  margin-top: 6px;
  color: #20344e;
  font-size: 11px
}

.talent-map__core small {
  margin-top: 4px;
  color: #83909d;
  font-size: 7px
}

.node {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #d99a20;
  box-shadow: 0 0 0 3px #e9a11d25
}

.node-one {
  top: 97px;
  right: 30px
}

.node-two {
  bottom: 36px;
  right: 71px;
  background: #172a43
}

.node-three {
  bottom: 56px;
  left: 49px
}

.talent-map__note {
  position: absolute;
  z-index: 3;
  padding: 8px 10px;
  border: 1px solid #e7c57f;
  background: #fffdf9;
  color: #6a5531;
  font-size: 8px;
  font-weight: 700;
  box-shadow: 0 9px 17px #704c1515
}

.talent-map__note i {
  color: #c78918;
  font-size: 14px;
  margin-left: 4px
}

.note-one {
  top: 94px;
  left: -63px
}

.note-two {
  bottom: 54px;
  right: -75px
}

.careers-manifesto {
  padding: 79px 0
}

.careers-manifesto>p,
.open-roles header>span {
  color: #a97620;
  font-size: 9px;
  font-weight: 700
}

.careers-manifesto h2,
.open-roles h2,
.careers-apply h2 {
  margin: 10px 0 28px;
  color: #172a43;
  font-size: 31px;
  letter-spacing: -.05em
}

.careers-manifesto>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.careers-manifesto article {
  position: relative;
  min-height: 176px;
  padding: 22px;
  border: 1px solid #e6d6b7;
  background: #fff;
  overflow: hidden
}

.careers-manifesto article:before {
  content: "";
  position: absolute;
  left: -35px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  border: 1px solid #dfaa4b55;
  border-radius: 50%;
  box-shadow: 0 0 0 13px #e9a11d08
}

.careers-manifesto article:nth-child(2) {
  background: #172a43;
  color: #fff
}

.careers-manifesto article i {
  position: relative;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff0cc;
  color: #bd7b15;
  font-size: 19px
}

.careers-manifesto article:nth-child(2) i {
  background: #ffffff18;
  color: #f0bd5b
}

.careers-manifesto b,
.careers-manifesto span {
  position: relative;
  display: block
}

.careers-manifesto b {
  margin-top: 16px;
  font-size: 12px
}

.careers-manifesto span {
  margin-top: 8px;
  color: #768392;
  font-size: 9px;
  line-height: 1.9
}

.careers-manifesto article:nth-child(2) span {
  color: #c8d2dc
}

.open-roles {
  padding: 75px 0;
  background: #f7f2e8
}

.open-roles header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 30px;
  align-items: end;
  margin-bottom: 28px
}

.open-roles h2 {
  margin: 8px 0 0
}

.open-roles header>span {
  max-width: 370px;
  color: #74818d;
  font-weight: 400;
  line-height: 1.9
}

.role-list {
  display: grid;
  gap: 9px
}

.role-list article {
  display: grid;
  grid-template-columns: 55px 1fr 1.1fr auto;
  gap: 18px;
  align-items: center;
  padding: 19px 21px;
  border: 1px solid #e3d7c2;
  background: #fff;
  transition: transform .22s, box-shadow .22s, border-color .22s
}

.role-list article:hover {
  border-color: #d99a20;
  box-shadow: 0 13px 24px #76531a16;
  transform: translateX(-5px)
}

.role-list__number {
  color: #c88a1a;
  font: 800 17px 'DM Sans'
}

.role-list b {
  display: block;
  color: #1d314b;
  font-size: 12px
}

.role-list small {
  display: block;
  margin-top: 6px;
  color: #8a949d;
  font-size: 8px
}

.role-list p {
  color: #66727e;
  font-size: 9px;
  line-height: 1.8
}

.role-list a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #a46d12;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap
}

.role-list a i {
  font-size: 14px
}

.careers-apply {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  max-width: 1180px;
  margin: 78px auto 0;
  padding: 26px;
  border: 0;
  background: transparent;
  box-shadow: none
}

.careers-apply__intro>p:not(.eyebrow) {
  max-width: 330px;
  color: #71808d;
  font-size: 10px;
  line-height: 2
}

.careers-apply__intro>div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #6b7885
}

.careers-apply__intro>div>i {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #c78918;
  font-size: 17px
}

.careers-apply__intro b,
.careers-apply__intro small {
  display: block
}

.careers-apply__intro b {
  font-size: 9px
}

.careers-apply__intro small {
  margin-top: 3px;
  font-size: 7px
}

#career-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px
}

#career-form label {
  display: grid;
  gap: 7px;
  color: #455365;
  font-size: 9px;
  font-weight: 700
}

#career-form input,
#career-form select,
#career-form textarea {
  border: 1px solid #e3d8c8;
  background: #fffdf9;
  padding: 11px 12px;
  color: #28394e;
  font: 10px Alexandria, sans-serif;
  outline: 0
}

#career-form input:focus,
#career-form select:focus,
#career-form textarea:focus {
  border-color: #d99a20;
  box-shadow: 0 0 0 3px #e9a11d18
}

.career-form__full {
  grid-column: 1/-1
}

#career-form textarea {
  resize: vertical
}

#career-form button {
  width: max-content;
  border: 0;
  padding: 13px 17px;
  background: #172a43;
  color: #fff;
  font: 700 11px Alexandria, sans-serif;
  cursor: pointer
}

#career-form label {
  font-size: 11px
}

#career-form input,
#career-form select,
#career-form textarea {
  font-size: 12px;
  line-height: 1.7
}

#career-form label small {
  font-size: 9px;
  line-height: 1.8
}

#career-form input[type=file] {
  font-size: 10px
}

#career-form {
  gap: 16px;
  padding: 24px;
  border: 1px solid #ead8b4;
  border-radius: 18px;
  background: #ffffffb8;
  box-shadow: 0 16px 36px #79531a12
}

#career-form label {
  gap: 8px;
  padding: 11px 12px;
  border: 1px solid #efe5d4;
  border-radius: 13px;
  background: #fffdf9;
  transition: .2s
}

#career-form label:focus-within {
  border-color: #d99a20;
  background: #fff;
  box-shadow: 0 0 0 4px #e9a11d12
}

#career-form input,
#career-form select,
#career-form textarea {
  min-height: 45px;
  border-color: #e4d6c2;
  border-radius: 9px;
  background: #fff
}

#career-form textarea {
  min-height: 132px
}

.career-form__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 2px 17px;
  border-bottom: 1px solid #eadfcd
}

.career-form__header>span,
.career-form__section>i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: #172a43;
  color: #f0bd5b;
  font-size: 20px
}

.career-form__header b,
.career-form__header small,
.career-form__section b,
.career-form__section small {
  display: block
}

.career-form__header b {
  color: #172a43;
  font-size: 14px
}

.career-form__header small,
.career-form__section small {
  margin-top: 4px;
  color: #74808d;
  font-size: 9px;
  line-height: 1.7
}

.career-form__section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  padding: 13px 14px;
  border: 1px solid #ead8b4;
  border-radius: 13px;
  background: linear-gradient(135deg, #fffaf0, #fff3d8)
}

.career-form__section>i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f2dfb7;
  color: #aa7117;
  font-size: 18px
}

.career-form__section b {
  color: #453215;
  font-size: 11px
}

#career-form input[readonly] {
  background: #f3f5f7;
  color: #667085;
  cursor: default
}

#career-form button {
  min-width: 185px;
  min-height: 46px;
  border-radius: 11px;
  box-shadow: 0 12px 22px #172a4326
}

/* Careers application hero and expanded professional form. */

.careers-page .careers-apply__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 28px;
  align-items: center;
  padding: 31px 34px !important;
  border: 0 !important;
  border-radius: 18px;
  background: linear-gradient(125deg, #152944, #0f5d6e) !important;
  box-shadow: 0 18px 36px #10294530
}

.careers-page .careers-apply__intro .eyebrow {
  grid-column: 1/-1;
  color: #f3c769 !important
}

.careers-page .careers-apply__intro h2 {
  margin: 10px 0 6px !important;
  color: #fff !important;
  font-size: clamp(34px, 4vw, 48px) !important
}

.careers-page .careers-apply__intro h2 em {
  color: #f2c568 !important
}

.careers-page .careers-apply__intro>p:not(.eyebrow) {
  max-width: 680px !important;
  margin: 0;
  color: #dce7ed !important;
  font-size: 13px !important
}

.careers-page .careers-apply__intro>div {
  grid-column: 2;
  grid-row: 2/4;
  min-width: 230px;
  margin: 0 !important;
  border-color: #ffffff2e !important;
  background: #ffffff12 !important;
  box-shadow: none !important
}

.careers-page .careers-apply__intro>div:after {
  display: none
}

.careers-page .careers-apply__intro>div span b {
  color: #fff !important
}

.careers-page .careers-apply__intro>div span small {
  color: #c4d3dd !important
}

.careers-page #career-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 30px
}

.careers-page #career-form .career-form__status {
  grid-column: 1/-1
}

.careers-page #career-form button {
  grid-column: 1/span 1
}

@media(max-width:820px) {
  .careers-page .careers-apply__intro {
    grid-template-columns: 1fr;
    padding: 26px 22px !important
  }

  .careers-page .careers-apply__intro>div {
    grid-column: auto;
    grid-row: auto;
    margin-top: 20px !important
  }

  .careers-page #career-form {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:500px) {
  .careers-page #career-form {
    grid-template-columns: 1fr;
    padding: 20px
  }

  .careers-page #career-form button {
    grid-column: auto;
    width: 100%
  }
}

#career-form button i {
  color: #efbd5b;
  font-size: 15px;
  margin-right: 5px
}

.career-form__status {
  align-self: center;
  color: #258653;
  font-size: 8px
}

@media(max-width:820px) {
  .careers-hero {
    padding: 70px 0
  }

  .careers-hero__layout {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .talent-map {
    transform: scale(.86)
  }

  .careers-manifesto>div {
    grid-template-columns: 1fr
  }

  .open-roles header {
    grid-template-columns: 1fr
  }

  .role-list article {
    grid-template-columns: 42px 1fr auto
  }

  .role-list p {
    grid-column: 2/-1;
    margin-top: -9px
  }

}

@media(max-width:500px) {
  .careers-hero__copy h1 {
    font-size: 34px
  }

  .talent-map {
    transform: scale(.72);
    margin: -38px auto
  }

  .careers-manifesto {
    padding: 55px 0
  }

  .open-roles {
    padding: 55px 0
  }

  .role-list article {
    grid-template-columns: 34px 1fr;
    padding: 16px
  }

  .role-list a {
    grid-column: 2
  }

  .role-list p {
    grid-column: 1/-1;
    margin: 0
  }

  #career-form {
    grid-template-columns: 1fr
  }


  .career-form__status {
    grid-column: 1/-1
  }
}

/* Consolidated filters, application presentation, and select states. */
.role-filters {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin: -8px 0 19px
}

.role-filters button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e3d4b9;
  border-radius: 20px;
  background: #fffdf8;
  padding: 8px 10px;
  color: #687583;
  font: 700 8px Alexandria, sans-serif;
  cursor: pointer;
  transition: .2s
}

.role-filters button b {
  display: grid;
  place-items: center;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f2e7d1;
  color: #9a6b1c;
  font: 700 8px 'DM Sans'
}

.role-filters button:hover,
.role-filters button.is-active {
  border-color: #172a43;
  background: #172a43;
  color: #fff
}

.role-filters button.is-active b {
  background: #e9a11d;
  color: #172a43
}

.role-filters__result {
  margin-right: auto;
  color: #9a722d;
  font-size: 8px;
  font-weight: 700
}

.role-list article[hidden] {
  display: none
}

.careers-hero__copy h1 em {
  display: inline-block;
  font-size: .84em;
  letter-spacing: -.045em
}

.careers-apply__intro,
#career-form {
  position: relative;
  z-index: 1
}

.careers-apply__intro {
  padding: 16px 0 !important;
  border: 0 !important
}

.careers-apply__intro h2 {
  margin: 14px 0 13px !important;
  font-size: 40px !important;
  line-height: 1.38 !important;
  letter-spacing: -.065em !important
}

.careers-page .careers-apply__intro>p:not(.eyebrow) {
  max-width: 365px !important;
  color: #5f6f80 !important;
  font-size: 12px !important;
  line-height: 2.15 !important
}

.careers-page .careers-apply__intro>div {
  position: relative;
  min-height: 72px !important;
  max-width: 330px;
  align-items: center !important;
  gap: 11px !important;
  margin-top: 25px !important;
  padding: 12px 14px;
  border: 1px solid #e5c47f;
  background: linear-gradient(135deg, #fffdf8, #fff2d2);
  box-shadow: 0 9px 18px #8c621618
}

.careers-page .careers-apply__intro>div:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 10px;
  width: 68px;
  height: 8px;
  background: radial-gradient(circle, #d99a20 0 1.5px, transparent 2px) 0 50%/12px 8px repeat-x, linear-gradient(90deg, #d99a20, #d99a2055, transparent) center/100% 1px no-repeat;
  opacity: .65
}

.careers-page .careers-apply__intro>div>i {
  width: 42px !important;
  height: 42px !important;
  background: #172a43 !important;
  color: #efbd5b !important;
  font-size: 20px !important
}

.careers-page .careers-apply__intro>div span b {
  font: 800 16px Alexandria, sans-serif !important;
  line-height: 1.55 !important
}

.careers-page .careers-apply__intro>div span small {
  font: 600 12px Alexandria, sans-serif !important;
  line-height: 1.8 !important
}

.careers-page #career-form .ui-select {
  width: 100%
}

.careers-page #career-form .ui-select__trigger {
  min-height: 42px !important;
  border-radius: 3px !important;
  background: #fffdf9 !important;
  color: #1d314b !important;
  box-shadow: none !important
}

.careers-page #career-form .ui-select__menu {
  display: block !important;
  top: calc(100% + 4px) !important;
  padding: 4px 0 !important;
  border-radius: 3px !important;
  background: #fffdf8 !important
}

.careers-page #career-form .ui-select__option {
  width: 100% !important;
  min-height: 39px !important;
  margin: 0 !important;
  border: 0 !important;
  border-right: 2px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #30445c !important;
  box-shadow: none !important
}

.careers-page #career-form .ui-select__option+.ui-select__option {
  border-top: 1px solid #f0e9dd !important
}

.careers-page #career-form .ui-select__option:hover {
  background: #fff5df !important;
  color: #805b18 !important
}

.careers-page #career-form .ui-select__option[aria-selected="true"] {
  border-right-color: #c98a1a !important;
  background: #f7e3b2 !important;
  color: #533806 !important
}

.careers-page #career-form .ui-select.is-open .ui-select__trigger {
  background: #fff4d9 !important;
  border-color: #d99a20 !important;
  box-shadow: 0 0 0 3px #e9a11d18 !important
}

.careers-page #career-form .ui-select.is-role-selected .ui-select__trigger {
  border-color: #c98a1a !important;
  background: #fff0ce !important;
  box-shadow: 0 0 0 4px #e9a11d1c !important;
  animation: roleSelected .7s ease
}

@keyframes roleSelected {
  50% {
    transform: translateY(-2px)
  }
}

@media(max-width:500px) {
  .role-filters {
    margin-top: 0
  }

  .role-filters__result {
    width: 100%;
    margin: 3px 0 0
  }

  .careers-apply__intro {
    padding: 11px 13px 11px 0 !important
  }

  .careers-apply__intro h2 {
    font-size: 31px !important
  }

  .careers-page .careers-apply__intro>p:not(.eyebrow) {
    font-size: 10px !important
  }

  .careers-page .careers-apply__intro>div {
    margin-top: 18px !important
  }

  .careers-page .careers-apply__intro>div span b {
    font-size: 14px !important
  }

  .careers-page .careers-apply__intro>div span small {
    font-size: 11px !important
  }
}

/* Final careers application layout: a light, calm card with a balanced form. */
.careers-page .careers-apply:before,
.careers-page .careers-apply:after {
  display: none !important
}

.careers-page .careers-apply__intro {
  display: block !important;
  padding: 12px 14px 24px !important;
  border: 0 !important;
  border-bottom: 1px solid #eadfcf !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important
}

.careers-page .careers-apply__intro h2 {
  margin: 11px 0 8px !important;
  color: #1d344c !important;
  font-size: 38px !important;
  line-height: 1.35 !important
}

.careers-page .careers-apply__intro h2 em {
  color: #c7881b !important
}

.careers-page .careers-apply__intro>p:not(.eyebrow) {
  max-width: 680px !important;
  color: #687889 !important;
  font-size: 12px !important;
  line-height: 2 !important
}

.careers-page .careers-apply__intro>div {
  display: flex !important;
  min-height: auto !important;
  max-width: none !important;
  margin-top: 17px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important
}

.careers-page .careers-apply__intro>div>i {
  width: 37px !important;
  height: 37px !important;
  background: #f5e6c8 !important;
  color: #aa7117 !important;
  font-size: 18px !important
}

.careers-page .careers-apply__intro>div span b {
  color: #34475d !important;
  font-size: 11px !important
}

.careers-page .careers-apply__intro>div span small {
  color: #7a8997 !important;
  font-size: 9px !important
}

.careers-page #career-form {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 24px !important;
  border: 1px solid #eee4d5 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important
}

.careers-page #career-form label {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #405168 !important;
  font-size: 10px !important
}

.careers-page #career-form input,
.careers-page #career-form select,
.careers-page #career-form textarea {
  border: 1px solid #e5ddd1 !important;
  border-radius: 10px !important;
  background: #fffdf9 !important;
  padding: 12px !important;
  font-size: 11px !important
}

.careers-page #career-form input:focus,
.careers-page #career-form select:focus,
.careers-page #career-form textarea:focus {
  background: #fff !important;
  border-color: #d79a2b !important;
  box-shadow: 0 0 0 3px #e9a11d16 !important
}

.careers-page #career-form .career-form__header {
  padding: 0 0 16px !important;
  border-bottom: 1px solid #eee4d5 !important
}

.careers-page #career-form .career-form__section {
  margin-top: 3px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 10px 0 !important
}

.careers-page #career-form button {
  min-width: 190px !important;
  border-radius: 10px !important
}

.careers-page #career-form .career-form__status {
  grid-column: 1/-1 !important
}

@media(max-width:700px) {
  .careers-page .careers-apply__intro h2 {
    font-size: 31px !important
  }

  .careers-page #career-form {
    grid-template-columns: 1fr !important;
    padding: 18px !important
  }

  .careers-page #career-form button {
    width: 100% !important
  }
}

/* Application section header distribution. */
.careers-page .careers-apply .careers-apply__intro{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;column-gap:36px;row-gap:0;align-items:center;padding:10px 4px 27px!important;border-bottom:1px solid #eadfcf!important}.careers-page .careers-apply .careers-apply__intro .eyebrow{grid-column:1/-1;margin:0 0 10px}.careers-page .careers-apply .careers-apply__intro h2{grid-column:1;margin:0!important;max-width:650px;font-size:clamp(32px,3.2vw,43px)!important}.careers-page .careers-apply .careers-apply__intro>p:not(.eyebrow){grid-column:1;margin:7px 0 0!important;max-width:670px!important}.careers-page .careers-apply .careers-apply__intro>div{grid-column:2!important;grid-row:2/4!important;display:flex!important;align-self:center;min-width:245px;margin:0!important;padding:12px 14px!important;border:1px solid #eadfcf!important;border-radius:14px!important;background:#fffaf0!important}.careers-page .careers-apply .careers-apply__intro>div>i{flex:0 0 auto}.careers-page .careers-apply .careers-apply__intro>div span{min-width:0}@media(max-width:700px){.careers-page .careers-apply .careers-apply__intro{grid-template-columns:1fr!important;gap:0;padding:8px 2px 21px!important}.careers-page .careers-apply .careers-apply__intro>div{grid-column:auto!important;grid-row:auto!important;min-width:0;width:100%;margin-top:18px!important}}
