.opp-single__banner {
  background: linear-gradient(-69.3deg, #0b2938 0%, rgba(21, 64, 87, 0.95) 92%);
}

.opp-single__grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  column-gap: clamp(3rem, 5vw, 5rem);
  align-items: start;
}
.opp-single__overview {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.8;
  color: #10181D;
}
.opp-single__overview h2, .opp-single__overview h3, .opp-single__overview h4, .opp-single__overview h5 {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 400;
  color: #1F3642;
  letter-spacing: 0;
  margin-top: 1.5em;
}
.opp-single__overview ul, .opp-single__overview ol {
  padding-left: 1.4em;
  margin: 1em 0;
}
.opp-single__overview li {
  margin-bottom: 0.35em;
}
.opp-single__overview p:last-child {
  margin-bottom: 0;
}
.opp-single__sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: sticky;
  top: 2rem;
}
.opp-single__badges {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.opp-single__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1.5px solid rgba(31, 54, 66, 0.22);
  border-radius: 100px;
  padding: 0.5rem 1rem 0.5rem 0.85rem;
  width: fit-content;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(9px, 0.75vw, 11px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1F3642;
}
.opp-single__badge svg {
  flex-shrink: 0;
  color: #3A7594;
}
.opp-single__form-embed iframe, .opp-single__form-embed embed {
  width: 100%;
  border: none;
}
.opp-single__form-link {
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .opp-single__grid {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
  .opp-single__sidebar {
    position: static;
  }
  .opp-single__badges {
    flex-direction: row;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=opportunity-single.css.map */