#Jobs {
  --white: white;
  --black: black;
  --blue: #2a73a7;
  --light: #f6f8fb;
  --pink: #c3ab9e;
  --gray: #eee;
  --sans: 'Nunito Sans';
  --slab: 'Sanchez';
}
#Jobs section {
  position: relative;
  background: white;
  text-align: center;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  #Jobs section {
    padding-top: 7rem;
  }
}
#Jobs section hr {
  display: block;
  width: 100%;
  height: 0px;
  border-top: 1px solid var(--gray);
}
#Jobs section h2 {
  color: var(--blue);
  font-family: var(--slab);
  font-weight: lighter;
  font-size: 3.2rem;
}
#Jobs section header {
  max-width: 50rem;
}
#Jobs section p {
  margin-top: 2rem;
  line-height: 2.2em;
}
#Jobs section ol,
#Jobs section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: start;
  list-style-type: none;
  max-width: 123rem;
  padding: 0;
  margin-top: 3rem;
  row-gap: 2rem;
}
@media (min-width: 900px) {
  #Jobs section ol,
  #Jobs section ul {
    padding: 0 1rem;
    margin-top: 6rem;
    row-gap: 5rem;
  }
}
#Jobs section ol li,
#Jobs section ul li {
  position: relative;
  counter-increment: item;
  padding: 0 2rem;
  width: 100%;
}
@media (min-width: 700px) {
  #Jobs section ol li,
  #Jobs section ul li {
    width: 50%;
  }
}
@media (min-width: 900px) {
  #Jobs section ol li,
  #Jobs section ul li {
    width: 30%;
  }
}
#Jobs section ol li img,
#Jobs section ul li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#Jobs section ol li h3,
#Jobs section ul li h3 {
  margin: 2rem 0 0.2rem 0;
  color: var(--blue);
  font-family: var(--sans);
  font-weight: bolder;
  font-size: 1.5rem;
}
#Jobs section ol li a,
#Jobs section ul li a {
  display: inline-block;
  padding: 1rem 2rem;
  color: var(--white);
  font-weight: bolder;
  font-size: 1.1em;
  background: var(--blue);
}
#Jobs section ol li::before,
#Jobs section ul li::before {
  content: "";
}
#Jobs section#Header {
  --border: 10px;
  background: url(/static/django/dist/bb20dabdf2f8f7e8dd0c.jpg);
  background-position: center center;
  background-size: cover;
  border-bottom: var(--border) solid var(--pink);
}
#Jobs section#Header header {
  color: var(--white);
  text-align: center;
  padding: 18rem 3rem 0rem 3rem;
  width: 100%;
  max-width: 100rem;
}
#Jobs section#Header header > * {
  max-width: 50rem;
}
#Jobs section#Header a {
  position: relative;
  top: var(--border);
  margin-top: 3rem;
  font-weight: bolder;
  text-transform: uppercase;
  color: var(--white);
  background: var(--pink);
  display: inline-block;
  padding: 1.5rem 3rem;
}
#Jobs section#Intro {
  padding: 0;
}
#Jobs section#Intro header {
  padding: 3rem;
  max-width: 80rem;
}
#Jobs section#Mission {
  background: url(/static/django/dist/1e823e200b648fa8e424.jpg);
  background-size: cover;
  padding: 10rem 1rem;
}
#Jobs section#Mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#Jobs section#Mission header {
  position: relative;
  max-width: 70rem;
}
#Jobs section#Mission header > * {
  color: var(--white);
  line-height: 2.5em;
}
#Jobs section#About img {
  max-width: 80px;
}
#Jobs section#About p {
  margin-top: 0.1rem;
  line-height: 1.5em;
}
#Jobs section#Positions {
  padding-bottom: 6rem;
}
#Jobs section#Positions header {
  max-width: 60rem;
}
#Jobs section#Positions ul {
  max-width: 100rem;
  flex-direction: column;
}
#Jobs section#Positions ul li {
  text-align: left;
  width: 100%;
}
#Jobs section#Positions ul li h3 {
  color: var(--black);
  font-size: 2rem;
}
#Jobs section#Positions ul li p {
  line-height: 1.5em;
}
#Jobs section#Interview {
  background: var(--light);
}
#Jobs section#Interview header {
  max-width: 80%;
}
#Jobs section#Interview header p {
  line-height: 1.8em;
}
#Jobs section#Interview ol li {
  position: relative;
  text-align: left;
  padding-left: 6rem;
}
#Jobs section#Interview ol li p {
  line-height: 1.5em;
  margin-top: 0.1em;
}
#Jobs section#Interview ol li::before {
  content: counter(item);
  color: var(--blue);
  font-size: 6rem;
  position: absolute;
  top: 0;
  left: 1rem;
}
#Jobs section#Team img {
  border-radius: 100%;
  max-width: 180px;
}
@media (min-width: 900px) {
  #Jobs section#Team img {
    max-width: 250px;
  }
}
#Jobs section#Team h3 {
  font-weight: 900;
  font-size: 1.8rem;
  text-transform: uppercase;
}
#Jobs section#Team h4 {
  margin-top: 0.1em;
  font-weight: 900;
  font-family: var(--sans);
  font-size: 1.8rem;
}
#Jobs section#Benefits {
  padding-bottom: 3rem;
}
#Jobs section#Benefits header {
  width: 80%;
  max-width: 75rem;
}
#Jobs section#Benefits ul {
  row-gap: 2rem;
}
#Jobs section#Benefits li {
  text-align: left;
}
#Jobs section#Benefits li p {
  margin-top: 0;
  line-height: 1.5em;
}


/*# sourceMappingURL=landing-jobs.less.23544ccb41732161d0ad.css.map*/