.component.group--0 {
  position: relative;
}

.component.group--0::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(122.74deg, #1c1d1f -1.66%, #121413 80.59%);
  clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}
