/* stylelint-disable at-rule-no-unknown, property-no-unknown */

._Container_for9w_145 {
  container-type: inline-size;
  font-family: Inter, -apple-system, system-ui, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

._FadeIn_for9w_156 {
  animation: _FadeInOpacity_for9w_1 0.5s ease-in-out forwards;
  animation-delay: 2s;
  animation-name: _FadeInOpacity_for9w_1;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@container (max-width: 399px) {
  ._Label_for9w_165 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._GroupCell_for9w_171,
._ArrowShaft_for9w_172,
._ArrowHead_for9w_173,
._FadeIn_for9w_156,
._FadeInLabel_for9w_175 {
    animation: none;
    transition: none;
    opacity: 1;
    transform: scale(1);
  }

  ._ArrowShaft_for9w_172 {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
  }
}
._ScreenReaderOnly_for9w_187 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes _FadeInOpacity_for9w_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}