/* scss/utilities/_functions.scss */
/* scss/settings/_breakpoints.scss */
.bg-dark-blue {
  background-color: #1e3b63; }

.bg-red {
  background-color: #a92429; }

.bg-green {
  background-color: #969237; }

.bg-dark-green {
  background-color: #1b6832; }

.bg-light-blue {
  background-color: #328ecd; }

.bg-grey {
  background-color: #707d85; }

.bg-orange {
  background-color: #ec8000; }

div.jobs-search {
  margin-bottom: 100px;
  padding-inline: 20px; }
  @media only screen and (min-width: 1200px) {
    div.jobs-search {
      padding-inline: 30px; } }
  @media only screen and (min-width: 1440px) {
    div.jobs-search {
      padding-inline: 0; } }

.jobs-search__form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem; }

.jobs-search__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex: 1 1 100%; }
  .jobs-search__fields--row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem; }
    @media only screen and (min-width: 1024px) {
      .jobs-search__fields--row {
        grid-template-columns: 1fr 1fr; } }

.jobs-search__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 1 200px; }
  .jobs-search__field label {
    font-size: 24px;
    color: #003963; }

.jobs-search__input {
  padding: 0.5rem 0.75rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  font-size: 1rem;
  color: #003963; }

input[type='search'] {
  padding: 1.65rem 0.75rem; }

.jobs-search__select {
  padding: 0.5rem 0.75rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  font-size: 1rem;
  background-color: #fff; }

.jobs-search__submit {
  align-self: flex-end;
  padding: 0.6rem 1.5rem;
  background-color: #005ba8;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer; }
  .jobs-search__submit:hover {
    background-color: #004080; }

.jobs-list__item--filtered {
  display: none; }

.jobs-list__item--paged {
  display: none; }

.jobs-search--loading {
  opacity: 0.5;
  pointer-events: none; }

.choices__item,
.choices__item--selectable {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem; }

.choices__list--multiple .choices__item {
  --choices-font-size-sm: 14px; }

.jobs-filter__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0.1em 0.55em;
  float: right;
  margin-right: 0.5rem;
  font-size: 0.78em;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  background-color: #e8eaed;
  color: #003963;
  border-radius: 999px;
  flex-shrink: 0; }

.choices__inner {
  --choices-input-height: 54px;
  --choices-inner-padding: 10px;
  --choices-inner-one-padding: 10px; }

.choices[data-type="select-multiple"] .choices__inner {
  --choices-inner-padding: 6px 6px 0 6px; }

.choices__item {
  --choices-button-offset: 0;
  --choices-multiple-item-margin: 8px;
  --choices-multiple-item-padding: 0 5px;
  --choices-border-radius-item: 3px;
  --choices-button-opacity-hover:0.75; }

.choices__list {
  --choices-button-offset: 0;
  --choices-button-border-radius: 0; }

.choices__input {
  --choices-input-margin-bottom: 0; }

.choices:is([data-type*=select-multiple]) .choices__button:hover {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-color: transparent;
  background-image: var(--choices-icon-cross, url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==)); }

.choices__list--dropdown,
.choices__list[aria-expanded] {
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 0.25rem; }

.choices__list--dropdown .choices__list {
  padding: 0.375rem;
  max-height: 16rem; }

.choices__list--dropdown .choices__item {
  padding: 0.5rem 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.12s ease; }

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list--dropdown .choices__item--selectable:hover {
  background-color: #0096E0;
  color: inherit; }

.choices__list--dropdown .choices__item--selectable.is-highlighted[data-select-text] {
  padding-right: 10px !important; }

.choices__list--dropdown .choices__item[aria-selected="true"] {
  font-weight: 600; }

.choices__list[aria-expanded] .choices__item--selectable.is-highlighted[data-select-text] {
  padding-right: 10px; }

.choices__list--single {
  padding: 0.375rem 0.75rem; }

.jobs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
  .jobs-list__item {
    padding: 1.25rem 0.5rem; }
    .jobs-list__item--hidden {
      display: none; }
  .jobs-list__title {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-weight: 500;
    border-bottom: 1px #cacaca solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
    hyphens: auto; }
    .jobs-list__title a {
      text-decoration: none; }
      .jobs-list__title a:hover {
        text-decoration: none; }
  .jobs-list__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.1em 0.9em;
    font-size: 0.45em;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto; }
    .jobs-list__badge--new {
      background-color: #e8eaed;
      color: #003963; }
  .jobs-list__details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem 1rem;
    margin: 0 0 1rem;
    font-size: 0.875rem;
    color: #555;
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .jobs-list__details {
        grid-template-columns: 1fr 1fr; } }
    .jobs-list__details li {
      list-style: none;
      margin-bottom: 10px;
      font-size: 1.125rem; }
      .jobs-list__details li svg {
        margin-right: 5px;
        display: inline-block;
        height: 15px;
        vertical-align: -0.1em; }
      .jobs-list__details li .blue {
        color: #003963;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 0.6px;
        display: flex;
        align-items: center;
        transition: color 350ms ease-out; }
        .maincontents .jobs-list__details li .blue:hover {
          color: #CC1D56; }
        .jobs-list__details li .blue:after {
          content: '' !important;
          width: 1.2em;
          height: 1.2em;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23CC1D56' d='M297.4 201.4C309.9 188.9 330.2 188.9 342.7 201.4L502.7 361.4C515.2 373.9 515.2 394.2 502.7 406.7C490.2 419.2 469.9 419.2 457.4 406.7L320 269.3L182.6 406.6C170.1 419.1 149.8 419.1 137.3 406.6C124.8 394.1 124.8 373.8 137.3 361.3L297.3 201.3z'/%3E%3C/svg%3E");
          background-position: center center;
          background-size: cover;
          transform: translateY(1px) rotate(90deg); }
  .jobs-list__link {
    font-size: 0.875rem;
    color: #005ba8;
    text-decoration: none; }
  .jobs-list__show-more {
    display: flex;
    justify-content: center;
    margin-top: 2rem; }
  .jobs-list__show-more-btn {
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    color: #003963;
    font-weight: bold;
    border: 1px solid #0096E0;
    border-radius: 1.375rem;
    padding: 0.5rem 3.125rem;
    background: #FFF;
    margin-top: 10px; }
    .jobs-list__show-more-btn:hover {
      background-color: #0096E0; }
  .jobs-list__available-in {
    font-size: 0.875rem;
    color: #555; }

a.jobs-list__item:hover {
  background-color: #f9f9f9; }

.jobs-search__no-results,
.jobs-search__loading,
.jobs-search__error {
  padding: 1rem 0;
  color: #555; }

.jobs-search__error {
  color: #c0392b; }

#pageMain:has(article.job-detail) #stage {
  display: none; }

.job-detail {
  margin-bottom: 4rem;
  margin-top: 81px;
  /* Wrapper for contact details (w _recruiter-* like name, photo)
        has a berry border on the right
    */ }
  @media only screen and (min-width: 1200px) {
    .job-detail {
      margin-top: 120px; } }
  .job-detail section {
    padding-top: 0.5rem; }
  .job-detail__hero {
    position: relative; }
  .job-detail__hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 1.5rem 2rem 2rem; }
  .job-detail__hero-company {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5rem; }
  .job-detail__hero-title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    hyphens: auto; }
  .job-detail__nav {
    padding: 1rem 0 0.25rem; }
  .job-detail__back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: #005ba8;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    transition: all 350ms ease-out; }
    .job-detail__back-link::before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23003963' d='M297.4 201.4C309.9 188.9 330.2 188.9 342.7 201.4L502.7 361.4C515.2 373.9 515.2 394.2 502.7 406.7C490.2 419.2 469.9 419.2 457.4 406.7L320 269.3L182.6 406.6C170.1 419.1 149.8 419.1 137.3 406.6C124.8 394.1 124.8 373.8 137.3 361.3L297.3 201.3z'/%3E%3C/svg%3E");
      background-size: cover;
      background-position: center;
      width: 0.75em;
      height: 0.4375em;
      transform: rotate(270deg); }
    .job-detail__back-link:hover {
      color: #CC1D56 !important; }
      .job-detail__back-link:hover::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23CC1D56' d='M297.4 201.4C309.9 188.9 330.2 188.9 342.7 201.4L502.7 361.4C515.2 373.9 515.2 394.2 502.7 406.7C490.2 419.2 469.9 419.2 457.4 406.7L320 269.3L182.6 406.6C170.1 419.1 149.8 419.1 137.3 406.6C124.8 394.1 124.8 373.8 137.3 361.3L297.3 201.3z'/%3E%3C/svg%3E"); }
  .job-detail__nav, .job-detail__body {
    margin-top: 0.5rem;
    padding-inline: 20px; }
    @media only screen and (min-width: 1200px) {
      .job-detail__nav, .job-detail__body {
        padding-inline: 30px; } }
    @media only screen and (min-width: 1440px) {
      .job-detail__nav, .job-detail__body {
        padding-inline: 0; } }
  .job-detail__company {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 0.375rem; }
  .job-detail__title {
    margin: 0 0 2.5rem;
    line-height: 1.25; }
  .job-detail__facts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 1.25rem; }
  .job-detail__fact {
    display: flex;
    flex-direction: column;
    gap: 0.125rem; }
  .job-detail__fact-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #555; }
  .job-detail__fact-value {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #333; }
  .job-detail__section {
    padding-bottom: 0.75rem; }
  .job-detail__section--header-description {
    padding-bottom: 1.5rem !important; }
  .job-detail__section--description {
    padding-bottom: 0; }
  .job-detail__section--description-dvinci h1, .job-detail__section--description-dvinci h2, .job-detail__section--description-dvinci h3, .job-detail__section--description-dvinci h4, .job-detail__section--description-dvinci h5 {
    margin: 20px 0 20px 0; }
  .job-detail__section--description-dvinci h1 {
    line-height: 3.5rem; }
  .job-detail__section--benefits {
    padding-top: 0; }
  .job-detail__section--footer-description {
    padding-top: 1.25rem !important; }
  .job-detail__section-title {
    font-size: 28px;
    line-height: 2rem;
    padding-bottom: 5px;
    margin-bottom: 20px; }
  .job-detail__section-text h3 {
    font-family: "NotoSans", Arial, sans-serif;
    margin-top: 20px; }
  .job-detail__section-text ul {
    margin-top: 0px; }
    .job-detail__section-text ul li::marker {
      color: #CC1D56; }
  .job-detail .contact_details {
    margin-top: 1.5rem;
    position: relative;
    border-top-right-radius: 15px;
    overflow: hidden;
    padding: 20px;
    padding-left: 0;
    /*&::after {
            content: ' ';
            width: 15px;
            height: 100%;
            background-image: url(/_assets/c440bb691ec1aff28b29fca65d2b7c33/Images/right_border_berry.svg);
            display: block;
            position: absolute;
            z-index: 3;
            right: 0;
            top: 0;
            background-position: top right;
        }*/ }
    .job-detail .contact_details .job-detail__contact {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: 30px;
      /* @include mq(md) {
                justify-content: space-between;
                flex-direction: row;
            }*/ }
      .job-detail .contact_details .job-detail__contact .job-detail__apply {
        margin-top: 0; }
      .job-detail .contact_details .job-detail__contact .job-detail__apply-button {
        display: inline-block;
        color: #003963;
        font-weight: bold;
        border: 1px solid #0096E0;
        border-radius: 1.375rem;
        padding: 0.5rem 3.125rem;
        background: #FFF; }
        .job-detail .contact_details .job-detail__contact .job-detail__apply-button:hover {
          background-color: #0096E0;
          color: #fff !important; }
        .job-detail .contact_details .job-detail__contact .job-detail__apply-button--full {
          display: block;
          text-align: center; }
  .job-detail__recruiter {
    padding: 1.25rem 2.5rem;
    padding-left: 0;
    position: relative; }
  .job-detail__recruiter-title {
    font-weight: bold;
    margin-bottom: 0.75rem; }
  .job-detail__recruiter-name {
    margin: 0.75rem 0 0.25rem;
    font-weight: 700; }
  .job-detail img.job-detail__recruiter-photo {
    width: 166px; }

/*# sourceMappingURL=jobs.css.map */