.debug-styles__debug--1v4f7 {
  display: flex;
  flex-direction: row;
  padding: 8px;
  align-items: center;
}

.debug-styles__debug--1v4f7 div,
.debug-styles__debug--1v4f7 label {
  color: #636d77;
  padding-right: 8px;
}

.shared-loader-styles__loader--31sHZ {
  display: flex;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  min-height: 360px;
  align-items: center;
  justify-content: center;
}

.shared-loader-styles__loader--31sHZ .shared-loader-styles__inner--36Z0L {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  will-change: auto;
}

.shared-loader-styles__cube--17STA {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shared-loader-styles__cube--17STA:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00756a;
  background-color: var(--color-default, #00756a);
  -webkit-animation: shared-loader-styles__unfold--3OsN0 2.4s infinite linear both;
  animation: shared-loader-styles__unfold--3OsN0 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.shared-loader-styles__first--2kheX {}

.shared-loader-styles__second--1rJFf {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.shared-loader-styles__second--1rJFf:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.shared-loader-styles__third--wt3KX {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.shared-loader-styles__third--wt3KX:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.shared-loader-styles__fourth--N-Qwe {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.shared-loader-styles__fourth--N-Qwe:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes shared-loader-styles__unfold--3OsN0 {

  0%,
  10% {
    -webkit-transform: perspective(200px) rotateX(-180deg);
    transform: perspective(200px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(200px) rotateX(0deg);
    transform: perspective(200px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(200px) rotateY(180deg);
    transform: perspective(200px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes shared-loader-styles__unfold--3OsN0 {

  0%,
  10% {
    -webkit-transform: perspective(200px) rotateX(-180deg);
    transform: perspective(200px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(200px) rotateX(0deg);
    transform: perspective(200px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(200px) rotateY(180deg);
    transform: perspective(200px) rotateY(180deg);
    opacity: 0;
  }
}

.errors-styles__container--2nhtq {
  width: 100%;
  max-width: 588px;
  margin: 0 auto;
  text-align: center;
  padding: 124px 24px 0;
  box-sizing: border-box;
}

.errors-styles__container--2nhtq svg {
  padding-bottom: 24px;
}

.errors-styles__container--2nhtq h1 {
  padding-bottom: 16px;
}

.errors-styles__container--2nhtq p {
  max-width: 100%;
  color: #636d77;
}

.errors-styles__container--2nhtq p:last-of-type {
  padding-bottom: 16px;
}

.errors-styles__footer--3nK8p {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.scss-shimmer__shimmer--2pnJ5 {
  background-color: #e1e6eb;
  background-image: linear-gradient(270deg, #e1e6eb, #c4cfde 20%, #e1e6eb 40%, #e1e6eb 100%);
  background-size: 640px 100%;
  background-repeat: no-repeat;
  -webkit-animation: scss-shimmer__shimmer--2pnJ5 2s linear infinite forwards;
  animation: scss-shimmer__shimmer--2pnJ5 2s linear infinite forwards;
  will-change: auto;
}

@-webkit-keyframes scss-shimmer__shimmer--2pnJ5 {
  0% {
    background-position: -640px 0px;
  }

  100% {
    background-position: 640px 0px;
  }
}

@keyframes scss-shimmer__shimmer--2pnJ5 {
  0% {
    background-position: -640px 0px;
  }

  100% {
    background-position: 640px 0px;
  }
}

.layout-footer-styles__footer--2E7h8 {
  background-color: #ffffff;
  flex-shrink: 0;
}

.layout-footer-styles__footer--2E7h8 .layout-footer-styles__disclaimers--21ABn {
  font-size: 13px;
  line-height: 1.5;
  color: #636d77;
  text-align: center;
  max-width: 636px;
  width: 100%;
  padding: 16px 24px;
  margin: 0 auto;
  box-sizing: border-box;
}

.layout-footer-styles__footer--2E7h8 .layout-footer-styles__disclaimers--21ABn a {
  font-size: 13px;
  line-height: 1.5;
}

.layout-footer-styles__footer--2E7h8 .layout-footer-styles__disclaimers--21ABn div+div {
  padding-top: 16px;
}

.layout-footer-styles__footer--2E7h8 .layout-footer-styles__links--I78yk {
  padding: 16px;
  border-top: 1px solid #e1e6eb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout-footer-styles__footer--2E7h8 a {
  color: #00756a;
  color: var(--color-default, #00756a);
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  text-decoration: none;
}

.layout-footer-styles__footer--2E7h8 .layout-footer-styles__allJobsHelp--3_fLs {
  display: flex;
  justify-content: center;
}

.layout-footer-styles__footer--2E7h8 .layout-footer-styles__allJobsHelp--3_fLs a:before {
  margin: 0 8px;
  content: '\B7';
}

.layout-footer-styles__footer--2E7h8 .layout-footer-styles__allJobsHelp--3_fLs a {
  display: flex;
  align-items: center;
}

.layout-footer-styles__footer--2E7h8 .layout-footer-styles__allJobsHelp--3_fLs a svg {
  margin-left: 8px;
}

.layout-footer-styles__footer--2E7h8 .layout-footer-styles__gdpr--1uJh9 a,
.layout-footer-styles__footer--2E7h8 .layout-footer-styles__recaptchaPolicy--1Goh5 a {
  text-decoration: underline;
  color: #636d77;
  font-weight: 400;
}

.layout-footer-styles__footer--2E7h8 .layout-footer-styles__gdpr--1uJh9 a:nth-of-type(2):before,
.layout-footer-styles__footer--2E7h8 .layout-footer-styles__recaptchaPolicy--1Goh5 a:nth-of-type(2):before {
  content: none;
}

.layout-footer-styles__poweredBy--1ekDx {
  padding: 24px;
  border-top: 1px solid #e1e6eb;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.layout-footer-styles__poweredBy--1ekDx a {
  color: #00756a;
  color: var(--color-default, #00756a);
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.layout-footer-styles__poweredBy--1ekDx span {
  color: #636d77;
}

.layout-footer-styles__poweredBy--1ekDx a {
  padding-left: 4px;
}

.layout-footer-styles__shimmerPoweredBy--flxoO {
  display: block;
  height: 1em;
  width: 16em;
}

@media all and (max-width: 420px) {
  .layout-footer-styles__footer--2E7h8 .layout-footer-styles__links--I78yk {
    padding: 0;
    border-top: none;
    flex-direction: column;
  }

  .layout-footer-styles__wrapper--3lnDx {
    width: 100%;
    padding: 16px;
    border-top: 1px solid #e1e6eb;
    text-align: center;
    box-sizing: border-box;
    max-width: 420px;
  }

  .layout-footer-styles__allJobsHelp--3_fLs {}

  .layout-footer-styles__allJobsHelp--3_fLs a:nth-of-type(1):before {
    content: none;
  }
}

.shared-scrollprogress-styles__progress--3TxAr {
  position: -webkit-sticky;
  position: sticky;
  height: 6px;
  top: 42px;
  width: 100%;
  z-index: 9;
  background-color: #00756a;
  background-color: var(--color-default, #00756a);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out, -webkit-transform .1s ease-out;
  will-change: transform;
}

.job-form-section-fileUploader-styles__header--2c_4M {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.job-form-section-fileUploader-styles__header--2c_4M p {
  font-weight: 600;
}

.job-form-section-fileUploader-styles__header--2c_4M small {
  color: #88929e;
  font-weight: 400;
}

.job-form-section-fileUploader-styles__uploader--2155G {
  margin-bottom: 24px;
}

.job-form-section-fileUploader-styles__field--3R7Yo [data-role='dropzone'] {
  background-color: white;
}

.job-form-section-fileUploader-styles__avatarFetching--3d13C {
  display: flex;
  justify-content: center;
  color: #88929e;
}

.job-form-section-fileUploader-styles__avatarFetching--3d13C svg {
  margin-right: 8px;
  padding-top: 4px;
  height: 16px;
  width: 16px;
}

.job-form-section-fileUploader-styles__tooltip--37Hs4 {
  margin-left: 8px;
}

@media all and (max-width: 420px) {
  .job-form-section-fileUploader-styles__errorState--3bAeE [data-id='filename'] {
    display: none;
  }
}

._-_-shared-components-modal-styles__modal--3T3aB {
  border: 0;
  bottom: auto;
  min-height: 10rem;
  left: 50%;
  padding: 25px;
  position: fixed;
  background-color: #fff;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 20rem;
  width: 80%;
  max-height: 80%;
  max-width: 60rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
}

._-_-shared-components-modal-styles__overlay--1UjEO {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

._-_-shared-components-modal-styles__close--wjgs6 {
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  fill: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  ._-_-shared-components-modal-styles__close--wjgs6 {
    fill: #1b2b4d;
    right: 10px;
    top: 10px;
  }

  ._-_-shared-components-modal-styles__modal--3T3aB {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: none;
    width: 100%;
    max-height: 100%;
    max-width: none !important;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
  }
}

._-_-shared-components-modal-styles__bodyOpen--1im6y {
  overflow: hidden;
}

.job-form-section-fileUploader-cropper-styles__modal--b8qr0 {}

.job-form-section-fileUploader-cropper-styles__closeCropper--3_mlN {
  width: 16px;
  height: 16px;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__title--3gCHv {
  padding: 0 24px 24px;
  margin: 0 -24px;
  border-bottom: 1px solid #e1e6eb;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__area--23eIl {
  margin: 16px 0;
  font-size: 14px;
  color: #636d77;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__spacer--VxaHe {
  display: flex;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__spacer--VxaHe .job-form-section-fileUploader-cropper-styles__cropperContainer--35l8J {
  display: flex;
  width: 510px;
  height: 294px;
  margin-bottom: 32px;
  align-items: center;
  justify-content: center;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__spacer--VxaHe .job-form-section-fileUploader-cropper-styles__cropperContainer--35l8J .job-form-section-fileUploader-cropper-styles__cropper--5Hf-m {
  max-width: 100%;
  max-height: 100%;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__spacer--VxaHe .job-form-section-fileUploader-cropper-styles__preview--RmpJg {
  width: 100px;
  height: 100px;
  margin-left: 24px;
  margin-top: -30px;
  text-align: center;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__spacer--VxaHe .job-form-section-fileUploader-cropper-styles__preview--RmpJg img {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
  border-radius: 50%;
  border: 1px solid #e1e6eb;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__spacer--VxaHe .job-form-section-fileUploader-cropper-styles__preview--RmpJg p {
  font-weight: 600;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__actions--Gb01c {
  display: flex;
  padding: 24px 24px 0;
  margin: 0 -24px;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #e1e6eb;
}

.job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__actions--Gb01c label {
  color: #636d77;
  font-weight: 600;
  margin-right: 8px;
  cursor: pointer;
}

@media all and (max-width: 420px),
all and (max-height: 670px) {
  .job-form-section-fileUploader-cropper-styles__modal--b8qr0 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: none;
    width: 100%;
    max-height: 100%;
    max-width: none !important;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
  }

  .job-form-section-fileUploader-cropper-styles__closeCropper--3_mlN {
    fill: #88929e;
    right: 16px;
    top: 22px;
  }

  .job-form-section-fileUploader-cropper-styles__content--2oG8E svg {
    width: 16px;
    height: 16px;
  }

  .job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__title--3gCHv {
    padding: 0 16px 16px;
    margin-top: -9px;
    font-size: 16px;
  }

  .job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__area--23eIl {
    margin-left: -8px;
  }

  .job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__spacer--VxaHe {
    display: flex;
    justify-content: center;
    margin: 0 -8px;
  }

  .job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__preview--RmpJg {
    display: none;
  }

  .job-form-section-fileUploader-cropper-styles__content--2oG8E .job-form-section-fileUploader-cropper-styles__actions--Gb01c {
    margin-top: auto;
  }
}

.job-form-section-styles__section--2itFq {
  padding-bottom: 24px;
}

.job-form-section-styles__header--2oDxC {
  border-bottom: solid 1px #e1e6eb;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px 0 8px;
}

.job-form-section-styles__header--2oDxC h2 {
  padding: 0 0 0 8px;
  color: #333e49;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.job-form-section-styles__header--2oDxC a {
  flex-shrink: 0;
  padding-bottom: 2px;
}

.job-form-section-styles__header--2oDxC svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.job-form-section-styles__fields--2uKQq {
  padding-top: 24px;
}

.job-form-section-styles__field--3ok0- {
  padding-bottom: 24px;
}

.job-form-section-styles__field--3ok0-.job-form-section-styles__firstname--3EPF6 {
  box-sizing: border-box;
  display: inline-block;
  max-width: 50%;
  padding-right: 12px;
  vertical-align: top;
}

.job-form-section-styles__field--3ok0-.job-form-section-styles__lastname--2oFcR {
  box-sizing: border-box;
  display: inline-block;
  max-width: 50%;
  padding-left: 12px;
  vertical-align: top;
}

.job-form-section-styles__field--3ok0- input {
  padding: 8px;
}

.job-form-section-styles__educations--2Vi8r {
  background-color: #f9f9f9;
  padding-bottom: 10px;
}

.job-form-section-styles__education--1UKUV {
  padding-top: 10px;
  border-top: 2px solid #636d77;
}

@media all and (max-width: 420px) {
  .job-form-section-styles__field--3ok0- {
    padding-bottom: 24px;
  }

  .job-form-section-styles__field--3ok0-.job-form-section-styles__firstname--3EPF6 {
    display: block;
    max-width: none;
    padding-right: 0;
  }

  .job-form-section-styles__field--3ok0-.job-form-section-styles__lastname--2oFcR {
    display: block;
    max-width: none;
    padding-left: 0;
  }
}

.job-form-section-group-styles__group--ArVfo {
  margin-bottom: 24px;
}

.job-form-section-group-styles__group--ArVfo:first-of-type {
  margin-bottom: 12px;
}

.job-form-section-group-styles__group--ArVfo ul>.job-form-section-group-styles__viewer--1m6PH {
  margin: 0 -16px;
  padding: 0 20px;
}

.job-form-section-group-styles__group--ArVfo ul>.job-form-section-group-styles__viewer--1m6PH:last-of-type {
  border-bottom: 0;
}

.job-form-section-group-styles__header--2Z5fi {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.job-form-section-group-styles__header--2Z5fi p {
  font-weight: 600;
}

.job-form-section-group-styles__header--2Z5fi small {
  color: #88929e;
  font-weight: 400;
}

.job-form-section-group-editor-styles__editor--1-mi6 {
  margin-bottom: 4px;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: #e1e6eb;
}

.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM {
  margin-bottom: 24px;
}

.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM:last-child {
  margin-bottom: 0;
}

.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__start_date--2RhEK,
.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__end_date--3-0gZ {
  vertical-align: top;
}

.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__start_date--2RhEK,
.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__end_date--3-0gZ,
.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__current--TBUfB {
  box-sizing: border-box;
  max-width: 48%;
  float: left;
}

.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__start_date--2RhEK {
  margin-right: 4%;
}

.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__current--TBUfB {
  margin-right: 0;
  max-width: 34%;
  clear: both;
}

.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__actions--3wmD1 {
  padding: 16px 0 0 24px;
  border-top: solid 1px #c4cfde;
  margin: 0 -24px 0 -24px;
  clear: both;
}

.job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__cancel--1hvTZ {
  margin-left: 24px;
}

.job-form-section-group-editor-styles__expanded-editor--39Oec {}

@media all and (max-width: 767px) {
  .job-form-section-group-editor-styles__editor--1-mi6 {
    margin: 0 -16px 4px;
  }

  .job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__current--TBUfB {
    margin-top: 0;
  }

  .job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__start_date--2RhEK,
  .job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__end_date--3-0gZ,
  .job-form-section-group-editor-styles__editor--1-mi6 .job-form-section-group-editor-styles__field--3LPHM.job-form-section-group-editor-styles__current--TBUfB {
    box-sizing: border-box;
    max-width: 100%;
    float: none;
  }
}

.job-form-section-group-viewer-styles__viewer--2SPgS {
  position: relative;
  margin-bottom: 4px;
  padding: 16px 110px 16px 24px;
  word-wrap: break-word;
  word-break: break-word;
  background-color: #f2f4f5;
  border-radius: 4px;
}

.job-form-section-group-viewer-styles__viewer--2SPgS .job-form-section-group-viewer-styles__header--2c-22 {
  display: flex;
  justify-content: space-between;
}

.job-form-section-group-viewer-styles__viewer--2SPgS .job-form-section-group-viewer-styles__title--1J0du {
  box-sizing: border-box;
}

.job-form-section-group-viewer-styles__viewer--2SPgS .job-form-section-group-viewer-styles__title--1J0du span+.job-form-section-group-viewer-styles__error--3ZPCq {
  margin-left: 4px;
}

.job-form-section-group-viewer-styles__viewer--2SPgS .job-form-section-group-viewer-styles__summary--1mCis {
  font-style: italic;
}

.job-form-section-group-viewer-styles__viewer--2SPgS .job-form-section-group-viewer-styles__dotsWrapper--Jt82u {
  position: absolute;
  top: 16px;
  right: 10px;
}

.job-form-section-group-viewer-styles__viewer--2SPgS a {
  color: #88929e;
}

.job-form-section-group-viewer-styles__viewer--2SPgS a+a {
  margin-left: 32px;
}

.job-form-section-group-viewer-styles__viewer--2SPgS svg {
  height: 16px;
  width: 16px;
}

.job-form-section-group-viewer-styles__viewer--2SPgS .job-form-section-group-viewer-styles__error--3ZPCq {
  color: #d5351a;
}

.job-form-section-group-viewer-styles__viewer--2SPgS .job-form-section-group-viewer-styles__error--3ZPCq svg {
  color: inherit;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.job-form-section-group-viewer-styles__viewer--2SPgS .job-form-section-group-viewer-styles__range--1JeR2 {
  display: inline-block;
  font-weight: 400;
  margin-left: 4px;
}

.job-form-section-group-viewer-styles__viewer--2SPgS.job-form-section-group-viewer-styles__withError--3xMZF {
  background-color: #ffe5e5;
}

.job-form-section-group-viewer-styles__viewer--2SPgS dl {
  display: flex;
  align-items: top;
  margin-top: 8px;
  color: #636d77;
}

.job-form-section-group-viewer-styles__viewer--2SPgS dl:first-of-type {
  margin: 0;
}

.job-form-section-group-viewer-styles__viewer--2SPgS dt {
  padding-right: 16px;
  text-align: right;
  width: 136px;
  flex-shrink: 0;
  font-weight: 600;
  color: #333e49;
}

.job-form-section-group-viewer-styles__viewer--2SPgS dd {
  color: #333e49;
}

@media all and (max-width: 767px) {
  .job-form-section-group-viewer-styles__viewer--2SPgS {
    margin: 0 -20px 4px;
    padding-right: 30px;
  }

  .job-form-section-group-viewer-styles__viewer--2SPgS .job-form-section-group-viewer-styles__title--1J0du {
    padding-right: 14px;
  }
}

@media all and (max-width: 540px) {
  .job-form-section-group-viewer-styles__viewer--2SPgS dt {
    width: 94px;
  }
}

.job-form-section-gdpr-styles__gdpr--Gn66A label {
  align-items: stretch;
}

.job-form-section-gdpr-styles__gdpr--Gn66A .job-form-section-gdpr-styles__checkbox--2RJ8u>div:first-child:after {
  content: '*';
  padding-left: 8px;
  color: #d5351a;
}

.job-form-section-gdpr-styles__gdpr--Gn66A .job-form-section-gdpr-styles__checkbox--2RJ8u>div:first-child[error] svg g {
  fill: #d5351a;
}

.job-form-section-gdpr-styles__gdpr--Gn66A .job-form-section-gdpr-styles__checkbox--2RJ8u a {
  color: #333e49;
}

.job-form-section-multiple-multipleChoice-styles__answer--2Zvgx:not(:last-child) {
  margin-bottom: 8px;
}

.job-form-section-email-styles__inform--kcNMa {
  display: flex;
  font-size: 13px;
  margin: -16px 0 24px;
}

.job-form-section-email-styles__inform--kcNMa svg {
  height: 16px;
  width: 16px;
  margin-right: 4px;
  color: #4385e0;
}

.job-form-styles__form--2ZUgk {
  width: 100%;
  padding: 24px 16px 64px;
  box-sizing: border-box;
  max-width: 668px;
  margin: 0 auto;
}

.job-form-styles__submit--riKcX {
  margin-top: 8px;
  width: 100%;
}

.job-form-styles__hints--3DJF- {
  display: block;
  padding-bottom: 16px;
}

.job-form-quickApply-applyWithLinkedin-styles__linkedin--1MTJ8 {
  padding: 12px;
  height: 100px;
  border-top: 1px solid #e1e6eb;
}

.job-form-quickApply-applyWithLinkedin-styles__linkedin--1MTJ8 .job-form-quickApply-applyWithLinkedin-styles__title---jdHz {
  font-weight: 600;
  margin-bottom: 8px;
}

.job-form-quickApply-applyWithLinkedin-styles__linkedin--1MTJ8 .job-form-quickApply-applyWithLinkedin-styles__linkedinButton--1ht92 {
  text-align: center;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.job-form-quickApply-applyWithLinkedin-styles__container--26rE2 {
  position: relative;
}

.IN-Awli-widget {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ffffff;
}

.job-form-quickApply-applyWithLinkedin-styles__loader--u35Am>div:first-child {
  min-height: 0;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  height: 80px;
}

.job-form-quickApply-applyWithLinkedin-styles__loader--u35Am div::before {
  background-color: #2867b2;
}

.job-form-quickApply-button-styles__options--1n4lW {
  border: none;
}

.job-form-quickApply-button-styles__options--1n4lW .job-form-quickApply-button-styles__title--3ZA5Z {
  margin: 16px 0 8px 16px;
  display: inline-block;
  font-weight: 600;
  color: #333e49;
}

.job-form-quickApply-button-styles__options--1n4lW li {
  cursor: pointer;
}

.job-form-quickApply-button-styles__options--1n4lW li .job-form-quickApply-button-styles__googleDrive--1LUJM,
.job-form-quickApply-button-styles__options--1n4lW li .job-form-quickApply-button-styles__dropbox--3ebGv {
  width: calc(100% + 32px);
  margin: 0 -16px;
  padding: 0 16px;
  display: block;
  box-sizing: border-box;
}

.job-form-quickApply-button-styles__options--1n4lW li .job-form-quickApply-button-styles__googleDrive--1LUJM div,
.job-form-quickApply-button-styles__options--1n4lW li .job-form-quickApply-button-styles__dropbox--3ebGv div {
  width: 100%;
  display: inline-block;
}

.job-form-quickApply-button-styles__options--1n4lW li label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  color: #636d77;
}

.job-form-quickApply-button-styles__options--1n4lW li label:hover {
  color: #333e49;
}

.job-form-quickApply-button-styles__options--1n4lW li :first-child {
  min-height: 0;
}

.job-form-quickApply-area-styles__quickapply--2vdIP {
  padding-bottom: 32px;
}

.job-form-quickApply-area-styles__quickapply--2vdIP>div {
  border: solid 1px #636d77;
}

.job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__container--2KASE {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__container--2KASE .job-form-quickApply-area-styles__info--13eAy {
  width: 100%;
  max-width: 336px;
}

.job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__container--2KASE .job-form-quickApply-area-styles__info--13eAy div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__container--2KASE .job-form-quickApply-area-styles__info--13eAy svg {
  width: 10px;
  height: 15px;
  padding-right: 8px;
}

.job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__container--2KASE .job-form-quickApply-area-styles__info--13eAy strong {
  text-transform: uppercase;
}

.job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__container--2KASE .job-form-quickApply-area-styles__info--13eAy p {
  margin-top: 8px;
  color: #636d77;
  padding-right: 10px;
}

.job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__container--2KASE .job-form-quickApply-area-styles__uploadButton--2JfK8 {
  width: 260px;
  flex-shrink: 0;
}

.job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__alert--3YPnc {
  margin-top: 16px;
}

.job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__alert--3YPnc .job-form-quickApply-area-styles__container--2KASE {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media all and (max-width: 767px) {
  .job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__container--2KASE {
    display: block;
  }

  .job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__container--2KASE .job-form-quickApply-area-styles__info--13eAy {
    max-width: none;
  }

  .job-form-quickApply-area-styles__quickapply--2vdIP .job-form-quickApply-area-styles__container--2KASE .job-form-quickApply-area-styles__uploadButton--2JfK8 {
    margin-top: 16px;
    width: 100%;
  }
}

.job-form-quickApply-processFile-styles__container--2A4AV {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 640px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px 62px;
  box-sizing: border-box;
}

.job-form-quickApply-processFile-styles__container--2A4AV h2 {
  padding-bottom: 8px;
  text-align: center;
}

.job-form-quickApply-processFile-styles__container--2A4AV span {
  text-align: center;
}

.job-form-quickApply-processFile-styles__container--2A4AV .job-form-quickApply-processFile-styles__parse--3mEyO {
  padding: 48px 0;
}

.job-form-quickApply-processFile-styles__container--2A4AV .job-form-quickApply-processFile-styles__uploading--xXqAC {
  width: 100%;
}

.shared-account-styles__logo--3CvIg {
  display: flex;
  align-items: stretch;
  justify-content: center;
  color: #00756a;
  color: var(--color-default, #00756a);
  text-decoration: none;
}

.shared-account-styles__logo--3CvIg img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.shared-account-styles__logo--3CvIg span {
  font-size: 32px;
  line-height: 94px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shared-account-styles__logo--3CvIg svg {
  -o-object-fit: contain;
  object-fit: contain;
}

.shared-account-styles__shimmer--sHnPs {
  border: none;
  background-color: #f2f4f5;
  max-width: 128px;
  margin: 0 auto;
}

.job-details-styles__details--11P0z {
  display: block;
  margin-top: 24px;
}

.job-details-styles__details--11P0z span {
  color: #636d77;
  margin-left: 4px;
}

.job-details-styles__details--11P0z span:before {
  content: '\B7';
  margin-right: 4px;
}

.job-details-styles__details--11P0z span:first-child {
  margin-left: 0;
}

.job-details-styles__details--11P0z span:first-child:before {
  display: none;
}

.job-details-styles__shimmer--wzzq_ {
  height: 1em;
  width: 280px;
}

.job-styles__wrapper--2MSa5 {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #e1e6eb;
}

.job-styles__header--2vxXd {
  padding: 24px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.job-styles__header--2vxXd h1 {
  color: #333e49;
  font-weight: 600;
  margin: 24px auto 12px;
  max-width: 600px;
}

.job-styles__logo--32vFk {
  min-width: 64px;
  width: auto;
  max-width: 50%;
  height: 64px;
  margin: 0 auto;
}

.job-styles__logo--32vFk a {
  height: 100%;
  width: 100%;
}

.job-styles__headerDetails--1HMvu {
  margin-top: 8px;
}

.shared-tabs-styles__inner--2Vt9E {
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9;
  box-shadow: 0 6px 17px 2px rgba(51, 62, 73, 0.08);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.shared-tabs-styles__navbar--k_2aS {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}

.shared-tabs-styles__tab--1kn9O {
  align-items: center;
  display: inline-block;
  padding: 16px 0 14px;
  color: #88929e;
  font-size: 13px;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-tap-highlight-color: transparent;
}

.shared-tabs-styles__tab--1kn9O+.shared-tabs-styles__tab--1kn9O {
  margin-left: 24px;
}

.shared-tabs-styles__active--2VVDz {
  color: #00756a;
  color: var(--color-default, #00756a);
  background-color: #ffffff;
  cursor: default;
}

.shared-tabs-styles__runner--ZGfjq {
  background-color: #00756a;
  background-color: var(--color-default, #00756a);
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  width: 50%;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.preview-form-styles__previewWrapper--1ZUkB {
  padding-top: 40px;
  position: relative;
}

.preview-form-styles__previewWrapper--1ZUkB:after {
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 40px;
  display: block;
  position: absolute;
  background-color: #ffffff;
}

.preview-form-styles__previewWrapper--1ZUkB:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.job-preview-styles__preview--2d3Fz {
  position: relative;
  box-sizing: border-box;
  padding: 24px 16px 64px;
  margin: 0 auto;
  max-width: 668px;
}

.job-preview-styles__description--2BkR3,
.job-preview-styles__benefits--21mG1,
.job-preview-styles__requirements--2kg4_ {
  margin-bottom: 40px;
}

.job-preview-styles__description--2BkR3 h2,
.job-preview-styles__description--2BkR3 h3,
.job-preview-styles__description--2BkR3 h4,
.job-preview-styles__benefits--21mG1 h2,
.job-preview-styles__benefits--21mG1 h3,
.job-preview-styles__benefits--21mG1 h4,
.job-preview-styles__requirements--2kg4_ h2,
.job-preview-styles__requirements--2kg4_ h3,
.job-preview-styles__requirements--2kg4_ h4 {
  margin-bottom: 8px;
}

.job-preview-styles__description--2BkR3 p,
.job-preview-styles__description--2BkR3 div,
.job-preview-styles__description--2BkR3 ul,
.job-preview-styles__description--2BkR3 ol,
.job-preview-styles__description--2BkR3 strong,
.job-preview-styles__benefits--21mG1 p,
.job-preview-styles__benefits--21mG1 div,
.job-preview-styles__benefits--21mG1 ul,
.job-preview-styles__benefits--21mG1 ol,
.job-preview-styles__benefits--21mG1 strong,
.job-preview-styles__requirements--2kg4_ p,
.job-preview-styles__requirements--2kg4_ div,
.job-preview-styles__requirements--2kg4_ ul,
.job-preview-styles__requirements--2kg4_ ol,
.job-preview-styles__requirements--2kg4_ strong {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.5;
}

.job-preview-styles__description--2BkR3 ul,
.job-preview-styles__description--2BkR3 ol,
.job-preview-styles__benefits--21mG1 ul,
.job-preview-styles__benefits--21mG1 ol,
.job-preview-styles__requirements--2kg4_ ul,
.job-preview-styles__requirements--2kg4_ ol {
  padding-left: 24px;
}

.job-preview-styles__description--2BkR3 ul,
.job-preview-styles__benefits--21mG1 ul,
.job-preview-styles__requirements--2kg4_ ul {
  list-style: disc;
}

.job-preview-styles__description--2BkR3 ol,
.job-preview-styles__benefits--21mG1 ol,
.job-preview-styles__requirements--2kg4_ ol {
  list-style: decimal;
}

.job-preview-styles__description--2BkR3 a,
.job-preview-styles__benefits--21mG1 a,
.job-preview-styles__requirements--2kg4_ a {
  text-decoration: underline;
  color: inherit;
}

.job-preview-styles__description--2BkR3 img,
.job-preview-styles__benefits--21mG1 img,
.job-preview-styles__requirements--2kg4_ img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 8px 0;
  float: none;
}

.job-preview-styles__description--2BkR3 strong,
.job-preview-styles__benefits--21mG1 strong,
.job-preview-styles__requirements--2kg4_ strong {
  font-weight: 600;
}

.job-preview-styles__shimmerApply--1bmT3 {
  height: 40px;
}

.job-preview-styles__shimmer-text-small--2cZ29 {
  height: 1em;
  margin: 12px 0 12px;
  width: 25%;
}

.job-preview-styles__shimmer-text-medium--1xj1x {
  width: 66%;
}

.job-preview-styles__shimmer-text-large--WOrhG {
  width: 98%;
}

.job-preview-styles__buttons--2z_5t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 8px 0 0;
  width: 100%;
}

.job-preview-styles__buttons--2z_5t .job-preview-styles__applyButton--35QFH {
  flex-grow: 1;
}

.job-preview-styles__buttons--2z_5t .job-preview-styles__applyIndeed--1E_FM {
  flex-shrink: 0;
}

.job-preview-styles__buttons--2z_5t .job-preview-styles__applyIndeed--1E_FM span:first-child {
  padding-left: 24px;
}

@media all and (max-width: 420px) {
  .job-preview-styles__buttons--2z_5t {
    display: flex;
    flex-direction: column;
  }

  .job-preview-styles__buttons--2z_5t .job-preview-styles__applyButton--35QFH {
    margin-bottom: 24px;
    width: 100%;
  }

  .job-preview-styles__buttons--2z_5t .job-preview-styles__applyIndeed--1E_FM span:first-child {
    padding-left: 0;
  }
}

.job-preview-socialshare-styles__icon--3Kowv {
  margin-right: 6px;
  color: transparent;
}

.job-preview-socialshare-styles__icon--3Kowv use {
  stroke: none;
}

.job-preview-socialshare-styles__option--2U3aa {
  display: flex;
  align-items: center;
  height: 19px;
  margin-right: 48px;
}

.job-preview-socialshare-styles__dropdown--eqtxl {
  position: absolute !important;
  right: 24px;
  top: 25px;
}

.job-preview-socialshare-styles__dropdown--eqtxl dialog {
  z-index: 1;
}

.job-preview-socialshare-styles__button--2HTwh {}

.preview-job-styles__previewWrapper--3BzxY:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.preview-careers-styles__preview--2w4hS {
  color: #e1e6eb;
  -webkit-transform: scale(0.5) translateY(-50%);
  transform: scale(0.5) translateY(-50%);
}

.preview-careers-styles__preview--2w4hS a {
  text-decoration: none !important;
}

.preview-careers-styles__preview--2w4hS small,
.preview-careers-styles__preview--2w4hS p,
.preview-careers-styles__preview--2w4hS h1 {
  color: #e1e6eb;
}

.preview-careers-styles__preview--2w4hS:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.preview-careers-styles__preview--2w4hS * {
  word-spacing: -34px;
}

.preview-careers-styles__preview--2w4hS [data-ui='recaptcha-policy'] {
  color: #e1e6eb;
}

.preview-careers-styles__preview--2w4hS [data-ui='recaptcha-policy'] a {
  color: #e1e6eb;
}

.preview-careers-styles__preview--2w4hS [data-ui='footer-powered-by'] span {
  color: #e1e6eb;
}

.preview-careers-styles__preview--2w4hS [data-id='header'],
.preview-careers-styles__preview--2w4hS [data-id='company-description'],
.preview-careers-styles__preview--2w4hS [data-id='footer'],
.preview-careers-styles__preview--2w4hS [data-id='jobs-wrapper'] {
  width: 200%;
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}

.preview-careers-styles__preview--2w4hS [data-id='job-item'] {
  font-size: 32px;
}

.preview-careers-styles__preview--2w4hS [data-id='email-my-resume'] h3,
.preview-careers-styles__preview--2w4hS [data-id='email-my-resume'] p {
  color: #e1e6eb !important;
}

.preview-careers-styles__preview--2w4hS [data-id='email-my-resume'] a {
  color: transparent;
}

.layout-styles__page--2lk6v {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.layout-styles__content--2Kv6p {
  flex: 1 0 auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.i18n-picker-styles__picker--2VeYI button:hover {
  text-decoration: none;
}

.i18n-picker-styles__picker--2VeYI .i18n-picker-styles__mobileLanguage--3Ysm_ {
  display: none;
}

.i18n-picker-styles__picker--2VeYI .i18n-picker-styles__desktopLanguage--2F9JO {
  display: inline-block;
}

.i18n-picker-styles__picker--2VeYI .i18n-picker-styles__selected--1vKes {
  font-size: 16px;
}

.i18n-picker-styles__picker--2VeYI>div {
  right: 0;
  text-align: right;
}

.i18n-picker-styles__picker--2VeYI dialog {
  text-align: initial;
}

.i18n-picker-styles__picker--2VeYI li {
  min-width: 160px;
}

.i18n-picker-styles__picker--2VeYI .i18n-picker-styles__options--2TfKY {
  display: flex;
}

.i18n-picker-styles__picker--2VeYI .i18n-picker-styles__options--2TfKY.i18n-picker-styles__optionColor--2GYDF {
  color: #333e49;
}

.i18n-picker-styles__picker--2VeYI .i18n-picker-styles__options--2TfKY .i18n-picker-styles__optionsText--3plgY {
  min-width: 156px;
}

.i18n-picker-styles__picker--2VeYI .i18n-picker-styles__options--2TfKY svg {
  height: 16px;
  width: 16px;
}

@media all and (max-width: 420px) {
  .i18n-picker-styles__picker--2VeYI .i18n-picker-styles__mobileLanguage--3Ysm_ {
    display: inline-block;
  }

  .i18n-picker-styles__picker--2VeYI .i18n-picker-styles__desktopLanguage--2F9JO {
    display: none;
  }
}

.careers-header-styles__observer--3Pqdz {
  background-color: #ffffff;
  height: 1px;
  visibility: hidden;
}

.careers-header-styles__header--2t8dX {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  box-shadow: 0 3px 10px -4px rgba(51, 62, 73, 0.18), 0 6px 17px 2px rgba(51, 62, 73, 0.08);
  z-index: 9;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  padding: 0 120px;
  box-sizing: border-box;
}

.careers-header-styles__headerInner--cFsFA {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 116px;
  width: 100%;
}

.careers-header-styles__logo--36Ua9 {
  min-width: 94px;
  width: auto;
  height: 94px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  padding: 0 16px;
}

.careers-header-styles__picker--1Px3H {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
  position: absolute;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.careers-header-styles__header-sticky--23_fk {
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.careers-header-styles__headerInner-sticky--3q9G7 {
  -webkit-transform: scaleY(0.6);
  transform: scaleY(0.6);
}

.careers-header-styles__logo-sticky--2FEp3 {
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
  padding: 0;
}

.careers-header-styles__picker-sticky--2yfAG {
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
}

.careers-header-styles__wrapper--JmKea {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding-top: 32px;
}

.careers-header-styles__wrapper--JmKea:before {
  content: ' ';
  background-color: #ffffff;
  display: block;
  height: 116px;
  width: 100%;
  position: absolute;
  top: -116px;
  left: 0;
}

.careers-header-styles__inner--pwIva {
  max-width: 880px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

.careers-header-styles__inner--pwIva h1 {
  padding: 0 0 8px;
}

.careers-header-styles__shimmer-text-small--MSySX {
  height: 1em;
  margin: 12px 0 12px;
  width: 293.33333px;
  max-width: 30%;
}

.careers-header-styles__shimmer-text-large--2ArlQ {
  width: 880px;
  max-width: 90%;
}

.careers-header-styles__shimmer-text-medium--e6qBR {
  width: 752px;
  max-width: 60%;
}

.careers-header-styles__description--1rAdv h2 {
  padding: 8px 24px;
  margin: 0;
}

.careers-header-styles__description--1rAdv h3 {
  line-height: 1.5;
  margin-bottom: 1em;
}

.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud a {
  text-decoration: underline;
  color: inherit;
}

.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud strong {
  font-weight: 600;
}

.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud p,
.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud div,
.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud ul,
.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud ol,
.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud strong {
  margin-bottom: 1em;
  color: #636d77;
  font-size: 16px;
  line-height: 1.5;
}

.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud ul,
.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud ol {
  padding-left: 24px;
}

.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud ul {
  list-style: disc;
}

.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud ol {
  list-style: decimal;
}

.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud img {
  max-width: 100%;
  width: auto;
  height: auto !important;
  margin: 8px 0;
  float: none;
}

.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud iframe,
.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud video {
  max-width: 100%;
  display: block;
  margin: 8px auto;
}

.careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud iframe {
  width: 100%;
  height: 468px;
}

@media all and (max-width: 767px) {
  .careers-header-styles__headerInner-sticky--3q9G7 {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }

  .careers-header-styles__header-sticky--23_fk {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .careers-header-styles__logo-sticky--2FEp3 {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }

  .careers-header-styles__picker-sticky--2yfAG {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }

  .careers-header-styles__description--1rAdv .careers-header-styles__content--3x_Ud iframe {
    height: calc(100vw / 2);
  }
}

@media all and (max-width: 420px) {
  .careers-header-styles__header--2t8dX {
    padding: 0 80px;
  }
}

.careers-search-styles__search--1yvk1 {
  display: flex;
  width: 100%;
  max-width: 880px;
  margin: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  padding: 24px 24px 0;
}

.careers-search-styles__input--quPLu {
  position: relative;
}

.careers-search-styles__input--quPLu .careers-search-styles__searchbox--3wX-z {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 6px 14px;
  line-height: 1.5;
  border: 1px solid #c4cfde;
  transition: box-shadow 0.2s ease;
}

.careers-search-styles__input--quPLu .careers-search-styles__searchbox--3wX-z input {
  padding-left: 0;
}

.careers-search-styles__pills--2Pnqs {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px 0 4px 0;
}

.careers-search-styles__pills--2Pnqs .careers-search-styles__inner--VF_ZP {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 24px;
}

.careers-search-styles__pills--2Pnqs .careers-search-styles__inner--VF_ZP .careers-search-styles__pill--r2TKD {
  background: #e1e6eb;
  color: #333e49;
  margin: 0 12px 12px 0;
}

.careers-search-styles__pills--2Pnqs .careers-search-styles__clear--2s5xh {
  padding-top: 6px;
  align-self: flex-end;
  margin-bottom: 16px;
}

.careers-search-styles__pills--2Pnqs .careers-search-styles__clear--2s5xh svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.careers-search-styles__header--facKI {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
  justify-content: space-between;
}

.careers-search-styles__totaljobs--1qZQx {
  padding-top: 2px;
}

.careers-search-styles__shimmertotaljobs--3uTXV {
  width: 48px;
  height: 1em;
}

@media all and (max-width: 767px) {
  .careers-search-styles__input--quPLu {
    margin-bottom: 24px;
  }

  .careers-search-styles__pills--2Pnqs {
    margin: 0 -24px 0 -24px;
    padding-top: 0;
    padding-left: 24px;
    overflow: auto;
  }

  .careers-search-styles__pills--2Pnqs .careers-search-styles__inner--VF_ZP {
    max-width: none;
    flex-wrap: nowrap;
    overflow: auto;
    margin-right: 16px;
  }

  .careers-search-styles__pills--2Pnqs .careers-search-styles__inner--VF_ZP .careers-search-styles__pill--r2TKD {
    flex-shrink: 0;
  }

  .careers-search-styles__pills--2Pnqs .careers-search-styles__clear--2s5xh {
    padding-right: 24px;
    align-self: center;
  }
}

.careers-search-filters-styles__dropdowns--2q2uV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px 8px;
}

.careers-search-filters-styles__dropdowns--2q2uV * {
  word-spacing: 0;
}

.careers-search-filters-styles__mobile--3Zo5E {
  width: 100%;
  height: 100%;
  top: 0;
  background: #00756a;
  background: var(--color-default, #00756a);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-clip-path: circle(48px at 94%);
  clip-path: circle(48px at 94%);
  padding-right: calc((6% + 40px) / 2);
  transition: all 0.25s ease-out;
}

.careers-search-filters-styles__mobile--3Zo5E a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateX(50%) !important;
  transform: translateX(50%) !important;
  width: 48px;
  height: 48px;
}

.careers-search-filters-styles__expanded--2FhFF {
  -webkit-clip-path: circle(134% at 94%);
  clip-path: circle(134% at 94%);
  opacity: 0.8;
}

.careers-search-filters-styles__filter--1DYHz {
  padding: 0px 16px 0px 0px;
  box-sizing: border-box;
  min-width: 0;
  max-width: 28%;
  flex-grow: 1;
}

.careers-search-filters-styles__filter--1DYHz:last-child {
  padding: 0;
}

.careers-search-filters-styles__filter--1DYHz div>input {
  padding: 9px 10px;
}

.careers-search-filters-styles__remote--1IeoA {
  flex-shrink: 0;
}

.careers-search-filters-styles__remote--1IeoA label>span {
  color: #636d77;
  font-weight: 600;
}

@media all and (max-width: 767px) {
  .careers-search-filters-styles__filter--1DYHz {
    padding: 0;
    max-width: 100%;
  }
}



.careers-jobs-list-styles__jobsList--3_v12 {
  width: 100%;
  max-width: 880px;
  margin: 8px auto 0;
  padding: 0 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.careers-jobs-list-styles__jobsList--3_v12 li {
  margin-bottom: 16px;
}

.careers-jobs-list-styles__jobsList--3_v12 ul {
  padding-bottom: 16px;
}

.careers-jobs-list-styles__job--3Cb9F {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  will-change: transform;
}

.careers-jobs-list-styles__shimmer--gxsV5 {
  height: 1em;
}

.careers-jobs-list-styles__link--3qpm9 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
}

.careers-jobs-list-styles__date--1CDxx {
  display: block;
  margin-bottom: 4px;
}

.careers-jobs-list-styles__title--1cN5S {
  color: #00756a;
  color: var(--color-default, #00756a);
  margin-bottom: 8px;
}

.careers-jobs-list-styles__shimmer-date--1K1hp {
  width: 12%;
  min-width: 76px;
}

.careers-jobs-list-styles__shimmer-title--2rkdU {
  width: 48%;
  max-width: 280px;
}

.careers-jobs-list-styles__shimmer-details--25rmB {
  width: 76%;
  max-width: 380px;
}

.careers-jobs-list-loadmore-styles__loadmore--3-bqh {
  margin: 0 auto;
  align-self: center;
}

.careers-jobs-blankslate-styles__blankslate--1TdwZ {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 32px 24px;
  box-sizing: border-box;
  text-align: center;
}

.careers-jobs-blankslate-styles__blankslate--1TdwZ svg {
  padding-bottom: 32px;
}

.careers-jobs-blankslate-styles__blankslate--1TdwZ h1 {
  padding-bottom: 16px;
}

.careers-jobs-blankslate-styles__blankslate--1TdwZ p {
  color: #636d77;
}

.careers-emailmyresume-styles__emailmyresume--3rj8F {
  max-width: 880px;
  box-sizing: border-box;
  margin: 64px auto 0;
  padding: 0 16px;
}

.careers-emailmyresume-styles__emailmyresume--3rj8F .careers-emailmyresume-styles__card--1k3xM {
  box-shadow: none;
  border: solid 2px #e1e6eb;
}

.careers-emailmyresume-styles__content--3r1qE {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.careers-emailmyresume-styles__content--3r1qE p {
  padding-right: 24px;
  color: #636d77;
}

.careers-emailmyresume-styles__content--3r1qE .careers-emailmyresume-styles__text--2uGrI a {
  color: #636d77;
}

@media all and (max-width: 767px) {
  .careers-emailmyresume-styles__content--3r1qE {
    display: block;
  }

  .careers-emailmyresume-styles__content--3r1qE a {
    margin-top: 16px;
    width: 100%;
  }
}

.careers-styles__jobs--2pl4W {
  background-color: #f9f9f9;
}

.careers-styles__jobs--2pl4W .post-item {
  height: 330px;
  margin-bottom: 52px;
}

.gdprPolicy-styles__gdpr--2vBya {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  max-width: 684px;
  margin: 32px auto;
}

.gdprPolicy-styles__gdpr--2vBya .gdprPolicy-styles__alert--E_O-R {
  margin-bottom: 0;
}

.gdprPolicy-styles__gdpr--2vBya .gdprPolicy-styles__alert--E_O-R a {
  color: #f0690f;
  color: var(--color-caution, #f0690f);
}

.gdprPolicy-styles__gdpr--2vBya h1 {
  margin: 16px 0;
}

.gdprPolicy-styles__gdpr--2vBya section {
  margin-bottom: 40px;
}

.gdprPolicy-styles__gdpr--2vBya section ul {
  list-style-type: disc;
  margin: 0 0 16px 24px;
  list-style-position: outside;
}

.gdprPolicy-styles__gdpr--2vBya section a {
  color: #333e49;
}

.gdprPolicy-styles__gdpr--2vBya section h2,
.gdprPolicy-styles__gdpr--2vBya section p {
  margin-bottom: 16px;
}

.gdprPolicy-styles__gdpr--2vBya section h3 {
  margin-bottom: 8px;
}

.gdprPolicy-styles__gdpr--2vBya section:last-of-type {
  margin-bottom: 0;
}

.gdprPolicy-styles__picker--Z7rDk {
  top: 50%;
  z-index: 1;
  right: 233px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 767px) {
  .gdprPolicy-styles__picker--Z7rDk {
    right: 217px;
  }
}

.preview-gdpr-styles__gdpr--2wIf3 [data-id='placeholder'] {
  background-color: #fffbd0;
  font-weight: bold;
}

.providers-flash-styles__flash--202XT {
  width: calc(100% - 48px);
  max-width: 600px;
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
}

.careers-search-filters-route-styles__filters--NZAiJ {
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.careers-search-filters-route-styles__filters--NZAiJ .careers-search-filters-route-styles__header--XIkJS {
  border-bottom: 1px solid #e1e6eb;
  padding: 16px;
  display: flex;
  flex-direction: row;
}

.careers-search-filters-route-styles__filters--NZAiJ .careers-search-filters-route-styles__header--XIkJS a {
  margin-left: auto;
}

.careers-search-filters-route-styles__filters--NZAiJ .careers-search-filters-route-styles__clear--1kEAd svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.careers-search-filters-route-styles__filters--NZAiJ .careers-search-filters-route-styles__dropdowns--fSCO- {
  padding: 24px 16px 16px;
  border-bottom: 1px solid #e1e6eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.careers-search-filters-route-styles__filters--NZAiJ .careers-search-filters-route-styles__dropdowns--fSCO- .careers-search-filters-route-styles__dropdown--289eq {
  padding-bottom: 16px;
}

.careers-search-filters-route-styles__filters--NZAiJ .careers-search-filters-route-styles__dropdowns--fSCO- .careers-search-filters-route-styles__dropdown--289eq dialog {
  position: relative;
}

.careers-search-filters-route-styles__filters--NZAiJ .careers-search-filters-route-styles__dropdowns--fSCO- .careers-search-filters-route-styles__dropdown--289eq dialog:not([open]) {
  display: none;
}

.careers-search-filters-route-styles__filters--NZAiJ .careers-search-filters-route-styles__dropdowns--fSCO- .careers-search-filters-route-styles__dropdown--289eq ul {
  max-height: none;
}

.careers-search-filters-route-styles__filters--NZAiJ .careers-search-filters-route-styles__toggles--1pSQc {
  padding: 16px;
}

.careers-search-filters-route-styles__filters--NZAiJ .careers-search-filters-route-styles__apply--30CX3 {
  margin-top: auto;
  padding: 24px 16px 32px;
}

.job-submit-success-styles__success--PaaiU {
  width: 100%;
  padding: 24px 16px 64px;
  box-sizing: border-box;
  max-width: 636px;
  margin: 0 auto;
}

.job-submit-success-styles__success--PaaiU .job-submit-success-styles__content--ED4eg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.job-submit-success-styles__success--PaaiU .job-submit-success-styles__content--ED4eg p,
.job-submit-success-styles__success--PaaiU .job-submit-success-styles__content--ED4eg a,
.job-submit-success-styles__success--PaaiU .job-submit-success-styles__content--ED4eg h1 {
  text-align: center;
}

.job-submit-success-styles__success--PaaiU .job-submit-success-styles__content--ED4eg p {
  margin-top: 16px;
  margin-bottom: 32px;
  max-width: 435px;
}

.job-submit-success-styles__success--PaaiU .job-submit-success-styles__content--ED4eg a {
  white-space: normal;
}

.job-submit-success-styles__success--PaaiU .job-submit-success-styles__icon--1iH5I {
  margin-top: 48px;
  margin-bottom: 32px;
}

.job-submit-success-styles__success--PaaiU .job-submit-success-styles__icon--1iH5I svg {
  width: 100%;
  height: 100%;
}

.job-submit-success-styles__success--PaaiU> :not(:first-child) {
  padding-top: 32px;
}

._-_-shared-components-card-styles__card--4nVfS {
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

._-_-shared-components-card-styles__card--4nVfS ._-_-shared-components-card-styles__annotations--rJ53d {
  padding: 7px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  color: #666;
}

._-_-shared-components-card-styles__card--4nVfS ._-_-shared-components-card-styles__footer--37ACc {
  padding: 8px 0;
  margin: 0 20px;
  border-top: 1px solid #E4E5E6;
}

._-_-shared-components-card-styles__card--4nVfS ._-_-shared-components-card-styles__footer--37ACc:after {
  display: table;
  content: "";
  clear: both;
}

._-_-shared-components-card-styles__card--4nVfS._-_-shared-components-card-styles__is-selected--3HMGT {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.26), 0 14px 28px 0 rgba(0, 0, 0, 0.25);
  border-color: #ccc;
}

._-_-shared-components-card-styles__hoverable--nm0v1:hover {
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26), 0 4px 18px 0 rgba(0, 0, 0, 0.19);
}

._-_-shared-components-card-styles__content--3gX94 {
  padding: 20px;
}

.job-submit-eeoc-styles__eeoc--3ltA_ {
  width: 100%;
  max-width: 636px;
  margin: 0 auto;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__opportunityEmployer--28iNt {
  margin: 4px;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__opportunityEmployer--28iNt h3 {
  margin-bottom: 8px;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__opportunityEmployer--28iNt button {
  margin-top: 16px;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt {
  padding: 24px;
  box-sizing: border-box;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt a {
  color: #333e49;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt h5 {
  font-weight: 600;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt h4 {
  margin-bottom: 8px;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt .job-submit-eeoc-styles__race--1ZsZ7 .job-submit-eeoc-styles__options--1oyOB {
  font-size: 14px;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt .job-submit-eeoc-styles__race--1ZsZ7 .job-submit-eeoc-styles__options--1oyOB:last-child {
  margin-bottom: 0;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt .job-submit-eeoc-styles__race--1ZsZ7 .job-submit-eeoc-styles__options--1oyOB>span {
  color: #88929e;
  margin-left: 20px;
  font-size: 13px;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt .job-submit-eeoc-styles__faded--RJxa3 {
  font-size: 13px;
  color: #88929e;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt .job-submit-eeoc-styles__faded--RJxa3 sup {
  font-size: 8px;
  vertical-align: top;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt p {
  margin-bottom: 16px;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt p:last-child {
  margin-bottom: 0;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt .job-submit-eeoc-styles__disabilities--3SpcT {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__content--14ANt .job-submit-eeoc-styles__ofcpOptions--by_A1 {
  margin-bottom: 24px;
}

.job-submit-eeoc-styles__eeoc--3ltA_ .job-submit-eeoc-styles__footer--Ct-v7 {
  padding: 24px;
  margin: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

/* ol, ul {
  list-style: none; } */

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'BLOKKNeue';
  src: url(https://dcvxs6ggqztsa.cloudfront.net/candidate/releases/BLOKKNeue-Regular.88e51f7bd979111d16532dd616404885.eot);
  src: url(https://dcvxs6ggqztsa.cloudfront.net/candidate/releases/BLOKKNeue-Regular.88e51f7bd979111d16532dd616404885.eot?#iefix) format("embedded-opentype"), url(https://dcvxs6ggqztsa.cloudfront.net/candidate/releases/BLOKKNeue-Regular.6f04bae2a2967ffd7a383e44f6b22df5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  background-color: #f9f9f9;
  font-size: 14px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  word-break: break-word;
  height: 100%;
}

/* h1 {
  color: #333e49;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600; }

h2 {
  color: #333e49;
  font-size: 18px;
  line-height: normal;
  font-weight: 600; }

h3 {
  color: #333e49;
  font-size: 16px;
  line-height: normal;
  font-weight: 600; }

h4 {
  color: #333e49;
  font-size: 16px;
  line-height: normal;
  font-weight: 600; }

label,
p,
ul,
ol {
  color: #333e49;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.5; }

input,
select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: normal; }

input[type="date"],
input[type="month"] {
  min-height: 38px; }

small {
  color: #636d77;
  font-size: 13px;
  line-height: normal; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

input::-webkit-clear-button {
  -webkit-appearance: none;
  display: none; }

input::-ms-clear {
  display: none; }

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none; }
 */

 .careers-styles__jobs--2pl4W .post-item:nth-child(1) h3.title a:after {
  content: "HOT";
  font-size: 12px;
  color: #fff;
  position: relative;
  background: red;
  padding: 3px 10px;
  margin-left: 10px;
}
