/* layer: preflights */
*,::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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.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: ;}
/* layer: default */
.invisible{visibility:hidden;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.relative{position:relative;}
.sticky{position:sticky;}
.-top-20{top:-5rem;}
.bottom-35{bottom:8.75rem;}
.bottom-8{bottom:2rem;}
.right-1\/11{right:9.0909090909%;}
.right-8{right:2rem;}
.z-1{z-index:1;}
.z-100{z-index:100;}
.z-2{z-index:2;}
.z-3{z-index:3;}
.grid{display:grid;}
.col-span-2{grid-column:span 2/span 2;}
.row-span-2{grid-row:span 2/span 2;}
.col-start-3{grid-column-start:3;}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.m10{margin:2.5rem;}
.m10\.75{margin:2.6875rem;}
.m12{margin:3rem;}
.m14{margin:3.5rem;}
.mx-2{margin-left:0.5rem;margin-right:0.5rem;}
.mx-auto{margin-left:auto;margin-right:auto;}
.-mt-7{margin-top:-1.75rem;}
.mb-3{margin-bottom:0.75rem;}
.ms-auto{margin-inline-start:auto;}
.mt-1{margin-top:0.25rem;}
.mt-3{margin-top:0.75rem;}
.mt-4{margin-top:1rem;}
.mt-6{margin-top:1.5rem;}
.mt-9{margin-top:2.25rem;}
.mt-auto{margin-top:auto;}
.inline-block{display:inline-block;}
.hidden{display:none;}
.aspect-16\/9{aspect-ratio:16/9;}
.aspect-4\/3{aspect-ratio:4/3;}
.aspect-square{aspect-ratio:1/1;}
.h-11{height:2.75rem;}
.h-13{height:3.25rem;}
.h-18px{height:18px;}
.h-4{height:1rem;}
.h-6{height:1.5rem;}
.h-7{height:1.75rem;}
.max-h-\[calc\(100svh-100px\)\]{max-height:calc(100svh - 100px);}
.max-w-360{max-width:90rem;}
.max-w-380{max-width:95rem;}
.w-10{width:2.5rem;}
.w-11{width:2.75rem;}
.w-13{width:3.25rem;}
.w-18px{width:18px;}
.w-200px{width:200px;}
.w-4{width:1rem;}
.w-4\/5{width:80%;}
.w-fit{width:fit-content;}
.w-full{width:100%;}
.flex{display:flex;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.shrink-1{flex-shrink:1;}
.flex-wrap{flex-wrap:wrap;}
.table{display:table;}
.cursor-pointer{cursor:pointer;}
.select-none{-webkit-user-select:none;user-select:none;}
.place-content-center{place-content:center;}
.place-items-center{place-items:center;}
.content-center{align-content:center;}
.items-start{align-items:flex-start;}
.items-center{align-items:center;}
.justify-end{justify-content:flex-end;}
.justify-center{justify-content:center;}
.justify-between{justify-content:space-between;}
.gap-1{gap:0.25rem;}
.gap-2{gap:0.5rem;}
.gap-3{gap:0.75rem;}
.gap-4{gap:1rem;}
.gap-6{gap:1.5rem;}
.gap-x-3{column-gap:0.75rem;}
.gap-y-15{row-gap:3.75rem;}
.divide-y-2>:not([hidden])~:not([hidden]){--un-divide-y-reverse:0;border-top-width:calc(2px * calc(1 - var(--un-divide-y-reverse)));border-bottom-width:calc(2px * var(--un-divide-y-reverse));}
.overflow-auto{overflow:auto;}
.overflow-hidden{overflow:hidden;}
.whitespace-nowrap{white-space:nowrap;}
.border{border-width:1px;}
.border-x{border-left-width:1px;border-right-width:1px;}
.border-b{border-bottom-width:1px;}
.border-b-2{border-bottom-width:2px;}
.border-s{border-inline-start-width:1px;}
.border-black{--un-border-opacity:1;border-color:rgb(0 0 0 / var(--un-border-opacity));}
.border-hex-867a6f{--un-border-opacity:1;border-color:rgb(134 122 111 / var(--un-border-opacity));}
.rounded-full{border-radius:9999px;}
.border-dotted{border-style:dotted;}
.bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity)) /* #000 */;}
.bg-hex-0b1835{--un-bg-opacity:1;background-color:rgb(11 24 53 / var(--un-bg-opacity)) /* #0b1835 */;}
.bg-hex-1f1c67{--un-bg-opacity:1;background-color:rgb(31 28 103 / var(--un-bg-opacity)) /* #1f1c67 */;}
.bg-hex-26278ee6{--un-bg-opacity:0.9;background-color:rgb(38 39 142 / var(--un-bg-opacity)) /* #26278ee6 */;}
.bg-hex-2780ff{--un-bg-opacity:1;background-color:rgb(39 128 255 / var(--un-bg-opacity)) /* #2780ff */;}
.bg-hex-28277c{--un-bg-opacity:1;background-color:rgb(40 39 124 / var(--un-bg-opacity)) /* #28277c */;}
.bg-hex-2a278e{--un-bg-opacity:1;background-color:rgb(42 39 142 / var(--un-bg-opacity)) /* #2a278e */;}
.bg-hex-313751{--un-bg-opacity:1;background-color:rgb(49 55 81 / var(--un-bg-opacity)) /* #313751 */;}
.bg-hex-322526{--un-bg-opacity:1;background-color:rgb(50 37 38 / var(--un-bg-opacity)) /* #322526 */;}
.bg-hex-363966{--un-bg-opacity:1;background-color:rgb(54 57 102 / var(--un-bg-opacity)) /* #363966 */;}
.bg-hex-399500{--un-bg-opacity:1;background-color:rgb(57 149 0 / var(--un-bg-opacity)) /* #399500 */;}
.bg-hex-aa0d81{--un-bg-opacity:1;background-color:rgb(170 13 129 / var(--un-bg-opacity)) /* #aa0d81 */;}
.bg-hex-fffc{--un-bg-opacity:0.8;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fffc */;}
.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity)) /* #fff */;}
.from-hex-9c008a{--un-gradient-from-position:0%;--un-gradient-from:rgb(156 0 138 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(156 0 138 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);}
.to-hex-26278e{--un-gradient-to-position:100%;--un-gradient-to:rgb(38 39 142 / var(--un-to-opacity, 1)) var(--un-gradient-to-position);}
.bg-gradient-to-r{--un-gradient-shape:to right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));}
.object-cover{object-fit:cover;}
.p-0{padding:0;}
.p-2{padding:0.5rem;}
.p-3{padding:0.75rem;}
.p-6{padding:1.5rem;}
.px-16px{padding-left:16px;padding-right:16px;}
.px-3{padding-left:0.75rem;padding-right:0.75rem;}
.px-4{padding-left:1rem;padding-right:1rem;}
.py-15{padding-top:3.75rem;padding-bottom:3.75rem;}
.py-20{padding-top:5rem;padding-bottom:5rem;}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem;}
.pb-2{padding-bottom:0.5rem;}
.pb-20{padding-bottom:5rem;}
.pb-3{padding-bottom:0.75rem;}
.pt-1{padding-top:0.25rem;}
.pt-9{padding-top:2.25rem;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.text-2xl{font-size:1.5rem;line-height:2rem;}
.text-3xl{font-size:1.875rem;line-height:2.25rem;}
.text-base{font-size:1rem;line-height:1.5rem;}
.text-lg{font-size:1.125rem;line-height:1.75rem;}
.text-sm{font-size:0.875rem;line-height:1.25rem;}
.text-xl{font-size:1.25rem;line-height:1.75rem;}
.text-hex-26278e{--un-text-opacity:1;color:rgb(38 39 142 / var(--un-text-opacity)) /* #26278e */;}
.text-hex-2e2e2e{--un-text-opacity:1;color:rgb(46 46 46 / var(--un-text-opacity)) /* #2e2e2e */;}
.text-hex-6e7783{--un-text-opacity:1;color:rgb(110 119 131 / var(--un-text-opacity)) /* #6e7783 */;}
.text-hex-9c008a{--un-text-opacity:1;color:rgb(156 0 138 / var(--un-text-opacity)) /* #9c008a */;}
.text-hex-ebdfc7{--un-text-opacity:1;color:rgb(235 223 199 / var(--un-text-opacity)) /* #ebdfc7 */;}
.text-hex-fff9{--un-text-opacity:0.6;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff9 */;}
.text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity)) /* #fff */;}
.font-500{font-weight:500;}
.font-600{font-weight:600;}
.font-700{font-weight:700;}
.font-normal{font-weight:400;}
.transition-height-500{transition-property:height;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:500ms;}
@media (min-width: 768px){
.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr));}
.md\:-mt-25{margin-top:-6.25rem;}
.md\:mt-17{margin-top:4.25rem;}
.md\:mt-24{margin-top:6rem;}
.md\:w-65{width:16.25rem;}
.md\:flex{display:flex;}
.md\:px-8{padding-left:2rem;padding-right:2rem;}
.md\:pt-24{padding-top:6rem;}
}
@media (min-width: 1024px){
.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.lg\:w-14{width:3.5rem;}
.lg\:justify-start{justify-content:flex-start;}
}
@media (min-width: 1280px){
.xl\:grid{display:grid;}
.xl\:hidden{display:none;}
.xl\:flex{display:flex;}
}