main {
  background-color: #F2F2F2;
}

.jobs-portal {
  position: relative;
  overflow: hidden;
  margin-bottom: 3.75rem !important;
  padding: 0 !important;
}
.jobs-portal__content {
  padding: 0 1.875rem;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .jobs-portal__content {
    padding: 2rem 4.125rem;
  }
}
@media all and (min-width: 992px) {
  .jobs-portal__content {
    padding: 2rem 8.125rem;
  }
}
.jobs-portal h2 {
  font-weight: 600;
  font-size: 1.625rem;
  padding-top: 2rem;
  margin-bottom: 2.5rem;
}
@media all and (min-width: 601px) {
  .jobs-portal h2 {
    font-size: 2.5rem;
  }
}
@media all and (min-width: 991px) {
  .jobs-portal h2 {
    text-align: center;
    font-size: 2.875rem;
  }
}

@media all and (min-width: 992px) {
  .universe {
    display: flex;
  }
}
.universe__left, .universe__right {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 570px;
  text-decoration: none;
  color: #FFFFFF;
  overflow: hidden;
}
@media all and (min-width: 992px) {
  .universe__left, .universe__right {
    width: 50%;
    height: 630px;
  }
}
@media all and (min-width: 1200px) {
  .universe__left, .universe__right {
    height: 760px;
  }
}
.universe__left:hover picture:first-of-type img, .universe__right:hover picture:first-of-type img {
  transform: scale(1.05);
}
.universe__left__container, .universe__right__container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex: 1;
}
.universe__left__container__title, .universe__right__container__title {
  text-align: center;
  padding: 2rem;
  text-decoration: none;
  font-size: 1.125rem;
  margin: 0;
}
.universe__left__container__content, .universe__right__container__content {
  margin: 0;
}
.universe__left__container__button, .universe__right__container__button {
  padding: 1em 2rem;
}
@media all and (min-width: 992px) {
  .universe__left__container__button, .universe__right__container__button {
    position: absolute;
    bottom: 32px;
    margin: 0 !important;
  }
}
@media all and (min-width: 1200px) {
  .universe__left__container__button, .universe__right__container__button {
    bottom: 48px;
  }
}
.universe__left picture:first-of-type img, .universe__right picture:first-of-type img {
  position: absolute;
  width: 100%;
  top: 0;
  transition: transform 300ms 0s ease-out;
}
@media all and (max-width: 575px) {
  .universe__left picture:first-of-type img, .universe__right picture:first-of-type img {
    min-height: -webkit-fill-available;
  }
}
.universe__left picture:last-of-type img, .universe__right picture:last-of-type img {
  position: absolute;
  width: auto;
  bottom: 0;
  max-height: 65%;
  z-index: 2;
}
@media all and (min-width: 992px) {
  .universe__left picture:last-of-type img, .universe__right picture:last-of-type img {
    max-height: initial;
    height: 466px;
  }
}
@media all and (min-width: 1200px) {
  .universe__left picture:last-of-type img, .universe__right picture:last-of-type img {
    height: 606px;
  }
}
.universe__left__container__title {
  background-color: #562C80;
}
.universe__left__container__content {
  padding: 2rem 3rem 3rem 2rem;
  background-color: rgba(86, 44, 128, 0.75);
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .universe__left__container__content {
    padding-bottom: 4.5rem;
  }
}
.universe__left__container__button {
  margin: 3rem 0 0 3rem;
}
@media all and (min-width: 992px) {
  .universe__left__container__button {
    left: 32px;
  }
}
@media all and (min-width: 1200px) {
  .universe__left__container__button {
    left: 48px;
  }
}
.universe__left picture:last-of-type img {
  right: 0;
  transform: translateX(50%);
}
.universe__right__container__title {
  background-color: #310B48;
}
.universe__right__container__content {
  padding: 2rem 2rem 3rem 3rem;
  background-color: rgba(49, 11, 72, 0.75);
}
@media all and (min-width: 992px) {
  .universe__right__container__content {
    padding-left: 4.5rem;
  }
}
.universe__right__container__button {
  margin: 3rem 3rem 0 auto;
}
@media all and (min-width: 992px) {
  .universe__right__container__button {
    right: 32px;
  }
}
@media all and (min-width: 1200px) {
  .universe__right__container__button {
    right: 48px;
  }
}
.universe__right picture:last-of-type img {
  left: 0;
  transform: translateX(-48%);
}
@media all and (min-width: 992px) {
  .universe__right picture:last-of-type img {
    transform: translateX(-50%);
  }
}

h1:has(span.field--name-title) {
  display: none;
}

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