/* [next]/internal/font/google/poppins_17e032a0.module.css [app-client] (css) */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/0a7740363b4d4863-s.1110aazvokzp..woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/5f9d24ebef5d5292-s.0esuu2f5si~v8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/e2334d715941921e-s.p.12skym0rqknxy.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/b53057dbf91a7acf-s.0carvq6u72s58.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/798ea22d9983e047-s.106do9xzbuago.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins Fallback;
  src: local(Arial);
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}

.poppins_17e032a0-module__E3gk2W__className {
  font-family: Poppins, Poppins Fallback;
  font-style: normal;
}

/* [project]/.claude/worktrees/infallible-mendeleev-758f07/components/pricing/PricingPageBackground.module.css [app-client] (css) */
.PricingPageBackground-module__skiASq__heroAurora {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(#000 40%, #000000b3 75%, #0000 100%);
  mask-image: radial-gradient(#000 40%, #000000b3 75%, #0000 100%);
}

.PricingPageBackground-module__skiASq__heroAurora:before, .PricingPageBackground-module__skiASq__heroAurora:after {
  content: "";
  filter: blur(130px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.PricingPageBackground-module__skiASq__heroAurora:before {
  opacity: .85;
  background: conic-gradient(#22d3ee52, #818cf83d, #fb71854d, #fb923c2e, #2dd4bf38, #22d3ee52);
  width: 170%;
  height: 170%;
  animation: 38s linear infinite PricingPageBackground-module__skiASq__auroraSpin;
}

.PricingPageBackground-module__skiASq__heroAurora:after {
  opacity: .7;
  background: conic-gradient(from 180deg, #fb718538, #22d3ee42, #818cf833, #2dd4bf2e, #fb718538);
  width: 150%;
  height: 150%;
  animation: 54s linear infinite PricingPageBackground-module__skiASq__auroraSpinReverse;
}

@keyframes PricingPageBackground-module__skiASq__auroraSpin {
  0% {
    transform: translate(-50%, -50%)rotate(0);
  }

  100% {
    transform: translate(-50%, -50%)rotate(360deg);
  }
}

@keyframes PricingPageBackground-module__skiASq__auroraSpinReverse {
  0% {
    transform: translate(-50%, -50%)rotate(0);
  }

  100% {
    transform: translate(-50%, -50%)rotate(-360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .PricingPageBackground-module__skiASq__heroAurora:before, .PricingPageBackground-module__skiASq__heroAurora:after {
    animation: none;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0kx.x50._.css.map*/