body {
  /* overflow: visible; */
  background-color: #ffffff;
}
.alerts-wrapper {
  position: fixed;
  top: 6rem;
  padding: 0;
  z-index: 100;
}
.page-header {
  background-image: url("/routes/static/images/company-header-01-mobile.jpg.webp");
}
.page-header .brand-wrapper .brand {
  padding: 2rem 0 15rem;
}
.page-header .brand-wrapper .brand h1.title {
  line-height: 3.5rem;
}
.fixed-apply-button {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: visibility 0.2s, opacity 0.2s;
}
.fixed-apply-button.is-visible {
  visibility: visible;
  opacity: 0.8;
  transition: visibility 0.3s, opacity 0.3s;
}
.fixed-apply-button.is-visible:hover {
  opacity: 1;
}
.fixed-apply-button a {
  padding: 0.5rem;
  border-radius: 6rem 6rem 0;
  background-color: #e6f1ff;
  box-shadow: 0 0 4px #00000094;
}
.fixed-apply-button span {
  font-size: 3rem;
  line-height: 2rem;
  color: #000;
}
.fixed-apply-button h6 {
  margin: 0;
  font-family: 'mariad';
  text-transform: capitalize;
  color: black;
  padding: 0;
}
section .image-wrapper {
  padding: 0;
}
section .image-wrapper img {
  width: 100%;
}
section .content-wrapper .title-wrapper {
  text-align: center;
  margin: 2rem 0;
}
section .content-wrapper .title-wrapper h1.title,
section .content-wrapper .title-wrapper h2.title,
section .content-wrapper .title-wrapper h3.title,
section .content-wrapper .title-wrapper h4.subtitle,
section .content-wrapper .title-wrapper h5.subtitle,
section .content-wrapper .title-wrapper h6.subtitle.italic {
  color: #162454;
}
section .content-wrapper .title-wrapper h2.title {
  margin: 1rem 0;
  line-height: 3rem;
}
section .content-wrapper .title-wrapper h4.subtitle {
  margin: 1rem 0;
  line-height: 2rem;
}
section .content-wrapper .title-wrapper h6.subtitle.italic {
  font-family: "helveticaoblique";
  font-size: 1rem;
  font-weight: 600;
}
section .content-wrapper p {
  margin: 0;
}
section .content-wrapper .list-wrapper {
  padding: 0 2rem;
  font-family: "mariadbold";
  text-align: start;
}
section .content-wrapper .list-wrapper ul li {
  margin-bottom: 0.5rem;
}
section .content-wrapper .apply-wrapper {
  margin-bottom: 2rem;
}
.cards-section {
  background-image: url("/routes/static/images/company-03.jpg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: black;
}
.cards-section>.row {
  padding: 4rem 0 8rem;
}
.cards-section .title-wrapper {
  margin: 2rem 0 1rem;
}
.cards-section .card {
  margin: 2rem 0;
  padding: 0;
  border-radius: 0;
}
.cards-section .card .row {
  align-items: center;
}
.cards-section .card .card-image-wrapper {
  padding: 0;
}
.cards-section .card .card-image-wrapper img {
  width: 100%;
}
.cards-section .card .card-content-wrapper {
  padding: 2rem;
  text-align: start;
}
.cards-section .card .card-content-wrapper p:first-of-type {
  font-style: italic;
  font-weight: bold;
}
.cards-section .card .card-content-wrapper p {
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
}


/* MEDIA QUERIES */
@media (min-width: 768px) {
  .page-header {
    background-image: url("/routes/static/images/company-header-01-ipad.jpg.webp");
  }
  .page-header>.container-fluid {
    padding-bottom: 25rem;
  }
  .page-header .brand-wrapper .brand {
    padding: 5rem 0;
  }
  .fixed-apply-button a {
    padding: 0.5rem 0.8rem;
  }
  .fixed-apply-button span {
    font-size: 4rem;
    line-height: 3rem;
  }
  .fixed-apply-button h6 {
    font-size: 1rem;
  }
  section .content-wrapper {
    padding: 0 8rem;
  }
  .cards-section .card .card-content-wrapper p {
    font-style: italic;
    font-size: 15px;
    line-height: normal;
  }
}

@media (min-width: 992px) {
  .page-header>.container-fluid {
    padding-bottom: 35rem;
  }
  section .content-wrapper {
    padding: 0 15rem;
  }
  section .content-wrapper .title-wrapper h6.subtitle.italic {
    font-size: 1.5rem;
  }
  section .content-wrapper p {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  section .content-wrapper .list-wrapper ul li {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .cards-section .card {
    margin: 2rem;
  }
}

@media (min-width: 1200px) {
  .page-header {
    background-image: url("/routes/static/images/company-header-01.jpg.webp");
  }
  .page-header>.container-fluid {
    padding-bottom: 15rem;
  }
  .page-header .brand-wrapper .brand {
    padding: 0;
  }
  .page-header .brand-wrapper .brand h1.title {
    line-height: normal;
  }
  section .image-wrapper .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5rem;
    background-image: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0.904) 20%, rgba(255, 255, 255, 0.685) 30%, rgba(0, 0, 0, 0) 40%);
  }
  section .content-wrapper {
    display: inline-flex;
    align-items: center;
    padding: 0 5rem;
  }
  section .content-wrapper .title-wrapper h6.subtitle.italic {
    font-size: 16px;
  }
  section .content-wrapper p {
    font-size: 14px;
    margin-bottom: 0rem;
  }
  section .content-wrapper .list-wrapper ul li {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1900px) {
  section .image-wrapper {
    max-width: 60%;
    flex: 60%;
  }
  section .content-wrapper {
    max-width: 40%;
    flex: 40%;
  }
  section .content-wrapper .title-wrapper {
    margin: 4rem 0;
  }
  section .content-wrapper .title-wrapper h3.title {
    display: none !important;
  }
  section .content-wrapper .title-wrapper h1.title {
    display: block !important;
  }
  section .content-wrapper .title-wrapper h6.subtitle.italic {
    font-size: 25px;
  }
  section .content-wrapper p {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
  section .content-wrapper .list-wrapper ul li {
    font-size: 25px;
    margin-bottom: 1.5rem;
  }
  .cards-section .card .card-content-wrapper {
    padding: 4rem;
}
  .cards-section .card .card-content-wrapper p {
    font-size: 20px;
  }
}