/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
.clutchClass1092 {
  background-color: #ff0000;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  position: relative;
  height: 144px;
}
.clutchClass1092:global(::before), .clutchClass1092:global(::after) {
  content: "";
  position: absolute;
  display: block;
  border-radius: 2px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.clutchClass1092:global(::before) {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.clutchClass1092:global(::after) {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}