@keyframes ft-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ft-blurIn{0%{opacity:0;filter:blur(5px)}to{opacity:1;filter:blur(0px)}}@keyframes ft-typewriter{0%{width:0;overflow:hidden}to{width:fit-content}}@keyframes ft-slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes ft-fadeAndScale{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes ft-colorTransition{0%{color:red}to{color:#000}}@keyframes ft-rotateIn{0%{transform:rotate(-360deg);opacity:0}to{transform:rotate(0);opacity:1}}@keyframes ft-bounceIn{0%,40%,80%,to{transform:translateY(0)}20%{transform:translateY(-10%)}60%{transform:translateY(-5%)}}@keyframes ft-elastic{0%,to{transform:scale(1)}10%{transform:scale(1.2)}}@keyframes ft-highlight{0%{background-color:#ff0}to{background-color:transparent}}@keyframes ft-blurAndSharpen{0%{filter:blur(5px);opacity:0}to{filter:blur(0);opacity:1}}@keyframes ft-dropIn{0%{transform:translateY(-10%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ft-slideUp{0%{transform:translateY(10%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ft-wave{0%{transform:translateY(0)}50%{transform:translateY(-10%)}to{transform:translateY(0)}}:root{--ft-marker-animation: none}.ft-custom-li::marker{animation:var(--ft-marker-animation)}.ft-code-block{animation:var(--ft-marker-animation)}@layer reset,base,tokens,recipes,utilities;@layer reset{html,:host{--font-fallback: 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";-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;line-height:1.5;font-family:var(--global-font-body, var(--font-fallback))}*,:before,:after,::backdrop,::file-selector-button{margin:0;padding:0;box-sizing:border-box;border-width:0px;border-style:solid;border-color:var(--global-color-border, currentColor)}hr{height:0px;color:inherit;border-top-width:1px}body{height:100%;line-height:inherit}img{border-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-size:inherit;font-weight:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ol,ul,menu{list-style:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{-moz-appearance:button;appearance:button;-webkit-appearance:button}button,input,optgroup,select,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;background:var(--colors-transparent)}::placeholder{opacity:1;--placeholder-fallback: color-mix(in srgb, currentColor 50%, transparent);color:var(--global-color-placeholder, var(--placeholder-fallback))}textarea{resize:vertical}table{text-indent:0px;border-collapse:collapse;border-color:inherit}summary{display:list-item}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}dialog{padding:0}a{color:inherit;text-decoration:inherit}abbr:where([title]){text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{--font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New";font-feature-settings:normal;font-variation-settings:normal;font-family:var(--global-font-mono, var(--font-mono-fallback));font-size:1em}progress{vertical-align:baseline}::-webkit-search-decoration,::-webkit-search-cancel-button{-webkit-appearance:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}:-moz-ui-invalid{box-shadow:none}:-moz-focusring{outline:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer base{:root{--made-with-panda: "🐼"}*,:before,:after,::backdrop{--blur: ;--brightness: ;--contrast: ;--grayscale: ;--hue-rotate: ;--invert: ;--saturate: ;--sepia: ;--drop-shadow: ;--backdrop-blur: ;--backdrop-brightness: ;--backdrop-contrast: ;--backdrop-grayscale: ;--backdrop-hue-rotate: ;--backdrop-invert: ;--backdrop-opacity: ;--backdrop-saturate: ;--backdrop-sepia: ;--gradient-from-position: ;--gradient-to-position: ;--gradient-via-position: ;--scroll-snap-strictness: proximity;--border-spacing-x: 0;--border-spacing-y: 0;--translate-x: 0;--translate-y: 0;--rotate: 0;--rotate-x: 0;--rotate-y: 0;--skew-x: 0;--skew-y: 0;--scale-x: 1;--scale-y: 1}body{color:#374151;font-family:Inter,system-ui,sans-serif}}@layer tokens{:where(:root,:host){--aspect-ratios-square: 1 / 1;--aspect-ratios-landscape: 4 / 3;--aspect-ratios-portrait: 3 / 4;--aspect-ratios-wide: 16 / 9;--aspect-ratios-ultrawide: 18 / 5;--aspect-ratios-golden: 1.618 / 1;--borders-none: none;--easings-default: cubic-bezier(.4, 0, .2, 1);--easings-linear: linear;--easings-in: cubic-bezier(.4, 0, 1, 1);--easings-out: cubic-bezier(0, 0, .2, 1);--easings-in-out: cubic-bezier(.4, 0, .2, 1);--durations-fastest: 50ms;--durations-faster: .1s;--durations-fast: .15s;--durations-normal: .2s;--durations-slow: .3s;--durations-slower: .4s;--durations-slowest: .5s;--font-weights-thin: 100;--font-weights-extralight: 200;--font-weights-light: 300;--font-weights-normal: 400;--font-weights-medium: 500;--font-weights-semibold: 600;--font-weights-bold: 700;--font-weights-extrabold: 800;--font-weights-black: 900;--line-heights-none: 1;--line-heights-tight: 1.25;--line-heights-snug: 1.375;--line-heights-normal: 1.5;--line-heights-relaxed: 1.625;--line-heights-loose: 2;--letter-spacings-tighter: -.05em;--letter-spacings-tight: -.025em;--letter-spacings-normal: 0em;--letter-spacings-wide: .025em;--letter-spacings-wider: .05em;--letter-spacings-widest: .1em;--font-sizes-2xs: .5rem;--font-sizes-xs: .75rem;--font-sizes-sm: .875rem;--font-sizes-md: 1rem;--font-sizes-lg: 1.125rem;--font-sizes-xl: 1.25rem;--font-sizes-2xl: 1.5rem;--font-sizes-3xl: 1.875rem;--font-sizes-4xl: 2.25rem;--font-sizes-5xl: 3rem;--font-sizes-6xl: 3.75rem;--font-sizes-7xl: 4.5rem;--font-sizes-8xl: 6rem;--font-sizes-9xl: 8rem;--shadows-xs: 0 1px 2px 0 rgb(0 0 0 / .05);--shadows-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadows-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadows-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadows-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadows-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--shadows-inner: inset 0 2px 4px 0 rgb(0 0 0 / .05);--blurs-sm: 4px;--blurs-base: 8px;--blurs-md: 12px;--blurs-lg: 16px;--blurs-xl: 24px;--blurs-2xl: 40px;--blurs-3xl: 64px;--spacing-0: 0rem;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-7: 1.75rem;--spacing-8: 2rem;--spacing-9: 2.25rem;--spacing-10: 2.5rem;--spacing-11: 2.75rem;--spacing-12: 3rem;--spacing-14: 3.5rem;--spacing-16: 4rem;--spacing-20: 5rem;--spacing-24: 6rem;--spacing-28: 7rem;--spacing-32: 8rem;--spacing-36: 9rem;--spacing-40: 10rem;--spacing-44: 11rem;--spacing-48: 12rem;--spacing-52: 13rem;--spacing-56: 14rem;--spacing-60: 15rem;--spacing-64: 16rem;--spacing-72: 18rem;--spacing-80: 20rem;--spacing-96: 24rem;--spacing-0\.5: .125rem;--spacing-1\.5: .375rem;--spacing-2\.5: .625rem;--spacing-3\.5: .875rem;--sizes-0: 0rem;--sizes-1: .25rem;--sizes-2: .5rem;--sizes-3: .75rem;--sizes-4: 1rem;--sizes-5: 1.25rem;--sizes-6: 1.5rem;--sizes-7: 1.75rem;--sizes-8: 2rem;--sizes-9: 2.25rem;--sizes-10: 2.5rem;--sizes-11: 2.75rem;--sizes-12: 3rem;--sizes-14: 3.5rem;--sizes-16: 4rem;--sizes-20: 5rem;--sizes-24: 6rem;--sizes-28: 7rem;--sizes-32: 8rem;--sizes-36: 9rem;--sizes-40: 10rem;--sizes-44: 11rem;--sizes-48: 12rem;--sizes-52: 13rem;--sizes-56: 14rem;--sizes-60: 15rem;--sizes-64: 16rem;--sizes-72: 18rem;--sizes-80: 20rem;--sizes-96: 24rem;--sizes-0\.5: .125rem;--sizes-1\.5: .375rem;--sizes-2\.5: .625rem;--sizes-3\.5: .875rem;--sizes-xs: 20rem;--sizes-sm: 24rem;--sizes-md: 28rem;--sizes-lg: 32rem;--sizes-xl: 36rem;--sizes-2xl: 42rem;--sizes-3xl: 48rem;--sizes-4xl: 56rem;--sizes-5xl: 64rem;--sizes-6xl: 72rem;--sizes-7xl: 80rem;--sizes-8xl: 90rem;--sizes-prose: 65ch;--sizes-full: 100%;--sizes-min: min-content;--sizes-max: max-content;--sizes-fit: fit-content;--sizes-breakpoint-sm: 640px;--sizes-breakpoint-md: 768px;--sizes-breakpoint-lg: 1024px;--sizes-breakpoint-xl: 1280px;--sizes-breakpoint-2xl: 1536px;--animations-spin: spin 1s linear infinite;--animations-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;--animations-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--animations-bounce: bounce 1s infinite;--fonts-sans: "IBM Plex Sans", sans-serif;--fonts-serif: "IBM Plex Serif", serif;--fonts-mono: "IBM Plex Mono", monospace;--fonts-base: var(--fonts-sans);--radii-xs: .125rem;--radii-sm: .25rem;--radii-md: .375rem;--radii-lg: .5rem;--radii-2xl: 1rem;--radii-3xl: 1.5rem;--radii-4xl: 2rem;--radii-full: 9999px;--radii-primary: 12px;--radii-xl: 30px;--colors-current: currentColor;--colors-black: #000;--colors-white: #fff;--colors-transparent: rgb(0 0 0 / 0);--colors-rose-50: #fff1f2;--colors-rose-100: #ffe4e6;--colors-rose-200: #fecdd3;--colors-rose-300: #fda4af;--colors-rose-400: #fb7185;--colors-rose-500: #f43f5e;--colors-rose-600: #e11d48;--colors-rose-700: #be123c;--colors-rose-800: #9f1239;--colors-rose-900: #881337;--colors-rose-950: #4c0519;--colors-pink-50: #fdf2f8;--colors-pink-100: #fce7f3;--colors-pink-200: #fbcfe8;--colors-pink-300: #f9a8d4;--colors-pink-400: #f472b6;--colors-pink-500: #ec4899;--colors-pink-600: #db2777;--colors-pink-700: #be185d;--colors-pink-800: #9d174d;--colors-pink-900: #831843;--colors-pink-950: #500724;--colors-fuchsia-50: #fdf4ff;--colors-fuchsia-100: #fae8ff;--colors-fuchsia-200: #f5d0fe;--colors-fuchsia-300: #f0abfc;--colors-fuchsia-400: #e879f9;--colors-fuchsia-500: #d946ef;--colors-fuchsia-600: #c026d3;--colors-fuchsia-700: #a21caf;--colors-fuchsia-800: #86198f;--colors-fuchsia-900: #701a75;--colors-fuchsia-950: #4a044e;--colors-purple-50: #faf5ff;--colors-purple-100: #f3e8ff;--colors-purple-200: #e9d5ff;--colors-purple-300: #d8b4fe;--colors-purple-400: #c084fc;--colors-purple-500: #a855f7;--colors-purple-600: #9333ea;--colors-purple-700: #7e22ce;--colors-purple-800: #6b21a8;--colors-purple-900: #581c87;--colors-purple-950: #3b0764;--colors-violet-50: #f5f3ff;--colors-violet-100: #ede9fe;--colors-violet-200: #ddd6fe;--colors-violet-300: #c4b5fd;--colors-violet-400: #a78bfa;--colors-violet-500: #8b5cf6;--colors-violet-600: #7c3aed;--colors-violet-700: #6d28d9;--colors-violet-800: #5b21b6;--colors-violet-900: #4c1d95;--colors-violet-950: #2e1065;--colors-indigo-50: #eef2ff;--colors-indigo-100: #e0e7ff;--colors-indigo-200: #c7d2fe;--colors-indigo-300: #a5b4fc;--colors-indigo-400: #818cf8;--colors-indigo-500: #6366f1;--colors-indigo-600: #4f46e5;--colors-indigo-700: #4338ca;--colors-indigo-800: #3730a3;--colors-indigo-900: #312e81;--colors-indigo-950: #1e1b4b;--colors-blue-50: #eff6ff;--colors-blue-100: #dbeafe;--colors-blue-200: #bfdbfe;--colors-blue-300: #93c5fd;--colors-blue-400: #60a5fa;--colors-blue-500: #3b82f6;--colors-blue-600: #2563eb;--colors-blue-700: #1d4ed8;--colors-blue-800: #1e40af;--colors-blue-900: #1e3a8a;--colors-blue-950: #172554;--colors-sky-50: #f0f9ff;--colors-sky-100: #e0f2fe;--colors-sky-200: #bae6fd;--colors-sky-300: #7dd3fc;--colors-sky-400: #38bdf8;--colors-sky-500: #0ea5e9;--colors-sky-600: #0284c7;--colors-sky-700: #0369a1;--colors-sky-800: #075985;--colors-sky-900: #0c4a6e;--colors-sky-950: #082f49;--colors-cyan-50: #ecfeff;--colors-cyan-100: #cffafe;--colors-cyan-200: #a5f3fc;--colors-cyan-300: #67e8f9;--colors-cyan-400: #22d3ee;--colors-cyan-500: #06b6d4;--colors-cyan-600: #0891b2;--colors-cyan-700: #0e7490;--colors-cyan-800: #155e75;--colors-cyan-900: #164e63;--colors-cyan-950: #083344;--colors-teal-50: #f0fdfa;--colors-teal-100: #ccfbf1;--colors-teal-200: #99f6e4;--colors-teal-300: #5eead4;--colors-teal-400: #2dd4bf;--colors-teal-500: #14b8a6;--colors-teal-600: #0d9488;--colors-teal-700: #0f766e;--colors-teal-800: #115e59;--colors-teal-900: #134e4a;--colors-teal-950: #042f2e;--colors-emerald-50: #ecfdf5;--colors-emerald-100: #d1fae5;--colors-emerald-200: #a7f3d0;--colors-emerald-300: #6ee7b7;--colors-emerald-400: #34d399;--colors-emerald-500: #10b981;--colors-emerald-600: #059669;--colors-emerald-700: #047857;--colors-emerald-800: #065f46;--colors-emerald-900: #064e3b;--colors-emerald-950: #022c22;--colors-green-50: #f0fdf4;--colors-green-100: #dcfce7;--colors-green-200: #bbf7d0;--colors-green-300: #86efac;--colors-green-400: #4ade80;--colors-green-500: #22c55e;--colors-green-600: #16a34a;--colors-green-700: #15803d;--colors-green-800: #166534;--colors-green-900: #14532d;--colors-green-950: #052e16;--colors-lime-50: #f7fee7;--colors-lime-100: #ecfccb;--colors-lime-200: #d9f99d;--colors-lime-300: #bef264;--colors-lime-400: #a3e635;--colors-lime-500: #84cc16;--colors-lime-600: #65a30d;--colors-lime-700: #4d7c0f;--colors-lime-800: #3f6212;--colors-lime-900: #365314;--colors-lime-950: #1a2e05;--colors-yellow-50: #fefce8;--colors-yellow-100: #fef9c3;--colors-yellow-200: #fef08a;--colors-yellow-300: #fde047;--colors-yellow-400: #facc15;--colors-yellow-500: #eab308;--colors-yellow-600: #ca8a04;--colors-yellow-700: #a16207;--colors-yellow-800: #854d0e;--colors-yellow-900: #713f12;--colors-yellow-950: #422006;--colors-amber-50: #fffbeb;--colors-amber-100: #fef3c7;--colors-amber-200: #fde68a;--colors-amber-300: #fcd34d;--colors-amber-400: #fbbf24;--colors-amber-500: #f59e0b;--colors-amber-600: #d97706;--colors-amber-700: #b45309;--colors-amber-800: #92400e;--colors-amber-900: #78350f;--colors-amber-950: #451a03;--colors-orange-50: #fff7ed;--colors-orange-100: #ffedd5;--colors-orange-200: #fed7aa;--colors-orange-300: #fdba74;--colors-orange-400: #fb923c;--colors-orange-500: #f97316;--colors-orange-600: #ea580c;--colors-orange-700: #c2410c;--colors-orange-800: #9a3412;--colors-orange-900: #7c2d12;--colors-orange-950: #431407;--colors-red-50: #fef2f2;--colors-red-100: #fee2e2;--colors-red-200: #fecaca;--colors-red-300: #fca5a5;--colors-red-400: #f87171;--colors-red-500: #ef4444;--colors-red-600: #dc2626;--colors-red-700: #b91c1c;--colors-red-800: #991b1b;--colors-red-900: #7f1d1d;--colors-red-950: #450a0a;--colors-neutral-50: #fafafa;--colors-neutral-100: #f5f5f5;--colors-neutral-200: #e5e5e5;--colors-neutral-300: #d4d4d4;--colors-neutral-400: #a3a3a3;--colors-neutral-500: #737373;--colors-neutral-600: #525252;--colors-neutral-700: #404040;--colors-neutral-800: #262626;--colors-neutral-900: #171717;--colors-neutral-950: #0a0a0a;--colors-stone-50: #fafaf9;--colors-stone-100: #f5f5f4;--colors-stone-200: #e7e5e4;--colors-stone-300: #d6d3d1;--colors-stone-400: #a8a29e;--colors-stone-500: #78716c;--colors-stone-600: #57534e;--colors-stone-700: #44403c;--colors-stone-800: #292524;--colors-stone-900: #1c1917;--colors-stone-950: #0c0a09;--colors-zinc-50: #fafafa;--colors-zinc-100: #f4f4f5;--colors-zinc-200: #e4e4e7;--colors-zinc-300: #d4d4d8;--colors-zinc-400: #a1a1aa;--colors-zinc-500: #71717a;--colors-zinc-600: #52525b;--colors-zinc-700: #3f3f46;--colors-zinc-800: #27272a;--colors-zinc-900: #18181b;--colors-zinc-950: #09090b;--colors-gray-50: #f9fafb;--colors-gray-100: #f3f4f6;--colors-gray-200: #e5e7eb;--colors-gray-300: #d1d5db;--colors-gray-400: #9ca3af;--colors-gray-500: #6b7280;--colors-gray-600: #4b5563;--colors-gray-700: #374151;--colors-gray-800: #1f2937;--colors-gray-900: #111827;--colors-gray-950: #030712;--colors-slate-50: #f8fafc;--colors-slate-100: #f1f5f9;--colors-slate-200: #e2e8f0;--colors-slate-300: #cbd5e1;--colors-slate-400: #94a3b8;--colors-slate-500: #64748b;--colors-slate-600: #475569;--colors-slate-700: #334155;--colors-slate-800: #1e293b;--colors-slate-900: #0f172a;--colors-slate-950: #020617;--colors-main-background: #FFF;--colors-divider: #F4F4F5;--colors-button-stroke: #D4D4D8;--colors-app-theme-colors-light: #fff;--colors-app-theme-colors-primary: #F96167;--colors-app-theme-colors-secondary: #F4F4F5;--colors-text-primary: #000000;--colors-text-secondary: #71717A;--breakpoints-sm: 640px;--breakpoints-md: 768px;--breakpoints-lg: 1024px;--breakpoints-xl: 1280px;--breakpoints-2xl: 1536px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes dots{50%,to{background-position:100% 100%,50% 0,0 100%}}@keyframes wave{to{background-position:-200% 0,-100% 100%}}@keyframes breathing{0%,to{transform:scale(.7);opacity:.5}50%{transform:scale(1);opacity:1}}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}}@layer utilities{.w_100\%{width:100%}.h_100\%{height:100%}.pos_relative{position:relative}.d_flex{display:flex}.w_10{width:var(--sizes-10)}.h_10{height:var(--sizes-10)}.min-h_4{min-height:var(--sizes-4)}.min-w_4{min-width:var(--sizes-4)}.bdr_100\%{border-radius:100%}.obj-f_cover{object-fit:cover}.bd_1px_solid_rgba\(226\,_232\,_240\,_0\.5\){border:1px solid rgba(226,232,240,.5)}.cursor_pointer{cursor:pointer}.c_text\.secondary{color:var(--colors-text-secondary)}.trs_color_0\.2s{transition:color .2s}.gap_2{gap:var(--spacing-2)}.h_5{height:var(--sizes-5)}.w_5{width:var(--sizes-5)}.max-h_100\%{max-height:100%}.w_90\%{width:90%}.asp_1{aspect-ratio:1}.max-w_500px{max-width:500px}.max-h_500px{max-height:500px}.pos_absolute{position:absolute}.w_30px{width:30px}.h_30px{height:30px}.bd_2px_solid_white{border:2px solid white}.bd-r_none{border-right:var(--borders-none)}.bd-b_none{border-bottom:var(--borders-none)}.bd-l_none{border-left:var(--borders-none)}.bd-t_none{border-top:var(--borders-none)}.max-w_8xl{max-width:var(--sizes-8xl)}.mx_auto{margin-inline:auto}.px_4{padding-inline:var(--spacing-4)}.pos_topLeft{position:topLeft}.pos_topRight{position:topRight}.pos_bottomLeft{position:bottomLeft}.pos_bottomRight{position:bottomRight}.p_4{padding:var(--spacing-4)}.gap_4{gap:var(--spacing-4)}.p_0{padding:var(--spacing-0)}.w_8{width:var(--sizes-8)}.h_8{height:var(--sizes-8)}.min-h_8{min-height:var(--sizes-8)}.min-w_8{min-width:var(--sizes-8)}.bd_2px_solid_var\(--colors-app-theme-colors-secondary\){border:2px solid var(--colors-app-theme-colors-secondary)}.gap_0{gap:var(--spacing-0)}.gap_1{gap:var(--spacing-1)}.gap_10px{gap:10px}.lc_1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.flex_1{flex:1 1 0%}.c_appTheme\.colors\.primary{color:var(--colors-app-theme-colors-primary)}.m_4{margin:var(--spacing-4)}.p_2{padding:var(--spacing-2)}.ov_hidden{overflow:hidden}.bx-s_border-box{box-sizing:border-box}.bd_1px_solid{border:1px solid}.bdr_xl{border-radius:var(--radii-xl)}.bx-sh_0px_0px_0px_0px_var\(--colors-app-theme-colors-primary\){box-shadow:0 0 0 0 var(--colors-app-theme-colors-primary)}.trs_all_0\.2s_ease-in-out{transition:all .2s ease-in-out}.bdr_primary{border-radius:var(--radii-primary)}.ring_none{outline:var(--borders-none)}.bd_none{border:var(--borders-none)}.trs_all_0\.1s_ease-in-out{transition:all .1s ease-in-out}.trf_translateY\(0\){transform:translateY(0)}.trf_translateY\(100\%\){transform:translateY(100%)}.p_1{padding:var(--spacing-1)}.w_4px{width:4px}.h_4px{height:4px}.bdr_50\%{border-radius:50%}.anim_breathing_1\.5s_ease-in-out_infinite{animation:breathing 1.5s ease-in-out infinite}.c_red\.500{color:var(--colors-red-500)}.trf_rotate\(-45deg\){transform:rotate(-45deg)}.bkdp_blur\(10px\){backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.w_36px{width:36px}.c_inherit{color:inherit}.anim_fadeInOut_1\.5s_infinite{animation:fadeInOut 1.5s infinite}.h_2{height:var(--sizes-2)}.c_gray\.500{color:var(--colors-gray-500)}.bdr_inherit{border-radius:inherit}.us_none{-webkit-user-select:none;user-select:none}.tch-a_none{touch-action:none}.p_2px{padding:2px}.trs_background_160ms_ease-out{transition:background .16s ease-out}.bg_rgba\(0\,_0\,_0\,_0\.5\){background:#00000080}.bdr_10px{border-radius:10px}.p_5{padding:var(--spacing-5)}.gap_6{gap:var(--spacing-6)}.white-space_pre-wrap{white-space:pre-wrap}.py_3{padding-block:var(--spacing-3)}.max-w_80\%{max-width:80%}.w_150px{width:150px}.max-w_100\%{max-width:100%}.obj-f_contain{object-fit:contain}.w_fit-content{width:fit-content}.c_white{color:var(--colors-white)}.d_inline-block{display:inline-block}.h_60px{height:60px}.max-w_auto{max-width:auto}.bdr_60px{border-radius:60px}.pos_fixed{position:fixed}.bx-sh_0_0px_0px_5px_var\(--colors-app-theme-colors-light\){box-shadow:0 0 0 5px var(--colors-app-theme-colors-light)}.w_60px{width:60px}.ta_right{text-align:right}.w_100vw{width:100vw}.h_100svh{height:100svh}.min-h_60px{min-height:60px}.bd-b_1px_solid{border-bottom:1px solid}.bx-sh_rgba\(0\,_0\,_0\,_0\)_0px_0px_0px_0px\,_rgba\(0\,_0\,_0\,_0\)_0px_0px_0px_0px\,_rgba\(0\,_0\,_0\,_0\.05\)_0px_1px_2px_0px{box-shadow:#0000 0 0,#0000 0 0,#0000000d 0 1px 2px}.tt_uppercase{text-transform:uppercase}.p_0_12px{padding:0 12px}.w_auto{width:auto}.c_rgb\(55\,_65\,_81\){color:#374151}.w_16{width:var(--sizes-16)}.h_16{height:var(--sizes-16)}.p_1rem{padding:1rem}.bx-sh_0_1px_2px_0_\#1018281c{box-shadow:0 1px 2px #1018281c}.scale_1{scale:1}.w_26px{width:26px}.h_26px{height:26px}.trf_rotate\(45deg\){transform:rotate(45deg)}.p_6px{padding:6px}.h_none{height:none}.w_48px{width:48px}.h_48px{height:48px}.z_1{z-index:1}.p_15px{padding:15px}.m_1rem{margin:1rem}.bd_0px_solid_rgb\(229\,_231\,_235\){border:0px solid rgb(229,231,235)}.gap_8px{gap:8px}.lc_2{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.w_20{width:var(--sizes-20)}.h_20{height:var(--sizes-20)}.h_4{height:var(--sizes-4)}.bg_none{background:none}.c_gray\.600{color:var(--colors-gray-600)}.p_4px_8px_4px_6px{padding:4px 8px 4px 6px}.bdr_sm{border-radius:var(--radii-sm)}.d_inline-flex{display:inline-flex}.gap_4px{gap:4px}.c_blue\.500{color:var(--colors-blue-500)}.w_18{width:18px}.h_18{height:18px}.bg_radial-gradient\(farthest-side\,currentColor_90\%\,transparent\)_50\%_0\,_radial-gradient\(farthest-side\,currentColor_90\%\,transparent\)_0_100\%\,_radial-gradient\(farthest-side\,currentColor_90\%\,transparent\)_100\%_100\%{background:radial-gradient(farthest-side,currentColor 90%,transparent) 50% 0,radial-gradient(farthest-side,currentColor 90%,transparent) 0 100%,radial-gradient(farthest-side,currentColor 90%,transparent) 100% 100%}.anim_dots_0\.8s_infinite{animation:dots .8s infinite}.anim_fadeIn{animation:fadeIn}.h_100vh{height:100vh}.z_1000{z-index:1000}.ov_auto{overflow:auto}.min-w_100\%{min-width:100%}.max-w_600{max-width:600px}.h_fit-content{height:fit-content}.w_200{width:200px}.h_200{height:200px}.bd_5px_solid_white{border:5px solid white}.bx-sh_0_5px_7px_rgba\(0\,_0\,_0_\,_0\.1\){box-shadow:0 5px 7px #0000001a}.w_24{width:var(--sizes-24)}.h_24{height:var(--sizes-24)}.-webkit-touch-callout_none{-webkit-touch-callout:none}.p_3{padding:var(--spacing-3)}.bdr_24px{border-radius:24px}.bd_1px_solid_var\(--colors-app-theme-colors-light\){border:1px solid var(--colors-app-theme-colors-light)}.resize_none{resize:none}.min-h_10{min-height:var(--sizes-10)}.h_100dvh{height:100dvh}.ls_-0\.6px{letter-spacing:-.6px}.h_1px{height:1px}.min-h_1px{min-height:1px}.w_6{width:var(--sizes-6)}.h_6{height:var(--sizes-6)}.p_8px_16px{padding:8px 16px}.--thickness_1px{--thickness: 1px}.gap_28px{gap:28px}.gap_1\.25rem{gap:1.25rem}.p_0_20px{padding:0 20px}.cursor_default{cursor:default}.ta_center{text-align:center}.trs_all_0\.3s_ease-in-out{transition:all .3s ease-in-out}.op_1{opacity:1}.op_0{opacity:0}.bg-c_mainBackground{background-color:var(--colors-main-background)}.flex-d_column{flex-direction:column}.fw_500{font-weight:500}.mb_4{margin-bottom:var(--spacing-4)}.lh_1\.8{line-height:1.8}.mt_4{margin-top:var(--spacing-4)}.ai_center{align-items:center}.fs_xs{font-size:var(--font-sizes-xs)}.top_10px{top:10px}.left_10px{left:10px}.bdr-tl_10px{border-top-left-radius:10px}.right_10px{right:10px}.bdr-tr_10px{border-top-right-radius:10px}.bottom_10px{bottom:10px}.bdr-bl_10px{border-bottom-left-radius:10px}.bdr-br_10px{border-bottom-right-radius:10px}.bg-c_white{background-color:var(--colors-white)}.flex-d_row{flex-direction:row}.bg-c_\#ffffff{background-color:#fff}.fw_bold{font-weight:var(--font-weights-bold)}.fs_1\.1rem{font-size:1.1rem}.fs_small{font-size:small}.as_stretch{align-self:stretch}.justify-self_stretch{justify-self:stretch}.bd-c_gray\.300{border-color:var(--colors-gray-300)}.left_0{left:var(--spacing-0)}.right_0{right:var(--spacing-0)}.bottom_0{bottom:var(--spacing-0)}.bd-c_red\.500{border-color:var(--colors-red-500)}.jc_left{justify-content:left}.ac_end{align-content:end}.jc_center{justify-content:center}.bg-c_red\.500{background-color:var(--colors-red-500)}.ml_auto{margin-left:auto}.bg-c_white\/5{--mix-backgroundColor: color-mix(in srgb, var(--colors-white) 5%, transparent);background-color:var(--mix-backgroundColor, var(--colors-white))}.fw_600{font-weight:600}.fs_12px{font-size:12px}.jc_flex-end{justify-content:flex-end}.jc_flex-start{justify-content:flex-start}.bg-c_var\(--colors-app-theme-colors-light\){background-color:var(--colors-app-theme-colors-light)}.bd-c_divider{border-color:var(--colors-divider)}.top_1{top:var(--spacing-1)}.right_1{right:var(--spacing-1)}.bg-c_black\/50{--mix-backgroundColor: color-mix(in srgb, var(--colors-black) 50%, transparent);background-color:var(--mix-backgroundColor, var(--colors-black))}.bg-c_appTheme\.colors\.light{background-color:var(--colors-app-theme-colors-light)}.bd-c_appTheme\.colors\.light{border-color:var(--colors-app-theme-colors-light)}.top_0{top:var(--spacing-0)}.ai_flex-end{align-items:flex-end}.mr_60px{margin-right:60px}.ml_10px{margin-left:10px}.fs_12{font-size:12px}.bd-b-c_divider{border-bottom-color:var(--colors-divider)}.lh_20px{line-height:20px}.jc_space-between{justify-content:space-between}.bg-c_appTheme\.colors\.primary\/20{--mix-backgroundColor: color-mix(in srgb, var(--colors-app-theme-colors-primary) 20%, transparent);background-color:var(--mix-backgroundColor, var(--colors-app-theme-colors-primary))}.bg-c_gray\.100\/30{--mix-backgroundColor: color-mix(in srgb, var(--colors-gray-100) 30%, transparent);background-color:var(--mix-backgroundColor, var(--colors-gray-100))}.bg-c_transparent{background-color:var(--colors-transparent)}.ai_flex-start{align-items:flex-start}.fs_14px{font-size:14px}.bg-c_appTheme\.colors\.primary{background-color:var(--colors-app-theme-colors-primary)}.bd-c_buttonStroke{border-color:var(--colors-button-stroke)}.bg-c_gray\.100{background-color:var(--colors-gray-100)}.mr_2px{margin-right:2px}.mt_2px{margin-top:2px}.bg-s_6px_6px{background-size:6px 6px}.bg-r_no-repeat{background-repeat:no-repeat}.anim-dur_0\.3s{animation-duration:.3s}.anim-tmf_ease-in-out{animation-timing-function:ease-in-out}.bg-c_rgba\(0\,0\,0\,0\.5\){background-color:#00000080}.bg-c_\#ccc{background-color:#ccc}.bg-c_rgba\(0\,_0\,_0\,_0\.7\){background-color:#000000b3}.fs_28{font-size:28px}.fw_700{font-weight:700}.fs_18{font-size:18px}.fs_16{font-size:16px}.fs_14{font-size:14px}.fw_400{font-weight:400}.bg-c_divider{background-color:var(--colors-divider)}.border-block-end-width_var\(--thickness\){border-block-end-width:var(--thickness)}.ml_1{margin-left:var(--spacing-1)}.fw_normal{font-weight:var(--font-weights-normal)}.mt_2{margin-top:var(--spacing-2)}.mb_2{margin-bottom:var(--spacing-2)}.bg-c_rgba\(0\,_0\,_0\,_0\.1\){background-color:#0000001a}.bg-c_rgba\(255\,_255\,_255\,_0\.3\){background-color:#ffffff4d}.mr_2{margin-right:var(--spacing-2)}.fs_1rem{font-size:1rem}.\[\&\[data-orientation\=\"vertical\"\]\]\:w_8px[data-orientation=vertical]{width:8px}.\[\&\[data-orientation\=\"horizontal\"\]\]\:h_8px[data-orientation=horizontal]{height:8px}.\[\&\:\:before\]\:pos_absolute:before{position:absolute}.\[\&\:\:before\]\:trf_translate\(-50\%\,_-50\%\):before{transform:translate(-50%,-50%)}.\[\&\:\:before\]\:w_100\%:before{width:100%}.\[\&\:\:before\]\:h_100\%:before{height:100%}.\[\&\:\:before\]\:min-w_44px:before{min-width:44px}.\[\&\:\:before\]\:min-h_44px:before{min-height:44px}.before\:pos_absolute:before{position:absolute}.before\:bdr_50\%:before{border-radius:50%}.before\:w_32px:before{width:32px}.before\:h_32px:before{height:32px}.before\:z_1:before{z-index:1}.\[\&\>\*\]\:z_2>*{z-index:2}.\[\&_ul\]\:d_flex ul{display:flex}.\[\&_ul\]\:gap_6 ul{gap:var(--spacing-6)}.\[\&_ol\]\:d_flex ol{display:flex}.\[\&_ol\]\:gap_6 ol{gap:var(--spacing-6)}.\[\&_ol\]\:m_0 ol{margin:var(--spacing-0)}.\[\&_ol\]\:p_0 ol{padding:var(--spacing-0)}.\[\&_li\]\:gap_6 li{gap:var(--spacing-6)}.\[\&_strong\]\:d_contents strong{display:contents}.\[\&_a\]\:c_appTheme\.colors\.primary a{color:var(--colors-app-theme-colors-primary)}.\[\&_a\]\:bd-b_1px_dashed a{border-bottom:1px dashed}.\[\&_p\]\:m_0 p{margin:var(--spacing-0)}.\[\&_p\]\:white-space_pre-wrap p{white-space:pre-wrap}.\[\&\[data-orientation\=\"horizontal\"\]\]\:flex-d_column[data-orientation=horizontal]{flex-direction:column}.\[\&\:\:before\]\:content_\"\":before{content:""}.\[\&\:\:before\]\:top_50\%:before{top:50%}.\[\&\:\:before\]\:left_50\%:before{left:50%}.before\:bg-c_appTheme\.colors\.primary:before{background-color:var(--colors-app-theme-colors-primary)}.before\:content_\"\":before{content:""}.\[\&_ul\]\:li-t_none ul{list-style-type:none}.\[\&_ul\]\:flex-d_column ul{flex-direction:column}.\[\&_ol\]\:li-pos_inside ol{list-style-position:inside}.\[\&_ol\]\:li-t_decimal ol{list-style-type:decimal}.\[\&_ol\]\:flex-d_column ol{flex-direction:column}.\[\&_ul_li\:\:before\]\:content_\'-\' ul li:before{content:"-"}.\[\&_ul_li\:\:before\]\:mr_2 ul li:before{margin-right:var(--spacing-2)}.\[\&_strong\]\:fw_600 strong{font-weight:600}.\[\&_em\]\:font-style_italic em{font-style:italic}.focusWithin\:bx-sh_0px_0px_0px_2px_var\(--colors-app-theme-colors-primary\):focus-within{box-shadow:0 0 0 2px var(--colors-app-theme-colors-primary)}.focusWithin\:bd-c_transparent:focus-within{border-color:var(--colors-transparent)}.focus\:ring_none:is(:focus,[data-focus]){outline:var(--borders-none)}.focus\:bd-c_black:is(:focus,[data-focus]){border-color:var(--colors-black)}.hover\:c_text\.primary:is(:hover,[data-hover]){color:var(--colors-text-primary)}.\[\&\:hover\]\:bg_rgba\(0\,_0\,_0\,_0\.05\):hover{background:#0000000d}.hover\:scale_1\.02:is(:hover,[data-hover]){scale:1.02}.hover\:td_underline:is(:hover,[data-hover]){text-decoration:underline}.hover\:bd_1px_solid_var\(--colors-app-theme-colors-primary\):is(:hover,[data-hover]){border:1px solid var(--colors-app-theme-colors-primary)}.hover\:bg-c_appTheme\.colors\.secondary:is(:hover,[data-hover]){background-color:var(--colors-app-theme-colors-secondary)}.hover\:bg-c_appTheme\.colors\.light:is(:hover,[data-hover]){background-color:var(--colors-app-theme-colors-light)}.\[\&\>\*\]\:\[\&\>\*\]\:h_20px>*>*{height:20px}.\[\&_ul\]\:\[\&_li\]\:ml_20px ul li{margin-left:20px}.\[\&_ul\]\:\[\&_li\]\:li-t_initial ul li{list-style-type:initial}.\[\&_ul\]\:\[\&_li\]\:before\:m_0 ul li:before{margin:var(--spacing-0)}.\[\&_ul\]\:\[\&_li\]\:before\:content_\'\' ul li:before{content:""}.\[\&_ul\]\:\[\&_li\]\:\[\&_ul\,_\&_ol\]\:pl_2 ul li ul,.\[\&_ul\]\:\[\&_li\]\:\[\&_ul\,_\&_ol\]\:pl_2 ul li ol{padding-left:var(--spacing-2)}@media screen and (min-width: 48rem){.md\:px_6{padding-inline:var(--spacing-6)}.md\:max-w_600px{max-width:600px}.md\:max-h_90vh{max-height:90vh}.md\:bdr_primary{border-radius:var(--radii-primary)}.md\:bd_1px_solid_\#ccc{border:1px solid #ccc}.md\:bx-sh_0_1px_5px_0_\#1018281c{box-shadow:0 1px 5px #1018281c}.md\:ov_hidden{overflow:hidden}}@media screen and (min-width: 64rem){.lg\:px_8{padding-inline:var(--spacing-8)}.lg\:pos_fixed{position:fixed}.lg\:w_400{width:400px}.lg\:h_calc\(100vh_-_60px\){height:calc(100vh - 60px)}.lg\:max-h_800px{max-height:800px}.lg\:bdr_primary{border-radius:var(--radii-primary)}.lg\:bd_1px_solid_\#ccc{border:1px solid #ccc}.lg\:ov_hidden{overflow:hidden}.lg\:bx-sh_0_1px_5px_0_\#1018281c{box-shadow:0 1px 5px #1018281c}.lg\:bottom_8{bottom:var(--spacing-8)}.lg\:right_8{right:var(--spacing-8)}}}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-cyrillic-ext-400-normal-BJItruJi.woff2) format("woff2"),url(/assets/ibm-plex-sans-cyrillic-ext-400-normal-C1SKuNhx.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-cyrillic-400-normal-BPWuI_CM.woff2) format("woff2"),url(/assets/ibm-plex-sans-cyrillic-400-normal-CTUnhTqV.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-greek-400-normal-n6oPB5VF.woff2) format("woff2"),url(/assets/ibm-plex-sans-greek-400-normal-DSasf_jt.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-vietnamese-400-normal-B97dYap6.woff2) format("woff2"),url(/assets/ibm-plex-sans-vietnamese-400-normal-OKGpH0gQ.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-ext-400-normal-BHf956ki.woff2) format("woff2"),url(/assets/ibm-plex-sans-latin-ext-400-normal-CyDjbWPV.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-latin-400-normal-CdZtFfYS.woff2) format("woff2"),url(/assets/ibm-plex-sans-latin-400-normal-BU83cd9M.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-cyrillic-ext-500-normal-Cfrm0EKX.woff2) format("woff2"),url(/assets/ibm-plex-sans-cyrillic-ext-500-normal-DujcQJCN.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-cyrillic-500-normal-D1zm99-P.woff2) format("woff2"),url(/assets/ibm-plex-sans-cyrillic-500-normal-BEypoZQd.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-greek-500-normal-By04ZBDJ.woff2) format("woff2"),url(/assets/ibm-plex-sans-greek-500-normal-BwBTeJfm.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-vietnamese-500-normal-rpgY82Kd.woff2) format("woff2"),url(/assets/ibm-plex-sans-vietnamese-500-normal-V_-bWxzT.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-latin-ext-500-normal-DprGrCew.woff2) format("woff2"),url(/assets/ibm-plex-sans-latin-ext-500-normal-CgrnmiIU.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-latin-500-normal-BFLYOLbL.woff2) format("woff2"),url(/assets/ibm-plex-sans-latin-500-normal-Dh0NORqx.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-cyrillic-ext-700-normal-BURdOHSV.woff2) format("woff2"),url(/assets/ibm-plex-sans-cyrillic-ext-700-normal-DB8GrNuW.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-cyrillic-700-normal-KNc67_qc.woff2) format("woff2"),url(/assets/ibm-plex-sans-cyrillic-700-normal-DH4-ctVk.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-greek-700-normal-BoLTwK2U.woff2) format("woff2"),url(/assets/ibm-plex-sans-greek-700-normal-v1ZS-zG7.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-vietnamese-700-normal-Blw1EEi-.woff2) format("woff2"),url(/assets/ibm-plex-sans-vietnamese-700-normal-N1itUhP2.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-latin-ext-700-normal-IsFYRIfa.woff2) format("woff2"),url(/assets/ibm-plex-sans-latin-ext-700-normal-D97e-FUQ.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-latin-700-normal-BiUoxtWd.woff2) format("woff2"),url(/assets/ibm-plex-sans-latin-700-normal-BmphL1LA.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
