.jdzpq6xA6wnKPGfQnCJk {
  --parallax-perspective: 920px;

  width: 100%;
  position: relative;
  overflow: visible;
}

.iYOFdBqtITOdsZezooHa {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  perspective: var(--parallax-perspective);
  opacity: 0;
  transition: opacity 320ms ease;
}

.iYOFdBqtITOdsZezooHa[data-ready='true'] {
  opacity: 1;
}

.iYOFdBqtITOdsZezooHa svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  overflow: visible;
}

.iqH1hlyrvDTnqvIFFIb2 {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  max-width: min(520px, calc(100% - 32px));
  display: inline-grid;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(12, 24, 20, 0.56);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px) saturate(1.06);
  -webkit-backdrop-filter: blur(16px) saturate(1.06);
  pointer-events: none;
  z-index: 2147483000;
  opacity: 0;
  transform: translate3d(0, -4px, 0) scale(0.96);
  transform-origin: top left;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.iqH1hlyrvDTnqvIFFIb2[data-visible='true'] {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.yitOtM8XtbaJEDm3ULU7 {
  margin: 0;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.35;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: rgba(244, 248, 244, 0.95);
}

@media (prefers-reduced-motion: reduce) {
  .iYOFdBqtITOdsZezooHa {
    perspective: none;
  }

  .iYOFdBqtITOdsZezooHa [data-layer] {
    transform: none !important;
  }
}

