.gaclme0 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 50%;
  padding: 2.5rem;
  background: linear-gradient(90deg, color-mix(in srgb, var(--_1syqul22, var(--mantine-color-gold-4)), transparent 85%) 0%, #00000000 100%), var(--_1syqul20);
  background-size: var(--_1syqul24, cover);
  background-repeat: no-repeat;
  background-position: var(--_1syqul21) center;
}
.gaclme0::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(var(--_1syqul23, 0px));
}
@media (max-width: 768px) {
  .gaclme0 {
    display: none;
  }
}
