@charset "UTF-8";
/* Like Krisp? Grow with us — Figma 13041:1848.
   Tags sit 16px in from the bottom-left of each photo (Figma reports them at
   top:396 of a 440 frame, which is the same thing once the frame reflows). */
.grow_with_us {
  background: #ffffff;
  padding: 80px 0;
}
.grow_with_us * {
  color: inherit;
}
.grow_with_us__row {
  display: flex;
  align-items: center;
  gap: 96px;
}
.grow_with_us {
  /* ---- Copy ---- */
}
.grow_with_us__copy {
  flex: 0 1 592px;
  max-width: 592px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.grow_with_us__title {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #1a1a22;
}
.grow_with_us__desc {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #23232e;
}
.grow_with_us__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  background: #614efa;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.grow_with_us__cta:hover {
  background: #4a3bbe;
  color: #ffffff;
}
.grow_with_us {
  /* ---- Collage ---- */
}
.grow_with_us__collage {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.grow_with_us__stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.grow_with_us__photo {
  position: relative;
  margin: 0;
  width: 200px;
  height: 208px;
  border-radius: 16px;
  overflow: hidden;
}
.grow_with_us__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grow_with_us__photo--tall {
  width: 368px;
  height: 440px;
  border-radius: 20px;
}
.grow_with_us__tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #1a1a22;
  white-space: nowrap;
}
.grow_with_us {
  /* ---- Responsive ---- */
}
@media screen and (max-width: 1180px) {
  .grow_with_us__row {
    gap: 48px;
  }
  .grow_with_us__photo {
    width: 168px;
    height: 176px;
  }
  .grow_with_us__photo--tall {
    width: 300px;
    height: 376px;
  }
}
@media screen and (max-width: 900px) {
  .grow_with_us {
    padding: 56px 0;
  }
  .grow_with_us__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .grow_with_us__copy {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .grow_with_us__collage {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 560px) {
  .grow_with_us__collage {
    gap: 12px;
  }
  .grow_with_us__stack {
    gap: 12px;
  }
  .grow_with_us__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 200/208;
  }
  .grow_with_us__photo--tall {
    width: 100%;
    height: auto;
    aspect-ratio: 368/440;
  }
  .grow_with_us__collage {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    align-items: start;
  }
}
