.grid-and-padding {
  display: grid;
  padding-left: calc(70rem * 1 / 18);
  padding-right: calc(70rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-and-padding {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-and-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-no-padding {
  display: grid;
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-no-padding {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-no-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-12 {
  z-index: 12 !important;
}
.z-13 {
  z-index: 13 !important;
}
.z-14 {
  z-index: 14 !important;
}
.z-15 {
  z-index: 15 !important;
}
.z-16 {
  z-index: 16 !important;
}
.z-17 {
  z-index: 17 !important;
}
.z-18 {
  z-index: 18 !important;
}
.z-19 {
  z-index: 19 !important;
}
.z-20 {
  z-index: 20 !important;
}
.articulatCF-normal {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.articulatCF-regular {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.articulatCF-medium {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.articulatCF-demibold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.articulatCF-bold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.arrow-button {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: calc(15rem * 1 / 18) 0;
  color: #101921;
  text-decoration: none;
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-weight: 500;
  transition: background-color 0.3s;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    align-items: center;
  }
}
.arrow-button svg {
  margin-right: calc(15rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button svg {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .arrow-button svg {
    margin-right: 10px;
  }
}
.arrow-button:hover {
  color: #FA851E;
}
.arrow-button:hover svg {
  margin-right: calc(10rem * 1 / 18);
  margin-left: calc(5rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button:hover svg {
    margin-right: 10px;
    margin-left: 5px;
  }
}
.arrow-button:hover svg path {
  stroke: #FA851E;
}
.font-size72 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(72rem * 1 / 18);
  line-height: calc(82rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size72 {
    font-size: 44px;
    line-height: 48.5px;
  }
}
.font-size56 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(56rem * 1 / 18);
  line-height: calc(61.6rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size56 {
    font-size: 56px;
    line-height: 61.6px;
  }
}
.section-title {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 36px;
    line-height: 39.6px;
  }
}
.font-size42 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(42rem * 1 / 18);
  line-height: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size42 {
    font-size: 42px;
    line-height: 50px;
  }
}
.font-size40 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(40rem * 1 / 18);
  line-height: calc(48rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .font-size40 {
    font-size: 40px;
    line-height: 48px;
  }
}
.font-size36 {
  font-size: calc(36rem * 1 / 18);
  line-height: calc(47rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size36 {
    font-size: 36px;
    line-height: 47px;
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18);
  line-height: calc(32.5rem * 1 / 18);
  letter-spacing: calc(0.8rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size30 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
.font-size28 {
  font-size: calc(28rem * 1 / 18);
  line-height: calc(30.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size28 {
    font-size: 28px;
    line-height: 30.5px;
    letter-spacing: 0.6px;
  }
}
.font-size26 {
  font-size: calc(26rem * 1 / 18);
  line-height: calc(28.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size26 {
    font-size: 26px;
    line-height: 28.5px;
    letter-spacing: 0.6px;
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18);
  line-height: calc(26.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 26.5px;
    letter-spacing: 0.5px;
  }
}
.font-size22 {
  font-size: calc(22rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size22 {
    font-size: 22px;
    line-height: 24.5px;
    letter-spacing: 0.5px;
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18);
  line-height: calc(22.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 22.5px;
    letter-spacing: 0.5px;
  }
}
.font-size18-demibold {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-demibold {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size18-regular {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-regular {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size17 {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size16 {
    font-size: 14px;
    line-height: 22.5px;
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18);
  line-height: calc(23.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px;
    line-height: 23.5px;
    letter-spacing: 0.5px;
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size14-bold {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14-bold {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size12 {
  font-size: calc(12rem * 1 / 18);
  line-height: calc(13.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 13.5px;
    letter-spacing: 0.9px;
  }
}
.radius5 {
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .radius5 {
    border-radius: 5px;
  }
}
.jp {
  background-color: #e3f0ef;
  display: grid;
  grid-template-columns: repeat(22, 1fr);
  grid-template-rows: min-content;
  position: relative;
  z-index: 1;
  width: calc(1630rem * 1 / 18);
  margin: auto;
  padding: 0 !important;
  padding-top: calc(80rem * 1 / 18) !important;
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
  /* HTML: <div class="loader"></div> */
}
@media only screen and (max-width: 1023px) {
  .jp {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp {
    width: 100%;
    padding: 0 20px;
    padding-top: 50px;
  }
}
.jp__header {
  grid-column: 1 / -1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(22, 1fr);
  z-index: 1;
  margin-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp__header {
    grid-column: 1 / -1;
    padding-top: 0;
    height: auto;
    margin-bottom: 30px;
  }
}
.jp__header-title {
  grid-column: 2 / span 11;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
  margin-bottom: calc(30rem * 1 / 18);
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .jp__header-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .jp__header-title {
    font-size: 36px;
    line-height: 39.6px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp__header-title {
    grid-column: 1 / -1;
    padding: 0 32px 29px 32px;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .jp__header-title {
    padding: 20px ;
    margin-bottom: 0;
  }
}
.jp__header-description {
  grid-column: 2 / span 9;
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .jp__header-description {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp__header-description {
    grid-column: 1 / -1;
    padding: 0 20px;
  }
}
.jp__jobs {
  grid-column: 2 / 22;
}
.jp .cc-careers-container {
  position: relative;
}
.jp .cc-careers-container::before {
  content: "All Job Openings";
  position: absolute;
  left: calc(30rem * 1 / 18);
  top: calc(30rem * 1 / 18);
  color: #fff;
  font-size: calc(28rem * 1 / 18);
  line-height: calc(30.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-weight: 500;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container::before {
    font-size: 28px;
    line-height: 30.5px;
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container::before {
    left: 30px;
    top: 30px;
  }
}
.jp .cc-careers-container .cc-filters-container {
  background-color: #101921;
  padding: calc(30rem * 1 / 18);
  border-radius: calc(5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container {
    padding: 20px;
    border-radius: 5px;
    padding-top: 100px;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-keywords-wrapper {
  width: calc(938rem * 1 / 18);
  height: calc(44rem * 1 / 18);
  margin-right: 0;
  margin-left: auto;
  border: calc(1rem * 1 / 18) solid #b7babc;
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-keywords-wrapper {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-keywords-wrapper {
    width: 100%;
    height: 45px;
    border: 1px solid #b7babc;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-keywords-wrapper::before {
  content: url(../../images/icons/search-icon-dark.svg);
  top: calc(14rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-keywords-wrapper::before {
    top: 14px;
    right: 20px;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-keywords-wrapper .cc-filter-keywords {
  background-color: #101921;
  color: #b7babc;
  height: 100%;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-weight: 600;
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-keywords-wrapper .cc-filter-keywords {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-careers-container .cc-filters-container .cc-keywords-wrapper .cc-filter-keywords {
    font-size: 14px;
    line-height: 22.5px;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown {
  background-color: #40474d;
  border-radius: calc(5rem * 1 / 18);
  margin-right: calc(20rem * 1 / 18);
  position: relative;
  display: block;
  height: calc(44rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown {
    border-radius: 5px;
    margin-right: 20px;
    height: 40px;
    margin-bottom: 10px;
    display: block;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown.native {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown.native {
    display: none;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown::after {
  content: "";
  position: absolute;
  width: 95%;
  height: calc(1rem * 1 / 18);
  background-color: #b7babc;
  bottom: calc(10rem * 1 / 18);
  left: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown::after {
    display: none;
    height: 1px;
    bottom: 10px;
    left: 10px;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown.isActive .cc-custom-select-trigger::after {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-trigger {
  position: relative;
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-trigger::after {
  content: "";
  position: absolute;
  right: calc(10rem * 1 / 18);
  top: 45%;
  width: calc(18rem * 1 / 18);
  height: calc(9rem * 1 / 18);
  background-image: url("../../images/icons/arrow-down-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-trigger::after {
    width: 18px;
    height: 10px;
    right: 10px;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-trigger .cc-custom-span {
  text-transform: uppercase;
  color: #b7babc;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-trigger .cc-custom-span {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-trigger .cc-custom-span {
    font-size: 14px;
    line-height: 22.5px;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-trigger .cc-custom-trigger-arrow {
  display: none;
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-options {
  padding: calc(5rem * 1 / 18);
  padding-top: 0;
  box-shadow: none;
  border-top: none;
  margin-top: calc(-9rem * 1 / 18);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-options {
    margin-top: -1px;
    padding: 5px;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-options::-webkit-scrollbar {
  display: none;
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-options .cc-custom-option {
  color: #b7babc;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: calc(1rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-options .cc-custom-option {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-options .cc-custom-option {
    font-size: 14px;
    line-height: 22.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-options .cc-custom-option {
    letter-spacing: 1px;
    font-size: 16px;
    padding: 10px 0;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-options .cc-custom-option.cc-option-parent {
  color: #fff;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-top: calc(1rem * 1 / 18) solid #585e64;
  border-bottom: calc(1rem * 1 / 18) solid #585e64;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-filter-dropdown .cc-custom-select-options .cc-custom-option.cc-option-parent {
    border-top: 1px solid #585e64;
    border-bottom: 1px solid #585e64;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-search-button-container .cc-submit-search-button {
  background-color: #FA851E;
  border: calc(1rem * 1 / 18) solid #FA851E;
  color: #fff;
  font-weight: 700;
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: calc(44rem * 1 / 18);
  width: calc(144rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-search-button-container .cc-submit-search-button {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-search-button-container .cc-submit-search-button {
    height: 45px;
    width: 145px;
    border: 1px solid #FA851E;
  }
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-search-button-container .cc-submit-search-button:hover {
  background-color: #fff;
  color: #FA851E;
}
.jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-search-button-container .cc-reset-search-button {
  font-weight: 400;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
  text-transform: capitalize;
  color: #b7babc;
  height: calc(44rem * 1 / 18);
  margin-left: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-search-button-container .cc-reset-search-button {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-search-button-container .cc-reset-search-button {
    font-size: 14px;
    line-height: 22.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-careers-container .cc-filters-container .cc-filter-group .cc-search-button-container .cc-reset-search-button {
    margin-left: 20px;
  }
}
.jp .cc-portal-share-container .cc-job-portal-container .cc-job-portal-link-text {
  font-weight: 400;
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-portal-share-container .cc-job-portal-container .cc-job-portal-link-text {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-portal-share-container .cc-job-portal-container .cc-job-portal-link-text {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.jp .cc-portal-share-container .cc-job-portal-container .cc-job-portal-link-text a {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #101921;
}
.jp .cc-portal-share-container .cc-share-container .cc-share-header-text {
  font-weight: 400;
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-portal-share-container .cc-share-container .cc-share-header-text {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.jp .cc-job-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  height: calc(70rem * 1 / 18);
  border-radius: calc(5rem * 1 / 18);
  background-color: #fff;
  padding: calc(20rem * 1 / 18) calc(30rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-container {
    flex-wrap: wrap;
    height: auto;
    border-radius: 5px;
    padding: 20px 30px;
  }
}
.jp .cc-job-container::after {
  content: url(/wp-content/uploads/2025/07/jobs-arrow-strock.svg);
  position: absolute;
  right: calc(30rem * 1 / 18);
  top: calc(20rem * 1 / 18);
  width: calc(30rem * 1 / 18);
  height: calc(30rem * 1 / 18);
}
.jp .cc-job-container::after img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-container::after {
    right: 30px;
    top: auto;
    bottom: 20px;
    width: 30px;
    height: 30px;
  }
}
.jp .cc-job-container:hover {
  box-shadow: 0px 0px 8px 0px rgba(16, 25, 33, 0.3);
}
.jp .cc-job-container:hover::after {
  content: url(/wp-content/uploads/2025/07/jobs-arrow-fill.svg);
}
.jp .cc-job-container:hover .cc-job-title {
  color: #101921;
}
.jp .cc-job-container:hover .cc-secondary-label {
  color: #101921;
}
.jp .cc-job-container .cc-job-title {
  text-decoration: none;
  color: #878c90;
  font-weight: 600;
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  padding-left: calc(30rem * 1 / 18);
  line-height: calc(70rem * 1 / 18);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-container .cc-job-title {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-job-container .cc-job-title {
    font-size: 16px;
    line-height: 25.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-container .cc-job-title {
    position: relative;
    padding-left: 0px;
    line-height: 70px;
  }
}
.jp .cc-job-container .cc-secondary-label {
  width: 50%;
  color: #878c90;
  font-weight: 600;
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-container .cc-secondary-label {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-job-container .cc-secondary-label {
    font-size: 16px;
    line-height: 25.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-container .cc-secondary-label {
    margin-left: 0;
  }
}
.jp .cc-page-controls {
  margin: calc(40rem * 1 / 18) 0;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-page-controls {
    margin: 40px 0;
  }
}
.jp .cc-page-controls .cc-page-control {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-page-controls .cc-page-control {
    height: 20px;
    min-width: 20px;
    font-size: 14px;
  }
}
.jp .cc-page-controls .cc-page-control.cc-current-page {
  background-color: #FA851E;
}
.jp .cc-page-controls .cc-page-control.cc-current-page:hover {
  background-color: #FA851E;
  color: #fff;
}
.jp .cc-page-controls .cc-page-control:hover {
  background-color: #fff;
  color: #101921;
}
.jp__loadMore {
  display: none;
  grid-column: 1 / -1;
  width: 100%;
  height: calc(415rem * 1 / 18);
  background: linear-gradient(180deg, rgba(233, 240, 240, 0) 0%, #e3f0ef 74%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .jp__loadMore {
    width: calc(100% + 64px);
    height: 300px;
    left: -32px;
    bottom: -53px;
  }
}
@media only screen and (max-width: 600px) {
  .jp__loadMore {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.jp__loadMore-button {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: calc(15rem * 1 / 18) 0;
  color: #101921;
  text-decoration: none;
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  transition: background-color 0.3s;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  bottom: calc(100rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .jp__loadMore-button {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .jp__loadMore-button {
    font-size: 14px;
    line-height: 22.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp__loadMore-button {
    bottom: 50px;
    align-items: center;
  }
}
.jp__loadMore-button svg {
  transform: rotate(90deg);
  margin-top: calc(15rem * 1 / 18);
  margin-right: calc(10rem * 1 / 18);
  margin-bottom: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp__loadMore-button svg {
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
.jp__loadMore-button:hover {
  color: #FA851E;
}
.jp__loadMore-button:hover svg {
  margin-bottom: calc(10rem * 1 / 18);
  margin-top: calc(20rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .jp__loadMore-button:hover svg {
    margin-right: 10px;
    margin-left: 5px;
  }
}
.jp__loadMore-button:hover svg path {
  stroke: #FA851E;
}
.jp .loader {
  width: 88px;
  height: 12px;
  --_g: no-repeat radial-gradient(farthest-side, #FA851E 94%, #0000);
  background: var(--_g) 25% 0, var(--_g) 75% 0;
  background-size: 12px 12px;
  position: relative;
  animation: l24-0 1s linear infinite;
  position: absolute;
  bottom: calc(150rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
}
.jp .loader:before {
  content: "";
  position: absolute;
  height: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FA851E;
  inset: 0;
  margin: auto;
  animation: l24-1 1s cubic-bezier(0.5, 300, 0.5, -300) infinite;
}
@keyframes l24-0 {
  0%,
  24% {
    background-position: 25% 0, 75% 0;
  }
  40% {
    background-position: 25% 0, 85% 0;
  }
  50%,
  72% {
    background-position: 25% 0, 75% 0;
  }
  90% {
    background-position: 15% 0, 75% 0;
  }
  100% {
    background-position: 25% 0, 75% 0;
  }
}
@keyframes l24-1 {
  100% {
    transform: translate(0.1px);
  }
}
.jp .cc-job-description-container {
  margin-bottom: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container {
    margin-bottom: 50px;
  }
}
.jp .cc-job-description-container .cc-back-to-jobs-button {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  margin-bottom: calc(50rem * 1 / 18);
  width: 220px;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-back-to-jobs-button {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-back-to-jobs-button {
    margin-bottom: 50px;
  }
}
.jp .cc-job-description-container .cc-back-to-jobs-button span {
  color: #101921;
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}
.jp .cc-job-description-container .cc-back-to-jobs-button span::before {
  content: url(/wp-content/uploads/2025/07/back-arrow.svg);
  transform: rotate(180deg);
  position: absolute;
  left: 0px;
  top: calc(-2rem * 1 / 18);
}
.jp .cc-job-description-container .cc-back-to-jobs-button span:hover {
  text-decoration: underline;
}
.jp .cc-job-description-container .cc-back-to-jobs-button img {
  display: none;
}
.jp .cc-job-description-container .cc-job-description-title {
  font-size: calc(30rem * 1 / 18);
  line-height: calc(32.5rem * 1 / 18);
  letter-spacing: calc(0.8rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-job-description-title {
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-job-description-container .cc-job-description-title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
.jp .cc-job-description-container .cc-job-description-secondary-label {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-job-description-secondary-label {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-job-description-container .cc-job-description-secondary-label {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.jp .cc-job-description-container .cc-apply-share-container .cc-apply-button {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #FA851E;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-apply-share-container .cc-apply-button {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-job-description-container .cc-apply-share-container .cc-apply-button {
    font-size: 16px;
    line-height: 25.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-apply-share-container .cc-apply-button {
    width: 150px;
  }
}
.jp .cc-job-description-container .cc-apply-share-container .cc-share-container .cc-share-header-text {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-apply-share-container .cc-share-container .cc-share-header-text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.jp .cc-job-description-container .cc-job-description-text {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-job-description-text {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-job-description-container .cc-job-description-text {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.jp .cc-job-description-container .cc-job-description-text p {
  margin-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-job-description-text p {
    margin-bottom: 10px;
  }
}
.jp .cc-job-description-container .cc-job-description-text p span {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.jp .cc-job-description-container .cc-job-description-text p span span strong {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-job-description-text p span span strong {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-job-description-text p span span strong {
    margin-top: 30px;
  }
}
.jp .cc-job-description-container .cc-job-description-text ul {
  margin-bottom: calc(30rem * 1 / 18);
  list-style: disc;
  margin-left: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-job-description-text ul {
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
.jp .cc-job-description-container .cc-job-description-text ul li p {
  margin: 0;
}
.jp .cc-job-description-container .cc-apply-button {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #FA851E;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-apply-button {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .jp .cc-job-description-container .cc-apply-button {
    font-size: 16px;
    line-height: 25.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .jp .cc-job-description-container .cc-apply-button {
    width: 150px;
  }
}
