@charset "UTF-8";@layer base{:root{--color-primary-50: #f0f9ff;--color-primary-100: #e0f2fe;--color-primary-200: #bae6fd;--color-primary-300: #7dd3fc;--color-primary-400: #38bdf8;--color-primary-500: #0ea5e9;--color-primary-600: #0284c7;--color-primary-700: #0369a1;--color-primary-800: #075985;--color-primary-900: #0c4a6e}}.category-list{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.category-list .category-main{display:flex;flex-wrap:wrap;gap:.5rem}.category-list .category-main .category-link{border-radius:.375rem;--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity));padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity));font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.category-list .category-main .category-link:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.dark .category-list .category-main .category-link{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(229 231 235 / var(--un-text-opacity))}.dark .category-list .category-main .category-link:hover{--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity))}.category-list .category-main .category-link.active{--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.category-list .category-main .category-link.active:hover,.dark .category-list .category-main .category-link.active{--un-bg-opacity:1;background-color:rgb(37 99 235 / var(--un-bg-opacity))}.dark .category-list .category-main .category-link.active:hover{--un-bg-opacity:1;background-color:rgb(29 78 216 / var(--un-bg-opacity))}.category-list .category-children-container{max-height:0;overflow:hidden;transition-property:all;transition-duration:.15s;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.category-list .category-children-container.expanded{max-height:2000px}.category-list .category-children-container .category-children-group{margin-bottom:1rem}.category-list .category-children-container .category-children-group:last-child{margin-bottom:0}.category-list .category-children-container .category-children-group .category-children-title{margin-bottom:.5rem;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(229 231 235 / var(--un-border-opacity));padding-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity));font-weight:500}.dark .category-list .category-children-container .category-children-group .category-children-title{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}@media (max-width: 767.9px){.category-list .category-children-container .category-children-group .category-children-title{text-align:center}}.category-list .category-children-container .category-children-group .category-children{display:flex;flex-wrap:wrap;gap:.25rem}@media (min-width: 768px){.category-list .category-children-container .category-children-group .category-children{gap:.5rem}}.category-list .category-children-container .category-children-group .category-children .category-link{border-radius:.375rem;--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity));padding:.25rem .625rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.category-list .category-children-container .category-children-group .category-children .category-link:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.dark .category-list .category-children-container .category-children-group .category-children .category-link{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.dark .category-list .category-children-container .category-children-group .category-children .category-link:hover{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity))}.category-list .category-children-container .category-children-group .category-children .category-link.active{--un-bg-opacity:1;background-color:rgb(219 234 254 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(29 78 216 / var(--un-text-opacity))}.category-list .category-children-container .category-children-group .category-children .category-link.active:hover{--un-bg-opacity:1;background-color:rgb(191 219 254 / var(--un-bg-opacity))}.dark .category-list .category-children-container .category-children-group .category-children .category-link.active{--un-bg-opacity:1;background-color:rgb(30 58 138 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(147 197 253 / var(--un-text-opacity))}.dark .category-list .category-children-container .category-children-group .category-children .category-link.active:hover{--un-bg-opacity:1;background-color:rgb(30 64 175 / var(--un-bg-opacity))}.category-list .category-toggle-btn{margin-top:.5rem;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(239 246 255 / var(--un-bg-opacity));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity));font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.category-list .category-toggle-btn:hover{--un-bg-opacity:1;background-color:rgb(219 234 254 / var(--un-bg-opacity))}.dark .category-list .category-toggle-btn{background-color:#1e3a8a80;--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.dark .category-list .category-toggle-btn:hover{--un-bg-opacity:1;background-color:rgb(30 58 138 / var(--un-bg-opacity))}[data-lazy]{opacity:0;transition:opacity .3s ease-in-out}[role=tablist]{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}[role=tablist]::-webkit-scrollbar{display:none}[role=tablist] .active{@apply;}.lazy-loaded{opacity:1}.tabs{position:relative;width:100%;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.tabs>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.5rem * var(--un-space-x-reverse))}@media (min-width: 768px){.tabs>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1rem * var(--un-space-x-reverse))}}.tabs::-webkit-scrollbar{display:none}.tabs [role=tab]{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border-radius:.375rem;padding:.375rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}@media (min-width: 768px){.tabs [role=tab]{font-size:1rem;line-height:1.5rem}}.tabs [role=tab]:hover{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.tabs [role=tab].active,.tabs [role=tab]:hover{--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity));font-weight:500}.tabs [role=tab].active:before,.tabs [role=tab]:hover:before{position:absolute;bottom:-.00625rem;left:0;width:100%;height:2.5px;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(245 48 3 / var(--un-bg-opacity));content:""}.video-grid-item{@apply group;}.video-grid-item:hover .video-grid-item__image{--un-scale-x:1.1;--un-scale-y:1.1;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))}@media (min-width: 1024px){.video-grid-item--list{display:flex;gap:.75rem}}.video-grid-item__thumb{position:relative;overflow:hidden;border-radius:.375rem;aspect-ratio:16/10}.video-grid-item__thumb:after{position:absolute;bottom:0;width:100%;height:2rem;--un-gradient-from-position:0%;--un-gradient-from:transparent var(--un-gradient-from-position);--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-to-position:100%;--un-gradient-to:rgb(0 0 0 / .6) var(--un-gradient-to-position);--un-gradient-shape:to bottom in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));content:""}@media (min-width: 1024px){.video-grid-item__thumb--list{width:10rem;height:6rem;flex-shrink:0}}.video-grid-item__ranking{position:absolute;top:0;left:0;z-index:20;border-bottom-right-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700}.video-grid-item__ranking--top10{--un-bg-opacity:1;background-color:rgb(245 48 3 / var(--un-bg-opacity))}.video-grid-item__ranking--normal{--un-bg-opacity:1;background-color:rgb(34 197 94 / var(--un-bg-opacity))}.video-grid-item__image{width:100%;height:100%;object-fit:cover;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.group:hover .video-grid-item__image{--un-scale-x:1.1;--un-scale-y:1.1;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))}.video-grid-item__type{position:absolute;bottom:.25rem;z-index:10;border-radius:.25rem;padding:.125rem .25rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.video-grid-item__type--left{left:.25rem}.video-grid-item__type--right{right:.25rem}.video-grid-item__content{margin-top:.5rem}@media (min-width: 1024px){.video-grid-item__content--list{margin-top:0;display:flex;flex:1 1 0%;flex-direction:column;justify-content:space-between;padding-bottom:1rem}}.video-grid-item__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;margin-bottom:.25rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(27 27 24 / var(--un-text-opacity))}.dark .video-grid-item__title{--un-text-opacity:1;color:rgb(237 237 236 / var(--un-text-opacity))}@media (min-width: 768px){.video-grid-item__title{font-size:.875rem;line-height:1.25rem}}.video-grid-item__title em{--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity));font-style:normal}.video-grid-item__meta{margin-top:.25rem;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.dark .video-grid-item__meta{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.video-grid-item__meta-item{display:flex;align-items:center;gap:.25rem}.btn_text{flex:1 1 auto;border-radius:.375rem;--un-bg-opacity:1;background-color:rgb(240 240 240 / var(--un-bg-opacity));padding:.25rem .5rem;text-align:center;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(112 111 108 / var(--un-text-opacity))}.dark .btn_text{--un-bg-opacity:1;background-color:rgb(28 28 26 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(161 160 154 / var(--un-text-opacity))}.btn_text:hover{--un-bg-opacity:1;background-color:rgb(230 230 230 / var(--un-bg-opacity))}.dark .btn_text:hover{--un-bg-opacity:1;background-color:rgb(42 42 40 / var(--un-bg-opacity))}@media (min-width: 768px){.btn_text{padding:.5rem .75rem}}.btn_tags{border-radius:9999px;--un-bg-opacity:1;background-color:rgb(240 240 240 / var(--un-bg-opacity));padding:.375rem .75rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(112 111 108 / var(--un-text-opacity))}.dark .btn_tags{--un-bg-opacity:1;background-color:rgb(28 28 26 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(161 160 154 / var(--un-text-opacity))}.btn_tags:hover{--un-bg-opacity:1;background-color:rgb(230 230 230 / var(--un-bg-opacity))}.dark .btn_tags:hover{--un-bg-opacity:1;background-color:rgb(42 42 40 / var(--un-bg-opacity))}*,: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 / .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 / .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: }.i-heroicons-clock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0a9 9 0 0 1 18 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;display:inline-block;vertical-align:middle}.i-heroicons-eye{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M2.036 12.322a1 1 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178c.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178'/%3E%3Cpath d='M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;display:inline-block;vertical-align:middle}.i-heroicons-paper-clip{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' display='inline-block' vertical-align='middle' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m18.375 12.739l-7.693 7.693a4.5 4.5 0 0 1-6.364-6.364l10.94-10.94A3 3 0 1 1 19.5 7.372L8.552 18.32m.009-.01l-.01.01m5.699-9.941l-7.81 7.81a1.5 1.5 0 0 0 2.112 2.13'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1.2em;height:1.2em;display:inline-block;vertical-align:middle}.container{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:.5rem;padding-right:.5rem}.f-between{display:flex;align-items:center;justify-content:space-between}.f-center{display:flex;align-items:center;justify-content:center}.flex-col-center{display:flex;flex-direction:column;align-items:center}@media (min-width: 640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container{padding-left:2rem;padding-right:2rem}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.bottom-8{bottom:2rem}.right-2{right:.5rem}.right-8{right:2rem}.top-1\/2{top:50%}.z-0{z-index:0}.focus\:z-10:focus{z-index:10}.order-last{order:9999}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.m11{margin:2.75rem}.mx-auto{margin-left:auto;margin-right:auto}.-ml-px{margin-left:-1px}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-3{margin-left:.75rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.block,.dark .dark\:block{display:block}.inline-block{display:inline-block}.dark .dark\:hidden,.hidden{display:none}.aspect-video{aspect-ratio:16/9}.h-10{height:2.5rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-full{height:100%}.max-w-3xl{max-width:48rem}.min-h-screen{min-height:100vh}.min-w-max{min-width:max-content}.w-10{width:2.5rem}.w-20{width:5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-full{width:100%}.flex{display:flex}.inline-flex{display:inline-flex}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}[dir=rtl] .rtl\:flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.-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))}.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))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1rem * var(--un-space-x-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.5rem * var(--un-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1rem * var(--un-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.5rem * var(--un-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(2rem * var(--un-space-y-reverse))}.overflow-x-auto{overflow-x:auto}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-\[\#19140035\]{--un-border-opacity:.21;border-color:rgb(25 20 0 / var(--un-border-opacity))}.border-\[\#e3e3e0\]{--un-border-opacity:1;border-color:rgb(227 227 224 / var(--un-border-opacity))}.border-gray-300{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity))}.border-transparent{border-color:transparent}.dark .dark\:border-\[\#3E3E3A\]{--un-border-opacity:1;border-color:rgb(62 62 58 / var(--un-border-opacity))}.dark .dark\:border-gray-600{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity))}.dark .dark\:hover\:border-\[\#3E3E3A\]:hover{--un-border-opacity:1;border-color:rgb(62 62 58 / var(--un-border-opacity))}.hover\:border-\[\#19140035\]:hover{--un-border-opacity:.21;border-color:rgb(25 20 0 / var(--un-border-opacity))}.dark .dark\:focus\:border-blue-700:focus{--un-border-opacity:1;border-color:rgb(29 78 216 / var(--un-border-opacity))}.dark .dark\:focus\:border-blue-800:focus{--un-border-opacity:1;border-color:rgb(30 64 175 / var(--un-border-opacity))}.focus\:border-\[\#f53003\]:focus{--un-border-opacity:1;border-color:rgb(245 48 3 / var(--un-border-opacity))}.focus\:border-blue-300:focus{--un-border-opacity:1;border-color:rgb(147 197 253 / var(--un-border-opacity))}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.bg-\[\#3E3E3A\]{--un-bg-opacity:1;background-color:rgb(62 62 58 / var(--un-bg-opacity))}.bg-\[\#f0f0f0\]{--un-bg-opacity:1;background-color:rgb(240 240 240 / var(--un-bg-opacity))}.bg-\[\#f53003\]{--un-bg-opacity:1;background-color:rgb(245 48 3 / var(--un-bg-opacity))}.bg-\[\#f9f9f8\]{--un-bg-opacity:1;background-color:rgb(249 249 248 / var(--un-bg-opacity))}.bg-\[\#FDFDFC\]{--un-bg-opacity:1;background-color:rgb(253 253 252 / var(--un-bg-opacity))}.bg-black{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}.bg-gray-100{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.bg-gray-200{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.dark .dark\:bg-\[\#131312\]{--un-bg-opacity:1;background-color:rgb(19 19 18 / var(--un-bg-opacity))}.dark .dark\:bg-\[\#1C1C1A\]{--un-bg-opacity:1;background-color:rgb(28 28 26 / var(--un-bg-opacity))}.dark .dark\:bg-\[\#1d1d1d\]{--un-bg-opacity:1;background-color:rgb(29 29 29 / var(--un-bg-opacity))}.dark .dark\:bg-\[\#2A2A2A\]{--un-bg-opacity:1;background-color:rgb(42 42 42 / var(--un-bg-opacity))}.dark .dark\:bg-\[\#EDEDEC\]{--un-bg-opacity:1;background-color:rgb(237 237 236 / var(--un-bg-opacity))}.dark .dark\:bg-gray-800{--un-bg-opacity:1;background-color:rgb(31 41 55 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-\[\#1C1C1A\]:hover{--un-bg-opacity:1;background-color:rgb(28 28 26 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-\[\#1f1f1e\]:hover{--un-bg-opacity:1;background-color:rgb(31 31 30 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-\[\#3A3A3A\]:hover{--un-bg-opacity:1;background-color:rgb(58 58 58 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-gray-700:hover{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity))}.hover\:bg-\[\#eeeeeb\]:hover{--un-bg-opacity:1;background-color:rgb(238 238 235 / var(--un-bg-opacity))}.hover\:bg-\[\#f9f9f8\]:hover{--un-bg-opacity:1;background-color:rgb(249 249 248 / var(--un-bg-opacity))}.hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.hover\:bg-gray-200:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.active\:bg-gray-100:active{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.dark .dark\:active\:bg-gray-700:active{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity))}[stroke-width~="2"]{stroke-width:2px}.p-2{padding:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.dark .dark\:text-\[\#1C1C1A\]{--un-text-opacity:1;color:rgb(28 28 26 / var(--un-text-opacity))}.dark .dark\:text-\[\#A1A09A\]{--un-text-opacity:1;color:rgb(161 160 154 / var(--un-text-opacity))}.dark .dark\:text-\[\#EDEDEC\]{--un-text-opacity:1;color:rgb(237 237 236 / var(--un-text-opacity))}.dark .dark\:text-\[\#FF4433\]{--un-text-opacity:1;color:rgb(255 68 51 / var(--un-text-opacity))}.dark .dark\:text-gray-300{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.dark .dark\:text-gray-400{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.dark .dark\:text-gray-600,.text-gray-600{--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.text-\[\#1b1b18\]{--un-text-opacity:1;color:rgb(27 27 24 / var(--un-text-opacity))}.text-\[\#706f6c\]{--un-text-opacity:1;color:rgb(112 111 108 / var(--un-text-opacity))}.text-\[\#f53003\]{--un-text-opacity:1;color:rgb(245 48 3 / var(--un-text-opacity))}.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.text-gray-700{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity))}.text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.text-white\/50{color:#ffffff80}.dark .dark\:hover\:text-\[\#FF4433\]:hover{--un-text-opacity:1;color:rgb(255 68 51 / var(--un-text-opacity))}.dark .dark\:hover\:text-gray-300:hover{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.hover\:text-\[\#f53003\]:hover{--un-text-opacity:1;color:rgb(245 48 3 / var(--un-text-opacity))}.hover\:text-gray-400:hover{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.hover\:text-gray-500:hover,.active\:text-gray-500:active{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.active\:text-gray-700:active{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity))}.dark .dark\:active\:text-gray-300:active{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.font-bold{font-weight:700}.font-medium{font-weight:500}.fw-semibold{font-weight:600}.leading-5{line-height:1.25rem}.leading-normal{line-height:1.5}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.opacity-50{opacity:.5}.shadow-lg{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-sm{--un-shadow:var(--un-shadow-inset) 0 1px 2px 0 var(--un-shadow-color, rgb(0 0 0 / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus\:ring:focus{--un-ring-width:3px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-gray-300{--un-ring-opacity:1;--un-ring-color:rgb(209 213 219 / var(--un-ring-opacity)) }.focus\:ring-\[\#f53003\]:focus{--un-ring-opacity:1;--un-ring-color:rgb(245 48 3 / var(--un-ring-opacity)) }.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width: 767.9px){.lt-md\:w-full{width:100%}.\<md\:flex{display:flex}}@media (min-width: 640px){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:hidden{display:none}.sm\:flex{display:flex}.sm\:flex-1{flex:1 1 0%}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}}@media (min-width: 768px){.md\:order-none{order:0}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:mb-0{margin-bottom:0}.md\:ml-auto{margin-left:auto}.md\:mt-0{margin-top:0}.md\:\[\&\>\:nth-last-child\(-n\+1\)\]\:hidden>:nth-last-child(-n+1){display:none}.md\:w-auto{width:auto}.md\:flex{display:flex}.md\:flex-grow{flex-grow:1}.md\:flex-row{flex-direction:row}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-center{align-items:center}.md\:justify-center{justify-content:center}.md\:gap-8{gap:2rem}.md\:gap-y-0{row-gap:0}.md\:space-x-6>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1.5rem * var(--un-space-x-reverse))}.md\:space-y-0>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(0px * var(--un-space-y-reverse))}.md\:space-y-8>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(2rem * var(--un-space-y-reverse))}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1024px){.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:mt-0{margin-top:0}.lg\:\[\&\>\:nth-last-child\(-n\+2\)\]\:hidden>:nth-last-child(-n+2){display:none}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}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-feature-settings:normal;font-variation-settings:normal;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-feature-settings:inherit;font-variation-settings: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}dialog{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]:where(:not([hidden=until-found])){display:none}
