/*
 * Join Our Team block on homepage
 */
/* Navigation related breakpoints */
/* Grid related breakpoints */
/* Navigation related breakpoints */
/* Grid related breakpoints */
.join-team-bar {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  position: relative;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url(../../img/join-our-team-bar600.webp);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (min-width: 64.0625rem) {
  .join-team-bar {
    width: calc(100vw - 1rem);
  }
}
@media (min-width: 37.5rem) {
  .join-team-bar {
    background-image: url(../../img/join-our-team-bar800.webp);
    aspect-ratio: 3/1;
  }
}
@media (min-width: 50rem) {
  .join-team-bar {
    background-image: url(../../img/join-our-team-bar1100.webp);
    aspect-ratio: 5/1;
  }
}
@media (min-width: 68.75rem) {
  .join-team-bar {
    background-image: url(../../img/join-our-team-bar1600.webp);
  }
}
@media (min-width: 100rem) {
  .join-team-bar {
    background-image: url(../../img/join-our-team-bar2000.webp);
  }
}
@media (min-width: 125rem) {
  .join-team-bar {
    background-image: url(../../img/join-our-team-bar2500.webp);
  }
}
.join-team-bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.join-team-bar__title {
  position: relative;
  color: white;
  z-index: 1;
}
@media (min-width: 68.75rem) {
  .join-team-bar__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 100rem) {
  .join-team-bar__title {
    font-size: 3.125rem;
  }
}
.join-team-bar__title a {
  text-decoration: none;
  color: inherit;
}