/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-\[79px\] {
  top: 79px;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.right-\[8\.5rem\] {
  right: 8.5rem;
}
.right-\[13\.5rem\] {
  right: 13.5rem;
}
.bottom-\[100px\] {
  bottom: 100px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[9\] {
  z-index: 9;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.mt-\[20rem\] {
  margin-top: 20rem;
}
.mb-\[3rem\] {
  margin-bottom: 3rem;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.h-\[2\.4rem\] {
  height: 2.4rem;
}
.h-\[10rem\] {
  height: 10rem;
}
.h-\[15rem\] {
  height: 15rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[19rem\] {
  height: 19rem;
}
.h-\[20rem\] {
  height: 20rem;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-\[35rem\] {
  height: 35rem;
}
.h-\[40rem\] {
  height: 40rem;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[50rem\] {
  height: 50rem;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[360px\] {
  height: 360px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.min-h-\[18rem\] {
  min-height: 18rem;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[calc\(100vh-8\.5rem\)\] {
  min-height: calc(100vh - 8.5rem);
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/4 {
  width: calc(1 / 4 * 100%);
}
.w-\[2\.4rem\] {
  width: 2.4rem;
}
.w-\[3\.6rem\] {
  width: 3.6rem;
}
.w-\[16\.5rem\] {
  width: 16.5rem;
}
.w-\[17\.5rem\] {
  width: 17.5rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[62\.3rem\] {
  width: 62.3rem;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[93\%\] {
  width: 93%;
}
.w-\[94\%\] {
  width: 94%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[188px\] {
  width: 188px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[33rem\] {
  max-width: 33rem;
}
.max-w-\[62\.3rem\] {
  max-width: 62.3rem;
}
.max-w-\[95\%\] {
  max-width: 95%;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.min-w-\[142px\] {
  min-width: 142px;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-rotate-45 {
  rotate: calc(45deg * -1);
}
.rotate-45 {
  rotate: 45deg;
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.resize-y {
  resize: vertical;
}
.\!list-disc {
  list-style-type: disc !important;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-\[0\.6rem\] {
  gap: 0.6rem;
}
.overflow-hidden {
  overflow: hidden;
}
.\!rounded-full {
  border-radius: calc(infinity * 1px) !important;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[26px\] {
  border-radius: 26px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-b-\[28px\] {
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.rounded-b-\[40px\] {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-4 {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-\[\#22b858\] {
  border-color: #22b858;
}
.border-\[\#a84b2f\] {
  border-color: #a84b2f;
}
.border-\[\#bbb6c3\] {
  border-color: #bbb6c3;
}
.border-\[\#c01530\] {
  border-color: #c01530;
}
.border-\[\#d7dce5\] {
  border-color: #d7dce5;
}
.border-\[\#d7e0ec\] {
  border-color: #d7e0ec;
}
.border-\[\#d8e1ec\] {
  border-color: #d8e1ec;
}
.border-\[\#d9dff0\] {
  border-color: #d9dff0;
}
.border-\[\#d9e0ea\] {
  border-color: #d9e0ea;
}
.border-\[\#dde5ed\] {
  border-color: #dde5ed;
}
.border-\[\#dfe7f1\] {
  border-color: #dfe7f1;
}
.border-\[rgba\(34\,184\,88\,0\.3\)\] {
  border-color: rgba(34,184,88,0.3);
}
.border-\[rgba\(94\,82\,64\,0\.2\)\] {
  border-color: rgba(94,82,64,0.2);
}
.border-t-\[\#923CF6\] {
  border-top-color: #923CF6;
}
.bg-\[\#8E3EF4\] {
  background-color: #8E3EF4;
}
.bg-\[\#8a36f7\] {
  background-color: #8a36f7;
}
.bg-\[\#8e3ef4\] {
  background-color: #8e3ef4;
}
.bg-\[\#8f3ef5\] {
  background-color: #8f3ef5;
}
.bg-\[\#0061FB\] {
  background-color: #0061FB;
}
.bg-\[\#222\] {
  background-color: #222;
}
.bg-\[\#923CF6\] {
  background-color: #923CF6;
}
.bg-\[\#923CF6\]\/5 {
  background-color: color-mix(in oklab, #923CF6 5%, transparent);
}
.bg-\[\#923cf6\] {
  background-color: #923cf6;
}
.bg-\[\#923cf6\]\/40 {
  background-color: color-mix(in oklab, #923cf6 40%, transparent);
}
.bg-\[\#923cf6\]\/60 {
  background-color: color-mix(in oklab, #923cf6 60%, transparent);
}
.bg-\[\#923cf6\]\/70 {
  background-color: color-mix(in oklab, #923cf6 70%, transparent);
}
.bg-\[\#923cf6\]\/80 {
  background-color: color-mix(in oklab, #923cf6 80%, transparent);
}
.bg-\[\#923cf6\]\/90 {
  background-color: color-mix(in oklab, #923cf6 90%, transparent);
}
.bg-\[\#933cf4\] {
  background-color: #933cf4;
}
.bg-\[\#383838\] {
  background-color: #383838;
}
.bg-\[\#666666\] {
  background-color: #666666;
}
.bg-\[\#FAF5FF\] {
  background-color: #FAF5FF;
}
.bg-\[\#c38af8\] {
  background-color: #c38af8;
}
.bg-\[\#dde5ed\] {
  background-color: #dde5ed;
}
.bg-\[\#dde5ed\]\/50 {
  background-color: color-mix(in oklab, #dde5ed 50%, transparent);
}
.bg-\[\#dde5ed\]\/80 {
  background-color: color-mix(in oklab, #dde5ed 80%, transparent);
}
.bg-\[\#dfe7f1\] {
  background-color: #dfe7f1;
}
.bg-\[\#f1f4f8\] {
  background-color: #f1f4f8;
}
.bg-\[\#f2ede8\] {
  background-color: #f2ede8;
}
.bg-\[\#f4f0ff\] {
  background-color: #f4f0ff;
}
.bg-\[\#f4f7f9\] {
  background-color: #f4f7f9;
}
.bg-\[\#f6f1ff\] {
  background-color: #f6f1ff;
}
.bg-\[\#f7f2ff\] {
  background-color: #f7f2ff;
}
.bg-\[\#f7f5ff\] {
  background-color: #f7f5ff;
}
.bg-\[\#f8fafc\] {
  background-color: #f8fafc;
}
.bg-\[\#f8fbff\] {
  background-color: #f8fbff;
}
.bg-\[\#faf7ff\] {
  background-color: #faf7ff;
}
.bg-\[\#fff\] {
  background-color: #fff;
}
.bg-\[rgba\(34\,184\,88\,0\.1\)\] {
  background-color: rgba(34,184,88,0.1);
}
.bg-\[rgba\(34\,184\,88\,0\.05\)\] {
  background-color: rgba(34,184,88,0.05);
}
.bg-\[rgba\(94\,82\,64\,0\.2\)\] {
  background-color: rgba(94,82,64,0.2);
}
.bg-\[rgba\(94\,82\,64\,0\.12\)\] {
  background-color: rgba(94,82,64,0.12);
}
.bg-\[rgba\(168\,75\,47\,0\.1\)\] {
  background-color: rgba(168,75,47,0.1);
}
.bg-\[rgba\(192\,21\,47\,0\.1\)\] {
  background-color: rgba(192,21,47,0.1);
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[linear-gradient\(\#923cf600_0\%\,\#923cf61a_100\%\)\] {
  background-image: linear-gradient(#923cf600 0%,#923cf61a 100%);
}
.bg-\[linear-gradient\(180deg\,\#fafbfc_0\%\,\#f5f7fb_100\%\)\] {
  background-image: linear-gradient(180deg,#fafbfc 0%,#f5f7fb 100%);
}
.bg-\[linear-gradient\(rgba\(146\,60\,246\,0\)_0\%\,rgba\(146\,60\,246\,0\.2\)_100\%\)\] {
  background-image: linear-gradient(rgba(146,60,246,0) 0%,rgba(146,60,246,0.2) 100%);
}
.bg-\[radial-gradient\(circle_at_1px_1px\,rgba\(177\,184\,196\,0\.22\)_1px\,transparent_0\)\] {
  background-image: radial-gradient(circle at 1px 1px,rgba(177,184,196,0.22) 1px,transparent 0);
}
.bg-\[radial-gradient\(circle_at_1px_1px\,rgba\(255\,255\,255\,0\.7\)_1px\,transparent_0\)\] {
  background-image: radial-gradient(circle at 1px 1px,rgba(255,255,255,0.7) 1px,transparent 0);
}
.bg-\[radial-gradient\(circle_at_top_left\,rgba\(255\,255\,255\,0\.14\)\,transparent_38\%\)\,radial-gradient\(circle_at_bottom_right\,rgba\(255\,255\,255\,0\.12\)\,transparent_40\%\)\] {
  background-image: radial-gradient(circle at top left,rgba(255,255,255,0.14),transparent 38%),radial-gradient(circle at bottom right,rgba(255,255,255,0.12),transparent 40%);
}
.from-\[\#9041f7\] {
  --tw-gradient-from: #9041f7;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#7d35ea\] {
  --tw-gradient-to: #7d35ea;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-\[length\:12px_12px\] {
  background-size: 12px 12px;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-\[0\.4rem\] {
  padding: 0.4rem;
}
.py-\[0\.55rem\] {
  padding-block: 0.55rem;
}
.py-\[14px\] {
  padding-block: 14px;
}
.pt-\[5\.5rem\] {
  padding-top: 5.5rem;
}
.pt-\[6\.5rem\] {
  padding-top: 6.5rem;
}
.pt-\[7rem\] {
  padding-top: 7rem;
}
.pt-\[8\.5rem\] {
  padding-top: 8.5rem;
}
.pt-\[9\.5rem\] {
  padding-top: 9.5rem;
}
.pt-\[10rem\] {
  padding-top: 10rem;
}
.pr-\[0\.4rem\] {
  padding-right: 0.4rem;
}
.pl-\[0\.8rem\] {
  padding-left: 0.8rem;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-\[\.8rem\] {
  font-size: .8rem;
}
.text-\[\.9rem\] {
  font-size: .9rem;
}
.text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.text-\[0\.9rem\] {
  font-size: 0.9rem;
}
.text-\[0\.72rem\] {
  font-size: 0.72rem;
}
.text-\[0\.85rem\] {
  font-size: 0.85rem;
}
.text-\[0\.86rem\] {
  font-size: 0.86rem;
}
.text-\[0\.95rem\] {
  font-size: 0.95rem;
}
.text-\[0\.98rem\] {
  font-size: 0.98rem;
}
.text-\[1\.1rem\] {
  font-size: 1.1rem;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[1\.3rem\] {
  font-size: 1.3rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[1\.15rem\] {
  font-size: 1.15rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[96px\] {
  font-size: 96px;
}
.\!leading-\[1\.08\] {
  --tw-leading: 1.08 !important;
  line-height: 1.08 !important;
}
.\!leading-\[1\] {
  --tw-leading: 1 !important;
  line-height: 1 !important;
}
.leading-\[1\.3\] {
  --tw-leading: 1.3;
  line-height: 1.3;
}
.leading-\[1\.08\] {
  --tw-leading: 1.08;
  line-height: 1.08;
}
.leading-\[1\.35\] {
  --tw-leading: 1.35;
  line-height: 1.35;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.tracking-\[0\.2em\] {
  --tw-tracking: 0.2em;
  letter-spacing: 0.2em;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-\[\#000\] {
  color: #000;
}
.text-\[\#1b1231\] {
  color: #1b1231;
}
.text-\[\#1d2333\] {
  color: #1d2333;
}
.text-\[\#2f3440\] {
  color: #2f3440;
}
.text-\[\#4b4b58\] {
  color: #4b4b58;
}
.text-\[\#4b5260\] {
  color: #4b5260;
}
.text-\[\#4f425f\] {
  color: #4f425f;
}
.text-\[\#5b6270\] {
  color: #5b6270;
}
.text-\[\#5c5c5c\] {
  color: #5c5c5c;
}
.text-\[\#5f6877\] {
  color: #5f6877;
}
.text-\[\#6c7481\] {
  color: #6c7481;
}
.text-\[\#8a7f95\] {
  color: #8a7f95;
}
.text-\[\#8b919d\] {
  color: #8b919d;
}
.text-\[\#8d47f4\] {
  color: #8d47f4;
}
.text-\[\#8e3ef4\] {
  color: #8e3ef4;
}
.text-\[\#8f3ef5\] {
  color: #8f3ef5;
}
.text-\[\#9aa2b0\] {
  color: #9aa2b0;
}
.text-\[\#22b858\] {
  color: #22b858;
}
.text-\[\#0061FB\] {
  color: #0061FB;
}
.text-\[\#222\] {
  color: #222;
}
.text-\[\#333a46\] {
  color: #333a46;
}
.text-\[\#555\] {
  color: #555;
}
.text-\[\#666\] {
  color: #666;
}
.text-\[\#923CF6\] {
  color: #923CF6;
}
.text-\[\#923cf6\] {
  color: #923cf6;
}
.text-\[\#111111\] {
  color: #111111;
}
.text-\[\#242424\] {
  color: #242424;
}
.text-\[\#252525\] {
  color: #252525;
}
.text-\[\#262626\] {
  color: #262626;
}
.text-\[\#272643\] {
  color: #272643;
}
.text-\[\#333333\] {
  color: #333333;
}
.text-\[\#627074\] {
  color: #627074;
}
.text-\[\#666666\] {
  color: #666666;
}
.text-\[\#a0a0a0\] {
  color: #a0a0a0;
}
.text-\[\#a84b2f\] {
  color: #a84b2f;
}
.text-\[\#c01530\] {
  color: #c01530;
}
.text-\[\#d9f0ff\] {
  color: #d9f0ff;
}
.text-\[\#e3b8ff\] {
  color: #e3b8ff;
}
.text-\[\#f6d84a\] {
  color: #f6d84a;
}
.text-\[\#ff4d4d\] {
  color: #ff4d4d;
}
.text-\[\#fff\] {
  color: #fff;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.accent-\[\#923CF6\] {
  accent-color: #923CF6;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-5 {
  opacity: 5%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-80 {
  opacity: 80%;
}
.opacity-100 {
  opacity: 100%;
}
.opacity-\[30\%\] {
  opacity: 30%;
}
.opacity-\[40\%\] {
  opacity: 40%;
}
.opacity-\[50\%\] {
  opacity: 50%;
}
.shadow-\[0_0_0_6px_rgb\(255\,255\,255\)\,0_16px_54\.5px_0_rgba\(173\,181\,190\,0\.5\)\] {
  --tw-shadow: 0 0 0 6px var(--tw-shadow-color, rgb(255,255,255)), 0 16px 54.5px 0 var(--tw-shadow-color, rgba(173,181,190,0.5));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_1px_3px_rgba\(0\,0\,0\,0\.04\)\] {
  --tw-shadow: 0 1px 3px var(--tw-shadow-color, rgba(0,0,0,0.04));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_4px_14px_rgba\(17\,24\,39\,0\.04\)\] {
  --tw-shadow: 0 4px 14px var(--tw-shadow-color, rgba(17,24,39,0.04));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_6px_24px_rgba\(15\,23\,42\,0\.04\)\] {
  --tw-shadow: 0 6px 24px var(--tw-shadow-color, rgba(15,23,42,0.04));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_8px_24px_rgba\(21\,31\,58\,0\.04\)\] {
  --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(21,31,58,0.04));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_8px_24px_rgba\(21\,31\,58\,0\.05\)\] {
  --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(21,31,58,0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_8px_30px_rgba\(21\,31\,58\,0\.08\)\] {
  --tw-shadow: 0 8px 30px var(--tw-shadow-color, rgba(21,31,58,0.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_10px_18px_rgba\(0\,0\,0\,0\.08\)\] {
  --tw-shadow: 0 10px 18px var(--tw-shadow-color, rgba(0,0,0,0.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_10px_18px_rgba\(142\,62\,244\,0\.22\)\] {
  --tw-shadow: 0 10px 18px var(--tw-shadow-color, rgba(142,62,244,0.22));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_10px_25px_rgba\(16\,12\,30\,0\.08\)\] {
  --tw-shadow: 0 10px 25px var(--tw-shadow-color, rgba(16,12,30,0.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_10px_25px_rgba\(16\,12\,30\,0\.12\)\] {
  --tw-shadow: 0 10px 25px var(--tw-shadow-color, rgba(16,12,30,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_10px_30px_rgba\(0\,0\,0\,0\.06\)\] {
  --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(0,0,0,0.06));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_14px_28px_rgba\(142\,62\,244\,0\.22\)\] {
  --tw-shadow: 0 14px 28px var(--tw-shadow-color, rgba(142,62,244,0.22));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_16px_30px_rgba\(126\,53\,234\,0\.28\)\] {
  --tw-shadow: 0 16px 30px var(--tw-shadow-color, rgba(126,53,234,0.28));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_16px_38px_rgba\(93\,56\,174\,0\.06\)\] {
  --tw-shadow: 0 16px 38px var(--tw-shadow-color, rgba(93,56,174,0.06));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_18px_35px_rgba\(195\,138\,248\,0\.32\)\] {
  --tw-shadow: 0 18px 35px var(--tw-shadow-color, rgba(195,138,248,0.32));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_20px_40px_rgba\(24\,8\,65\,0\.25\)\] {
  --tw-shadow: 0 20px 40px var(--tw-shadow-color, rgba(24,8,65,0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_24px_60px_rgba\(93\,56\,174\,0\.12\)\] {
  --tw-shadow: 0 24px 60px var(--tw-shadow-color, rgba(93,56,174,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_24px_60px_rgba\(126\,53\,234\,0\.28\)\] {
  --tw-shadow: 0 24px 60px var(--tw-shadow-color, rgba(126,53,234,0.28));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_30px_70px_rgba\(99\,57\,188\,0\.08\)\] {
  --tw-shadow: 0 30px 70px var(--tw-shadow-color, rgba(99,57,188,0.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_30px_80px_rgba\(21\,31\,58\,0\.08\)\] {
  --tw-shadow: 0 30px 80px var(--tw-shadow-color, rgba(21,31,58,0.08));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_30px_80px_rgba\(123\,44\,255\,0\.22\)\] {
  --tw-shadow: 0 30px 80px var(--tw-shadow-color, rgba(123,44,255,0.22));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\,255\,255\,0\.85\)\] {
  --tw-shadow: inset 0 1px 0 var(--tw-shadow-color, rgba(255,255,255,0.85));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-\[\#ede4ff\] {
  --tw-ring-color: #ede4ff;
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.group-hover\:visible {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.placeholder\:text-\[\#8b919d\] {
  &::placeholder {
    color: #8b919d;
  }
}
.placeholder\:text-\[\#a8a8a8\] {
  &::placeholder {
    color: #a8a8a8;
  }
}
.placeholder\:text-\[\#b7b1bd\] {
  &::placeholder {
    color: #b7b1bd;
  }
}
.before\:block {
  &::before {
    content: var(--tw-content);
    display: block;
  }
}
.before\:bg-\[\#923CF6\] {
  &::before {
    content: var(--tw-content);
    background-color: #923CF6;
  }
}
.before\:content-\[\'\'\] {
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
}
.hover\:translate-y-\[-1px\] {
  &:hover {
    @media (hover: hover) {
      --tw-translate-y: -1px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.hover\:scale-\[1\.02\] {
  &:hover {
    @media (hover: hover) {
      scale: 1.02;
    }
  }
}
.hover\:bg-\[\#6400D8\] {
  &:hover {
    @media (hover: hover) {
      background-color: #6400D8;
    }
  }
}
.hover\:bg-\[\#f4f7f9\] {
  &:hover {
    @media (hover: hover) {
      background-color: #f4f7f9;
    }
  }
}
.hover\:bg-\[rgba\(94\,82\,64\,0\.2\)\] {
  &:hover {
    @media (hover: hover) {
      background-color: rgba(94,82,64,0.2);
    }
  }
}
.hover\:text-\[\#7a2cff\] {
  &:hover {
    @media (hover: hover) {
      color: #7a2cff;
    }
  }
}
.hover\:text-\[\#0061FB\] {
  &:hover {
    @media (hover: hover) {
      color: #0061FB;
    }
  }
}
.hover\:text-\[\#923CF6\] {
  &:hover {
    @media (hover: hover) {
      color: #923CF6;
    }
  }
}
.hover\:opacity-90 {
  &:hover {
    @media (hover: hover) {
      opacity: 90%;
    }
  }
}
.hover\:shadow-\[0_4px_6px_-1px_rgba\(0\,0\,0\,0\.04\)\] {
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgba(0,0,0,0.04));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
.hover\:brightness-95 {
  &:hover {
    @media (hover: hover) {
      --tw-brightness: brightness(95%);
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
}
.hover\:brightness-105 {
  &:hover {
    @media (hover: hover) {
      --tw-brightness: brightness(105%);
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
}
.focus\:border-\[\#8a36f7\] {
  &:focus {
    border-color: #8a36f7;
  }
}
.focus\:border-\[\#923CF6\] {
  &:focus {
    border-color: #923CF6;
  }
}
.focus\:border-\[\#b9c5d6\] {
  &:focus {
    border-color: #b9c5d6;
  }
}
.focus\:ring-0 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-4 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-\[\#8a36f7\]\/15 {
  &:focus {
    --tw-ring-color: color-mix(in oklab, #8a36f7 15%, transparent);
  }
}
.focus\:ring-\[\#923CF6\]\/20 {
  &:focus {
    --tw-ring-color: color-mix(in oklab, #923CF6 20%, transparent);
  }
}
.focus\:ring-\[\#933cf6\]\/10 {
  &:focus {
    --tw-ring-color: color-mix(in oklab, #933cf6 10%, transparent);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.active\:translate-y-px {
  &:active {
    --tw-translate-y: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.active\:scale-\[0\.98\] {
  &:active {
    scale: 0.98;
  }
}
.disabled\:cursor-not-allowed {
  &:disabled {
    cursor: not-allowed;
  }
}
.disabled\:opacity-50 {
  &:disabled {
    opacity: 50%;
  }
}
.max-\[1024px\]\:text-center {
  @media (width < 1024px) {
    text-align: center;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-content: "";
    }
  }
}
