.slide-in-left, .hiw-section.is-inview .title {
  animation-delay: 0.1s;
  animation: h1-enter-left 0.5s ease-in both;
}

.hiw-section {
  background-color: var(--color-black);
  background-image: radial-gradient(circle at 100% 50%, var(--color-purple) 0%, transparent 50%);
  background-repeat: no-repeat;
  color: var(--color-white);
  padding: 0;
}
.hiw-section .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.hiw-section .text-dark {
  color: var(--color-white);
}
.hiw-section .title,
.hiw-section .hiw-cta,
.hiw-section .hiw-flow {
  grid-column: 1/7;
}
.hiw-section .hiw-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 23px;
}
.hiw-section {
  /* ===== Rail (mobile) ===== */
}
.hiw-section .hiw-rail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--space-5);
  position: relative;
}
.hiw-section .hiw-rail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 113%;
  border-left: 2px dashed var(--color-white);
  transform: translateX(-1px);
}
.hiw-section .hiw-rail .hiw-label:first-child {
  grid-column: 1;
  grid-row: 1;
}
.hiw-section .hiw-rail .hiw-label:last-child {
  grid-column: 2;
  grid-row: 1;
}
.hiw-section .hiw-rail .hiw-row {
  grid-template-columns: 1fr;
  gap: var(--space-8);
}
.hiw-section .hiw-rail .hiw-row h4 {
  margin-top: 3px;
}
.hiw-section .hiw-rail .hiw-row--inst {
  grid-column: 1;
  grid-row: 2;
}
.hiw-section .hiw-rail .hiw-row--emp {
  grid-column: 2;
  grid-row: 2;
}
.hiw-section .hiw-item {
  width: 100%;
  height: 142px;
}
.hiw-section .hiw-item h3 {
  margin-top: 3px;
  font-size: 16px;
}
.hiw-section .hiw-item p {
  margin: 0;
  line-height: var(--line-5);
}
.hiw-section .hiw-match {
  margin-top: 80px;
  width: 100%;
  flex-direction: column;
  text-align: center;
  transform: none;
  gap: 8px;
}
.hiw-section .hiw-match img {
  width: 22px;
}
.hiw-section .hiw-match-copy h3 {
  font-size: 16px;
}
.hiw-section .hiw-match-copy p {
  width: 65%;
  margin: auto;
}
.hiw-section .hiw-cta {
  margin-top: var(--space-4);
}
.hiw-section .hiw-cta .btn {
  width: 172px;
}
.hiw-section .hiw-icon {
  width: 32px;
  height: 32px;
}
.hiw-section .hiw-icon.is-active {
  opacity: 1;
}
@media (min-width: 728px) {
  .hiw-section .hiw-icon {
    width: 40px;
    height: 40px;
  }
  .hiw-section .hiw-cta {
    margin-top: var(--space-1);
  }
  .hiw-section .hiw-flow {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "inst-copy inst-copy inst-copy inst-copy" "inst-1    inst-2    inst-3    match" "emp-1     emp-2     emp-3     match" "emp-copy  emp-copy  emp-copy  emp-copy";
  }
  .hiw-section .hiw-flow .hiw-label:first-child {
    grid-area: inst-copy;
  }
  .hiw-section .hiw-flow .hiw-label:last-child {
    grid-area: emp-copy;
  }
  .hiw-section .hiw-flow .hiw-rail {
    position: relative;
    display: contents;
  }
  .hiw-section .hiw-flow .hiw-rail::before {
    display: none;
  }
  .hiw-section .hiw-flow .hiw-rail .hiw-row {
    display: contents;
    position: relative;
  }
  .hiw-section .hiw-flow {
    /* ===== Instituciones ===== */
  }
  .hiw-section .hiw-flow .hiw-row--inst .hiw-item:nth-child(1) {
    grid-area: inst-1;
  }
  .hiw-section .hiw-flow .hiw-row--inst .hiw-item:nth-child(2) {
    grid-area: inst-2;
  }
  .hiw-section .hiw-flow .hiw-row--inst .hiw-item:nth-child(3) {
    grid-area: inst-3;
  }
  .hiw-section .hiw-flow .hiw-row--emp .hiw-item h4 {
    min-height: 41px;
  }
  .hiw-section .hiw-flow {
    /* ===== Empresas ===== */
  }
  .hiw-section .hiw-flow .hiw-row--emp .hiw-item:nth-child(1) {
    grid-area: emp-1;
    margin-top: 47px;
  }
  .hiw-section .hiw-flow .hiw-row--emp .hiw-item:nth-child(2) {
    grid-area: emp-2;
    margin-top: 47px;
  }
  .hiw-section .hiw-flow .hiw-row--emp .hiw-item:nth-child(3) {
    grid-area: emp-3;
    margin-top: 47px;
  }
  .hiw-section .hiw-flow .hiw-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(0);
  }
  .hiw-section .hiw-flow .hiw-match {
    grid-area: match;
    flex-direction: row;
    align-self: center;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 20px;
    gap: 16px;
  }
  .hiw-section .hiw-flow .hiw-match .text-dark {
    text-align: start;
  }
  .hiw-section .hiw-flow .hiw-match .hiw-match-copy h3 {
    font-size: 18px;
  }
  .hiw-section .hiw-flow .hiw-match .hiw-match-copy p {
    text-align: start;
    width: 100%;
    margin-top: 10px;
    font-family: Mozilla Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .hiw-section .hiw-flow .hiw-match .hiw-icon-wrap {
    margin-bottom: auto;
    width: 40px;
    height: 40px;
    background: var(--color-black);
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hiw-section .hiw-flow .hiw-match .hiw-icon-wrap img {
    width: 22px;
    height: 22px;
  }
  .hiw-section .hiw-label {
    margin-bottom: var(--space-4);
  }
  .hiw-section {
    /* ===== Items ===== */
  }
  .hiw-section .hiw-item {
    position: relative;
    width: 100%;
    max-width: 280px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
  }
  .hiw-section .hiw-item p {
    font-size: 14px;
    max-width: 270px;
  }
  .hiw-section .hiw-item h3,
  .hiw-section .hiw-item h4 {
    margin-top: 0;
    font-size: 18px;
    max-width: 210px;
  }
  .hiw-section {
    /* ===== Icon ===== */
  }
}/*# sourceMappingURL=hiw-section.css.map */