@font-face {
  font-family: hind;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/how-it-works/hind-regular.woff2") format("woff2");
}

@font-face {
  font-family: hind;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/how-it-works/hind-semibold.woff2") format("woff2");
}

@font-face {
  font-family: hind;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/how-it-works/hind-bold.woff2") format("woff2");
}

@font-face {
  font-family: mulish;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/how-it-works/mulish-regular.woff2") format("woff2");
}

.hiw {
  max-width: 117rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (min-width: 1440px) {
  .hiw {
    max-width: 132rem;
  }
}

.hiw__wrap {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 16.7rem);
}

@media screen and (max-width: 767px) {
  .hiw__wrap {
    justify-content: flex-start;
  }
}

.hiw__section {
  margin: 5rem 0;
  border-radius: 1rem;
  text-align: center;
  max-width: 93rem;
  padding: 4rem 0;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hiw__section {
    margin: 0;
    max-width: 40rem;
    padding: 4rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .hiw__section {
    max-width: 30rem;
    margin: 0;
  }
}

.hiw__title {
  font-family: mulish, "Segoe UI", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin: 0 0 0.8rem;
  padding: 0 0.75rem;
}

.hiw__title .heading-title {
  display: inline;
}

@media screen and (max-width: 991px) {
  .hiw__title {
    font-size: 2.4rem;
    line-height: 1.42;
    padding: 0;
  }

  .hiw__title .heading-title {
    display: block;
  }
}

.hiw__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6rem;
  margin: 4rem 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .hiw__steps {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hiw__steps {
    padding: 0 3rem;
  }
}

.hiw__step {
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1.6rem;
}

@media screen and (max-width: 991px) {
  .hiw__step {
    grid-template-columns: 4rem auto;
    margin-bottom: 2.4rem;
    align-items: center;
    text-align: left;
  }

  .hiw__step:last-child {
    margin-bottom: 0;
  }
}

.hiw__icon {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 50%;
  margin: auto auto 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiw__icon--1 {
  background: #ffe0f2 url("/static/how-it-works/icon-resume-review.png") center / 4.8rem no-repeat;
  border: 0.1rem solid #ffe0f2;
}

.hiw__icon--2 {
  background: #cce2ff url("/static/how-it-works/icon-job-board.png") center / 4.8rem no-repeat;
  border: 0.1rem solid #cce2ff;
}

.hiw__icon--3 {
  background: #ffd9cc url("/static/how-it-works/icon-rocket.png") center / 4.8rem no-repeat;
  border: 0.1rem solid #ffd9cc;
}

@media screen and (max-width: 991px) {
  .hiw__icon {
    width: 4rem;
    height: 4rem;
    margin: 0;
  }

  .hiw__icon--1,
  .hiw__icon--2,
  .hiw__icon--3 {
    background-size: 2.4rem;
  }
}

.hiw__line {
  display: block;
  width: 61%;
  position: absolute;
  top: 4rem;
}

.hiw__line--1 {
  right: -44%;
}

.hiw__line--2 {
  right: -38%;
}

@media screen and (min-width: 992px) {
  .hiw__line {
    border-bottom: 0.2rem dashed #000;
  }
}

.hiw__step-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .hiw__step-label {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
  }
}

.hiw__step-text {
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: hind, "Segoe UI", sans-serif;
  color: #111;
}

.hiw__step-text strong {
  font-weight: 600;
  margin: 0 0.25rem 0 0;
}

@media screen and (max-width: 991px) {
  .hiw__step-text strong.hiw__em--block {
    display: block;
    margin-bottom: 0;
  }

  .hiw__step-text strong.hiw__em--inline {
    display: inline;
    margin-bottom: 0;
  }
}

.hiw__cta {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .hiw__cta {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.hiw__cta-link {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.hiw__cta-btn {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  min-width: 20rem;
  border-radius: 3rem;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  text-align: center;
  background-color: #caf471;
  color: #000;
  border: 0.1rem solid #caf471;
  padding: 0.9rem 4rem 0.7rem;
  font-family: hind, "Segoe UI", sans-serif;
}

.hiw__cta-btn:hover {
  color: #000;
  background-color: #b7eb47;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .hiw__cta-btn {
    font-size: 1.6rem;
    min-width: 30rem;
    line-height: 1.42;
    padding: 0.9rem 3rem 0.7rem;
  }
}

@media screen and (max-width: 575px) {
  .hiw__cta-btn {
    padding: 0.9rem 3rem 0.7rem;
  }
}

@media screen and (max-width: 360px) {
  .hiw__cta-btn {
    min-width: 100%;
  }
}
