:root{--color-primary: #e20020;--color-primary-light: #ff007b;--color-primary-dark: #8f0013;--color-white: #ffffff;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-black: #000000;--color-info: #3b82f6;--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--color-background: #ffffff;--color-background-alt: #f9fafb;--color-background-inverse: #111827;--color-text: #111827;--color-text-light: #4b5563;--color-text-lighter: #9ca3af;--color-text-inverse: #ffffff;--color-text-link: #e20020;--color-text-link-hover: #8f0013;--color-border: #e5e7eb;--color-border-light: #f3f4f6;--color-border-dark: #d1d5db;--color-shadow: rgba(55, 65, 81, .55);--color-shadow-light: rgba(55, 65, 81, .25);--color-shadow-dark: rgba(55, 65, 81, .85);--font-family-base: Vazirmatn, sans-serif;--font-family-heading: Sahel, serif;--font-family-mono: Vazircode, monospace;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-md: 1.125rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-xxl: 2rem;--font-size-xxxl: 3rem;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--line-height-loose: 2;--letter-spacing-tight: -.025em;--letter-spacing-normal: 0;--letter-spacing-wide: .025em;--letter-spacing-wider: .05em;--spacing-unit: 8px;--spacing-xxs: 4px;--spacing-xs: 8px;--spacing-sm: 12px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px;--spacing-xxxl: 64px;--shadow-sm: 0 1px 2px 0 rgba(55, 65, 81, .25);--shadow-md: 0 4px 6px -1px rgba(55, 65, 81, .25), 0 2px 4px -1px rgba(55, 65, 81, .55);--shadow-lg: 0 10px 15px -3px rgba(55, 65, 81, .25), 0 4px 6px -2px rgba(55, 65, 81, .55);--shadow-xl: 0 20px 25px -5px rgba(55, 65, 81, .25), 0 10px 10px -5px rgba(55, 65, 81, .55);--shadow-inner: inset 0 2px 4px 0 rgba(55, 65, 81, .25);--border-radius-none: 0;--border-radius-xs: 8px;--border-radius-sm: 12px;--border-radius-base: 16px;--border-radius-md: 20px;--border-radius-lg: 32px;--border-radius-xl: 64px;--border-radius-full: 9999px;--transition-fast: .15s;--transition-base: .25s;--transition-slow: .35s;--transition-lazy: .55s;--transition-timing-ease: cubic-bezier(.4, 0, .2, 1);--transition-timing-bounce: cubic-bezier(.68, -.55, .265, 1.55);--z-index-dropdown: 1000;--z-index-popover: 1010;--z-index-tooltip: 1020;--z-index-sticky: 1030;--z-index-fixed: 1040;--z-index-backdrop: 1050;--z-index-modal: 1060;--z-index-toast: 1070;--z-index-loading: 1080}[data-theme=dark]{--color-white: #000000;--color-gray-50: #111827;--color-gray-100: #1f2937;--color-gray-200: #374151;--color-gray-300: #4b5563;--color-gray-400: #6b7280;--color-gray-500: #9ca3af;--color-gray-600: #d1d5db;--color-gray-700: #e5e7eb;--color-gray-800: #f3f4f6;--color-gray-900: #f9fafb;--color-black: #ffffff;--color-background: var(--color-white);--color-background-alt: var(--color-gray-50);--color-background-inverse: var(--color-gray-900);--color-text: var(--color-gray-900);--color-text-light: var(--color-gray-600);--color-text-lighter: var(--color-gray-400);--color-text-inverse: var(--color-white);--color-border: var(--color-gray-100);--color-border-light: var(--color-gray-50);--color-border-dark: var(--color-gray-200)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--gutter-x: 1.5rem;--gutter-y: 0;width:100%;padding-right:calc(var(--gutter-x) * .5);padding-left:calc(var(--gutter-x) * .5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1400px}.row{--gutter-x: 1.5rem;--gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--gutter-y));margin-right:calc(-.5 * var(--gutter-x));margin-left:calc(-.5 * var(--gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--gutter-x) * .5);padding-left:calc(var(--gutter-x) * .5);margin-top:var(--gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--gutter-x: 0}.g-0,.gy-0{--gutter-y: 0}.g-1,.gx-1{--gutter-x: .25rem}.g-1,.gy-1{--gutter-y: .25rem}.g-2,.gx-2{--gutter-x: .5rem}.g-2,.gy-2{--gutter-y: .5rem}.g-3,.gx-3{--gutter-x: 1rem}.g-3,.gy-3{--gutter-y: 1rem}.g-4,.gx-4{--gutter-x: 1.5rem}.g-4,.gy-4{--gutter-y: 1.5rem}.g-5,.gx-5{--gutter-x: 3rem}.g-5,.gy-5{--gutter-y: 3rem}@media(min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--gutter-x: 0}.g-sm-0,.gy-sm-0{--gutter-y: 0}.g-sm-1,.gx-sm-1{--gutter-x: .25rem}.g-sm-1,.gy-sm-1{--gutter-y: .25rem}.g-sm-2,.gx-sm-2{--gutter-x: .5rem}.g-sm-2,.gy-sm-2{--gutter-y: .5rem}.g-sm-3,.gx-sm-3{--gutter-x: 1rem}.g-sm-3,.gy-sm-3{--gutter-y: 1rem}.g-sm-4,.gx-sm-4{--gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--gutter-x: 3rem}.g-sm-5,.gy-sm-5{--gutter-y: 3rem}}@media(min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--gutter-x: 0}.g-md-0,.gy-md-0{--gutter-y: 0}.g-md-1,.gx-md-1{--gutter-x: .25rem}.g-md-1,.gy-md-1{--gutter-y: .25rem}.g-md-2,.gx-md-2{--gutter-x: .5rem}.g-md-2,.gy-md-2{--gutter-y: .5rem}.g-md-3,.gx-md-3{--gutter-x: 1rem}.g-md-3,.gy-md-3{--gutter-y: 1rem}.g-md-4,.gx-md-4{--gutter-x: 1.5rem}.g-md-4,.gy-md-4{--gutter-y: 1.5rem}.g-md-5,.gx-md-5{--gutter-x: 3rem}.g-md-5,.gy-md-5{--gutter-y: 3rem}}@media(min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--gutter-x: 0}.g-lg-0,.gy-lg-0{--gutter-y: 0}.g-lg-1,.gx-lg-1{--gutter-x: .25rem}.g-lg-1,.gy-lg-1{--gutter-y: .25rem}.g-lg-2,.gx-lg-2{--gutter-x: .5rem}.g-lg-2,.gy-lg-2{--gutter-y: .5rem}.g-lg-3,.gx-lg-3{--gutter-x: 1rem}.g-lg-3,.gy-lg-3{--gutter-y: 1rem}.g-lg-4,.gx-lg-4{--gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--gutter-x: 3rem}.g-lg-5,.gy-lg-5{--gutter-y: 3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--gutter-x: 0}.g-xl-0,.gy-xl-0{--gutter-y: 0}.g-xl-1,.gx-xl-1{--gutter-x: .25rem}.g-xl-1,.gy-xl-1{--gutter-y: .25rem}.g-xl-2,.gx-xl-2{--gutter-x: .5rem}.g-xl-2,.gy-xl-2{--gutter-y: .5rem}.g-xl-3,.gx-xl-3{--gutter-x: 1rem}.g-xl-3,.gy-xl-3{--gutter-y: 1rem}.g-xl-4,.gx-xl-4{--gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--gutter-x: 3rem}.g-xl-5,.gy-xl-5{--gutter-y: 3rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--gutter-x: 0}.g-xxl-0,.gy-xxl-0{--gutter-y: 0}.g-xxl-1,.gx-xxl-1{--gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--gutter-y: 3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media(min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media(min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media(min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media(min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media(min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}#nprogress{position:fixed;inset-block-start:0;inset-inline:0;z-index:var(--z-index-loading);transition:opacity var(--transition-fast) var(--transition-timing-ease);pointer-events:none;-webkit-user-select:none;user-select:none}#nprogress .bar{position:absolute;inset-inline-start:0;inset-block-start:0;width:100%;height:.125rem;background:linear-gradient(to right,var(--color-primary) 90%,var(--color-primary-light))}#nprogress .peg{position:absolute;inset-inline-start:0;width:6.25rem;height:100%;box-shadow:0 0 .625rem var(--color-primary),0 0 .3125rem var(--color-primary);transform:rotate(3deg) translateY(-.25rem)}#nprogress .spinner{position:fixed;inset-block-start:var(--spacing-md);inset-inline-end:var(--spacing-md)}#nprogress .spinner-icon{display:inline-block;width:var(--spacing-md);height:var(--spacing-md);border-radius:var(--border-radius-full);border:.125rem var(--color-gray-300) solid;border-right-color:var(--color-primary);animation:loading-spinner var(--transition-slow) linear infinite}.swiper{--swiper-theme-color: var(--color-primary);--swiper-navigation-sides-offset: var(--spacing-md);width:100%;-webkit-user-select:none;user-select:none}.swiper:not(.swiper-initialized){display:none!important}.swiper .swiper-button-prev,.swiper .swiper-button-next{padding:var(--spacing-xs);color:#fff;-webkit-backdrop-filter:blur(var(--spacing-lg));backdrop-filter:blur(var(--spacing-lg));background-color:var(--color-shadow);border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast)}@media(max-width:767.98px){.swiper .swiper-button-prev,.swiper .swiper-button-next{display:none}}.swiper .swiper-button-prev:active,.swiper .swiper-button-next:active{opacity:.35;transform:scale(.9);transition:none}.swiper .swiper-button-prev.swiper-btn-disabled,.swiper .swiper-button-next.swiper-btn-disabled{pointer-events:unset;opacity:0}@media(min-width:768px){.swiper:not(:hover) .swiper-button-prev,.swiper:not(:hover) .swiper-button-next{opacity:0}}wc-toast-item{--wc-toast-content-margin: var(--spacing-xxs) var(--spacing-sm);--wc-toast-stroke: #1f2937;--wc-toast-background: #1f2937;--wc-toast-color: #ffffff;--wc-toast-font-family: Vazirmatn, sans-serif;--wc-toast-font-size: .875rem;--wc-toast-border-radius: 9999px}wc-toast{z-index:var(--z-index-toast)}@media(max-width:991.98px){wc-toast{bottom:calc(var(--spacing-sm) + var(--safe-area-bottom))}}wc-toast-icon{align-self:center}.react-error{padding:var(--spacing-lg) var(--spacing-md);background-color:var(--color-danger);color:var(--color-text-inverse);border-radius:var(--border-radius-base);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);text-align:center;direction:ltr}.sr-only{position:absolute;padding:0;margin:-1px;width:1px;height:1px;border:0;clip:rect(0,0,0,0);overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;margin:0;width:auto;height:auto;clip:auto;overflow:visible}.text-tranucate{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}.fa-num,[data-fa-num]{font-feature-settings:"ss01"}.tick.tick-none{display:none}.tick.tick-blue{color:#3b82f6}.tick.tick-gold{color:#f59e0b}.loading{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.loading-spinner{display:inline-block;margin-block:.25rem;width:2.5rem;height:2.5rem;border-radius:var(--border-radius-full);border:.25rem var(--color-gray-300) solid;border-right-color:var(--color-primary);animation:loading-spinner var(--transition-slow) linear infinite}@keyframes loading-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.w-full{width:100%}.h-full{height:100%}[data-theme=dark] .invert-darkmode{filter:invert(1)}[data-autosize]{max-height:10rem;overflow-x:hidden!important;resize:none!important}.CodeMirror{font-family:var(--font-family-mono)!important}@font-face{font-family:Phosphor;src:url(/build/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/build/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/build/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/build/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Fill;src:url(/build/assets/Phosphor-Fill-D4CDmGRg.woff2) format("woff2"),url(/build/assets/Phosphor-Fill-CS2zOYDV.woff) format("woff"),url(/build/assets/Phosphor-Fill-N9gYSHy0.ttf) format("truetype"),url(/build/assets/Phosphor-Fill-BofDnXwa.svg#Phosphor-Fill) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-fill{font-family:Phosphor-Fill!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-fill.ph-acorn:before{content:""}.ph-fill.ph-address-book:before{content:""}.ph-fill.ph-address-book-tabs:before{content:""}.ph-fill.ph-air-traffic-control:before{content:""}.ph-fill.ph-airplane:before{content:""}.ph-fill.ph-airplane-in-flight:before{content:""}.ph-fill.ph-airplane-landing:before{content:""}.ph-fill.ph-airplane-takeoff:before{content:""}.ph-fill.ph-airplane-taxiing:before{content:""}.ph-fill.ph-airplane-tilt:before{content:""}.ph-fill.ph-airplay:before{content:""}.ph-fill.ph-alarm:before{content:""}.ph-fill.ph-alien:before{content:""}.ph-fill.ph-align-bottom:before{content:""}.ph-fill.ph-align-bottom-simple:before{content:""}.ph-fill.ph-align-center-horizontal:before{content:""}.ph-fill.ph-align-center-horizontal-simple:before{content:""}.ph-fill.ph-align-center-vertical:before{content:""}.ph-fill.ph-align-center-vertical-simple:before{content:""}.ph-fill.ph-align-left:before{content:""}.ph-fill.ph-align-left-simple:before{content:""}.ph-fill.ph-align-right:before{content:""}.ph-fill.ph-align-right-simple:before{content:""}.ph-fill.ph-align-top:before{content:""}.ph-fill.ph-align-top-simple:before{content:""}.ph-fill.ph-amazon-logo:before{content:""}.ph-fill.ph-ambulance:before{content:""}.ph-fill.ph-anchor:before{content:""}.ph-fill.ph-anchor-simple:before{content:""}.ph-fill.ph-android-logo:before{content:""}.ph-fill.ph-angle:before{content:""}.ph-fill.ph-angular-logo:before{content:""}.ph-fill.ph-aperture:before{content:""}.ph-fill.ph-app-store-logo:before{content:""}.ph-fill.ph-app-window:before{content:""}.ph-fill.ph-apple-logo:before{content:""}.ph-fill.ph-apple-podcasts-logo:before{content:""}.ph-fill.ph-approximate-equals:before{content:""}.ph-fill.ph-archive:before{content:""}.ph-fill.ph-armchair:before{content:""}.ph-fill.ph-arrow-arc-left:before{content:""}.ph-fill.ph-arrow-arc-right:before{content:""}.ph-fill.ph-arrow-bend-double-up-left:before{content:""}.ph-fill.ph-arrow-bend-double-up-right:before{content:""}.ph-fill.ph-arrow-bend-down-left:before{content:""}.ph-fill.ph-arrow-bend-down-right:before{content:""}.ph-fill.ph-arrow-bend-left-down:before{content:""}.ph-fill.ph-arrow-bend-left-up:before{content:""}.ph-fill.ph-arrow-bend-right-down:before{content:""}.ph-fill.ph-arrow-bend-right-up:before{content:""}.ph-fill.ph-arrow-bend-up-left:before{content:""}.ph-fill.ph-arrow-bend-up-right:before{content:""}.ph-fill.ph-arrow-circle-down:before{content:""}.ph-fill.ph-arrow-circle-down-left:before{content:""}.ph-fill.ph-arrow-circle-down-right:before{content:""}.ph-fill.ph-arrow-circle-left:before{content:""}.ph-fill.ph-arrow-circle-right:before{content:""}.ph-fill.ph-arrow-circle-up:before{content:""}.ph-fill.ph-arrow-circle-up-left:before{content:""}.ph-fill.ph-arrow-circle-up-right:before{content:""}.ph-fill.ph-arrow-clockwise:before{content:""}.ph-fill.ph-arrow-counter-clockwise:before{content:""}.ph-fill.ph-arrow-down:before{content:""}.ph-fill.ph-arrow-down-left:before{content:""}.ph-fill.ph-arrow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-down-left:before{content:""}.ph-fill.ph-arrow-elbow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-left:before{content:""}.ph-fill.ph-arrow-elbow-left-down:before{content:""}.ph-fill.ph-arrow-elbow-left-up:before{content:""}.ph-fill.ph-arrow-elbow-right:before{content:""}.ph-fill.ph-arrow-elbow-right-down:before{content:""}.ph-fill.ph-arrow-elbow-right-up:before{content:""}.ph-fill.ph-arrow-elbow-up-left:before{content:""}.ph-fill.ph-arrow-elbow-up-right:before{content:""}.ph-fill.ph-arrow-fat-down:before{content:""}.ph-fill.ph-arrow-fat-left:before{content:""}.ph-fill.ph-arrow-fat-line-down:before{content:""}.ph-fill.ph-arrow-fat-line-left:before{content:""}.ph-fill.ph-arrow-fat-line-right:before{content:""}.ph-fill.ph-arrow-fat-line-up:before{content:""}.ph-fill.ph-arrow-fat-lines-down:before{content:""}.ph-fill.ph-arrow-fat-lines-left:before{content:""}.ph-fill.ph-arrow-fat-lines-right:before{content:""}.ph-fill.ph-arrow-fat-lines-up:before{content:""}.ph-fill.ph-arrow-fat-right:before{content:""}.ph-fill.ph-arrow-fat-up:before{content:""}.ph-fill.ph-arrow-left:before{content:""}.ph-fill.ph-arrow-line-down:before{content:""}.ph-fill.ph-arrow-line-down-left:before{content:""}.ph-fill.ph-arrow-line-down-right:before{content:""}.ph-fill.ph-arrow-line-left:before{content:""}.ph-fill.ph-arrow-line-right:before{content:""}.ph-fill.ph-arrow-line-up:before{content:""}.ph-fill.ph-arrow-line-up-left:before{content:""}.ph-fill.ph-arrow-line-up-right:before{content:""}.ph-fill.ph-arrow-right:before{content:""}.ph-fill.ph-arrow-square-down:before{content:""}.ph-fill.ph-arrow-square-down-left:before{content:""}.ph-fill.ph-arrow-square-down-right:before{content:""}.ph-fill.ph-arrow-square-in:before{content:""}.ph-fill.ph-arrow-square-left:before{content:""}.ph-fill.ph-arrow-square-out:before{content:""}.ph-fill.ph-arrow-square-right:before{content:""}.ph-fill.ph-arrow-square-up:before{content:""}.ph-fill.ph-arrow-square-up-left:before{content:""}.ph-fill.ph-arrow-square-up-right:before{content:""}.ph-fill.ph-arrow-u-down-left:before{content:""}.ph-fill.ph-arrow-u-down-right:before{content:""}.ph-fill.ph-arrow-u-left-down:before{content:""}.ph-fill.ph-arrow-u-left-up:before{content:""}.ph-fill.ph-arrow-u-right-down:before{content:""}.ph-fill.ph-arrow-u-right-up:before{content:""}.ph-fill.ph-arrow-u-up-left:before{content:""}.ph-fill.ph-arrow-u-up-right:before{content:""}.ph-fill.ph-arrow-up:before{content:""}.ph-fill.ph-arrow-up-left:before{content:""}.ph-fill.ph-arrow-up-right:before{content:""}.ph-fill.ph-arrows-clockwise:before{content:""}.ph-fill.ph-arrows-counter-clockwise:before{content:""}.ph-fill.ph-arrows-down-up:before{content:""}.ph-fill.ph-arrows-horizontal:before{content:""}.ph-fill.ph-arrows-in:before{content:""}.ph-fill.ph-arrows-in-cardinal:before{content:""}.ph-fill.ph-arrows-in-line-horizontal:before{content:""}.ph-fill.ph-arrows-in-line-vertical:before{content:""}.ph-fill.ph-arrows-in-simple:before{content:""}.ph-fill.ph-arrows-left-right:before{content:""}.ph-fill.ph-arrows-merge:before{content:""}.ph-fill.ph-arrows-out:before{content:""}.ph-fill.ph-arrows-out-cardinal:before{content:""}.ph-fill.ph-arrows-out-line-horizontal:before{content:""}.ph-fill.ph-arrows-out-line-vertical:before{content:""}.ph-fill.ph-arrows-out-simple:before{content:""}.ph-fill.ph-arrows-split:before{content:""}.ph-fill.ph-arrows-vertical:before{content:""}.ph-fill.ph-article:before{content:""}.ph-fill.ph-article-medium:before{content:""}.ph-fill.ph-article-ny-times:before{content:""}.ph-fill.ph-asclepius:before{content:""}.ph-fill.ph-caduceus:before{content:""}.ph-fill.ph-asterisk:before{content:""}.ph-fill.ph-asterisk-simple:before{content:""}.ph-fill.ph-at:before{content:""}.ph-fill.ph-atom:before{content:""}.ph-fill.ph-avocado:before{content:""}.ph-fill.ph-axe:before{content:""}.ph-fill.ph-baby:before{content:""}.ph-fill.ph-baby-carriage:before{content:""}.ph-fill.ph-backpack:before{content:""}.ph-fill.ph-backspace:before{content:""}.ph-fill.ph-bag:before{content:""}.ph-fill.ph-bag-simple:before{content:""}.ph-fill.ph-balloon:before{content:""}.ph-fill.ph-bandaids:before{content:""}.ph-fill.ph-bank:before{content:""}.ph-fill.ph-barbell:before{content:""}.ph-fill.ph-barcode:before{content:""}.ph-fill.ph-barn:before{content:""}.ph-fill.ph-barricade:before{content:""}.ph-fill.ph-baseball:before{content:""}.ph-fill.ph-baseball-cap:before{content:""}.ph-fill.ph-baseball-helmet:before{content:""}.ph-fill.ph-basket:before{content:""}.ph-fill.ph-basketball:before{content:""}.ph-fill.ph-bathtub:before{content:""}.ph-fill.ph-battery-charging:before{content:""}.ph-fill.ph-battery-charging-vertical:before{content:""}.ph-fill.ph-battery-empty:before{content:""}.ph-fill.ph-battery-full:before{content:""}.ph-fill.ph-battery-high:before{content:""}.ph-fill.ph-battery-low:before{content:""}.ph-fill.ph-battery-medium:before{content:""}.ph-fill.ph-battery-plus:before{content:""}.ph-fill.ph-battery-plus-vertical:before{content:""}.ph-fill.ph-battery-vertical-empty:before{content:""}.ph-fill.ph-battery-vertical-full:before{content:""}.ph-fill.ph-battery-vertical-high:before{content:""}.ph-fill.ph-battery-vertical-low:before{content:""}.ph-fill.ph-battery-vertical-medium:before{content:""}.ph-fill.ph-battery-warning:before{content:""}.ph-fill.ph-battery-warning-vertical:before{content:""}.ph-fill.ph-beach-ball:before{content:""}.ph-fill.ph-beanie:before{content:""}.ph-fill.ph-bed:before{content:""}.ph-fill.ph-beer-bottle:before{content:""}.ph-fill.ph-beer-stein:before{content:""}.ph-fill.ph-behance-logo:before{content:""}.ph-fill.ph-bell:before{content:""}.ph-fill.ph-bell-ringing:before{content:""}.ph-fill.ph-bell-simple:before{content:""}.ph-fill.ph-bell-simple-ringing:before{content:""}.ph-fill.ph-bell-simple-slash:before{content:""}.ph-fill.ph-bell-simple-z:before{content:""}.ph-fill.ph-bell-slash:before{content:""}.ph-fill.ph-bell-z:before{content:""}.ph-fill.ph-belt:before{content:""}.ph-fill.ph-bezier-curve:before{content:""}.ph-fill.ph-bicycle:before{content:""}.ph-fill.ph-binary:before{content:""}.ph-fill.ph-binoculars:before{content:""}.ph-fill.ph-biohazard:before{content:""}.ph-fill.ph-bird:before{content:""}.ph-fill.ph-blueprint:before{content:""}.ph-fill.ph-bluetooth:before{content:""}.ph-fill.ph-bluetooth-connected:before{content:""}.ph-fill.ph-bluetooth-slash:before{content:""}.ph-fill.ph-bluetooth-x:before{content:""}.ph-fill.ph-boat:before{content:""}.ph-fill.ph-bomb:before{content:""}.ph-fill.ph-bone:before{content:""}.ph-fill.ph-book:before{content:""}.ph-fill.ph-book-bookmark:before{content:""}.ph-fill.ph-book-open:before{content:""}.ph-fill.ph-book-open-text:before{content:""}.ph-fill.ph-book-open-user:before{content:""}.ph-fill.ph-bookmark:before{content:""}.ph-fill.ph-bookmark-simple:before{content:""}.ph-fill.ph-bookmarks:before{content:""}.ph-fill.ph-bookmarks-simple:before{content:""}.ph-fill.ph-books:before{content:""}.ph-fill.ph-boot:before{content:""}.ph-fill.ph-boules:before{content:""}.ph-fill.ph-bounding-box:before{content:""}.ph-fill.ph-bowl-food:before{content:""}.ph-fill.ph-bowl-steam:before{content:""}.ph-fill.ph-bowling-ball:before{content:""}.ph-fill.ph-box-arrow-down:before{content:""}.ph-fill.ph-archive-box:before{content:""}.ph-fill.ph-box-arrow-up:before{content:""}.ph-fill.ph-boxing-glove:before{content:""}.ph-fill.ph-brackets-angle:before{content:""}.ph-fill.ph-brackets-curly:before{content:""}.ph-fill.ph-brackets-round:before{content:""}.ph-fill.ph-brackets-square:before{content:""}.ph-fill.ph-brain:before{content:""}.ph-fill.ph-brandy:before{content:""}.ph-fill.ph-bread:before{content:""}.ph-fill.ph-bridge:before{content:""}.ph-fill.ph-briefcase:before{content:""}.ph-fill.ph-briefcase-metal:before{content:""}.ph-fill.ph-broadcast:before{content:""}.ph-fill.ph-broom:before{content:""}.ph-fill.ph-browser:before{content:""}.ph-fill.ph-browsers:before{content:""}.ph-fill.ph-bug:before{content:""}.ph-fill.ph-bug-beetle:before{content:""}.ph-fill.ph-bug-droid:before{content:""}.ph-fill.ph-building:before{content:""}.ph-fill.ph-building-apartment:before{content:""}.ph-fill.ph-building-office:before{content:""}.ph-fill.ph-buildings:before{content:""}.ph-fill.ph-bulldozer:before{content:""}.ph-fill.ph-bus:before{content:""}.ph-fill.ph-butterfly:before{content:""}.ph-fill.ph-cable-car:before{content:""}.ph-fill.ph-cactus:before{content:""}.ph-fill.ph-cake:before{content:""}.ph-fill.ph-calculator:before{content:""}.ph-fill.ph-calendar:before{content:""}.ph-fill.ph-calendar-blank:before{content:""}.ph-fill.ph-calendar-check:before{content:""}.ph-fill.ph-calendar-dot:before{content:""}.ph-fill.ph-calendar-dots:before{content:""}.ph-fill.ph-calendar-heart:before{content:""}.ph-fill.ph-calendar-minus:before{content:""}.ph-fill.ph-calendar-plus:before{content:""}.ph-fill.ph-calendar-slash:before{content:""}.ph-fill.ph-calendar-star:before{content:""}.ph-fill.ph-calendar-x:before{content:""}.ph-fill.ph-call-bell:before{content:""}.ph-fill.ph-camera:before{content:""}.ph-fill.ph-camera-plus:before{content:""}.ph-fill.ph-camera-rotate:before{content:""}.ph-fill.ph-camera-slash:before{content:""}.ph-fill.ph-campfire:before{content:""}.ph-fill.ph-car:before{content:""}.ph-fill.ph-car-battery:before{content:""}.ph-fill.ph-car-profile:before{content:""}.ph-fill.ph-car-simple:before{content:""}.ph-fill.ph-cardholder:before{content:""}.ph-fill.ph-cards:before{content:""}.ph-fill.ph-cards-three:before{content:""}.ph-fill.ph-caret-circle-double-down:before{content:""}.ph-fill.ph-caret-circle-double-left:before{content:""}.ph-fill.ph-caret-circle-double-right:before{content:""}.ph-fill.ph-caret-circle-double-up:before{content:""}.ph-fill.ph-caret-circle-down:before{content:""}.ph-fill.ph-caret-circle-left:before{content:""}.ph-fill.ph-caret-circle-right:before{content:""}.ph-fill.ph-caret-circle-up:before{content:""}.ph-fill.ph-caret-circle-up-down:before{content:""}.ph-fill.ph-caret-double-down:before{content:""}.ph-fill.ph-caret-double-left:before{content:""}.ph-fill.ph-caret-double-right:before{content:""}.ph-fill.ph-caret-double-up:before{content:""}.ph-fill.ph-caret-down:before{content:""}.ph-fill.ph-caret-left:before{content:""}.ph-fill.ph-caret-line-down:before{content:""}.ph-fill.ph-caret-line-left:before{content:""}.ph-fill.ph-caret-line-right:before{content:""}.ph-fill.ph-caret-line-up:before{content:""}.ph-fill.ph-caret-right:before{content:""}.ph-fill.ph-caret-up:before{content:""}.ph-fill.ph-caret-up-down:before{content:""}.ph-fill.ph-carrot:before{content:""}.ph-fill.ph-cash-register:before{content:""}.ph-fill.ph-cassette-tape:before{content:""}.ph-fill.ph-castle-turret:before{content:""}.ph-fill.ph-cat:before{content:""}.ph-fill.ph-cell-signal-full:before{content:""}.ph-fill.ph-cell-signal-high:before{content:""}.ph-fill.ph-cell-signal-low:before{content:""}.ph-fill.ph-cell-signal-medium:before{content:""}.ph-fill.ph-cell-signal-none:before{content:""}.ph-fill.ph-cell-signal-slash:before{content:""}.ph-fill.ph-cell-signal-x:before{content:""}.ph-fill.ph-cell-tower:before{content:""}.ph-fill.ph-certificate:before{content:""}.ph-fill.ph-chair:before{content:""}.ph-fill.ph-chalkboard:before{content:""}.ph-fill.ph-chalkboard-simple:before{content:""}.ph-fill.ph-chalkboard-teacher:before{content:""}.ph-fill.ph-champagne:before{content:""}.ph-fill.ph-charging-station:before{content:""}.ph-fill.ph-chart-bar:before{content:""}.ph-fill.ph-chart-bar-horizontal:before{content:""}.ph-fill.ph-chart-donut:before{content:""}.ph-fill.ph-chart-line:before{content:""}.ph-fill.ph-chart-line-down:before{content:""}.ph-fill.ph-chart-line-up:before{content:""}.ph-fill.ph-chart-pie:before{content:""}.ph-fill.ph-chart-pie-slice:before{content:""}.ph-fill.ph-chart-polar:before{content:""}.ph-fill.ph-chart-scatter:before{content:""}.ph-fill.ph-chat:before{content:""}.ph-fill.ph-chat-centered:before{content:""}.ph-fill.ph-chat-centered-dots:before{content:""}.ph-fill.ph-chat-centered-slash:before{content:""}.ph-fill.ph-chat-centered-text:before{content:""}.ph-fill.ph-chat-circle:before{content:""}.ph-fill.ph-chat-circle-dots:before{content:""}.ph-fill.ph-chat-circle-slash:before{content:""}.ph-fill.ph-chat-circle-text:before{content:""}.ph-fill.ph-chat-dots:before{content:""}.ph-fill.ph-chat-slash:before{content:""}.ph-fill.ph-chat-teardrop:before{content:""}.ph-fill.ph-chat-teardrop-dots:before{content:""}.ph-fill.ph-chat-teardrop-slash:before{content:""}.ph-fill.ph-chat-teardrop-text:before{content:""}.ph-fill.ph-chat-text:before{content:""}.ph-fill.ph-chats:before{content:""}.ph-fill.ph-chats-circle:before{content:""}.ph-fill.ph-chats-teardrop:before{content:""}.ph-fill.ph-check:before{content:""}.ph-fill.ph-check-circle:before{content:""}.ph-fill.ph-check-fat:before{content:""}.ph-fill.ph-check-square:before{content:""}.ph-fill.ph-check-square-offset:before{content:""}.ph-fill.ph-checkerboard:before{content:""}.ph-fill.ph-checks:before{content:""}.ph-fill.ph-cheers:before{content:""}.ph-fill.ph-cheese:before{content:""}.ph-fill.ph-chef-hat:before{content:""}.ph-fill.ph-cherries:before{content:""}.ph-fill.ph-church:before{content:""}.ph-fill.ph-cigarette:before{content:""}.ph-fill.ph-cigarette-slash:before{content:""}.ph-fill.ph-circle:before{content:""}.ph-fill.ph-circle-dashed:before{content:""}.ph-fill.ph-circle-half:before{content:""}.ph-fill.ph-circle-half-tilt:before{content:""}.ph-fill.ph-circle-notch:before{content:""}.ph-fill.ph-circles-four:before{content:""}.ph-fill.ph-circles-three:before{content:""}.ph-fill.ph-circles-three-plus:before{content:""}.ph-fill.ph-circuitry:before{content:""}.ph-fill.ph-city:before{content:""}.ph-fill.ph-clipboard:before{content:""}.ph-fill.ph-clipboard-text:before{content:""}.ph-fill.ph-clock:before{content:""}.ph-fill.ph-clock-afternoon:before{content:""}.ph-fill.ph-clock-clockwise:before{content:""}.ph-fill.ph-clock-countdown:before{content:""}.ph-fill.ph-clock-counter-clockwise:before{content:""}.ph-fill.ph-clock-user:before{content:""}.ph-fill.ph-closed-captioning:before{content:""}.ph-fill.ph-cloud:before{content:""}.ph-fill.ph-cloud-arrow-down:before{content:""}.ph-fill.ph-cloud-arrow-up:before{content:""}.ph-fill.ph-cloud-check:before{content:""}.ph-fill.ph-cloud-fog:before{content:""}.ph-fill.ph-cloud-lightning:before{content:""}.ph-fill.ph-cloud-moon:before{content:""}.ph-fill.ph-cloud-rain:before{content:""}.ph-fill.ph-cloud-slash:before{content:""}.ph-fill.ph-cloud-snow:before{content:""}.ph-fill.ph-cloud-sun:before{content:""}.ph-fill.ph-cloud-warning:before{content:""}.ph-fill.ph-cloud-x:before{content:""}.ph-fill.ph-clover:before{content:""}.ph-fill.ph-club:before{content:""}.ph-fill.ph-coat-hanger:before{content:""}.ph-fill.ph-coda-logo:before{content:""}.ph-fill.ph-code:before{content:""}.ph-fill.ph-code-block:before{content:""}.ph-fill.ph-code-simple:before{content:""}.ph-fill.ph-codepen-logo:before{content:""}.ph-fill.ph-codesandbox-logo:before{content:""}.ph-fill.ph-coffee:before{content:""}.ph-fill.ph-coffee-bean:before{content:""}.ph-fill.ph-coin:before{content:""}.ph-fill.ph-coin-vertical:before{content:""}.ph-fill.ph-coins:before{content:""}.ph-fill.ph-columns:before{content:""}.ph-fill.ph-columns-plus-left:before{content:""}.ph-fill.ph-columns-plus-right:before{content:""}.ph-fill.ph-command:before{content:""}.ph-fill.ph-compass:before{content:""}.ph-fill.ph-compass-rose:before{content:""}.ph-fill.ph-compass-tool:before{content:""}.ph-fill.ph-computer-tower:before{content:""}.ph-fill.ph-confetti:before{content:""}.ph-fill.ph-contactless-payment:before{content:""}.ph-fill.ph-control:before{content:""}.ph-fill.ph-cookie:before{content:""}.ph-fill.ph-cooking-pot:before{content:""}.ph-fill.ph-copy:before{content:""}.ph-fill.ph-copy-simple:before{content:""}.ph-fill.ph-copyleft:before{content:""}.ph-fill.ph-copyright:before{content:""}.ph-fill.ph-corners-in:before{content:""}.ph-fill.ph-corners-out:before{content:""}.ph-fill.ph-couch:before{content:""}.ph-fill.ph-court-basketball:before{content:""}.ph-fill.ph-cow:before{content:""}.ph-fill.ph-cowboy-hat:before{content:""}.ph-fill.ph-cpu:before{content:""}.ph-fill.ph-crane:before{content:""}.ph-fill.ph-crane-tower:before{content:""}.ph-fill.ph-credit-card:before{content:""}.ph-fill.ph-cricket:before{content:""}.ph-fill.ph-crop:before{content:""}.ph-fill.ph-cross:before{content:""}.ph-fill.ph-crosshair:before{content:""}.ph-fill.ph-crosshair-simple:before{content:""}.ph-fill.ph-crown:before{content:""}.ph-fill.ph-crown-cross:before{content:""}.ph-fill.ph-crown-simple:before{content:""}.ph-fill.ph-cube:before{content:""}.ph-fill.ph-cube-focus:before{content:""}.ph-fill.ph-cube-transparent:before{content:""}.ph-fill.ph-currency-btc:before{content:""}.ph-fill.ph-currency-circle-dollar:before{content:""}.ph-fill.ph-currency-cny:before{content:""}.ph-fill.ph-currency-dollar:before{content:""}.ph-fill.ph-currency-dollar-simple:before{content:""}.ph-fill.ph-currency-eth:before{content:""}.ph-fill.ph-currency-eur:before{content:""}.ph-fill.ph-currency-gbp:before{content:""}.ph-fill.ph-currency-inr:before{content:""}.ph-fill.ph-currency-jpy:before{content:""}.ph-fill.ph-currency-krw:before{content:""}.ph-fill.ph-currency-kzt:before{content:""}.ph-fill.ph-currency-ngn:before{content:""}.ph-fill.ph-currency-rub:before{content:""}.ph-fill.ph-cursor:before{content:""}.ph-fill.ph-cursor-click:before{content:""}.ph-fill.ph-cursor-text:before{content:""}.ph-fill.ph-cylinder:before{content:""}.ph-fill.ph-database:before{content:""}.ph-fill.ph-desk:before{content:""}.ph-fill.ph-desktop:before{content:""}.ph-fill.ph-desktop-tower:before{content:""}.ph-fill.ph-detective:before{content:""}.ph-fill.ph-dev-to-logo:before{content:""}.ph-fill.ph-device-mobile:before{content:""}.ph-fill.ph-device-mobile-camera:before{content:""}.ph-fill.ph-device-mobile-slash:before{content:""}.ph-fill.ph-device-mobile-speaker:before{content:""}.ph-fill.ph-device-rotate:before{content:""}.ph-fill.ph-device-tablet:before{content:""}.ph-fill.ph-device-tablet-camera:before{content:""}.ph-fill.ph-device-tablet-speaker:before{content:""}.ph-fill.ph-devices:before{content:""}.ph-fill.ph-diamond:before{content:""}.ph-fill.ph-diamonds-four:before{content:""}.ph-fill.ph-dice-five:before{content:""}.ph-fill.ph-dice-four:before{content:""}.ph-fill.ph-dice-one:before{content:""}.ph-fill.ph-dice-six:before{content:""}.ph-fill.ph-dice-three:before{content:""}.ph-fill.ph-dice-two:before{content:""}.ph-fill.ph-disc:before{content:""}.ph-fill.ph-disco-ball:before{content:""}.ph-fill.ph-discord-logo:before{content:""}.ph-fill.ph-divide:before{content:""}.ph-fill.ph-dna:before{content:""}.ph-fill.ph-dog:before{content:""}.ph-fill.ph-door:before{content:""}.ph-fill.ph-door-open:before{content:""}.ph-fill.ph-dot:before{content:""}.ph-fill.ph-dot-outline:before{content:""}.ph-fill.ph-dots-nine:before{content:""}.ph-fill.ph-dots-six:before{content:""}.ph-fill.ph-dots-six-vertical:before{content:""}.ph-fill.ph-dots-three:before{content:""}.ph-fill.ph-dots-three-circle:before{content:""}.ph-fill.ph-dots-three-circle-vertical:before{content:""}.ph-fill.ph-dots-three-outline:before{content:""}.ph-fill.ph-dots-three-outline-vertical:before{content:""}.ph-fill.ph-dots-three-vertical:before{content:""}.ph-fill.ph-download:before{content:""}.ph-fill.ph-download-simple:before{content:""}.ph-fill.ph-dress:before{content:""}.ph-fill.ph-dresser:before{content:""}.ph-fill.ph-dribbble-logo:before{content:""}.ph-fill.ph-drone:before{content:""}.ph-fill.ph-drop:before{content:""}.ph-fill.ph-drop-half:before{content:""}.ph-fill.ph-drop-half-bottom:before{content:""}.ph-fill.ph-drop-simple:before{content:""}.ph-fill.ph-drop-slash:before{content:""}.ph-fill.ph-dropbox-logo:before{content:""}.ph-fill.ph-ear:before{content:""}.ph-fill.ph-ear-slash:before{content:""}.ph-fill.ph-egg:before{content:""}.ph-fill.ph-egg-crack:before{content:""}.ph-fill.ph-eject:before{content:""}.ph-fill.ph-eject-simple:before{content:""}.ph-fill.ph-elevator:before{content:""}.ph-fill.ph-empty:before{content:""}.ph-fill.ph-engine:before{content:""}.ph-fill.ph-envelope:before{content:""}.ph-fill.ph-envelope-open:before{content:""}.ph-fill.ph-envelope-simple:before{content:""}.ph-fill.ph-envelope-simple-open:before{content:""}.ph-fill.ph-equalizer:before{content:""}.ph-fill.ph-equals:before{content:""}.ph-fill.ph-eraser:before{content:""}.ph-fill.ph-escalator-down:before{content:""}.ph-fill.ph-escalator-up:before{content:""}.ph-fill.ph-exam:before{content:""}.ph-fill.ph-exclamation-mark:before{content:""}.ph-fill.ph-exclude:before{content:""}.ph-fill.ph-exclude-square:before{content:""}.ph-fill.ph-export:before{content:""}.ph-fill.ph-eye:before{content:""}.ph-fill.ph-eye-closed:before{content:""}.ph-fill.ph-eye-slash:before{content:""}.ph-fill.ph-eyedropper:before{content:""}.ph-fill.ph-eyedropper-sample:before{content:""}.ph-fill.ph-eyeglasses:before{content:""}.ph-fill.ph-eyes:before{content:""}.ph-fill.ph-face-mask:before{content:""}.ph-fill.ph-facebook-logo:before{content:""}.ph-fill.ph-factory:before{content:""}.ph-fill.ph-faders:before{content:""}.ph-fill.ph-faders-horizontal:before{content:""}.ph-fill.ph-fallout-shelter:before{content:""}.ph-fill.ph-fan:before{content:""}.ph-fill.ph-farm:before{content:""}.ph-fill.ph-fast-forward:before{content:""}.ph-fill.ph-fast-forward-circle:before{content:""}.ph-fill.ph-feather:before{content:""}.ph-fill.ph-fediverse-logo:before{content:""}.ph-fill.ph-figma-logo:before{content:""}.ph-fill.ph-file:before{content:""}.ph-fill.ph-file-archive:before{content:""}.ph-fill.ph-file-arrow-down:before{content:""}.ph-fill.ph-file-arrow-up:before{content:""}.ph-fill.ph-file-audio:before{content:""}.ph-fill.ph-file-c:before{content:""}.ph-fill.ph-file-c-sharp:before{content:""}.ph-fill.ph-file-cloud:before{content:""}.ph-fill.ph-file-code:before{content:""}.ph-fill.ph-file-cpp:before{content:""}.ph-fill.ph-file-css:before{content:""}.ph-fill.ph-file-csv:before{content:""}.ph-fill.ph-file-dashed:before{content:""}.ph-fill.ph-file-dotted:before{content:""}.ph-fill.ph-file-doc:before{content:""}.ph-fill.ph-file-html:before{content:""}.ph-fill.ph-file-image:before{content:""}.ph-fill.ph-file-ini:before{content:""}.ph-fill.ph-file-jpg:before{content:""}.ph-fill.ph-file-js:before{content:""}.ph-fill.ph-file-jsx:before{content:""}.ph-fill.ph-file-lock:before{content:""}.ph-fill.ph-file-magnifying-glass:before{content:""}.ph-fill.ph-file-search:before{content:""}.ph-fill.ph-file-md:before{content:""}.ph-fill.ph-file-minus:before{content:""}.ph-fill.ph-file-pdf:before{content:""}.ph-fill.ph-file-plus:before{content:""}.ph-fill.ph-file-png:before{content:""}.ph-fill.ph-file-ppt:before{content:""}.ph-fill.ph-file-py:before{content:""}.ph-fill.ph-file-rs:before{content:""}.ph-fill.ph-file-sql:before{content:""}.ph-fill.ph-file-svg:before{content:""}.ph-fill.ph-file-text:before{content:""}.ph-fill.ph-file-ts:before{content:""}.ph-fill.ph-file-tsx:before{content:""}.ph-fill.ph-file-txt:before{content:""}.ph-fill.ph-file-video:before{content:""}.ph-fill.ph-file-vue:before{content:""}.ph-fill.ph-file-x:before{content:""}.ph-fill.ph-file-xls:before{content:""}.ph-fill.ph-file-zip:before{content:""}.ph-fill.ph-files:before{content:""}.ph-fill.ph-film-reel:before{content:""}.ph-fill.ph-film-script:before{content:""}.ph-fill.ph-film-slate:before{content:""}.ph-fill.ph-film-strip:before{content:""}.ph-fill.ph-fingerprint:before{content:""}.ph-fill.ph-fingerprint-simple:before{content:""}.ph-fill.ph-finn-the-human:before{content:""}.ph-fill.ph-fire:before{content:""}.ph-fill.ph-fire-extinguisher:before{content:""}.ph-fill.ph-fire-simple:before{content:""}.ph-fill.ph-fire-truck:before{content:""}.ph-fill.ph-first-aid:before{content:""}.ph-fill.ph-first-aid-kit:before{content:""}.ph-fill.ph-fish:before{content:""}.ph-fill.ph-fish-simple:before{content:""}.ph-fill.ph-flag:before{content:""}.ph-fill.ph-flag-banner:before{content:""}.ph-fill.ph-flag-banner-fold:before{content:""}.ph-fill.ph-flag-checkered:before{content:""}.ph-fill.ph-flag-pennant:before{content:""}.ph-fill.ph-flame:before{content:""}.ph-fill.ph-flashlight:before{content:""}.ph-fill.ph-flask:before{content:""}.ph-fill.ph-flip-horizontal:before{content:""}.ph-fill.ph-flip-vertical:before{content:""}.ph-fill.ph-floppy-disk:before{content:""}.ph-fill.ph-floppy-disk-back:before{content:""}.ph-fill.ph-flow-arrow:before{content:""}.ph-fill.ph-flower:before{content:""}.ph-fill.ph-flower-lotus:before{content:""}.ph-fill.ph-flower-tulip:before{content:""}.ph-fill.ph-flying-saucer:before{content:""}.ph-fill.ph-folder:before{content:""}.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-dashed:before{content:""}.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before{content:""}.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-open:before{content:""}.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-plus:before{content:""}.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-dashed:before{content:""}.ph-fill.ph-folder-simple-dotted:before{content:""}.ph-fill.ph-folder-simple-lock:before{content:""}.ph-fill.ph-folder-simple-minus:before{content:""}.ph-fill.ph-folder-simple-plus:before{content:""}.ph-fill.ph-folder-simple-star:before{content:""}.ph-fill.ph-folder-simple-user:before{content:""}.ph-fill.ph-folder-star:before{content:""}.ph-fill.ph-folder-user:before{content:""}.ph-fill.ph-folders:before{content:""}.ph-fill.ph-football:before{content:""}.ph-fill.ph-football-helmet:before{content:""}.ph-fill.ph-footprints:before{content:""}.ph-fill.ph-fork-knife:before{content:""}.ph-fill.ph-four-k:before{content:""}.ph-fill.ph-frame-corners:before{content:""}.ph-fill.ph-framer-logo:before{content:""}.ph-fill.ph-function:before{content:""}.ph-fill.ph-funnel:before{content:""}.ph-fill.ph-funnel-simple:before{content:""}.ph-fill.ph-funnel-simple-x:before{content:""}.ph-fill.ph-funnel-x:before{content:""}.ph-fill.ph-game-controller:before{content:""}.ph-fill.ph-garage:before{content:""}.ph-fill.ph-gas-can:before{content:""}.ph-fill.ph-gas-pump:before{content:""}.ph-fill.ph-gauge:before{content:""}.ph-fill.ph-gavel:before{content:""}.ph-fill.ph-gear:before{content:""}.ph-fill.ph-gear-fine:before{content:""}.ph-fill.ph-gear-six:before{content:""}.ph-fill.ph-gender-female:before{content:""}.ph-fill.ph-gender-intersex:before{content:""}.ph-fill.ph-gender-male:before{content:""}.ph-fill.ph-gender-neuter:before{content:""}.ph-fill.ph-gender-nonbinary:before{content:""}.ph-fill.ph-gender-transgender:before{content:""}.ph-fill.ph-ghost:before{content:""}.ph-fill.ph-gif:before{content:""}.ph-fill.ph-gift:before{content:""}.ph-fill.ph-git-branch:before{content:""}.ph-fill.ph-git-commit:before{content:""}.ph-fill.ph-git-diff:before{content:""}.ph-fill.ph-git-fork:before{content:""}.ph-fill.ph-git-merge:before{content:""}.ph-fill.ph-git-pull-request:before{content:""}.ph-fill.ph-github-logo:before{content:""}.ph-fill.ph-gitlab-logo:before{content:""}.ph-fill.ph-gitlab-logo-simple:before{content:""}.ph-fill.ph-globe:before{content:""}.ph-fill.ph-globe-hemisphere-east:before{content:""}.ph-fill.ph-globe-hemisphere-west:before{content:""}.ph-fill.ph-globe-simple:before{content:""}.ph-fill.ph-globe-simple-x:before{content:""}.ph-fill.ph-globe-stand:before{content:""}.ph-fill.ph-globe-x:before{content:""}.ph-fill.ph-goggles:before{content:""}.ph-fill.ph-golf:before{content:""}.ph-fill.ph-goodreads-logo:before{content:""}.ph-fill.ph-google-cardboard-logo:before{content:""}.ph-fill.ph-google-chrome-logo:before{content:""}.ph-fill.ph-google-drive-logo:before{content:""}.ph-fill.ph-google-logo:before{content:""}.ph-fill.ph-google-photos-logo:before{content:""}.ph-fill.ph-google-play-logo:before{content:""}.ph-fill.ph-google-podcasts-logo:before{content:""}.ph-fill.ph-gps:before{content:""}.ph-fill.ph-gps-fix:before{content:""}.ph-fill.ph-gps-slash:before{content:""}.ph-fill.ph-gradient:before{content:""}.ph-fill.ph-graduation-cap:before{content:""}.ph-fill.ph-grains:before{content:""}.ph-fill.ph-grains-slash:before{content:""}.ph-fill.ph-graph:before{content:""}.ph-fill.ph-graphics-card:before{content:""}.ph-fill.ph-greater-than:before{content:""}.ph-fill.ph-greater-than-or-equal:before{content:""}.ph-fill.ph-grid-four:before{content:""}.ph-fill.ph-grid-nine:before{content:""}.ph-fill.ph-guitar:before{content:""}.ph-fill.ph-hair-dryer:before{content:""}.ph-fill.ph-hamburger:before{content:""}.ph-fill.ph-hammer:before{content:""}.ph-fill.ph-hand:before{content:""}.ph-fill.ph-hand-arrow-down:before{content:""}.ph-fill.ph-hand-arrow-up:before{content:""}.ph-fill.ph-hand-coins:before{content:""}.ph-fill.ph-hand-deposit:before{content:""}.ph-fill.ph-hand-eye:before{content:""}.ph-fill.ph-hand-fist:before{content:""}.ph-fill.ph-hand-grabbing:before{content:""}.ph-fill.ph-hand-heart:before{content:""}.ph-fill.ph-hand-palm:before{content:""}.ph-fill.ph-hand-peace:before{content:""}.ph-fill.ph-hand-pointing:before{content:""}.ph-fill.ph-hand-soap:before{content:""}.ph-fill.ph-hand-swipe-left:before{content:""}.ph-fill.ph-hand-swipe-right:before{content:""}.ph-fill.ph-hand-tap:before{content:""}.ph-fill.ph-hand-waving:before{content:""}.ph-fill.ph-hand-withdraw:before{content:""}.ph-fill.ph-handbag:before{content:""}.ph-fill.ph-handbag-simple:before{content:""}.ph-fill.ph-hands-clapping:before{content:""}.ph-fill.ph-hands-praying:before{content:""}.ph-fill.ph-handshake:before{content:""}.ph-fill.ph-hard-drive:before{content:""}.ph-fill.ph-hard-drives:before{content:""}.ph-fill.ph-hard-hat:before{content:""}.ph-fill.ph-hash:before{content:""}.ph-fill.ph-hash-straight:before{content:""}.ph-fill.ph-head-circuit:before{content:""}.ph-fill.ph-headlights:before{content:""}.ph-fill.ph-headphones:before{content:""}.ph-fill.ph-headset:before{content:""}.ph-fill.ph-heart:before{content:""}.ph-fill.ph-heart-break:before{content:""}.ph-fill.ph-heart-half:before{content:""}.ph-fill.ph-heart-straight:before{content:""}.ph-fill.ph-heart-straight-break:before{content:""}.ph-fill.ph-heartbeat:before{content:""}.ph-fill.ph-hexagon:before{content:""}.ph-fill.ph-high-definition:before{content:""}.ph-fill.ph-high-heel:before{content:""}.ph-fill.ph-highlighter:before{content:""}.ph-fill.ph-highlighter-circle:before{content:""}.ph-fill.ph-hockey:before{content:""}.ph-fill.ph-hoodie:before{content:""}.ph-fill.ph-horse:before{content:""}.ph-fill.ph-hospital:before{content:""}.ph-fill.ph-hourglass:before{content:""}.ph-fill.ph-hourglass-high:before{content:""}.ph-fill.ph-hourglass-low:before{content:""}.ph-fill.ph-hourglass-medium:before{content:""}.ph-fill.ph-hourglass-simple:before{content:""}.ph-fill.ph-hourglass-simple-high:before{content:""}.ph-fill.ph-hourglass-simple-low:before{content:""}.ph-fill.ph-hourglass-simple-medium:before{content:""}.ph-fill.ph-house:before{content:""}.ph-fill.ph-house-line:before{content:""}.ph-fill.ph-house-simple:before{content:""}.ph-fill.ph-hurricane:before{content:""}.ph-fill.ph-ice-cream:before{content:""}.ph-fill.ph-identification-badge:before{content:""}.ph-fill.ph-identification-card:before{content:""}.ph-fill.ph-image:before{content:""}.ph-fill.ph-image-broken:before{content:""}.ph-fill.ph-image-square:before{content:""}.ph-fill.ph-images:before{content:""}.ph-fill.ph-images-square:before{content:""}.ph-fill.ph-infinity:before{content:""}.ph-fill.ph-lemniscate:before{content:""}.ph-fill.ph-info:before{content:""}.ph-fill.ph-instagram-logo:before{content:""}.ph-fill.ph-intersect:before{content:""}.ph-fill.ph-intersect-square:before{content:""}.ph-fill.ph-intersect-three:before{content:""}.ph-fill.ph-intersection:before{content:""}.ph-fill.ph-invoice:before{content:""}.ph-fill.ph-island:before{content:""}.ph-fill.ph-jar:before{content:""}.ph-fill.ph-jar-label:before{content:""}.ph-fill.ph-jeep:before{content:""}.ph-fill.ph-joystick:before{content:""}.ph-fill.ph-kanban:before{content:""}.ph-fill.ph-key:before{content:""}.ph-fill.ph-key-return:before{content:""}.ph-fill.ph-keyboard:before{content:""}.ph-fill.ph-keyhole:before{content:""}.ph-fill.ph-knife:before{content:""}.ph-fill.ph-ladder:before{content:""}.ph-fill.ph-ladder-simple:before{content:""}.ph-fill.ph-lamp:before{content:""}.ph-fill.ph-lamp-pendant:before{content:""}.ph-fill.ph-laptop:before{content:""}.ph-fill.ph-lasso:before{content:""}.ph-fill.ph-lastfm-logo:before{content:""}.ph-fill.ph-layout:before{content:""}.ph-fill.ph-leaf:before{content:""}.ph-fill.ph-lectern:before{content:""}.ph-fill.ph-lego:before{content:""}.ph-fill.ph-lego-smiley:before{content:""}.ph-fill.ph-less-than:before{content:""}.ph-fill.ph-less-than-or-equal:before{content:""}.ph-fill.ph-letter-circle-h:before{content:""}.ph-fill.ph-letter-circle-p:before{content:""}.ph-fill.ph-letter-circle-v:before{content:""}.ph-fill.ph-lifebuoy:before{content:""}.ph-fill.ph-lightbulb:before{content:""}.ph-fill.ph-lightbulb-filament:before{content:""}.ph-fill.ph-lighthouse:before{content:""}.ph-fill.ph-lightning:before{content:""}.ph-fill.ph-lightning-a:before{content:""}.ph-fill.ph-lightning-slash:before{content:""}.ph-fill.ph-line-segment:before{content:""}.ph-fill.ph-line-segments:before{content:""}.ph-fill.ph-line-vertical:before{content:""}.ph-fill.ph-link:before{content:""}.ph-fill.ph-link-break:before{content:""}.ph-fill.ph-link-simple:before{content:""}.ph-fill.ph-link-simple-break:before{content:""}.ph-fill.ph-link-simple-horizontal:before{content:""}.ph-fill.ph-link-simple-horizontal-break:before{content:""}.ph-fill.ph-linkedin-logo:before{content:""}.ph-fill.ph-linktree-logo:before{content:""}.ph-fill.ph-linux-logo:before{content:""}.ph-fill.ph-list:before{content:""}.ph-fill.ph-list-bullets:before{content:""}.ph-fill.ph-list-checks:before{content:""}.ph-fill.ph-list-dashes:before{content:""}.ph-fill.ph-list-heart:before{content:""}.ph-fill.ph-list-magnifying-glass:before{content:""}.ph-fill.ph-list-numbers:before{content:""}.ph-fill.ph-list-plus:before{content:""}.ph-fill.ph-list-star:before{content:""}.ph-fill.ph-lock:before{content:""}.ph-fill.ph-lock-key:before{content:""}.ph-fill.ph-lock-key-open:before{content:""}.ph-fill.ph-lock-laminated:before{content:""}.ph-fill.ph-lock-laminated-open:before{content:""}.ph-fill.ph-lock-open:before{content:""}.ph-fill.ph-lock-simple:before{content:""}.ph-fill.ph-lock-simple-open:before{content:""}.ph-fill.ph-lockers:before{content:""}.ph-fill.ph-log:before{content:""}.ph-fill.ph-magic-wand:before{content:""}.ph-fill.ph-magnet:before{content:""}.ph-fill.ph-magnet-straight:before{content:""}.ph-fill.ph-magnifying-glass:before{content:""}.ph-fill.ph-magnifying-glass-minus:before{content:""}.ph-fill.ph-magnifying-glass-plus:before{content:""}.ph-fill.ph-mailbox:before{content:""}.ph-fill.ph-map-pin:before{content:""}.ph-fill.ph-map-pin-area:before{content:""}.ph-fill.ph-map-pin-line:before{content:""}.ph-fill.ph-map-pin-plus:before{content:""}.ph-fill.ph-map-pin-simple:before{content:""}.ph-fill.ph-map-pin-simple-area:before{content:""}.ph-fill.ph-map-pin-simple-line:before{content:""}.ph-fill.ph-map-trifold:before{content:""}.ph-fill.ph-markdown-logo:before{content:""}.ph-fill.ph-marker-circle:before{content:""}.ph-fill.ph-martini:before{content:""}.ph-fill.ph-mask-happy:before{content:""}.ph-fill.ph-mask-sad:before{content:""}.ph-fill.ph-mastodon-logo:before{content:""}.ph-fill.ph-math-operations:before{content:""}.ph-fill.ph-matrix-logo:before{content:""}.ph-fill.ph-medal:before{content:""}.ph-fill.ph-medal-military:before{content:""}.ph-fill.ph-medium-logo:before{content:""}.ph-fill.ph-megaphone:before{content:""}.ph-fill.ph-megaphone-simple:before{content:""}.ph-fill.ph-member-of:before{content:""}.ph-fill.ph-memory:before{content:""}.ph-fill.ph-messenger-logo:before{content:""}.ph-fill.ph-meta-logo:before{content:""}.ph-fill.ph-meteor:before{content:""}.ph-fill.ph-metronome:before{content:""}.ph-fill.ph-microphone:before{content:""}.ph-fill.ph-microphone-slash:before{content:""}.ph-fill.ph-microphone-stage:before{content:""}.ph-fill.ph-microscope:before{content:""}.ph-fill.ph-microsoft-excel-logo:before{content:""}.ph-fill.ph-microsoft-outlook-logo:before{content:""}.ph-fill.ph-microsoft-powerpoint-logo:before{content:""}.ph-fill.ph-microsoft-teams-logo:before{content:""}.ph-fill.ph-microsoft-word-logo:before{content:""}.ph-fill.ph-minus:before{content:""}.ph-fill.ph-minus-circle:before{content:""}.ph-fill.ph-minus-square:before{content:""}.ph-fill.ph-money:before{content:""}.ph-fill.ph-money-wavy:before{content:""}.ph-fill.ph-monitor:before{content:""}.ph-fill.ph-monitor-arrow-up:before{content:""}.ph-fill.ph-monitor-play:before{content:""}.ph-fill.ph-moon:before{content:""}.ph-fill.ph-moon-stars:before{content:""}.ph-fill.ph-moped:before{content:""}.ph-fill.ph-moped-front:before{content:""}.ph-fill.ph-mosque:before{content:""}.ph-fill.ph-motorcycle:before{content:""}.ph-fill.ph-mountains:before{content:""}.ph-fill.ph-mouse:before{content:""}.ph-fill.ph-mouse-left-click:before{content:""}.ph-fill.ph-mouse-middle-click:before{content:""}.ph-fill.ph-mouse-right-click:before{content:""}.ph-fill.ph-mouse-scroll:before{content:""}.ph-fill.ph-mouse-simple:before{content:""}.ph-fill.ph-music-note:before{content:""}.ph-fill.ph-music-note-simple:before{content:""}.ph-fill.ph-music-notes:before{content:""}.ph-fill.ph-music-notes-minus:before{content:""}.ph-fill.ph-music-notes-plus:before{content:""}.ph-fill.ph-music-notes-simple:before{content:""}.ph-fill.ph-navigation-arrow:before{content:""}.ph-fill.ph-needle:before{content:""}.ph-fill.ph-network:before{content:""}.ph-fill.ph-network-slash:before{content:""}.ph-fill.ph-network-x:before{content:""}.ph-fill.ph-newspaper:before{content:""}.ph-fill.ph-newspaper-clipping:before{content:""}.ph-fill.ph-not-equals:before{content:""}.ph-fill.ph-not-member-of:before{content:""}.ph-fill.ph-not-subset-of:before{content:""}.ph-fill.ph-not-superset-of:before{content:""}.ph-fill.ph-notches:before{content:""}.ph-fill.ph-note:before{content:""}.ph-fill.ph-note-blank:before{content:""}.ph-fill.ph-note-pencil:before{content:""}.ph-fill.ph-notebook:before{content:""}.ph-fill.ph-notepad:before{content:""}.ph-fill.ph-notification:before{content:""}.ph-fill.ph-notion-logo:before{content:""}.ph-fill.ph-nuclear-plant:before{content:""}.ph-fill.ph-number-circle-eight:before{content:""}.ph-fill.ph-number-circle-five:before{content:""}.ph-fill.ph-number-circle-four:before{content:""}.ph-fill.ph-number-circle-nine:before{content:""}.ph-fill.ph-number-circle-one:before{content:""}.ph-fill.ph-number-circle-seven:before{content:""}.ph-fill.ph-number-circle-six:before{content:""}.ph-fill.ph-number-circle-three:before{content:""}.ph-fill.ph-number-circle-two:before{content:""}.ph-fill.ph-number-circle-zero:before{content:""}.ph-fill.ph-number-eight:before{content:""}.ph-fill.ph-number-five:before{content:""}.ph-fill.ph-number-four:before{content:""}.ph-fill.ph-number-nine:before{content:""}.ph-fill.ph-number-one:before{content:""}.ph-fill.ph-number-seven:before{content:""}.ph-fill.ph-number-six:before{content:""}.ph-fill.ph-number-square-eight:before{content:""}.ph-fill.ph-number-square-five:before{content:""}.ph-fill.ph-number-square-four:before{content:""}.ph-fill.ph-number-square-nine:before{content:""}.ph-fill.ph-number-square-one:before{content:""}.ph-fill.ph-number-square-seven:before{content:""}.ph-fill.ph-number-square-six:before{content:""}.ph-fill.ph-number-square-three:before{content:""}.ph-fill.ph-number-square-two:before{content:""}.ph-fill.ph-number-square-zero:before{content:""}.ph-fill.ph-number-three:before{content:""}.ph-fill.ph-number-two:before{content:""}.ph-fill.ph-number-zero:before{content:""}.ph-fill.ph-numpad:before{content:""}.ph-fill.ph-nut:before{content:""}.ph-fill.ph-ny-times-logo:before{content:""}.ph-fill.ph-octagon:before{content:""}.ph-fill.ph-office-chair:before{content:""}.ph-fill.ph-onigiri:before{content:""}.ph-fill.ph-open-ai-logo:before{content:""}.ph-fill.ph-option:before{content:""}.ph-fill.ph-orange:before{content:""}.ph-fill.ph-orange-slice:before{content:""}.ph-fill.ph-oven:before{content:""}.ph-fill.ph-package:before{content:""}.ph-fill.ph-paint-brush:before{content:""}.ph-fill.ph-paint-brush-broad:before{content:""}.ph-fill.ph-paint-brush-household:before{content:""}.ph-fill.ph-paint-bucket:before{content:""}.ph-fill.ph-paint-roller:before{content:""}.ph-fill.ph-palette:before{content:""}.ph-fill.ph-panorama:before{content:""}.ph-fill.ph-pants:before{content:""}.ph-fill.ph-paper-plane:before{content:""}.ph-fill.ph-paper-plane-right:before{content:""}.ph-fill.ph-paper-plane-tilt:before{content:""}.ph-fill.ph-paperclip:before{content:""}.ph-fill.ph-paperclip-horizontal:before{content:""}.ph-fill.ph-parachute:before{content:""}.ph-fill.ph-paragraph:before{content:""}.ph-fill.ph-parallelogram:before{content:""}.ph-fill.ph-park:before{content:""}.ph-fill.ph-password:before{content:""}.ph-fill.ph-path:before{content:""}.ph-fill.ph-patreon-logo:before{content:""}.ph-fill.ph-pause:before{content:""}.ph-fill.ph-pause-circle:before{content:""}.ph-fill.ph-paw-print:before{content:""}.ph-fill.ph-paypal-logo:before{content:""}.ph-fill.ph-peace:before{content:""}.ph-fill.ph-pen:before{content:""}.ph-fill.ph-pen-nib:before{content:""}.ph-fill.ph-pen-nib-straight:before{content:""}.ph-fill.ph-pencil:before{content:""}.ph-fill.ph-pencil-circle:before{content:""}.ph-fill.ph-pencil-line:before{content:""}.ph-fill.ph-pencil-ruler:before{content:""}.ph-fill.ph-pencil-simple:before{content:""}.ph-fill.ph-pencil-simple-line:before{content:""}.ph-fill.ph-pencil-simple-slash:before{content:""}.ph-fill.ph-pencil-slash:before{content:""}.ph-fill.ph-pentagon:before{content:""}.ph-fill.ph-pentagram:before{content:""}.ph-fill.ph-pepper:before{content:""}.ph-fill.ph-percent:before{content:""}.ph-fill.ph-person:before{content:""}.ph-fill.ph-person-arms-spread:before{content:""}.ph-fill.ph-person-simple:before{content:""}.ph-fill.ph-person-simple-bike:before{content:""}.ph-fill.ph-person-simple-circle:before{content:""}.ph-fill.ph-person-simple-hike:before{content:""}.ph-fill.ph-person-simple-run:before{content:""}.ph-fill.ph-person-simple-ski:before{content:""}.ph-fill.ph-person-simple-snowboard:before{content:""}.ph-fill.ph-person-simple-swim:before{content:""}.ph-fill.ph-person-simple-tai-chi:before{content:""}.ph-fill.ph-person-simple-throw:before{content:""}.ph-fill.ph-person-simple-walk:before{content:""}.ph-fill.ph-perspective:before{content:""}.ph-fill.ph-phone:before{content:""}.ph-fill.ph-phone-call:before{content:""}.ph-fill.ph-phone-disconnect:before{content:""}.ph-fill.ph-phone-incoming:before{content:""}.ph-fill.ph-phone-list:before{content:""}.ph-fill.ph-phone-outgoing:before{content:""}.ph-fill.ph-phone-pause:before{content:""}.ph-fill.ph-phone-plus:before{content:""}.ph-fill.ph-phone-slash:before{content:""}.ph-fill.ph-phone-transfer:before{content:""}.ph-fill.ph-phone-x:before{content:""}.ph-fill.ph-phosphor-logo:before{content:""}.ph-fill.ph-pi:before{content:""}.ph-fill.ph-piano-keys:before{content:""}.ph-fill.ph-picnic-table:before{content:""}.ph-fill.ph-picture-in-picture:before{content:""}.ph-fill.ph-piggy-bank:before{content:""}.ph-fill.ph-pill:before{content:""}.ph-fill.ph-ping-pong:before{content:""}.ph-fill.ph-pint-glass:before{content:""}.ph-fill.ph-pinterest-logo:before{content:""}.ph-fill.ph-pinwheel:before{content:""}.ph-fill.ph-pipe:before{content:""}.ph-fill.ph-pipe-wrench:before{content:""}.ph-fill.ph-pix-logo:before{content:""}.ph-fill.ph-pizza:before{content:""}.ph-fill.ph-placeholder:before{content:""}.ph-fill.ph-planet:before{content:""}.ph-fill.ph-plant:before{content:""}.ph-fill.ph-play:before{content:""}.ph-fill.ph-play-circle:before{content:""}.ph-fill.ph-play-pause:before{content:""}.ph-fill.ph-playlist:before{content:""}.ph-fill.ph-plug:before{content:""}.ph-fill.ph-plug-charging:before{content:""}.ph-fill.ph-plugs:before{content:""}.ph-fill.ph-plugs-connected:before{content:""}.ph-fill.ph-plus:before{content:""}.ph-fill.ph-plus-circle:before{content:""}.ph-fill.ph-plus-minus:before{content:""}.ph-fill.ph-plus-square:before{content:""}.ph-fill.ph-poker-chip:before{content:""}.ph-fill.ph-police-car:before{content:""}.ph-fill.ph-polygon:before{content:""}.ph-fill.ph-popcorn:before{content:""}.ph-fill.ph-popsicle:before{content:""}.ph-fill.ph-potted-plant:before{content:""}.ph-fill.ph-power:before{content:""}.ph-fill.ph-prescription:before{content:""}.ph-fill.ph-presentation:before{content:""}.ph-fill.ph-presentation-chart:before{content:""}.ph-fill.ph-printer:before{content:""}.ph-fill.ph-prohibit:before{content:""}.ph-fill.ph-prohibit-inset:before{content:""}.ph-fill.ph-projector-screen:before{content:""}.ph-fill.ph-projector-screen-chart:before{content:""}.ph-fill.ph-pulse:before{content:""}.ph-fill.ph-activity:before{content:""}.ph-fill.ph-push-pin:before{content:""}.ph-fill.ph-push-pin-simple:before{content:""}.ph-fill.ph-push-pin-simple-slash:before{content:""}.ph-fill.ph-push-pin-slash:before{content:""}.ph-fill.ph-puzzle-piece:before{content:""}.ph-fill.ph-qr-code:before{content:""}.ph-fill.ph-question:before{content:""}.ph-fill.ph-question-mark:before{content:""}.ph-fill.ph-queue:before{content:""}.ph-fill.ph-quotes:before{content:""}.ph-fill.ph-rabbit:before{content:""}.ph-fill.ph-racquet:before{content:""}.ph-fill.ph-radical:before{content:""}.ph-fill.ph-radio:before{content:""}.ph-fill.ph-radio-button:before{content:""}.ph-fill.ph-radioactive:before{content:""}.ph-fill.ph-rainbow:before{content:""}.ph-fill.ph-rainbow-cloud:before{content:""}.ph-fill.ph-ranking:before{content:""}.ph-fill.ph-read-cv-logo:before{content:""}.ph-fill.ph-receipt:before{content:""}.ph-fill.ph-receipt-x:before{content:""}.ph-fill.ph-record:before{content:""}.ph-fill.ph-rectangle:before{content:""}.ph-fill.ph-rectangle-dashed:before{content:""}.ph-fill.ph-recycle:before{content:""}.ph-fill.ph-reddit-logo:before{content:""}.ph-fill.ph-repeat:before{content:""}.ph-fill.ph-repeat-once:before{content:""}.ph-fill.ph-replit-logo:before{content:""}.ph-fill.ph-resize:before{content:""}.ph-fill.ph-rewind:before{content:""}.ph-fill.ph-rewind-circle:before{content:""}.ph-fill.ph-road-horizon:before{content:""}.ph-fill.ph-robot:before{content:""}.ph-fill.ph-rocket:before{content:""}.ph-fill.ph-rocket-launch:before{content:""}.ph-fill.ph-rows:before{content:""}.ph-fill.ph-rows-plus-bottom:before{content:""}.ph-fill.ph-rows-plus-top:before{content:""}.ph-fill.ph-rss:before{content:""}.ph-fill.ph-rss-simple:before{content:""}.ph-fill.ph-rug:before{content:""}.ph-fill.ph-ruler:before{content:""}.ph-fill.ph-sailboat:before{content:""}.ph-fill.ph-scales:before{content:""}.ph-fill.ph-scan:before{content:""}.ph-fill.ph-scan-smiley:before{content:""}.ph-fill.ph-scissors:before{content:""}.ph-fill.ph-scooter:before{content:""}.ph-fill.ph-screencast:before{content:""}.ph-fill.ph-screwdriver:before{content:""}.ph-fill.ph-scribble:before{content:""}.ph-fill.ph-scribble-loop:before{content:""}.ph-fill.ph-scroll:before{content:""}.ph-fill.ph-seal:before{content:""}.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-check:before{content:""}.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal-percent:before{content:""}.ph-fill.ph-seal-question:before{content:""}.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before{content:""}.ph-fill.ph-circle-wavy-warning:before{content:""}.ph-fill.ph-seat:before{content:""}.ph-fill.ph-seatbelt:before{content:""}.ph-fill.ph-security-camera:before{content:""}.ph-fill.ph-selection:before{content:""}.ph-fill.ph-selection-all:before{content:""}.ph-fill.ph-selection-background:before{content:""}.ph-fill.ph-selection-foreground:before{content:""}.ph-fill.ph-selection-inverse:before{content:""}.ph-fill.ph-selection-plus:before{content:""}.ph-fill.ph-selection-slash:before{content:""}.ph-fill.ph-shapes:before{content:""}.ph-fill.ph-share:before{content:""}.ph-fill.ph-share-fat:before{content:""}.ph-fill.ph-share-network:before{content:""}.ph-fill.ph-shield:before{content:""}.ph-fill.ph-shield-check:before{content:""}.ph-fill.ph-shield-checkered:before{content:""}.ph-fill.ph-shield-chevron:before{content:""}.ph-fill.ph-shield-plus:before{content:""}.ph-fill.ph-shield-slash:before{content:""}.ph-fill.ph-shield-star:before{content:""}.ph-fill.ph-shield-warning:before{content:""}.ph-fill.ph-shipping-container:before{content:""}.ph-fill.ph-shirt-folded:before{content:""}.ph-fill.ph-shooting-star:before{content:""}.ph-fill.ph-shopping-bag:before{content:""}.ph-fill.ph-shopping-bag-open:before{content:""}.ph-fill.ph-shopping-cart:before{content:""}.ph-fill.ph-shopping-cart-simple:before{content:""}.ph-fill.ph-shovel:before{content:""}.ph-fill.ph-shower:before{content:""}.ph-fill.ph-shrimp:before{content:""}.ph-fill.ph-shuffle:before{content:""}.ph-fill.ph-shuffle-angular:before{content:""}.ph-fill.ph-shuffle-simple:before{content:""}.ph-fill.ph-sidebar:before{content:""}.ph-fill.ph-sidebar-simple:before{content:""}.ph-fill.ph-sigma:before{content:""}.ph-fill.ph-sign-in:before{content:""}.ph-fill.ph-sign-out:before{content:""}.ph-fill.ph-signature:before{content:""}.ph-fill.ph-signpost:before{content:""}.ph-fill.ph-sim-card:before{content:""}.ph-fill.ph-siren:before{content:""}.ph-fill.ph-sketch-logo:before{content:""}.ph-fill.ph-skip-back:before{content:""}.ph-fill.ph-skip-back-circle:before{content:""}.ph-fill.ph-skip-forward:before{content:""}.ph-fill.ph-skip-forward-circle:before{content:""}.ph-fill.ph-skull:before{content:""}.ph-fill.ph-skype-logo:before{content:""}.ph-fill.ph-slack-logo:before{content:""}.ph-fill.ph-sliders:before{content:""}.ph-fill.ph-sliders-horizontal:before{content:""}.ph-fill.ph-slideshow:before{content:""}.ph-fill.ph-smiley:before{content:""}.ph-fill.ph-smiley-angry:before{content:""}.ph-fill.ph-smiley-blank:before{content:""}.ph-fill.ph-smiley-meh:before{content:""}.ph-fill.ph-smiley-melting:before{content:""}.ph-fill.ph-smiley-nervous:before{content:""}.ph-fill.ph-smiley-sad:before{content:""}.ph-fill.ph-smiley-sticker:before{content:""}.ph-fill.ph-smiley-wink:before{content:""}.ph-fill.ph-smiley-x-eyes:before{content:""}.ph-fill.ph-snapchat-logo:before{content:""}.ph-fill.ph-sneaker:before{content:""}.ph-fill.ph-sneaker-move:before{content:""}.ph-fill.ph-snowflake:before{content:""}.ph-fill.ph-soccer-ball:before{content:""}.ph-fill.ph-sock:before{content:""}.ph-fill.ph-solar-panel:before{content:""}.ph-fill.ph-solar-roof:before{content:""}.ph-fill.ph-sort-ascending:before{content:""}.ph-fill.ph-sort-descending:before{content:""}.ph-fill.ph-soundcloud-logo:before{content:""}.ph-fill.ph-spade:before{content:""}.ph-fill.ph-sparkle:before{content:""}.ph-fill.ph-speaker-hifi:before{content:""}.ph-fill.ph-speaker-high:before{content:""}.ph-fill.ph-speaker-low:before{content:""}.ph-fill.ph-speaker-none:before{content:""}.ph-fill.ph-speaker-simple-high:before{content:""}.ph-fill.ph-speaker-simple-low:before{content:""}.ph-fill.ph-speaker-simple-none:before{content:""}.ph-fill.ph-speaker-simple-slash:before{content:""}.ph-fill.ph-speaker-simple-x:before{content:""}.ph-fill.ph-speaker-slash:before{content:""}.ph-fill.ph-speaker-x:before{content:""}.ph-fill.ph-speedometer:before{content:""}.ph-fill.ph-sphere:before{content:""}.ph-fill.ph-spinner:before{content:""}.ph-fill.ph-spinner-ball:before{content:""}.ph-fill.ph-spinner-gap:before{content:""}.ph-fill.ph-spiral:before{content:""}.ph-fill.ph-split-horizontal:before{content:""}.ph-fill.ph-split-vertical:before{content:""}.ph-fill.ph-spotify-logo:before{content:""}.ph-fill.ph-spray-bottle:before{content:""}.ph-fill.ph-square:before{content:""}.ph-fill.ph-square-half:before{content:""}.ph-fill.ph-square-half-bottom:before{content:""}.ph-fill.ph-square-logo:before{content:""}.ph-fill.ph-square-split-horizontal:before{content:""}.ph-fill.ph-square-split-vertical:before{content:""}.ph-fill.ph-squares-four:before{content:""}.ph-fill.ph-stack:before{content:""}.ph-fill.ph-stack-minus:before{content:""}.ph-fill.ph-stack-overflow-logo:before{content:""}.ph-fill.ph-stack-plus:before{content:""}.ph-fill.ph-stack-simple:before{content:""}.ph-fill.ph-stairs:before{content:""}.ph-fill.ph-stamp:before{content:""}.ph-fill.ph-standard-definition:before{content:""}.ph-fill.ph-star:before{content:""}.ph-fill.ph-star-and-crescent:before{content:""}.ph-fill.ph-star-four:before{content:""}.ph-fill.ph-star-half:before{content:""}.ph-fill.ph-star-of-david:before{content:""}.ph-fill.ph-steam-logo:before{content:""}.ph-fill.ph-steering-wheel:before{content:""}.ph-fill.ph-steps:before{content:""}.ph-fill.ph-stethoscope:before{content:""}.ph-fill.ph-sticker:before{content:""}.ph-fill.ph-stool:before{content:""}.ph-fill.ph-stop:before{content:""}.ph-fill.ph-stop-circle:before{content:""}.ph-fill.ph-storefront:before{content:""}.ph-fill.ph-strategy:before{content:""}.ph-fill.ph-stripe-logo:before{content:""}.ph-fill.ph-student:before{content:""}.ph-fill.ph-subset-of:before{content:""}.ph-fill.ph-subset-proper-of:before{content:""}.ph-fill.ph-subtitles:before{content:""}.ph-fill.ph-subtitles-slash:before{content:""}.ph-fill.ph-subtract:before{content:""}.ph-fill.ph-subtract-square:before{content:""}.ph-fill.ph-subway:before{content:""}.ph-fill.ph-suitcase:before{content:""}.ph-fill.ph-suitcase-rolling:before{content:""}.ph-fill.ph-suitcase-simple:before{content:""}.ph-fill.ph-sun:before{content:""}.ph-fill.ph-sun-dim:before{content:""}.ph-fill.ph-sun-horizon:before{content:""}.ph-fill.ph-sunglasses:before{content:""}.ph-fill.ph-superset-of:before{content:""}.ph-fill.ph-superset-proper-of:before{content:""}.ph-fill.ph-swap:before{content:""}.ph-fill.ph-swatches:before{content:""}.ph-fill.ph-swimming-pool:before{content:""}.ph-fill.ph-sword:before{content:""}.ph-fill.ph-synagogue:before{content:""}.ph-fill.ph-syringe:before{content:""}.ph-fill.ph-t-shirt:before{content:""}.ph-fill.ph-table:before{content:""}.ph-fill.ph-tabs:before{content:""}.ph-fill.ph-tag:before{content:""}.ph-fill.ph-tag-chevron:before{content:""}.ph-fill.ph-tag-simple:before{content:""}.ph-fill.ph-target:before{content:""}.ph-fill.ph-taxi:before{content:""}.ph-fill.ph-tea-bag:before{content:""}.ph-fill.ph-telegram-logo:before{content:""}.ph-fill.ph-television:before{content:""}.ph-fill.ph-television-simple:before{content:""}.ph-fill.ph-tennis-ball:before{content:""}.ph-fill.ph-tent:before{content:""}.ph-fill.ph-terminal:before{content:""}.ph-fill.ph-terminal-window:before{content:""}.ph-fill.ph-test-tube:before{content:""}.ph-fill.ph-text-a-underline:before{content:""}.ph-fill.ph-text-aa:before{content:""}.ph-fill.ph-text-align-center:before{content:""}.ph-fill.ph-text-align-justify:before{content:""}.ph-fill.ph-text-align-left:before{content:""}.ph-fill.ph-text-align-right:before{content:""}.ph-fill.ph-text-b:before{content:""}.ph-fill.ph-text-bolder:before{content:""}.ph-fill.ph-text-columns:before{content:""}.ph-fill.ph-text-h:before{content:""}.ph-fill.ph-text-h-five:before{content:""}.ph-fill.ph-text-h-four:before{content:""}.ph-fill.ph-text-h-one:before{content:""}.ph-fill.ph-text-h-six:before{content:""}.ph-fill.ph-text-h-three:before{content:""}.ph-fill.ph-text-h-two:before{content:""}.ph-fill.ph-text-indent:before{content:""}.ph-fill.ph-text-italic:before{content:""}.ph-fill.ph-text-outdent:before{content:""}.ph-fill.ph-text-strikethrough:before{content:""}.ph-fill.ph-text-subscript:before{content:""}.ph-fill.ph-text-superscript:before{content:""}.ph-fill.ph-text-t:before{content:""}.ph-fill.ph-text-t-slash:before{content:""}.ph-fill.ph-text-underline:before{content:""}.ph-fill.ph-textbox:before{content:""}.ph-fill.ph-thermometer:before{content:""}.ph-fill.ph-thermometer-cold:before{content:""}.ph-fill.ph-thermometer-hot:before{content:""}.ph-fill.ph-thermometer-simple:before{content:""}.ph-fill.ph-threads-logo:before{content:""}.ph-fill.ph-three-d:before{content:""}.ph-fill.ph-thumbs-down:before{content:""}.ph-fill.ph-thumbs-up:before{content:""}.ph-fill.ph-ticket:before{content:""}.ph-fill.ph-tidal-logo:before{content:""}.ph-fill.ph-tiktok-logo:before{content:""}.ph-fill.ph-tilde:before{content:""}.ph-fill.ph-timer:before{content:""}.ph-fill.ph-tip-jar:before{content:""}.ph-fill.ph-tipi:before{content:""}.ph-fill.ph-tire:before{content:""}.ph-fill.ph-toggle-left:before{content:""}.ph-fill.ph-toggle-right:before{content:""}.ph-fill.ph-toilet:before{content:""}.ph-fill.ph-toilet-paper:before{content:""}.ph-fill.ph-toolbox:before{content:""}.ph-fill.ph-tooth:before{content:""}.ph-fill.ph-tornado:before{content:""}.ph-fill.ph-tote:before{content:""}.ph-fill.ph-tote-simple:before{content:""}.ph-fill.ph-towel:before{content:""}.ph-fill.ph-tractor:before{content:""}.ph-fill.ph-trademark:before{content:""}.ph-fill.ph-trademark-registered:before{content:""}.ph-fill.ph-traffic-cone:before{content:""}.ph-fill.ph-traffic-sign:before{content:""}.ph-fill.ph-traffic-signal:before{content:""}.ph-fill.ph-train:before{content:""}.ph-fill.ph-train-regional:before{content:""}.ph-fill.ph-train-simple:before{content:""}.ph-fill.ph-tram:before{content:""}.ph-fill.ph-translate:before{content:""}.ph-fill.ph-trash:before{content:""}.ph-fill.ph-trash-simple:before{content:""}.ph-fill.ph-tray:before{content:""}.ph-fill.ph-tray-arrow-down:before{content:""}.ph-fill.ph-archive-tray:before{content:""}.ph-fill.ph-tray-arrow-up:before{content:""}.ph-fill.ph-treasure-chest:before{content:""}.ph-fill.ph-tree:before{content:""}.ph-fill.ph-tree-evergreen:before{content:""}.ph-fill.ph-tree-palm:before{content:""}.ph-fill.ph-tree-structure:before{content:""}.ph-fill.ph-tree-view:before{content:""}.ph-fill.ph-trend-down:before{content:""}.ph-fill.ph-trend-up:before{content:""}.ph-fill.ph-triangle:before{content:""}.ph-fill.ph-triangle-dashed:before{content:""}.ph-fill.ph-trolley:before{content:""}.ph-fill.ph-trolley-suitcase:before{content:""}.ph-fill.ph-trophy:before{content:""}.ph-fill.ph-truck:before{content:""}.ph-fill.ph-truck-trailer:before{content:""}.ph-fill.ph-tumblr-logo:before{content:""}.ph-fill.ph-twitch-logo:before{content:""}.ph-fill.ph-twitter-logo:before{content:""}.ph-fill.ph-umbrella:before{content:""}.ph-fill.ph-umbrella-simple:before{content:""}.ph-fill.ph-union:before{content:""}.ph-fill.ph-unite:before{content:""}.ph-fill.ph-unite-square:before{content:""}.ph-fill.ph-upload:before{content:""}.ph-fill.ph-upload-simple:before{content:""}.ph-fill.ph-usb:before{content:""}.ph-fill.ph-user:before{content:""}.ph-fill.ph-user-check:before{content:""}.ph-fill.ph-user-circle:before{content:""}.ph-fill.ph-user-circle-check:before{content:""}.ph-fill.ph-user-circle-dashed:before{content:""}.ph-fill.ph-user-circle-gear:before{content:""}.ph-fill.ph-user-circle-minus:before{content:""}.ph-fill.ph-user-circle-plus:before{content:""}.ph-fill.ph-user-focus:before{content:""}.ph-fill.ph-user-gear:before{content:""}.ph-fill.ph-user-list:before{content:""}.ph-fill.ph-user-minus:before{content:""}.ph-fill.ph-user-plus:before{content:""}.ph-fill.ph-user-rectangle:before{content:""}.ph-fill.ph-user-sound:before{content:""}.ph-fill.ph-user-square:before{content:""}.ph-fill.ph-user-switch:before{content:""}.ph-fill.ph-users:before{content:""}.ph-fill.ph-users-four:before{content:""}.ph-fill.ph-users-three:before{content:""}.ph-fill.ph-van:before{content:""}.ph-fill.ph-vault:before{content:""}.ph-fill.ph-vector-three:before{content:""}.ph-fill.ph-vector-two:before{content:""}.ph-fill.ph-vibrate:before{content:""}.ph-fill.ph-video:before{content:""}.ph-fill.ph-video-camera:before{content:""}.ph-fill.ph-video-camera-slash:before{content:""}.ph-fill.ph-video-conference:before{content:""}.ph-fill.ph-vignette:before{content:""}.ph-fill.ph-vinyl-record:before{content:""}.ph-fill.ph-virtual-reality:before{content:""}.ph-fill.ph-virus:before{content:""}.ph-fill.ph-visor:before{content:""}.ph-fill.ph-voicemail:before{content:""}.ph-fill.ph-volleyball:before{content:""}.ph-fill.ph-wall:before{content:""}.ph-fill.ph-wallet:before{content:""}.ph-fill.ph-warehouse:before{content:""}.ph-fill.ph-warning:before{content:""}.ph-fill.ph-warning-circle:before{content:""}.ph-fill.ph-warning-diamond:before{content:""}.ph-fill.ph-warning-octagon:before{content:""}.ph-fill.ph-washing-machine:before{content:""}.ph-fill.ph-watch:before{content:""}.ph-fill.ph-wave-sawtooth:before{content:""}.ph-fill.ph-wave-sine:before{content:""}.ph-fill.ph-wave-square:before{content:""}.ph-fill.ph-wave-triangle:before{content:""}.ph-fill.ph-waveform:before{content:""}.ph-fill.ph-waveform-slash:before{content:""}.ph-fill.ph-waves:before{content:""}.ph-fill.ph-webcam:before{content:""}.ph-fill.ph-webcam-slash:before{content:""}.ph-fill.ph-webhooks-logo:before{content:""}.ph-fill.ph-wechat-logo:before{content:""}.ph-fill.ph-whatsapp-logo:before{content:""}.ph-fill.ph-wheelchair:before{content:""}.ph-fill.ph-wheelchair-motion:before{content:""}.ph-fill.ph-wifi-high:before{content:""}.ph-fill.ph-wifi-low:before{content:""}.ph-fill.ph-wifi-medium:before{content:""}.ph-fill.ph-wifi-none:before{content:""}.ph-fill.ph-wifi-slash:before{content:""}.ph-fill.ph-wifi-x:before{content:""}.ph-fill.ph-wind:before{content:""}.ph-fill.ph-windmill:before{content:""}.ph-fill.ph-windows-logo:before{content:""}.ph-fill.ph-wine:before{content:""}.ph-fill.ph-wrench:before{content:""}.ph-fill.ph-x:before{content:""}.ph-fill.ph-x-circle:before{content:""}.ph-fill.ph-x-logo:before{content:""}.ph-fill.ph-x-square:before{content:""}.ph-fill.ph-yarn:before{content:""}.ph-fill.ph-yin-yang:before{content:""}.ph-fill.ph-youtube-logo:before{content:""}@font-face{font-family:Vazirmatn;src:url(/build/assets/Vazirmatn_wght_-BeciDpKm.woff2) format("woff2 supports variations"),url(/build/assets/Vazirmatn_wght_-BeciDpKm.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/build/assets/Vazirmatn-Thin-DdUiS1cj.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/build/assets/Vazirmatn-ExtraLight-DNfybfsL.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/build/assets/Vazirmatn-Light-Byrs-DlH.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/build/assets/Vazirmatn-Regular-CtGL0YI-.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/build/assets/Vazirmatn-Medium-D86t5Axy.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/build/assets/Vazirmatn-SemiBold-26ZP1ILp.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/build/assets/Vazirmatn-Bold-_OhAJEdh.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/build/assets/Vazirmatn-ExtraBold-DCjt2qDm.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/build/assets/Vazirmatn-Black-DA1YqYMq.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Vazircode;src:url(/build/assets/Vazircode-5UinWMeT.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Sahel;src:url(/build/assets/Sahel_wght_-B1OlboQ2.woff2) format("woff2 supports variations"),url(/build/assets/Sahel_wght_-B1OlboQ2.woff2) format("woff2-variations");font-weight:300 900;font-style:normal;font-display:swap}@font-face{font-family:Sahel;src:url(/build/assets/Sahel-Light-Bhi9HvaS.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Sahel;src:url(/build/assets/Sahel-Regular-pG7ms9kJ.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Sahel;src:url(/build/assets/Sahel-SemiBold-CZp6O-9p.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Sahel;src:url(/build/assets/Sahel-Bold-YDDzFapg.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Sahel;src:url(/build/assets/Sahel-Black-cQrRhsuZ.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,button,input,textarea,select,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;font:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{background-color:var(--color-background);color:var(--color-text);font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}ol,ul{padding-inline-start:var(--spacing-xl)}ol li:not(:last-child),ul li:not(:last-child){margin-block-end:var(--spacing-xs)}ol li::marker,ul li::marker{line-height:1;font-feature-settings:"ss01"}blockquote,q{position:relative;display:block;padding-block:var(--spacing-sm);padding-inline:var(--spacing-lg) var(--spacing-md);line-height:var(--line-height-relaxed);background-color:var(--color-gray-100);border-radius:var(--border-radius-sm);overflow:hidden;quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}blockquote:before,q:before{position:absolute;inset-block:var(--spacing-md);inset-inline-start:var(--spacing-xs);width:.25rem;background-color:var(--alert-color, var(--color-gray-500));border-radius:var(--border-radius-full);content:""}pre{display:block;padding:var(--spacing-sm) var(--spacing-md);font-family:var(--font-family-mono);font-size:var(--font-size-base);line-height:var(--line-height-tight);background-color:var(--color-gray-100);border-radius:var(--border-radius-sm);overflow:hidden;direction:ltr}strong,b{font-weight:700}i{font-style:italic}table{border-collapse:collapse;border-spacing:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}img{max-width:100%;vertical-align:middle;font-size:0}a{text-decoration:none!important;color:var(--color-text-link)}a:hover{color:var(--color-text-link-hover)}h1{font-size:var(--font-size-xxl)}h2{font-size:var(--font-size-xl)}h3{font-size:var(--font-size-lg)}h4{font-size:var(--font-size-md)}h5{font-size:var(--font-size-base)}h6{font-size:var(--font-size-sm)}body{--nav-height: 0px;--safe-area-bottom: env(safe-area-inset-bottom);--safe-height: 100vh}@media(max-width:991.98px){body{--safe-area-bottom: calc(var(--nav-height) + env(safe-area-inset-bottom));--safe-height: calc(100vh - var(--safe-area-bottom));padding-bottom:var(--safe-area-bottom)}}#rj-main{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:var(--safe-height);min-width:0}@media(max-width:767.98px){#rj-main{border-block-end:1px var(--color-border) solid}}.rj-main-item{padding:var(--spacing-md);max-width:100%;overflow:hidden}.rj-main-item:not(:last-child){border-block-end:1px var(--color-border) solid}.rj-main-item .card-header,.rj-main-item .card-content{padding:0}.rj-main-item .card-header{margin-block-end:var(--spacing-md)}#rj-nav{display:flex;-webkit-user-select:none;user-select:none;min-width:0}@media(min-width:768px){#rj-nav{scrollbar-width:none;overflow-y:auto}}@media(min-width:992px){#rj-nav{position:sticky;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-xxs);height:var(--safe-height);inset-block-start:0}}@media(max-width:991.98px){#rj-nav{position:fixed;flex-direction:row;justify-content:space-between;align-items:stretch;inset-block-end:0;inset-inline:0;background-color:var(--color-background);border-block-start:1px var(--color-border) solid;z-index:var(--z-index-sticky);overflow:hidden}#rj-nav .rj-nav-btn{width:100%;justify-content:center}#rj-nav .rj-nav-item{flex-grow:1}#rj-nav .rj-nav-item-text{display:none}}.rj-nav-btn{position:relative;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:var(--spacing-sm);gap:var(--spacing-md);color:var(--color-text);isolation:isolate}.rj-nav-btn:before{position:absolute;inset:0;background-color:transparent;border-radius:var(--border-radius-full);transition-property:transform,background-color;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);z-index:-1;content:""}.rj-nav-item a{position:relative;display:block}.rj-nav-item:hover .rj-nav-btn:before{transform:scale(1);background-color:var(--color-gray-100)}.rj-nav-item:active .rj-nav-btn:before{transform:scale(.9);background-color:var(--color-gray-200);transition:none}.rj-nav-item.active .rj-nav-btn:before{transform:scale(1)}@media(min-width:992px){.rj-nav-item.active .rj-nav-btn:before{background-color:var(--color-gray-100)}}.rj-nav-item.active .rj-nav-item-profile img{outline:1px var(--color-black) solid;outline-offset:2px}.rj-nav-item-icon{position:relative;display:inline-flex;font-size:var(--font-size-xl);isolation:isolate}.rj-nav-item-icon .ph-circle{position:absolute;inset-inline-start:0;inset-block-end:0;font-size:.625rem;-webkit-text-stroke:.125rem var(--color-background);color:var(--color-primary)}.rj-nav-item-text{font-size:var(--font-size-md);font-weight:var(--font-weight-medium);white-space:nowrap}@media(max-width:1199.98px){.rj-nav-item-text{font-size:var(--font-size-base)}}.rj-nav-item-profile{display:inline-flex}.rj-nav-item-profile img{display:block;border-radius:var(--border-radius-full);width:var(--font-size-xl);height:var(--font-size-xl)}@media(min-width:992px)and (max-width:1199.98px){.rj-nav-item-profile img{margin-inline:calc((var(--font-size-xl) - var(--font-size-lg)) / 2 * -1)}}.rj-nav-logo{margin-block:var(--spacing-lg);padding-inline:var(--spacing-md)}@media(max-width:991.98px){.rj-nav-logo{display:none}}.rj-nav-logo img{display:block;aspect-ratio:35/19;height:2rem;transition:opacity var(--transition-fast) var(--transition-timing-ease)}.rj-nav-logo:active img{opacity:.35;transition:none}@keyframes navbar-items-fadein{0%{transform:translateY(var(--spacing-md));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes navbar-content-fadein{0%{opacity:0}to{opacity:1}}:root{--navbar-search-height: 3rem;--navbar-search-padding-x: .5rem;--navbar-search-gap: 1rem;--navbar-search-toggle-btn-width: 3rem;--navbar-search-toggle-btn-height: 2rem}.navbar{position:fixed;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-xs) var(--spacing-md);gap:var(--spacing-xs);background-image:linear-gradient(to bottom,var(--color-background) 33%,transparent);z-index:var(--z-index-sticky)}@media(min-width:768px){.navbar{margin-inline:1px}}@media(min-width:768px){.navbar{padding-block:var(--spacing-md);gap:var(--spacing-md)}}.navbar:not(.initialized){display:none}.navbar:not(.expand){inset-block-start:0}.navbar:not(.expand) .navbar-menu{display:none}.navbar.expand{inset-block:0;background-image:linear-gradient(to bottom,var(--color-background))}@media(max-width:991.98px){.navbar.expand{inset-block-end:var(--safe-area-bottom)}}.navbar.expand .navbar-search-toggle .navbar-search-toggle-icon{transform:translate(-50%,-50%) rotate(45deg);transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-delay:.14s}.navbar.expand .navbar-search-toggle .navbar-search-toggle-icon:before{opacity:0;top:0;transition:top .1s ease,opacity .1s .14s ease}.navbar.expand .navbar-search-toggle .navbar-search-toggle-icon:after{transform:rotate(-90deg);bottom:0;transition:bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1)}.navbar.expand .navbar-menu-tabs-item{animation:navbar-items-fadein var(--transition-base) var(--transition-timing-ease) forwards;opacity:0}.navbar.expand .navbar-menu-tabs-item:nth-child(1){animation-delay:50ms}.navbar.expand .navbar-menu-tabs-item:nth-child(2){animation-delay:.1s}.navbar.expand .navbar-menu-tabs-item:nth-child(3){animation-delay:.15s}.navbar.expand .navbar-menu-tabs-item:nth-child(4){animation-delay:.2s}.navbar.expand .navbar-menu-tabs-item:nth-child(5){animation-delay:.25s}.navbar.expand .navbar-menu-tabs-item:nth-child(6){animation-delay:.3s}.navbar.expand .navbar-menu-tabs-item:nth-child(7){animation-delay:.35s}.navbar.expand .navbar-menu-tabs-item:nth-child(8){animation-delay:.4s}.navbar.expand .navbar-menu-tabs-item:nth-child(9){animation-delay:.45s}.navbar.expand .navbar-menu-tabs-item:nth-child(10){animation-delay:.5s}.navbar.expand .navbar-menu-tabs-item:nth-child(11){animation-delay:.55s}.navbar.expand .navbar-menu-tabs-item:nth-child(12){animation-delay:.6s}.navbar.expand .navbar-menu-tabs-item:nth-child(13){animation-delay:.65s}.navbar.expand .navbar-menu-tabs-item:nth-child(14){animation-delay:.7s}.navbar.expand .navbar-menu-tabs-item:nth-child(15){animation-delay:.75s}.navbar.expand .navbar-menu-contents-item{animation:navbar-content-fadein var(--transition-base) var(--transition-timing-ease) forwards}.navbar-search{position:relative}.navbar-search-container{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding-inline:var(--navbar-search-padding-x);gap:var(--navbar-search-gap);height:var(--navbar-search-height);background-color:var(--color-gray-100);border-radius:var(--border-radius-base);-webkit-user-select:none;user-select:none;isolation:isolate;overflow:hidden}.navbar-search-container:has(.navbar-search-toggle) .navbar-search-input{padding-inline-start:calc(var(--navbar-search-padding-x) + var(--navbar-search-gap) * 2 + var(--navbar-search-toggle-btn-width) + var(--spacing-md))}.navbar-search-container:not(.focus) .navbar-search-input{opacity:0}.navbar-search-container.focus .navbar-search-logo,.navbar-search-container.focus .navbar-search-text{display:none}.navbar-search-container:hover .navbar-search-text{opacity:.35}.navbar-search-toggle{position:relative;width:var(--navbar-search-toggle-btn-width);height:var(--navbar-search-toggle-btn-height);z-index:200}.navbar-search-toggle-icon{position:relative;display:inline-block;transform:translate(-50%,-50%);top:50%;left:50%;transition:transform .1s cubic-bezier(.55,.055,.675,.19)}.navbar-search-toggle-icon,.navbar-search-toggle-icon:before,.navbar-search-toggle-icon:after{position:absolute;width:1rem;height:.125rem;background-color:currentColor;content:""}.navbar-search-toggle-icon:before,.navbar-search-toggle-icon:after{left:0}.navbar-search-toggle-icon:before{top:-.375rem;transition:top .1s .14s ease,opacity .1s ease}.navbar-search-toggle-icon:after{bottom:-.375rem;transition:bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19)}.navbar-search-icon,.navbar-search-logo{display:inline-flex}.navbar-search-icon{font-size:var(--font-size-lg);color:var(--color-text-light)}@media(min-width:992px){.navbar-search-logo{display:none}}.navbar-search-logo img{display:block;width:2.25rem;height:1.25rem}.navbar-search-text{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text-light);transition:opacity var(--transition-fast) var(--transition-timing-ease)}@media(max-width:991.98px){.navbar-search-text{display:none}}.navbar-search-input{position:absolute;inset:0;padding-inline-start:calc(var(--spacing-md) + var(--navbar-search-padding-x) + var(--navbar-search-gap));padding-inline-end:calc(var(--navbar-search-padding-x) * 2);color:currentColor;background:transparent;border:none;outline:none;z-index:100}.navbar-menu{display:grid;grid-template-columns:1fr 3fr;gap:var(--spacing-md);height:100%;overflow:hidden}@media(max-width:767.98px){.navbar-menu{grid-template-columns:2fr 5fr}}.navbar-menu-tabs{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-xs);padding-inline-end:var(--spacing-md);border-inline-end:1px var(--color-border) solid;scrollbar-width:none;overflow-y:auto}.navbar-menu-tabs-item{--btn-flex-direction: column;--btn-justify-content: flex-start;--btn-align-items: center;--btn-padding: var(--spacing-xs) var(--spacing-sm);--btn-gap: var(--spacing-xs);--btn-font-size: var(--font-size-xs);--btn-font-weight: var(--font-weight-normal);--btn-line-height: var(--line-height-normal);--btn-color-background: var(--color-background);--btn-color-text: var(--color-text);--btn-border-radius: var(--border-radius-base)}.navbar-menu-tabs-item i{font-size:var(--font-size-lg)}.navbar-menu-tabs-item:hover{--btn-color-background: var(--color-gray-100)}.navbar-menu-tabs-item.active{--btn-color-background: var(--color-gray-100);--btn-color-background-active: var(--color-gray-100)}.navbar-menu-tabs-item.active:after{position:absolute;inset-block:.875rem;inset-inline-start:var(--spacing-xxs);width:.25rem;background-color:var(--color-primary);border-radius:var(--border-radius-full);content:""}.navbar-menu-tabs-item.active:before{transform:scale(1)!important}.navbar-menu-contents{-webkit-user-select:none;user-select:none;scrollbar-width:none;overflow-y:auto}.navbar-menu-contents-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-xxs)}.navbar-menu-contents-item:not(.active){display:none}.navbar-menu-contents-item.active .collapse{animation:navbar-items-fadein var(--transition-base) var(--transition-timing-ease) forwards;opacity:0}.navbar-menu-contents-item.active .collapse:nth-child(1){animation-delay:50ms}.navbar-menu-contents-item.active .collapse:nth-child(2){animation-delay:.1s}.navbar-menu-contents-item.active .collapse:nth-child(3){animation-delay:.15s}.navbar-menu-contents-item.active .collapse:nth-child(4){animation-delay:.2s}.navbar-menu-contents-item.active .collapse:nth-child(5){animation-delay:.25s}.navbar-menu-contents-item.active .collapse:nth-child(6){animation-delay:.3s}.navbar-menu-contents-item.active .collapse:nth-child(7){animation-delay:.35s}.navbar-menu-contents-item.active .collapse:nth-child(8){animation-delay:.4s}.navbar-menu-contents-item.active .collapse:nth-child(9){animation-delay:.45s}.navbar-menu-contents-item.active .collapse:nth-child(10){animation-delay:.5s}.navbar-menu-contents-item.active .collapse:nth-child(11){animation-delay:.55s}.navbar-menu-contents-item.active .collapse:nth-child(12){animation-delay:.6s}.navbar-menu-contents-item.active .collapse:nth-child(13){animation-delay:.65s}.navbar-menu-contents-item.active .collapse:nth-child(14){animation-delay:.7s}.navbar-menu-contents-item.active .collapse:nth-child(15){animation-delay:.75s}.navbar-menu-children{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-md)}@media(max-width:575.98px){.navbar-menu-children{grid-template-columns:repeat(3,1fr)}}.navbar-menu-children-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--spacing-sm)}.navbar-menu-children-item:hover .navbar-menu-children-item-thumbnail{background-color:var(--color-gray-200)}.navbar-menu-children-item:active .navbar-menu-children-item-thumbnail{background-color:var(--color-gray-300);transition:none}.navbar-menu-children-item-thumbnail{display:block;background-color:var(--color-gray-100);border-radius:var(--border-radius-md);aspect-ratio:1/1;width:100%;transition:background-color var(--transition-fast) var(--transition-timing-ease)}.navbar-menu-children-item-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:var(--color-text);word-break:break-word;text-align:center;overflow:hidden}@keyframes sidebar-menu-items-fadein{0%{transform:translateY(var(--spacing-md));opacity:0}to{transform:translateY(0);opacity:1}}#rj-sidebar{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-md);gap:var(--spacing-lg);-webkit-user-select:none;user-select:none;min-width:0}@media(min-width:768px){#rj-sidebar{position:sticky;height:var(--safe-height);inset-block-start:0;scrollbar-width:none;overflow-y:auto}}@media(min-width:992px){#rj-sidebar{height:100vh}}@media(min-width:992px){#rj-sidebar:has(.rj-sidebar-navbar){padding-block-start:calc(var(--spacing-md) * 2 + var(--navbar-search-height))}}@media(max-width:991.98px){#rj-sidebar:has(.rj-sidebar-navbar){padding-block-start:calc(var(--spacing-xs) * 2 + var(--navbar-search-height))}}#rj-sidebar:has(.rj-sidebar-navbar) .navbar .navbar-menu-children{grid-template-columns:repeat(3,1fr)}.rj-sidebar-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md);flex:0 0 auto}.rj-sidebar-item-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-md)}.rj-sidebar-menu{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding-block:var(--spacing-md);gap:var(--spacing-xxs);flex:0 0 auto;overflow:hidden}@media(min-width:768px){.rj-sidebar-menu{border:1px var(--color-border) solid;border-radius:var(--border-radius-lg)}}@media(max-width:767.98px){.rj-sidebar-menu{position:fixed;inset-block-end:env(safe-area-inset-bottom);inset-inline:0;max-height:70vh;background-color:var(--color-background);border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;transition:transform var(--transition-base) var(--transition-timing-ease);z-index:var(--z-index-modal)}.rj-sidebar-menu:not(.show){transform:translateY(100%)}.rj-sidebar-menu.show{scrollbar-width:none;overflow-y:auto}.rj-sidebar-menu.show .rj-sidebar-menu-route{animation:sidebar-menu-items-fadein var(--transition-base) var(--transition-timing-ease) forwards;opacity:0}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(1){animation-delay:50ms}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(2){animation-delay:.1s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(3){animation-delay:.15s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(4){animation-delay:.2s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(5){animation-delay:.25s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(6){animation-delay:.3s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(7){animation-delay:.35s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(8){animation-delay:.4s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(9){animation-delay:.45s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(10){animation-delay:.5s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(11){animation-delay:.55s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(12){animation-delay:.6s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(13){animation-delay:.65s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(14){animation-delay:.7s}.rj-sidebar-menu.show .rj-sidebar-menu-route:nth-child(15){animation-delay:.75s}}.rj-sidebar-menu:has(.rj-sidebar-menu-user){padding-block-start:0}.rj-sidebar-menu-btn{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:var(--spacing-sm);gap:var(--spacing-md);color:var(--color-text);isolation:isolate}.rj-sidebar-menu-btn:before{position:absolute;inset:0;background-color:transparent;border-radius:var(--border-radius-full);transition-property:transform,background-color;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);z-index:-1;content:""}.rj-sidebar-menu-item:hover .rj-sidebar-menu-btn:before{transform:scale(1);background-color:var(--color-gray-100)}.rj-sidebar-menu-item:active .rj-sidebar-menu-btn:before{transform:scale(.95);background-color:var(--color-gray-200);transition:none}.rj-sidebar-menu-item.active .rj-sidebar-menu-btn:before{transform:scale(1);background-color:var(--color-gray-100)}.rj-sidebar-menu-item-icon{display:inline-flex;font-size:var(--font-size-lg)}.rj-sidebar-menu-item-icon:last-child{margin-inline-start:auto}.rj-sidebar-menu-item-text{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);white-space:nowrap}@media(min-width:768px)and (max-width:991.98px){.rj-sidebar-menu-item-text{font-size:var(--font-size-sm)}}.rj-sidebar-menu-route a{position:relative;display:block;padding-inline-start:var(--spacing-xl);padding-inline-end:var(--spacing-md)}.rj-sidebar-menu-route a:before{position:absolute;inset-block:.875rem;inset-inline-start:var(--spacing-md);width:.25rem;background-color:var(--color-primary);border-radius:var(--border-radius-full);content:""}.rj-sidebar-menu-route:not(.active) a:before{opacity:0}.rj-sidebar-menu-user{position:relative}.rj-sidebar-menu-user-container{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:var(--spacing-md);gap:var(--spacing-xxs);background-image:var(--profile-photo);background-position:top center;background-size:cover;isolation:isolate;overflow:hidden}.rj-sidebar-menu-user-container:before{position:absolute;inset:0;-webkit-backdrop-filter:blur(var(--spacing-xxl));backdrop-filter:blur(var(--spacing-xxl));background-image:linear-gradient(to bottom,transparent,var(--color-background) 90%);z-index:-1;content:""}.rj-sidebar-menu-user-container .rj-sidebar-menu-user-profile{margin-block-start:var(--spacing-xxs);margin-block-end:var(--spacing-xs)}.rj-sidebar-menu-user-container .rj-sidebar-menu-user-btns{margin-block-start:var(--spacing-xs)}.rj-sidebar-menu-user-profile{display:block;width:5rem;height:5rem;border-radius:var(--border-radius-full)}.rj-sidebar-menu-user-name{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xxs);font-size:var(--font-size-md);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.rj-sidebar-menu-user-username{direction:ltr;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);opacity:.75}.rj-sidebar-menu-user-btns{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xxs) var(--spacing-sm);width:100%}.rj-sidebar-menu-user-btns .btn{--btn-flex-direction: column;--btn-justify-content: flex-start;--btn-align-items: center;--btn-padding: var(--spacing-xs) var(--spacing-sm);--btn-gap: var(--spacing-xs);--btn-font-size: var(--font-size-xs);--btn-font-weight: var(--font-weight-normal);--btn-line-height: var(--line-height-normal);--btn-color-text: var(--color-text);--btn-border-radius: var(--border-radius-base);flex:1 0 0;font-feature-settings:"ss01"}.rj-sidebar-menu-user-btns .btn i{font-size:var(--font-size-lg)}.rj-sidebar-menu-toggler{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;inset-inline:0;inset-block-end:var(--safe-area-bottom);height:var(--spacing-xl);background-color:var(--color-background);border-block-start:1px var(--color-border) solid;z-index:var(--z-index-fixed);cursor:pointer}@media(min-width:768px){.rj-sidebar-menu-toggler{display:none}}.rj-sidebar-menu-toggler:active .rj-sidebar-menu-toggler-bar{opacity:.35;transition:none}.rj-sidebar-menu-toggler-bar{display:inline-block;width:5rem;height:.25rem;background-color:var(--color-black);border-radius:var(--border-radius-full);transition:opacity var(--transition-fast) var(--transition-timing-ease)}.rj-sidebar-product{position:relative}.rj-sidebar-product-column,.rj-sidebar-product-row{display:flex;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.rj-sidebar-product-column{flex-direction:column;height:100%}.rj-sidebar-product-row{flex-direction:row}.rj-sidebar-product-row .product-actions,.rj-sidebar-product-row .product-addtocart{margin-inline-start:auto}.rj-sidebar-author{padding:var(--spacing-md);border:1px var(--color-border) solid;border-radius:var(--border-radius-lg);overflow:hidden}.rj-sidebar-posts{position:relative}.rj-sidebar-posts-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-md)}.rj-sidebar-posts-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.rj-sidebar-posts-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-md)}.rj-sidebar-posts-item .post-title{font-size:var(--font-size-base)}.rj-sidebar-posts-item-column,.rj-sidebar-posts-item-row{display:flex;justify-content:flex-start;gap:var(--spacing-sm)}.rj-sidebar-posts-item-column{flex-direction:column;align-items:stretch;min-width:0}.rj-sidebar-posts-item-row{flex-direction:row;align-items:center}.rj-sidebar-posts-item-thumbnail{display:block;border-radius:var(--border-radius-base);width:4rem;height:4rem}.rj-sidebar-affiliate{margin-block-start:auto}.rj-sidebar-affiliate-card{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:var(--spacing-sm);gap:var(--spacing-md);background-color:var(--color-gray-100);border-radius:var(--border-radius-base);transition:background-color var(--transition-fast) var(--transition-timing-ease);overflow:hidden;cursor:pointer}.rj-sidebar-affiliate-card:hover{background-color:var(--color-gray-200)}.rj-sidebar-affiliate-card:active{background-color:var(--color-gray-300);transition:none}.rj-sidebar-affiliate-card i{font-size:var(--font-size-lg);color:var(--color-text)}.rj-sidebar-affiliate-column,.rj-sidebar-affiliate-row{display:flex;justify-content:flex-start;gap:var(--spacing-xxs)}.rj-sidebar-affiliate-column{flex-direction:column;align-items:stretch;min-width:0}.rj-sidebar-affiliate-row{flex-direction:row;align-items:center}.rj-sidebar-affiliate-text{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);color:var(--color-text-light)}.rj-sidebar-affiliate-amount .amount{font-size:var(--font-size-md);font-weight:var(--font-weight-bold);color:var(--color-primary)}.rj-sidebar-affiliate-amount .toman{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text-light)}.rj-sidebar-search{padding:var(--spacing-md);border:1px var(--color-border) solid;border-radius:var(--border-radius-lg);overflow:hidden}@media(max-width:767.98px){.rj-sidebar-search{position:fixed;inset-block-end:env(safe-area-inset-bottom);inset-inline:0;background-color:var(--color-background);border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;transition:transform var(--transition-base) var(--transition-timing-ease);z-index:var(--z-index-modal)}.rj-sidebar-search:not(.show){transform:translateY(100%)}}.rj-sidebar-search-column{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.rj-sidebar-search-column:not(:last-child){padding-block-end:var(--spacing-md);border-bottom:1px var(--color-border) solid}.rj-sidebar-search-column-title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-md)}.rj-sidebar-search-column-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.rj-sidebar-search-switch{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-block:var(--spacing-xxs);gap:var(--spacing-md);transition:opacity var(--transition-fast) var(--transition-timing-ease)}.rj-sidebar-search-switch.active .rj-sidebar-search-switch-control{background-color:var(--color-primary)}.rj-sidebar-search-switch.active .rj-sidebar-search-switch-control:after{inset-inline-end:.25rem;inset-inline-start:unset}.rj-sidebar-search-switch:not(.active):hover .rj-sidebar-search-switch-control{background-color:var(--color-gray-400)}.rj-sidebar-search-switch:not(.active):hover .rj-sidebar-search-switch-control:after{width:1.75rem}.rj-sidebar-search-switch:not(.active):active{opacity:.35;transition:none}.rj-sidebar-search-switch-name{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-text)}.rj-sidebar-search-switch-control{position:relative;display:inline-flex;width:3rem;height:1.5rem;background-color:var(--color-gray-300);border-radius:var(--border-radius-full);transition:background-color var(--transition-fast) var(--transition-timing-ease);overflow:hidden}.rj-sidebar-search-switch-control:after{position:absolute;inset-inline-start:.25rem;inset-block:.25rem;width:1.5rem;background-color:#fff;border-radius:var(--border-radius-full);transition:width var(--transition-fast) var(--transition-timing-ease);content:""}.rj-sidebar-search-toggler{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;inset-inline:0;inset-block-end:var(--safe-area-bottom);height:var(--spacing-xl);background-color:var(--color-background);border-block-start:1px var(--color-border) solid;z-index:var(--z-index-fixed);cursor:pointer}@media(min-width:768px){.rj-sidebar-search-toggler{display:none}}.rj-sidebar-search-toggler:active .rj-sidebar-search-toggler-bar{opacity:.35;transition:none}.rj-sidebar-search-toggler-bar{display:inline-block;width:5rem;height:.25rem;background-color:var(--color-black);border-radius:var(--border-radius-full);transition:opacity var(--transition-fast) var(--transition-timing-ease)}.rj-sidebar-welcome{padding:var(--spacing-md);border:1px var(--color-border) solid;border-radius:var(--border-radius-lg);overflow:hidden}.rj-sidebar-welcome-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold)}.rj-sidebar-welcome-description{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-relaxed)}.rj-sidebar-welcome-links{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.rj-sidebar-welcome-links-item{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-md);font-weight:var(--font-weight-bold)}@media(max-width:767.98px){.rj-sidebar-users .swiper{overflow:visible}}.rj-sidebar-users-item{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:var(--spacing-sm);gap:var(--spacing-xxs);border-radius:var(--border-radius-md);background-color:var(--color-gray-100);background-image:var(--profile-photo);background-position:center;background-size:cover;isolation:isolate;overflow:hidden}.rj-sidebar-users-item:before{position:absolute;inset:0;-webkit-backdrop-filter:blur(var(--spacing-xl));backdrop-filter:blur(var(--spacing-xl));background-color:var(--color-shadow-light);transition:background-color var(--transition-fast) var(--transition-timing-ease);z-index:-1;content:""}.rj-sidebar-users-item:hover:before{background-color:var(--color-shadow)}.rj-sidebar-users-item-profile{display:block;margin:var(--spacing-xxs) 0 var(--spacing-xs);width:4.5rem;height:4.5rem;border-radius:var(--border-radius-full)}.rj-sidebar-users-item-name,.rj-sidebar-users-item-username{max-width:100%;color:#fff}.rj-sidebar-users-item-name{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xxs);font-size:var(--font-size-md);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.rj-sidebar-users-item-username{direction:ltr;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);opacity:.75}.rj-sidebar-users-item-btn{margin-block:var(--spacing-xxs)}.rj-sidebar-latest{gap:0;background-color:var(--color-gray-100);border-radius:var(--border-radius-lg);overflow:hidden}.rj-sidebar-latest-title{padding:var(--spacing-md);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold)}.rj-sidebar-latest-links{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.rj-sidebar-latest-links-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:var(--spacing-sm) var(--spacing-md);gap:var(--spacing-md);transition:background-color var(--transition-fast) var(--transition-timing-ease)}.rj-sidebar-latest-links-item:not(:last-child){border-block-end:1px var(--color-gray-200) solid}.rj-sidebar-latest-links-item:hover{background-color:var(--color-gray-200)}.rj-sidebar-latest-links-item:active{background-color:var(--color-gray-300);transition:none}.rj-sidebar-latest-links-item i{font-size:var(--font-size-lg);color:var(--color-text)}.rj-sidebar-latest-links-item-column,.rj-sidebar-latest-links-item-row{display:flex;justify-content:flex-start;gap:var(--spacing-xxs)}.rj-sidebar-latest-links-item-column{flex-direction:column;align-items:stretch;min-width:0}.rj-sidebar-latest-links-item-row{flex-direction:row;align-items:center}.rj-sidebar-latest-links-item-name,.rj-sidebar-latest-links-item-count{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs)}.rj-sidebar-latest-links-item-name{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-text)}.rj-sidebar-latest-links-item-name .ph{display:inline-flex;justify-content:center;align-items:center;width:var(--spacing-md);height:var(--spacing-md);background-color:var(--color-primary);border-radius:var(--border-radius-full);font-size:var(--font-size-sm);color:#fff}.rj-sidebar-latest-links-item-count{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text-light);font-feature-settings:"ss01"}.rj-sidebar-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-md) var(--spacing-xs)}.rj-sidebar-footer-column{display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.rj-sidebar-footer-links{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:var(--spacing-xxs) var(--spacing-lg)}.rj-sidebar-footer-links-item,.rj-sidebar-footer-copyright{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text-light)}.rj-sidebar-footer-trustbadges{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--border-radius-sm);background-color:#fff;color:#111827;flex-shrink:0;min-width:0;max-width:40%}.rj-sidebar-footer-trustbadges img{object-fit:contain;width:2.5rem;height:2.5rem}.input{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-xs)}.input-field{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.input-field input,.input-field textarea,.input-field select{display:block;padding:var(--spacing-lg) var(--spacing-sm) var(--spacing-xxs);background-color:transparent;color:var(--color-text);line-height:var(--line-height-relaxed);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);outline:1px var(--color-border) solid;border-radius:var(--border-radius-sm);direction:inherit;border:none}.input-field input:focus,.input-field textarea:focus,.input-field select:focus{outline-color:var(--color-black)}.input-field input:focus+label .input-label,.input-field input:focus+label .input-icon,.input-field input.focus+label .input-label,.input-field input.focus+label .input-icon,.input-field textarea:focus+label .input-label,.input-field textarea:focus+label .input-icon,.input-field textarea.focus+label .input-label,.input-field textarea.focus+label .input-icon,.input-field select:focus+label .input-label,.input-field select:focus+label .input-icon,.input-field select.focus+label .input-label,.input-field select.focus+label .input-icon{color:var(--color-black)}.input-field input:focus+label .input-label,.input-field input.focus+label .input-label,.input-field textarea:focus+label .input-label,.input-field textarea.focus+label .input-label,.input-field select:focus+label .input-label,.input-field select.focus+label .input-label{inset-block-start:var(--spacing-md);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);opacity:1}.input-field input:disabled,.input-field input.disabled,.input-field textarea:disabled,.input-field textarea.disabled,.input-field select:disabled,.input-field select.disabled{background-color:var(--color-gray-100);-webkit-user-select:none;user-select:none;pointer-events:none;opacity:1}.input-field textarea{resize:vertical;scrollbar-width:none}.input-field select{appearance:none}.input-field select option{background-color:var(--color-background);color:var(--color-text)}.input-field label{position:absolute;inset:0;pointer-events:none;-webkit-user-select:none;user-select:none}.input-field:has(label):has(.input-icon) input,.input-field:has(label):has(.input-icon) textarea,.input-field:has(label):has(.input-icon) select{padding-inline-end:var(--spacing-xxl)}.input-field:has(label):has(.CodeMirror) label{display:none}.input-field:hover .input-label{opacity:.35}.input-label,.input-icon{position:absolute;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;inset-block-start:50%;transform:translateY(-50%);margin-inline:var(--spacing-sm);gap:var(--spacing-xxs);color:var(--color-text-light)}.input-label{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);transition:all var(--transition-fast) var(--transition-timing-ease)}.input-icon{inset-inline-end:0;font-size:var(--font-size-lg)}.input-icon .ph-caret-down{font-size:var(--font-size-base)}.input-message{padding-inline:var(--spacing-sm);font-size:var(--font-size-xs);font-weight:var(--font-weight-normal)}.input-message-info{color:var(--color-info)}.input-message-success,.input-message-warning{color:var(--color-success)}.input-message-danger{color:var(--color-danger)}.btn{position:relative;display:inline-flex;flex-direction:var(--btn-flex-direction, row);justify-content:var(--btn-justify-content, center);align-items:var(--btn-align-items, center);padding:var(--btn-padding, var(--spacing-xs) var(--spacing-md));gap:var(--btn-gap, var(--spacing-md));font-size:var(--btn-font-size, var(--font-size-sm));font-weight:var(--btn-font-weight, var(--font-weight-medium));line-height:var(--btn-line-height, var(--line-height-normal));color:var(--btn-color-text, var(--color-text))!important;background-color:transparent;isolation:isolate;cursor:pointer}.btn:before{position:absolute;inset:0;background-color:var(--btn-color-background, var(--color-gray-200));border-radius:var(--btn-border-radius, var(--border-radius-full));border:1px var(--btn-color-border, transparent) solid;transition-property:transform,background-color;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);z-index:-1;content:""}.btn:active:before{transform:scale(.9);background-color:var(--btn-color-background-active, var(--color-gray-300));transition:none}.btn:disabled,.btn.disabled,.btn[disabled]{-webkit-user-select:none;user-select:none;pointer-events:none;cursor:not-allowed;opacity:.35}.btn i{font-size:var(--font-size-md)}.btn *{pointer-events:none}.btn-lg{--btn-padding: var(--spacing-sm) var(--spacing-lg);--btn-gap: var(--spacing-md)}.btn-sm{--btn-padding: var(--spacing-xxs) var(--spacing-sm);--btn-gap: var(--spacing-sm)}.btn-primary{--btn-color-text: #ffffff;--btn-color-background-active: rgb(98.5, 0, 13.9469026549);--btn-color-background: #e20020}.btn-info{--btn-color-text: #ffffff;--btn-color-background-active: rgb(7.7926829268, 69.2682926829, 169.7073170732);--btn-color-background: #3b82f6}.btn-success{--btn-color-text: #ffffff;--btn-color-background-active: rgb(5.8507462687, 67.6492537313, 47.171641791);--btn-color-background: #10b981}.btn-warning{--btn-color-text: #ffffff;--btn-color-background-active: rgb(123.4409448819, 79.4271653543, 5.0590551181);--btn-color-background: #f59e0b}.btn-danger{--btn-color-text: #ffffff;--btn-color-background-active: rgb(165.3522167488, 14.1477832512, 14.1477832512);--btn-color-background: #ef4444}.btn-outline{--btn-color-border: var(--color-gray-400);--btn-color-background-active: var(--color-gray-300);--btn-color-background: transparent}.btn-outline-primary{--btn-color-text: #e20020;--btn-color-border: #e20020;--btn-color-background-active: rgba(226, 0, 32, .25);--btn-color-background: transparent}.btn-outline-info{--btn-color-text: #3b82f6;--btn-color-border: #3b82f6;--btn-color-background-active: rgba(59, 130, 246, .25);--btn-color-background: transparent}.btn-outline-success{--btn-color-text: #10b981;--btn-color-border: #10b981;--btn-color-background-active: rgba(16, 185, 129, .25);--btn-color-background: transparent}.btn-outline-warning{--btn-color-text: #f59e0b;--btn-color-border: #f59e0b;--btn-color-background-active: rgba(245, 158, 11, .25);--btn-color-background: transparent}.btn-outline-danger{--btn-color-text: #ef4444;--btn-color-border: #ef4444;--btn-color-background-active: rgba(239, 68, 68, .25);--btn-color-background: transparent}.options{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.options-item{--btn-flex-direction: row;--btn-justify-content: flex-start;--btn-align-items: center;--btn-padding: var(--spacing-md) var(--spacing-lg);--btn-gap: var(--spacing-md);--btn-border-radius: var(--border-radius-md)}.options-item:before{transform:scale(1)!important}.options-item:has(input:checked){--btn-color-border: var(--color-primary)}.options-item input{display:inline-flex;appearance:none}.options-item input:before{display:inline-block;width:var(--spacing-sm);height:var(--spacing-sm);outline:.125rem var(--color-gray-500) solid;border:.125rem var(--color-background) solid;border-radius:var(--border-radius-full);content:""}.options-item input:checked:before{outline-color:var(--color-primary);background-color:var(--color-primary)}.options-item .btn{--btn-flex-direction: row;--btn-justify-content: center;--btn-align-items: center;--btn-padding: var(--spacing-xs) var(--spacing-md);--btn-gap: var(--spacing-md);--btn-border-radius: var(--border-radius-full);--btn-color-border: transparent;pointer-events:all}.options-item-column,.options-item-row{display:flex;justify-content:flex-start;gap:var(--spacing-xs)}.options-item-column{flex-direction:column;align-items:stretch;min-width:0}.options-item-row{flex-direction:row;align-items:center}.options-item-icon{display:inline-flex}.options-item-icon i{font-size:var(--spacing-lg)}.options-item-name{font-size:var(--font-size-base);font-weight:var(--font-weight-bold)}.options-item-description{margin:auto 0;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);font-feature-settings:"ss01"}.options-item-info{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-tight);color:var(--color-text-light);font-feature-settings:"ss01"}@media(max-width:575.98px){.options-item-info{font-size:var(--font-size-xs)}}.options-item-info i{font-size:var(--font-size-base)}.card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;background-color:var(--color-background);border:1px var(--color-border) solid;border-radius:var(--border-radius-lg);overflow:hidden}.card-header{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md);gap:var(--spacing-sm)}.card-header+.card-content{padding-block-start:0}.card-title{position:relative;padding-inline-start:var(--spacing-md);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);min-width:0}.card-title:before{position:absolute;inset-block:.375rem;inset-inline-start:0;width:.25rem;background-color:var(--color-primary);border-radius:var(--border-radius-full);content:""}.card-btns{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-shrink:0;min-width:0;gap:var(--spacing-md)}.card-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-md);gap:var(--spacing-md)}.card-text{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-relaxed)}.card-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.card-form .row{--gutter-x: var(--spacing-md);--gutter-y: var(--spacing-md)}.card-tabs{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm);overflow:auto hidden}.card-tabs-item{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:var(--spacing-xs) var(--spacing-sm);gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:var(--color-text);transition:opacity var(--transition-fast) var(--transition-timing-ease);flex:1 0 0;overflow:hidden}.card-tabs-item:not(.active):hover{color:var(--color-text)}.card-tabs-item:not(.active):active{opacity:.35;transition:none}.card-tabs-item.active{color:var(--color-primary)}.card-tabs-item.active span:after{position:absolute;inset-inline:.25rem;inset-block-end:-.375rem;height:.25rem;background-color:var(--color-primary);border-radius:var(--border-radius-full);content:""}.card-tabs-item span{position:relative}.modal:not(.show) .modal-dialog{visibility:hidden;opacity:0}@media(min-width:768px){.modal:not(.show) .modal-dialog{transform:translate(-50%,-50%) scale(.9)}}@media(max-width:767.98px){.modal:not(.show) .modal-dialog{transform:translateY(100%)}}.modal:not(.show) .modal-dialog,.modal:not(.show) .modal-dialog *{pointer-events:none}.modal-dialog{position:fixed;display:flex;max-height:70vh;max-width:100%;flex-direction:column;justify-content:flex-start;align-items:stretch;background-color:var(--color-background);z-index:var(--z-index-modal);transition-property:transform,visibility,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);overflow:hidden}@media(min-width:768px){.modal-dialog{transform:translate(-50%,-50%);top:50%;left:50%;width:25rem;border-radius:var(--border-radius-lg)}}@media(max-width:767.98px){.modal-dialog{bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-left);right:env(safe-area-inset-right);width:100%;border-radius:var(--border-radius-md) var(--border-radius-md) 0 0}}.modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:var(--spacing-md);gap:var(--spacing-md);border-block-end:1px var(--color-border) solid}.modal-content{padding:var(--spacing-md);overflow-y:auto;scrollbar-width:none}.modal-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.modal-backdrop{position:fixed;inset:0;background-color:var(--color-shadow);-webkit-backdrop-filter:blur(var(--spacing-xxs));backdrop-filter:blur(var(--spacing-xxs));z-index:var(--z-index-backdrop);transition-property:visibility,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast)}.modal-backdrop:not(.show){visibility:hidden;opacity:0}.badge{display:inline-block;padding:var(--spacing-xxs) var(--spacing-xs);border:1px var(--badge-color, var(--color-gray-500)) solid;border-radius:var(--border-radius-full);color:var(--badge-color, var(--color-text));font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);overflow:hidden;font-feature-settings:"ss01"}.badge-primary{--badge-color: var(--color-primary)}.badge-info{--badge-color: var(--color-info)}.badge-success{--badge-color: var(--color-success)}.badge-warning{--badge-color: var(--color-warning)}.badge-danger{--badge-color: var(--color-danger)}.badge-disabled{--badge-color: var(--color-gray-500)}.chips{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:var(--spacing-xxs) var(--spacing-sm)}.chips-item{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-xs) var(--spacing-sm);background-color:var(--color-gray-100);border-radius:var(--border-radius-full);color:var(--color-text);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);overflow:hidden;min-width:0}.chips-item:has(.btn){padding-inline-start:var(--spacing-xs)}.chips-item .btn{--btn-padding: var(--spacing-xxs)}.alert{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding-inline-start:var(--spacing-md);line-height:var(--line-height-relaxed);overflow:hidden}.alert:before{position:absolute;inset-block:.375rem;inset-inline-start:0;width:.25rem;background-color:var(--alert-color, var(--color-gray-500));border-radius:var(--border-radius-full);content:""}.alert-title{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-sm);color:var(--alert-color, var(--color-text));font-size:var(--font-size-sm);font-weight:var(--font-weight-bold)}.alert-title i{font-size:var(--font-size-md)}.alert-content{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:justify}.alert-primary{--alert-color: var(--color-primary)}.alert-info{--alert-color: var(--color-info)}.alert-success{--alert-color: var(--color-success)}.alert-warning{--alert-color: var(--color-warning)}.alert-danger{--alert-color: var(--color-danger)}.message{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-block:var(--spacing-lg);gap:var(--spacing-sm);color:var(--color-text-lighter)}.message-icon{display:inline-flex}.message-icon i{font-size:var(--spacing-xxl)}.message-text{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal)}.rsw{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;isolation:isolate;gap:var(--spacing-md);min-height:20rem}.rsw:hover .rsw-ce:before{opacity:.35}.rsw.loading:before{position:absolute;inset:calc(var(--spacing-xs) * -1);background-image:linear-gradient(90deg,var(--color-shadow-light) 33%,var(--color-shadow) 50%,var(--color-shadow-light) 66%);background-size:300% 100%;border-radius:var(--border-radius-base);animation:editor-loading 1s cubic-bezier(.33,1,.68,1) infinite;z-index:var(--z-index-fixed);content:""}.rsw-toolbar{position:sticky;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;inset-block-start:0;gap:var(--spacing-xs) var(--spacing-md);z-index:var(--z-index-sticky)}.rsw-toolbar-group{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:var(--spacing-xxs);gap:var(--spacing-xxs);background-color:var(--color-gray-200);border-radius:var(--border-radius-full);overflow:hidden}.rsw-toolbar-btn{--btn-padding: var(--spacing-xs);--btn-color-background-active: var(--color-gray-400);--btn-color-background: transparent;--btn-color-text: var(--color-text)}.rsw-toolbar-btn[data-active=true]{--btn-color-background: var(--color-black);--btn-color-text: var(--color-white)}.rsw-toolbar-btn:not(:last-child):after{position:absolute;transform:translate(-50%);inset-inline-end:calc(var(--spacing-xxs) / -2);inset-block:var(--spacing-xs);background-color:var(--color-gray-300);width:1.5px;content:""}select.rsw-toolbar-btn{--btn-padding: var(--spacing-xxs) var(--spacing-xs)}.rsw-ce{display:block;word-break:break-word;text-align:justify;padding:var(--spacing-sm);line-height:var(--line-height-relaxed);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--color-text);outline:none;border:none;flex:1 1 auto}.rsw-ce[contenteditable=true]:empty:not(:focus):before{content:attr(placeholder);font-size:var(--font-size-sm);color:var(--color-text-light);pointer-events:none;-webkit-user-select:none;user-select:none;transition:all var(--transition-fast) var(--transition-timing-ease)}.rsw-ce>*:not(:last-child){margin-block-end:var(--spacing-xs)}.rsw-ce img{display:block;object-fit:contain;max-height:60vh;width:100%;-webkit-user-select:all;user-select:all}.rsw-html{direction:ltr;background:transparent;border:none;text-align:left;font-family:var(--font-family-mono);font-size:var(--font-size-sm);resize:none}@keyframes editor-loading{0%{background-position:right}}.mediapicker{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-xs)}.mediapicker.rounded .mediapicker-item{border-radius:var(--border-radius-full)}.mediapicker.rounded .mediapicker-item-delete{inset-block-start:unset;inset-block-end:var(--spacing-sm);inset-inline-start:50%;transform:translate(50%)}.mediapicker:not([data-single]) .mediapicker-container{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-md)}.mediapicker-item{position:relative;display:block;aspect-ratio:1/1;width:100%;background-color:var(--color-gray-200);border-radius:var(--border-radius-base);transition:background-color var(--transition-fast) var(--transition-timing-ease);isolation:isolate;overflow:hidden}.mediapicker-item.dragover,.mediapicker-item:active{background-color:var(--color-gray-300);transition:none}.mediapicker-item.dragover .mediapicker-item-media,.mediapicker-item:active .mediapicker-item-media{opacity:.35;transition:none}.mediapicker-item:not(.filled) .mediapicker-item-delete{display:none}.mediapicker-item-placeholder{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;inset:0;z-index:100}.mediapicker-item-placeholder i{display:inline-flex;font-size:calc(var(--font-size-lg) * 3);color:var(--color-text-lighter)}.mediapicker-item-media{position:absolute;width:100%;height:100%;pointer-events:none;object-fit:cover;transition:opacity var(--transition-fast) var(--transition-timing-ease);z-index:200}.mediapicker-item-video-indicator{position:absolute;inset-block-end:var(--spacing-sm);inset-inline-end:var(--spacing-sm);z-index:300}.mediapicker-item-video-indicator i{display:inline-flex;font-size:var(--font-size-xl);text-shadow:0 .25rem .5rem var(--color-shadow);color:#fff}.mediapicker-item-delete{position:absolute;aspect-ratio:1/1;inset-block-start:var(--spacing-sm);inset-inline-start:var(--spacing-sm);--btn-padding: var(--spacing-xs);--btn-color-background-active: var(--color-shadow);--btn-color-background: var(--color-shadow);--btn-color-text: #ffffff;z-index:500}.mediapicker-item-delete:before{-webkit-backdrop-filter:blur(var(--spacing-lg));backdrop-filter:blur(var(--spacing-lg))}.mediapicker-item-input{position:absolute;inset:0;opacity:0;z-index:400;cursor:pointer}.video{position:relative;background-color:#000;isolation:isolate;overflow:hidden}.video-src{position:absolute;width:100%;height:100%}.video-src[data-paused=false]+.video-action-play{opacity:0}.video-action{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;inset:0;cursor:pointer}.video-action i{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;width:5.5rem;height:5.5rem;font-size:2.5rem;color:#fff;background-color:var(--color-shadow);-webkit-backdrop-filter:blur(var(--spacing-lg));backdrop-filter:blur(var(--spacing-lg));border-radius:var(--border-radius-full);overflow:hidden}.video-action-play{transition-property:visibility,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast)}.video-progress,.video-progress-bar{display:block;height:var(--spacing-xxs);border-radius:var(--border-radius-full);overflow:hidden}.video-progress{position:absolute;inset-inline:var(--spacing-sm);inset-block-start:var(--spacing-sm);background-color:#ffffff80}.video-progress-bar{background-color:var(--color-info)}.collapse{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;transition:padding var(--transition-timing-ease) var(--transition-slow)}.collapse:not(.active) .collapse-content{max-height:0;opacity:0}.collapse.active{padding-block:var(--spacing-sm)}.collapse.active .collapse-header{border-color:var(--color-border)}.collapse.active .collapse-header i{transform:scaleY(-1)}.collapse.active .collapse-content{max-height:100vh;opacity:1;padding-block:var(--spacing-md)}.collapse-header{position:sticky;display:flex;flex-direction:row;justify-content:space-between;align-items:center;inset-block-start:0;padding-block:var(--spacing-sm);gap:var(--spacing-md);background-color:var(--color-background);border-block-end:1px transparent solid;transition:border-color var(--transition-timing-ease) var(--transition-fast);cursor:pointer;z-index:100}.collapse-header>*{transition:all var(--transition-timing-ease) var(--transition-fast)}.collapse-header:active>*{opacity:.35;transition:none}.collapse-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding-inline:1px;gap:var(--spacing-md);transition-property:padding,max-height,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-slow);overflow:hidden}.collapse-content>*{flex:0 0 auto}.paginator{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:var(--spacing-sm)}.paginator-btn{width:2.5rem;height:2.5rem;font-feature-settings:"ss01"}.paginator-btn.active{--btn-color-background: #e20020;--btn-color-background-active: #e20020;--btn-color-text: #ffffff}.datatable .rdt_TableRow{transition:background-color var(--transition-fast) var(--transition-timing-ease)}.datatable .rdt_Pagination{font-feature-settings:"ss01"}.datatable .rdt_Pagination button{transform:scale(-1);transition:background-color var(--transition-fast) var(--transition-timing-ease)}.datatable-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.datatable-wrapper{border-radius:var(--border-radius-base);overflow:hidden}.datatable-wrapper>*{border-radius:0!important}.datatable-actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding-block:var(--spacing-xxs);gap:var(--spacing-xs)}.vitrine .swiper{overflow:visible}.vitrine .swiper-slide{height:unset}.vitrine .swiper-slide:first-child .vitrine-products-item-container{padding-inline-start:0}.vitrine .swiper-slide:not(:last-child) .vitrine-products-item-container:after{position:absolute;inset-block:0;inset-inline-end:-8px;width:1px;background-color:var(--color-border);content:""}.vitrine-products:not(:has(.swiper)){display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-md)}@media(max-width:767.98px){.vitrine-products:not(:has(.swiper)){grid-template-columns:repeat(2,1fr)}}.vitrine-products-item,.vitrine-products-item-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%;min-width:0;gap:var(--spacing-sm)}.vitrine-products-item-container{position:relative;padding-inline:var(--spacing-xs)}.vitrine-products-item-column,.vitrine-products-item-row{display:flex;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.vitrine-products-item-column{flex-direction:column;height:100%;min-width:0}.vitrine-products-item-row{flex-direction:row}.vitrine-products-item-image{display:block;aspect-ratio:1/1;flex-shrink:0;background-color:var(--color-gray-100);border-radius:var(--border-radius-md);overflow:hidden}.vitrine-products-item-image>img{display:block;width:100%;height:100%;transition:transform var(--transition-fast) var(--transition-timing-ease)}.vitrine-products-item-price{margin-block-start:auto}.vitrine-posts{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin:calc(var(--spacing-md) * -1)}.vitrine-posts-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-md);gap:var(--spacing-md);height:100%;transition:background-color var(--transition-fast) var(--transition-timing-ease)}.vitrine-posts-item:hover{background-color:var(--color-background-alt)}.vitrine-posts-item:not(:last-child){border-block-end:1px var(--color-border) solid}@media(max-width:575.98px){.vitrine-posts-item .post-info{flex-direction:column;justify-content:center;align-items:flex-start}}.vitrine-posts-item-column,.vitrine-posts-item-row{display:flex;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.vitrine-posts-item-column{flex-direction:column;height:100%;min-width:0}.vitrine-posts-item-row{flex-direction:row;flex-wrap:wrap}.vitrine-posts-item-row .post-actions{margin-inline-start:auto;margin-block-start:auto}.vitrine-posts-item-grid{display:grid;grid-template-columns:2fr 1fr;gap:var(--spacing-md)}.vitrine-posts-item-image{display:block;aspect-ratio:1/1;background-color:var(--color-gray-100);border-radius:var(--border-radius-md);overflow:hidden}.vitrine-posts-item-image>img{display:block;width:100%;height:100%;transition:transform var(--transition-fast) var(--transition-timing-ease)}.vitrine-posts-item-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm);word-break:break-word}.vitrine-item-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:var(--color-text);min-width:0}.vitrine-item-user:active .vitrine-item-user-profile{opacity:.35;transform:scale(.9);transition:none}.vitrine-item-user-profile{display:block;width:2rem;height:2rem;border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast)}.comments{position:relative}.comments-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.comments-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:var(--spacing-md)}.comments-item:not(.self){margin-inline-start:calc(var(--spacing-md) + 2rem);flex-direction:row-reverse}.comments-item:not(.self) .comments-item-bubble{margin-inline-start:auto;border-end-end-radius:0}.comments-item:not(.self) .comments-item-bubble-tail{inset-inline-end:-.5rem}.comments-item.self{margin-inline-end:calc(var(--spacing-md) + 2rem);flex-direction:row}.comments-item.self .comments-item-bubble{margin-inline-end:auto;border-end-start-radius:0}.comments-item.self .comments-item-bubble-tail{inset-inline-start:-.5rem;transform:scaleX(-1)}.comments-item-bubble{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-xs) var(--spacing-sm);gap:var(--spacing-xxs);background-color:var(--color-gray-100);border-radius:var(--border-radius-base);min-width:0}@media(min-width:768px){.comments-item-bubble{max-width:60%}}.comments-item-bubble-tail{position:absolute;inset-block-end:0}.comments-item-bubble-tail,.comments-item-bubble-tail svg{width:.5rem;height:1rem}.comments-item-bubble-tail path{fill:var(--color-gray-100)}.comments-item-content{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);word-break:break-word}.comments-item-time{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);line-height:var(--line-height-tight);color:var(--color-text-light);font-feature-settings:"ss01"}.comments-item-buyer{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs)}.comments-item-buyer-badge{display:inline-block;padding:var(--spacing-xxs) var(--spacing-xs);border:1px var(--color-warning) solid;border-radius:var(--border-radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:var(--color-warning)}.comments-item-buyer-rate{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xxs);color:var(--color-warning)}.comments-item-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text);min-width:0}.comments-item-user-profile{display:block;width:2rem;height:2rem;border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast)}.comments-item-user-profile:active{opacity:.35;transform:scale(.9);transition:none}.comments-item-reply{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin-inline-start:var(--spacing-xs);padding:var(--spacing-xxs) var(--spacing-xs);gap:var(--spacing-xxs);font-size:var(--font-size-xs);color:var(--color-text-light);background-color:var(--color-gray-200);border-radius:var(--border-radius-xs)}.comments-item-reply:before{position:absolute;inset-block:.375rem;inset-inline-start:-.5rem;width:.25rem;background-color:var(--color-gray-400);border-radius:var(--border-radius-full);content:""}.comments-item-reply-user{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;white-space:nowrap;gap:var(--spacing-xxs)}.comments-item-reply-user .comments-item-user{font-size:var(--font-size-xs)}.comments-item-reply-content{word-break:break-word}.stories-preview .swiper{overflow:visible}.stories-preview-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--spacing-sm);cursor:pointer}.stories-preview-item:active .stories-preview-item-thumbnail{opacity:.35;transform:scale(.9);transition:none}.stories-preview-item-thumbnail{display:block;padding:.1875rem;width:4.5rem;height:4.5rem;background-image:linear-gradient(to top right,var(--color-primary) 60%,var(--color-primary-light) 85%);border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);overflow:hidden}.stories-preview-item-thumbnail img{display:block;width:4.125rem;height:4.125rem;border:.1875rem var(--color-background) solid;border-radius:var(--border-radius-full)}.stories-preview-item-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:var(--color-text);word-break:break-word;text-align:center;overflow:hidden}.stories-dialog{position:fixed;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;transition-property:transform,visibility,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);z-index:var(--z-index-modal)}@media(min-width:576px){.stories-dialog{transform:translate(-50%,-50%);top:50%;left:50%;aspect-ratio:9/16;width:25rem;max-height:100%}}@media(max-width:575.98px){.stories-dialog{inset:0}}.stories-dialog .swiper{--swiper-navigation-sides-offset: calc((var(--swiper-navigation-size) + var(--spacing-md)) * -1);width:100%;height:100%}.stories-dialog-item{position:relative;width:100%;height:100%;background-color:#000;isolation:isolate;overflow:hidden}@media(min-width:576px){.stories-dialog-item{border-radius:var(--border-radius-lg)}}.stories-dialog-item:has(.stories-dialog-item-media):has(.video) .stories-dialog-item-close,.stories-dialog-item:has(.stories-dialog-item-media):has(.video) .stories-dialog-item-moderation{inset-block-start:var(--spacing-xl)}.stories-dialog-item-media{position:absolute;inset:0;z-index:100;-webkit-user-select:none;user-select:none}.stories-dialog-item-media img,.stories-dialog-item-media video,.stories-dialog-item-media .video{object-fit:contain;width:100%;height:100%}.stories-dialog-item-media .video-progress{inset-inline:var(--spacing-md);inset-block-start:var(--spacing-md)}.stories-dialog-item-media .message{position:absolute;transform:translate(-50%,-50%);top:50%;left:50%}.stories-dialog-item-container{position:absolute;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;gap:var(--spacing-md);padding:var(--spacing-md);inset-inline:0;inset-block-end:0;background-image:linear-gradient(to bottom,transparent,var(--color-shadow-dark));z-index:200}.stories-dialog-item-container .stories-dialog-item-attachment{margin-inline-end:auto}.stories-dialog-item-column,.stories-dialog-item-row{display:flex;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.stories-dialog-item-column{flex-direction:column;height:100%;min-width:0}.stories-dialog-item-row{flex-direction:row}.stories-dialog-item-row .stories-dialog-item-actions{margin-inline-start:auto}.stories-dialog-item-input{display:block;background-color:var(--color-shadow);-webkit-backdrop-filter:blur(var(--spacing-lg));backdrop-filter:blur(var(--spacing-lg));border-radius:var(--spacing-md);overflow:hidden}.stories-dialog-item-input .input .input-field>*{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-relaxed);border-radius:0;outline:none}.stories-dialog-item-description{display:block;padding:var(--spacing-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-relaxed);color:#fff;background-color:var(--color-shadow);-webkit-backdrop-filter:blur(var(--spacing-lg));backdrop-filter:blur(var(--spacing-lg));border-radius:var(--spacing-md);overflow:hidden}.stories-dialog-item-attachment{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:var(--spacing-xxs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);background-color:#fff;color:#111827;border-radius:var(--border-radius-full);height:calc(var(--spacing-xxs) * 2 + 2rem);max-width:70%;min-width:0;transition:opacity var(--transition-fast) var(--transition-timing-ease);overflow:hidden}.stories-dialog-item-attachment:active{opacity:.35;transition:none}.stories-dialog-item-attachment .text-tranucate{margin-inline:var(--spacing-xs)}.stories-dialog-item-attachment-thumbnail{display:block;width:2rem;height:2rem;flex-shrink:0;min-width:0;border-radius:var(--border-radius-full)}.stories-dialog-item-actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-sm)}.stories-dialog-item-actions-btn{--btn-gap: var(--spacing-sm);--btn-font-size: var(--font-size-sm);--btn-font-weight: var(--font-weight-normal);--btn-line-height: var(--line-height-tight);--btn-color-background: var(--color-shadow);--btn-color-background-active: var(--color-shadow-dark);--btn-color-text: #ffffff;font-feature-settings:"ss01"}.stories-dialog-item-actions-btn:before{-webkit-backdrop-filter:blur(var(--spacing-lg));backdrop-filter:blur(var(--spacing-lg))}.stories-dialog-item-actions-btn i{font-size:var(--font-size-lg)}.stories-dialog-item-actions-btn i.ph-fill.ph-heart{color:var(--color-danger)}.stories-dialog-item-actions-btn-submit{--btn-color-background: var(--color-primary);--btn-color-background-active: var(--color-primary-dark);margin-inline-start:auto}.stories-dialog-item-actions-btn-submit i{transform:scaleX(-1)}.stories-dialog-item-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:#fff;min-width:0}.stories-dialog-item-user:active .stories-dialog-item-user-profile{opacity:.35;transform:scale(.9);transition:none}.stories-dialog-item-user-profile{display:block;width:2rem;height:2rem;border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast)}.stories-dialog-item-moderation{position:absolute;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;inset-inline-end:var(--spacing-md);inset-block-start:var(--spacing-md);gap:var(--spacing-md);height:2.75rem;z-index:300}.stories-dialog-item-modal{position:absolute;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;inset-inline:0;inset-block-end:0;max-height:60%;background-color:var(--color-background);border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;transition-property:transform,visibility,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);overflow:hidden;z-index:500}.stories-dialog-item-modal:not(.show){transform:translateY(100%)}.stories-dialog-item-close{position:absolute;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;inset-inline-start:var(--spacing-md);inset-block-start:var(--spacing-md);width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);padding:var(--spacing-xs);-webkit-backdrop-filter:blur(var(--spacing-lg));backdrop-filter:blur(var(--spacing-lg));background-color:var(--color-shadow);border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);cursor:pointer;z-index:300}.stories-dialog-item-close:active{opacity:.35;transform:scale(.9);transition:none}.stories-dialog-item-close i{font-size:var(--font-size-xl);color:#fff}.stories-dialog-item-backdrop{position:absolute;inset:0;background-color:var(--color-shadow);-webkit-backdrop-filter:blur(var(--spacing-xxs));backdrop-filter:blur(var(--spacing-xxs));z-index:var(--z-index-backdrop);transition-property:visibility,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);z-index:400}.stories-dialog-item-backdrop:not(.show){visibility:hidden;opacity:0}.modal-stories:not(.show) .stories-dialog{visibility:hidden;opacity:0}@media(min-width:768px){.modal-stories:not(.show) .stories-dialog{transform:translate(-50%,-50%) scale(.9)}}@media(max-width:767.98px){.modal-stories:not(.show) .stories-dialog{transform:scale(.9)}}.modal-stories:not(.show) .stories-dialog,.modal-stories:not(.show) .stories-dialog *{pointer-events:none}.modal-stories.opening .swiper-wrapper,.modal-stories.opening .swiper-slide{transition:none!important}.share{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:var(--spacing-xs) var(--spacing-md)}.share .btn{aspect-ratio:1/1}.share .btn i{font-size:var(--font-size-lg)}#rj-home{margin-inline:auto;max-width:100%;min-height:var(--safe-height)}@media(min-width:992px){#rj-home{max-width:960px}}@media(min-width:1200px){#rj-home{max-width:1140px}}@media(min-width:1400px){#rj-home{max-width:1320px}}@media(min-width:768px){#rj-home{display:grid;grid-template-columns:1fr 3fr 2fr}}@media(min-width:768px)and (max-width:991.98px){#rj-home{grid-template-columns:3fr 2fr}}@media(min-width:768px){#rj-home #rj-main{border-inline:1px var(--color-border) solid}}.rj-home-royal{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}@media(min-width:992px){.rj-home-royal:has(.home-navbar){padding-block-start:calc(var(--spacing-md) * 2 + var(--navbar-search-height))}}@media(max-width:991.98px){.rj-home-royal:has(.home-navbar){padding-block-start:calc(var(--spacing-xs) * 2 + var(--navbar-search-height))}}.rj-home-royal .stories-preview{padding-block:var(--spacing-md)}.home-mainslider,.home-mainslider .swiper{aspect-ratio:3/2}.home-mainslider .swiper{overflow:visible}.home-mainslider .swiper-slide{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;border-radius:var(--border-radius-md);overflow:hidden}.home-mainslider .swiper-slide a,.home-mainslider .swiper-slide img{display:block;width:100%;height:100%}.home-bento{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;flex-wrap:wrap;gap:var(--spacing-md)}.home-bento-grid{display:inline-flex;justify-content:flex-start;align-items:flex-start;gap:var(--spacing-md)}.home-bento-grid.w-half{width:calc(50% - var(--spacing-md) / 2)}.home-bento-grid.w-full{width:100%}.home-bento-item{display:block;aspect-ratio:1/1;border-radius:var(--border-radius-md);overflow:hidden}.home-bento-item,.home-bento-item a,.home-bento-item img{display:block;width:100%;height:100%}.home-promo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-md)}.home-promo-item{display:block;aspect-ratio:1/1;border-radius:var(--border-radius-md);overflow:hidden;flex:1 0 0}.home-promo-item,.home-promo-item a,.home-promo-item img{display:block;width:100%;height:100%}#rj-product{margin-inline:auto;max-width:100%;min-height:var(--safe-height)}@media(min-width:1200px){#rj-product{max-width:1140px}}@media(min-width:1400px){#rj-product{max-width:1320px}}@media(min-width:768px){#rj-product{display:grid;grid-template-columns:2fr 4fr 7fr}}@media(min-width:768px)and (max-width:991.98px){#rj-product{grid-template-columns:2fr 3fr}}@media(min-width:992px)and (max-width:1199.98px){#rj-product #rj-nav{padding-inline-start:var(--spacing-xxs)}}@media(min-width:768px){#rj-product #rj-sidebar{border-inline-start:1px var(--color-border) solid}}@media(max-width:767.98px){#rj-product #rj-sidebar{padding-block-end:0}}@media(min-width:768px){#rj-product #rj-main{border-inline:1px var(--color-border) solid}}@media(max-width:767.98px){.product .card-header{display:none}}.product-gallery,.product-gallery .swiper{aspect-ratio:1/1}.product-gallery .swiper{overflow:visible}.product-gallery .swiper-slide{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;border-radius:var(--border-radius-md);overflow:hidden}.product-gallery .swiper-slide>*{width:100%;height:100%}.product-title{word-break:break-word;font-size:var(--font-size-md);font-weight:var(--font-weight-bold);color:var(--color-text)}.product-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:var(--color-text);min-width:0}.product-user:active .product-user-profile{opacity:.35;transform:scale(.9);transition:none}.product-user-profile{display:block;width:2rem;height:2rem;border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast)}.product-actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-sm)}.product-actions-btn{--btn-gap: var(--spacing-sm);--btn-font-size: var(--font-size-sm);--btn-font-weight: var(--font-weight-normal);--btn-line-height: var(--line-height-tight);--btn-color-text: var(--color-text);font-feature-settings:"ss01"}.product-actions-btn i{font-size:var(--font-size-lg)}.product-actions-btn i.ph-fill.ph-heart{color:var(--color-danger)}.product-actions-btn.product-actions-btn-addtocart{--btn-color-text: #ffffff}.product-info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xxs) var(--spacing-md)}.product-info-item{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);line-height:var(--line-height-tight);font-size:var(--font-size-xs);font-feature-settings:"ss01"}.product-info-item i{font-size:var(--font-size-sm)}.product-description{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md);overflow:hidden}.product-description:has(.product-description-short){padding:var(--spacing-sm);background-color:var(--color-gray-100);border-radius:var(--border-radius-base)}.product-description:has(.product-description-short) .product-description-content{display:none}.product-description-short{display:block;word-break:break-word;text-align:justify;line-height:var(--line-height-relaxed);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text)}.product-description-content{display:block;word-break:break-word;text-align:justify;line-height:var(--line-height-relaxed);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--color-text)}.product-description-content>*:not(:last-child){margin-block-end:var(--spacing-xs)}.product-description-content img{display:block;object-fit:contain;max-height:60vh;width:100%}.product-description-btn{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer}.product-specs{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.product-specs-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-sm)}.product-specs-item:not(:last-child){padding-block-end:var(--spacing-sm);border-block-end:1px var(--color-border) solid}.product-specs-item-name{padding:var(--spacing-xxs) var(--spacing-sm);background-color:var(--color-gray-100);border-radius:var(--border-radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);flex:0 0 auto}.product-specs-item-value{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}.product-price{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:var(--spacing-xxs)}.product-rating{display:flex;flex-direction:column;justify-content:space-around;align-items:center;padding:var(--spacing-sm);gap:var(--spacing-xs);background-color:var(--color-gray-100);border-radius:var(--border-radius-base);overflow:hidden}.product-rating-label{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text-light);text-align:center}.product-rating-stars{display:flex;flex-direction:row;justify-content:center;align-items:center;direction:ltr}.product-rating-stars-item{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;direction:rtl;width:2rem;height:2rem;font-size:var(--spacing-lg);color:var(--color-text-lighter);cursor:pointer}.product-rating-stars-item input{appearance:none}.product-rating-stars-item.active{color:var(--color-warning)}.price{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:var(--spacing-xxs);line-height:var(--line-height-tight);font-feature-settings:"ss01"}.price-old{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal)}.price-old .amount{color:var(--color-text-light)}.price-old .percent{color:var(--color-primary)}.price-final .amount{font-size:var(--font-size-md);font-weight:var(--font-weight-bold);color:var(--color-text)}.price-final .toman{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text-light)}.price-final .outofstock{font-size:var(--font-size-md);font-weight:var(--font-weight-bold);color:var(--color-warning)}#rj-post{margin-inline:auto;max-width:100%;min-height:var(--safe-height)}@media(min-width:992px){#rj-post{max-width:960px}}@media(min-width:1200px){#rj-post{max-width:1140px}}@media(min-width:1400px){#rj-post{max-width:1320px}}@media(min-width:768px){#rj-post{display:grid;grid-template-columns:1fr 3fr 2fr}}@media(min-width:768px)and (max-width:991.98px){#rj-post{grid-template-columns:3fr 2fr}}@media(min-width:768px){#rj-post #rj-main{border-inline:1px var(--color-border) solid}}.post{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-lg)}.post-column,.post-row{display:flex;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.post-column{flex-direction:column;height:100%;min-width:0}.post-row{flex-direction:row}.post-row .post-actions{margin-inline-start:auto}.post-title{font-size:var(--font-size-md);font-weight:var(--font-weight-bold);color:var(--color-text)}h1.post-title{font-size:var(--font-size-lg)}.post-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-loose);color:var(--color-text);overflow:hidden}.post-content{display:block;word-break:break-word;text-align:justify;line-height:var(--line-height-relaxed);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--color-text)}.post-content>*:not(:last-child){margin-block-end:var(--spacing-xs)}.post-content img{display:block;object-fit:contain;max-height:60vh;width:100%}.post-hashtags,.post-mentions{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:var(--spacing-xxs) var(--spacing-md);font-size:var(--font-size-sm)}.post-hashtag,.post-mention{display:inline-block}.post-hashtag .ph,.post-mention .ph{vertical-align:middle;font-size:var(--font-size-sm)}.post-info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:var(--spacing-xxs) var(--spacing-md)}.post-info-item{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);line-height:var(--line-height-tight);font-size:var(--font-size-xs);color:var(--color-text);white-space:nowrap;font-feature-settings:"ss01"}.post-info-item i{font-size:var(--font-size-base)}.post-actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-sm)}.post-actions-btn{--btn-gap: var(--spacing-sm);--btn-font-size: var(--font-size-sm);--btn-font-weight: var(--font-weight-normal);--btn-line-height: var(--line-height-tight);--btn-color-text: var(--color-text);font-feature-settings:"ss01"}.post-actions-btn i{font-size:var(--font-size-lg)}.post-actions-btn i.ph-fill.ph-heart{color:var(--color-danger)}.post-actions-btn.post-actions-btn-purchase{--btn-color-text: #ffffff}.post-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:var(--color-text);min-width:0}.post-user:active .post-user-profile{opacity:.35;transform:scale(.9);transition:none}.post-user-profile{display:block;width:2rem;height:2rem;border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast)}.post-paidcontent{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-lg)}.post-paidcontent-thumbnail img{display:block;object-fit:contain;max-height:60vh;width:100%}.post-paidcontent-description{display:block;word-break:break-word;text-align:justify;line-height:var(--line-height-relaxed);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--color-text)}.post-paidcontent-message{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-md) var(--spacing-lg);gap:var(--spacing-sm);background-color:var(--color-gray-100);border-radius:var(--border-radius-md);overflow:hidden}.post-paidcontent-message-header,.post-paidcontent-message-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-md)}.post-paidcontent-message-content{text-align:justify;line-height:var(--line-height-relaxed);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--color-text)}.search{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.search-navbar{padding-block-start:var(--navbar-search-height)}.search-path{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:var(--spacing-xxs) var(--spacing-xs)}.search-path-item{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs)}.search-path-item .btn{--btn-padding: var(--spacing-xxs) var(--spacing-sm);--btn-font-size: var(--font-size-xs);--btn-font-weight: var(--font-weight-normal)}.search-path-item i{color:var(--color-text-lighter)}.search-path-item:last-child i{display:none}.search-children{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--spacing-md)}@media(min-width:576px)and (max-width:1199.98px){.search-children{grid-template-columns:repeat(4,1fr)}}@media(max-width:575.98px){.search-children{grid-template-columns:repeat(3,1fr)}}.search-children-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--spacing-sm)}.search-children-item:hover .search-children-item-thumbnail{background-color:var(--color-gray-200)}.search-children-item:active .search-children-item-thumbnail{background-color:var(--color-gray-300);transition:none}.search-children-item-thumbnail{display:block;background-color:var(--color-gray-100);border-radius:var(--border-radius-md);aspect-ratio:1/1;width:100%;transition:background-color var(--transition-fast) var(--transition-timing-ease)}.search-children-item-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:var(--color-text);word-break:break-word;text-align:center;overflow:hidden}.explore{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.explore .explore-grid,.explore .explore-feed{margin:calc(var(--spacing-md) * -1)}.explore-navbar{padding-block-start:var(--navbar-search-height)}.explore-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:var(--spacing-xxs);gap:var(--spacing-xxs)}.explore-grid-item{position:relative;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;aspect-ratio:1/1;background-color:var(--color-gray-100);transition:opacity var(--transition-fast) var(--transition-timing-ease);isolation:isolate;overflow:hidden}.explore-grid-item.big{grid-column:span 2;grid-row:span 2}.explore-grid-item:active{opacity:.35;transition:none}.explore-grid-item-thumbnail{display:block;width:100%;height:100%}.explore-grid-item-icon{position:absolute;display:inline-flex;inset-inline-end:var(--spacing-sm);inset-block-end:var(--spacing-sm)}.explore-grid-item-icon i{font-size:var(--font-size-lg);color:#fff;text-shadow:0 3px 6px rgba(55,65,81,.25),0 1px 6px rgba(55,64,81,.55)}.explore-feed{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.explore-feed-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-md);gap:var(--spacing-md);transition:background-color var(--transition-fast) var(--transition-timing-ease)}.explore-feed-item:hover{background-color:var(--color-background-alt)}.explore-feed-item:not(:last-child){border-block-end:1px var(--color-border) solid}.explore-feed-item-column,.explore-feed-item-row{display:flex;gap:var(--spacing-sm)}.explore-feed-item-column{flex-direction:column;justify-content:flex-start;align-items:stretch}.explore-feed-item-row{flex-direction:row;justify-content:space-between;align-items:stretch}.explore-feed-item-grid{display:grid;grid-template-columns:2fr 1fr;gap:var(--spacing-md)}.explore-feed-item-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:var(--color-text);min-width:0}.explore-feed-item-user:active .explore-feed-item-user-profile{opacity:.35;transform:scale(.9);transition:none}.explore-feed-item-user-profile{display:block;width:2rem;height:2rem;border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast)}@media(min-width:768px){.explore-feed-item-gallery .product-gallery{margin-inline:auto;max-height:25rem}}.explore-feed-item-thumbnail{display:block;aspect-ratio:1/1;background-color:var(--color-gray-100);border-radius:var(--border-radius-md);overflow:hidden}.explore-feed-item-thumbnail>img{display:block;width:100%;height:100%;transition:transform var(--transition-fast) var(--transition-timing-ease)}.explore-feed-item-file{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:var(--spacing-sm) var(--spacing-md);gap:var(--spacing-md);border:1px var(--color-border) solid;border-radius:var(--border-radius-base);transition:background-color var(--transition-fast) var(--transition-timing-ease);overflow:hidden}.explore-feed-item-file:hover{background-color:var(--color-gray-100)}.explore-feed-item-file:active{background-color:var(--color-gray-200);transition:none}.explore-feed-item-file i{font-size:var(--font-size-lg);color:var(--color-text)}.explore-feed-item-file-column,.explore-feed-item-file-row{display:flex;justify-content:flex-start}.explore-feed-item-file-column{flex-direction:column;align-items:stretch;gap:var(--spacing-xs);min-width:0}.explore-feed-item-file-row{flex-direction:row;align-items:center;gap:var(--spacing-sm)}.explore-feed-item-file-name{font-size:var(--font-size-base);font-weight:var(--font-weight-bold);line-height:var(--line-height-relaxed);color:var(--color-text)}.explore-feed-item-file-description{display:block;word-break:break-word;text-align:justify;line-height:var(--line-height-relaxed);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text)}.explore-feed-item-file-thumbnail{display:block;border-radius:var(--border-radius-base);width:4rem;height:4rem}.explore-feed-item-info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:var(--spacing-xxs) var(--spacing-md)}.explore-feed-item-info-item{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);line-height:var(--line-height-tight);font-size:var(--font-size-xs);color:var(--color-text);white-space:nowrap;font-feature-settings:"ss01"}.explore-feed-item-info-item i{font-size:var(--font-size-base)}.explore-feed-item-actions{display:inline-flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:var(--spacing-sm)}@keyframes chat-items-fadein{0%{transform:translateY(var(--spacing-md));opacity:0}to{transform:translateY(0);opacity:1}}#rj-chat{margin-inline:auto;max-width:100%;min-height:var(--safe-height)}@media(min-width:992px){#rj-chat{max-width:960px}}@media(min-width:1200px){#rj-chat{max-width:1140px}}@media(min-width:1400px){#rj-chat{max-width:1320px}}@media(min-width:992px){#rj-chat{display:grid;grid-template-columns:2fr 10fr}#rj-chat #rj-main{border-inline:1px var(--color-border) solid}}.chat{position:relative}@media(min-width:768px){.chat{display:grid;grid-template-columns:4fr 6fr}}.chat,.chat>*{height:var(--safe-height)}.chat-sidebar{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;isolation:isolate;overflow:hidden}@media(min-width:768px){.chat-sidebar{border-inline-end:1px var(--color-border) solid}}.chat-sidebar .chat-sidebar-header+.chat-sidebar-contacts{padding-block-start:5rem}@media(max-width:767.98px){.chat-sidebar .chat-sidebar-header+.chat-sidebar-contacts{padding-block-start:3.875rem}}.chat-sidebar-header{position:absolute;display:flex;flex-direction:row;justify-content:space-between;align-items:center;inset-inline:0;inset-block-start:0;height:5rem;padding-inline:var(--spacing-md);gap:var(--spacing-md);background-image:linear-gradient(to bottom,var(--color-background) 33%,transparent);z-index:var(--z-index-sticky)}@media(max-width:767.98px){.chat-sidebar-header{height:3.875rem}}.chat-sidebar-contacts{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;height:100%;padding:var(--spacing-sm) var(--spacing-md);scrollbar-width:none;overflow-y:auto}@media(max-width:767.98px){.chat-sidebar-contacts{gap:var(--spacing-xxs)}}.chat-sidebar-contacts .chat-sidebar-contacts-item{animation:chat-items-fadein var(--transition-base) var(--transition-timing-ease) forwards;opacity:0}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(1){animation-delay:50ms}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(2){animation-delay:.1s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(3){animation-delay:.15s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(4){animation-delay:.2s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(5){animation-delay:.25s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(6){animation-delay:.3s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(7){animation-delay:.35s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(8){animation-delay:.4s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(9){animation-delay:.45s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(10){animation-delay:.5s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(11){animation-delay:.55s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(12){animation-delay:.6s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(13){animation-delay:.65s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(14){animation-delay:.7s}.chat-sidebar-contacts .chat-sidebar-contacts-item:nth-child(15){animation-delay:.75s}.chat-sidebar-contacts-item{position:relative;display:block;cursor:pointer}.chat-sidebar-contacts-item.active{pointer-events:none}@media(min-width:768px){.chat-sidebar-contacts-item{padding-inline-start:var(--spacing-md)}.chat-sidebar-contacts-item:not(:last-child):after{position:absolute;inset-inline-start:calc(var(--spacing-md) * 2);inset-inline-end:var(--spacing-md);inset-block-end:0;height:1px;background-color:var(--color-border);content:""}.chat-sidebar-contacts-item:before{position:absolute;inset-block:.875rem;inset-inline-start:0;width:.25rem;background-color:var(--color-primary);border-radius:var(--border-radius-full);content:""}.chat-sidebar-contacts-item:hover .chat-sidebar-contacts-item-btn:before{transform:scale(1);background-color:var(--color-gray-100)}.chat-sidebar-contacts-item:active .chat-sidebar-contacts-item-btn:before{transform:scale(.95);background-color:var(--color-gray-200);transition:none}.chat-sidebar-contacts-item.active .chat-sidebar-contacts-item-btn:before{transform:scale(1);background-color:var(--color-gray-100)}.chat-sidebar-contacts-item:not(.active):before{opacity:0}}@media(max-width:767.98px){.chat-sidebar-contacts-item:nth-child(odd) .chat-sidebar-contacts-item-btn:before{background-color:var(--color-gray-100)}.chat-sidebar-contacts-item:hover .chat-sidebar-contacts-item-btn:before{background-color:var(--color-gray-200)}.chat-sidebar-contacts-item:active .chat-sidebar-contacts-item-btn:before{background-color:var(--color-gray-300);transition:none}}.chat-sidebar-contacts-item-btn{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:var(--spacing-sm);gap:var(--spacing-md);color:var(--color-text);isolation:isolate}.chat-sidebar-contacts-item-btn:before{position:absolute;inset:0;background-color:transparent;border-radius:var(--border-radius-base);transition-property:transform,background-color;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);z-index:-1;content:""}.chat-sidebar-contacts-item-column,.chat-sidebar-contacts-item-row{display:flex;justify-content:flex-start;min-width:0}.chat-sidebar-contacts-item-column{flex-direction:column;align-items:stretch;gap:var(--spacing-xxs);width:100%}.chat-sidebar-contacts-item-row{flex-direction:row;align-items:center;gap:var(--spacing-sm)}.chat-sidebar-contacts-item-row .chat-sidebar-contacts-item-time,.chat-sidebar-contacts-item-row .chat-sidebar-contacts-item-seen,.chat-sidebar-contacts-item-row .chat-sidebar-contacts-item-unread{margin-inline-start:auto;flex:0 0 auto}.chat-sidebar-contacts-item-profile{display:block;min-width:0;width:3rem;height:3rem;border-radius:var(--border-radius-full);flex:0 0 auto}.chat-sidebar-contacts-item-name{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text);min-width:0}.chat-sidebar-contacts-item-message{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);color:var(--color-text-light);word-break:break-word;overflow:hidden}.chat-sidebar-contacts-item-seen{display:inline-flex}.chat-sidebar-contacts-item-unread{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;color:#fff;background-color:var(--color-primary);border-radius:var(--border-radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);line-height:var(--line-height-tight);overflow:hidden;font-feature-settings:"ss01"}.chat-sidebar-contacts-item-time{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);line-height:var(--line-height-tight);color:var(--color-text-light);font-feature-settings:"ss01"}.chat-session{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;isolation:isolate;background-image:url(/build/assets/chat-wallpaper-default-CTxuIDYq.svg);background-size:16rem;background-position:center center;background-repeat:repeat;z-index:var(--z-index-modal);overflow:hidden}@media(max-width:767.98px){.chat-session{position:fixed;inset:0;background-color:var(--color-background);z-index:var(--z-index-modal)}.chat-session.empty{display:none}}[data-theme=dark] .chat-session{background-image:url(/build/assets/chat-wallpaper-dark-QrPneuGg.svg)}.chat-session-header{position:absolute;display:flex;flex-direction:row;justify-content:space-between;align-items:center;inset-inline:0;inset-block-start:0;height:5rem;padding-inline:var(--spacing-md);gap:var(--spacing-md);background-image:linear-gradient(to bottom,var(--color-background) 33%,transparent);z-index:var(--z-index-sticky)}.chat-session-header-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-md);min-width:0}.chat-session-header-user:active .chat-session-header-user-profile{opacity:.35;transform:scale(.9);transition:none}.chat-session-header-user-profile{display:block;width:2.625rem;height:2.625rem;border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast);flex:0 0 auto}.chat-session-header-user-info{display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-xxs)}.chat-session-header-user-name{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);color:var(--color-text);min-width:0}.chat-session-header-user-status{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);line-height:var(--line-height-tight);color:var(--color-text-light);font-feature-settings:"ss01"}.chat-session-header-close{aspect-ratio:1/1;--btn-padding: var(--spacing-sm)}.chat-session-messages{position:absolute;display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:stretch;inset:0;padding-block:5rem;padding-inline:var(--spacing-lg);gap:var(--spacing-xxs);scrollbar-width:none;overflow-y:auto}.chat-session-messages .chat-session-messages-item{animation:chat-items-fadein var(--transition-base) var(--transition-timing-ease) forwards;opacity:0}.chat-session-messages .chat-session-messages-item:nth-child(1){animation-delay:25ms}.chat-session-messages .chat-session-messages-item:nth-child(2){animation-delay:50ms}.chat-session-messages .chat-session-messages-item:nth-child(3){animation-delay:75ms}.chat-session-messages .chat-session-messages-item:nth-child(4){animation-delay:.1s}.chat-session-messages .chat-session-messages-item:nth-child(5){animation-delay:125ms}.chat-session-messages .chat-session-messages-item:nth-child(6){animation-delay:.15s}.chat-session-messages .chat-session-messages-item:nth-child(7){animation-delay:175ms}.chat-session-messages .chat-session-messages-item:nth-child(8){animation-delay:.2s}.chat-session-messages .chat-session-messages-item:nth-child(9){animation-delay:225ms}.chat-session-messages .chat-session-messages-item:nth-child(10){animation-delay:.25s}.chat-session-messages .chat-session-messages-item:nth-child(11){animation-delay:275ms}.chat-session-messages .chat-session-messages-item:nth-child(12){animation-delay:.3s}.chat-session-messages .chat-session-messages-item:nth-child(13){animation-delay:325ms}.chat-session-messages .chat-session-messages-item:nth-child(14){animation-delay:.35s}.chat-session-messages .chat-session-messages-item:nth-child(15){animation-delay:375ms}.chat-session-messages-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:var(--spacing-md)}.chat-session-messages-item:not(.self){margin-inline-start:calc(var(--spacing-md) + 2rem);flex-direction:row-reverse}.chat-session-messages-item:not(.self) .chat-session-messages-item-bubble{color:var(--color-text);background-color:var(--color-gray-100);border-end-end-radius:0}.chat-session-messages-item:not(.self) .chat-session-messages-item-bubble-tail{inset-inline-end:-.5rem}.chat-session-messages-item:not(.self) .chat-session-messages-item-bubble-tail path{fill:var(--color-gray-100)}.chat-session-messages-item:not(.self) .chat-session-messages-item-reply{color:var(--color-text-light);background-color:var(--color-gray-200)}.chat-session-messages-item:not(.self) .chat-session-messages-item-reply:before{background-color:var(--color-gray-400)}.chat-session-messages-item:not(.self) .chat-session-messages-item-info{justify-content:flex-end;color:var(--color-text-light)}.chat-session-messages-item.self{margin-inline-end:calc(var(--spacing-md) + 2rem);flex-direction:row}.chat-session-messages-item.self .chat-session-messages-item-bubble{color:#fff;background-color:#e20020;border-end-start-radius:0}.chat-session-messages-item.self .chat-session-messages-item-bubble-tail{inset-inline-start:-.5rem;transform:scaleX(-1)}.chat-session-messages-item.self .chat-session-messages-item-bubble-tail path{fill:#e20020}.chat-session-messages-item.self .chat-session-messages-item-reply{color:#fff;background-color:#ffffff59}.chat-session-messages-item.self .chat-session-messages-item-reply:before{background-color:#fff}.chat-session-messages-item.self .chat-session-messages-item-info{justify-content:flex-start;color:#ffffffd9}.chat-session-messages-item-bubble{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-xs) var(--spacing-sm);gap:var(--spacing-xxs);border-radius:var(--border-radius-base);min-width:0}@media(min-width:768px){.chat-session-messages-item-bubble{max-width:60%}}.chat-session-messages-item-bubble-tail{position:absolute;inset-block-end:0}.chat-session-messages-item-bubble-tail,.chat-session-messages-item-bubble-tail svg{width:.5rem;height:1rem}.chat-session-messages-item-reply{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin-inline-start:var(--spacing-xs);padding:var(--spacing-xxs) var(--spacing-xs);gap:var(--spacing-xxs);font-size:var(--font-size-xs);border-radius:var(--border-radius-xs)}.chat-session-messages-item-reply:before{position:absolute;inset-block:.375rem;inset-inline-start:-.5rem;width:.25rem;border-radius:var(--border-radius-full);content:""}.chat-session-messages-item-reply-user{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;white-space:nowrap;gap:var(--spacing-xxs)}.chat-session-messages-item-reply-user .chat-session-messages-item-user{font-size:var(--font-size-xs)}.chat-session-messages-item-reply-content{word-break:break-word}.chat-session-messages-item-content{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);word-break:break-word}.chat-session-messages-item-attachments{display:grid;grid-template-columns:repeat(auto-fit,minmax(4rem,1fr));margin-inline:calc(var(--spacing-xxs) * -1);gap:var(--spacing-xs)}.chat-session-messages-item-attachments-item{position:relative;display:inline-flex;flex-direction:column;justify-content:stretch;align-items:stretch;aspect-ratio:1/1;background-color:#000;border-radius:var(--border-radius-xs);-webkit-user-select:none;user-select:none;overflow:hidden;cursor:pointer}.chat-session-messages-item-attachments-item img,.chat-session-messages-item-attachments-item video{display:block;object-fit:contain;width:100%;height:100%;z-index:100}.chat-session-messages-item-attachments-item>i{position:absolute;inset-inline-end:var(--spacing-xs);inset-block-end:var(--spacing-xs);font-size:var(--font-size-xl);color:#fff;text-shadow:0 3px 6px rgba(55,65,81,.25),0 1px 6px rgba(55,64,81,.55);z-index:200}.chat-session-messages-item-info{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-sm);font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);line-height:var(--line-height-tight)}.chat-session-messages-item-info>*{display:inline-flex}.chat-session-footer{position:absolute;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;inset-inline:0;inset-block-end:0;min-height:5rem;padding:var(--spacing-md);gap:var(--spacing-md);background-image:linear-gradient(to bottom,transparent 33%,var(--color-background));z-index:var(--z-index-sticky)}.chat-session-footer-attachments{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--spacing-sm)}@media(max-width:575.98px){.chat-session-footer-attachments{grid-template-columns:repeat(4,1fr)}}.chat-session-footer-attachments-item{position:relative;display:inline-flex;flex-direction:column;justify-content:stretch;align-items:stretch;aspect-ratio:1/1;background-color:#000;border-radius:var(--border-radius-md);-webkit-user-select:none;user-select:none;overflow:hidden;cursor:pointer}.chat-session-footer-attachments-item img,.chat-session-footer-attachments-item video{display:block;object-fit:contain;width:100%;height:100%;z-index:100}.chat-session-footer-attachments-item>i{position:absolute;inset-inline-end:var(--spacing-xs);inset-block-end:var(--spacing-xs);font-size:var(--font-size-xl);color:#fff;text-shadow:0 3px 6px rgba(55,65,81,.25),0 1px 6px rgba(55,64,81,.55);z-index:200}.chat-session-footer-attachments-item .btn{position:absolute;aspect-ratio:1/1;inset-block-start:var(--spacing-xs);inset-inline-start:var(--spacing-xs);--btn-padding: var(--spacing-xxs);z-index:300}.chat-session-footer-form{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-xs);gap:var(--spacing-xs);background:var(--color-text);background-color:var(--color-gray-100);border-radius:var(--border-radius-base);-webkit-user-select:none;user-select:none;overflow:hidden}.chat-session-footer-form-reply{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-inline-start:var(--spacing-xs);padding:var(--spacing-xxs) var(--spacing-xs);gap:var(--spacing-xxs);font-size:var(--font-size-xs);color:var(--color-text-light);background-color:var(--color-gray-200);border-radius:var(--border-radius-xs)}.chat-session-footer-form-reply:before{position:absolute;inset-block:.375rem;inset-inline-start:-.5rem;width:.25rem;background-color:var(--color-gray-400);border-radius:var(--border-radius-full);content:""}.chat-session-footer-form-reply .btn{aspect-ratio:1/1;--btn-padding: var(--spacing-xs)}.chat-session-footer-form-reply-column,.chat-session-footer-form-reply-row{display:flex;justify-content:flex-start;align-items:stretch;gap:var(--spacing-xxs)}.chat-session-footer-form-reply-column{flex-direction:column}.chat-session-footer-form-reply-row{flex-direction:row}.chat-session-footer-form-reply-title{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);word-break:break-word}.chat-session-footer-form-reply-content{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);word-break:break-word;overflow:hidden}.chat-session-footer-form-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-sm)}.chat-session-footer-form-textarea{display:block;color:currentColor;background:transparent;border:none;outline:none;resize:none;scrollbar-width:none;flex:1;min-width:0}.chat-session-footer-form-textarea::placeholder{color:var(--color-text-lighter)}.chat-session-footer-form-send i{transform:scaleX(-1)}.chat-message{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transform:translate(-50%,-50%);top:50%;left:50%;padding:var(--spacing-md) var(--spacing-lg);gap:var(--spacing-md);-webkit-backdrop-filter:blur(var(--spacing-xxl));backdrop-filter:blur(var(--spacing-xxl));background-color:var(--color-shadow);border-radius:var(--border-radius-md);color:#fff;z-index:var(--z-index-modal);overflow:hidden}.chat-message-icon{display:inline-flex}.chat-message-icon i{font-size:var(--spacing-xxl)}.chat-message-text{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal)}#rj-auth{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;min-height:var(--safe-height);margin-inline:auto;gap:var(--spacing-lg)}#rj-auth>*{width:21.25rem;max-width:100%}#rj-user{margin-inline:auto;max-width:100%;min-height:var(--safe-height)}@media(min-width:1200px){#rj-user{max-width:1140px}}@media(min-width:1400px){#rj-user{max-width:1320px}}@media(min-width:768px){#rj-user{display:grid;grid-template-columns:2fr 4fr 7fr}}@media(min-width:768px)and (max-width:991.98px){#rj-user{grid-template-columns:2fr 3fr}}@media(min-width:992px)and (max-width:1199.98px){#rj-user #rj-nav{padding-inline-start:var(--spacing-xxs)}}@media(min-width:768px){#rj-user #rj-sidebar{border-inline-start:1px var(--color-border) solid}}@media(max-width:767.98px){#rj-user #rj-sidebar{padding:0}}@media(min-width:768px){#rj-user #rj-main{border-inline:1px var(--color-border) solid}}@media(max-width:767.98px){#rj-user #rj-main{padding-block-end:var(--spacing-xl)}}.user-cards .row{--gutter-x: var(--spacing-md);--gutter-y: var(--spacing-md)}.user-cards-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-md);gap:var(--spacing-md);border:1px var(--color-border) solid;border-radius:var(--border-radius-md);line-height:var(--line-height-tight);overflow:hidden;font-feature-settings:"ss01"}@media(max-width:575.98px){.user-cards-item{padding:var(--spacing-sm);gap:var(--spacing-sm)}}.user-cards-item-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:var(--color-primary)}.user-cards-item-header i{font-size:var(--font-size-md);width:var(--font-size-sm)}@media(max-width:575.98px){.user-cards-item-header i{font-size:var(--font-size-sm);width:var(--font-size-xs)}}.user-cards-item-content{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-text)}@media(max-width:575.98px){.user-cards-item-content{font-size:var(--font-size-base)}}.user-cards-item-footer{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--color-text-light)}.user-cards-item-content,.user-cards-item-footer{text-align:center}@media(max-width:575.98px){.user-cards-item-header,.user-cards-item-footer{font-size:var(--font-size-xs)}}.user-info{display:flex;flex-wrap:wrap;gap:var(--spacing-xxs) var(--spacing-md)}@media(min-width:576px){.user-info{flex-direction:row;justify-content:flex-start;align-items:center}}@media(max-width:575.98px){.user-info{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.user-info-item{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);line-height:var(--line-height-tight);font-size:var(--font-size-xs);color:var(--color-text);white-space:nowrap;font-feature-settings:"ss01"}.user-info-item i{font-size:var(--font-size-base)}.user-items{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-xxs)}.user-items-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:var(--spacing-sm) var(--spacing-md);gap:var(--spacing-md);border-radius:var(--border-radius-base);transition:background-color var(--transition-fast) var(--transition-timing-ease);overflow:hidden;cursor:pointer}.user-items-item:nth-child(odd){background-color:var(--color-gray-100)}.user-items-item:hover{background-color:var(--color-gray-200)}.user-items-item:active{background-color:var(--color-gray-300);transition:none}.user-items-item i{font-size:var(--font-size-lg);color:var(--color-text)}.user-items-item i.ph-dots-three-circle{font-size:var(--font-size-xl)}.user-items-item .btn{--btn-padding: var(--spacing-xs)}.user-items-item-column,.user-items-item-row{display:flex;justify-content:flex-start}.user-items-item-column{flex-direction:column;align-items:stretch;gap:var(--spacing-xs);min-width:0}.user-items-item-row{flex-direction:row;align-items:center;gap:var(--spacing-sm)}.user-items-item-name{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);line-height:var(--line-height-relaxed);color:var(--color-text)}.user-items-item-time{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-tight);color:var(--color-text-light);font-feature-settings:"ss01"}.user-items-item-info{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-tight);color:var(--color-text-light);font-feature-settings:"ss01"}@media(max-width:575.98px){.user-items-item-info{font-size:var(--font-size-xs)}}.user-items-item-info i{font-size:var(--font-size-base)}.user-items-item-thumbnail{display:block;border-radius:var(--border-radius-base);width:4rem;height:4rem}@media(min-width:992px){.user-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-xl)}}@media(max-width:991.98px){.user-stats{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-lg)}}.user-stats-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-lg)}.user-stats-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-md)}.user-stats-card-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.user-stats-card-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-sm)}.user-stats-card-item:not(:last-child){padding-block-end:var(--spacing-sm);border-block-end:1px var(--color-border) solid}.user-stats-card-item-name{padding:var(--spacing-xxs) var(--spacing-sm);background-color:var(--color-gray-100);border-radius:var(--border-radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal)}.user-stats-card-item-value{font-size:var(--font-size-base);font-weight:var(--font-weight-bold);font-feature-settings:"ss01"}.user-stats-card-item-text{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);font-feature-settings:"ss01"}.user-message{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-md) var(--spacing-lg);gap:var(--spacing-sm);background-color:var(--color-gray-100);border-radius:var(--border-radius-md);overflow:hidden}.user-message-header,.user-message-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-md)}.user-message-content{text-align:justify;line-height:var(--line-height-relaxed);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:var(--color-text)}.user-editor .collapse .collapse-header{position:relative}.user-editor .collapse .collapse-content{overflow:visible}.user-editor .collapse:not(.active) .collapse-content{overflow:hidden}.user-editor .collapse:not(.active) .collapse-content .editor-rsw .rsw-toolbar{position:relative;inset-block-start:0}.user-editor .collapse .editor-rsw .rsw-toolbar{inset-block-start:var(--spacing-md)}.profile,.profile-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.profile-header-column,.profile-header-row{display:flex;justify-content:flex-start;gap:var(--spacing-xxs)}.profile-header-column{flex-direction:column;align-items:flex-start;min-width:0}.profile-header-row{flex-direction:row;align-items:center}.profile-header-row .profile-header-stats{margin-inline-start:auto}.profile-header-photo{display:block;width:5rem;height:5rem;border-radius:var(--border-radius-full)}@media(max-width:991.98px){.profile-header-photo{width:4.5rem;height:4.5rem}}.profile-header-name{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xxs);font-size:var(--font-size-md);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.profile-header-username{direction:ltr;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);opacity:.75}.profile-header-bio{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-relaxed)}.profile-header-stats{display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.profile-header-stats-item{display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-inline:var(--spacing-lg);gap:var(--spacing-xs);font-feature-settings:"ss01"}@media(min-width:768px)and (max-width:1199.98px){.profile-header-stats-item{padding-inline:var(--spacing-md)}}.profile-header-stats-item:not(:last-child){border-inline-end:1px var(--color-border) solid}.profile-header-stats-item-count{font-size:var(--font-size-md);font-weight:var(--font-weight-bold);color:var(--color-tect)}@media(max-width:1199.98px){.profile-header-stats-item-count{font-size:var(--font-size-sm)}}.profile-header-stats-item-text{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);line-height:var(--line-height-tight);color:var(--color-text-light)}.profile-header-actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-md)}@media(max-width:767.98px){.profile-header-actions{width:100%}.profile-header-actions .btn{flex:1 0 0}}.profile-tabs{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;margin-inline:calc(var(--spacing-md) * -1)}.profile-tabs-item{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:var(--spacing-sm) var(--spacing-md);border-block-end:1px var(--color-border) solid;flex:1 0 0;overflow:hidden}.profile-tabs-item:not(.active):active .ph{opacity:.35;transition:none}.profile-tabs-item.active{border-color:var(--color-text)}.profile-tabs-item.active .ph{color:var(--color-text)}.profile-tabs-item .ph{color:var(--color-text-lighter);font-size:var(--font-size-lg);transition:opacity var(--transition-fast) var(--transition-timing-ease)}.profile-results{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}:root{--editor-header-height: 5rem}@media(max-width:767.98px){:root{--editor-header-height: 3.875rem}}#rj-editor{margin-inline:auto;max-width:100%;min-height:var(--safe-height)}@media(min-width:992px){#rj-editor{max-width:960px}}@media(min-width:1200px){#rj-editor{max-width:1140px}}@media(min-width:1400px){#rj-editor{max-width:1320px}}@media(min-width:992px){#rj-editor{display:grid;grid-template-columns:2fr 10fr}}.editor{position:relative}@media(min-width:768px){.editor{display:grid;grid-template-columns:6fr 4fr}}.editor-main{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-md);gap:var(--spacing-md);min-width:0}@media(min-width:768px){.editor-main{min-height:var(--safe-height);border-inline:1px var(--color-border) solid}}@media(max-width:767.98px){.editor-main{padding-block-start:var(--editor-header-height);padding-block-end:0}}.editor-main-header{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;inset-block-start:0;inset-inline:0;padding-inline:var(--spacing-md);gap:var(--spacing-md);height:var(--editor-header-height);background-image:linear-gradient(to bottom,var(--color-background) 33%,transparent);z-index:var(--z-index-sticky)}@media(min-width:768px){.editor-main-header{position:sticky;margin:calc(var(--spacing-md) * -1)}}@media(max-width:767.98px){.editor-main-header{position:fixed}}.editor-main-title,.editor-main-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;border-block:1px var(--color-border) solid}.editor-main-title .input-field input,.editor-main-content .input-field input{font-size:var(--font-size-lg);outline:none}.editor-main-title .editor-category-btn,.editor-main-content .editor-category-btn{--btn-padding: var(--spacing-xs) var(--spacing-sm)}.editor-main-title .editor-category-btn:not(:hover),.editor-main-content .editor-category-btn:not(:hover){--btn-color-background: transparent}.editor-main-title{padding-block:var(--spacing-xs);gap:var(--spacing-xs)}.editor-main-content{padding-block:var(--spacing-md);gap:var(--spacing-md)}.editor-sidebar{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-md);gap:var(--spacing-lg);-webkit-user-select:none;user-select:none;min-width:0}@media(min-width:768px){.editor-sidebar{position:sticky;height:var(--safe-height);inset-block-start:0;scrollbar-width:none;overflow-y:auto}}@media(min-width:992px){.editor-sidebar{height:100vh}}@media(max-width:767.98px){.editor-sidebar{padding-block-start:0}}@media(min-width:768px){.editor-sidebar-collapses .collapse .collapse-header{inset-block-start:calc(var(--spacing-md) * -1)}.editor-sidebar-collapses .collapse:first-child{margin-block-start:calc(var(--spacing-xxs) / 2 * -1);padding-block-start:0}}.editor-specs{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.editor-specs-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.editor-specs-container:has(.editor-specs-item){margin-block-end:var(--spacing-md)}.editor-specs-item{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-md)}.editor-specs-item [data-delete-item]{--btn-padding: var(--spacing-xs)}.editor-specs-item .input{flex:1;min-width:0}.editor-specs-actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:var(--spacing-md)}.editor-variety{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.editor-variety-form{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-md)}.editor-variety-form .input{flex:1;min-width:0}.editor-variety-form [name=variety_input]{padding-inline-end:calc(var(--spacing-xxl) + var(--spacing-sm))}.editor-variety-form [data-add-item]{position:absolute;inset-inline-end:var(--spacing-sm);--btn-padding: var(--spacing-xs)}.editor-variety-items{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:var(--spacing-xxs) var(--spacing-sm)}.editor-variety-items:has(.chips-item){margin-block-start:var(--spacing-md)}.editor-files{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.editor-files:has(.editor-files-item){border-block:1px var(--color-border) solid}.editor-files-item{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding-block:var(--spacing-lg);gap:var(--spacing-md);isolation:isolate}.editor-files-item:not(:last-child){border-block-end:1px var(--color-border) solid}.editor-files-item .row{--gutter-x: var(--spacing-md);--gutter-y: var(--spacing-md)}.editor-files-item [data-delete-item]{position:absolute;inset-block-start:calc(var(--spacing-lg) + var(--spacing-sm) - 1px);inset-inline-end:var(--spacing-sm);--btn-padding: var(--spacing-xs);z-index:100}.editor-main-readme .collapse .collapse-header{position:relative}.editor-main-readme .collapse .collapse-content{overflow:visible}.editor-main-readme .collapse:not(.active) .collapse-content{overflow:hidden}.editor-main-readme .collapse:not(.active) .collapse-content .editor-rsw .rsw-toolbar{position:relative;inset-block-start:0}.editor-attachments{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.editor-attachments-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.editor-attachments-container:has(.editor-attachments-item){margin-block-end:var(--spacing-md)}.editor-attachments-item{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-md)}.editor-attachments-item .input{flex:1;min-width:0}.editor-attachments-item [data-delete-item]{--btn-padding: var(--spacing-xs)}.editor-attachments-actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:var(--spacing-md)}.editor-rsw .rsw-toolbar{inset-block-start:var(--editor-header-height)}.wallet-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;margin-inline:auto;aspect-ratio:1.586/1;width:20rem;max-width:100%;background-color:var(--color-gray-200);border-radius:var(--border-radius-lg);-webkit-user-select:none;user-select:none;overflow:hidden}@media(max-width:575.98px){.wallet-card{width:100%}}.wallet-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-inline:var(--spacing-md);gap:var(--spacing-md);height:5rem}.wallet-card-logo{display:block;aspect-ratio:35/19;height:1.5rem}.wallet-card-text{text-transform:uppercase;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:var(--color-text)}.wallet-card-content{display:flex;flex-direction:column;justify-content:center;align-items:stretch;height:100%;padding:var(--spacing-md);gap:var(--spacing-md);background-image:linear-gradient(to top right,var(--color-primary) 50%,var(--color-primary-light) 85%);border-radius:var(--border-radius-lg)}.wallet-card-content .wallet-card-balance{margin-block:auto}.wallet-card-balance{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:var(--spacing-xxs);line-height:var(--line-height-tight);font-feature-settings:"ss01"}.wallet-card-balance .amount{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:#fff}.wallet-card-balance .toman{font-size:var(--font-size-base);font-weight:var(--font-weight-normal);color:#ffffffbf}.wallet-card-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-block-start:var(--spacing-md);gap:var(--spacing-md);border-block-start:1px rgba(255,255,255,.25) solid;line-height:var(--line-height-tight);color:#fff}.wallet-card-footer>*{min-width:0;max-width:50%}.wallet-card-holder{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:#fff}.wallet-card-username{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;direction:ltr;text-transform:uppercase;gap:var(--spacing-xxs);font-family:var(--font-family-mono);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:#fff}.wallet-card-username i{display:inline-flex}#rj-print{margin-inline:auto;padding:var(--spacing-md);width:29.7cm;max-width:100%}@media print{#rj-print{-webkit-print-color-adjust:exact;print-color-adjust:exact}}#rj-print>.row{--gutter-x: var(--spacing-md);--gutter-y: var(--spacing-md)}.print-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-md);overflow:hidden}@media(max-width:575.98px){.print-header{flex-direction:column}}.print-header-logo{display:inline-flex;padding:var(--spacing-md)}.print-header-logo img{display:block;width:3.625rem;height:2rem}.print-header-contact{display:inline-flex;direction:ltr;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:var(--spacing-md)}.print-header-contact-item{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:var(--spacing-xs) var(--spacing-sm);gap:var(--spacing-sm);background-color:var(--color-gray-100);color:var(--color-text-light);border-radius:var(--border-radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);overflow:hidden}.print-header-contact-item i{font-size:var(--font-size-lg)}@media print{.print-header-btn{display:none}}.cart{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.cart .card-form{margin:calc(var(--spacing-md) * -1);gap:0}.cart-items{position:relative}.cart-items-product{display:grid;grid-template-columns:2fr 1fr;padding:var(--spacing-md);gap:var(--spacing-md);height:100%;transition:background-color var(--transition-fast) var(--transition-timing-ease)}.cart-items-product:hover{background-color:var(--color-background-alt)}.cart-items-product:not(:last-child){padding-block-end:var(--spacing-md);border-block-end:1px var(--color-border) solid}.cart-items-product-column,.cart-items-product-row{position:relative;display:flex;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.cart-items-product-column{flex-direction:column;min-width:0}.cart-items-product-row{flex-direction:row}.cart-items-product-thumbnail{display:block;aspect-ratio:1/1;background-color:var(--color-gray-100);border-radius:var(--border-radius-md);overflow:hidden}.cart-items-product-thumbnail>img{display:block;width:100%;height:100%;transition:transform var(--transition-fast) var(--transition-timing-ease)}.cart-items-product-user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);color:var(--color-text);min-width:0}.cart-items-product-user:active .cart-items-product-user-profile{opacity:.35;transform:scale(.9);transition:none}.cart-items-product-user-profile{display:block;width:2rem;height:2rem;border-radius:var(--border-radius-full);transition-property:transform,opacity;transition-timing-function:var(--transition-timing-ease);transition-duration:var(--transition-fast)}.cart-items-product-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-block:var(--spacing-xxs);gap:var(--spacing-sm)}.cart-items-product-info-item{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);line-height:var(--line-height-tight);font-size:var(--font-size-sm);font-feature-settings:"ss01"}.cart-items-product-info-item i{font-size:var(--font-size-sm)}.cart-items-product-action{position:absolute;aspect-ratio:1/1;inset-block-start:var(--spacing-sm);inset-inline-end:var(--spacing-sm);--btn-padding: var(--spacing-sm)}.cart-final{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-sm)}.cart-final-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--spacing-sm)}.cart-final-item:not(:last-child){padding-block-end:var(--spacing-sm);border-block-end:1px var(--color-border) solid}.cart-final-item-name{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal)}.cart-final-item-value{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left;font-feature-settings:"ss01"}.cart-final-item-value .amount{font-size:var(--font-size-md);font-weight:var(--font-weight-bold);color:var(--color-text)}.cart-final-item-value .toman{color:var(--color-text-light)}.cart-actions{display:flex;flex-direction:row;justify-content:stretch;align-items:center;gap:var(--spacing-md)}.cart-actions .btn{width:100%}.cart-footer{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:var(--spacing-md);gap:var(--spacing-md);border-block-start:1px var(--color-border) solid}.home-settings{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.home-settings:has(.home-settings-container:not(:empty)),.home-settings:has(.home-settings-grid:not(:empty)){gap:var(--spacing-md)}.home-settings-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md)}.home-settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-md)}.home-settings-grid-item{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--spacing-md);min-width:0}.home-settings-link{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-md)}.home-settings-link [data-delete-link]{--btn-padding: var(--spacing-xs)}.home-settings-link .input{flex:1;min-width:0}.home-settings-actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:var(--spacing-md)}
