*, :before, :after {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-shadow-inset: ;
    --un-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia:
}

::backdrop {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-shadow-inset: ;
    --un-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia:
}

.navigation-link {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding: 12px 24px;
    text-decoration: none;
    opacity: .8;
    outline-offset: 0 !important;
    outline: 2px solid transparent;
    outline-offset: 2px
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.navigation-link:hover {
    font-weight: 500;
    opacity: 1
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.before\:absolute:before {
    position: absolute
}

.after\:absolute:after {
    position: absolute
}

.left-0 {
    left: 0
}

.left-40 {
    left: 40px
}

.left-434px {
    left: 434px
}

.left-50\% {
    left: 50%
}

.right-0 {
    right: 0
}

.top--376px {
    top: -376px
}

.top--450px {
    top: -450px
}

.top--560px {
    top: -560px
}

.top-0 {
    top: 0
}

.top-1280px {
    top: 1280px
}

.top-2702px {
    top: 2702px
}

.top-3617px {
    top: 3617px
}

.top-50\% {
    top: 50%
}

.top-5480px {
    top: 5480px
}

.top-full {
    top: 100%
}

.before\:left-0:before {
    left: 0
}

.before\:top-0:before {
    top: 0
}

.after\:left-0:after {
    left: 0
}

.after\:left-50\%:after {
    left: 50%
}

.after\:top-0:after {
    top: 0
}

.after\:top-full:after {
    top: 100%
}

.z--1 {
    z-index: -1
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-100 {
    z-index: 100
}

.after\:z--2:after {
    z-index: -2
}

.grid {
    display: grid
}

.grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.float-left {
    float: left
}

.mx-4 {
    margin-left: 4px;
    margin-right: 4px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-48px {
    margin-top: 48px;
    margin-bottom: 48px
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.\[\&\>li\+li\]\:mt-24 > li + li, .mt-24, .mt-24px {
    margin-top: 24px
}

.\[\&\>li\+li\]\:mt-8 > li + li, .mt-8px {
    margin-top: 8px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-5 {
    margin-bottom: 5px
}

.ml--32px {
    margin-left: -32px
}

.ml--80px {
    margin-left: -80px
}

.ml-12, .ml-12px {
    margin-left: 12px
}

.ml-120, .ml-120px {
    margin-left: 120px
}

.ml-24px {
    margin-left: 24px
}

.ml-32px {
    margin-left: 32px
}

.ml-4 {
    margin-left: 4px
}

.ml-40 {
    margin-left: 40px
}

.ml-64 {
    margin-left: 64px
}

.ml-700px {
    margin-left: 700px
}

.ml-80px {
    margin-left: 80px
}

.ml-8px {
    margin-left: 8px
}

.ml-auto {
    margin-left: auto
}

.mr-16px {
    margin-right: 16px
}

.mr-32px {
    margin-right: 32px
}

.mr-8 {
    margin-right: 8px
}

.mr-auto {
    margin-right: auto
}

.mt-10 {
    margin-top: 10px
}

.mt-120 {
    margin-top: 120px
}

.mt-128px {
    margin-top: 128px
}

.mt-12px {
    margin-top: 12px
}

.mt-140 {
    margin-top: 140px
}

.mt-16, .mt-16px {
    margin-top: 16px
}

.mt-168px {
    margin-top: 168px
}

.mt-180, .mt-180px {
    margin-top: 180px
}

.mt-200, .mt-200px {
    margin-top: 200px
}

.mt-36 {
    margin-top: 36px
}

.mt-4 {
    margin-top: 4px
}

.mt-40, .mt-40px {
    margin-top: 40px
}

.mt-56 {
    margin-top: 56px
}

.mt-60, .mt-60px {
    margin-top: 60px
}

.mt-64, .mt-64px {
    margin-top: 64px
}

.mt-72 {
    margin-top: 72px
}

.mt-80 {
    margin-top: 80px
}

.after\:ml--24px:after {
    margin-left: -24px
}

.after\:mt-24:after {
    margin-top: 24px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.hidden {
    display: none
}

.h-\[--radix-navigation-menu-viewport-height\] {
    height: var(--radix-navigation-menu-viewport-height)
}

.h-100px {
    height: 100px
}

.h-1014px {
    height: 1014px
}

.h-1060px {
    height: 1060px
}

.h-120px {
    height: 120px
}

.h-136px {
    height: 136px
}

.h-140px {
    height: 140px
}

.h-1482px {
    height: 1482px
}

.h-1600px {
    height: 1600px
}

.h-160px {
    height: 160px
}

.h-16px {
    height: 16px
}

.h-1780px {
    height: 1780px
}

.h-188px {
    height: 188px
}

.h-22px {
    height: 22px
}

.h-24px {
    height: 24px
}

.h-28px {
    height: 28px
}

.h-324px {
    height: 324px
}

.h-325px {
    height: 325px
}

.h-32px {
    height: 32px
}

.h-36px {
    height: 36px
}

.h-372px {
    height: 372px
}

.h-377px {
    height: 377px
}

.h-380\.6px {
    height: 380.6px
}

.h-400px {
    height: 400px
}

.h-40px {
    height: 40px
}

.h-480px {
    height: 480px
}

.h-48px {
    height: 48px
}

.h-520px {
    height: 520px
}

.h-52px {
    height: 52px
}

.h-550px {
    height: 550px
}

.h-558px {
    height: 558px
}

.h-56px {
    height: 56px
}

.h-610px {
    height: 610px
}

.h-632px {
    height: 632px
}

.h-64px {
    height: 64px
}

.h-72px {
    height: 72px
}

.h-80px {
    height: 80px
}

.h-88px {
    height: 88px
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-xs {
    height: 20rem
}

.max-w-230px {
    max-width: 230px
}

.min-w-1200px {
    min-width: 1200px
}

.min-w-1392px {
    min-width: 1392px
}

.w-100px {
    width: 100px
}

.w-1120px {
    width: 1120px
}

.w-1160px {
    width: 1160px
}

.w-1200px {
    width: 1200px
}

.w-1204px {
    width: 1204px
}

.w-120px {
    width: 120px
}

.w-136px {
    width: 136px
}

.w-1392px {
    width: 1392px
}

.w-140px {
    width: 140px
}

.w-146px {
    width: 146px
}

.w-156px {
    width: 156px
}

.w-160px {
    width: 160px
}

.w-16px {
    width: 16px
}

.w-180px {
    width: 180px
}

.w-188px {
    width: 188px
}

.w-200px {
    width: 200px
}

.w-20px {
    width: 20px
}

.w-22px {
    width: 22px
}

.w-240px {
    width: 240px
}

.w-244px {
    width: 244px
}

.w-24px {
    width: 24px
}

.w-288px {
    width: 288px
}

.w-300px {
    width: 300px
}

.w-32px {
    width: 32px
}

.w-36px {
    width: 36px
}

.w-384px {
    width: 384px
}

.w-40px {
    width: 40px
}

.w-56px {
    width: 56px
}

.w-600px {
    width: 600px
}

.w-660px {
    width: 660px
}

.w-720px {
    width: 720px
}

.w-72px {
    width: 72px
}

.w-738px {
    width: 738px
}

.w-80px {
    width: 80px
}

.w-900px {
    width: 900px
}

.w-960px {
    width: 960px
}

.w-978px {
    width: 978px
}

.w-fit {
    width: fit-content
}

.w-full {
    width: 100%
}

.before\:h-full:before {
    height: 100%
}

.before\:w-full:before {
    width: 100%
}

.after\:h-12px:after {
    height: 12px
}

.after\:h-960px:after {
    height: 960px
}

.after\:w-48px:after {
    width: 48px
}

.after\:w-full:after {
    width: 100%
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-1 {
    flex: 1 1 0%
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.origin-top-center {
    transform-origin: top center
}

.perspective-2000 {
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.-translate-x-1\/2 {
    --un-translate-x: -50%;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.-translate-y-1\/2 {
    --un-translate-y: -50%;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.translate-x--30px {
    --un-translate-x: -30px;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.rotate-y-180 {
    --un-rotate: 0;
    --un-rotate-y: 180deg;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.scale-60 {
    --un-scale-x: .6;
    --un-scale-y: .6;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.scale-83 {
    --un-scale-x: .83;
    --un-scale-y: .83;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.group:hover .group-hover\:scale-105 {
    --un-scale-x: 1.05;
    --un-scale-y: 1.05;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.transform {
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.animate-\[cubic-bezier\(0\.16\,1\,0\.3\,1\)\] {
    animation: cubic-bezier(.16, 1, .3, 1)
}

.animate-\[ease_200ms\] {
    animation: ease .2s
}

.animate-duration-500 {
    animation-duration: .5s
}

.cursor-pointer {
    cursor: pointer
}

.select-none {
    -webkit-user-select: none;
    user-select: none
}

.items-center {
    align-items: center
}

.self-end {
    align-self: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-16 {
    grid-gap: 16px;
    gap: 16px
}

.gap-18px {
    grid-gap: 18px;
    gap: 18px
}

.gap-20 {
    grid-gap: 20px;
    gap: 20px
}

.gap-24 {
    grid-gap: 24px;
    gap: 24px
}

.gap-36px {
    grid-gap: 36px;
    gap: 36px
}

.gap-48 {
    grid-gap: 48px;
    gap: 48px
}

.gap-56px {
    grid-gap: 56px;
    gap: 56px
}

.gap-8 {
    grid-gap: 8px;
    gap: 8px
}

.gap-x-129 {
    grid-column-gap: 129px;
    column-gap: 129px
}

.gap-y-100 {
    grid-row-gap: 100px;
    row-gap: 100px
}

.gap-y-48 {
    grid-row-gap: 48px;
    row-gap: 48px
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-pre-line {
    white-space: pre-line
}

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-transparent {
    border-color: transparent
}

.border-t-\[rgba\(225\,225\,229\,0\.08\)\] {
    --un-border-opacity: .08;
    --un-border-top-opacity: var(--un-border-opacity);
    border-top-color: rgba(225, 225, 229, var(--un-border-top-opacity))
}

.rounded-12px {
    border-radius: 12px
}

.rounded-20px {
    border-radius: 20px
}

.rounded-24px {
    border-radius: 24px
}

.rounded-4px {
    border-radius: 4px
}

.rounded-6px {
    border-radius: 6px
}

.rounded-8px {
    border-radius: 8px
}

.rounded-full {
    border-radius: 9999px
}

.bg-\[rgba\(18\,16\,36\,0\.12\)\] {
    --un-bg-opacity: .12;
    background-color: rgba(18, 16, 36, var(--un-bg-opacity))
}

.bg-\[rgba\(247\,247\,255\,0\.08\)\] {
    --un-bg-opacity: .08;
    background-color: rgba(247, 247, 255, var(--un-bg-opacity))
}

.bg-\[rgba\(247\,247\,255\,0\.12\)\] {
    --un-bg-opacity: .12;
    background-color: rgba(247, 247, 255, var(--un-bg-opacity))
}

.bg-\#26233b {
    --un-bg-opacity: 1;
    background-color: rgba(38, 35, 59, var(--un-bg-opacity))
}

.bg-\#3f3f44 {
    --un-bg-opacity: 1;
    background-color: rgba(63, 63, 68, var(--un-bg-opacity))
}

.bg-\#7b61ff {
    --un-bg-opacity: 1;
    background-color: rgba(123, 97, 255, var(--un-bg-opacity))
}

.bg-\#f7f7ff, .bg-\#F7F7FF {
    --un-bg-opacity: 1;
    background-color: rgba(247, 247, 255, var(--un-bg-opacity))
}

.bg-\#fc6B8d {
    --un-bg-opacity: 1;
    background-color: rgba(252, 107, 141, var(--un-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --un-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--un-bg-opacity))
}

.hover\:bg-\[rgba\(247\,247\,255\,0\.12\)\]:hover {
    --un-bg-opacity: .12;
    background-color: rgba(247, 247, 255, var(--un-bg-opacity))
}

.hover\:bg-\[rgba\(255\,255\,255\,0\.06\)\]:hover {
    --un-bg-opacity: .06;
    background-color: rgba(255, 255, 255, var(--un-bg-opacity))
}

.hover\:bg-\#9580ff:hover {
    --un-bg-opacity: 1;
    background-color: rgba(149, 128, 255, var(--un-bg-opacity))
}

.hover\:bg-\#9581ff:hover {
    --un-bg-opacity: 1;
    background-color: rgba(149, 129, 255, var(--un-bg-opacity))
}

.\!bg-clip-padding {
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important
}

.\!bg-clip-text {
    -webkit-background-clip: text !important;
    background-clip: text !important
}

.fill-\#3f3f44 {
    --un-fill-opacity: 1;
    fill: rgba(63, 63, 68, var(--un-fill-opacity))
}

.object-contain {
    object-fit: contain
}

.p-0 {
    padding: 0
}

.p-12px {
    padding: 12px
}

.p-2 {
    padding: 2px
}

.p-40 {
    padding: 40px
}

.p-8, .p-8px {
    padding: 8px
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px
}

.py-48 {
    padding-top: 48px;
    padding-bottom: 48px
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.pl-16 {
    padding-left: 16px
}

.pl-160 {
    padding-left: 160px
}

.pl-22 {
    padding-left: 22px
}

.pr-170 {
    padding-right: 170px
}

.pt-164 {
    padding-top: 164px
}

.pt-180 {
    padding-top: 180px
}

.pt-8 {
    padding-top: 8px
}

.pt-80 {
    padding-top: 80px
}

.text-center {
    text-align: center
}

.align-top {
    vertical-align: top
}

.text-12px\/16px {
    font-size: 12px;
    line-height: 16px
}

.text-12px\/18px {
    font-size: 12px;
    line-height: 18px
}

.text-12px\/20px {
    font-size: 12px;
    line-height: 20px
}

.text-12px\/24px {
    font-size: 12px;
    line-height: 24px
}

.text-14px {
    font-size: 14px
}

.text-14px\/14px {
    font-size: 14px;
    line-height: 14px
}

.text-14px\/16px {
    font-size: 14px;
    line-height: 16px
}

.text-14px\/24px {
    font-size: 14px;
    line-height: 24px
}

.text-14px\/48px {
    font-size: 14px;
    line-height: 48px
}

.text-16px {
    font-size: 16px
}

.text-16px\/16px {
    font-size: 16px;
    line-height: 16px
}

.text-16px\/20px {
    font-size: 16px;
    line-height: 20px
}

.text-16px\/24px {
    font-size: 16px;
    line-height: 24px
}

.text-16px\/28px {
    font-size: 16px;
    line-height: 28px
}

.text-16px\/40px {
    font-size: 16px;
    line-height: 40px
}

.text-16px\/46px {
    font-size: 16px;
    line-height: 46px
}

.text-16px\/48px {
    font-size: 16px;
    line-height: 48px
}

.text-18px\/20px {
    font-size: 18px;
    line-height: 20px
}

.text-18px\/30px {
    font-size: 18px;
    line-height: 30px
}

.text-20px {
    font-size: 20px
}

.text-20px\/20px {
    font-size: 20px;
    line-height: 20px
}

.text-20px\/32px {
    font-size: 20px;
    line-height: 32px
}

.text-20px\/38px {
    font-size: 20px;
    line-height: 38px
}

.text-20px\/40px {
    font-size: 20px;
    line-height: 40px
}

.text-24px\/36px {
    font-size: 24px;
    line-height: 36px
}

.text-24px\/42px {
    font-size: 24px;
    line-height: 42px
}

.text-28px\/56px {
    font-size: 28px;
    line-height: 56px
}

.text-32px\/32px {
    font-size: 32px;
    line-height: 32px
}

.text-32px\/42px {
    font-size: 32px;
    line-height: 42px
}

.text-32px\/56px {
    font-size: 32px;
    line-height: 56px
}

.text-32px\/68px {
    font-size: 32px;
    line-height: 68px
}

.text-36px\/36px {
    font-size: 36px;
    line-height: 36px
}

.text-36px\/48px {
    font-size: 36px;
    line-height: 48px
}

.text-40px {
    font-size: 40px
}

.text-48px {
    font-size: 48px
}

.text-48px\/48px {
    font-size: 48px;
    line-height: 48px
}

.text-48px\/68px {
    font-size: 48px;
    line-height: 68px
}

.text-48px\/72px {
    font-size: 48px;
    line-height: 72px
}

.text-48px\/80px {
    font-size: 48px;
    line-height: 80px
}

.text-64px\/80px {
    font-size: 64px;
    line-height: 80px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.\!font-medium {
    font-weight: 500 !important
}

.\!font-normal {
    font-weight: 400 !important
}

.font-300 {
    font-weight: 300
}

.font-500, .font-medium {
    font-weight: 500
}

.font-800 {
    font-weight: 800
}

.font-900 {
    font-weight: 900
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.hover\:font-medium:hover {
    font-weight: 500
}

.hover\:font-normal:hover {
    font-weight: 400
}

.leading-20px {
    line-height: 20px
}

.leading-40px {
    line-height: 40px
}

.leading-60px {
    line-height: 60px
}

.tracking--1px {
    letter-spacing: -1px
}

.font-\[Alibaba-PuHuiTi\] {
    font-family: Alibaba-PuHuiTi
}

.color-\#17171D {
    --un-text-opacity: 1;
    color: rgba(23, 23, 29, var(--un-text-opacity))
}

.color-\#F7F7FF, .text-\#f7f7ff {
    --un-text-opacity: 1;
    color: rgba(247, 247, 255, var(--un-text-opacity))
}

.color-\#FFFFFF, .text-white {
    --un-text-opacity: 1;
    color: rgba(255, 255, 255, var(--un-text-opacity))
}

.\!text-\[--text-black\] {
    color: var(--text-black) !important
}

.text-\[rgba\(141\,141\,153\,0\.4\)\] {
    --un-text-opacity: .4;
    color: rgba(141, 141, 153, var(--un-text-opacity))
}

.text-\[rgba\(247\,247\,255\,0\.6\)\] {
    --un-text-opacity: .6;
    color: rgba(247, 247, 255, var(--un-text-opacity))
}

.text-\#00bd68 {
    --un-text-opacity: 1;
    color: rgba(0, 189, 104, var(--un-text-opacity))
}

.text-\#8d8d99 {
    --un-text-opacity: 1;
    color: rgba(141, 141, 153, var(--un-text-opacity))
}

.\!opacity-100 {
    opacity: 1 !important
}

.opacity-100 {
    opacity: 1
}

.opacity-40 {
    opacity: .4
}

.opacity-60 {
    opacity: .6
}

.opacity-80 {
    opacity: .8
}

.hover\:opacity-100:hover {
    opacity: 1
}

.shadow-\[--shadow-1\] {
    --un-shadow: var(--shadow-1);
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.shadow-\[0px_0px_24px_0px_rgba\(0\,0\,0\,0\.16\)\] {
    --un-shadow: 0px 0px 24px 0px var(--un-shadow-color, rgba(0, 0, 0, .16));
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.shadow-\[0px_10px_32px_0px_rgba\(0\,0\,0\,0\.24\)\] {
    --un-shadow: 0px 10px 32px 0px var(--un-shadow-color, rgba(0, 0, 0, .24));
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.shadow-\[0px_8px_24px_0px_rgba\(0\,0\,0\,0\.2\)\] {
    --un-shadow: 0px 8px 24px 0px var(--un-shadow-color, rgba(0, 0, 0, .2));
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.\!outline-offset-0 {
    outline-offset: 0 !important
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.backdrop-blur-0 {
    --un-backdrop-blur: blur(0);
    -webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
    backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)
}

.backdrop-blur-122 {
    --un-backdrop-blur: blur(122px);
    -webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
    backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)
}

.backdrop-blur-16 {
    --un-backdrop-blur: blur(16px);
    -webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
    backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-duration-300 {
    transition-duration: .3s
}

.transition-ease {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-property-\[width\,height\] {
    transition-property: width, height
}

.before\:content-\[\'\'\]:before {
    content: ""
}

.after\:content-\[\'\'\]:after {
    content: ""
}

.text-primary-important {
    color: var(--text-primary) !important
}

.text-primary, .hover\:text-primary:hover {
    color: var(--text-primary)
}

.text-primary-60 {
    color: var(--text-primary-60)
}

.text-primary-80 {
    color: var(--text-primary-80)
}

.border-primary {
    border-color: var(--border-primary)
}

.bg-linear-1 {
    background: var(--linear-1)
}

.bg-linear-2 {
    background: var(--linear-2)
}

.after\:bg-linear-3:after {
    background: var(--linear-3)
}

.bg-linear-9 {
    background: var(--linear-9)
}

.bg-linear-12 {
    background: var(--linear-12)
}

.bg-linear-16 {
    background: var(--linear-16)
}

.bg-linear-17 {
    background: var(--linear-17)
}

.bg-linear-18 {
    background: var(--linear-18)
}

.bg-linear-19 {
    background: var(--linear-19)
}

.bg-linear-20 {
    background: var(--linear-20)
}

.bg-case-end {
    background-image: var(--bg-case-end);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bg-case-eqb {
    background-image: var(--bg-case-eqb);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bg-primary-image {
    background-image: var(--bg-primary-image);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.after\:bg-primary-image:after {
    background-image: var(--bg-primary-image);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.before\:bg-home-1:before {
    background-image: var(--bg-home-1);
    background-repeat: no-repeat;
    background-size: contain
}

.before\:bg-home-2:before {
    background-image: var(--bg-home-2);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.before\:bg-home-3:before {
    background-image: var(--bg-home-3);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bg-home-end {
    background-image: var(--bg-home-end);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bg-home-linear-1 {
    background-image: var(--bg-linear-1);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bg-home-linear-2 {
    background-image: var(--bg-linear-2);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bg-home-linear-3 {
    background-image: var(--bg-linear-3);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bg-home-linear-4 {
    background-image: var(--bg-linear-4);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bg-about {
    background-image: var(--bg-about);
    background-repeat: no-repeat;
    background-size: contain
}

.bg-choose-us {
    background-image: url(../images/why_choose_us-a9e63acc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.blur-16, .tooltip-filter {
    -webkit-backdrop-filter: blur(16.32px);
    backdrop-filter: blur(16.32px)
}

.\[\&\[data-state\=delayed-open\]\]\:animate-slide-fade[data-state=delayed-open] {
    animation-name: slideDownAndFade
}

.bg-tooltip-btn {
    background: rgba(247, 247, 255, .04)
}

.hover\:bg-tooltip-btn-hover:hover {
    background: rgba(247, 247, 255, .12)
}

.bg-btn-border {
    border: 1px solid rgba(247, 247, 255, .4)
}

.bg-tooltip-wechat {
    background: rgba(38, 35, 59, .8)
}

.tooltip-shadow {
    box-shadow: 0 10px 32px #0000003d
}

.tooltip-border {
    border: 1px solid rgba(215, 211, 255, .12)
}

.hover\:bg-btn-immediate:hover {
    background: rgba(247, 247, 255, .8)
}

.wechat-shadow {
    box-shadow: 0 10px 20px #00000019
}

.transition-case {
    transition: transform .6s cubic-bezier(.72, 0, .12, 1)
}

@font-face {
    font-family: Alibaba-PuHuiTi;
    src: url(/assets/fonts/AlibabaPuHuiTi-3-105-Heavy.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: auto
}

:where(html) {
    line-height: 1.15
}

:where(h1) {
    font-size: 2em;
    margin-block-end: .67em;
    margin-block-start: .67em
}

:where(dl,ol,ul) :where(dl,ol,ul) {
    margin-block-end: 0;
    margin-block-start: 0
}

:where(hr) {
    box-sizing: content-box;
    color: inherit;
    height: 0
}

:where(pre) {
    font-family: monospace, monospace;
    font-size: 1em
}

:where(abbr[title]) {
    text-decoration: underline;
    text-decoration: underline dotted
}

:where(b,strong) {
    font-weight: bolder
}

:where(code,kbd,samp) {
    font-family: monospace, monospace;
    font-size: 1em
}

:where(small) {
    font-size: 80%
}

:where(table) {
    border-color: currentColor;
    text-indent: 0
}

:where(button,input,select) {
    margin: 0
}

:where(button) {
    text-transform: none
}

:where(button,input:is([type=button i],[type=reset i],[type=submit i])) {
    -webkit-appearance: button
}

:where(progress) {
    vertical-align: baseline
}

:where(select) {
    text-transform: none
}

:where(textarea) {
    margin: 0
}

:where(input[type=search i]) {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring {
    outline: 1px dotted ButtonText
}

:where(:-moz-ui-invalid) {
    box-shadow: none
}

:where(dialog) {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

:where(dialog:not([open])) {
    display: none
}

:where(summary) {
    display: list-item
}

*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button, [role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle
}

img, video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

:root {
    --text-primary: #f7f7ff;
    --text-primary-60: rgba(247, 247, 255, .6);
    --text-primary-80: rgba(247, 247, 255, .8);
    --text-black: #17171d;
    --shadow-1: 0px 10px 20px 0px rgba(0, 0, 0, .1);
    --linear-1: linear-gradient(180deg, rgba(41, 26, 88, .6) 0%, rgba(20, 14, 39, .18) 46%);
    --linear-2: linear-gradient(180deg, #39327C 0%, #39327c 100%);
    --linear-3: linear-gradient(102deg, #784DFF 2%, #6246FF 29%, #35EBFF 100%);
    --linear-4: linear-gradient(105deg, #38E0FF 2%, #5D5FFF 53%, #774AFF 83%);
    --linear-5: linear-gradient(0deg, #7B61FF, #7B61FF), linear-gradient(99deg, #784DFF 2%, #6246FF 29%, #35EBFF 100%);
    --linear-6: linear-gradient(180deg, rgba(159, 126, 255, .12) 0%, rgba(68, 15, 159, .12) 100%);
    --linear-7: linear-gradient(180deg, rgba(159, 238, 255, .16) 0%, rgba(255, 255, 255, .1) 100%);
    --linear-8: linear-gradient(140deg, #F7F7FF 17%, rgba(247, 247, 255, .2) 83%);
    --linear-9: linear-gradient(180deg, rgba(238, 235, 255, .06) 0%, rgba(238, 235, 255, .02) 46%);
    --linear-10: linear-gradient(109deg, #38E0FF 3%, #5D5FFF 53%, #774AFF 83%);
    --linear-11: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), rgba(247, 247, 255, .12);
    --linear-12: linear-gradient(180deg, rgba(238, 235, 255, .04) 0%, rgba(238, 235, 255, 0) 46%);
    --linear-13: linear-gradient(180deg, #60CDFF 0%, rgba(0, 123, 255, 0) 100%);
    --linear-14: linear-gradient(124deg, #39C3F1 3%, #2688FF 48%, #5526FF 78%);
    --linear-15: linear-gradient(270deg, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, .8) 99%);
    --linear-16: linear-gradient(101deg, #F5FDFF 1%, #70C3FF 18%, #637EFF 51%, #8D68FF 82%);
    --linear-17: linear-gradient(180deg, #F7F7FF 0%, rgba(247, 247, 255, .8) 100%);
    --linear-18: linear-gradient(103deg, #F5FDFF 2%, #70C3FF 18%, #637EFF 51%, #8D68FF 82%);
    --linear-19: linear-gradient(180deg, rgba(238, 235, 255, .072) 0%, rgba(238, 235, 255, .012) 45%);
    --linear-20: linear-gradient(180deg, rgba(238, 235, 255, .064) 0%, rgba(238, 235, 255, .016) 46%);
    --bg-primary-image: url(../images/bg.png);
    --bg-home-1: url(../images/feature_01.png);
    --bg-home-2: url(../images/feature_02.png);
    --bg-home-3: url(../images/feature_03.png);
    --bg-home-4: url(../images/feature_04.png);
    --bg-home-5: url(../images/llm.png);
    --bg-home-end: url(../images/home-end.png);
    --bg-why: url(../images/why-bg.png);
    --bg-why-1: url(../images/why1.png);
    --bg-why-2: url(../images/why2.png);
    --bg-about: url(../images/bg-about.png);
    --bg-linear-1: url(../images/bg-linear1.png);
    --bg-linear-2: url(../images/bg-linear2.png);
    --bg-linear-3: url(../images/bg-linear3.png);
    --bg-linear-4: url(../images/bg-linear4.png);
    --bg-case-end: url(../images/bg-case-end.png);
    --bg-case-eqb: url(../images/eqb.png);
    --border-primary: rgba(215, 211, 255, .12)
}

html, body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, Icons16, sans-serif;
    font-size: 16px;
    font-weight: 400;
    overscroll-behavior: none
}

html {
    height: 100%
}

body {
    min-height: 100%;
    background-color: #121024
}

#app {
    color: var(--text-primary)
}

* {
    line-height: 1em
}

@keyframes slideDownAndFade {
    0% {
        opacity: 0;
        transform: translateY(-2px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
.text-primary li {
    position: relative;
}
.text-primary li:hover .drow-down {
    display: block;
}
.drow-down {
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}
.drow-down-cnt {
    display: flex;
    flex-direction: column;
}
.drow-down-cnt a {
    padding: 10px 20px;
    box-sizing: border-box;
}
.drow-down-cnt a:hover {
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
}