.lp-popup-overlay {
  backdrop-filter: blur(25px);
  background: var(--primary-color-a-03) !important;
}
.lpc-button--type-1 {
  position: relative;
  overflow: hidden;
}
.lpc-button--type-1:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  display: block;
  background-color: rgba(var(--color-icfmpdzts), 0.1);
  border-radius: 500px;
  transition-property: all;
  transition-duration: 500ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
  transition-behavior: normal;
}
.lpc-button--type-1:hover:before {
  width: 150%;
  height: 550%;
  background-color: rgba(var(--color-i45i986jl), 0.1);
}
.lpc-button--type-1:hover {
  background: var(--primary-color-base) !important;
}
