#rec1126121551 .t228 {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.65) 00%,
    rgba(255, 255, 255, 0.55) 30%,
    rgba(255, 255, 255, 0.35) 60%,
    rgba(255, 255, 255, 0.15) 80%,
    rgba(255, 255, 255, 0.0) 100%
  ) !important;

  backdrop-filter: blur(20px) saturate(10%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(10%) !important;

  box-shadow: none !important;
  border: none !important;

  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}