:root{--fr-bg:#0b1020;--fr-bg-soft:#11182d;--fr-surface:rgba(255,255,255,0.88);--fr-surface-strong:#ffffff;--fr-border:rgba(15,23,42,0.08);--fr-text:#111827;--fr-muted:#667085;--fr-accent:#4f46e5;--fr-accent-soft:rgba(79,70,229,0.12);--fr-danger:#dc2626;--fr-radius:22px;--fr-shadow:0 20px 45px rgba(15,23,42,0.08)}body{background:linear-gradient(180deg,#eef2ff,#f8fafc);color:var(--fr-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.fr-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}.fr-sidebar{position:sticky;top:0;height:100vh;padding:28px 18px;background:radial-gradient(circle at top,rgba(99,102,241,.35),transparent 35%),linear-gradient(180deg,#081225,#09152c);color:rgba(255,255,255,.92);display:flex;flex-direction:column;gap:28px}.fr-brand{display:flex;align-items:center;gap:14px}.fr-brand-badge{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.11);font-weight:700}.fr-brand-name{font-size:15px;font-weight:700}.fr-brand-sub{font-size:12px;opacity:.68}.fr-nav{display:grid;gap:8px}.fr-nav-item{padding:13px 14px;border-radius:16px;color:rgba(255,255,255,.78);transition:.2s ease}.fr-nav-item.is-active,.fr-nav-item:hover{background:rgba(255,255,255,.09);color:#fff}.fr-sidebar-foot{margin-top:auto;font-size:12px;line-height:1.6;opacity:.62}.fr-main{padding:26px}.fr-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px}.fr-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#98a2b3;font-weight:700}.fr-title{margin:6px 0 0;font-size:34px;line-height:1.1}.fr-topbar-actions{display:flex;align-items:center;gap:12px}.fr-content,.fr-editor-layout{display:grid;gap:18px}.fr-editor-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start}.fr-editor-canvas,.fr-inspector,.fr-panel{background:var(--fr-surface);border:1px solid var(--fr-border);box-shadow:var(--fr-shadow);backdrop-filter:blur(18px);border-radius:var(--fr-radius)}.fr-editor-canvas,.fr-inspector{padding:18px}.fr-panel{padding:20px}.fr-canvas-header,.fr-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.fr-panel-title,.fr-section-title{margin:6px 0 0;font-size:20px}.fr-block-list,.fr-stack-list{display:grid;gap:12px}.fr-block-card,.fr-library-card,.fr-list-card{width:100%;text-align:left;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.84);border-radius:18px;padding:16px;cursor:pointer}.fr-block-card.is-active{border-color:rgba(79,70,229,.32);box-shadow:0 0 0 4px rgba(79,70,229,.08)}.fr-block-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.fr-block-order{font-size:12px;font-weight:700;color:#98a2b3}.fr-visibility-pill{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600}.fr-visibility-pill.is-on{color:#0f766e;background:rgba(20,184,166,.12)}.fr-visibility-pill.is-off{color:#b42318;background:rgba(220,38,38,.1)}.fr-block-name,.fr-library-title,.fr-list-title{font-size:16px;font-weight:700}.fr-block-variant,.fr-library-meta,.fr-list-meta{color:var(--fr-muted);font-size:13px;margin-top:4px}.fr-block-summary{color:#344054;font-size:14px;line-height:1.55;margin-top:12px}.fr-field-grid,.fr-form-grid{display:grid;gap:14px}.fr-grid-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.fr-form-max{max-width:860px}.fr-field{display:grid;gap:8px}.fr-field span,.fr-inline-toggle span{font-size:13px;font-weight:600;color:#344054}.fr-field input,.fr-field select,.fr-field textarea,.fr-select{width:100%;border:1px solid rgba(15,23,42,.1);border-radius:14px;background:white;padding:13px 14px;outline:none}.fr-field textarea{resize:vertical}.fr-checkbox-row,.fr-inline-toggle{display:flex;align-items:center;justify-content:space-between;gap:14px}.fr-checkbox-row{justify-content:flex-start}.fr-checkbox-row label,.fr-inline-toggle{color:#344054;font-size:14px}.fr-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:12px 16px;border:none;cursor:pointer}.fr-btn-primary{background:var(--fr-accent);color:white}.fr-btn-ghost{background:rgba(15,23,42,.06);color:#344054}.fr-btn-danger{background:rgba(220,38,38,.12);color:var(--fr-danger)}.fr-panel-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.fr-empty-card{border:1px dashed rgba(15,23,42,.14);border-radius:18px;padding:24px;background:rgba(255,255,255,.5);color:var(--fr-muted)}.fr-modal-backdrop{position:fixed;inset:0;background:rgba(2,6,23,.46);display:grid;place-items:center;padding:24px;z-index:50}.fr-modal{width:min(760px,100%);background:white;border-radius:28px;padding:22px;box-shadow:0 24px 80px rgba(15,23,42,.28)}.fr-library-grid{gap:14px}.fr-library-grid,.fr-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.fr-media-grid{gap:18px}.fr-media-card{border-radius:22px;overflow:hidden;background:rgba(255,255,255,.9);border:1px solid var(--fr-border);box-shadow:var(--fr-shadow)}.fr-media-preview{aspect-ratio:1/1;background:#f8fafc;display:grid;place-items:center;overflow:hidden}.fr-media-preview img{width:100%;height:100%;object-fit:cover}.fr-media-meta{padding:14px}.fr-list-price{font-weight:700}@media (max-width:1200px){.fr-editor-layout,.fr-grid-2,.fr-media-grid{grid-template-columns:1fr}.fr-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.fr-shell{grid-template-columns:1fr}.fr-sidebar{position:relative;height:auto;border-radius:0 0 28px 28px}.fr-main{padding:16px}.fr-topbar{flex-direction:column}.fr-topbar-actions{width:100%;flex-wrap:wrap}.fr-library-grid{grid-template-columns:1fr}}:root{--bg:#f4f6f8;--panel:#ffffff;--line:#e5e7eb;--text:#111827;--muted:#6b7280;--dark:#0f172a;--dark-2:#111827;--accent:#111111;--shadow:0 10px 30px rgba(15,23,42,0.06);--radius:20px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.admin-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.admin-sidebar{background:linear-gradient(180deg,#0f172a,#111827);color:#fff;padding:28px 20px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;position:sticky;top:0;height:100vh}.brand-block{display:flex;align-items:center;gap:14px;margin-bottom:24px}.brand-badge{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.12);font-weight:700}.brand-eyebrow{margin:0 0 4px;color:rgba(255,255,255,.65);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.brand-title{margin:0;font-size:20px}.admin-nav{display:grid;gap:10px}.nav-link{padding:12px 14px;border-radius:14px;color:rgba(255,255,255,.75);transition:.2s ease}.nav-link.active,.nav-link:hover{background:rgba(255,255,255,.09);color:#fff}.sidebar-footer{color:rgba(255,255,255,.65);font-size:13px;line-height:1.6}.admin-main{padding:28px}.page-header{margin-bottom:24px}.page-kicker{margin:0 0 8px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:12px}.page-header h2{margin:0 0 8px;font-size:34px}.page-description{margin:0;color:var(--muted);max-width:900px;line-height:1.7}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stat-card{padding:20px}.stat-label{margin:0 0 10px;color:var(--muted)}.stat-value{margin:0 0 6px;font-size:36px}.stat-hint{margin:0;color:var(--muted);font-size:14px}.section-card{padding:22px}.section-card-head{margin-bottom:18px}.section-card-head h3{margin:0 0 6px;font-size:20px}.section-card-head p{margin:0;color:var(--muted);line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.content-grid{display:grid;gap:20px}.content-grid.two-col{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.products-layout{align-items:start}.full-row,.full-span{grid-column:1/-1}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:grid;gap:8px}.field label{font-size:13px;font-weight:600}.field input,.field select,.field textarea,.toolbar-row input{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px 14px;outline:none}.field textarea{resize:vertical}.checkbox-row{display:flex;flex-wrap:wrap;gap:18px;align-items:center}.checkbox-row label{display:flex;gap:8px;align-items:center}.actions-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:6px}.ghost-button,.mini-button,.primary-button{border:0;border-radius:14px;padding:12px 16px;cursor:pointer;transition:.2s ease}.primary-button{background:var(--accent);color:#fff}.ghost-button,.mini-button{background:#f3f4f6;color:var(--text)}.mini-button{padding:9px 12px}.mini-button.danger{background:#fef2f2;color:#b91c1c}.helper{margin:0;color:var(--muted)}.helper.strong{color:var(--text);font-weight:600}.error-text{margin:0;color:#b91c1c;font-size:13px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse}.data-table td,.data-table th{padding:14px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table-title{font-weight:700}.table-subtitle{color:var(--muted);font-size:13px}.table-actions{display:flex;flex-wrap:wrap;gap:8px}.stack-list{display:grid;gap:12px}.list-card{border:1px solid var(--line);border-radius:16px;padding:16px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.list-card h4{margin:0 0 6px}.list-card p{margin:0;color:var(--muted);line-height:1.6}.list-card-actions{display:flex;gap:8px;flex-wrap:wrap}.media-preview{margin-top:12px;display:grid;gap:10px}.media-preview img{width:100%;max-height:220px;object-fit:cover;border-radius:16px;border:1px solid var(--line)}.ordered-list,.simple-list{margin:0;padding-left:20px;color:var(--text)}.ordered-list li,.simple-list li{margin:0 0 10px;line-height:1.7}@media (max-width:1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid.two-col{grid-template-columns:1fr}}@media (max-width:860px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.admin-main{padding:18px}}@media (max-width:640px){.field-grid,.stats-grid{grid-template-columns:1fr}.page-header h2{font-size:28px}.section-card,.stat-card{padding:18px}}

/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-pan-x:initial;--tw-pan-y:initial;--tw-pinch-zoom:initial;--tw-space-y-reverse:0;--tw-divide-x-reverse:0;--tw-border-style:solid;--tw-divide-y-reverse:0;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-content:""}}}@layer theme{:host,:root{--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-600:oklch(57.7% .245 27.325);--color-red-700:oklch(50.5% .213 27.518);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-100:oklch(96.2% .059 95.617);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-600:oklch(66.6% .179 58.318);--color-amber-700:oklch(55.5% .163 48.998);--color-amber-800:oklch(47.3% .137 46.201);--color-amber-900:oklch(41.4% .112 45.904);--color-amber-950:oklch(27.9% .077 45.635);--color-yellow-500:oklch(79.5% .184 86.047);--color-green-50:oklch(98.2% .018 155.826);--color-green-100:oklch(96.2% .044 156.743);--color-green-200:oklch(92.5% .084 155.995);--color-green-700:oklch(52.7% .154 150.069);--color-green-800:oklch(44.8% .119 151.328);--color-emerald-50:oklch(97.9% .021 166.113);--color-emerald-100:oklch(95% .052 163.051);--color-emerald-200:oklch(90.5% .093 164.15);--color-emerald-300:oklch(84.5% .143 164.978);--color-emerald-400:oklch(76.5% .177 163.223);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-emerald-700:oklch(50.8% .118 165.612);--color-emerald-800:oklch(43.2% .095 166.913);--color-emerald-900:oklch(37.8% .077 168.94);--color-emerald-950:oklch(26.2% .051 172.552);--color-sky-50:oklch(97.7% .013 236.62);--color-sky-100:oklch(95.1% .026 236.824);--color-sky-600:oklch(58.8% .158 241.966);--color-sky-700:oklch(50% .134 242.749);--color-sky-800:oklch(44.3% .11 240.79);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-200:oklch(88.2% .059 254.128);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-blue-900:oklch(37.9% .146 265.522);--color-blue-950:oklch(28.2% .091 267.935);--color-indigo-50:oklch(96.2% .018 272.314);--color-indigo-100:oklch(93% .034 272.788);--color-indigo-200:oklch(87% .065 274.039);--color-indigo-300:oklch(78.5% .115 274.713);--color-indigo-400:oklch(67.3% .182 276.935);--color-indigo-500:oklch(58.5% .233 277.117);--color-indigo-600:oklch(51.1% .262 276.966);--color-indigo-700:oklch(45.7% .24 277.023);--color-indigo-800:oklch(39.8% .195 277.366);--color-indigo-900:oklch(35.9% .144 278.697);--color-indigo-950:oklch(25.7% .09 281.288);--color-violet-50:oklch(96.9% .016 293.756);--color-violet-100:oklch(94.3% .029 294.588);--color-violet-200:oklch(89.4% .057 293.283);--color-violet-300:oklch(81.1% .111 293.571);--color-violet-400:oklch(70.2% .183 293.541);--color-violet-600:oklch(54.1% .281 293.009);--color-violet-700:oklch(49.1% .27 292.581);--color-violet-800:oklch(43.2% .232 292.759);--color-violet-900:oklch(38% .189 293.745);--color-purple-50:oklch(97.7% .014 308.299);--color-purple-200:oklch(90.2% .063 306.703);--color-purple-700:oklch(49.6% .265 301.924);--color-rose-50:oklch(96.9% .015 12.422);--color-rose-100:oklch(94.1% .03 12.58);--color-rose-200:oklch(89.2% .058 10.001);--color-rose-300:oklch(81% .117 11.638);--color-rose-500:oklch(64.5% .246 16.439);--color-rose-600:oklch(58.6% .253 17.585);--color-rose-700:oklch(51.4% .222 16.935);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-slate-900:oklch(20.8% .042 265.755);--color-slate-950:oklch(12.9% .042 264.695);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-gray-950:oklch(13% .028 261.692);--color-stone-100:oklch(97% .001 106.424);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height:calc(1.5/1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25/1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--tracking-tight:-.025em;--tracking-normal:0em;--tracking-wide:.025em;--leading-tight:1.25;--leading-snug:1.375;--leading-relaxed:1.625;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--radius-3xl:1.5rem;--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden}.absolute,.sr-only{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-x-3{inset-inline:calc(var(--spacing)*3)}.-top-2\.5{top:calc(var(--spacing)*-2.5)}.top-0{top:calc(var(--spacing)*0)}.top-1{top:calc(var(--spacing)*1)}.top-1\.5{top:calc(var(--spacing)*1.5)}.top-1\/2{top:50%}.top-2\.5{top:calc(var(--spacing)*2.5)}.top-3{top:calc(var(--spacing)*3)}.top-3\.5{top:calc(var(--spacing)*3.5)}.top-4{top:calc(var(--spacing)*4)}.top-\[calc\(100\%\+6px\)\]{top:calc(100% + 6px)}.-right-2\.5{right:calc(var(--spacing)*-2.5)}.right-0{right:calc(var(--spacing)*0)}.right-1\.5{right:calc(var(--spacing)*1.5)}.right-2\.5{right:calc(var(--spacing)*2.5)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.right-\[-50\%\]{right:-50%}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-2\.5{bottom:calc(var(--spacing)*2.5)}.bottom-4{bottom:calc(var(--spacing)*4)}.left-0{left:calc(var(--spacing)*0)}.left-1{left:calc(var(--spacing)*1)}.left-1\/2{left:50%}.left-3{left:calc(var(--spacing)*3)}.left-3\.5{left:calc(var(--spacing)*3.5)}.left-4{left:calc(var(--spacing)*4)}.z-10{z-index:10}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[60\]{z-index:60}.z-\[70\]{z-index:70}.z-\[80\]{z-index:80}.z-\[90\]{z-index:90}.z-\[100\]{z-index:100}.z-\[118\]{z-index:118}.z-\[119\]{z-index:119}.z-\[120\]{z-index:120}.z-\[130\]{z-index:130}.z-\[200\]{z-index:200}.z-\[10000\]{z-index:10000}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-4{grid-column:span 4/span 4}.col-span-full{grid-column:1/-1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.row-start-1{grid-row-start:1}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.m-4{margin:calc(var(--spacing)*4)}.mx-1\.5{margin-inline:calc(var(--spacing)*1.5)}.mx-auto{margin-inline:auto}.my-2{margin-block:calc(var(--spacing)*2)}.my-3{margin-block:calc(var(--spacing)*3)}.my-4{margin-block:calc(var(--spacing)*4)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-2\.5{margin-top:calc(var(--spacing)*2.5)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-7{margin-top:calc(var(--spacing)*7)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-20{margin-top:calc(var(--spacing)*20)}.mr-1{margin-right:calc(var(--spacing)*1)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-\[8\.5\%\]{margin-left:8.5%}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.\!h-9{height:calc(var(--spacing)*9)!important}.\!h-10{height:calc(var(--spacing)*10)!important}.\!h-11{height:calc(var(--spacing)*11)!important}.\!h-12{height:calc(var(--spacing)*12)!important}.h-0\.5{height:calc(var(--spacing)*.5)}.h-1\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-3{height:calc(var(--spacing)*3)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-11{height:calc(var(--spacing)*11)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-36{height:calc(var(--spacing)*36)}.h-40{height:calc(var(--spacing)*40)}.h-44{height:calc(var(--spacing)*44)}.h-\[42px\]{height:42px}.h-\[66px\]{height:66px}.h-\[100dvh\]{height:100dvh}.h-\[108px\]{height:108px}.h-\[560px\]{height:560px}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-48{max-height:calc(var(--spacing)*48)}.max-h-56{max-height:calc(var(--spacing)*56)}.max-h-64{max-height:calc(var(--spacing)*64)}.max-h-\[80vh\]{max-height:80vh}.max-h-\[92vh\]{max-height:92vh}.max-h-\[100vh\]{max-height:100vh}.max-h-\[320px\]{max-height:320px}.max-h-\[420px\]{max-height:420px}.max-h-\[610px\]{max-height:610px}.max-h-\[620px\]{max-height:620px}.max-h-\[calc\(100dvh-0\.75rem\)\]{max-height:calc(100dvh - .75rem)}.max-h-\[calc\(100dvh-1\.5rem\)\]{max-height:calc(100dvh - 1.5rem)}.max-h-\[calc\(100dvh-2rem\)\]{max-height:calc(100dvh - 2rem)}.max-h-\[calc\(100dvh-24px\)\]{max-height:calc(100dvh - 24px)}.max-h-\[calc\(100dvh-110px\)\]{max-height:calc(100dvh - 110px)}.max-h-\[calc\(100dvh-120px\)\]{max-height:calc(100dvh - 120px)}.max-h-\[calc\(100dvh-130px\)\]{max-height:calc(100dvh - 130px)}.max-h-\[calc\(100dvh-150px\)\]{max-height:calc(100dvh - 150px)}.max-h-\[calc\(100vh-130px\)\]{max-height:calc(100vh - 130px)}.max-h-\[calc\(100vh-170px\)\]{max-height:calc(100vh - 170px)}.max-h-\[calc\(100vh-190px\)\]{max-height:calc(100vh - 190px)}.max-h-\[min\(68vh\,520px\)\]{max-height:min(68vh,520px)}.\!min-h-9{min-height:calc(var(--spacing)*9)!important}.\!min-h-10{min-height:calc(var(--spacing)*10)!important}.\!min-h-11{min-height:calc(var(--spacing)*11)!important}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-5{min-height:calc(var(--spacing)*5)}.min-h-9{min-height:calc(var(--spacing)*9)}.min-h-10{min-height:calc(var(--spacing)*10)}.min-h-11{min-height:calc(var(--spacing)*11)}.min-h-12{min-height:calc(var(--spacing)*12)}.min-h-14{min-height:calc(var(--spacing)*14)}.min-h-16{min-height:calc(var(--spacing)*16)}.min-h-20{min-height:calc(var(--spacing)*20)}.min-h-24{min-height:calc(var(--spacing)*24)}.min-h-48{min-height:calc(var(--spacing)*48)}.min-h-64{min-height:calc(var(--spacing)*64)}.min-h-\[36px\]{min-height:36px}.min-h-\[40px\]{min-height:40px}.min-h-\[48px\]{min-height:48px}.min-h-\[52px\]{min-height:52px}.min-h-\[76px\]{min-height:76px}.min-h-\[96px\]{min-height:96px}.min-h-\[100dvh\]{min-height:100dvh}.min-h-\[118px\]{min-height:118px}.min-h-\[220px\]{min-height:220px}.min-h-\[280px\]{min-height:280px}.min-h-\[320px\]{min-height:320px}.min-h-\[360px\]{min-height:360px}.min-h-\[420px\]{min-height:420px}.min-h-\[480px\]{min-height:480px}.min-h-\[680px\]{min-height:680px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-9{width:calc(var(--spacing)*9)!important}.w-0\.5{width:calc(var(--spacing)*.5)}.w-1\.5{width:calc(var(--spacing)*1.5)}.w-2{width:calc(var(--spacing)*2)}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-10{width:calc(var(--spacing)*10)}.w-11{width:calc(var(--spacing)*11)}.w-12{width:calc(var(--spacing)*12)}.w-14{width:calc(var(--spacing)*14)}.w-28{width:calc(var(--spacing)*28)}.w-56{width:calc(var(--spacing)*56)}.w-72{width:calc(var(--spacing)*72)}.w-\[20\%\]{width:20%}.w-\[29\%\]{width:29%}.w-\[30\%\]{width:30%}.w-\[40\%\]{width:40%}.w-\[42px\]{width:42px}.w-\[44px\]{width:44px}.w-\[54\%\]{width:54%}.w-\[58\%\]{width:58%}.w-\[80px\]{width:80px}.w-\[86vw\]{width:86vw}.w-\[120px\]{width:120px}.w-\[130px\]{width:130px}.w-\[150px\]{width:150px}.w-\[230px\]{width:230px}.w-\[260px\]{width:260px}.w-fit{width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-52{max-width:calc(var(--spacing)*52)}.max-w-56{max-width:calc(var(--spacing)*56)}.max-w-\[44\%\]{max-width:44%}.max-w-\[52\%\]{max-width:52%}.max-w-\[58\%\]{max-width:58%}.max-w-\[60\%\]{max-width:60%}.max-w-\[65\%\]{max-width:65%}.max-w-\[340px\]{max-width:340px}.max-w-\[460px\]{max-width:460px}.max-w-\[500px\]{max-width:500px}.max-w-\[560px\]{max-width:560px}.max-w-\[570px\]{max-width:570px}.max-w-\[1240px\]{max-width:1240px}.max-w-\[1280px\]{max-width:1280px}.max-w-\[1400px\]{max-width:1400px}.max-w-\[1500px\]{max-width:1500px}.max-w-\[1600px\]{max-width:1600px}.max-w-full{max-width:100%}.max-w-lg{max-width:var(--container-lg)}.max-w-md{max-width:var(--container-md)}.max-w-sm{max-width:var(--container-sm)}.max-w-xl{max-width:var(--container-xl)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-4{min-width:calc(var(--spacing)*4)}.min-w-5{min-width:calc(var(--spacing)*5)}.min-w-16{min-width:calc(var(--spacing)*16)}.min-w-\[48px\]{min-width:48px}.min-w-\[68px\]{min-width:68px}.min-w-\[76px\]{min-width:76px}.min-w-\[120px\]{min-width:120px}.min-w-\[130px\]{min-width:130px}.min-w-\[140px\]{min-width:140px}.min-w-\[150px\]{min-width:150px}.min-w-\[160px\]{min-width:160px}.min-w-\[170px\]{min-width:170px}.min-w-\[180px\]{min-width:180px}.min-w-\[250px\]{min-width:250px}.min-w-\[280px\]{min-width:280px}.min-w-\[360px\]{min-width:360px}.min-w-\[520px\]{min-width:520px}.min-w-\[560px\]{min-width:560px}.min-w-\[760px\]{min-width:760px}.min-w-\[900px\]{min-width:900px}.min-w-\[980px\]{min-width:980px}.min-w-\[1080px\]{min-width:1080px}.min-w-\[1120px\]{min-width:1120px}.min-w-\[1220px\]{min-width:1220px}.min-w-\[1760px\]{min-width:1760px}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.flex-1{flex:1}.shrink-0{flex-shrink:0}.table-fixed{table-layout:fixed}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0)}.translate-x-0,.translate-x-5{translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-5{--tw-translate-x:calc(var(--spacing)*5)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1/2*100%)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-pan-x{--tw-pan-x:pan-x;touch-action:var(--tw-pan-x,)var(--tw-pan-y,)var(--tw-pinch-zoom,)}.touch-none{touch-action:none}.resize{resize:both}.resize-y{resize:vertical}.list-disc{list-style-type:disc}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-\[1fr_44px\]{grid-template-columns:1fr 44px}.grid-cols-\[1fr_44px_44px\]{grid-template-columns:1fr 44px 44px}.grid-cols-\[36px_minmax\(0\,1fr\)_36px\]{grid-template-columns:36px minmax(0,1fr) 36px}.grid-cols-\[minmax\(0\,1fr\)_44px\]{grid-template-columns:minmax(0,1fr) 44px}.grid-cols-\[minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.grid-cols-\[minmax\(0\,1fr\)_auto_38px\]{grid-template-columns:minmax(0,1fr) auto 38px}.grid-cols-\[minmax\(120px\,0\.8fr\)_minmax\(0\,1\.2fr\)\]{grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr)}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-2\.5{gap:calc(var(--spacing)*2.5)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}.gap-12{gap:calc(var(--spacing)*12)}.gap-px{gap:1px}:where(.space-y-0\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*5)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-2{column-gap:calc(var(--spacing)*2)}.gap-x-3{column-gap:calc(var(--spacing)*3)}.gap-x-4{column-gap:calc(var(--spacing)*4)}.gap-x-5{column-gap:calc(var(--spacing)*5)}.gap-x-6{column-gap:calc(var(--spacing)*6)}.gap-y-1{row-gap:calc(var(--spacing)*1)}.gap-y-1\.5{row-gap:calc(var(--spacing)*1.5)}.gap-y-2{row-gap:calc(var(--spacing)*2)}.gap-y-3{row-gap:calc(var(--spacing)*3)}:where(.divide-x>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-style:var(--tw-border-style);border-inline-start-width:calc(1px*var(--tw-divide-x-reverse));border-inline-end-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-gray-100>:not(:last-child)){border-color:var(--color-gray-100)}:where(.divide-gray-200>:not(:last-child)){border-color:var(--color-gray-200)}:where(.divide-slate-100>:not(:last-child)){border-color:var(--color-slate-100)}:where(.divide-slate-200>:not(:last-child)){border-color:var(--color-slate-200)}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.justify-self-center{justify-self:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overscroll-contain{overscroll-behavior:contain}.overscroll-x-contain{overscroll-behavior-x:contain}.overscroll-y-contain{overscroll-behavior-y:contain}.\!rounded-lg{border-radius:var(--radius-lg)!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:var(--radius-3xl)}.rounded-\[5px\]{border-radius:5px}.rounded-full{border-radius:3.40282e+38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-xl{border-radius:var(--radius-xl)}.rounded-t-3xl{border-top-left-radius:var(--radius-3xl);border-top-right-radius:var(--radius-3xl)}.rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-\[\#4f46e5\]{border-color:#4f46e5}.border-\[\#111827\]{border-color:#111827}.border-\[\#e5e7eb\]{border-color:#e5e7eb}.border-\[\#f59e0b\]{border-color:#f59e0b}.border-amber-100{border-color:var(--color-amber-100)}.border-amber-200{border-color:var(--color-amber-200)}.border-amber-300{border-color:var(--color-amber-300)}.border-black\/5{border-color:#0000000d}@supports (color:color-mix(in lab,red,red)){.border-black\/5{border-color:color-mix(in oklab,var(--color-black)5%,transparent)}}.border-black\/10{border-color:#0000001a}@supports (color:color-mix(in lab,red,red)){.border-black\/10{border-color:color-mix(in oklab,var(--color-black)10%,transparent)}}.border-blue-100{border-color:var(--color-blue-100)}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-300{border-color:var(--color-blue-300)}.border-blue-600{border-color:var(--color-blue-600)}.border-emerald-100{border-color:var(--color-emerald-100)}.border-emerald-200{border-color:var(--color-emerald-200)}.border-emerald-500{border-color:var(--color-emerald-500)}.border-gray-100{border-color:var(--color-gray-100)}.border-gray-200{border-color:var(--color-gray-200)}.border-green-200{border-color:var(--color-green-200)}.border-indigo-100{border-color:var(--color-indigo-100)}.border-indigo-200{border-color:var(--color-indigo-200)}.border-indigo-300{border-color:var(--color-indigo-300)}.border-indigo-400{border-color:var(--color-indigo-400)}.border-indigo-500{border-color:var(--color-indigo-500)}.border-purple-200{border-color:var(--color-purple-200)}.border-red-100{border-color:var(--color-red-100)}.border-red-200{border-color:var(--color-red-200)}.border-red-600{border-color:var(--color-red-600)}.border-rose-200{border-color:var(--color-rose-200)}.border-rose-500{border-color:var(--color-rose-500)}.border-slate-100{border-color:var(--color-slate-100)}.border-slate-200{border-color:var(--color-slate-200)}.border-slate-200\/80{border-color:#e2e8f0cc}@supports (color:color-mix(in lab,red,red)){.border-slate-200\/80{border-color:color-mix(in oklab,var(--color-slate-200)80%,transparent)}}.border-slate-300{border-color:var(--color-slate-300)}.border-slate-900{border-color:var(--color-slate-900)}.border-slate-950{border-color:var(--color-slate-950)}.border-violet-200{border-color:var(--color-violet-200)}.border-violet-400{border-color:var(--color-violet-400)}.border-white\/60{border-color:#fff9}@supports (color:color-mix(in lab,red,red)){.border-white\/60{border-color:color-mix(in oklab,var(--color-white)60%,transparent)}}.border-white\/70{border-color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.border-white\/70{border-color:color-mix(in oklab,var(--color-white)70%,transparent)}}.border-white\/80{border-color:#fffc}@supports (color:color-mix(in lab,red,red)){.border-white\/80{border-color:color-mix(in oklab,var(--color-white)80%,transparent)}}.\!bg-indigo-50\/50{background-color:#eef2ff80!important}@supports (color:color-mix(in lab,red,red)){.\!bg-indigo-50\/50{background-color:color-mix(in oklab,var(--color-indigo-50)50%,transparent)!important}}.\!bg-white{background-color:var(--color-white)!important}.bg-\[\#0f172a\]\/36{background-color:oklab(20.7682% -.00294792 -.0397151/.36)}.bg-\[\#4f46e5\]{background-color:#4f46e5}.bg-\[\#2563eb\]{background-color:#2563eb}.bg-\[\#111827\]{background-color:#111827}.bg-\[\#eef2ff\]{background-color:#eef2ff}.bg-\[\#f1f5f9\]{background-color:#f1f5f9}.bg-\[\#f3f4f6\]{background-color:#f3f4f6}.bg-\[\#f5f5f3\]{background-color:#f5f5f3}.bg-\[\#f6f7f9\]{background-color:#f6f7f9}.bg-\[\#f7f7f5\]{background-color:#f7f7f5}.bg-\[\#f59e0b\]{background-color:#f59e0b}.bg-\[\#ffffff\]{background-color:#fff}.bg-amber-50{background-color:var(--color-amber-50)}.bg-amber-50\/60{background-color:#fffbeb99}@supports (color:color-mix(in lab,red,red)){.bg-amber-50\/60{background-color:color-mix(in oklab,var(--color-amber-50)60%,transparent)}}.bg-amber-50\/70{background-color:#fffbebb3}@supports (color:color-mix(in lab,red,red)){.bg-amber-50\/70{background-color:color-mix(in oklab,var(--color-amber-50)70%,transparent)}}.bg-amber-50\/80{background-color:#fffbebcc}@supports (color:color-mix(in lab,red,red)){.bg-amber-50\/80{background-color:color-mix(in oklab,var(--color-amber-50)80%,transparent)}}.bg-amber-100{background-color:var(--color-amber-100)}.bg-amber-500{background-color:var(--color-amber-500)}.bg-amber-600{background-color:var(--color-amber-600)}.bg-black{background-color:var(--color-black)}.bg-black\/40{background-color:#0006}@supports (color:color-mix(in lab,red,red)){.bg-black\/40{background-color:color-mix(in oklab,var(--color-black)40%,transparent)}}.bg-black\/45{background-color:#00000073}@supports (color:color-mix(in lab,red,red)){.bg-black\/45{background-color:color-mix(in oklab,var(--color-black)45%,transparent)}}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-50\/60{background-color:#eff6ff99}@supports (color:color-mix(in lab,red,red)){.bg-blue-50\/60{background-color:color-mix(in oklab,var(--color-blue-50)60%,transparent)}}.bg-blue-50\/70{background-color:#eff6ffb3}@supports (color:color-mix(in lab,red,red)){.bg-blue-50\/70{background-color:color-mix(in oklab,var(--color-blue-50)70%,transparent)}}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-emerald-50{background-color:var(--color-emerald-50)}.bg-emerald-50\/30{background-color:#ecfdf54d}@supports (color:color-mix(in lab,red,red)){.bg-emerald-50\/30{background-color:color-mix(in oklab,var(--color-emerald-50)30%,transparent)}}.bg-emerald-50\/60{background-color:#ecfdf599}@supports (color:color-mix(in lab,red,red)){.bg-emerald-50\/60{background-color:color-mix(in oklab,var(--color-emerald-50)60%,transparent)}}.bg-emerald-50\/70{background-color:#ecfdf5b3}@supports (color:color-mix(in lab,red,red)){.bg-emerald-50\/70{background-color:color-mix(in oklab,var(--color-emerald-50)70%,transparent)}}.bg-emerald-50\/80{background-color:#ecfdf5cc}@supports (color:color-mix(in lab,red,red)){.bg-emerald-50\/80{background-color:color-mix(in oklab,var(--color-emerald-50)80%,transparent)}}.bg-emerald-100{background-color:var(--color-emerald-100)}.bg-emerald-300{background-color:var(--color-emerald-300)}.bg-emerald-500{background-color:var(--color-emerald-500)}.bg-emerald-600{background-color:var(--color-emerald-600)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-green-50{background-color:var(--color-green-50)}.bg-green-100{background-color:var(--color-green-100)}.bg-indigo-50{background-color:var(--color-indigo-50)}.bg-indigo-50\/60{background-color:#eef2ff99}@supports (color:color-mix(in lab,red,red)){.bg-indigo-50\/60{background-color:color-mix(in oklab,var(--color-indigo-50)60%,transparent)}}.bg-indigo-50\/70{background-color:#eef2ffb3}@supports (color:color-mix(in lab,red,red)){.bg-indigo-50\/70{background-color:color-mix(in oklab,var(--color-indigo-50)70%,transparent)}}.bg-indigo-600{background-color:var(--color-indigo-600)}.bg-purple-50{background-color:var(--color-purple-50)}.bg-red-50{background-color:var(--color-red-50)}.bg-red-100{background-color:var(--color-red-100)}.bg-red-600{background-color:var(--color-red-600)}.bg-rose-50{background-color:var(--color-rose-50)}.bg-rose-50\/80{background-color:#fff1f2cc}@supports (color:color-mix(in lab,red,red)){.bg-rose-50\/80{background-color:color-mix(in oklab,var(--color-rose-50)80%,transparent)}}.bg-rose-100{background-color:var(--color-rose-100)}.bg-rose-500{background-color:var(--color-rose-500)}.bg-sky-50\/80{background-color:#f0f9ffcc}@supports (color:color-mix(in lab,red,red)){.bg-sky-50\/80{background-color:color-mix(in oklab,var(--color-sky-50)80%,transparent)}}.bg-sky-100{background-color:var(--color-sky-100)}.bg-slate-50{background-color:var(--color-slate-50)}.bg-slate-50\/45{background-color:#f8fafc73}@supports (color:color-mix(in lab,red,red)){.bg-slate-50\/45{background-color:color-mix(in oklab,var(--color-slate-50)45%,transparent)}}.bg-slate-50\/55{background-color:#f8fafc8c}@supports (color:color-mix(in lab,red,red)){.bg-slate-50\/55{background-color:color-mix(in oklab,var(--color-slate-50)55%,transparent)}}.bg-slate-50\/70{background-color:#f8fafcb3}@supports (color:color-mix(in lab,red,red)){.bg-slate-50\/70{background-color:color-mix(in oklab,var(--color-slate-50)70%,transparent)}}.bg-slate-50\/80{background-color:#f8fafccc}@supports (color:color-mix(in lab,red,red)){.bg-slate-50\/80{background-color:color-mix(in oklab,var(--color-slate-50)80%,transparent)}}.bg-slate-100{background-color:var(--color-slate-100)}.bg-slate-100\/70{background-color:#f1f5f9b3}@supports (color:color-mix(in lab,red,red)){.bg-slate-100\/70{background-color:color-mix(in oklab,var(--color-slate-100)70%,transparent)}}.bg-slate-100\/80{background-color:#f1f5f9cc}@supports (color:color-mix(in lab,red,red)){.bg-slate-100\/80{background-color:color-mix(in oklab,var(--color-slate-100)80%,transparent)}}.bg-slate-200{background-color:var(--color-slate-200)}.bg-slate-300{background-color:var(--color-slate-300)}.bg-slate-700{background-color:var(--color-slate-700)}.bg-slate-900{background-color:var(--color-slate-900)}.bg-slate-950{background-color:var(--color-slate-950)}.bg-slate-950\/45{background-color:#02061873}@supports (color:color-mix(in lab,red,red)){.bg-slate-950\/45{background-color:color-mix(in oklab,var(--color-slate-950)45%,transparent)}}.bg-slate-950\/50{background-color:#02061880}@supports (color:color-mix(in lab,red,red)){.bg-slate-950\/50{background-color:color-mix(in oklab,var(--color-slate-950)50%,transparent)}}.bg-slate-950\/55{background-color:#0206188c}@supports (color:color-mix(in lab,red,red)){.bg-slate-950\/55{background-color:color-mix(in oklab,var(--color-slate-950)55%,transparent)}}.bg-stone-100{background-color:var(--color-stone-100)}.bg-transparent{background-color:#0000}.bg-violet-50{background-color:var(--color-violet-50)}.bg-violet-50\/80{background-color:#f5f3ffcc}@supports (color:color-mix(in lab,red,red)){.bg-violet-50\/80{background-color:color-mix(in oklab,var(--color-violet-50)80%,transparent)}}.bg-violet-100{background-color:var(--color-violet-100)}.bg-violet-600{background-color:var(--color-violet-600)}.bg-white{background-color:var(--color-white)}.bg-white\/80{background-color:#fffc}@supports (color:color-mix(in lab,red,red)){.bg-white\/80{background-color:color-mix(in oklab,var(--color-white)80%,transparent)}}.bg-white\/90{background-color:#ffffffe6}@supports (color:color-mix(in lab,red,red)){.bg-white\/90{background-color:color-mix(in oklab,var(--color-white)90%,transparent)}}.bg-white\/94{background-color:#fffffff0}@supports (color:color-mix(in lab,red,red)){.bg-white\/94{background-color:color-mix(in oklab,var(--color-white)94%,transparent)}}.bg-white\/95{background-color:#fffffff2}@supports (color:color-mix(in lab,red,red)){.bg-white\/95{background-color:color-mix(in oklab,var(--color-white)95%,transparent)}}.bg-yellow-500{background-color:var(--color-yellow-500)}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab}.bg-gradient-to-br,.bg-gradient-to-r{background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab}.from-slate-950{--tw-gradient-from:var(--color-slate-950);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-white{--tw-gradient-from:var(--color-white);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-white{--tw-gradient-via:var(--color-white);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-amber-50\/60{--tw-gradient-to:#fffbeb99}@supports (color:color-mix(in lab,red,red)){.to-amber-50\/60{--tw-gradient-to:color-mix(in oklab,var(--color-amber-50)60%,transparent)}}.to-amber-50\/60{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-emerald-50\/60{--tw-gradient-to:#ecfdf599}@supports (color:color-mix(in lab,red,red)){.to-emerald-50\/60{--tw-gradient-to:color-mix(in oklab,var(--color-emerald-50)60%,transparent)}}.to-emerald-50\/60{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-indigo-50\/60{--tw-gradient-to:#eef2ff99}@supports (color:color-mix(in lab,red,red)){.to-indigo-50\/60{--tw-gradient-to:color-mix(in oklab,var(--color-indigo-50)60%,transparent)}}.to-indigo-50\/60{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-indigo-950{--tw-gradient-to:var(--color-indigo-950);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-slate-50{--tw-gradient-to:var(--color-slate-50);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-slate-50\/80{--tw-gradient-to:#f8fafccc}@supports (color:color-mix(in lab,red,red)){.to-slate-50\/80{--tw-gradient-to:color-mix(in oklab,var(--color-slate-50)80%,transparent)}}.to-slate-50\/80{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-contain{object-fit:contain}.\!p-0{padding:calc(var(--spacing)*0)!important}.p-0{padding:calc(var(--spacing)*0)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-2\.5{padding:calc(var(--spacing)*2.5)}.p-3{padding:calc(var(--spacing)*3)}.p-3\.5{padding:calc(var(--spacing)*3.5)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.p-10{padding:calc(var(--spacing)*10)}.\!px-3{padding-inline:calc(var(--spacing)*3)!important}.px-0{padding-inline:calc(var(--spacing)*0)}.px-0\.5{padding-inline:calc(var(--spacing)*.5)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.\!py-1\.5{padding-block:calc(var(--spacing)*1.5)!important}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-3\.5{padding-block:calc(var(--spacing)*3.5)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-7{padding-block:calc(var(--spacing)*7)}.py-8{padding-block:calc(var(--spacing)*8)}.py-9{padding-block:calc(var(--spacing)*9)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-14{padding-block:calc(var(--spacing)*14)}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-1\.5{padding-top:calc(var(--spacing)*1.5)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-2\.5{padding-top:calc(var(--spacing)*2.5)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-5{padding-top:calc(var(--spacing)*5)}.\!pr-9{padding-right:calc(var(--spacing)*9)!important}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-9{padding-right:calc(var(--spacing)*9)}.pr-10{padding-right:calc(var(--spacing)*10)}.pr-12{padding-right:calc(var(--spacing)*12)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pb-28{padding-bottom:calc(var(--spacing)*28)}.\!pl-10{padding-left:calc(var(--spacing)*10)!important}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-5{padding-left:calc(var(--spacing)*5)}.pl-9{padding-left:calc(var(--spacing)*9)}.pl-10{padding-left:calc(var(--spacing)*10)}.pl-12{padding-left:calc(var(--spacing)*12)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-top{vertical-align:top}.font-mono{font-family:var(--font-geist-mono)}.\!text-base{font-size:var(--text-base)!important;line-height:var(--tw-leading,var(--text-base--line-height))!important}.\!text-sm{font-size:var(--text-sm)!important;line-height:var(--tw-leading,var(--text-sm--line-height))!important}.\!text-xs{font-size:var(--text-xs)!important;line-height:var(--tw-leading,var(--text-xs--line-height))!important}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[30px\]{font-size:30px}.text-\[48px\]{font-size:48px}.leading-3{--tw-leading:calc(var(--spacing)*3);line-height:calc(var(--spacing)*3)}.leading-4{--tw-leading:calc(var(--spacing)*4);line-height:calc(var(--spacing)*4)}.leading-5{--tw-leading:calc(var(--spacing)*5);line-height:calc(var(--spacing)*5)}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-7{--tw-leading:calc(var(--spacing)*7);line-height:calc(var(--spacing)*7)}.leading-8{--tw-leading:calc(var(--spacing)*8);line-height:calc(var(--spacing)*8)}.leading-\[1\.12\]{--tw-leading:1.12;line-height:1.12}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[-0\.02em\]{--tw-tracking:-.02em;letter-spacing:-.02em}.tracking-\[-0\.035em\]{--tw-tracking:-.035em;letter-spacing:-.035em}.tracking-\[-0\.045em\]{--tw-tracking:-.045em;letter-spacing:-.045em}.tracking-\[0\.2em\]{--tw-tracking:.2em;letter-spacing:.2em}.tracking-\[0\.08em\]{--tw-tracking:.08em;letter-spacing:.08em}.tracking-\[0\.14em\]{--tw-tracking:.14em;letter-spacing:.14em}.tracking-\[0\.16em\]{--tw-tracking:.16em;letter-spacing:.16em}.tracking-normal{--tw-tracking:var(--tracking-normal);letter-spacing:var(--tracking-normal)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.\!text-white{color:var(--color-white)!important}.text-\[\#1d1d1f\]{color:#1d1d1f}.text-\[\#4f46e5\]{color:#4f46e5}.text-\[\#64748b\]{color:#64748b}.text-\[\#101828\]{color:#101828}.text-\[\#111827\]{color:#111827}.text-\[\#ef4444\]{color:#ef4444}.text-amber-400{color:var(--color-amber-400)}.text-amber-600{color:var(--color-amber-600)}.text-amber-700{color:var(--color-amber-700)}.text-amber-800{color:var(--color-amber-800)}.text-amber-900{color:var(--color-amber-900)}.text-amber-950{color:var(--color-amber-950)}.text-black\/55{color:#0000008c}@supports (color:color-mix(in lab,red,red)){.text-black\/55{color:color-mix(in oklab,var(--color-black)55%,transparent)}}.text-blue-500{color:var(--color-blue-500)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-blue-800{color:var(--color-blue-800)}.text-blue-900{color:var(--color-blue-900)}.text-blue-950{color:var(--color-blue-950)}.text-emerald-300{color:var(--color-emerald-300)}.text-emerald-400{color:var(--color-emerald-400)}.text-emerald-600{color:var(--color-emerald-600)}.text-emerald-700{color:var(--color-emerald-700)}.text-emerald-800{color:var(--color-emerald-800)}.text-emerald-900{color:var(--color-emerald-900)}.text-emerald-950{color:var(--color-emerald-950)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-gray-950{color:var(--color-gray-950)}.text-green-700{color:var(--color-green-700)}.text-green-800{color:var(--color-green-800)}.text-indigo-500{color:var(--color-indigo-500)}.text-indigo-600{color:var(--color-indigo-600)}.text-indigo-700{color:var(--color-indigo-700)}.text-indigo-800{color:var(--color-indigo-800)}.text-indigo-900{color:var(--color-indigo-900)}.text-indigo-950{color:var(--color-indigo-950)}.text-purple-700{color:var(--color-purple-700)}.text-red-600{color:var(--color-red-600)}.text-red-700{color:var(--color-red-700)}.text-rose-500{color:var(--color-rose-500)}.text-rose-600{color:var(--color-rose-600)}.text-rose-700{color:var(--color-rose-700)}.text-sky-600{color:var(--color-sky-600)}.text-sky-700{color:var(--color-sky-700)}.text-sky-800{color:var(--color-sky-800)}.text-slate-300{color:var(--color-slate-300)}.text-slate-400{color:var(--color-slate-400)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-800{color:var(--color-slate-800)}.text-slate-900{color:var(--color-slate-900)}.text-slate-950{color:var(--color-slate-950)}.text-violet-600{color:var(--color-violet-600)}.text-violet-700{color:var(--color-violet-700)}.text-violet-800{color:var(--color-violet-800)}.text-violet-900{color:var(--color-violet-900)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.line-through{text-decoration-line:line-through}.accent-slate-950{accent-color:var(--color-slate-950)}.opacity-0{opacity:0}.opacity-35{opacity:.35}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)}.shadow,.shadow-2xl{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040)}.shadow-\[0_-12px_28px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 -12px 28px var(--tw-shadow-color,#0f172a14)}.shadow-\[0_-12px_28px_rgba\(15\,23\,42\,0\.08\)\],.shadow-\[0_1px_2px_rgba\(15\,23\,42\,0\.03\)\]{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_1px_2px_rgba\(15\,23\,42\,0\.03\)\]{--tw-shadow:0 1px 2px var(--tw-shadow-color,#0f172a08)}.shadow-\[0_10px_24px_rgba\(37\,99\,235\,0\.20\)\]{--tw-shadow:0 10px 24px var(--tw-shadow-color,#2563eb33)}.shadow-\[0_10px_24px_rgba\(37\,99\,235\,0\.20\)\],.shadow-\[0_10px_28px_rgba\(15\,23\,42\,0\.045\)\]{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_10px_28px_rgba\(15\,23\,42\,0\.045\)\]{--tw-shadow:0 10px 28px var(--tw-shadow-color,#0f172a0b)}.shadow-\[0_18px_55px_rgba\(15\,23\,42\,0\.06\)\]{--tw-shadow:0 18px 55px var(--tw-shadow-color,#0f172a0f)}.shadow-\[0_18px_55px_rgba\(15\,23\,42\,0\.06\)\],.shadow-\[0_24px_70px_rgba\(15\,23\,42\,0\.20\)\]{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_24px_70px_rgba\(15\,23\,42\,0\.20\)\]{--tw-shadow:0 24px 70px var(--tw-shadow-color,#0f172a33)}.shadow-\[0_24px_70px_rgba\(30\,64\,175\,0\.10\)\,0_2px_8px_rgba\(15\,23\,42\,0\.05\)\]{--tw-shadow:0 24px 70px var(--tw-shadow-color,#1e40af1a),0 2px 8px var(--tw-shadow-color,#0f172a0d)}.shadow-\[0_24px_70px_rgba\(30\,64\,175\,0\.10\)\,0_2px_8px_rgba\(15\,23\,42\,0\.05\)\],.shadow-lg{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a)}.shadow-none{--tw-shadow:0 0 #0000}.shadow-none,.shadow-sm{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a)}.ring-1,.shadow-xl{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-slate-100{--tw-shadow-color:oklch(96.8% .007 247.896)}@supports (color:color-mix(in lab,red,red)){.shadow-slate-100{--tw-shadow-color:color-mix(in oklab,var(--color-slate-100)var(--tw-shadow-alpha),transparent)}}.ring-amber-200{--tw-ring-color:var(--color-amber-200)}.ring-blue-100{--tw-ring-color:var(--color-blue-100)}.ring-blue-500{--tw-ring-color:var(--color-blue-500)}.ring-emerald-100{--tw-ring-color:var(--color-emerald-100)}.ring-emerald-200{--tw-ring-color:var(--color-emerald-200)}.ring-indigo-100{--tw-ring-color:var(--color-indigo-100)}.ring-rose-100{--tw-ring-color:var(--color-rose-100)}.ring-slate-200{--tw-ring-color:var(--color-slate-200)}.ring-slate-200\/70{--tw-ring-color:#e2e8f0b3}@supports (color:color-mix(in lab,red,red)){.ring-slate-200\/70{--tw-ring-color:color-mix(in oklab,var(--color-slate-200)70%,transparent)}}.ring-slate-300{--tw-ring-color:var(--color-slate-300)}.ring-slate-950{--tw-ring-color:var(--color-slate-950)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-\[2px\]{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-150{--tw-duration:.15s;transition-duration:.15s}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.\[scrollbar-gutter\:stable\]{scrollbar-gutter:stable}.ring-inset{--tw-ring-inset:inset}@media (hover:hover){.group-hover\:-translate-y-0\.5:is(:where(.group):hover *){--tw-translate-y:calc(var(--spacing)*-.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:border-blue-200:is(:where(.group):hover *){border-color:var(--color-blue-200)}.group-hover\:bg-\[\#e0e7ff\]:is(:where(.group):hover *){background-color:#e0e7ff}.group-hover\:bg-\[\#eef2ff\]:is(:where(.group):hover *){background-color:#eef2ff}.group-hover\:bg-blue-100:is(:where(.group):hover *){background-color:var(--color-blue-100)}.group-hover\:bg-slate-100:is(:where(.group):hover *){background-color:var(--color-slate-100)}.group-hover\:text-\[\#4f46e5\]:is(:where(.group):hover *){color:#4f46e5}.group-hover\:text-\[\#4338ca\]:is(:where(.group):hover *){color:#4338ca}.group-hover\:text-indigo-600:is(:where(.group):hover *){color:var(--color-indigo-600)}.group-hover\:text-indigo-700:is(:where(.group):hover *){color:var(--color-indigo-700)}.group-hover\:text-indigo-800:is(:where(.group):hover *){color:var(--color-indigo-800)}.group-hover\:text-slate-950:is(:where(.group):hover *){color:var(--color-slate-950)}}.group-active\:bg-emerald-300:is(:where(.group):active *){background-color:var(--color-emerald-300)}.placeholder\:text-slate-400::placeholder{color:var(--color-slate-400)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-x-3:after{content:var(--tw-content);inset-inline:calc(var(--spacing)*3)}.after\:bottom-\[-1px\]:after{content:var(--tw-content);bottom:-1px}.after\:h-0\.5:after{content:var(--tw-content);height:calc(var(--spacing)*.5)}.after\:bg-indigo-600:after{content:var(--tw-content);background-color:var(--color-indigo-600)}.last\:border-0:last-child{border-style:var(--tw-border-style);border-width:0}.focus-within\:border-slate-300:focus-within{border-color:var(--color-slate-300)}.focus-within\:border-slate-400:focus-within{border-color:var(--color-slate-400)}.focus-within\:ring-2:focus-within{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-within\:ring-4:focus-within{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-within\:ring-blue-500:focus-within{--tw-ring-color:var(--color-blue-500)}.focus-within\:ring-slate-100:focus-within{--tw-ring-color:var(--color-slate-100)}@media (hover:hover){.hover\:-translate-y-0\.5:hover{--tw-translate-y:calc(var(--spacing)*-.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:border-\[\#cbd5e1\]:hover{border-color:#cbd5e1}.hover\:border-blue-300:hover{border-color:var(--color-blue-300)}.hover\:border-indigo-200:hover{border-color:var(--color-indigo-200)}.hover\:border-indigo-300:hover{border-color:var(--color-indigo-300)}.hover\:border-rose-200:hover{border-color:var(--color-rose-200)}.hover\:border-rose-300:hover{border-color:var(--color-rose-300)}.hover\:border-slate-300:hover{border-color:var(--color-slate-300)}.hover\:border-slate-400:hover{border-color:var(--color-slate-400)}.hover\:border-slate-800:hover{border-color:var(--color-slate-800)}.hover\:border-violet-200:hover{border-color:var(--color-violet-200)}.hover\:bg-\[\#1d4ed8\]:hover{background-color:#1d4ed8}.hover\:bg-\[\#4338ca\]:hover{background-color:#4338ca}.hover\:bg-\[\#020617\]:hover{background-color:#020617}.hover\:bg-\[\#d97706\]:hover{background-color:#d97706}.hover\:bg-\[\#f8fafc\]:hover{background-color:#f8fafc}.hover\:bg-amber-50:hover{background-color:var(--color-amber-50)}.hover\:bg-amber-100:hover{background-color:var(--color-amber-100)}.hover\:bg-amber-700:hover{background-color:var(--color-amber-700)}.hover\:bg-blue-50:hover{background-color:var(--color-blue-50)}.hover\:bg-blue-50\/30:hover{background-color:#eff6ff4d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-blue-50\/30:hover{background-color:color-mix(in oklab,var(--color-blue-50)30%,transparent)}}.hover\:bg-blue-100:hover{background-color:var(--color-blue-100)}.hover\:bg-blue-700:hover{background-color:var(--color-blue-700)}.hover\:bg-emerald-50:hover{background-color:var(--color-emerald-50)}.hover\:bg-emerald-100:hover{background-color:var(--color-emerald-100)}.hover\:bg-emerald-700:hover{background-color:var(--color-emerald-700)}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:bg-indigo-50:hover{background-color:var(--color-indigo-50)}.hover\:bg-indigo-50\/30:hover{background-color:#eef2ff4d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-indigo-50\/30:hover{background-color:color-mix(in oklab,var(--color-indigo-50)30%,transparent)}}.hover\:bg-indigo-50\/40:hover{background-color:#eef2ff66}@supports (color:color-mix(in lab,red,red)){.hover\:bg-indigo-50\/40:hover{background-color:color-mix(in oklab,var(--color-indigo-50)40%,transparent)}}.hover\:bg-indigo-100:hover{background-color:var(--color-indigo-100)}.hover\:bg-indigo-700:hover{background-color:var(--color-indigo-700)}.hover\:bg-red-50:hover{background-color:var(--color-red-50)}.hover\:bg-red-100:hover{background-color:var(--color-red-100)}.hover\:bg-red-700:hover{background-color:var(--color-red-700)}.hover\:bg-rose-50:hover{background-color:var(--color-rose-50)}.hover\:bg-rose-100:hover{background-color:var(--color-rose-100)}.hover\:bg-sky-50:hover{background-color:var(--color-sky-50)}.hover\:bg-slate-50:hover{background-color:var(--color-slate-50)}.hover\:bg-slate-50\/70:hover{background-color:#f8fafcb3}@supports (color:color-mix(in lab,red,red)){.hover\:bg-slate-50\/70:hover{background-color:color-mix(in oklab,var(--color-slate-50)70%,transparent)}}.hover\:bg-slate-100:hover{background-color:var(--color-slate-100)}.hover\:bg-slate-200:hover{background-color:var(--color-slate-200)}.hover\:bg-slate-700:hover{background-color:var(--color-slate-700)}.hover\:bg-slate-800:hover{background-color:var(--color-slate-800)}.hover\:bg-violet-50:hover{background-color:var(--color-violet-50)}.hover\:bg-violet-50\/40:hover{background-color:#f5f3ff66}@supports (color:color-mix(in lab,red,red)){.hover\:bg-violet-50\/40:hover{background-color:color-mix(in oklab,var(--color-violet-50)40%,transparent)}}.hover\:bg-white:hover{background-color:var(--color-white)}.hover\:text-\[\#111827\]:hover{color:#111827}.hover\:text-gray-800:hover{color:var(--color-gray-800)}.hover\:text-indigo-600:hover{color:var(--color-indigo-600)}.hover\:text-indigo-700:hover{color:var(--color-indigo-700)}.hover\:text-rose-600:hover{color:var(--color-rose-600)}.hover\:text-slate-700:hover{color:var(--color-slate-700)}.hover\:text-slate-800:hover{color:var(--color-slate-800)}.hover\:text-slate-900:hover{color:var(--color-slate-900)}.hover\:text-slate-950:hover{color:var(--color-slate-950)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)}.hover\:shadow-md:hover,.hover\:shadow:hover{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a)}}.focus\:border-blue-400:focus{border-color:var(--color-blue-400)}.focus\:border-blue-500:focus{border-color:var(--color-blue-500)}.focus\:border-indigo-400:focus{border-color:var(--color-indigo-400)}.focus\:border-indigo-500:focus{border-color:var(--color-indigo-500)}.focus\:border-slate-400:focus{border-color:var(--color-slate-400)}.focus\:border-slate-500:focus{border-color:var(--color-slate-500)}.focus\:bg-slate-50:focus{background-color:var(--color-slate-50)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor)}.focus\:ring-2:focus,.focus\:ring-4:focus{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-4:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor)}.focus\:ring-blue-100:focus{--tw-ring-color:var(--color-blue-100)}.focus\:ring-blue-200:focus{--tw-ring-color:var(--color-blue-200)}.focus\:ring-emerald-100:focus{--tw-ring-color:var(--color-emerald-100)}.focus\:ring-indigo-50:focus{--tw-ring-color:var(--color-indigo-50)}.focus\:ring-indigo-100:focus{--tw-ring-color:var(--color-indigo-100)}.focus\:ring-slate-100:focus{--tw-ring-color:var(--color-slate-100)}.focus\:ring-slate-300:focus{--tw-ring-color:var(--color-slate-300)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[\#4f46e5\]\/30:focus-visible{--tw-ring-color:oklab(51.0573% .0278994 -.228355/.3)}.focus-visible\:ring-emerald-400:focus-visible{--tw-ring-color:var(--color-emerald-400)}.focus-visible\:ring-indigo-200:focus-visible{--tw-ring-color:var(--color-indigo-200)}.focus-visible\:ring-indigo-300:focus-visible{--tw-ring-color:var(--color-indigo-300)}.focus-visible\:ring-violet-300:focus-visible{--tw-ring-color:var(--color-violet-300)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:cursor-default:disabled{cursor:default}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:bg-slate-100:disabled{background-color:var(--color-slate-100)}.disabled\:text-slate-400:disabled{color:var(--color-slate-400)}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}@media (min-width:40rem){.sm\:absolute{position:absolute}.sm\:inset-x-auto{inset-inline:auto}.sm\:top-\[calc\(100\%\+8px\)\]{top:calc(100% + 8px)}.sm\:right-0{right:calc(var(--spacing)*0)}.sm\:bottom-auto{bottom:auto}.sm\:left-0{left:calc(var(--spacing)*0)}.sm\:left-auto{left:auto}.sm\:col-auto{grid-column:auto}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:row-auto{grid-row:auto}.sm\:m-5{margin:calc(var(--spacing)*5)}.sm\:my-4{margin-block:calc(var(--spacing)*4)}.sm\:my-5{margin-block:calc(var(--spacing)*5)}.sm\:mb-0\.5{margin-bottom:calc(var(--spacing)*.5)}.sm\:mb-7{margin-bottom:calc(var(--spacing)*7)}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:inline-flex{display:inline-flex}.sm\:inline-grid{display:inline-grid}.sm\:h-14{height:calc(var(--spacing)*14)}.sm\:h-48{height:calc(var(--spacing)*48)}.sm\:h-\[min\(92dvh\,900px\)\]{height:min(92dvh,900px)}.sm\:max-h-\[90vh\]{max-height:90vh}.sm\:max-h-\[calc\(100dvh-2rem\)\]{max-height:calc(100dvh - 2rem)}.sm\:max-h-\[calc\(100vh-96px\)\]{max-height:calc(100vh - 96px)}.sm\:min-h-0{min-height:calc(var(--spacing)*0)}.sm\:min-h-\[280px\]{min-height:280px}.sm\:w-28{width:calc(var(--spacing)*28)}.sm\:w-32{width:calc(var(--spacing)*32)}.sm\:w-36{width:calc(var(--spacing)*36)}.sm\:w-44{width:calc(var(--spacing)*44)}.sm\:w-\[390px\]{width:390px}.sm\:w-\[min\(720px\,calc\(100vw-32px\)\)\]{width:min(720px,100vw - 32px)}.sm\:w-auto{width:auto}.sm\:max-w-4xl{max-width:var(--container-4xl)}.sm\:max-w-5xl{max-width:var(--container-5xl)}.sm\:max-w-\[1280px\]{max-width:1280px}.sm\:max-w-lg{max-width:var(--container-lg)}.sm\:max-w-xl{max-width:var(--container-xl)}.sm\:min-w-64{min-width:calc(var(--spacing)*64)}.sm\:min-w-\[320px\]{min-width:320px}.sm\:min-w-\[700px\]{min-width:700px}.sm\:flex-1{flex:1}.sm\:flex-none{flex:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.sm\:grid-cols-\[36px_minmax\(0\,1fr\)_auto_36px\]{grid-template-columns:36px minmax(0,1fr) auto 36px}.sm\:grid-cols-\[90px_minmax\(0\,1fr\)_minmax\(110px\,auto\)_100px\]{grid-template-columns:90px minmax(0,1fr) minmax(110px,auto) 100px}.sm\:grid-cols-\[110px_100px_1fr_150px\]{grid-template-columns:110px 100px 1fr 150px}.sm\:grid-cols-\[170px_minmax\(0\,1fr\)\]{grid-template-columns:170px minmax(0,1fr)}.sm\:grid-cols-\[minmax\(0\,1fr\)_180px\]{grid-template-columns:minmax(0,1fr) 180px}.sm\:grid-cols-\[minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.sm\:grid-cols-\[minmax\(120px\,0\.55fr\)_minmax\(0\,1fr\)_40px\]{grid-template-columns:minmax(120px,.55fr) minmax(0,1fr) 40px}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:items-end{align-items:flex-end}.sm\:items-start{align-items:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:justify-center{justify-content:center}.sm\:justify-end{justify-content:flex-end}.sm\:gap-1\.5{gap:calc(var(--spacing)*1.5)}.sm\:gap-3{gap:calc(var(--spacing)*3)}.sm\:gap-6{gap:calc(var(--spacing)*6)}:where(.sm\:space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.sm\:gap-x-5{column-gap:calc(var(--spacing)*5)}.sm\:self-auto{align-self:auto}.sm\:rounded-2xl{border-radius:var(--radius-2xl)}.sm\:rounded-3xl{border-radius:var(--radius-3xl)}.sm\:rounded-lg{border-radius:var(--radius-lg)}.sm\:rounded-xl{border-radius:var(--radius-xl)}.sm\:rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.sm\:border{border-style:var(--tw-border-style);border-width:1px}.sm\:border-t-0{border-top-style:var(--tw-border-style);border-top-width:0}.sm\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.sm\:border-slate-200{border-color:var(--color-slate-200)}.sm\:p-3{padding:calc(var(--spacing)*3)}.sm\:p-4{padding:calc(var(--spacing)*4)}.sm\:p-5{padding:calc(var(--spacing)*5)}.sm\:p-6{padding:calc(var(--spacing)*6)}.sm\:p-10{padding:calc(var(--spacing)*10)}.sm\:px-4{padding-inline:calc(var(--spacing)*4)}.sm\:px-5{padding-inline:calc(var(--spacing)*5)}.sm\:px-6{padding-inline:calc(var(--spacing)*6)}.sm\:px-8{padding-inline:calc(var(--spacing)*8)}.sm\:px-10{padding-inline:calc(var(--spacing)*10)}.sm\:py-3{padding-block:calc(var(--spacing)*3)}.sm\:py-4{padding-block:calc(var(--spacing)*4)}.sm\:py-7{padding-block:calc(var(--spacing)*7)}.sm\:py-8{padding-block:calc(var(--spacing)*8)}.sm\:py-9{padding-block:calc(var(--spacing)*9)}.sm\:py-10{padding-block:calc(var(--spacing)*10)}.sm\:py-12{padding-block:calc(var(--spacing)*12)}.sm\:py-16{padding-block:calc(var(--spacing)*16)}.sm\:pt-4{padding-top:calc(var(--spacing)*4)}.sm\:pt-7{padding-top:calc(var(--spacing)*7)}.sm\:pb-8{padding-bottom:calc(var(--spacing)*8)}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.sm\:text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.sm\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\:text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}}@media (min-width:48rem){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-4{grid-column:span 4/span 4}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-auto{height:auto}.md\:max-h-\[90vh\]{max-height:90vh}.md\:min-h-16{min-height:calc(var(--spacing)*16)}.md\:min-h-screen{min-height:100vh}.md\:w-\[14\%\]{width:14%}.md\:w-\[46\%\]{width:46%}.md\:w-\[360px\]{width:360px}.md\:w-auto{width:auto}.md\:min-w-\[150px\]{min-width:150px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-\[1fr_110px_220px_110px\]{grid-template-columns:1fr 110px 220px 110px}.md\:grid-cols-\[64px_minmax\(0\,1fr\)\]{grid-template-columns:64px minmax(0,1fr)}.md\:grid-cols-\[minmax\(0\,1fr\)_230px\]{grid-template-columns:minmax(0,1fr) 230px}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:items-start{align-items:flex-start}.md\:justify-between{justify-content:space-between}.md\:justify-end{justify-content:flex-end}.md\:overflow-visible{overflow:visible}.md\:p-3\.5{padding:calc(var(--spacing)*3.5)}.md\:p-4{padding:calc(var(--spacing)*4)}.md\:p-5{padding:calc(var(--spacing)*5)}.md\:p-6{padding:calc(var(--spacing)*6)}.md\:px-4{padding-inline:calc(var(--spacing)*4)}.md\:px-5{padding-inline:calc(var(--spacing)*5)}.md\:px-6{padding-inline:calc(var(--spacing)*6)}.md\:py-3{padding-block:calc(var(--spacing)*3)}.md\:py-4{padding-block:calc(var(--spacing)*4)}.md\:py-6{padding-block:calc(var(--spacing)*6)}.md\:pt-6{padding-top:calc(var(--spacing)*6)}.md\:pb-8{padding-bottom:calc(var(--spacing)*8)}.md\:pl-72{padding-left:calc(var(--spacing)*72)}.md\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}}@media (min-width:64rem){.lg\:sticky{position:sticky}.lg\:top-4{top:calc(var(--spacing)*4)}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-10{grid-column:span 10/span 10}.lg\:col-span-11{grid-column:span 11/span 11}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-\[1\.2fr_0\.8fr\]{grid-template-columns:1.2fr .8fr}.lg\:grid-cols-\[1fr_1\.2fr\]{grid-template-columns:1fr 1.2fr}.lg\:grid-cols-\[1fr_220px_220px\]{grid-template-columns:1fr 220px 220px}.lg\:grid-cols-\[250px_minmax\(0\,1fr\)\]{grid-template-columns:250px minmax(0,1fr)}.lg\:grid-cols-\[380px_minmax\(0\,1fr\)\]{grid-template-columns:380px minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\,1\.35fr\)_minmax\(300px\,0\.65fr\)\]{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.lg\:grid-cols-\[minmax\(0\,1fr\)_360px\]{grid-template-columns:minmax(0,1fr) 360px}.lg\:grid-cols-\[minmax\(0\,1fr\)_460px\]{grid-template-columns:minmax(0,1fr) 460px}.lg\:grid-cols-\[minmax\(280px\,360px\)_minmax\(260px\,1fr\)\]{grid-template-columns:minmax(280px,360px) minmax(260px,1fr)}.lg\:grid-cols-\[minmax\(300px\,360px\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(300px,360px) minmax(0,1fr)}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:items-end{align-items:flex-end}.lg\:items-start{align-items:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:justify-end{justify-content:flex-end}.lg\:justify-self-end{justify-self:flex-end}.lg\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.lg\:border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.lg\:px-12{padding-inline:calc(var(--spacing)*12)}}@media (min-width:80rem){.xl\:fixed{position:fixed}.xl\:sticky{position:sticky}.xl\:top-20{top:calc(var(--spacing)*20)}.xl\:right-6{right:calc(var(--spacing)*6)}.xl\:z-20{z-index:20}.xl\:col-span-2{grid-column:span 2/span 2}.xl\:max-h-\[calc\(100dvh-6rem\)\]{max-height:calc(100dvh - 6rem)}.xl\:w-\[360px\]{width:360px}.xl\:w-auto{width:auto}.xl\:flex-none{flex:none}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-\[190px_minmax\(0\,1fr\)_210px_230px\]{grid-template-columns:190px minmax(0,1fr) 210px 230px}.xl\:grid-cols-\[370px_minmax\(0\,1fr\)\]{grid-template-columns:370px minmax(0,1fr)}.xl\:grid-cols-\[380px_minmax\(0\,1fr\)\]{grid-template-columns:380px minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,0\.85fr\)_minmax\(520px\,1\.15fr\)\]{grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr)}.xl\:grid-cols-\[minmax\(0\,1\.3fr\)_minmax\(350px\,0\.7fr\)\]{grid-template-columns:minmax(0,1.3fr) minmax(350px,.7fr)}.xl\:grid-cols-\[minmax\(0\,1\.5fr\)_minmax\(320px\,\.7fr\)\]{grid-template-columns:minmax(0,1.5fr) minmax(320px,.7fr)}.xl\:grid-cols-\[minmax\(0\,1\.25fr\)_minmax\(410px\,0\.75fr\)\]{grid-template-columns:minmax(0,1.25fr) minmax(410px,.75fr)}.xl\:grid-cols-\[minmax\(0\,1fr\)_320px\]{grid-template-columns:minmax(0,1fr) 320px}.xl\:grid-cols-\[minmax\(0\,1fr\)_360px\]{grid-template-columns:minmax(0,1fr) 360px}.xl\:grid-cols-\[minmax\(260px\,1fr\)_170px_150px_195px_auto_auto\]{grid-template-columns:minmax(260px,1fr) 170px 150px 195px auto auto}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:items-end{align-items:flex-end}.xl\:justify-between{justify-content:space-between}.xl\:gap-24{gap:calc(var(--spacing)*24)}.xl\:overflow-y-auto{overflow-y:auto}.xl\:overscroll-contain{overscroll-behavior:contain}.xl\:border-t-0{border-top-style:var(--tw-border-style);border-top-width:0}.xl\:border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.xl\:text-\[54px\]{font-size:54px}.xl\:\[scrollbar-gutter\:stable\]{scrollbar-gutter:stable}}@media (min-width:96rem){.\32 xl\:w-\[400px\]{width:400px}.\32 xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32 xl\:grid-cols-\[minmax\(0\,1fr\)_400px\]{grid-template-columns:minmax(0,1fr) 400px}}@media print{.print\:hidden{display:none}}}:root{--background:#f6f7f9;--foreground:#111827;--ui-bg:#f6f7f9;--ui-surface:#fffffff0;--ui-surface-strong:#fff;--ui-surface-muted:#f8fafc;--ui-surface-subtle:#f1f5f9;--ui-border:#0f172a14;--ui-border-strong:#0f172a24;--ui-text:#111827;--ui-text-soft:#64748b;--ui-text-faint:#94a3b8;--ui-accent:#4f46e5;--ui-accent-hover:#4338ca;--ui-accent-soft:#4f46e517;--ui-success:#0f766e;--ui-warning:#a16207;--ui-danger:#b42318;--ui-sidebar:#111827;--ui-sidebar-2:#0f172a;--ui-sidebar-border:#ffffff1a;--ui-shadow-soft:0 1px 2px #0f172a09,0 10px 26px #0f172a09;--ui-shadow-card:0 22px 52px #0f172a1f;--ui-radius-sm:6px;--ui-radius-md:8px;--ui-radius-lg:8px;--ui-radius-pill:999px}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}#__next,body,html{width:100%;max-width:100%;overflow-x:hidden}.connect-mobile-header{padding-top:env(safe-area-inset-top,0)}.connect-mobile-nav{padding-bottom:max(12px,env(safe-area-inset-bottom,0px))}.connect-notification-panel{top:calc(env(safe-area-inset-top,0px) + 60px)}@media (min-width:640px){.connect-notification-panel{top:3rem}}@media (min-width:768px){.connect-mobile-header{padding-top:0}}body{background:linear-gradient(180deg,#ffffffd1,#f6f7f9fa),var(--ui-bg);color:var(--ui-text);font-family:Inter,var(--font-geist-sans),"SF Pro Text","SF Pro Display","Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:15px}*,:after,:before{box-sizing:border-box}canvas,img,svg,video{max-width:100%;height:auto}button,input,select,textarea{min-width:0;font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}table{min-width:100%}td,th{vertical-align:middle}[class*=tracking-]{letter-spacing:0!important}[class*=rounded-2xl],[class*=rounded-3xl],[class*=rounded-xl]{border-radius:8px!important}::selection{background:#4f46e529}.ui-page-shell{background:0 0;min-height:100vh}.ui-card{background:var(--ui-surface);box-shadow:var(--ui-shadow-soft);-webkit-backdrop-filter:saturate(115%)blur(10px);backdrop-filter:saturate(115%)blur(10px)}.ui-card,.ui-card-strong{border:1px solid var(--ui-border);border-radius:var(--ui-radius-lg)}.ui-card-strong{background:var(--ui-surface-strong);box-shadow:var(--ui-shadow-card)}.ui-card-muted{background:var(--ui-surface-muted);border:1px solid var(--ui-border);border-radius:var(--ui-radius-md)}.ui-section-title{letter-spacing:0;color:var(--ui-text);font-size:1.42rem;font-weight:600;line-height:1.18}.ui-section-subtitle{color:var(--ui-text-soft);font-size:.875rem;line-height:1.45}.ui-input,.ui-select,.ui-textarea{border-radius:var(--ui-radius-md);border:1px solid var(--ui-border-strong);width:100%;min-width:0;max-width:100%;min-height:42px;color:var(--ui-text);background:#fff;outline:none;padding:.62rem .78rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.ui-input:focus,.ui-select:focus,.ui-textarea:focus{border-color:var(--ui-border-strong);box-shadow:none;background:#fff}.ui-btn{border-radius:var(--ui-radius-md);white-space:nowrap;justify-content:center;align-items:center;gap:.45rem;min-height:40px;padding:.62rem .9rem;font-size:.875rem;font-weight:500;transition:transform .16s,opacity .16s,background-color .16s,border-color .16s,color .16s;display:inline-flex}.ui-btn-primary{background:var(--ui-accent);color:#fff;border:1px solid #0000}.ui-btn-primary:hover{background:var(--ui-accent-hover)}.ui-btn-secondary{color:#fff;background:#171717;border:1px solid #0000}.ui-btn-success{background:var(--ui-success);color:#fff;border:1px solid #0000}.ui-btn-success:hover{background:#0d625c}.ui-btn-danger{color:var(--ui-danger);background:#fff;border:1px solid #b4231847}.ui-btn-danger:hover{background:#b4231812;border-color:#b4231861}.ui-btn-ghost{color:var(--ui-text);border:1px solid var(--ui-border-strong);background:#ffffffe6}.ui-btn-soft{background:var(--ui-accent-soft);color:var(--ui-accent);border:1px solid #4f46e524}.ui-table-wrap{border-radius:var(--ui-radius-lg);border:1px solid var(--ui-border);background:var(--ui-surface-strong);max-width:100%;box-shadow:var(--ui-shadow-soft);-webkit-overflow-scrolling:touch;overflow-x:auto}.ui-th{text-align:left;letter-spacing:0;text-transform:uppercase;color:var(--ui-text-soft);background:var(--ui-surface-muted);padding:.95rem .9rem;font-size:.72rem;font-weight:600}.ui-td,.ui-th{white-space:nowrap}.ui-td{color:var(--ui-text);padding:.86rem .9rem;font-size:.9rem}.ui-kpi{border:1px solid var(--ui-border);border-radius:var(--ui-radius-lg);box-shadow:var(--ui-shadow-soft);padding:1rem}.ui-kpi,.ui-pill{background:var(--ui-surface-strong)}.ui-pill{border-radius:var(--ui-radius-pill);border:1px solid var(--ui-border);min-height:28px;color:var(--ui-text-soft);white-space:nowrap;align-items:center;gap:.35rem;padding:.25rem .62rem;font-size:.78rem;font-weight:500;display:inline-flex}.ui-page-title{letter-spacing:0;color:var(--ui-text);font-size:1.65rem;font-weight:600;line-height:1.16}.mobile-scroll-x{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important}@media (max-width:1024px){.tablet-stack{flex-direction:column!important;align-items:stretch!important}}@media (max-width:768px){.btn,a.btn,button{max-width:100%}.mobile-wrap{flex-wrap:wrap!important}.mobile-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.mobile-actions,.mobile-actions>*{width:100%!important}.mobile-actions .mobile-full{grid-column:1/-1!important}input,select,textarea{width:100%!important}.mobile-card{padding:14px!important}.mobile-ellipsis{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;overflow:hidden!important}.mobile-stack{flex-direction:column!important;align-items:stretch!important}.mobile-grid-1{grid-template-columns:minmax(0,1fr)!important}.mobile-inline-full>*,.mobile-no-overflow{width:100%!important}.mobile-no-overflow{min-width:0!important;max-width:100%!important}.ui-page-title,.ui-section-title{font-size:1.35rem}.ui-btn{min-height:42px}}.connect-main{background:linear-gradient(180deg,#ffffffc7,#f6f7f9f5),var(--ui-bg)}.connect-content{color:var(--ui-text)}.connect-content :where(h1){color:var(--ui-text);letter-spacing:0;font-size:clamp(1.6rem,1.2rem + 1vw,2rem);font-weight:600;line-height:1.18}.connect-content :where(h2){color:var(--ui-text);letter-spacing:0;font-size:1.05rem;font-weight:600;line-height:1.3}.connect-content :where(h3){color:var(--ui-text);letter-spacing:0;font-size:.98rem;font-weight:600;line-height:1.35}.connect-content :where(p){color:var(--ui-text-soft);line-height:1.55}.connect-content :where(label){color:var(--ui-text-soft);font-size:.78rem;font-weight:500}.connect-content :where(input,select,textarea){min-height:42px;color:var(--ui-text);box-shadow:none;background-color:#fff;border-radius:var(--ui-radius-md)!important;border-color:var(--ui-border-strong)!important}.connect-content :where(input,select,textarea):focus{border-color:var(--ui-border-strong)!important;box-shadow:none!important;outline:none!important}.connect-content :where(button,a){-webkit-tap-highlight-color:transparent}.connect-content :where(button){font-weight:500;border-radius:var(--ui-radius-md)!important}.connect-content :where(a[class*=inline-flex],button[class*=inline-flex],button[class*=flex]){justify-content:center;align-items:center;gap:.45rem}.connect-content :where(a,button){transition-property:background-color,border-color,color,opacity,transform,box-shadow;transition-duration:.15s;transition-timing-function:ease}.connect-content :where(.ui-card,[class*=bg-white][class*=border]){box-shadow:var(--ui-shadow-soft);background-color:var(--ui-surface-strong)!important;border-color:var(--ui-border)!important}.connect-content :where(.ui-card,.ui-card-strong,.ui-card-muted){border-radius:var(--ui-radius-lg)!important}.connect-content :where(table){border-collapse:separate;border-spacing:0;width:100%;font-size:.88rem}.connect-content :where(thead){background:var(--ui-surface-muted)}.connect-content :where(th){color:var(--ui-text-soft);text-transform:uppercase;letter-spacing:0;border-bottom:1px solid var(--ui-border);white-space:nowrap;padding:.82rem .95rem;font-size:.72rem;font-weight:600}.connect-content :where(td){color:var(--ui-text);border-bottom:1px solid #17203312;padding:.85rem .95rem}.connect-content :where(tbody tr){background:var(--ui-surface-strong)}.connect-content :where(tbody tr:hover){background:#4f46e507}.connect-content :where(.rounded-full){border-radius:var(--ui-radius-pill)!important}.connect-content :where(.fixed.inset-0){overscroll-behavior:contain}.connect-content :where(.bg-black\/40,.bg-black\/45,.bg-slate-950\/45){-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.connect-content :where(.overflow-x-auto){-webkit-overflow-scrolling:touch}.connect-content :where(.shadow-xl,.shadow-2xl){box-shadow:var(--ui-shadow-card)!important}.connect-content :where(.font-black,.font-extrabold,.font-bold){font-weight:600!important}.connect-content :where(.font-semibold){font-weight:500!important}.connect-content :where(.text-gray-900,.text-slate-900){color:var(--ui-text)!important}.connect-content :where(.text-gray-600,.text-gray-500,.text-slate-600,.text-slate-500){color:var(--ui-text-soft)!important}.connect-content :where(.bg-white){background-color:var(--ui-surface-strong)!important}.connect-content :where(.bg-slate-50,.bg-gray-50){background-color:var(--ui-surface-muted)!important}.connect-content :where([class~=text-blue-600],[class~=text-blue-700],[class~=text-indigo-600],[class~=text-indigo-700],[class*="text-[#2563eb]"]){color:var(--ui-accent)!important}.connect-content :where([class~=bg-blue-600],[class~=bg-indigo-600],[class*="bg-[#2563eb]"]){background-color:var(--ui-accent)!important}.connect-content :where([class~=hover\:bg-blue-700]:hover,[class~=hover\:bg-indigo-700]:hover){background-color:var(--ui-accent-hover)!important}.connect-content :where([class~=bg-blue-50],[class~=bg-blue-100],[class~=bg-indigo-50],[class~=bg-indigo-100],[class*="bg-[#eef4ff]"]){background-color:var(--ui-accent-soft)!important}.connect-content :where([class~=border-blue-200],[class~=border-blue-600],[class~=border-indigo-200],[class~=border-indigo-600],[class*="border-[#2563eb]"]){border-color:#4f46e53d!important}.connect-content :where(.rounded-xl,.rounded-2xl,.rounded-3xl){border-radius:var(--ui-radius-md)!important}.connect-content>div>.min-h-screen>:where([class*=max-w-]),.connect-content>div>:where([class*=max-w-],.min-h-screen){width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding:0!important}.connect-content>div>.min-h-screen{min-height:auto!important}.connect-content :where(h1){letter-spacing:0!important;font-size:1.875rem!important;font-weight:600!important;line-height:1.18!important}@media (max-width:1024px){.connect-content{max-width:100%}.connect-content :where(.lg\:grid-cols-2,.lg\:grid-cols-3,.xl\:grid-cols-2,.xl\:grid-cols-3){grid-template-columns:minmax(0,1fr)!important}}@media (max-width:768px){.connect-content{max-width:100vw!important;padding-left:.85rem!important;padding-right:.85rem!important;overflow-x:hidden!important}.connect-content :where(h1){font-size:1.5rem!important;font-weight:600!important;line-height:1.22!important}.connect-content :where(h2){font-size:1rem}.connect-content :where(button,.ui-btn){min-height:42px}.connect-content :where(table){width:max-content;min-width:720px}.connect-content :where(.overflow-x-auto,.ui-table-wrap,[class*=overflow-x-auto]){-webkit-overflow-scrolling:touch;max-width:calc(100vw - 1.7rem);overflow-x:auto!important}.connect-content :where(.overflow-x-auto table,.ui-table-wrap table,[class*=overflow-x-auto] table){width:max-content;min-width:720px}.connect-content :where(.grid){min-width:0}.connect-content :where(input[type=date],input[type=month]){-webkit-min-logical-width:0;display:block;width:100%!important;min-width:0!important;max-width:100%!important}.connect-content .rekap-native-picker{contain:inline-size;width:100%!important;min-width:0!important;max-width:100%!important}.connect-content .rekap-native-picker>input{width:100%!important;min-width:0!important;max-width:100%!important;position:absolute!important;inset:0!important}.connect-content :where([class*=grid-cols-]){grid-template-columns:minmax(0,1fr)!important}.connect-content .inventory-card-grid,.connect-content .inventory-metric-grid,.connect-content .inventory-nav-grid,.connect-content .inventory-segment-two{grid-template-columns:repeat(2,minmax(0,1fr))!important}.connect-content .inventory-segment-three{grid-template-columns:repeat(3,minmax(0,1fr))!important}.connect-content .inventory-detail-row{grid-template-columns:90px minmax(0,1fr)!important}.connect-content .inventory-unit-actions{grid-template-columns:minmax(0,1fr) 44px!important}.connect-content .inventory-accessory-actions{grid-template-columns:minmax(0,1fr) 44px 44px!important}.connect-content .rekap-nav-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.connect-content .daily-finance-kpi-grid,.connect-content .rekap-finance-kpi-grid,.connect-content .rekap-kpi-grid,.connect-content .tax-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.connect-content .tax-nav-grid>:last-child:nth-child(odd){grid-column:1/-1}.connect-content .rekap-metric{padding:.75rem!important}.connect-content .rekap-finance-kpi-grid .rekap-metric>div:nth-child(3){font-size:.95rem!important}.connect-content .dashboard-week-bars,.connect-content .operations-calendar-grid,.connect-content .rekap-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important}.connect-content .dashboard-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.connect-content .rekap-calendar-grid button{min-height:2.25rem!important}.connect-content .rekap-calendar-months{grid-template-columns:minmax(0,1fr)!important}.connect-content .rekap-chart-summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}.connect-content .rekap-chart-summary>:nth-child(3){grid-column:1/-1}.connect-content .rekap-chart-detail,.connect-content .rekap-condition-grid,.connect-content .rekap-payroll-breakdown{grid-template-columns:repeat(2,minmax(0,1fr))!important}.connect-content .rekap-overtime-row{grid-template-columns:2.25rem minmax(0,1fr) 2.25rem!important}.connect-content .rekap-transaction-row{grid-template-columns:minmax(0,1fr)!important}.connect-content .rekap-filter-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap!important;max-width:100%!important;overflow-x:auto!important}.connect-content .rekap-filter-tabs::-webkit-scrollbar{display:none}.connect-content :where(.flex){min-width:0}.connect-content :where(.fixed.inset-0>[class*=max-w-],.fixed.inset-0 [class*=max-w-]){max-width:calc(100vw - 1.5rem)!important}}@media (max-width:420px){.connect-content .rekap-finance-kpi-grid,.connect-content .rekap-kpi-grid{grid-template-columns:minmax(0,1fr)!important}}.rekap-chart-scroll{scrollbar-color:#4f46e559 transparent;scrollbar-width:thin}html body :where(a,button,input,select,textarea,summary,[role=button],[tabindex]){-webkit-tap-highlight-color:transparent}html body :where(input,select,textarea):focus,html body :where(input,select,textarea):focus-visible{border-color:var(--ui-border-strong)!important;box-shadow:none!important;outline:none!important}html body :where(a,button,summary,[role=button],[tabindex]):focus,html body :where(a,button,summary,[role=button],[tabindex]):focus-visible,html body [class]:focus,html body [class]:focus-visible{box-shadow:none!important;outline:none!important}html body [class*=focus-within\:]:focus-within{border-color:var(--ui-border-strong)!important;box-shadow:none!important;outline:none!important}@media (max-width:768px){#__next,body,html{touch-action:pan-x pan-y}html body :where(a,button,input,select,textarea,summary,[role=button],[tabindex]){touch-action:manipulation}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-pan-x{syntax:"*";inherits:false}@property --tw-pan-y{syntax:"*";inherits:false}@property --tw-pinch-zoom{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{50%{opacity:.5}}.pricelist-page{width:100%;overflow-x:hidden;color:#172033}.pricelist-page,.pricelist-page>*{min-width:0;max-width:100%}.pricelist-page button:disabled{cursor:not-allowed;opacity:.5}.pricelist-page input[type=checkbox]{display:block!important;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;margin:0!important;padding:0!important;border-radius:4px!important;accent-color:#2563eb;cursor:pointer;box-shadow:none!important}.pricelist-page .pricelist-select-checkbox{margin:0 auto!important}.pricelist-page .pricelist-select-checkbox--inline{margin:0!important}.pricelist-mode-switch{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px;width:100%;padding:4px;border:1px solid #e2e8f0;border-radius:10px;background:#f1f5f9}.pricelist-mode-switch button{min-width:0;min-height:42px;padding:9px 12px;border:0;border-radius:7px!important;background:transparent;color:#64748b;font-size:13px;font-weight:600;line-height:1.25}.pricelist-mode-switch button:hover{color:#172033}.pricelist-mode-switch button.is-active{background:#ffffff;color:#1d4ed8;box-shadow:0 1px 3px rgba(15,23,42,.08)}.pricelist-panel{width:100%;min-width:0;max-width:100%;margin-top:12px;overflow:visible;border:1px solid #e2e8f0;border-radius:10px;background:#ffffff;box-shadow:0 8px 24px rgba(15,23,42,.05)}.pricelist-panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-bottom:1px solid #e2e8f0}.pricelist-panel__header--internal{margin-bottom:14px;padding:0 0 14px}.pricelist-panel__heading{min-width:0}.pricelist-panel__heading h2,.pricelist-panel__heading p{margin:0}.pricelist-panel__heading h2{color:#172033;font-size:16px;font-weight:600;line-height:1.35}.pricelist-panel__heading p{margin-top:3px;color:#64748b;font-size:12px;line-height:1.5}.pricelist-panel__body{min-width:0;padding:16px}.pricelist-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 14px;border:1px solid transparent;border-radius:8px!important;font-size:13px;font-weight:600;line-height:1.25;text-align:center}.pricelist-button--primary{flex:0 0 auto;background:#2563eb;color:#ffffff}.pricelist-button--primary:hover{background:#1d4ed8}.pricelist-button--secondary{border-color:#d9dee7;background:#ffffff;color:#334155}.pricelist-button--danger{border-color:#fecaca;background:#ffffff;color:#b91c1c}.pricelist-button--danger:hover{background:#fff7f7}.pricelist-filters{display:grid!important;gap:12px!important;align-items:end;width:100%;min-width:0}.pricelist-filters--customer{grid-template-columns:minmax(280px,1fr) minmax(180px,240px) minmax(180px,210px)!important}.pricelist-filters--internal{grid-template-columns:minmax(300px,1fr) minmax(180px,240px) minmax(180px,210px) auto!important;margin-bottom:12px!important}.pricelist-field{display:grid!important;gap:6px!important;min-width:0;color:#64748b}.pricelist-field__label{color:#64748b!important;font-size:11px!important;font-weight:600!important;line-height:1.25;letter-spacing:0!important;text-transform:uppercase}.pricelist-field input:not([type=checkbox]),.pricelist-field select{width:100%!important;min-width:0!important;max-width:100%!important;min-height:44px!important;padding:10px 12px;border:1px solid #d9dee7!important;border-radius:8px!important;background-color:#ffffff;color:#172033;font-size:14px;font-weight:400;outline:none;box-shadow:none!important}.pricelist-field select{padding-right:36px}.pricelist-field input:not([type=checkbox]):focus,.pricelist-field select:focus{border-color:#93c5fd!important;box-shadow:0 0 0 3px rgba(37,99,235,.08)!important}.pricelist-search-control{position:relative;display:block;min-width:0}.pricelist-search-control>svg{position:absolute;z-index:1;left:13px;top:50%;width:17px;height:17px;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.pricelist-search-control input{padding-left:40px!important;padding-right:42px!important}.pricelist-search-clear{position:absolute;z-index:2;right:6px;top:50%;display:grid;place-items:center;width:32px;min-width:32px;height:32px;min-height:32px!important;padding:0;transform:translateY(-50%);border:0;border-radius:7px!important;background:transparent;color:#64748b}.pricelist-search-clear:hover{background:#f1f5f9}.pricelist-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:10px 0;border-top:1px solid #f1f5f9;color:#64748b;font-size:12px;line-height:1.4}.pricelist-select-all{display:inline-flex!important;align-items:center;gap:8px;min-width:0;color:#334155!important;font-size:12px!important;font-weight:600!important;cursor:pointer}.pricelist-select-all span{min-width:0}.pricelist-select-all--mobile{display:none!important}.pricelist-selection-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:2px 0 12px;padding:11px 12px;border:1px solid #bfdbfe;border-radius:8px;background:#f7fbff}.pricelist-selection-bar span,.pricelist-selection-bar strong{display:block}.pricelist-selection-bar strong{color:#172033;font-size:13px;font-weight:600}.pricelist-selection-bar span{margin-top:2px;color:#64748b;font-size:11px}.pricelist-message{margin:10px 0;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;line-height:1.45}.pricelist-message--error{border-color:#fecaca;background:#fff7f7;color:#b91c1c}.pricelist-product-list{width:100%;min-width:0;margin-top:2px;overflow:hidden;border:1px solid #e2e8f0;border-radius:8px;background:#ffffff}.pricelist-customer-list-head,.pricelist-customer-row{display:grid!important;grid-template-columns:44px minmax(0,1fr) 180px 52px!important;align-items:center;gap:12px;min-width:0}.pricelist-customer-list-head{padding:10px 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:11px;font-weight:600;line-height:1.25;text-transform:uppercase}.pricelist-customer-list-head span:last-child{text-align:center}.pricelist-header-checkbox{display:grid!important;place-items:center;width:40px;height:32px;cursor:pointer}.pricelist-customer-list-head span:nth-child(3){text-align:right}.pricelist-customer-row{padding:12px;border-bottom:1px solid #edf0f4;background:#ffffff}.pricelist-customer-row:last-child{border-bottom:0}.pricelist-customer-row.is-selected{background:#f7fbff}.pricelist-row-checkbox{display:grid!important;place-items:center;width:40px;height:40px;color:#334155!important;cursor:pointer}.pricelist-product-copy{min-width:0}.pricelist-product-copy span,.pricelist-product-copy strong{display:block;min-width:0;overflow-wrap:anywhere}.pricelist-product-copy strong{color:#172033;font-size:14px;font-weight:600;line-height:1.4}.pricelist-product-copy span{margin-top:3px;color:#64748b;font-size:12px;font-weight:400;line-height:1.4}.pricelist-customer-price{min-width:0;text-align:right}.pricelist-customer-price span{display:none;color:#64748b;font-size:11px;font-weight:500}.pricelist-customer-price strong{color:#172033;font-size:14px;font-weight:600;white-space:nowrap}.pricelist-row-actions,.pricelist-row-actions button{display:grid;place-items:center}.pricelist-row-actions button{width:40px;min-width:40px;height:40px;min-height:40px;padding:0;border:0;border-radius:8px!important;background:transparent;color:#64748b}.pricelist-row-actions button:hover{background:#f1f5f9;color:#172033}.pricelist-empty-state{padding:28px 16px;background:#fafbfc;color:#64748b;font-size:13px;line-height:1.5;text-align:center}.pricelist-empty-state .pricelist-button{margin-top:12px}.pricelist-price-scenarios{display:grid;gap:5px;min-width:0}.pricelist-price-scenarios>div{display:flex;align-items:baseline;justify-content:space-between;gap:7px;min-width:0}.pricelist-price-scenarios span{color:#94a3b8;font-size:9px;font-weight:500}.pricelist-price-scenarios strong{color:#334155;font-size:10px;font-weight:600;text-align:right}.pricelist-price-scenarios--mobile{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0}.pricelist-price-scenarios--mobile>div{display:block;min-width:0;padding:2px 8px;border-right:1px solid #e2e8f0}.pricelist-price-scenarios--mobile>div:first-child{padding-left:0}.pricelist-price-scenarios--mobile>div:last-child{padding-right:0;border-right:0}.pricelist-price-scenarios--mobile span,.pricelist-price-scenarios--mobile strong{display:block;overflow-wrap:anywhere;text-align:left}.pricelist-price-scenarios--mobile span{font-size:10px}.pricelist-price-scenarios--mobile strong{margin-top:3px;color:#172033;font-size:11px;line-height:1.3}.pricelist-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0;margin-top:14px;padding-top:14px;border-top:1px solid #edf0f4;color:#64748b;font-size:12px}.pricelist-pagination-summary{display:flex;align-items:center;gap:14px;min-width:0}.pricelist-pagination-summary label{display:flex;align-items:center;gap:7px;color:#64748b!important;font-size:12px!important}.pricelist-pagination-summary select{width:82px!important;min-height:38px!important;padding:7px 28px 7px 10px!important;border:1px solid #d9dee7!important;border-radius:8px!important;background-color:#ffffff;color:#334155;font-size:12px}.pricelist-pagination-actions{display:grid!important;grid-template-columns:40px 40px minmax(112px,auto) 40px 40px!important;align-items:center;gap:6px!important;min-width:0}.pricelist-pagination-actions button{display:grid!important;place-items:center;width:40px;min-width:40px;height:40px;min-height:40px;padding:0;border:1px solid #d9dee7;border-radius:8px!important;background:#ffffff;color:#334155}.pricelist-pagination-actions select{width:100%!important;min-width:0!important;min-height:40px!important;padding:8px 30px 8px 10px!important;border:1px solid #d9dee7!important;border-radius:8px!important;background-color:#ffffff;color:#334155;font-size:12px;text-align:center}.pricelist-table-scroll{position:relative;display:block;min-width:0;max-width:100%;isolation:isolate;scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}@media (max-width:1023px){.pricelist-filters--customer,.pricelist-filters--internal{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pricelist-filters .pricelist-field--search{grid-column:1/-1!important}.pricelist-filters--internal>button{grid-column:1/-1}}@media (max-width:767px){.pricelist-page{overflow-x:clip}.pricelist-mode-switch{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pricelist-mode-switch button{min-height:40px;padding:8px;font-size:12px}.pricelist-panel{margin-top:10px!important;border-radius:9px!important;box-shadow:none!important}.pricelist-internal-panel{padding:12px!important}.pricelist-panel__header{align-items:flex-start;gap:12px;padding:14px}.pricelist-panel__header--internal{margin-bottom:12px!important;padding:0 0 12px!important}.pricelist-panel__heading h2{font-size:15px}.pricelist-panel__heading p{font-size:11px}.pricelist-panel__header .pricelist-button{width:auto!important;min-height:40px;padding:8px 11px;white-space:nowrap}.pricelist-panel__body{padding:12px}.pricelist-filters--customer,.pricelist-filters--internal{grid-template-columns:minmax(0,1fr)!important;gap:10px!important}.pricelist-filters .pricelist-field--search,.pricelist-filters--internal>button{grid-column:1!important}.pricelist-field input:not([type=checkbox]),.pricelist-field select,.pricelist-page input:not([type=checkbox]),.pricelist-page select{font-size:16px!important}.pricelist-list-toolbar{align-items:flex-start;margin-top:12px;padding:10px 0 8px}.pricelist-select-all{flex:0 0 auto}.pricelist-select-all--mobile{display:inline-flex!important}.pricelist-selection-bar{align-items:stretch;flex-direction:column}.pricelist-selection-bar .pricelist-button{width:100%}.pricelist-customer-list-head{display:none!important}.pricelist-customer-row{grid-template-columns:30px minmax(0,1fr) 40px!important;grid-template-rows:auto auto;align-items:start;gap:0 10px;padding:13px 12px}.pricelist-row-checkbox{grid-column:1;grid-row:1;width:30px;height:34px;place-items:start center;padding-top:2px}.pricelist-product-copy{grid-column:2;grid-row:1;align-self:center}.pricelist-product-copy strong{font-size:14px;line-height:1.42}.pricelist-product-copy span{font-size:12px}.pricelist-customer-price{grid-column:2/4;grid-row:2;display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;margin-top:10px;padding:9px 10px;border-top:1px solid #edf0f4;background:transparent;text-align:left}.pricelist-customer-price span{display:block}.pricelist-customer-price strong{font-size:14px}.pricelist-row-actions{grid-column:3;grid-row:1;align-self:start}.pricelist-pagination{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important}.pricelist-pagination-summary{justify-content:space-between;gap:10px}.pricelist-pagination-summary>span{min-width:0;line-height:1.4}.pricelist-pagination-actions{grid-template-columns:40px 40px minmax(0,1fr) 40px 40px!important;width:100%}}@media (max-width:420px){.pricelist-panel__header{flex-direction:column}.pricelist-panel__header .pricelist-button{width:100%!important}.pricelist-list-toolbar{flex-direction:column;gap:8px}.pricelist-pagination-summary{align-items:flex-start;flex-direction:column}.pricelist-pagination-summary label{justify-content:space-between;width:100%}.pricelist-pagination-actions{grid-template-columns:40px minmax(0,1fr) 40px!important}.pricelist-pagination-actions button:first-child,.pricelist-pagination-actions button:last-child{display:none!important}}@font-face{font-family:uicons-regular-rounded;src:url(/_next/static/media/uicons-regular-rounded-J3WOUERV.4eecea12.woff2) format("woff2"),url(/_next/static/media/uicons-regular-rounded-KDJ23353.50d3adef.woff) format("woff"),url(/_next/static/media/uicons-regular-rounded-ESQGLQQ4.24a065c2.eot#iefix) format("embedded-opentype");font-display:swap}i[class*=" fi-rr-"]:before,i[class^=fi-rr-]:before,span[class*=fi-rr-]:before,span[class^=fi-rr-]:before{font-family:uicons-regular-rounded!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.variable-selector-00:before{content:"\fe00"}.variable-selector-01:before{content:"\fe01"}.variable-selector-02:before{content:"\fe02"}.variable-selector-03:before{content:"\fe03"}.variable-selector-04:before{content:"\fe04"}.variable-selector-05:before{content:"\fe05"}.variable-selector-06:before{content:"\fe06"}.variable-selector-07:before{content:"\fe07"}.variable-selector-08:before{content:"\fe08"}.variable-selector-09:before{content:"\fe09"}.variable-selector-0a:before{content:"\fe0a"}.variable-selector-0b:before{content:"\fe0b"}.variable-selector-0c:before{content:"\fe0c"}.variable-selector-0d:before{content:"\fe0d"}.variable-selector-0e:before{content:"\fe0e"}.variable-selector-0f:before{content:"\fe0f"}.combining-half-marks-00:before{content:"\fe20"}.combining-half-marks-01:before{content:"\fe21"}.combining-half-marks-02:before{content:"\fe22"}.combining-half-marks-03:before{content:"\fe23"}.combining-half-marks-04:before{content:"\fe24"}.combining-half-marks-05:before{content:"\fe25"}.combining-half-marks-06:before{content:"\fe26"}.combining-half-marks-07:before{content:"\fe27"}.combining-half-marks-08:before{content:"\fe28"}.combining-half-marks-09:before{content:"\fe29"}.combining-half-marks-0a:before{content:"\fe2a"}.combining-half-marks-0b:before{content:"\fe2b"}.combining-half-marks-0c:before{content:"\fe2c"}.combining-half-marks-0d:before{content:"\fe2d"}.combining-half-marks-0e:before{content:"\fe2e"}.combining-half-marks-0f:before{content:"\fe2f"}.zero-width-no-break-space-0f:before{content:"\feff"}.fi-rr-0:before{content:"\f101"}.fi-rr-00s-music-disc:before{content:"\f102"}.fi-rr-1:before{content:"\f103"}.fi-rr-2:before{content:"\f104"}.fi-rr-3:before{content:"\f105"}.fi-rr-360-degrees:before{content:"\f106"}.fi-rr-4:before{content:"\f107"}.fi-rr-404:before{content:"\f108"}.fi-rr-5:before{content:"\f109"}.fi-rr-6:before{content:"\f10a"}.fi-rr-60s-music-disc:before{content:"\f10b"}.fi-rr-7:before{content:"\f10c"}.fi-rr-70s-music-disc:before{content:"\f10d"}.fi-rr-8:before{content:"\f10e"}.fi-rr-80s-music-disc:before{content:"\f10f"}.fi-rr-9:before{content:"\f110"}.fi-rr-90s-music-disc:before{content:"\f111"}.fi-rr-a:before{content:"\f112"}.fi-rr-accident:before{content:"\f113"}.fi-rr-acorn:before{content:"\f114"}.fi-rr-ad-paid:before{content:"\f115"}.fi-rr-ad:before{content:"\f116"}.fi-rr-add-document:before{content:"\f117"}.fi-rr-add-folder:before{content:"\f118"}.fi-rr-add-image:before{content:"\f119"}.fi-rr-add:before{content:"\f11a"}.fi-rr-address-book:before{content:"\f11b"}.fi-rr-address-card:before{content:"\f11c"}.fi-rr-admin-alt:before{content:"\f11d"}.fi-rr-admin:before{content:"\f11e"}.fi-rr-age-alt:before{content:"\f11f"}.fi-rr-age-restriction-eighteen:before{content:"\f120"}.fi-rr-age-restriction-seven:before{content:"\f121"}.fi-rr-age-restriction-six:before{content:"\f122"}.fi-rr-age-restriction-sixteen:before{content:"\f123"}.fi-rr-age-restriction-thirteen:before{content:"\f124"}.fi-rr-age-restriction-three:before{content:"\f125"}.fi-rr-age-restriction-twelve:before{content:"\f126"}.fi-rr-age-restriction-twenty-one:before{content:"\f127"}.fi-rr-age-restriction-zero:before{content:"\f128"}.fi-rr-age:before{content:"\f129"}.fi-rr-air-conditioner:before{content:"\f12a"}.fi-rr-air-freshener:before{content:"\f12b"}.fi-rr-air-pollution:before{content:"\f12c"}.fi-rr-airplane-journey:before{content:"\f12d"}.fi-rr-airplane-window-open:before{content:"\f12e"}.fi-rr-airplay:before{content:"\f12f"}.fi-rr-alarm-clock:before{content:"\f130"}.fi-rr-alarm-exclamation:before{content:"\f131"}.fi-rr-alarm-plus:before{content:"\f132"}.fi-rr-alarm-snooze:before{content:"\f133"}.fi-rr-album-circle-plus:before{content:"\f134"}.fi-rr-album-circle-user:before{content:"\f135"}.fi-rr-album-collection:before{content:"\f136"}.fi-rr-album:before{content:"\f137"}.fi-rr-algorithm:before{content:"\f138"}.fi-rr-alicorn:before{content:"\f139"}.fi-rr-alien:before{content:"\f13a"}.fi-rr-align-center:before{content:"\f13b"}.fi-rr-align-justify:before{content:"\f13c"}.fi-rr-align-left:before{content:"\f13d"}.fi-rr-align-slash:before{content:"\f13e"}.fi-rr-ambulance:before{content:"\f13f"}.fi-rr-analyse-alt:before{content:"\f140"}.fi-rr-analyse:before{content:"\f141"}.fi-rr-anatomical-heart:before{content:"\f142"}.fi-rr-anchor:before{content:"\f143"}.fi-rr-angel:before{content:"\f144"}.fi-rr-angle-90:before{content:"\f145"}.fi-rr-angle-circle-down:before{content:"\f146"}.fi-rr-angle-circle-left:before{content:"\f147"}.fi-rr-angle-circle-right:before{content:"\f148"}.fi-rr-angle-circle-up:before{content:"\f149"}.fi-rr-angle-double-left:before{content:"\f14a"}.fi-rr-angle-double-right:before{content:"\f14b"}.fi-rr-angle-double-small-down:before{content:"\f14c"}.fi-rr-angle-double-small-left:before{content:"\f14d"}.fi-rr-angle-double-small-right:before{content:"\f14e"}.fi-rr-angle-double-small-up:before{content:"\f14f"}.fi-rr-angle-down:before{content:"\f150"}.fi-rr-angle-left:before{content:"\f151"}.fi-rr-angle-right:before{content:"\f152"}.fi-rr-angle-small-down:before{content:"\f153"}.fi-rr-angle-small-left:before{content:"\f154"}.fi-rr-angle-small-right:before{content:"\f155"}.fi-rr-angle-small-up:before{content:"\f156"}.fi-rr-angle-square-down:before{content:"\f157"}.fi-rr-angle-square-left:before{content:"\f158"}.fi-rr-angle-square-right:before{content:"\f159"}.fi-rr-angle-square-up:before{content:"\f15a"}.fi-rr-angle-up:before{content:"\f15b"}.fi-rr-angle:before{content:"\f15c"}.fi-rr-angles-up-down:before{content:"\f15d"}.fi-rr-angry:before{content:"\f15e"}.fi-rr-animated-icon:before{content:"\f15f"}.fi-rr-ankh:before{content:"\f160"}.fi-rr-answer-alt:before{content:"\f161"}.fi-rr-answer:before{content:"\f162"}.fi-rr-apartment:before{content:"\f163"}.fi-rr-aperture:before{content:"\f164"}.fi-rr-api:before{content:"\f165"}.fi-rr-apple-core:before{content:"\f166"}.fi-rr-apple-crate:before{content:"\f167"}.fi-rr-apple-whole:before{content:"\f168"}.fi-rr-apps-add:before{content:"\f169"}.fi-rr-apps-delete:before{content:"\f16a"}.fi-rr-apps-sort:before{content:"\f16b"}.fi-rr-apps:before{content:"\f16c"}.fi-rr-archive:before{content:"\f16d"}.fi-rr-archway:before{content:"\f16e"}.fi-rr-arrow-alt-circle-down:before{content:"\f16f"}.fi-rr-arrow-alt-circle-left:before{content:"\f170"}.fi-rr-arrow-alt-circle-right:before{content:"\f171"}.fi-rr-arrow-alt-circle-up:before{content:"\f172"}.fi-rr-arrow-alt-down:before{content:"\f173"}.fi-rr-arrow-alt-from-bottom:before{content:"\f174"}.fi-rr-arrow-alt-from-left:before{content:"\f175"}.fi-rr-arrow-alt-from-right:before{content:"\f176"}.fi-rr-arrow-alt-from-top:before{content:"\f177"}.fi-rr-arrow-alt-left:before{content:"\f178"}.fi-rr-arrow-alt-right:before{content:"\f179"}.fi-rr-arrow-alt-square-down:before{content:"\f17a"}.fi-rr-arrow-alt-square-left:before{content:"\f17b"}.fi-rr-arrow-alt-square-right:before{content:"\f17c"}.fi-rr-arrow-alt-square-up:before{content:"\f17d"}.fi-rr-arrow-alt-to-bottom:before{content:"\f17e"}.fi-rr-arrow-alt-to-left:before{content:"\f17f"}.fi-rr-arrow-alt-to-right:before{content:"\f180"}.fi-rr-arrow-alt-to-top:before{content:"\f181"}.fi-rr-arrow-alt-up:before{content:"\f182"}.fi-rr-arrow-circle-down:before{content:"\f183"}.fi-rr-arrow-circle-left:before{content:"\f184"}.fi-rr-arrow-circle-right:before{content:"\f185"}.fi-rr-arrow-circle-up:before{content:"\f186"}.fi-rr-arrow-comparison:before{content:"\f187"}.fi-rr-arrow-down-from-arc:before{content:"\f188"}.fi-rr-arrow-down-from-dotted-line:before{content:"\f189"}.fi-rr-arrow-down-left:before{content:"\f18a"}.fi-rr-arrow-down-small-big:before{content:"\f18b"}.fi-rr-arrow-down-to-dotted-line:before{content:"\f18c"}.fi-rr-arrow-down-to-square:before{content:"\f18d"}.fi-rr-arrow-down-triangle-square:before{content:"\f18e"}.fi-rr-arrow-down:before{content:"\f18f"}.fi-rr-arrow-from-bottom:before{content:"\f190"}.fi-rr-arrow-from-left:before{content:"\f191"}.fi-rr-arrow-from-right:before{content:"\f192"}.fi-rr-arrow-from-top:before{content:"\f193"}.fi-rr-arrow-left-from-arc:before{content:"\f194"}.fi-rr-arrow-left-from-line:before{content:"\f195"}.fi-rr-arrow-left-to-arc:before{content:"\f196"}.fi-rr-arrow-left:before{content:"\f197"}.fi-rr-arrow-progress-alt:before{content:"\f198"}.fi-rr-arrow-progress:before{content:"\f199"}.fi-rr-arrow-right-to-bracket:before{content:"\f19a"}.fi-rr-arrow-right:before{content:"\f19b"}.fi-rr-arrow-small-down:before{content:"\f19c"}.fi-rr-arrow-small-left:before{content:"\f19d"}.fi-rr-arrow-small-right:before{content:"\f19e"}.fi-rr-arrow-small-up:before{content:"\f19f"}.fi-rr-arrow-square-down:before{content:"\f1a0"}.fi-rr-arrow-square-left:before{content:"\f1a1"}.fi-rr-arrow-square-right:before{content:"\f1a2"}.fi-rr-arrow-square-up:before{content:"\f1a3"}.fi-rr-arrow-to-bottom:before{content:"\f1a4"}.fi-rr-arrow-to-left:before{content:"\f1a5"}.fi-rr-arrow-to-right:before{content:"\f1a6"}.fi-rr-arrow-to-top:before{content:"\f1a7"}.fi-rr-arrow-trend-down:before{content:"\f1a8"}.fi-rr-arrow-trend-up:before{content:"\f1a9"}.fi-rr-arrow-turn-down-left:before{content:"\f1aa"}.fi-rr-arrow-turn-down-right:before{content:"\f1ab"}.fi-rr-arrow-turn-left-up:before{content:"\f1ac"}.fi-rr-arrow-up-from-dotted-line:before{content:"\f1ad"}.fi-rr-arrow-up-from-ground-water:before{content:"\f1ae"}.fi-rr-arrow-up-from-square:before{content:"\f1af"}.fi-rr-arrow-up-left-from-circle:before{content:"\f1b0"}.fi-rr-arrow-up-left:before{content:"\f1b1"}.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before{content:"\f1b2"}.fi-rr-arrow-up-right-from-square:before{content:"\f1b3"}.fi-rr-arrow-up-right:before{content:"\f1b4"}.fi-rr-arrow-up-small-big:before{content:"\f1b5"}.fi-rr-arrow-up-square-triangle:before{content:"\f1b6"}.fi-rr-arrow-up-to-arc:before{content:"\f1b7"}.fi-rr-arrow-up-to-dotted-line:before{content:"\f1b8"}.fi-rr-arrow-up:before{content:"\f1b9"}.fi-rr-arrow-upward-growth-crypto:before{content:"\f1ba"}.fi-rr-arrows-alt-h:before{content:"\f1bb"}.fi-rr-arrows-alt-v:before{content:"\f1bc"}.fi-rr-arrows-alt:before{content:"\f1bd"}.fi-rr-arrows-cross:before{content:"\f1be"}.fi-rr-arrows-from-dotted-line:before{content:"\f1bf"}.fi-rr-arrows-from-line:before{content:"\f1c0"}.fi-rr-arrows-h-copy:before{content:"\f1c1"}.fi-rr-arrows-h:before{content:"\f1c2"}.fi-rr-arrows-repeat-1:before{content:"\f1c3"}.fi-rr-arrows-repeat:before{content:"\f1c4"}.fi-rr-arrows-retweet:before{content:"\f1c5"}.fi-rr-arrows-split-right-and-left:before{content:"\f1c6"}.fi-rr-arrows-split-up-and-left:before{content:"\f1c7"}.fi-rr-arrows-to-circle:before{content:"\f1c8"}.fi-rr-arrows-to-dotted-line:before{content:"\f1c9"}.fi-rr-arrows-to-eye:before{content:"\f1ca"}.fi-rr-arrows-to-line:before{content:"\f1cb"}.fi-rr-arrows:before{content:"\f1cc"}.fi-rr-artificial-intelligence:before{content:"\f1cd"}.fi-rr-assept-document:before{content:"\f1ce"}.fi-rr-assessment-alt:before{content:"\f1cf"}.fi-rr-assessment:before{content:"\f1d0"}.fi-rr-assign:before{content:"\f1d1"}.fi-rr-assistive-listening-systems:before{content:"\f1d2"}.fi-rr-asterik:before{content:"\f1d3"}.fi-rr-at:before{content:"\f1d4"}.fi-rr-attribution-pen:before{content:"\f1d5"}.fi-rr-attribution-pencil:before{content:"\f1d6"}.fi-rr-aubergine:before{content:"\f1d7"}.fi-rr-auction:before{content:"\f1d8"}.fi-rr-audience-megaphone:before{content:"\f1d9"}.fi-rr-audio-description-slash:before{content:"\f1da"}.fi-rr-audit-alt:before{content:"\f1db"}.fi-rr-audit:before{content:"\f1dc"}.fi-rr-austral-sign:before{content:"\f1dd"}.fi-rr-avocado:before{content:"\f1de"}.fi-rr-award:before{content:"\f1df"}.fi-rr-axe-battle:before{content:"\f1e0"}.fi-rr-axe:before{content:"\f1e1"}.fi-rr-b:before{content:"\f1e2"}.fi-rr-baby-carriage:before{content:"\f1e3"}.fi-rr-baby:before{content:"\f1e4"}.fi-rr-back-up:before{content:"\f1e5"}.fi-rr-background:before{content:"\f1e6"}.fi-rr-backpack:before{content:"\f1e7"}.fi-rr-bacon:before{content:"\f1e8"}.fi-rr-bacteria:before{content:"\f1e9"}.fi-rr-bacterium:before{content:"\f1ea"}.fi-rr-badge-check:before{content:"\f1eb"}.fi-rr-badge-dollar:before{content:"\f1ec"}.fi-rr-badge-leaf:before{content:"\f1ed"}.fi-rr-badge-percent:before{content:"\f1ee"}.fi-rr-badge-sheriff:before{content:"\f1ef"}.fi-rr-badge:before{content:"\f1f0"}.fi-rr-badger-honey:before{content:"\f1f1"}.fi-rr-badget-check-alt:before{content:"\f1f2"}.fi-rr-badminton:before{content:"\f1f3"}.fi-rr-bag-map-pin:before{content:"\f1f4"}.fi-rr-bag-seedling:before{content:"\f1f5"}.fi-rr-bag-shopping-minus:before{content:"\f1f6"}.fi-rr-bags-shopping:before{content:"\f1f7"}.fi-rr-baguette:before{content:"\f1f8"}.fi-rr-bahai:before{content:"\f1f9"}.fi-rr-baht-sign:before{content:"\f1fa"}.fi-rr-balance-scale-left:before{content:"\f1fb"}.fi-rr-balance-scale-right:before{content:"\f1fc"}.fi-rr-ball-pile:before{content:"\f1fd"}.fi-rr-ball:before{content:"\f1fe"}.fi-rr-ballet-dance:before{content:"\f1ff"}.fi-rr-balloon:before{content:"\f200"}.fi-rr-balloons:before{content:"\f201"}.fi-rr-ballot-check:before{content:"\f202"}.fi-rr-ballot:before{content:"\f203"}.fi-rr-ban-bug:before{content:"\f204"}.fi-rr-ban:before{content:"\f205"}.fi-rr-banana:before{content:"\f206"}.fi-rr-band-aid:before{content:"\f207"}.fi-rr-bangladeshi-taka-sign:before{content:"\f208"}.fi-rr-banjo:before{content:"\f209"}.fi-rr-bank:before{content:"\f20a"}.fi-rr-banner-2:before{content:"\f20b"}.fi-rr-banner-3:before{content:"\f20c"}.fi-rr-banner-4:before{content:"\f20d"}.fi-rr-banner-5:before{content:"\f20e"}.fi-rr-banner:before{content:"\f20f"}.fi-rr-barber-pole:before{content:"\f210"}.fi-rr-barber-shop:before{content:"\f211"}.fi-rr-barcode-read:before{content:"\f212"}.fi-rr-barcode-scan:before{content:"\f213"}.fi-rr-barcode:before{content:"\f214"}.fi-rr-bars-filter:before{content:"\f215"}.fi-rr-bars-progress:before{content:"\f216"}.fi-rr-bars-sort:before{content:"\f217"}.fi-rr-bars-staggered:before{content:"\f218"}.fi-rr-baseball-alt:before{content:"\f219"}.fi-rr-baseball:before{content:"\f21a"}.fi-rr-basket-shopping-minus:before{content:"\f21b"}.fi-rr-basket-shopping-plus:before{content:"\f21c"}.fi-rr-basket-shopping-simple:before{content:"\f21d"}.fi-rr-basket:before{content:"\f21e"}.fi-rr-basketball:before{content:"\f21f"}.fi-rr-bat:before{content:"\f220"}.fi-rr-bath:before{content:"\f221"}.fi-rr-battery-bolt:before{content:"\f222"}.fi-rr-battery-empty:before{content:"\f223"}.fi-rr-battery-exclamation:before{content:"\f224"}.fi-rr-battery-full:before{content:"\f225"}.fi-rr-battery-half:before{content:"\f226"}.fi-rr-battery-quarter:before{content:"\f227"}.fi-rr-battery-slash:before{content:"\f228"}.fi-rr-battery-three-quarters:before{content:"\f229"}.fi-rr-beacon:before{content:"\f22a"}.fi-rr-bed-alt:before{content:"\f22b"}.fi-rr-bed-bunk:before{content:"\f22c"}.fi-rr-bed-empty:before{content:"\f22d"}.fi-rr-bed:before{content:"\f22e"}.fi-rr-bee:before{content:"\f22f"}.fi-rr-beer-mug-empty:before{content:"\f230"}.fi-rr-beer:before{content:"\f231"}.fi-rr-bell-concierge:before{content:"\f232"}.fi-rr-bell-notification-call:before{content:"\f233"}.fi-rr-bell-notification-social-media:before{content:"\f234"}.fi-rr-bell-ring:before{content:"\f235"}.fi-rr-bell-school-slash:before{content:"\f236"}.fi-rr-bell-school:before{content:"\f237"}.fi-rr-bell-slash:before{content:"\f238"}.fi-rr-bell:before{content:"\f239"}.fi-rr-bells:before{content:"\f23a"}.fi-rr-bench-tree:before{content:"\f23b"}.fi-rr-benefit-diamond-alt:before{content:"\f23c"}.fi-rr-benefit-diamond:before{content:"\f23d"}.fi-rr-benefit-hand:before{content:"\f23e"}.fi-rr-benefit-increase:before{content:"\f23f"}.fi-rr-benefit-porcent:before{content:"\f240"}.fi-rr-benefit:before{content:"\f241"}.fi-rr-betamax:before{content:"\f242"}.fi-rr-bible:before{content:"\f243"}.fi-rr-bicycle-journey:before{content:"\f244"}.fi-rr-bike:before{content:"\f245"}.fi-rr-biking-mountain:before{content:"\f246"}.fi-rr-biking:before{content:"\f247"}.fi-rr-bill-arrow:before{content:"\f248"}.fi-rr-billiard:before{content:"\f249"}.fi-rr-bin-bottles:before{content:"\f24a"}.fi-rr-binary-circle-check:before{content:"\f24b"}.fi-rr-binary-lock:before{content:"\f24c"}.fi-rr-binary-slash:before{content:"\f24d"}.fi-rr-binary:before{content:"\f24e"}.fi-rr-binoculars:before{content:"\f24f"}.fi-rr-bio-leaves:before{content:"\f250"}.fi-rr-bio:before{content:"\f251"}.fi-rr-biohazard:before{content:"\f252"}.fi-rr-bird:before{content:"\f253"}.fi-rr-bitcoin-sign:before{content:"\f254"}.fi-rr-blanket:before{content:"\f255"}.fi-rr-blender-phone:before{content:"\f256"}.fi-rr-blender:before{content:"\f257"}.fi-rr-blinds-open:before{content:"\f258"}.fi-rr-blinds-raised:before{content:"\f259"}.fi-rr-blinds:before{content:"\f25a"}.fi-rr-block-brick:before{content:"\f25b"}.fi-rr-block-microphone:before{content:"\f25c"}.fi-rr-block-question:before{content:"\f25d"}.fi-rr-block-quote:before{content:"\f25e"}.fi-rr-block:before{content:"\f25f"}.fi-rr-blockchain-3:before{content:"\f260"}.fi-rr-blog-pencil:before{content:"\f261"}.fi-rr-blog-text:before{content:"\f262"}.fi-rr-blood-dropper:before{content:"\f263"}.fi-rr-blood-test-tube-alt:before{content:"\f264"}.fi-rr-blood-test-tube:before{content:"\f265"}.fi-rr-blood:before{content:"\f266"}.fi-rr-blueberries:before{content:"\f267"}.fi-rr-blueprint:before{content:"\f268"}.fi-rr-bold:before{content:"\f269"}.fi-rr-bolt-auto:before{content:"\f26a"}.fi-rr-bolt-slash:before{content:"\f26b"}.fi-rr-bolt:before{content:"\f26c"}.fi-rr-bomb:before{content:"\f26d"}.fi-rr-bone-break:before{content:"\f26e"}.fi-rr-bone:before{content:"\f26f"}.fi-rr-bong:before{content:"\f270"}.fi-rr-bonus-alt:before{content:"\f271"}.fi-rr-bonus-star:before{content:"\f272"}.fi-rr-bonus:before{content:"\f273"}.fi-rr-book-alt:before{content:"\f274"}.fi-rr-book-arrow-right:before{content:"\f275"}.fi-rr-book-arrow-up:before{content:"\f276"}.fi-rr-book-atlas:before{content:"\f277"}.fi-rr-book-bookmark:before{content:"\f278"}.fi-rr-book-circle-arrow-right:before{content:"\f279"}.fi-rr-book-circle-arrow-up:before{content:"\f27a"}.fi-rr-book-copy:before{content:"\f27b"}.fi-rr-book-dead:before{content:"\f27c"}.fi-rr-book-font:before{content:"\f27d"}.fi-rr-book-heart:before{content:"\f27e"}.fi-rr-book-medical:before{content:"\f27f"}.fi-rr-book-open-cover:before{content:"\f280"}.fi-rr-book-open-reader:before{content:"\f281"}.fi-rr-book-plus:before{content:"\f282"}.fi-rr-book-quran:before{content:"\f283"}.fi-rr-book-section:before{content:"\f284"}.fi-rr-book-spells:before{content:"\f285"}.fi-rr-book-tanakh:before{content:"\f286"}.fi-rr-book-user:before{content:"\f287"}.fi-rr-book:before{content:"\f288"}.fi-rr-Booking:before{content:"\f289"}.fi-rr-bookmark-slash:before{content:"\f28a"}.fi-rr-bookmark:before{content:"\f28b"}.fi-rr-books-medical:before{content:"\f28c"}.fi-rr-books:before{content:"\f28d"}.fi-rr-boot-heeled:before{content:"\f28e"}.fi-rr-boot:before{content:"\f28f"}.fi-rr-booth-curtain:before{content:"\f290"}.fi-rr-border-all:before{content:"\f291"}.fi-rr-border-bottom:before{content:"\f292"}.fi-rr-border-center-h:before{content:"\f293"}.fi-rr-border-center-v:before{content:"\f294"}.fi-rr-border-inner:before{content:"\f295"}.fi-rr-border-left:before{content:"\f296"}.fi-rr-border-none:before{content:"\f297"}.fi-rr-border-outer:before{content:"\f298"}.fi-rr-border-right:before{content:"\f299"}.fi-rr-border-style-alt:before{content:"\f29a"}.fi-rr-border-style:before{content:"\f29b"}.fi-rr-border-top:before{content:"\f29c"}.fi-rr-boss:before{content:"\f29d"}.fi-rr-bottle-droplet:before{content:"\f29e"}.fi-rr-bottle:before{content:"\f29f"}.fi-rr-bow-arrow:before{content:"\f2a0"}.fi-rr-bowl-chopsticks-noodles:before{content:"\f2a1"}.fi-rr-bowl-chopsticks:before{content:"\f2a2"}.fi-rr-bowl-rice:before{content:"\f2a3"}.fi-rr-bowl-scoop:before{content:"\f2a4"}.fi-rr-bowl-scoops:before{content:"\f2a5"}.fi-rr-bowl-soft-serve:before{content:"\f2a6"}.fi-rr-bowl-spoon:before{content:"\f2a7"}.fi-rr-bowling-ball:before{content:"\f2a8"}.fi-rr-bowling-pins:before{content:"\f2a9"}.fi-rr-bowling:before{content:"\f2aa"}.fi-rr-box-alt:before{content:"\f2ab"}.fi-rr-box-ballot:before{content:"\f2ac"}.fi-rr-box-check:before{content:"\f2ad"}.fi-rr-box-circle-check:before{content:"\f2ae"}.fi-rr-box-dollar:before{content:"\f2af"}.fi-rr-box-fragile:before{content:"\f2b0"}.fi-rr-box-heart:before{content:"\f2b1"}.fi-rr-box-open-full:before{content:"\f2b2"}.fi-rr-box-open:before{content:"\f2b3"}.fi-rr-box-tissue:before{content:"\f2b4"}.fi-rr-box-up:before{content:"\f2b5"}.fi-rr-box:before{content:"\f2b6"}.fi-rr-boxes:before{content:"\f2b7"}.fi-rr-boxing-glove:before{content:"\f2b8"}.fi-rr-bracket-curly-right:before{content:"\f2b9"}.fi-rr-bracket-curly:before{content:"\f2ba"}.fi-rr-bracket-round-right:before{content:"\f2bb"}.fi-rr-bracket-round:before{content:"\f2bc"}.fi-rr-bracket-square-right:before{content:"\f2bd"}.fi-rr-bracket-square:before{content:"\f2be"}.fi-rr-brackets-curly:before{content:"\f2bf"}.fi-rr-brackets-round:before{content:"\f2c0"}.fi-rr-brackets-square:before{content:"\f2c1"}.fi-rr-braille-a:before{content:"\f2c2"}.fi-rr-braille-b:before{content:"\f2c3"}.fi-rr-braille-c:before{content:"\f2c4"}.fi-rr-braille-d:before{content:"\f2c5"}.fi-rr-braille-e:before{content:"\f2c6"}.fi-rr-braille-g:before{content:"\f2c7"}.fi-rr-braille-h:before{content:"\f2c8"}.fi-rr-braille-i:before{content:"\f2c9"}.fi-rr-braille-j:before{content:"\f2ca"}.fi-rr-braille-k:before{content:"\f2cb"}.fi-rr-braille-l:before{content:"\f2cc"}.fi-rr-braille-m:before{content:"\f2cd"}.fi-rr-braille-n-alt:before{content:"\f2ce"}.fi-rr-braille-n:before{content:"\f2cf"}.fi-rr-braille-o:before{content:"\f2d0"}.fi-rr-braille-p:before{content:"\f2d1"}.fi-rr-braille-q:before{content:"\f2d2"}.fi-rr-braille-r:before{content:"\f2d3"}.fi-rr-braille-s:before{content:"\f2d4"}.fi-rr-braille-t:before{content:"\f2d5"}.fi-rr-braille-u:before{content:"\f2d6"}.fi-rr-braille-v:before{content:"\f2d7"}.fi-rr-braille-w:before{content:"\f2d8"}.fi-rr-braille-x:before{content:"\f2d9"}.fi-rr-braille-y:before{content:"\f2da"}.fi-rr-braille-z:before{content:"\f2db"}.fi-rr-braille:before{content:"\f2dc"}.fi-rr-brain-circuit:before{content:"\f2dd"}.fi-rr-brain:before{content:"\f2de"}.fi-rr-brake-warning:before{content:"\f2df"}.fi-rr-branching:before{content:"\f2e0"}.fi-rr-brand:before{content:"\f2e1"}.fi-rr-branding:before{content:"\f2e2"}.fi-rr-bread-loaf:before{content:"\f2e3"}.fi-rr-bread-slice-butter:before{content:"\f2e4"}.fi-rr-bread-slice:before{content:"\f2e5"}.fi-rr-bread:before{content:"\f2e6"}.fi-rr-briefcase-arrow-right:before{content:"\f2e7"}.fi-rr-briefcase-blank:before{content:"\f2e8"}.fi-rr-briefcase:before{content:"\f2e9"}.fi-rr-brightness-low:before{content:"\f2ea"}.fi-rr-brightness:before{content:"\f2eb"}.fi-rr-bring-forward:before{content:"\f2ec"}.fi-rr-bring-front:before{content:"\f2ed"}.fi-rr-broadcast-tower:before{content:"\f2ee"}.fi-rr-broccoli:before{content:"\f2ef"}.fi-rr-broken-chain-link-wrong:before{content:"\f2f0"}.fi-rr-broken-image:before{content:"\f2f1"}.fi-rr-broom-ball:before{content:"\f2f2"}.fi-rr-broom:before{content:"\f2f3"}.fi-rr-browser-ui:before{content:"\f2f4"}.fi-rr-browser:before{content:"\f2f5"}.fi-rr-browsers:before{content:"\f2f6"}.fi-rr-brush:before{content:"\f2f7"}.fi-rr-bucket:before{content:"\f2f8"}.fi-rr-budget-alt:before{content:"\f2f9"}.fi-rr-budget:before{content:"\f2fa"}.fi-rr-bug-slash:before{content:"\f2fb"}.fi-rr-bug:before{content:"\f2fc"}.fi-rr-bugs:before{content:"\f2fd"}.fi-rr-build-alt:before{content:"\f2fe"}.fi-rr-build:before{content:"\f2ff"}.fi-rr-builder:before{content:"\f300"}.fi-rr-building-circle-arrow-right:before{content:"\f301"}.fi-rr-building-ngo:before{content:"\f302"}.fi-rr-building:before{content:"\f303"}.fi-rr-bulb:before{content:"\f304"}.fi-rr-bullet:before{content:"\f305"}.fi-rr-bullhorn:before{content:"\f306"}.fi-rr-bullseye-arrow:before{content:"\f307"}.fi-rr-bullseye-pointer:before{content:"\f308"}.fi-rr-bullseye:before{content:"\f309"}.fi-rr-burger-alt:before{content:"\f30a"}.fi-rr-burger-fries:before{content:"\f30b"}.fi-rr-burger-glass:before{content:"\f30c"}.fi-rr-burrito:before{content:"\f30d"}.fi-rr-burst:before{content:"\f30e"}.fi-rr-bus-alt:before{content:"\f30f"}.fi-rr-bus:before{content:"\f310"}.fi-rr-business-time:before{content:"\f311"}.fi-rr-Butter:before{content:"\f312"}.fi-rr-butterfly:before{content:"\f313"}.fi-rr-c:before{content:"\f314"}.fi-rr-cabin:before{content:"\f315"}.fi-rr-cactus:before{content:"\f316"}.fi-rr-cage-empty:before{content:"\f317"}.fi-rr-cake-birthday:before{content:"\f318"}.fi-rr-cake-slice:before{content:"\f319"}.fi-rr-cake-wedding:before{content:"\f31a"}.fi-rr-calculator-bill:before{content:"\f31b"}.fi-rr-calculator-math-tax:before{content:"\f31c"}.fi-rr-calculator-money:before{content:"\f31d"}.fi-rr-calculator-simple:before{content:"\f31e"}.fi-rr-calculator:before{content:"\f31f"}.fi-rr-calendar-arrow-down:before{content:"\f320"}.fi-rr-calendar-arrow-up:before{content:"\f321"}.fi-rr-calendar-birhtday-cake:before{content:"\f322"}.fi-rr-calendar-call:before{content:"\f323"}.fi-rr-calendar-check:before{content:"\f324"}.fi-rr-calendar-clock:before{content:"\f325"}.fi-rr-calendar-day:before{content:"\f326"}.fi-rr-calendar-days:before{content:"\f327"}.fi-rr-calendar-event-tax:before{content:"\f328"}.fi-rr-calendar-exclamation:before{content:"\f329"}.fi-rr-calendar-gavel-legal:before{content:"\f32a"}.fi-rr-calendar-heart:before{content:"\f32b"}.fi-rr-calendar-image:before{content:"\f32c"}.fi-rr-calendar-lines-pen:before{content:"\f32d"}.fi-rr-calendar-lines:before{content:"\f32e"}.fi-rr-calendar-minus:before{content:"\f32f"}.fi-rr-calendar-payment-loan:before{content:"\f330"}.fi-rr-calendar-pen:before{content:"\f331"}.fi-rr-calendar-plus:before{content:"\f332"}.fi-rr-calendar-salary:before{content:"\f333"}.fi-rr-calendar-shift-swap:before{content:"\f334"}.fi-rr-calendar-star:before{content:"\f335"}.fi-rr-calendar-swap:before{content:"\f336"}.fi-rr-calendar-week:before{content:"\f337"}.fi-rr-calendar-xmark:before{content:"\f338"}.fi-rr-calendar:before{content:"\f339"}.fi-rr-calendars:before{content:"\f33a"}.fi-rr-call-duration:before{content:"\f33b"}.fi-rr-call-history:before{content:"\f33c"}.fi-rr-call-incoming:before{content:"\f33d"}.fi-rr-call-missed:before{content:"\f33e"}.fi-rr-call-outgoing:before{content:"\f33f"}.fi-rr-camcorder:before{content:"\f340"}.fi-rr-camera-cctv:before{content:"\f341"}.fi-rr-camera-movie:before{content:"\f342"}.fi-rr-camera-retro:before{content:"\f343"}.fi-rr-camera-rotate:before{content:"\f344"}.fi-rr-camera-security:before{content:"\f345"}.fi-rr-camera-slash:before{content:"\f346"}.fi-rr-camera-viewfinder:before{content:"\f347"}.fi-rr-camera:before{content:"\f348"}.fi-rr-campfire:before{content:"\f349"}.fi-rr-camping:before{content:"\f34a"}.fi-rr-can-food:before{content:"\f34b"}.fi-rr-candle-holder:before{content:"\f34c"}.fi-rr-candle-lotus-yoga:before{content:"\f34d"}.fi-rr-candle-pose-yoga:before{content:"\f34e"}.fi-rr-candy-alt:before{content:"\f34f"}.fi-rr-candy-bar:before{content:"\f350"}.fi-rr-candy-cane:before{content:"\f351"}.fi-rr-candy-corn:before{content:"\f352"}.fi-rr-candy-sweet:before{content:"\f353"}.fi-rr-candy:before{content:"\f354"}.fi-rr-Cannabis:before{content:"\f355"}.fi-rr-canned-food:before{content:"\f356"}.fi-rr-capsules:before{content:"\f357"}.fi-rr-car-alt:before{content:"\f358"}.fi-rr-car-battery:before{content:"\f359"}.fi-rr-car-bolt:before{content:"\f35a"}.fi-rr-car-building:before{content:"\f35b"}.fi-rr-car-bump:before{content:"\f35c"}.fi-rr-car-bus:before{content:"\f35d"}.fi-rr-car-circle-bolt:before{content:"\f35e"}.fi-rr-car-crash:before{content:"\f35f"}.fi-rr-car-garage:before{content:"\f360"}.fi-rr-car-journey:before{content:"\f361"}.fi-rr-car-mechanic:before{content:"\f362"}.fi-rr-car-rear:before{content:"\f363"}.fi-rr-car-side-bolt:before{content:"\f364"}.fi-rr-car-side:before{content:"\f365"}.fi-rr-car-tilt:before{content:"\f366"}.fi-rr-car-tunnel:before{content:"\f367"}.fi-rr-car-wash:before{content:"\f368"}.fi-rr-car:before{content:"\f369"}.fi-rr-caravan-alt:before{content:"\f36a"}.fi-rr-caravan:before{content:"\f36b"}.fi-rr-card-club:before{content:"\f36c"}.fi-rr-card-diamond:before{content:"\f36d"}.fi-rr-card-heart:before{content:"\f36e"}.fi-rr-card-spade:before{content:"\f36f"}.fi-rr-cardinal-compass:before{content:"\f370"}.fi-rr-career-growth:before{content:"\f371"}.fi-rr-career-path:before{content:"\f372"}.fi-rr-caret-circle-down:before{content:"\f373"}.fi-rr-caret-circle-right:before{content:"\f374"}.fi-rr-caret-circle-up:before{content:"\f375"}.fi-rr-caret-down:before{content:"\f376"}.fi-rr-caret-left:before{content:"\f377"}.fi-rr-caret-quare-up:before{content:"\f378"}.fi-rr-caret-right:before{content:"\f379"}.fi-rr-caret-square-down:before{content:"\f37a"}.fi-rr-caret-square-left_1:before{content:"\f37b"}.fi-rr-caret-square-left:before{content:"\f37c"}.fi-rr-caret-square-right:before{content:"\f37d"}.fi-rr-caret-up:before{content:"\f37e"}.fi-rr-carrot:before{content:"\f37f"}.fi-rr-cars-crash:before{content:"\f380"}.fi-rr-cars:before{content:"\f381"}.fi-rr-cart-arrow-down:before{content:"\f382"}.fi-rr-cart-minus:before{content:"\f383"}.fi-rr-cart-shopping-fast:before{content:"\f384"}.fi-rr-cash-register:before{content:"\f385"}.fi-rr-cassette-tape:before{content:"\f386"}.fi-rr-cassette-vhs:before{content:"\f387"}.fi-rr-castle:before{content:"\f388"}.fi-rr-cat-head:before{content:"\f389"}.fi-rr-cat-space:before{content:"\f38a"}.fi-rr-cat:before{content:"\f38b"}.fi-rr-catalog-alt:before{content:"\f38c"}.fi-rr-catalog-magazine:before{content:"\f38d"}.fi-rr-catalog:before{content:"\f38e"}.fi-rr-category-alt:before{content:"\f38f"}.fi-rr-category:before{content:"\f390"}.fi-rr-cauldron:before{content:"\f391"}.fi-rr-cedi-sign:before{content:"\f392"}.fi-rr-cello:before{content:"\f393"}.fi-rr-cent-sign:before{content:"\f394"}.fi-rr-chair-office:before{content:"\f395"}.fi-rr-chair:before{content:"\f396"}.fi-rr-chalkboard-user:before{content:"\f397"}.fi-rr-chalkboard:before{content:"\f398"}.fi-rr-challenge-alt:before{content:"\f399"}.fi-rr-challenge:before{content:"\f39a"}.fi-rr-channel:before{content:"\f39b"}.fi-rr-charging-station:before{content:"\f39c"}.fi-rr-chart-area:before{content:"\f39d"}.fi-rr-chart-bullet:before{content:"\f39e"}.fi-rr-chart-candlestick:before{content:"\f39f"}.fi-rr-chart-connected:before{content:"\f3a0"}.fi-rr-chart-gantt:before{content:"\f3a1"}.fi-rr-chart-histogram:before{content:"\f3a2"}.fi-rr-chart-kanban:before{content:"\f3a3"}.fi-rr-chart-line-up-down:before{content:"\f3a4"}.fi-rr-chart-line-up:before{content:"\f3a5"}.fi-rr-chart-mixed-up-circle-currency:before{content:"\f3a6"}.fi-rr-chart-mixed-up-circle-dollar:before{content:"\f3a7"}.fi-rr-chart-mixed:before{content:"\f3a8"}.fi-rr-chart-network:before{content:"\f3a9"}.fi-rr-chart-pie-alt:before{content:"\f3aa"}.fi-rr-chart-pie-simple-circle-currency:before{content:"\f3ab"}.fi-rr-chart-pie-simple-circle-dollar:before{content:"\f3ac"}.fi-rr-chart-pie:before{content:"\f3ad"}.fi-rr-chart-pyramid:before{content:"\f3ae"}.fi-rr-chart-radar:before{content:"\f3af"}.fi-rr-chart-scatter-3d:before{content:"\f3b0"}.fi-rr-chart-scatter-bubble:before{content:"\f3b1"}.fi-rr-chart-scatter:before{content:"\f3b2"}.fi-rr-chart-set-theory:before{content:"\f3b3"}.fi-rr-chart-simple-horizontal:before{content:"\f3b4"}.fi-rr-chart-simple:before{content:"\f3b5"}.fi-rr-chart-tree-map:before{content:"\f3b6"}.fi-rr-chart-tree:before{content:"\f3b7"}.fi-rr-chart-user:before{content:"\f3b8"}.fi-rr-chart-waterfall:before{content:"\f3b9"}.fi-rr-chat-arrow-down:before{content:"\f3ba"}.fi-rr-chat-arrow-grow:before{content:"\f3bb"}.fi-rr-chat-bubble-call:before{content:"\f3bc"}.fi-rr-chatbot-speech-bubble:before{content:"\f3bd"}.fi-rr-chatbot:before{content:"\f3be"}.fi-rr-cheap-bill:before{content:"\f3bf"}.fi-rr-cheap-dollar:before{content:"\f3c0"}.fi-rr-cheap-stack-dollar:before{content:"\f3c1"}.fi-rr-cheap-stack:before{content:"\f3c2"}.fi-rr-cheap:before{content:"\f3c3"}.fi-rr-check-circle:before{content:"\f3c4"}.fi-rr-check-double:before{content:"\f3c5"}.fi-rr-check-in-calendar:before{content:"\f3c6"}.fi-rr-check-out-calendar:before{content:"\f3c7"}.fi-rr-check:before{content:"\f3c8"}.fi-rr-checkbox:before{content:"\f3c9"}.fi-rr-checklist-task-budget:before{content:"\f3ca"}.fi-rr-cheese-alt:before{content:"\f3cb"}.fi-rr-cheese:before{content:"\f3cc"}.fi-rr-cheeseburger:before{content:"\f3cd"}.fi-rr-cherry:before{content:"\f3ce"}.fi-rr-chess-bishop:before{content:"\f3cf"}.fi-rr-chess-board:before{content:"\f3d0"}.fi-rr-chess-clock-alt:before{content:"\f3d1"}.fi-rr-chess-clock:before{content:"\f3d2"}.fi-rr-chess-king-alt:before{content:"\f3d3"}.fi-rr-chess-king:before{content:"\f3d4"}.fi-rr-chess-knight-alt:before{content:"\f3d5"}.fi-rr-chess-knight:before{content:"\f3d6"}.fi-rr-chess-pawn-alt:before{content:"\f3d7"}.fi-rr-chess-piece:before{content:"\f3d8"}.fi-rr-chess-queen-alt:before{content:"\f3d9"}.fi-rr-chess-queen:before{content:"\f3da"}.fi-rr-chess-rook-alt:before{content:"\f3db"}.fi-rr-chess-rook:before{content:"\f3dc"}.fi-rr-chess:before{content:"\f3dd"}.fi-rr-chevron-double-down:before{content:"\f3de"}.fi-rr-chevron-double-up:before{content:"\f3df"}.fi-rr-child-head:before{content:"\f3e0"}.fi-rr-child:before{content:"\f3e1"}.fi-rr-chimney:before{content:"\f3e2"}.fi-rr-chip:before{content:"\f3e3"}.fi-rr-chocolate:before{content:"\f3e4"}.fi-rr-choir-singing:before{content:"\f3e5"}.fi-rr-choose-alt:before{content:"\f3e6"}.fi-rr-choose:before{content:"\f3e7"}.fi-rr-church:before{content:"\f3e8"}.fi-rr-circle-0:before{content:"\f3e9"}.fi-rr-circle-1:before{content:"\f3ea"}.fi-rr-circle-2:before{content:"\f3eb"}.fi-rr-circle-3:before{content:"\f3ec"}.fi-rr-circle-4:before{content:"\f3ed"}.fi-rr-circle-5:before{content:"\f3ee"}.fi-rr-circle-6:before{content:"\f3ef"}.fi-rr-circle-7:before{content:"\f3f0"}.fi-rr-circle-8:before{content:"\f3f1"}.fi-rr-circle-9:before{content:"\f3f2"}.fi-rr-circle-a:before{content:"\f3f3"}.fi-rr-circle-b:before{content:"\f3f4"}.fi-rr-circle-bolt:before{content:"\f3f5"}.fi-rr-circle-book-open:before{content:"\f3f6"}.fi-rr-circle-bookmark:before{content:"\f3f7"}.fi-rr-circle-c:before{content:"\f3f8"}.fi-rr-circle-calendar:before{content:"\f3f9"}.fi-rr-circle-camera:before{content:"\f3fa"}.fi-rr-circle-d:before{content:"\f3fb"}.fi-rr-circle-dashed:before{content:"\f3fc"}.fi-rr-circle-divide:before{content:"\f3fd"}.fi-rr-circle-e:before{content:"\f3fe"}.fi-rr-circle-ellipsis-vertical:before{content:"\f3ff"}.fi-rr-circle-ellipsis:before{content:"\f400"}.fi-rr-circle-envelope:before{content:"\f401"}.fi-rr-circle-exclamation-check:before{content:"\f402"}.fi-rr-circle-f:before{content:"\f403"}.fi-rr-circle-g:before{content:"\f404"}.fi-rr-circle-h:before{content:"\f405"}.fi-rr-circle-half-stroke:before{content:"\f406"}.fi-rr-circle-half:before{content:"\f407"}.fi-rr-circle-heart:before{content:"\f408"}.fi-rr-circle-i:before{content:"\f409"}.fi-rr-circle-j:before{content:"\f40a"}.fi-rr-circle-k:before{content:"\f40b"}.fi-rr-circle-l:before{content:"\f40c"}.fi-rr-circle-m:before{content:"\f40d"}.fi-rr-circle-microphone-lines:before{content:"\f40e"}.fi-rr-circle-microphone:before{content:"\f40f"}.fi-rr-circle-n:before{content:"\f410"}.fi-rr-circle-nodes:before{content:"\f411"}.fi-rr-circle-o:before{content:"\f412"}.fi-rr-circle-overlap:before{content:"\f413"}.fi-rr-circle-p:before{content:"\f414"}.fi-rr-circle-phone-flip:before{content:"\f415"}.fi-rr-circle-phone-hangup:before{content:"\f416"}.fi-rr-circle-phone:before{content:"\f417"}.fi-rr-circle-q:before{content:"\f418"}.fi-rr-circle-quarter:before{content:"\f419"}.fi-rr-circle-quarters-alt:before{content:"\f41a"}.fi-rr-circle-r:before{content:"\f41b"}.fi-rr-circle-s:before{content:"\f41c"}.fi-rr-circle-small:before{content:"\f41d"}.fi-rr-circle-star:before{content:"\f41e"}.fi-rr-circle-t:before{content:"\f41f"}.fi-rr-circle-three-quarters:before{content:"\f420"}.fi-rr-circle-trash:before{content:"\f421"}.fi-rr-circle-u:before{content:"\f422"}.fi-rr-circle-user:before{content:"\f423"}.fi-rr-circle-v:before{content:"\f424"}.fi-rr-circle-video:before{content:"\f425"}.fi-rr-circle-w:before{content:"\f426"}.fi-rr-circle-waveform-lines:before{content:"\f427"}.fi-rr-circle-x:before{content:"\f428"}.fi-rr-circle-xmark:before{content:"\f429"}.fi-rr-circle-y:before{content:"\f42a"}.fi-rr-circle-z:before{content:"\f42b"}.fi-rr-circle:before{content:"\f42c"}.fi-rr-citrus-slice:before{content:"\f42d"}.fi-rr-citrus:before{content:"\f42e"}.fi-rr-city:before{content:"\f42f"}.fi-rr-clapperboard-play:before{content:"\f430"}.fi-rr-clapperboard:before{content:"\f431"}.fi-rr-clarinet:before{content:"\f432"}.fi-rr-claw-marks:before{content:"\f433"}.fi-rr-clear-alt:before{content:"\f434"}.fi-rr-clip-file:before{content:"\f435"}.fi-rr-clip-mail:before{content:"\f436"}.fi-rr-clip:before{content:"\f437"}.fi-rr-clipboard-check:before{content:"\f438"}.fi-rr-clipboard-exclamation:before{content:"\f439"}.fi-rr-clipboard-list-check:before{content:"\f43a"}.fi-rr-clipboard-list:before{content:"\f43b"}.fi-rr-clipboard-prescription:before{content:"\f43c"}.fi-rr-clipboard-question:before{content:"\f43d"}.fi-rr-clipboard-user:before{content:"\f43e"}.fi-rr-clipboard:before{content:"\f43f"}.fi-rr-clipoard-wrong:before{content:"\f440"}.fi-rr-clock-desk:before{content:"\f441"}.fi-rr-clock-eight-thirty:before{content:"\f442"}.fi-rr-clock-eleven-thirty:before{content:"\f443"}.fi-rr-clock-eleven:before{content:"\f444"}.fi-rr-clock-five-thirty:before{content:"\f445"}.fi-rr-clock-five:before{content:"\f446"}.fi-rr-clock-four-thirty:before{content:"\f447"}.fi-rr-clock-nine-thirty:before{content:"\f448"}.fi-rr-clock-nine:before{content:"\f449"}.fi-rr-clock-one-thirty:before{content:"\f44a"}.fi-rr-clock-one:before{content:"\f44b"}.fi-rr-clock-seven-thirty:before{content:"\f44c"}.fi-rr-clock-seven:before{content:"\f44d"}.fi-rr-clock-six-thirty:before{content:"\f44e"}.fi-rr-clock-six:before{content:"\f44f"}.fi-rr-clock-ten-thirty:before{content:"\f450"}.fi-rr-clock-ten:before{content:"\f451"}.fi-rr-clock-three-thirty:before{content:"\f452"}.fi-rr-clock-three:before{content:"\f453"}.fi-rr-clock-time-tracking:before{content:"\f454"}.fi-rr-clock-twelve-thirty:before{content:"\f455"}.fi-rr-clock-twelve:before{content:"\f456"}.fi-rr-clock-two-thirty:before{content:"\f457"}.fi-rr-clock-two:before{content:"\f458"}.fi-rr-clock-up-arrow:before{content:"\f459"}.fi-rr-clock:before{content:"\f45a"}.fi-rr-clone:before{content:"\f45b"}.fi-rr-closed-captioning-slash:before{content:"\f45c"}.fi-rr-clothes-hanger:before{content:"\f45d"}.fi-rr-cloud-back-up-alt:before{content:"\f45e"}.fi-rr-cloud-back-up:before{content:"\f45f"}.fi-rr-cloud-check:before{content:"\f460"}.fi-rr-cloud-code:before{content:"\f461"}.fi-rr-cloud-disabled:before{content:"\f462"}.fi-rr-cloud-download-alt:before{content:"\f463"}.fi-rr-cloud-download:before{content:"\f464"}.fi-rr-cloud-drizzle:before{content:"\f465"}.fi-rr-cloud-exclamation:before{content:"\f466"}.fi-rr-cloud-gear-automation:before{content:"\f467"}.fi-rr-cloud-hail-mixed:before{content:"\f468"}.fi-rr-cloud-hail:before{content:"\f469"}.fi-rr-cloud-meatball:before{content:"\f46a"}.fi-rr-cloud-moon-rain:before{content:"\f46b"}.fi-rr-cloud-moon:before{content:"\f46c"}.fi-rr-cloud-question:before{content:"\f46d"}.fi-rr-cloud-rain:before{content:"\f46e"}.fi-rr-cloud-rainbow:before{content:"\f46f"}.fi-rr-cloud-share:before{content:"\f470"}.fi-rr-cloud-showers-heavy:before{content:"\f471"}.fi-rr-cloud-showers:before{content:"\f472"}.fi-rr-cloud-sleet:before{content:"\f473"}.fi-rr-cloud-snow:before{content:"\f474"}.fi-rr-cloud-sun-rain:before{content:"\f475"}.fi-rr-cloud-sun:before{content:"\f476"}.fi-rr-cloud-upload-alt:before{content:"\f477"}.fi-rr-cloud-upload:before{content:"\f478"}.fi-rr-cloud:before{content:"\f479"}.fi-rr-clouds-moon:before{content:"\f47a"}.fi-rr-clouds-sun:before{content:"\f47b"}.fi-rr-clouds:before{content:"\f47c"}.fi-rr-clover-alt:before{content:"\f47d"}.fi-rr-club:before{content:"\f47e"}.fi-rr-cocktail-alt:before{content:"\f47f"}.fi-rr-cocktail:before{content:"\f480"}.fi-rr-coconut:before{content:"\f481"}.fi-rr-code-branch:before{content:"\f482"}.fi-rr-code-commit:before{content:"\f483"}.fi-rr-code-compare:before{content:"\f484"}.fi-rr-code-fork:before{content:"\f485"}.fi-rr-code-merge:before{content:"\f486"}.fi-rr-code-pull-request-closed:before{content:"\f487"}.fi-rr-code-pull-request-draft:before{content:"\f488"}.fi-rr-code-pull-request:before{content:"\f489"}.fi-rr-code-simple:before{content:"\f48a"}.fi-rr-coffee-bean:before{content:"\f48b"}.fi-rr-coffee-beans:before{content:"\f48c"}.fi-rr-coffee-heart:before{content:"\f48d"}.fi-rr-coffee-pot:before{content:"\f48e"}.fi-rr-coffee:before{content:"\f48f"}.fi-rr-coffin-cross:before{content:"\f490"}.fi-rr-coffin:before{content:"\f491"}.fi-rr-coin-up-arrow:before{content:"\f492"}.fi-rr-coin:before{content:"\f493"}.fi-rr-coins:before{content:"\f494"}.fi-rr-colon-sign:before{content:"\f495"}.fi-rr-columns-3:before{content:"\f496"}.fi-rr-comet:before{content:"\f497"}.fi-rr-command:before{content:"\f498"}.fi-rr-comment-alt-check:before{content:"\f499"}.fi-rr-comment-alt-dots:before{content:"\f49a"}.fi-rr-comment-alt-edit:before{content:"\f49b"}.fi-rr-comment-alt-medical:before{content:"\f49c"}.fi-rr-comment-alt-middle-top:before{content:"\f49d"}.fi-rr-comment-alt-middle:before{content:"\f49e"}.fi-rr-comment-alt-minus:before{content:"\f49f"}.fi-rr-comment-alt-music:before{content:"\f4a0"}.fi-rr-comment-alt:before{content:"\f4a1"}.fi-rr-comment-arrow-down:before{content:"\f4a2"}.fi-rr-comment-arrow-up-right:before{content:"\f4a3"}.fi-rr-comment-arrow-up:before{content:"\f4a4"}.fi-rr-comment-check:before{content:"\f4a5"}.fi-rr-comment-code:before{content:"\f4a6"}.fi-rr-comment-dollar:before{content:"\f4a7"}.fi-rr-comment-dots:before{content:"\f4a8"}.fi-rr-comment-exclamation:before{content:"\f4a9"}.fi-rr-comment-heart:before{content:"\f4aa"}.fi-rr-comment-image:before{content:"\f4ab"}.fi-rr-comment-info:before{content:"\f4ac"}.fi-rr-comment-medical:before{content:"\f4ad"}.fi-rr-comment-minus:before{content:"\f4ae"}.fi-rr-comment-pen:before{content:"\f4af"}.fi-rr-comment-question:before{content:"\f4b0"}.fi-rr-comment-quote:before{content:"\f4b1"}.fi-rr-comment-slash:before{content:"\f4b2"}.fi-rr-comment-smile:before{content:"\f4b3"}.fi-rr-comment-sms:before{content:"\f4b4"}.fi-rr-comment-text:before{content:"\f4b5"}.fi-rr-comment-user:before{content:"\f4b6"}.fi-rr-comment-xmark:before{content:"\f4b7"}.fi-rr-comment:before{content:"\f4b8"}.fi-rr-comments-dollar:before{content:"\f4b9"}.fi-rr-comments-question-check:before{content:"\f4ba"}.fi-rr-comments-question:before{content:"\f4bb"}.fi-rr-comments:before{content:"\f4bc"}.fi-rr-compass-alt:before{content:"\f4bd"}.fi-rr-compass-east:before{content:"\f4be"}.fi-rr-compass-north:before{content:"\f4bf"}.fi-rr-compass-slash:before{content:"\f4c0"}.fi-rr-compass-south:before{content:"\f4c1"}.fi-rr-compass-west:before{content:"\f4c2"}.fi-rr-completed:before{content:"\f4c3"}.fi-rr-compliance-clipboard:before{content:"\f4c4"}.fi-rr-compliance-document:before{content:"\f4c5"}.fi-rr-compliance:before{content:"\f4c6"}.fi-rr-compress-alt:before{content:"\f4c7"}.fi-rr-compress:before{content:"\f4c8"}.fi-rr-computer-classic:before{content:"\f4c9"}.fi-rr-computer-mouse:before{content:"\f4ca"}.fi-rr-computer-speaker:before{content:"\f4cb"}.fi-rr-computer:before{content:"\f4cc"}.fi-rr-concierge-bell:before{content:"\f4cd"}.fi-rr-condition-alt:before{content:"\f4ce"}.fi-rr-condition:before{content:"\f4cf"}.fi-rr-confetti:before{content:"\f4d0"}.fi-rr-constellation:before{content:"\f4d1"}.fi-rr-container-storage:before{content:"\f4d2"}.fi-rr-convert-document:before{content:"\f4d3"}.fi-rr-convert-shapes:before{content:"\f4d4"}.fi-rr-conveyor-belt-alt:before{content:"\f4d5"}.fi-rr-conveyor-belt-arm:before{content:"\f4d6"}.fi-rr-conveyor-belt-empty:before{content:"\f4d7"}.fi-rr-conveyor-belt:before{content:"\f4d8"}.fi-rr-cookie-alt:before{content:"\f4d9"}.fi-rr-cookie:before{content:"\f4da"}.fi-rr-copy-alt:before{content:"\f4db"}.fi-rr-copy-image:before{content:"\f4dc"}.fi-rr-copy:before{content:"\f4dd"}.fi-rr-copyright:before{content:"\f4de"}.fi-rr-corn:before{content:"\f4df"}.fi-rr-corporate-alt:before{content:"\f4e0"}.fi-rr-corporate:before{content:"\f4e1"}.fi-rr-couch:before{content:"\f4e2"}.fi-rr-court-sport:before{content:"\f4e3"}.fi-rr-cow-alt:before{content:"\f4e4"}.fi-rr-cow:before{content:"\f4e5"}.fi-rr-cowbell-circle-plus:before{content:"\f4e6"}.fi-rr-cowbell-more:before{content:"\f4e7"}.fi-rr-cowbell:before{content:"\f4e8"}.fi-rr-crab:before{content:"\f4e9"}.fi-rr-crate-empty:before{content:"\f4ea"}.fi-rr-cream:before{content:"\f4eb"}.fi-rr-credit-card-buyer:before{content:"\f4ec"}.fi-rr-credit-card-eye:before{content:"\f4ed"}.fi-rr-credit-card:before{content:"\f4ee"}.fi-rr-cricket:before{content:"\f4ef"}.fi-rr-crm-alt:before{content:"\f4f0"}.fi-rr-crm-computer:before{content:"\f4f1"}.fi-rr-CRM:before{content:"\f4f2"}.fi-rr-croissant:before{content:"\f4f3"}.fi-rr-cross-circle:before{content:"\f4f4"}.fi-rr-cross-religion:before{content:"\f4f5"}.fi-rr-cross-small:before{content:"\f4f6"}.fi-rr-cross:before{content:"\f4f7"}.fi-rr-crow:before{content:"\f4f8"}.fi-rr-crown:before{content:"\f4f9"}.fi-rr-crutch:before{content:"\f4fa"}.fi-rr-crutches:before{content:"\f4fb"}.fi-rr-cruzeiro-sign:before{content:"\f4fc"}.fi-rr-crypto-calendar:before{content:"\f4fd"}.fi-rr-cryptocurrency:before{content:"\f4fe"}.fi-rr-crystal-ball:before{content:"\f4ff"}.fi-rr-cube:before{content:"\f500"}.fi-rr-cubes-stacked:before{content:"\f501"}.fi-rr-cubes:before{content:"\f502"}.fi-rr-cucumber:before{content:"\f503"}.fi-rr-cup-straw-swoosh:before{content:"\f504"}.fi-rr-cup-straw:before{content:"\f505"}.fi-rr-cup-togo:before{content:"\f506"}.fi-rr-cupcake-alt:before{content:"\f507"}.fi-rr-cupcake:before{content:"\f508"}.fi-rr-curling:before{content:"\f509"}.fi-rr-cursor-finger:before{content:"\f50a"}.fi-rr-cursor-plus:before{content:"\f50b"}.fi-rr-cursor-text-alt:before{content:"\f50c"}.fi-rr-cursor-text:before{content:"\f50d"}.fi-rr-cursor:before{content:"\f50e"}.fi-rr-curve-alt:before{content:"\f50f"}.fi-rr-curve-arrow:before{content:"\f510"}.fi-rr-curve:before{content:"\f511"}.fi-rr-custard:before{content:"\f512"}.fi-rr-customer-care:before{content:"\f513"}.fi-rr-customer-service:before{content:"\f514"}.fi-rr-customization-cogwheel:before{content:"\f515"}.fi-rr-customization:before{content:"\f516"}.fi-rr-customize-computer:before{content:"\f517"}.fi-rr-customize-edit:before{content:"\f518"}.fi-rr-customize:before{content:"\f519"}.fi-rr-CV:before{content:"\f51a"}.fi-rr-cvv-card:before{content:"\f51b"}.fi-rr-d:before{content:"\f51c"}.fi-rr-dagger:before{content:"\f51d"}.fi-rr-daily-calendar:before{content:"\f51e"}.fi-rr-damage:before{content:"\f51f"}.fi-rr-dart:before{content:"\f520"}.fi-rr-dashboard-monitor:before{content:"\f521"}.fi-rr-dashboard-panel:before{content:"\f522"}.fi-rr-dashboard:before{content:"\f523"}.fi-rr-data-transfer:before{content:"\f524"}.fi-rr-database:before{content:"\f525"}.fi-rr-debt:before{content:"\f526"}.fi-rr-deer-rudolph:before{content:"\f527"}.fi-rr-deer:before{content:"\f528"}.fi-rr-delete-document:before{content:"\f529"}.fi-rr-delete-right:before{content:"\f52a"}.fi-rr-delete-user:before{content:"\f52b"}.fi-rr-delete:before{content:"\f52c"}.fi-rr-democrat:before{content:"\f52d"}.fi-rr-department-structure:before{content:"\f52e"}.fi-rr-department:before{content:"\f52f"}.fi-rr-deposit-alt:before{content:"\f530"}.fi-rr-deposit:before{content:"\f531"}.fi-rr-description-alt:before{content:"\f532"}.fi-rr-description:before{content:"\f533"}.fi-rr-desk:before{content:"\f534"}.fi-rr-desktop-arrow-down:before{content:"\f535"}.fi-rr-desktop-wallpaper:before{content:"\f536"}.fi-rr-devices:before{content:"\f537"}.fi-rr-dewpoint:before{content:"\f538"}.fi-rr-dharmachakra:before{content:"\f539"}.fi-rr-diagram-cells:before{content:"\f53a"}.fi-rr-diagram-lean-canvas:before{content:"\f53b"}.fi-rr-diagram-nested:before{content:"\f53c"}.fi-rr-diagram-next:before{content:"\f53d"}.fi-rr-diagram-predecessor:before{content:"\f53e"}.fi-rr-diagram-previous:before{content:"\f53f"}.fi-rr-diagram-project:before{content:"\f540"}.fi-rr-diagram-sankey:before{content:"\f541"}.fi-rr-diagram-subtask:before{content:"\f542"}.fi-rr-diagram-successor:before{content:"\f543"}.fi-rr-diagram-venn:before{content:"\f544"}.fi-rr-dial-high:before{content:"\f545"}.fi-rr-dial-low:before{content:"\f546"}.fi-rr-dial-max:before{content:"\f547"}.fi-rr-dial-med-low:before{content:"\f548"}.fi-rr-dial-med:before{content:"\f549"}.fi-rr-dial-min:before{content:"\f54a"}.fi-rr-dial-off:before{content:"\f54b"}.fi-rr-dial:before{content:"\f54c"}.fi-rr-diamond-exclamation:before{content:"\f54d"}.fi-rr-diamond-turn-right:before{content:"\f54e"}.fi-rr-diamond:before{content:"\f54f"}.fi-rr-diary-bookmark-down:before{content:"\f550"}.fi-rr-diary-bookmarks:before{content:"\f551"}.fi-rr-diary-clasp:before{content:"\f552"}.fi-rr-dice-alt:before{content:"\f553"}.fi-rr-dice-d10:before{content:"\f554"}.fi-rr-dice-d12:before{content:"\f555"}.fi-rr-dice-d20:before{content:"\f556"}.fi-rr-dice-d4:before{content:"\f557"}.fi-rr-dice-d6:before{content:"\f558"}.fi-rr-dice-d8:before{content:"\f559"}.fi-rr-dice-four:before{content:"\f55a"}.fi-rr-dice-one:before{content:"\f55b"}.fi-rr-dice-six:before{content:"\f55c"}.fi-rr-dice-three:before{content:"\f55d"}.fi-rr-dice-two:before{content:"\f55e"}.fi-rr-dice:before{content:"\f55f"}.fi-rr-digging:before{content:"\f560"}.fi-rr-digital-tachograph:before{content:"\f561"}.fi-rr-dinner:before{content:"\f562"}.fi-rr-diploma:before{content:"\f563"}.fi-rr-direction-signal-arrow:before{content:"\f564"}.fi-rr-direction-signal:before{content:"\f565"}.fi-rr-disc-drive:before{content:"\f566"}.fi-rr-disco-ball:before{content:"\f567"}.fi-rr-discover:before{content:"\f568"}.fi-rr-disease:before{content:"\f569"}.fi-rr-disk:before{content:"\f56a"}.fi-rr-display-arrow-down:before{content:"\f56b"}.fi-rr-display-chart-up:before{content:"\f56c"}.fi-rr-display-code:before{content:"\f56d"}.fi-rr-display-medical:before{content:"\f56e"}.fi-rr-display-slash:before{content:"\f56f"}.fi-rr-distribute-spacing-horizontal:before{content:"\f570"}.fi-rr-distribute-spacing-vertical:before{content:"\f571"}.fi-rr-divide:before{content:"\f572"}.fi-rr-dizzy:before{content:"\f573"}.fi-rr-dna:before{content:"\f574"}.fi-rr-do-not-enter:before{content:"\f575"}.fi-rr-doctor:before{content:"\f576"}.fi-rr-document-circle-wrong:before{content:"\f577"}.fi-rr-document-paid:before{content:"\f578"}.fi-rr-document-signed:before{content:"\f579"}.fi-rr-document:before{content:"\f57a"}.fi-rr-dog-leashed:before{content:"\f57b"}.fi-rr-dog:before{content:"\f57c"}.fi-rr-dollar:before{content:"\f57d"}.fi-rr-dolly-flatbed-alt:before{content:"\f57e"}.fi-rr-dolly-flatbed-empty:before{content:"\f57f"}.fi-rr-dolly-flatbed:before{content:"\f580"}.fi-rr-dolphin:before{content:"\f581"}.fi-rr-domino-effect:before{content:"\f582"}.fi-rr-donate:before{content:"\f583"}.fi-rr-dong-sign:before{content:"\f584"}.fi-rr-donut:before{content:"\f585"}.fi-rr-door-closed:before{content:"\f586"}.fi-rr-door-open:before{content:"\f587"}.fi-rr-dot-circle:before{content:"\f588"}.fi-rr-dot-pending:before{content:"\f589"}.fi-rr-dove:before{content:"\f58a"}.fi-rr-down-from-bracket:before{content:"\f58b"}.fi-rr-down-left-and-up-right-to-center:before{content:"\f58c"}.fi-rr-down-left:before{content:"\f58d"}.fi-rr-down-right:before{content:"\f58e"}.fi-rr-down-to-line:before{content:"\f58f"}.fi-rr-down:before{content:"\f590"}.fi-rr-download:before{content:"\f591"}.fi-rr-drafting-compass:before{content:"\f592"}.fi-rr-dragon:before{content:"\f593"}.fi-rr-draw-polygon:before{content:"\f594"}.fi-rr-draw-square:before{content:"\f595"}.fi-rr-drawer-alt:before{content:"\f596"}.fi-rr-drawer-empty:before{content:"\f597"}.fi-rr-drawer:before{content:"\f598"}.fi-rr-dreidel:before{content:"\f599"}.fi-rr-drink-alt:before{content:"\f59a"}.fi-rr-driver-man:before{content:"\f59b"}.fi-rr-driver-woman:before{content:"\f59c"}.fi-rr-drone-alt:before{content:"\f59d"}.fi-rr-drone-front:before{content:"\f59e"}.fi-rr-drone:before{content:"\f59f"}.fi-rr-drop-down:before{content:"\f5a0"}.fi-rr-dropdown-select:before{content:"\f5a1"}.fi-rr-dropdown:before{content:"\f5a2"}.fi-rr-drum-steelpan:before{content:"\f5a3"}.fi-rr-drum:before{content:"\f5a4"}.fi-rr-drumstick-bite:before{content:"\f5a5"}.fi-rr-drumstick:before{content:"\f5a6"}.fi-rr-dryer-alt:before{content:"\f5a7"}.fi-rr-dryer:before{content:"\f5a8"}.fi-rr-duck:before{content:"\f5a9"}.fi-rr-dumbbell-fitness:before{content:"\f5aa"}.fi-rr-dumbbell-horizontal:before{content:"\f5ab"}.fi-rr-dumbbell-ray:before{content:"\f5ac"}.fi-rr-dumbbell-weightlifting:before{content:"\f5ad"}.fi-rr-dumpster-fire:before{content:"\f5ae"}.fi-rr-dumpster:before{content:"\f5af"}.fi-rr-dungeon:before{content:"\f5b0"}.fi-rr-duplicate:before{content:"\f5b1"}.fi-rr-duration-alt:before{content:"\f5b2"}.fi-rr-duration:before{content:"\f5b3"}.fi-rr-e-learning:before{content:"\f5b4"}.fi-rr-e:before{content:"\f5b5"}.fi-rr-ear-deaf:before{content:"\f5b6"}.fi-rr-ear-muffs:before{content:"\f5b7"}.fi-rr-ear:before{content:"\f5b8"}.fi-rr-earnings:before{content:"\f5b9"}.fi-rr-earth-africa:before{content:"\f5ba"}.fi-rr-earth-americas:before{content:"\f5bb"}.fi-rr-earth-asia:before{content:"\f5bc"}.fi-rr-earth-europa:before{content:"\f5bd"}.fi-rr-eclipse-alt:before{content:"\f5be"}.fi-rr-eclipse:before{content:"\f5bf"}.fi-rr-edit-alt:before{content:"\f5c0"}.fi-rr-edit:before{content:"\f5c1"}.fi-rr-effect:before{content:"\f5c2"}.fi-rr-egg-fried:before{content:"\f5c3"}.fi-rr-egg:before{content:"\f5c4"}.fi-rr-eject:before{content:"\f5c5"}.fi-rr-elephant:before{content:"\f5c6"}.fi-rr-elevator:before{content:"\f5c7"}.fi-rr-email-pending:before{content:"\f5c8"}.fi-rr-employee-alt:before{content:"\f5c9"}.fi-rr-employee-handbook:before{content:"\f5ca"}.fi-rr-employee-man-alt:before{content:"\f5cb"}.fi-rr-employee-man:before{content:"\f5cc"}.fi-rr-employees-woman-man:before{content:"\f5cd"}.fi-rr-employees:before{content:"\f5ce"}.fi-rr-empty-set:before{content:"\f5cf"}.fi-rr-endless-loop:before{content:"\f5d0"}.fi-rr-engine-warning:before{content:"\f5d1"}.fi-rr-engine:before{content:"\f5d2"}.fi-rr-enter:before{content:"\f5d3"}.fi-rr-envelope-ban:before{content:"\f5d4"}.fi-rr-envelope-bulk:before{content:"\f5d5"}.fi-rr-envelope-dot:before{content:"\f5d6"}.fi-rr-envelope-download:before{content:"\f5d7"}.fi-rr-envelope-heart:before{content:"\f5d8"}.fi-rr-envelope-marker:before{content:"\f5d9"}.fi-rr-envelope-open-dollar:before{content:"\f5da"}.fi-rr-envelope-open-text:before{content:"\f5db"}.fi-rr-envelope-open:before{content:"\f5dc"}.fi-rr-envelope-plus:before{content:"\f5dd"}.fi-rr-envelope:before{content:"\f5de"}.fi-rr-envelopes:before{content:"\f5df"}.fi-rr-equality:before{content:"\f5e0"}.fi-rr-equals:before{content:"\f5e1"}.fi-rr-eraser:before{content:"\f5e2"}.fi-rr-error-camera:before{content:"\f5e3"}.fi-rr-escalator:before{content:"\f5e4"}.fi-rr-ethernet:before{content:"\f5e5"}.fi-rr-euro:before{content:"\f5e6"}.fi-rr-excavator:before{content:"\f5e7"}.fi-rr-exchange-alt:before{content:"\f5e8"}.fi-rr-exchange-cryptocurrency:before{content:"\f5e9"}.fi-rr-exchange:before{content:"\f5ea"}.fi-rr-exclamation:before{content:"\f5eb"}.fi-rr-exit-alt:before{content:"\f5ec"}.fi-rr-exit:before{content:"\f5ed"}.fi-rr-expand-arrows-alt:before{content:"\f5ee"}.fi-rr-expand-arrows:before{content:"\f5ef"}.fi-rr-expand:before{content:"\f5f0"}.fi-rr-expense-bill:before{content:"\f5f1"}.fi-rr-expense:before{content:"\f5f2"}.fi-rr-external-hard-drive:before{content:"\f5f3"}.fi-rr-external-world:before{content:"\f5f4"}.fi-rr-eye-crossed:before{content:"\f5f5"}.fi-rr-eye-dropper-half:before{content:"\f5f6"}.fi-rr-eye-dropper:before{content:"\f5f7"}.fi-rr-eye:before{content:"\f5f8"}.fi-rr-eyes:before{content:"\f5f9"}.fi-rr-f:before{content:"\f5fa"}.fi-rr-fabric:before{content:"\f5fb"}.fi-rr-face-angry-horns:before{content:"\f5fc"}.fi-rr-face-anguished:before{content:"\f5fd"}.fi-rr-face-anxious-sweat:before{content:"\f5fe"}.fi-rr-face-astonished:before{content:"\f5ff"}.fi-rr-face-awesome:before{content:"\f600"}.fi-rr-face-beam-hand-over-mouth:before{content:"\f601"}.fi-rr-face-confounded:before{content:"\f602"}.fi-rr-face-confused:before{content:"\f603"}.fi-rr-face-cowboy-hat:before{content:"\f604"}.fi-rr-face-disappointed:before{content:"\f605"}.fi-rr-face-disguise:before{content:"\f606"}.fi-rr-face-downcast-sweat:before{content:"\f607"}.fi-rr-face-drooling:before{content:"\f608"}.fi-rr-face-explode:before{content:"\f609"}.fi-rr-face-expressionless:before{content:"\f60a"}.fi-rr-face-eyes-xmarks:before{content:"\f60b"}.fi-rr-face-fearful:before{content:"\f60c"}.fi-rr-face-glasses:before{content:"\f60d"}.fi-rr-face-grin-tongue-wink:before{content:"\f60e"}.fi-rr-face-hand-yawn:before{content:"\f60f"}.fi-rr-face-head-bandage:before{content:"\f610"}.fi-rr-face-hushed:before{content:"\f611"}.fi-rr-face-icicles:before{content:"\f612"}.fi-rr-face-lying:before{content:"\f613"}.fi-rr-face-mask:before{content:"\f614"}.fi-rr-face-monocle:before{content:"\f615"}.fi-rr-face-nauseated:before{content:"\f616"}.fi-rr-face-nose-steam:before{content:"\f617"}.fi-rr-face-party:before{content:"\f618"}.fi-rr-face-pensive:before{content:"\f619"}.fi-rr-face-persevering:before{content:"\f61a"}.fi-rr-face-pleading:before{content:"\f61b"}.fi-rr-face-raised-eyebrow:before{content:"\f61c"}.fi-rr-face-relieved:before{content:"\f61d"}.fi-rr-face-sad-sweat:before{content:"\f61e"}.fi-rr-face-scream:before{content:"\f61f"}.fi-rr-face-shush:before{content:"\f620"}.fi-rr-face-sleeping:before{content:"\f621"}.fi-rr-face-sleepy:before{content:"\f622"}.fi-rr-face-smile-halo:before{content:"\f623"}.fi-rr-face-smile-hearts:before{content:"\f624"}.fi-rr-face-smile-horns:before{content:"\f625"}.fi-rr-face-smile-tear:before{content:"\f626"}.fi-rr-face-smile-tongue:before{content:"\f627"}.fi-rr-face-smile-upside-down:before{content:"\f628"}.fi-rr-face-smiling-hands:before{content:"\f629"}.fi-rr-face-smirking:before{content:"\f62a"}.fi-rr-face-sunglasses-alt:before{content:"\f62b"}.fi-rr-face-sunglasses:before{content:"\f62c"}.fi-rr-face-swear:before{content:"\f62d"}.fi-rr-face-thermometer:before{content:"\f62e"}.fi-rr-face-thinking:before{content:"\f62f"}.fi-rr-face-tissue:before{content:"\f630"}.fi-rr-face-tongue-money:before{content:"\f631"}.fi-rr-face-tongue-sweat:before{content:"\f632"}.fi-rr-face-unamused:before{content:"\f633"}.fi-rr-face-viewfinder:before{content:"\f634"}.fi-rr-face-vomit:before{content:"\f635"}.fi-rr-face-weary:before{content:"\f636"}.fi-rr-face-woozy:before{content:"\f637"}.fi-rr-face-worried:before{content:"\f638"}.fi-rr-face-zany:before{content:"\f639"}.fi-rr-face-zipper:before{content:"\f63a"}.fi-rr-fail:before{content:"\f63b"}.fi-rr-falafel:before{content:"\f63c"}.fi-rr-family-dress:before{content:"\f63d"}.fi-rr-family-pants:before{content:"\f63e"}.fi-rr-family:before{content:"\f63f"}.fi-rr-fan-table:before{content:"\f640"}.fi-rr-fan:before{content:"\f641"}.fi-rr-farm:before{content:"\f642"}.fi-rr-faucet-drip:before{content:"\f643"}.fi-rr-faucet:before{content:"\f644"}.fi-rr-fax:before{content:"\f645"}.fi-rr-feather-pointed:before{content:"\f646"}.fi-rr-feather:before{content:"\f647"}.fi-rr-features-alt:before{content:"\f648"}.fi-rr-features:before{content:"\f649"}.fi-rr-fee-receipt:before{content:"\f64a"}.fi-rr-fee:before{content:"\f64b"}.fi-rr-feedback-alt:before{content:"\f64c"}.fi-rr-feedback-cycle-loop:before{content:"\f64d"}.fi-rr-feedback-hand:before{content:"\f64e"}.fi-rr-feedback-review:before{content:"\f64f"}.fi-rr-feedback:before{content:"\f650"}.fi-rr-fence:before{content:"\f651"}.fi-rr-ferris-wheel:before{content:"\f652"}.fi-rr-fighter-jet:before{content:"\f653"}.fi-rr-file-ai:before{content:"\f654"}.fi-rr-file-audio:before{content:"\f655"}.fi-rr-file-binary:before{content:"\f656"}.fi-rr-file-chart-line:before{content:"\f657"}.fi-rr-file-chart-pie:before{content:"\f658"}.fi-rr-file-circle-info:before{content:"\f659"}.fi-rr-file-cloud:before{content:"\f65a"}.fi-rr-file-code:before{content:"\f65b"}.fi-rr-file-csv:before{content:"\f65c"}.fi-rr-file-download:before{content:"\f65d"}.fi-rr-file-edit:before{content:"\f65e"}.fi-rr-file-eps:before{content:"\f65f"}.fi-rr-file-excel:before{content:"\f660"}.fi-rr-file-exclamation:before{content:"\f661"}.fi-rr-file-export:before{content:"\f662"}.fi-rr-file-image:before{content:"\f663"}.fi-rr-file-import:before{content:"\f664"}.fi-rr-file-invoice-dollar:before{content:"\f665"}.fi-rr-file-invoice:before{content:"\f666"}.fi-rr-file-medical-alt:before{content:"\f667"}.fi-rr-file-medical:before{content:"\f668"}.fi-rr-file-minus:before{content:"\f669"}.fi-rr-file-pdf:before{content:"\f66a"}.fi-rr-file-powerpoint:before{content:"\f66b"}.fi-rr-file-prescription:before{content:"\f66c"}.fi-rr-file-psd:before{content:"\f66d"}.fi-rr-file-signature:before{content:"\f66e"}.fi-rr-file-spreadsheet:before{content:"\f66f"}.fi-rr-file-upload:before{content:"\f670"}.fi-rr-file-user:before{content:"\f671"}.fi-rr-file-video:before{content:"\f672"}.fi-rr-file-word:before{content:"\f673"}.fi-rr-file-zipper:before{content:"\f674"}.fi-rr-file:before{content:"\f675"}.fi-rr-files-medical:before{content:"\f676"}.fi-rr-fill:before{content:"\f677"}.fi-rr-film-canister:before{content:"\f678"}.fi-rr-film-slash:before{content:"\f679"}.fi-rr-film:before{content:"\f67a"}.fi-rr-films:before{content:"\f67b"}.fi-rr-filter-list:before{content:"\f67c"}.fi-rr-filter-slash:before{content:"\f67d"}.fi-rr-filter:before{content:"\f67e"}.fi-rr-filters:before{content:"\f67f"}.fi-rr-fingerprint-security-risk:before{content:"\f680"}.fi-rr-fingerprint:before{content:"\f681"}.fi-rr-fire-burner:before{content:"\f682"}.fi-rr-fire-extinguisher:before{content:"\f683"}.fi-rr-fire-flame-curved:before{content:"\f684"}.fi-rr-fire-flame-simple:before{content:"\f685"}.fi-rr-fire-hydrant:before{content:"\f686"}.fi-rr-fire-smoke:before{content:"\f687"}.fi-rr-fireplace:before{content:"\f688"}.fi-rr-first-award:before{content:"\f689"}.fi-rr-first-laurel:before{content:"\f68a"}.fi-rr-first-medal:before{content:"\f68b"}.fi-rr-first:before{content:"\f68c"}.fi-rr-fish-bones:before{content:"\f68d"}.fi-rr-fish-cooked:before{content:"\f68e"}.fi-rr-fish:before{content:"\f68f"}.fi-rr-fishing-rod:before{content:"\f690"}.fi-rr-fist-move:before{content:"\f691"}.fi-rr-flag-alt:before{content:"\f692"}.fi-rr-flag-checkered:before{content:"\f693"}.fi-rr-flag-usa:before{content:"\f694"}.fi-rr-flag:before{content:"\f695"}.fi-rr-flame:before{content:"\f696"}.fi-rr-flashlight:before{content:"\f697"}.fi-rr-flask-gear:before{content:"\f698"}.fi-rr-flask-poison:before{content:"\f699"}.fi-rr-flask-potion:before{content:"\f69a"}.fi-rr-flask:before{content:"\f69b"}.fi-rr-flatbread-stuffed:before{content:"\f69c"}.fi-rr-flatbread:before{content:"\f69d"}.fi-rr-flip-horizontal:before{content:"\f69e"}.fi-rr-floor-alt:before{content:"\f69f"}.fi-rr-floor-layer:before{content:"\f6a0"}.fi-rr-floor:before{content:"\f6a1"}.fi-rr-floppy-disk-circle-arrow-right:before{content:"\f6a2"}.fi-rr-floppy-disk-circle-xmark:before{content:"\f6a3"}.fi-rr-floppy-disk-pen:before{content:"\f6a4"}.fi-rr-floppy-disks:before{content:"\f6a5"}.fi-rr-florin-sign:before{content:"\f6a6"}.fi-rr-flower-bouquet:before{content:"\f6a7"}.fi-rr-flower-butterfly:before{content:"\f6a8"}.fi-rr-flower-daffodil:before{content:"\f6a9"}.fi-rr-flower-tulip:before{content:"\f6aa"}.fi-rr-flower:before{content:"\f6ab"}.fi-rr-flushed:before{content:"\f6ac"}.fi-rr-flute:before{content:"\f6ad"}.fi-rr-flux-capacitor:before{content:"\f6ae"}.fi-rr-fly-insect:before{content:"\f6af"}.fi-rr-flying-disc:before{content:"\f6b0"}.fi-rr-fog:before{content:"\f6b1"}.fi-rr-folder-download:before{content:"\f6b2"}.fi-rr-folder-fire:before{content:"\f6b3"}.fi-rr-folder-minus:before{content:"\f6b4"}.fi-rr-folder-open:before{content:"\f6b5"}.fi-rr-folder-times:before{content:"\f6b6"}.fi-rr-folder-tree:before{content:"\f6b7"}.fi-rr-folder-upload:before{content:"\f6b8"}.fi-rr-folder-xmark:before{content:"\f6b9"}.fi-rr-folder:before{content:"\f6ba"}.fi-rr-folders:before{content:"\f6bb"}.fi-rr-follow-folder:before{content:"\f6bc"}.fi-rr-followcollection:before{content:"\f6bd"}.fi-rr-following:before{content:"\f6be"}.fi-rr-fondue-pot:before{content:"\f6bf"}.fi-rr-football:before{content:"\f6c0"}.fi-rr-foreign-language-audio:before{content:"\f6c1"}.fi-rr-fork:before{content:"\f6c2"}.fi-rr-forklift:before{content:"\f6c3"}.fi-rr-form:before{content:"\f6c4"}.fi-rr-fort:before{content:"\f6c5"}.fi-rr-forward-fast:before{content:"\f6c6"}.fi-rr-forward:before{content:"\f6c7"}.fi-rr-fox:before{content:"\f6c8"}.fi-rr-frame:before{content:"\f6c9"}.fi-rr-franc-sign:before{content:"\f6ca"}.fi-rr-free-delivery:before{content:"\f6cb"}.fi-rr-free:before{content:"\f6cc"}.fi-rr-french-fries:before{content:"\f6cd"}.fi-rr-friday:before{content:"\f6ce"}.fi-rr-frog:before{content:"\f6cf"}.fi-rr-frown:before{content:"\f6d0"}.fi-rr-ftp:before{content:"\f6d1"}.fi-rr-fuel-gauge:before{content:"\f6d2"}.fi-rr-function-process:before{content:"\f6d3"}.fi-rr-function-square:before{content:"\f6d4"}.fi-rr-function:before{content:"\f6d5"}.fi-rr-funnel-dollar:before{content:"\f6d6"}.fi-rr-g:before{content:"\f6d7"}.fi-rr-galaxy-alt:before{content:"\f6d8"}.fi-rr-galaxy-planet:before{content:"\f6d9"}.fi-rr-galaxy-star:before{content:"\f6da"}.fi-rr-galaxy:before{content:"\f6db"}.fi-rr-gallery-thumbnails:before{content:"\f6dc"}.fi-rr-gallery:before{content:"\f6dd"}.fi-rr-game-board-alt:before{content:"\f6de"}.fi-rr-gamepad:before{content:"\f6df"}.fi-rr-garage-car:before{content:"\f6e0"}.fi-rr-garage-open:before{content:"\f6e1"}.fi-rr-garage:before{content:"\f6e2"}.fi-rr-garlic-alt:before{content:"\f6e3"}.fi-rr-garlic:before{content:"\f6e4"}.fi-rr-gas-pump-alt:before{content:"\f6e5"}.fi-rr-gas-pump-slash:before{content:"\f6e6"}.fi-rr-gas-pump:before{content:"\f6e7"}.fi-rr-gauge-circle-bolt:before{content:"\f6e8"}.fi-rr-gauge-circle-minus:before{content:"\f6e9"}.fi-rr-gauge-circle-plus:before{content:"\f6ea"}.fi-rr-gavel:before{content:"\f6eb"}.fi-rr-gay-couple:before{content:"\f6ec"}.fi-rr-gears:before{content:"\f6ed"}.fi-rr-gem:before{content:"\f6ee"}.fi-rr-general:before{content:"\f6ef"}.fi-rr-ghost:before{content:"\f6f0"}.fi-rr-gif-square:before{content:"\f6f1"}.fi-rr-gif:before{content:"\f6f2"}.fi-rr-gift-box-benefits:before{content:"\f6f3"}.fi-rr-gift-card:before{content:"\f6f4"}.fi-rr-gift:before{content:"\f6f5"}.fi-rr-gifts:before{content:"\f6f6"}.fi-rr-gingerbread-man:before{content:"\f6f7"}.fi-rr-glass-champagne:before{content:"\f6f8"}.fi-rr-glass-cheers:before{content:"\f6f9"}.fi-rr-glass-citrus:before{content:"\f6fa"}.fi-rr-glass-empty:before{content:"\f6fb"}.fi-rr-glass-half:before{content:"\f6fc"}.fi-rr-glass-water-droplet:before{content:"\f6fd"}.fi-rr-glass-whiskey-rocks:before{content:"\f6fe"}.fi-rr-glass-whiskey:before{content:"\f6ff"}.fi-rr-glass:before{content:"\f700"}.fi-rr-glasses:before{content:"\f701"}.fi-rr-globe-alt:before{content:"\f702"}.fi-rr-globe-pointer:before{content:"\f703"}.fi-rr-globe-snow:before{content:"\f704"}.fi-rr-globe:before{content:"\f705"}.fi-rr-goal-net:before{content:"\f706"}.fi-rr-golf-ball:before{content:"\f707"}.fi-rr-golf-hole:before{content:"\f708"}.fi-rr-golf:before{content:"\f709"}.fi-rr-gopuram:before{content:"\f70a"}.fi-rr-government-budget:before{content:"\f70b"}.fi-rr-government-flag:before{content:"\f70c"}.fi-rr-government-user:before{content:"\f70d"}.fi-rr-gps-navigation:before{content:"\f70e"}.fi-rr-graduation-cap:before{content:"\f70f"}.fi-rr-gramophone:before{content:"\f710"}.fi-rr-grape:before{content:"\f711"}.fi-rr-graph-curve:before{content:"\f712"}.fi-rr-graphic-style:before{content:"\f713"}.fi-rr-graphic-tablet:before{content:"\f714"}.fi-rr-grate-droplet:before{content:"\f715"}.fi-rr-grate:before{content:"\f716"}.fi-rr-greater-than-equal:before{content:"\f717"}.fi-rr-greater-than:before{content:"\f718"}.fi-rr-greek-helmet:before{content:"\f719"}.fi-rr-grid-alt:before{content:"\f71a"}.fi-rr-grid-dividers:before{content:"\f71b"}.fi-rr-grid:before{content:"\f71c"}.fi-rr-grill-hot-alt:before{content:"\f71d"}.fi-rr-grill:before{content:"\f71e"}.fi-rr-grimace:before{content:"\f71f"}.fi-rr-grin-alt:before{content:"\f720"}.fi-rr-grin-beam-sweat:before{content:"\f721"}.fi-rr-grin-beam:before{content:"\f722"}.fi-rr-grin-hearts:before{content:"\f723"}.fi-rr-grin-squint-tears:before{content:"\f724"}.fi-rr-grin-squint:before{content:"\f725"}.fi-rr-grin-stars:before{content:"\f726"}.fi-rr-grin-tears:before{content:"\f727"}.fi-rr-grin-tongue-squint:before{content:"\f728"}.fi-rr-grin-tongue-wink:before{content:"\f729"}.fi-rr-grin-tongue:before{content:"\f72a"}.fi-rr-grin-wink:before{content:"\f72b"}.fi-rr-grin:before{content:"\f72c"}.fi-rr-grip-dots-vertical:before{content:"\f72d"}.fi-rr-grip-dots:before{content:"\f72e"}.fi-rr-grip-horizontal:before{content:"\f72f"}.fi-rr-grip-lines-vertical:before{content:"\f730"}.fi-rr-grip-lines:before{content:"\f731"}.fi-rr-grip-vertical:before{content:"\f732"}.fi-rr-grocery-bag:before{content:"\f733"}.fi-rr-grocery-basket:before{content:"\f734"}.fi-rr-group-arrows-rotate:before{content:"\f735"}.fi-rr-group-call:before{content:"\f736"}.fi-rr-group-community-social-media:before{content:"\f737"}.fi-rr-growth-chart-invest:before{content:"\f738"}.fi-rr-guarani-sign:before{content:"\f739"}.fi-rr-guide-alt:before{content:"\f73a"}.fi-rr-guide:before{content:"\f73b"}.fi-rr-guitar-electric:before{content:"\f73c"}.fi-rr-guitar:before{content:"\f73d"}.fi-rr-guitars:before{content:"\f73e"}.fi-rr-gun-squirt:before{content:"\f73f"}.fi-rr-gym:before{content:"\f740"}.fi-rr-h-square:before{content:"\f741"}.fi-rr-h:before{content:"\f742"}.fi-rr-h1:before{content:"\f743"}.fi-rr-h2:before{content:"\f744"}.fi-rr-h3:before{content:"\f745"}.fi-rr-h4:before{content:"\f746"}.fi-rr-hair-clipper:before{content:"\f747"}.fi-rr-hamburger-soda:before{content:"\f748"}.fi-rr-hamburger:before{content:"\f749"}.fi-rr-hammer-crash:before{content:"\f74a"}.fi-rr-hammer-war:before{content:"\f74b"}.fi-rr-hammer:before{content:"\f74c"}.fi-rr-hamsa:before{content:"\f74d"}.fi-rr-hand-back-fist:before{content:"\f74e"}.fi-rr-hand-back-point-down:before{content:"\f74f"}.fi-rr-hand-back-point-left:before{content:"\f750"}.fi-rr-hand-back-point-ribbon:before{content:"\f751"}.fi-rr-hand-back-point-right:before{content:"\f752"}.fi-rr-hand-bill:before{content:"\f753"}.fi-rr-hand-dots:before{content:"\f754"}.fi-rr-hand-fingers-crossed:before{content:"\f755"}.fi-rr-hand-fist:before{content:"\f756"}.fi-rr-hand-heart:before{content:"\f757"}.fi-rr-hand-holding-box:before{content:"\f758"}.fi-rr-hand-holding-droplet:before{content:"\f759"}.fi-rr-hand-holding-heart:before{content:"\f75a"}.fi-rr-hand-holding-magic:before{content:"\f75b"}.fi-rr-hand-holding-medical:before{content:"\f75c"}.fi-rr-hand-holding-seeding:before{content:"\f75d"}.fi-rr-hand-holding-skull:before{content:"\f75e"}.fi-rr-hand-holding-usd:before{content:"\f75f"}.fi-rr-hand-holding-water:before{content:"\f760"}.fi-rr-hand-horns:before{content:"\f761"}.fi-rr-hand-lizard:before{content:"\f762"}.fi-rr-hand-love:before{content:"\f763"}.fi-rr-hand-middle-finger:before{content:"\f764"}.fi-rr-hand-paper:before{content:"\f765"}.fi-rr-hand-peace:before{content:"\f766"}.fi-rr-hand-point-ribbon:before{content:"\f767"}.fi-rr-hand-scissors:before{content:"\f768"}.fi-rr-hand-sparkles:before{content:"\f769"}.fi-rr-hand-spock:before{content:"\f76a"}.fi-rr-hand-wave:before{content:"\f76b"}.fi-rr-hand:before{content:"\f76c"}.fi-rr-handmade:before{content:"\f76d"}.fi-rr-hands-bubbles:before{content:"\f76e"}.fi-rr-hands-clapping:before{content:"\f76f"}.fi-rr-hands-heart:before{content:"\f770"}.fi-rr-hands-holding-diamond:before{content:"\f771"}.fi-rr-hands-holding:before{content:"\f772"}.fi-rr-hands-usd:before{content:"\f773"}.fi-rr-handshake-angle:before{content:"\f774"}.fi-rr-handshake-deal-loan:before{content:"\f775"}.fi-rr-handshake-house:before{content:"\f776"}.fi-rr-handshake-simple-slash:before{content:"\f777"}.fi-rr-handshake-trust:before{content:"\f778"}.fi-rr-handshake:before{content:"\f779"}.fi-rr-hard-hat:before{content:"\f77a"}.fi-rr-hashtag-lock:before{content:"\f77b"}.fi-rr-hastag:before{content:"\f77c"}.fi-rr-hat-beach:before{content:"\f77d"}.fi-rr-hat-birthday:before{content:"\f77e"}.fi-rr-hat-chef:before{content:"\f77f"}.fi-rr-hat-cowboy-side:before{content:"\f780"}.fi-rr-hat-cowboy:before{content:"\f781"}.fi-rr-hat-santa:before{content:"\f782"}.fi-rr-hat-winter:before{content:"\f783"}.fi-rr-hat-witch:before{content:"\f784"}.fi-rr-hat-wizard:before{content:"\f785"}.fi-rr-hdd:before{content:"\f786"}.fi-rr-head-side-brain:before{content:"\f787"}.fi-rr-head-side-cough-slash:before{content:"\f788"}.fi-rr-head-side-cough:before{content:"\f789"}.fi-rr-head-side-headphones:before{content:"\f78a"}.fi-rr-head-side-heart:before{content:"\f78b"}.fi-rr-head-side-mask:before{content:"\f78c"}.fi-rr-head-side-medical:before{content:"\f78d"}.fi-rr-head-side-thinking:before{content:"\f78e"}.fi-rr-head-side-virus:before{content:"\f78f"}.fi-rr-head-side:before{content:"\f790"}.fi-rr-head-vr:before{content:"\f791"}.fi-rr-heading:before{content:"\f792"}.fi-rr-headphones:before{content:"\f793"}.fi-rr-headset:before{content:"\f794"}.fi-rr-heart-arrow:before{content:"\f795"}.fi-rr-heart-brain:before{content:"\f796"}.fi-rr-heart-crack:before{content:"\f797"}.fi-rr-heart-half-stroke:before{content:"\f798"}.fi-rr-heart-half:before{content:"\f799"}.fi-rr-heart-health-muscle:before{content:"\f79a"}.fi-rr-heart-lock:before{content:"\f79b"}.fi-rr-heart-partner-handshake:before{content:"\f79c"}.fi-rr-heart-rate:before{content:"\f79d"}.fi-rr-heart-slash:before{content:"\f79e"}.fi-rr-heart-upside-down:before{content:"\f79f"}.fi-rr-heart:before{content:"\f7a0"}.fi-rr-heat:before{content:"\f7a1"}.fi-rr-helicopter-side:before{content:"\f7a2"}.fi-rr-helmet-battle:before{content:"\f7a3"}.fi-rr-hexagon-check:before{content:"\f7a4"}.fi-rr-hexagon-divide:before{content:"\f7a5"}.fi-rr-hexagon-exclamation:before{content:"\f7a6"}.fi-rr-hexagon:before{content:"\f7a7"}.fi-rr-high-definition:before{content:"\f7a8"}.fi-rr-high-five-celebration-yes:before{content:"\f7a9"}.fi-rr-high-five:before{content:"\f7aa"}.fi-rr-highlighter-line:before{content:"\f7ab"}.fi-rr-highlighter:before{content:"\f7ac"}.fi-rr-hiking:before{content:"\f7ad"}.fi-rr-hippo:before{content:"\f7ae"}.fi-rr-hockey-puck:before{content:"\f7af"}.fi-rr-hockey-stick-puck:before{content:"\f7b0"}.fi-rr-hockey-sticks:before{content:"\f7b1"}.fi-rr-holding-hand-gear:before{content:"\f7b2"}.fi-rr-holding-hand-revenue:before{content:"\f7b3"}.fi-rr-holly-berry:before{content:"\f7b4"}.fi-rr-home-heart:before{content:"\f7b5"}.fi-rr-home-location-alt:before{content:"\f7b6"}.fi-rr-home-location:before{content:"\f7b7"}.fi-rr-home:before{content:"\f7b8"}.fi-rr-honey-pot:before{content:"\f7b9"}.fi-rr-hood-cloak:before{content:"\f7ba"}.fi-rr-horizontal-rule:before{content:"\f7bb"}.fi-rr-horse-head:before{content:"\f7bc"}.fi-rr-horse-saddle:before{content:"\f7bd"}.fi-rr-horse:before{content:"\f7be"}.fi-rr-horseshoe-broken:before{content:"\f7bf"}.fi-rr-horseshoe:before{content:"\f7c0"}.fi-rr-hose-reel:before{content:"\f7c1"}.fi-rr-hose:before{content:"\f7c2"}.fi-rr-hospital-symbol:before{content:"\f7c3"}.fi-rr-hospital-user:before{content:"\f7c4"}.fi-rr-hospital:before{content:"\f7c5"}.fi-rr-hospitals:before{content:"\f7c6"}.fi-rr-hot-tub:before{content:"\f7c7"}.fi-rr-hotdog:before{content:"\f7c8"}.fi-rr-hotel:before{content:"\f7c9"}.fi-rr-hourglass-end:before{content:"\f7ca"}.fi-rr-hourglass-start:before{content:"\f7cb"}.fi-rr-hourglass:before{content:"\f7cc"}.fi-rr-house-blank:before{content:"\f7cd"}.fi-rr-house-building:before{content:"\f7ce"}.fi-rr-house-chimney-blank:before{content:"\f7cf"}.fi-rr-house-chimney-crack:before{content:"\f7d0"}.fi-rr-house-chimney-heart:before{content:"\f7d1"}.fi-rr-house-chimney-medical:before{content:"\f7d2"}.fi-rr-house-chimney-user:before{content:"\f7d3"}.fi-rr-house-chimney-window:before{content:"\f7d4"}.fi-rr-house-chimney:before{content:"\f7d5"}.fi-rr-house-circle-check:before{content:"\f7d6"}.fi-rr-house-circle-exclamation:before{content:"\f7d7"}.fi-rr-house-circle-xmark:before{content:"\f7d8"}.fi-rr-house-crack-alt:before{content:"\f7d9"}.fi-rr-house-crack:before{content:"\f7da"}.fi-rr-house-day:before{content:"\f7db"}.fi-rr-house-fire:before{content:"\f7dc"}.fi-rr-house-flag:before{content:"\f7dd"}.fi-rr-house-flood:before{content:"\f7de"}.fi-rr-house-laptop:before{content:"\f7df"}.fi-rr-house-leave:before{content:"\f7e0"}.fi-rr-house-lock:before{content:"\f7e1"}.fi-rr-house-medical:before{content:"\f7e2"}.fi-rr-house-night:before{content:"\f7e3"}.fi-rr-house-return:before{content:"\f7e4"}.fi-rr-house-signal:before{content:"\f7e5"}.fi-rr-house-tree:before{content:"\f7e6"}.fi-rr-house-tsunami:before{content:"\f7e7"}.fi-rr-house-turret:before{content:"\f7e8"}.fi-rr-house-user:before{content:"\f7e9"}.fi-rr-house-window:before{content:"\f7ea"}.fi-rr-hr-group:before{content:"\f7eb"}.fi-rr-hr-person:before{content:"\f7ec"}.fi-rr-hr:before{content:"\f7ed"}.fi-rr-hryvnia:before{content:"\f7ee"}.fi-rr-humidity:before{content:"\f7ef"}.fi-rr-hundred-points:before{content:"\f7f0"}.fi-rr-hurricane:before{content:"\f7f1"}.fi-rr-i:before{content:"\f7f2"}.fi-rr-ice-cream:before{content:"\f7f3"}.fi-rr-ice-skate:before{content:"\f7f4"}.fi-rr-icicles:before{content:"\f7f5"}.fi-rr-icon-star:before{content:"\f7f6"}.fi-rr-id-badge:before{content:"\f7f7"}.fi-rr-id-card-clip-alt:before{content:"\f7f8"}.fi-rr-igloo:before{content:"\f7f9"}.fi-rr-image-slash:before{content:"\f7fa"}.fi-rr-images-user:before{content:"\f7fb"}.fi-rr-images:before{content:"\f7fc"}.fi-rr-improve-user:before{content:"\f7fd"}.fi-rr-inbox-full:before{content:"\f7fe"}.fi-rr-inbox-in:before{content:"\f7ff"}.fi-rr-inbox-out:before{content:"\f800"}.fi-rr-inbox:before{content:"\f801"}.fi-rr-inboxes:before{content:"\f802"}.fi-rr-incense-sticks-yoga:before{content:"\f803"}.fi-rr-incognito:before{content:"\f804"}.fi-rr-indent:before{content:"\f805"}.fi-rr-indian-rupee-sign:before{content:"\f806"}.fi-rr-industry-alt:before{content:"\f807"}.fi-rr-industry-windows:before{content:"\f808"}.fi-rr-infinity:before{content:"\f809"}.fi-rr-info-guide:before{content:"\f80a"}.fi-rr-info:before{content:"\f80b"}.fi-rr-information:before{content:"\f80c"}.fi-rr-inhaler:before{content:"\f80d"}.fi-rr-input-numeric:before{content:"\f80e"}.fi-rr-input-pipe:before{content:"\f80f"}.fi-rr-input-text:before{content:"\f810"}.fi-rr-insert-alt:before{content:"\f811"}.fi-rr-insert-arrows:before{content:"\f812"}.fi-rr-insert-button-circle:before{content:"\f813"}.fi-rr-insert-credit-card:before{content:"\f814"}.fi-rr-insert-square:before{content:"\f815"}.fi-rr-insert:before{content:"\f816"}.fi-rr-insight-alt:before{content:"\f817"}.fi-rr-insight-head:before{content:"\f818"}.fi-rr-insight:before{content:"\f819"}.fi-rr-integral:before{content:"\f81a"}.fi-rr-interactive:before{content:"\f81b"}.fi-rr-interlining:before{content:"\f81c"}.fi-rr-internet-speed-wifi:before{content:"\f81d"}.fi-rr-interrogation:before{content:"\f81e"}.fi-rr-intersection:before{content:"\f81f"}.fi-rr-introduction-handshake:before{content:"\f820"}.fi-rr-introduction:before{content:"\f821"}.fi-rr-inventory-alt:before{content:"\f822"}.fi-rr-invest:before{content:"\f823"}.fi-rr-investment:before{content:"\f824"}.fi-rr-invite-alt:before{content:"\f825"}.fi-rr-invite:before{content:"\f826"}.fi-rr-iot-alt:before{content:"\f827"}.fi-rr-iot:before{content:"\f828"}.fi-rr-ip-address:before{content:"\f829"}.fi-rr-island-tropical:before{content:"\f82a"}.fi-rr-issue-loupe:before{content:"\f82b"}.fi-rr-it-alt:before{content:"\f82c"}.fi-rr-it-computer:before{content:"\f82d"}.fi-rr-it:before{content:"\f82e"}.fi-rr-italian-lira-sign:before{content:"\f82f"}.fi-rr-italic:before{content:"\f830"}.fi-rr-j:before{content:"\f831"}.fi-rr-jam:before{content:"\f832"}.fi-rr-jar-alt:before{content:"\f833"}.fi-rr-jar-wheat:before{content:"\f834"}.fi-rr-javascript:before{content:"\f835"}.fi-rr-joint:before{content:"\f836"}.fi-rr-joker:before{content:"\f837"}.fi-rr-journal-alt:before{content:"\f838"}.fi-rr-journal:before{content:"\f839"}.fi-rr-journey:before{content:"\f83a"}.fi-rr-joystick:before{content:"\f83b"}.fi-rr-jpg:before{content:"\f83c"}.fi-rr-jug-alt:before{content:"\f83d"}.fi-rr-jug-bottle:before{content:"\f83e"}.fi-rr-jug:before{content:"\f83f"}.fi-rr-jumping-rope:before{content:"\f840"}.fi-rr-k:before{content:"\f841"}.fi-rr-kaaba:before{content:"\f842"}.fi-rr-kazoo:before{content:"\f843"}.fi-rr-kerning:before{content:"\f844"}.fi-rr-key-lock-crypto:before{content:"\f845"}.fi-rr-key-skeleton-left-right:before{content:"\f846"}.fi-rr-key:before{content:"\f847"}.fi-rr-keyboard-brightness-low:before{content:"\f848"}.fi-rr-keyboard-brightness:before{content:"\f849"}.fi-rr-keyboard-down:before{content:"\f84a"}.fi-rr-keyboard-left:before{content:"\f84b"}.fi-rr-keyboard:before{content:"\f84c"}.fi-rr-keynote:before{content:"\f84d"}.fi-rr-kidneys:before{content:"\f84e"}.fi-rr-kip-sign:before{content:"\f84f"}.fi-rr-kiss-beam:before{content:"\f850"}.fi-rr-kiss-wink-heart:before{content:"\f851"}.fi-rr-kiss:before{content:"\f852"}.fi-rr-kite:before{content:"\f853"}.fi-rr-kiwi-bird:before{content:"\f854"}.fi-rr-kiwi-fruit:before{content:"\f855"}.fi-rr-knife-kitchen:before{content:"\f856"}.fi-rr-knife:before{content:"\f857"}.fi-rr-knitting:before{content:"\f858"}.fi-rr-kpi-evaluation:before{content:"\f859"}.fi-rr-kpi:before{content:"\f85a"}.fi-rr-l:before{content:"\f85b"}.fi-rr-label:before{content:"\f85c"}.fi-rr-lacrosse-stick-ball:before{content:"\f85d"}.fi-rr-lacrosse-stick:before{content:"\f85e"}.fi-rr-lambda:before{content:"\f85f"}.fi-rr-lamp-desk:before{content:"\f860"}.fi-rr-lamp-floor:before{content:"\f861"}.fi-rr-lamp-street:before{content:"\f862"}.fi-rr-lamp:before{content:"\f863"}.fi-rr-land-layer-location:before{content:"\f864"}.fi-rr-land-layers:before{content:"\f865"}.fi-rr-land-location:before{content:"\f866"}.fi-rr-landmark-alt:before{content:"\f867"}.fi-rr-language:before{content:"\f868"}.fi-rr-laptop-arrow-down:before{content:"\f869"}.fi-rr-laptop-binary:before{content:"\f86a"}.fi-rr-laptop-code:before{content:"\f86b"}.fi-rr-laptop-medical:before{content:"\f86c"}.fi-rr-laptop-mobile:before{content:"\f86d"}.fi-rr-laptop-slash:before{content:"\f86e"}.fi-rr-laptop:before{content:"\f86f"}.fi-rr-lari-sign:before{content:"\f870"}.fi-rr-lasso-sparkles:before{content:"\f871"}.fi-rr-lasso:before{content:"\f872"}.fi-rr-last-square:before{content:"\f873"}.fi-rr-laugh-beam:before{content:"\f874"}.fi-rr-laugh-squint:before{content:"\f875"}.fi-rr-laugh-wink:before{content:"\f876"}.fi-rr-laugh:before{content:"\f877"}.fi-rr-lawyer-man:before{content:"\f878"}.fi-rr-lawyer-woman:before{content:"\f879"}.fi-rr-layer-minus:before{content:"\f87a"}.fi-rr-layer-plus:before{content:"\f87b"}.fi-rr-layers:before{content:"\f87c"}.fi-rr-layout-fluid:before{content:"\f87d"}.fi-rr-lead-funnel:before{content:"\f87e"}.fi-rr-lead-management:before{content:"\f87f"}.fi-rr-lead:before{content:"\f880"}.fi-rr-leader-alt:before{content:"\f881"}.fi-rr-leader-speech:before{content:"\f882"}.fi-rr-leader:before{content:"\f883"}.fi-rr-leaderboard-alt:before{content:"\f884"}.fi-rr-leaderboard-trophy:before{content:"\f885"}.fi-rr-leaderboard:before{content:"\f886"}.fi-rr-leadership-alt:before{content:"\f887"}.fi-rr-leadership:before{content:"\f888"}.fi-rr-leaf-heart:before{content:"\f889"}.fi-rr-leaf-maple:before{content:"\f88a"}.fi-rr-leaf-oak:before{content:"\f88b"}.fi-rr-leaf:before{content:"\f88c"}.fi-rr-leafy-green:before{content:"\f88d"}.fi-rr-leave:before{content:"\f88e"}.fi-rr-left-from-bracket:before{content:"\f88f"}.fi-rr-left:before{content:"\f890"}.fi-rr-legal:before{content:"\f891"}.fi-rr-lemon:before{content:"\f892"}.fi-rr-lesbian-couple:before{content:"\f893"}.fi-rr-less-than-equal:before{content:"\f894"}.fi-rr-less-than:before{content:"\f895"}.fi-rr-lesson-class:before{content:"\f896"}.fi-rr-lesson:before{content:"\f897"}.fi-rr-letter-case:before{content:"\f898"}.fi-rr-lettuce:before{content:"\f899"}.fi-rr-level-down-alt:before{content:"\f89a"}.fi-rr-level-down:before{content:"\f89b"}.fi-rr-level-up-alt:before{content:"\f89c"}.fi-rr-level-up:before{content:"\f89d"}.fi-rr-license:before{content:"\f89e"}.fi-rr-life-ring:before{content:"\f89f"}.fi-rr-life:before{content:"\f8a0"}.fi-rr-light-ceiling:before{content:"\f8a1"}.fi-rr-light-emergency-on:before{content:"\f8a2"}.fi-rr-light-emergency:before{content:"\f8a3"}.fi-rr-light-switch-off:before{content:"\f8a4"}.fi-rr-light-switch-on:before{content:"\f8a5"}.fi-rr-light-switch:before{content:"\f8a6"}.fi-rr-lightbulb-cfl-on:before{content:"\f8a7"}.fi-rr-lightbulb-cfl:before{content:"\f8a8"}.fi-rr-lightbulb-dollar:before{content:"\f8a9"}.fi-rr-lightbulb-exclamation:before{content:"\f8aa"}.fi-rr-lightbulb-head:before{content:"\f8ab"}.fi-rr-lightbulb-on:before{content:"\f8ac"}.fi-rr-lightbulb-question:before{content:"\f8ad"}.fi-rr-lightbulb-setting:before{content:"\f8ae"}.fi-rr-lightbulb-slash:before{content:"\f8af"}.fi-rr-lighthouse:before{content:"\f8b0"}.fi-rr-lights-holiday:before{content:"\f8b1"}.fi-rr-limit-hand:before{content:"\f8b2"}.fi-rr-limit-speedometer:before{content:"\f8b3"}.fi-rr-line-width:before{content:"\f8b4"}.fi-rr-link-alt:before{content:"\f8b5"}.fi-rr-link-horizontal-slash:before{content:"\f8b6"}.fi-rr-link-horizontal:before{content:"\f8b7"}.fi-rr-link-slash-alt:before{content:"\f8b8"}.fi-rr-link-slash:before{content:"\f8b9"}.fi-rr-link:before{content:"\f8ba"}.fi-rr-lion-head:before{content:"\f8bb"}.fi-rr-lion:before{content:"\f8bc"}.fi-rr-lips:before{content:"\f8bd"}.fi-rr-lipstick:before{content:"\f8be"}.fi-rr-lira-sign:before{content:"\f8bf"}.fi-rr-list-check:before{content:"\f8c0"}.fi-rr-list-dropdown:before{content:"\f8c1"}.fi-rr-list-music:before{content:"\f8c2"}.fi-rr-list-timeline:before{content:"\f8c3"}.fi-rr-list:before{content:"\f8c4"}.fi-rr-litecoin-sign:before{content:"\f8c5"}.fi-rr-live-alt:before{content:"\f8c6"}.fi-rr-live:before{content:"\f8c7"}.fi-rr-loading:before{content:"\f8c8"}.fi-rr-loan:before{content:"\f8c9"}.fi-rr-lobster:before{content:"\f8ca"}.fi-rr-location-alt:before{content:"\f8cb"}.fi-rr-location-arrow:before{content:"\f8cc"}.fi-rr-location-crosshairs-slash:before{content:"\f8cd"}.fi-rr-location-crosshairs:before{content:"\f8ce"}.fi-rr-location-dot-slash:before{content:"\f8cf"}.fi-rr-location-exclamation:before{content:"\f8d0"}.fi-rr-location-pin-call:before{content:"\f8d1"}.fi-rr-lock-alt:before{content:"\f8d2"}.fi-rr-lock-hashtag:before{content:"\f8d3"}.fi-rr-lock-open-alt:before{content:"\f8d4"}.fi-rr-lock:before{content:"\f8d5"}.fi-rr-locust:before{content:"\f8d6"}.fi-rr-loop-square:before{content:"\f8d7"}.fi-rr-loveseat:before{content:"\f8d8"}.fi-rr-low-vision:before{content:"\f8d9"}.fi-rr-luchador:before{content:"\f8da"}.fi-rr-luggage-cart:before{content:"\f8db"}.fi-rr-luggage-rolling:before{content:"\f8dc"}.fi-rr-lungs-virus:before{content:"\f8dd"}.fi-rr-lungs:before{content:"\f8de"}.fi-rr-m:before{content:"\f8df"}.fi-rr-mace:before{content:"\f8e0"}.fi-rr-magic-wand:before{content:"\f8e1"}.fi-rr-magnet-user:before{content:"\f8e2"}.fi-rr-magnet:before{content:"\f8e3"}.fi-rr-mailbox-envelope:before{content:"\f8e4"}.fi-rr-mailbox-flag-up:before{content:"\f8e5"}.fi-rr-mailbox:before{content:"\f8e6"}.fi-rr-makeup-brush:before{content:"\f8e7"}.fi-rr-man-head:before{content:"\f8e8"}.fi-rr-man-scientist:before{content:"\f8e9"}.fi-rr-manat-sign:before{content:"\f8ea"}.fi-rr-mandolin:before{content:"\f8eb"}.fi-rr-mango:before{content:"\f8ec"}.fi-rr-manhole:before{content:"\f8ed"}.fi-rr-map-location-track:before{content:"\f8ee"}.fi-rr-map-marker-check:before{content:"\f8ef"}.fi-rr-map-marker-cross:before{content:"\f8f0"}.fi-rr-map-marker-edit:before{content:"\f8f1"}.fi-rr-map-marker-home:before{content:"\f8f2"}.fi-rr-map-marker-minus:before{content:"\f8f3"}.fi-rr-map-marker-plus:before{content:"\f8f4"}.fi-rr-map-marker-question:before{content:"\f8f5"}.fi-rr-map-marker-slash:before{content:"\f8f6"}.fi-rr-map-marker-smile:before{content:"\f8f7"}.fi-rr-map-marker:before{content:"\f8f8"}.fi-rr-map-pin:before{content:"\f8f9"}.fi-rr-map-point:before{content:"\f8fa"}.fi-rr-map:before{content:"\f8fb"}.fi-rr-marker-time:before{content:"\f8fc"}.fi-rr-marker:before{content:"\f8fd"}.fi-rr-marketplace-alt:before{content:"\f8fe"}.fi-rr-marketplace-store:before{content:"\f8ff"}.fi-rr-marketplace:before{content:"\f900"}.fi-rr-mars-double:before{content:"\f901"}.fi-rr-mars-stroke-right:before{content:"\f902"}.fi-rr-mars-stroke-up:before{content:"\f903"}.fi-rr-mars:before{content:"\f904"}.fi-rr-martini-glass-citrus:before{content:"\f905"}.fi-rr-martini-glass-empty:before{content:"\f906"}.fi-rr-mask-carnival:before{content:"\f907"}.fi-rr-mask-face:before{content:"\f908"}.fi-rr-mask-snorkel:before{content:"\f909"}.fi-rr-mask:before{content:"\f90a"}.fi-rr-massage:before{content:"\f90b"}.fi-rr-match-fire:before{content:"\f90c"}.fi-rr-mattress-pillow:before{content:"\f90d"}.fi-rr-measuring-tape:before{content:"\f90e"}.fi-rr-meat:before{content:"\f90f"}.fi-rr-medal:before{content:"\f910"}.fi-rr-medical-star:before{content:"\f911"}.fi-rr-medicine:before{content:"\f912"}.fi-rr-meditation:before{content:"\f913"}.fi-rr-meeting-alt:before{content:"\f914"}.fi-rr-meeting:before{content:"\f915"}.fi-rr-megaphone-announcement-leader:before{content:"\f916"}.fi-rr-megaphone:before{content:"\f917"}.fi-rr-meh-blank:before{content:"\f918"}.fi-rr-meh-rolling-eyes:before{content:"\f919"}.fi-rr-meh:before{content:"\f91a"}.fi-rr-melon-alt:before{content:"\f91b"}.fi-rr-melon:before{content:"\f91c"}.fi-rr-member-list:before{content:"\f91d"}.fi-rr-member-search:before{content:"\f91e"}.fi-rr-membership-vip:before{content:"\f91f"}.fi-rr-membership:before{content:"\f920"}.fi-rr-memo-circle-check:before{content:"\f921"}.fi-rr-memo-pad:before{content:"\f922"}.fi-rr-memo:before{content:"\f923"}.fi-rr-memory:before{content:"\f924"}.fi-rr-menu-burger:before{content:"\f925"}.fi-rr-menu-dots-vertical:before{content:"\f926"}.fi-rr-menu-dots:before{content:"\f927"}.fi-rr-mercury:before{content:"\f928"}.fi-rr-message-arrow-down:before{content:"\f929"}.fi-rr-message-arrow-up-right:before{content:"\f92a"}.fi-rr-message-arrow-up:before{content:"\f92b"}.fi-rr-message-bot:before{content:"\f92c"}.fi-rr-message-code:before{content:"\f92d"}.fi-rr-message-dollar:before{content:"\f92e"}.fi-rr-message-heart:before{content:"\f92f"}.fi-rr-message-image:before{content:"\f930"}.fi-rr-message-question:before{content:"\f931"}.fi-rr-message-quote:before{content:"\f932"}.fi-rr-message-slash:before{content:"\f933"}.fi-rr-message-sms:before{content:"\f934"}.fi-rr-message-text:before{content:"\f935"}.fi-rr-message-xmark:before{content:"\f936"}.fi-rr-messages-dollar:before{content:"\f937"}.fi-rr-messages-question:before{content:"\f938"}.fi-rr-messages:before{content:"\f939"}.fi-rr-meteor:before{content:"\f93a"}.fi-rr-meter-bolt:before{content:"\f93b"}.fi-rr-meter-droplet:before{content:"\f93c"}.fi-rr-meter-fire:before{content:"\f93d"}.fi-rr-meter:before{content:"\f93e"}.fi-rr-method:before{content:"\f93f"}.fi-rr-microchip-ai:before{content:"\f940"}.fi-rr-microchip:before{content:"\f941"}.fi-rr-microphone-alt:before{content:"\f942"}.fi-rr-microphone-slash:before{content:"\f943"}.fi-rr-microphone:before{content:"\f944"}.fi-rr-microscope:before{content:"\f945"}.fi-rr-microwave:before{content:"\f946"}.fi-rr-milk-alt:before{content:"\f947"}.fi-rr-milk:before{content:"\f948"}.fi-rr-mill-sign:before{content:"\f949"}.fi-rr-mind-share:before{content:"\f94a"}.fi-rr-minus-circle:before{content:"\f94b"}.fi-rr-minus-hexagon:before{content:"\f94c"}.fi-rr-minus-small:before{content:"\f94d"}.fi-rr-minus:before{content:"\f94e"}.fi-rr-mistletoe:before{content:"\f94f"}.fi-rr-mix:before{content:"\f950"}.fi-rr-mobile-button:before{content:"\f951"}.fi-rr-mobile-notch:before{content:"\f952"}.fi-rr-mobile:before{content:"\f953"}.fi-rr-mockup:before{content:"\f954"}.fi-rr-mode-alt:before{content:"\f955"}.fi-rr-mode-landscape:before{content:"\f956"}.fi-rr-mode-portrait:before{content:"\f957"}.fi-rr-mode:before{content:"\f958"}.fi-rr-model-cube-arrows:before{content:"\f959"}.fi-rr-model-cube-space:before{content:"\f95a"}.fi-rr-model-cube:before{content:"\f95b"}.fi-rr-module:before{content:"\f95c"}.fi-rr-monday:before{content:"\f95d"}.fi-rr-money-bill-simple:before{content:"\f95e"}.fi-rr-money-bill-transfer:before{content:"\f95f"}.fi-rr-money-bill-wave-alt:before{content:"\f960"}.fi-rr-money-bill-wave:before{content:"\f961"}.fi-rr-money-bills-simple:before{content:"\f962"}.fi-rr-money-bills:before{content:"\f963"}.fi-rr-money-check-edit-alt:before{content:"\f964"}.fi-rr-money-check-edit:before{content:"\f965"}.fi-rr-money-check:before{content:"\f966"}.fi-rr-money-coin-transfer:before{content:"\f967"}.fi-rr-money-from-bracket:before{content:"\f968"}.fi-rr-money-simple-from-bracket:before{content:"\f969"}.fi-rr-money-transfer-alt:before{content:"\f96a"}.fi-rr-money-transfer-coin-arrow:before{content:"\f96b"}.fi-rr-money-transfer-smartphone:before{content:"\f96c"}.fi-rr-money-wings:before{content:"\f96d"}.fi-rr-money:before{content:"\f96e"}.fi-rr-monkey:before{content:"\f96f"}.fi-rr-monument:before{content:"\f970"}.fi-rr-moon-stars:before{content:"\f971"}.fi-rr-moon:before{content:"\f972"}.fi-rr-moped:before{content:"\f973"}.fi-rr-mortar-pestle:before{content:"\f974"}.fi-rr-mortgage:before{content:"\f975"}.fi-rr-mosque-alt:before{content:"\f976"}.fi-rr-mosque-moon:before{content:"\f977"}.fi-rr-mosque:before{content:"\f978"}.fi-rr-mosquito-net:before{content:"\f979"}.fi-rr-mosquito:before{content:"\f97a"}.fi-rr-motorcycle:before{content:"\f97b"}.fi-rr-mound:before{content:"\f97c"}.fi-rr-mountain-city:before{content:"\f97d"}.fi-rr-mountain:before{content:"\f97e"}.fi-rr-mountains:before{content:"\f97f"}.fi-rr-mouse-field:before{content:"\f980"}.fi-rr-mouse:before{content:"\f981"}.fi-rr-mov-file:before{content:"\f982"}.fi-rr-move-to-folder-2:before{content:"\f983"}.fi-rr-move-to-folder:before{content:"\f984"}.fi-rr-mp3-file:before{content:"\f985"}.fi-rr-mp3-player:before{content:"\f986"}.fi-rr-mp4-file:before{content:"\f987"}.fi-rr-mug-alt:before{content:"\f988"}.fi-rr-mug-hot-alt:before{content:"\f989"}.fi-rr-mug-hot:before{content:"\f98a"}.fi-rr-mug-marshmallows:before{content:"\f98b"}.fi-rr-mug-tea-saucer:before{content:"\f98c"}.fi-rr-mug-tea:before{content:"\f98d"}.fi-rr-mug:before{content:"\f98e"}.fi-rr-multiple-alt:before{content:"\f98f"}.fi-rr-multiple:before{content:"\f990"}.fi-rr-muscle:before{content:"\f991"}.fi-rr-mushroom-alt:before{content:"\f992"}.fi-rr-mushroom:before{content:"\f993"}.fi-rr-music-alt:before{content:"\f994"}.fi-rr-music-file:before{content:"\f995"}.fi-rr-music-note-slash:before{content:"\f996"}.fi-rr-music-note:before{content:"\f997"}.fi-rr-music-slash:before{content:"\f998"}.fi-rr-music:before{content:"\f999"}.fi-rr-n:before{content:"\f99a"}.fi-rr-naira-sign:before{content:"\f99b"}.fi-rr-narwhal:before{content:"\f99c"}.fi-rr-navigation:before{content:"\f99d"}.fi-rr-nesting-dolls:before{content:"\f99e"}.fi-rr-network-analytic:before{content:"\f99f"}.fi-rr-network-cloud:before{content:"\f9a0"}.fi-rr-network:before{content:"\f9a1"}.fi-rr-neuter:before{content:"\f9a2"}.fi-rr-newsletter-subscribe:before{content:"\f9a3"}.fi-rr-newspaper-open:before{content:"\f9a4"}.fi-rr-newspaper:before{content:"\f9a5"}.fi-rr-nfc-lock:before{content:"\f9a6"}.fi-rr-nfc-magnifying-glass:before{content:"\f9a7"}.fi-rr-nfc-pen:before{content:"\f9a8"}.fi-rr-nfc-slash:before{content:"\f9a9"}.fi-rr-nfc-trash:before{content:"\f9aa"}.fi-rr-nfc:before{content:"\f9ab"}.fi-rr-night-day:before{content:"\f9ac"}.fi-rr-no-fee:before{content:"\f9ad"}.fi-rr-no-people:before{content:"\f9ae"}.fi-rr-noodles:before{content:"\f9af"}.fi-rr-nose:before{content:"\f9b0"}.fi-rr-not-equal:before{content:"\f9b1"}.fi-rr-not-found-alt:before{content:"\f9b2"}.fi-rr-not-found-magnifying-glass:before{content:"\f9b3"}.fi-rr-not-found:before{content:"\f9b4"}.fi-rr-notdef:before{content:"\f9b5"}.fi-rr-note-medical:before{content:"\f9b6"}.fi-rr-note-sticky:before{content:"\f9b7"}.fi-rr-note:before{content:"\f9b8"}.fi-rr-notebook-alt:before{content:"\f9b9"}.fi-rr-notebook:before{content:"\f9ba"}.fi-rr-notes-medical:before{content:"\f9bb"}.fi-rr-notes:before{content:"\f9bc"}.fi-rr-o:before{content:"\f9bd"}.fi-rr-object-exclude:before{content:"\f9be"}.fi-rr-object-group:before{content:"\f9bf"}.fi-rr-object-intersect:before{content:"\f9c0"}.fi-rr-object-subtract:before{content:"\f9c1"}.fi-rr-object-ungroup:before{content:"\f9c2"}.fi-rr-object-union:before{content:"\f9c3"}.fi-rr-objects-column:before{content:"\f9c4"}.fi-rr-octagon-check:before{content:"\f9c5"}.fi-rr-octagon-divide:before{content:"\f9c6"}.fi-rr-octagon-exclamation:before{content:"\f9c7"}.fi-rr-octagon-minus:before{content:"\f9c8"}.fi-rr-octagon-plus:before{content:"\f9c9"}.fi-rr-octagon-xmark:before{content:"\f9ca"}.fi-rr-octagon:before{content:"\f9cb"}.fi-rr-oil-can:before{content:"\f9cc"}.fi-rr-oil-temp:before{content:"\f9cd"}.fi-rr-olive-oil:before{content:"\f9ce"}.fi-rr-olive:before{content:"\f9cf"}.fi-rr-olives:before{content:"\f9d0"}.fi-rr-om:before{content:"\f9d1"}.fi-rr-omega:before{content:"\f9d2"}.fi-rr-onboarding:before{content:"\f9d3"}.fi-rr-onion:before{content:"\f9d4"}.fi-rr-opacity:before{content:"\f9d5"}.fi-rr-open-mail-clip:before{content:"\f9d6"}.fi-rr-operating-system-upgrade:before{content:"\f9d7"}.fi-rr-operation:before{content:"\f9d8"}.fi-rr-order-history:before{content:"\f9d9"}.fi-rr-organization-chart:before{content:"\f9da"}.fi-rr-ornament:before{content:"\f9db"}.fi-rr-otp:before{content:"\f9dc"}.fi-rr-otter:before{content:"\f9dd"}.fi-rr-outdent:before{content:"\f9de"}.fi-rr-oval-alt:before{content:"\f9df"}.fi-rr-oval:before{content:"\f9e0"}.fi-rr-oven:before{content:"\f9e1"}.fi-rr-overline:before{content:"\f9e2"}.fi-rr-overview:before{content:"\f9e3"}.fi-rr-p:before{content:"\f9e4"}.fi-rr-package:before{content:"\f9e5"}.fi-rr-padlock-check:before{content:"\f9e6"}.fi-rr-page-break:before{content:"\f9e7"}.fi-rr-pager:before{content:"\f9e8"}.fi-rr-paid:before{content:"\f9e9"}.fi-rr-paint-brush:before{content:"\f9ea"}.fi-rr-paint-roller:before{content:"\f9eb"}.fi-rr-paintbrush-pencil:before{content:"\f9ec"}.fi-rr-palette:before{content:"\f9ed"}.fi-rr-pallet-alt:before{content:"\f9ee"}.fi-rr-pallet:before{content:"\f9ef"}.fi-rr-pan-food:before{content:"\f9f0"}.fi-rr-pan-frying:before{content:"\f9f1"}.fi-rr-pan:before{content:"\f9f2"}.fi-rr-pancakes:before{content:"\f9f3"}.fi-rr-panorama:before{content:"\f9f4"}.fi-rr-paper-plane-launch:before{content:"\f9f5"}.fi-rr-paper-plane-top:before{content:"\f9f6"}.fi-rr-paper-plane:before{content:"\f9f7"}.fi-rr-paperclip-vertical:before{content:"\f9f8"}.fi-rr-parachute-box:before{content:"\f9f9"}.fi-rr-paragraph-left:before{content:"\f9fa"}.fi-rr-paragraph:before{content:"\f9fb"}.fi-rr-parking-circle-slash:before{content:"\f9fc"}.fi-rr-parking-circle:before{content:"\f9fd"}.fi-rr-parking-slash:before{content:"\f9fe"}.fi-rr-parking:before{content:"\f9ff"}.fi-rr-party-bell:before{content:"\fa00"}.fi-rr-party-horn:before{content:"\fa01"}.fi-rr-passport:before{content:"\fa02"}.fi-rr-password-alt:before{content:"\fa03"}.fi-rr-password-computer:before{content:"\fa04"}.fi-rr-password-email:before{content:"\fa05"}.fi-rr-password-smartphone:before{content:"\fa06"}.fi-rr-password:before{content:"\fa07"}.fi-rr-paste:before{content:"\fa08"}.fi-rr-pattern:before{content:"\fa09"}.fi-rr-pause-circle:before{content:"\fa0a"}.fi-rr-pause-square:before{content:"\fa0b"}.fi-rr-pause:before{content:"\fa0c"}.fi-rr-paw-claws:before{content:"\fa0d"}.fi-rr-paw-heart:before{content:"\fa0e"}.fi-rr-paw:before{content:"\fa0f"}.fi-rr-payment-pos:before{content:"\fa10"}.fi-rr-payroll-calendar:before{content:"\fa11"}.fi-rr-payroll-check:before{content:"\fa12"}.fi-rr-payroll:before{content:"\fa13"}.fi-rr-peace:before{content:"\fa14"}.fi-rr-peach:before{content:"\fa15"}.fi-rr-peanut:before{content:"\fa16"}.fi-rr-peanuts:before{content:"\fa17"}.fi-rr-peapod:before{content:"\fa18"}.fi-rr-pear:before{content:"\fa19"}.fi-rr-pedestal:before{content:"\fa1a"}.fi-rr-pen-circle:before{content:"\fa1b"}.fi-rr-pen-clip-slash:before{content:"\fa1c"}.fi-rr-pen-clip:before{content:"\fa1d"}.fi-rr-pen-fancy-slash:before{content:"\fa1e"}.fi-rr-pen-fancy:before{content:"\fa1f"}.fi-rr-pen-field:before{content:"\fa20"}.fi-rr-pen-nib-slash:before{content:"\fa21"}.fi-rr-pen-nib:before{content:"\fa22"}.fi-rr-pen-slash:before{content:"\fa23"}.fi-rr-pen-square:before{content:"\fa24"}.fi-rr-pen-swirl:before{content:"\fa25"}.fi-rr-pencil-paintbrush:before{content:"\fa26"}.fi-rr-pencil-ruler:before{content:"\fa27"}.fi-rr-pencil-slash:before{content:"\fa28"}.fi-rr-pencil:before{content:"\fa29"}.fi-rr-pending:before{content:"\fa2a"}.fi-rr-pennant:before{content:"\fa2b"}.fi-rr-people-arrows-left-right:before{content:"\fa2c"}.fi-rr-people-carry-box:before{content:"\fa2d"}.fi-rr-people-dress:before{content:"\fa2e"}.fi-rr-people-network-partner:before{content:"\fa2f"}.fi-rr-people-pants:before{content:"\fa30"}.fi-rr-people-poll:before{content:"\fa31"}.fi-rr-people-pulling:before{content:"\fa32"}.fi-rr-people-roof:before{content:"\fa33"}.fi-rr-people:before{content:"\fa34"}.fi-rr-pepper-alt:before{content:"\fa35"}.fi-rr-pepper-hot:before{content:"\fa36"}.fi-rr-pepper:before{content:"\fa37"}.fi-rr-percent-10:before{content:"\fa38"}.fi-rr-percent-100:before{content:"\fa39"}.fi-rr-percent-20:before{content:"\fa3a"}.fi-rr-percent-25:before{content:"\fa3b"}.fi-rr-percent-30:before{content:"\fa3c"}.fi-rr-percent-40:before{content:"\fa3d"}.fi-rr-percent-50:before{content:"\fa3e"}.fi-rr-percent-60:before{content:"\fa3f"}.fi-rr-percent-70:before{content:"\fa40"}.fi-rr-percent-75:before{content:"\fa41"}.fi-rr-percent-80:before{content:"\fa42"}.fi-rr-percent-90:before{content:"\fa43"}.fi-rr-percentage:before{content:"\fa44"}.fi-rr-person-burst:before{content:"\fa45"}.fi-rr-person-carry-box:before{content:"\fa46"}.fi-rr-person-circle-check:before{content:"\fa47"}.fi-rr-person-circle-exclamation:before{content:"\fa48"}.fi-rr-person-circle-minus:before{content:"\fa49"}.fi-rr-person-circle-plus:before{content:"\fa4a"}.fi-rr-person-circle-question:before{content:"\fa4b"}.fi-rr-person-circle-xmark:before{content:"\fa4c"}.fi-rr-person-cv:before{content:"\fa4d"}.fi-rr-person-dolly-empty:before{content:"\fa4e"}.fi-rr-person-dolly:before{content:"\fa4f"}.fi-rr-person-dress-simple:before{content:"\fa50"}.fi-rr-person-dress:before{content:"\fa51"}.fi-rr-person-luggage:before{content:"\fa52"}.fi-rr-person-lunge:before{content:"\fa53"}.fi-rr-person-pilates:before{content:"\fa54"}.fi-rr-person-praying:before{content:"\fa55"}.fi-rr-person-pregnant:before{content:"\fa56"}.fi-rr-person-seat-reclined:before{content:"\fa57"}.fi-rr-person-seat:before{content:"\fa58"}.fi-rr-person-shelter:before{content:"\fa59"}.fi-rr-person-sign:before{content:"\fa5a"}.fi-rr-person-simple:before{content:"\fa5b"}.fi-rr-person-walking-with-cane:before{content:"\fa5c"}.fi-rr-peseta-sign:before{content:"\fa5d"}.fi-rr-peso-sign:before{content:"\fa5e"}.fi-rr-pets:before{content:"\fa5f"}.fi-rr-pharmacy:before{content:"\fa60"}.fi-rr-phone-call:before{content:"\fa61"}.fi-rr-phone-cross:before{content:"\fa62"}.fi-rr-phone-flip:before{content:"\fa63"}.fi-rr-phone-guide:before{content:"\fa64"}.fi-rr-phone-heart-message:before{content:"\fa65"}.fi-rr-phone-office:before{content:"\fa66"}.fi-rr-phone-pause:before{content:"\fa67"}.fi-rr-phone-plus:before{content:"\fa68"}.fi-rr-phone-rotary:before{content:"\fa69"}.fi-rr-phone-slash:before{content:"\fa6a"}.fi-rr-photo-capture:before{content:"\fa6b"}.fi-rr-photo-film-music:before{content:"\fa6c"}.fi-rr-photo-video:before{content:"\fa6d"}.fi-rr-physics:before{content:"\fa6e"}.fi-rr-Pi:before{content:"\fa6f"}.fi-rr-piano-keyboard:before{content:"\fa70"}.fi-rr-piano:before{content:"\fa71"}.fi-rr-pickaxe:before{content:"\fa72"}.fi-rr-picking-box:before{content:"\fa73"}.fi-rr-picking:before{content:"\fa74"}.fi-rr-picnic:before{content:"\fa75"}.fi-rr-picpeople-filled:before{content:"\fa76"}.fi-rr-picpeople:before{content:"\fa77"}.fi-rr-picture:before{content:"\fa78"}.fi-rr-pie:before{content:"\fa79"}.fi-rr-piece:before{content:"\fa7a"}.fi-rr-pig-bank-bulb:before{content:"\fa7b"}.fi-rr-pig-face:before{content:"\fa7c"}.fi-rr-pig:before{content:"\fa7d"}.fi-rr-piggy-bank-budget:before{content:"\fa7e"}.fi-rr-piggy-bank:before{content:"\fa7f"}.fi-rr-pills:before{content:"\fa80"}.fi-rr-pinata:before{content:"\fa81"}.fi-rr-pineapple-alt:before{content:"\fa82"}.fi-rr-pineapple:before{content:"\fa83"}.fi-rr-ping-pong:before{content:"\fa84"}.fi-rr-pipe-smoking:before{content:"\fa85"}.fi-rr-pizza-slice:before{content:"\fa86"}.fi-rr-place-of-worship:before{content:"\fa87"}.fi-rr-plan-strategy:before{content:"\fa88"}.fi-rr-plan:before{content:"\fa89"}.fi-rr-plane-alt:before{content:"\fa8a"}.fi-rr-plane-arrival:before{content:"\fa8b"}.fi-rr-plane-departure:before{content:"\fa8c"}.fi-rr-plane-prop:before{content:"\fa8d"}.fi-rr-plane-slash:before{content:"\fa8e"}.fi-rr-plane-tail:before{content:"\fa8f"}.fi-rr-plane:before{content:"\fa90"}.fi-rr-planet-moon:before{content:"\fa91"}.fi-rr-planet-ringed:before{content:"\fa92"}.fi-rr-plant-care:before{content:"\fa93"}.fi-rr-plant-growth:before{content:"\fa94"}.fi-rr-plant-seed-invest:before{content:"\fa95"}.fi-rr-plant-wilt:before{content:"\fa96"}.fi-rr-plate-utensils:before{content:"\fa97"}.fi-rr-plate-wheat:before{content:"\fa98"}.fi-rr-plate:before{content:"\fa99"}.fi-rr-play-alt:before{content:"\fa9a"}.fi-rr-play-circle:before{content:"\fa9b"}.fi-rr-play-microphone:before{content:"\fa9c"}.fi-rr-play-pause:before{content:"\fa9d"}.fi-rr-play:before{content:"\fa9e"}.fi-rr-playing-cards:before{content:"\fa9f"}.fi-rr-plug-alt:before{content:"\faa0"}.fi-rr-plug-cable:before{content:"\faa1"}.fi-rr-plug-circle-bolt:before{content:"\faa2"}.fi-rr-plug-circle-check:before{content:"\faa3"}.fi-rr-plug-circle-exclamation:before{content:"\faa4"}.fi-rr-plug-circle-minus:before{content:"\faa5"}.fi-rr-plug-circle-plus:before{content:"\faa6"}.fi-rr-plug-connection:before{content:"\faa7"}.fi-rr-plug:before{content:"\faa8"}.fi-rr-plus-hexagon:before{content:"\faa9"}.fi-rr-plus-minus:before{content:"\faaa"}.fi-rr-plus-small:before{content:"\faab"}.fi-rr-plus:before{content:"\faac"}.fi-rr-png-file:before{content:"\faad"}.fi-rr-podcast:before{content:"\faae"}.fi-rr-podium-star:before{content:"\faaf"}.fi-rr-podium-victory-leader:before{content:"\fab0"}.fi-rr-podium:before{content:"\fab1"}.fi-rr-point-of-sale-bill:before{content:"\fab2"}.fi-rr-point-of-sale-signal:before{content:"\fab3"}.fi-rr-point-of-sale:before{content:"\fab4"}.fi-rr-pointer-loading:before{content:"\fab5"}.fi-rr-pointer-text:before{content:"\fab6"}.fi-rr-poker-chip:before{content:"\fab7"}.fi-rr-police-box:before{content:"\fab8"}.fi-rr-poll-h:before{content:"\fab9"}.fi-rr-pollution:before{content:"\faba"}.fi-rr-pompebled:before{content:"\fabb"}.fi-rr-poo-bolt:before{content:"\fabc"}.fi-rr-poo:before{content:"\fabd"}.fi-rr-pool-8-ball:before{content:"\fabe"}.fi-rr-poop:before{content:"\fabf"}.fi-rr-popcorn:before{content:"\fac0"}.fi-rr-popsicle:before{content:"\fac1"}.fi-rr-portal-enter:before{content:"\fac2"}.fi-rr-portal-exit:before{content:"\fac3"}.fi-rr-portrait:before{content:"\fac4"}.fi-rr-postal-address:before{content:"\fac5"}.fi-rr-pot:before{content:"\fac6"}.fi-rr-potato:before{content:"\fac7"}.fi-rr-pound:before{content:"\fac8"}.fi-rr-power:before{content:"\fac9"}.fi-rr-ppt-file:before{content:"\faca"}.fi-rr-practice:before{content:"\facb"}.fi-rr-praying-hands:before{content:"\facc"}.fi-rr-prescription-bottle-alt:before{content:"\facd"}.fi-rr-prescription-bottle-pill:before{content:"\face"}.fi-rr-prescription-bottle:before{content:"\facf"}.fi-rr-prescription:before{content:"\fad0"}.fi-rr-presentation:before{content:"\fad1"}.fi-rr-preview:before{content:"\fad2"}.fi-rr-previous-square:before{content:"\fad3"}.fi-rr-print-magnifying-glass:before{content:"\fad4"}.fi-rr-print-slash:before{content:"\fad5"}.fi-rr-print:before{content:"\fad6"}.fi-rr-priority-arrow:before{content:"\fad7"}.fi-rr-priority-arrows:before{content:"\fad8"}.fi-rr-priority-importance:before{content:"\fad9"}.fi-rr-problem-solving:before{content:"\fada"}.fi-rr-procedures:before{content:"\fadb"}.fi-rr-process:before{content:"\fadc"}.fi-rr-productivity:before{content:"\fadd"}.fi-rr-progress-complete:before{content:"\fade"}.fi-rr-progress-download:before{content:"\fadf"}.fi-rr-progress-upload:before{content:"\fae0"}.fi-rr-projector:before{content:"\fae1"}.fi-rr-protractor:before{content:"\fae2"}.fi-rr-pulse:before{content:"\fae3"}.fi-rr-pump-medical:before{content:"\fae4"}.fi-rr-pump:before{content:"\fae5"}.fi-rr-pumpkin-alt-2:before{content:"\fae6"}.fi-rr-pumpkin-alt:before{content:"\fae7"}.fi-rr-pumpkin:before{content:"\fae8"}.fi-rr-puzzle-alt:before{content:"\fae9"}.fi-rr-puzzle-piece-integration:before{content:"\faea"}.fi-rr-puzzle-pieces:before{content:"\faeb"}.fi-rr-puzzle:before{content:"\faec"}.fi-rr-pyramid:before{content:"\faed"}.fi-rr-q:before{content:"\faee"}.fi-rr-qr-scan:before{content:"\faef"}.fi-rr-QR:before{content:"\faf0"}.fi-rr-qrcode:before{content:"\faf1"}.fi-rr-question-square:before{content:"\faf2"}.fi-rr-question:before{content:"\faf3"}.fi-rr-queue-alt:before{content:"\faf4"}.fi-rr-queue-line:before{content:"\faf5"}.fi-rr-queue-signal:before{content:"\faf6"}.fi-rr-queue:before{content:"\faf7"}.fi-rr-quill-pen-story:before{content:"\faf8"}.fi-rr-quiz-alt:before{content:"\faf9"}.fi-rr-quiz:before{content:"\fafa"}.fi-rr-quote-right:before{content:"\fafb"}.fi-rr-r:before{content:"\fafc"}.fi-rr-rabbit-fast:before{content:"\fafd"}.fi-rr-rabbit:before{content:"\fafe"}.fi-rr-raccoon:before{content:"\faff"}.fi-rr-racquet:before{content:"\fb00"}.fi-rr-radar-monitoring-track:before{content:"\fb01"}.fi-rr-radar:before{content:"\fb02"}.fi-rr-radiation-alt:before{content:"\fb03"}.fi-rr-radiation:before{content:"\fb04"}.fi-rr-radio-alt:before{content:"\fb05"}.fi-rr-radio-button:before{content:"\fb06"}.fi-rr-radio:before{content:"\fb07"}.fi-rr-radish:before{content:"\fb08"}.fi-rr-rainbow:before{content:"\fb09"}.fi-rr-raindrops:before{content:"\fb0a"}.fi-rr-ram:before{content:"\fb0b"}.fi-rr-ramp-loading:before{content:"\fb0c"}.fi-rr-rank:before{content:"\fb0d"}.fi-rr-ranking-podium-empty:before{content:"\fb0e"}.fi-rr-ranking-podium:before{content:"\fb0f"}.fi-rr-ranking-star:before{content:"\fb10"}.fi-rr-ranking-stars:before{content:"\fb11"}.fi-rr-raygun:before{content:"\fb12"}.fi-rr-razor-barber:before{content:"\fb13"}.fi-rr-react:before{content:"\fb14"}.fi-rr-rec:before{content:"\fb15"}.fi-rr-receipt:before{content:"\fb16"}.fi-rr-recipe-book:before{content:"\fb17"}.fi-rr-recipe:before{content:"\fb18"}.fi-rr-record-vinyl:before{content:"\fb19"}.fi-rr-rectabgle-vertical:before{content:"\fb1a"}.fi-rr-rectangle-barcode:before{content:"\fb1b"}.fi-rr-rectangle-code:before{content:"\fb1c"}.fi-rr-rectangle-history-circle-plus:before{content:"\fb1d"}.fi-rr-rectangle-horizontal:before{content:"\fb1e"}.fi-rr-rectangle-list:before{content:"\fb1f"}.fi-rr-rectangle-panoramic:before{content:"\fb20"}.fi-rr-rectangle-pro:before{content:"\fb21"}.fi-rr-rectangle-vertical-history:before{content:"\fb22"}.fi-rr-rectangle-vertical:before{content:"\fb23"}.fi-rr-rectangle-xmark:before{content:"\fb24"}.fi-rr-rectangles-mixed:before{content:"\fb25"}.fi-rr-recycle-bin:before{content:"\fb26"}.fi-rr-recycle:before{content:"\fb27"}.fi-rr-redo-alt:before{content:"\fb28"}.fi-rr-redo:before{content:"\fb29"}.fi-rr-reel:before{content:"\fb2a"}.fi-rr-refer-arrow:before{content:"\fb2b"}.fi-rr-refer:before{content:"\fb2c"}.fi-rr-referral-alt:before{content:"\fb2d"}.fi-rr-referral-user:before{content:"\fb2e"}.fi-rr-referral:before{content:"\fb2f"}.fi-rr-reflect-horizontal-alt:before{content:"\fb30"}.fi-rr-reflect-horizontal:before{content:"\fb31"}.fi-rr-reflect-vertical:before{content:"\fb32"}.fi-rr-reflect:before{content:"\fb33"}.fi-rr-refresh:before{content:"\fb34"}.fi-rr-refrigerator:before{content:"\fb35"}.fi-rr-refund-alt:before{content:"\fb36"}.fi-rr-refund:before{content:"\fb37"}.fi-rr-region-pin-alt:before{content:"\fb38"}.fi-rr-region-pin:before{content:"\fb39"}.fi-rr-registered:before{content:"\fb3a"}.fi-rr-registration-paper:before{content:"\fb3b"}.fi-rr-remove-folder:before{content:"\fb3c"}.fi-rr-remove-user:before{content:"\fb3d"}.fi-rr-rent-signal:before{content:"\fb3e"}.fi-rr-rent:before{content:"\fb3f"}.fi-rr-replace:before{content:"\fb40"}.fi-rr-replay-10:before{content:"\fb41"}.fi-rr-replay-30:before{content:"\fb42"}.fi-rr-replay-5:before{content:"\fb43"}.fi-rr-reply-all:before{content:"\fb44"}.fi-rr-republican:before{content:"\fb45"}.fi-rr-reservation-smartphone:before{content:"\fb46"}.fi-rr-reservation-table:before{content:"\fb47"}.fi-rr-resistance-band:before{content:"\fb48"}.fi-rr-resize:before{content:"\fb49"}.fi-rr-resources:before{content:"\fb4a"}.fi-rr-restaurant:before{content:"\fb4b"}.fi-rr-restock:before{content:"\fb4c"}.fi-rr-restroom-simple:before{content:"\fb4d"}.fi-rr-resume:before{content:"\fb4e"}.fi-rr-revenue-alt:before{content:"\fb4f"}.fi-rr-revenue-euro:before{content:"\fb50"}.fi-rr-Revenue:before{content:"\fb51"}.fi-rr-review:before{content:"\fb52"}.fi-rr-rewind-button-circle:before{content:"\fb53"}.fi-rr-rewind:before{content:"\fb54"}.fi-rr-rhombus:before{content:"\fb55"}.fi-rr-ribbon:before{content:"\fb56"}.fi-rr-right-from-bracket:before{content:"\fb57"}.fi-rr-right:before{content:"\fb58"}.fi-rr-ring-diamond:before{content:"\fb59"}.fi-rr-ring:before{content:"\fb5a"}.fi-rr-rings-wedding:before{content:"\fb5b"}.fi-rr-risk-alt:before{content:"\fb5c"}.fi-rr-risk:before{content:"\fb5d"}.fi-rr-road-barrier:before{content:"\fb5e"}.fi-rr-road-sign-left:before{content:"\fb5f"}.fi-rr-road:before{content:"\fb60"}.fi-rr-robot:before{content:"\fb61"}.fi-rr-robotic-arm:before{content:"\fb62"}.fi-rr-rocket-lunch:before{content:"\fb63"}.fi-rr-rocket:before{content:"\fb64"}.fi-rr-roller-coaster:before{content:"\fb65"}.fi-rr-room-service:before{content:"\fb66"}.fi-rr-rotate-exclamation:before{content:"\fb67"}.fi-rr-rotate-left:before{content:"\fb68"}.fi-rr-rotate-reverse:before{content:"\fb69"}.fi-rr-rotate-right:before{content:"\fb6a"}.fi-rr-rotate-square:before{content:"\fb6b"}.fi-rr-roulette:before{content:"\fb6c"}.fi-rr-route-highway:before{content:"\fb6d"}.fi-rr-route-interstate:before{content:"\fb6e"}.fi-rr-route:before{content:"\fb6f"}.fi-rr-router:before{content:"\fb70"}.fi-rr-rss-alt:before{content:"\fb71"}.fi-rr-rss:before{content:"\fb72"}.fi-rr-ruble-sign:before{content:"\fb73"}.fi-rr-rugby:before{content:"\fb74"}.fi-rr-ruler-combined:before{content:"\fb75"}.fi-rr-ruler-horizontal:before{content:"\fb76"}.fi-rr-ruler-triangle:before{content:"\fb77"}.fi-rr-ruler-vertical:before{content:"\fb78"}.fi-rr-rules-alt:before{content:"\fb79"}.fi-rr-rules:before{content:"\fb7a"}.fi-rr-running-track:before{content:"\fb7b"}.fi-rr-running:before{content:"\fb7c"}.fi-rr-rupee-sign:before{content:"\fb7d"}.fi-rr-rupiah-sign:before{content:"\fb7e"}.fi-rr-rv:before{content:"\fb7f"}.fi-rr-s:before{content:"\fb80"}.fi-rr-sack-dollar:before{content:"\fb81"}.fi-rr-sack:before{content:"\fb82"}.fi-rr-sad-cry:before{content:"\fb83"}.fi-rr-sad-tear:before{content:"\fb84"}.fi-rr-sad:before{content:"\fb85"}.fi-rr-safe-box:before{content:"\fb86"}.fi-rr-sailboat:before{content:"\fb87"}.fi-rr-salad:before{content:"\fb88"}.fi-rr-salary-alt:before{content:"\fb89"}.fi-rr-salt-pepper:before{content:"\fb8a"}.fi-rr-salt-shaker:before{content:"\fb8b"}.fi-rr-sandwich-alt:before{content:"\fb8c"}.fi-rr-sandwich:before{content:"\fb8d"}.fi-rr-satellite-dish:before{content:"\fb8e"}.fi-rr-satellite:before{content:"\fb8f"}.fi-rr-saturday:before{content:"\fb90"}.fi-rr-sauce:before{content:"\fb91"}.fi-rr-sausage:before{content:"\fb92"}.fi-rr-sax-hot:before{content:"\fb93"}.fi-rr-saxophone:before{content:"\fb94"}.fi-rr-scale-comparison-alt:before{content:"\fb95"}.fi-rr-scale-comparison:before{content:"\fb96"}.fi-rr-scale:before{content:"\fb97"}.fi-rr-scalpel-path:before{content:"\fb98"}.fi-rr-scalpel:before{content:"\fb99"}.fi-rr-scanner-gun:before{content:"\fb9a"}.fi-rr-scanner-image:before{content:"\fb9b"}.fi-rr-scanner-keyboard:before{content:"\fb9c"}.fi-rr-scanner-touchscreen:before{content:"\fb9d"}.fi-rr-scarecrow:before{content:"\fb9e"}.fi-rr-scarf:before{content:"\fb9f"}.fi-rr-school-bus:before{content:"\fba0"}.fi-rr-school:before{content:"\fba1"}.fi-rr-scissors:before{content:"\fba2"}.fi-rr-scooter:before{content:"\fba3"}.fi-rr-screen:before{content:"\fba4"}.fi-rr-screencast:before{content:"\fba5"}.fi-rr-screw-alt:before{content:"\fba6"}.fi-rr-screw:before{content:"\fba7"}.fi-rr-screwdriver:before{content:"\fba8"}.fi-rr-scribble:before{content:"\fba9"}.fi-rr-script:before{content:"\fbaa"}.fi-rr-scroll-document-story:before{content:"\fbab"}.fi-rr-scroll-old:before{content:"\fbac"}.fi-rr-scroll-torah:before{content:"\fbad"}.fi-rr-scroll:before{content:"\fbae"}.fi-rr-scrubber:before{content:"\fbaf"}.fi-rr-scythe:before{content:"\fbb0"}.fi-rr-sd-card:before{content:"\fbb1"}.fi-rr-sd-cards:before{content:"\fbb2"}.fi-rr-seal-exclamation:before{content:"\fbb3"}.fi-rr-seal-question:before{content:"\fbb4"}.fi-rr-seal:before{content:"\fbb5"}.fi-rr-search-alt:before{content:"\fbb6"}.fi-rr-search-dollar:before{content:"\fbb7"}.fi-rr-search-heart:before{content:"\fbb8"}.fi-rr-search-location:before{content:"\fbb9"}.fi-rr-search:before{content:"\fbba"}.fi-rr-seat-airline:before{content:"\fbbb"}.fi-rr-seatbelt-safety-driver:before{content:"\fbbc"}.fi-rr-second-award:before{content:"\fbbd"}.fi-rr-second-laurel:before{content:"\fbbe"}.fi-rr-second-medal:before{content:"\fbbf"}.fi-rr-second:before{content:"\fbc0"}.fi-rr-security:before{content:"\fbc1"}.fi-rr-seedling:before{content:"\fbc2"}.fi-rr-selection:before{content:"\fbc3"}.fi-rr-sell:before{content:"\fbc4"}.fi-rr-seller-store:before{content:"\fbc5"}.fi-rr-seller:before{content:"\fbc6"}.fi-rr-selling:before{content:"\fbc7"}.fi-rr-send-back:before{content:"\fbc8"}.fi-rr-send-backward:before{content:"\fbc9"}.fi-rr-send-money-smartphone:before{content:"\fbca"}.fi-rr-send-money:before{content:"\fbcb"}.fi-rr-sensor-alert:before{content:"\fbcc"}.fi-rr-sensor-fire:before{content:"\fbcd"}.fi-rr-sensor-on:before{content:"\fbce"}.fi-rr-sensor-smoke:before{content:"\fbcf"}.fi-rr-sensor:before{content:"\fbd0"}.fi-rr-settings-sliders:before{content:"\fbd1"}.fi-rr-settings:before{content:"\fbd2"}.fi-rr-share-alt-square:before{content:"\fbd3"}.fi-rr-share-square:before{content:"\fbd4"}.fi-rr-share:before{content:"\fbd5"}.fi-rr-sheep:before{content:"\fbd6"}.fi-rr-shekel-sign:before{content:"\fbd7"}.fi-rr-shelves:before{content:"\fbd8"}.fi-rr-shield-alt:before{content:"\fbd9"}.fi-rr-shield-cat:before{content:"\fbda"}.fi-rr-shield-check:before{content:"\fbdb"}.fi-rr-shield-cross:before{content:"\fbdc"}.fi-rr-shield-dog:before{content:"\fbdd"}.fi-rr-shield-exclamation:before{content:"\fbde"}.fi-rr-shield-interrogation:before{content:"\fbdf"}.fi-rr-shield-keyhole:before{content:"\fbe0"}.fi-rr-shield-minus:before{content:"\fbe1"}.fi-rr-shield-plus:before{content:"\fbe2"}.fi-rr-shield-security-risk:before{content:"\fbe3"}.fi-rr-shield-slash:before{content:"\fbe4"}.fi-rr-shield-trust:before{content:"\fbe5"}.fi-rr-shield-virus:before{content:"\fbe6"}.fi-rr-shield-xmark:before{content:"\fbe7"}.fi-rr-shield:before{content:"\fbe8"}.fi-rr-ship-side:before{content:"\fbe9"}.fi-rr-ship:before{content:"\fbea"}.fi-rr-shipping-fast:before{content:"\fbeb"}.fi-rr-shipping-timed:before{content:"\fbec"}.fi-rr-shirt-long-sleeve:before{content:"\fbed"}.fi-rr-shirt-running:before{content:"\fbee"}.fi-rr-shirt-tank-top:before{content:"\fbef"}.fi-rr-shirt:before{content:"\fbf0"}.fi-rr-shish-kebab:before{content:"\fbf1"}.fi-rr-shoe-prints:before{content:"\fbf2"}.fi-rr-shop-lock:before{content:"\fbf3"}.fi-rr-shop-slash:before{content:"\fbf4"}.fi-rr-shop:before{content:"\fbf5"}.fi-rr-shopping-bag-add:before{content:"\fbf6"}.fi-rr-shopping-bag:before{content:"\fbf7"}.fi-rr-shopping-basket:before{content:"\fbf8"}.fi-rr-shopping-cart-add:before{content:"\fbf9"}.fi-rr-shopping-cart-buyer:before{content:"\fbfa"}.fi-rr-shopping-cart-check:before{content:"\fbfb"}.fi-rr-shopping-cart:before{content:"\fbfc"}.fi-rr-shovel-snow:before{content:"\fbfd"}.fi-rr-shovel:before{content:"\fbfe"}.fi-rr-shower-down:before{content:"\fbff"}.fi-rr-shower:before{content:"\fc00"}.fi-rr-shredder:before{content:"\fc01"}.fi-rr-shrimp:before{content:"\fc02"}.fi-rr-shuffle:before{content:"\fc03"}.fi-rr-shuttle-van:before{content:"\fc04"}.fi-rr-shuttlecock:before{content:"\fc05"}.fi-rr-Sickle:before{content:"\fc06"}.fi-rr-sidebar-flip:before{content:"\fc07"}.fi-rr-sidebar:before{content:"\fc08"}.fi-rr-sigma:before{content:"\fc09"}.fi-rr-sign-hanging:before{content:"\fc0a"}.fi-rr-sign-in-alt:before{content:"\fc0b"}.fi-rr-sign-out-alt:before{content:"\fc0c"}.fi-rr-sign-posts-wrench:before{content:"\fc0d"}.fi-rr-sign-posts:before{content:"\fc0e"}.fi-rr-sign-up:before{content:"\fc0f"}.fi-rr-signal-alt-1:before{content:"\fc10"}.fi-rr-signal-alt-2:before{content:"\fc11"}.fi-rr-signal-alt-slash:before{content:"\fc12"}.fi-rr-signal-alt:before{content:"\fc13"}.fi-rr-signal-bars-fair:before{content:"\fc14"}.fi-rr-signal-bars-good:before{content:"\fc15"}.fi-rr-signal-bars-weak:before{content:"\fc16"}.fi-rr-signal-stream-slash:before{content:"\fc17"}.fi-rr-signal-stream:before{content:"\fc18"}.fi-rr-signature-lock:before{content:"\fc19"}.fi-rr-signature-slash:before{content:"\fc1a"}.fi-rr-signature:before{content:"\fc1b"}.fi-rr-sim-card:before{content:"\fc1c"}.fi-rr-sim-cards:before{content:"\fc1d"}.fi-rr-sink:before{content:"\fc1e"}.fi-rr-siren-on:before{content:"\fc1f"}.fi-rr-Siren:before{content:"\fc20"}.fi-rr-site-alt:before{content:"\fc21"}.fi-rr-site-browser:before{content:"\fc22"}.fi-rr-site:before{content:"\fc23"}.fi-rr-sitemap:before{content:"\fc24"}.fi-rr-skateboard:before{content:"\fc25"}.fi-rr-skating:before{content:"\fc26"}.fi-rr-skeleton-ribs:before{content:"\fc27"}.fi-rr-skeleton:before{content:"\fc28"}.fi-rr-skewer:before{content:"\fc29"}.fi-rr-ski-boot-ski:before{content:"\fc2a"}.fi-rr-ski-jump:before{content:"\fc2b"}.fi-rr-ski-lift:before{content:"\fc2c"}.fi-rr-skiing-nordic:before{content:"\fc2d"}.fi-rr-skiing:before{content:"\fc2e"}.fi-rr-skill-alt:before{content:"\fc2f"}.fi-rr-skill-user:before{content:"\fc30"}.fi-rr-skill:before{content:"\fc31"}.fi-rr-skin-arrow:before{content:"\fc32"}.fi-rr-skin-drop:before{content:"\fc33"}.fi-rr-skin-hair:before{content:"\fc34"}.fi-rr-skin:before{content:"\fc35"}.fi-rr-skip-15-seconds:before{content:"\fc36"}.fi-rr-skull-cow:before{content:"\fc37"}.fi-rr-skull-crossbones:before{content:"\fc38"}.fi-rr-skull:before{content:"\fc39"}.fi-rr-slash:before{content:"\fc3a"}.fi-rr-sledding:before{content:"\fc3b"}.fi-rr-sleeping-bag:before{content:"\fc3c"}.fi-rr-sleigh:before{content:"\fc3d"}.fi-rr-sliders-h-square:before{content:"\fc3e"}.fi-rr-sliders-v-square:before{content:"\fc3f"}.fi-rr-sliders-v:before{content:"\fc40"}.fi-rr-slot-machine:before{content:"\fc41"}.fi-rr-smart-home-alt:before{content:"\fc42"}.fi-rr-smart-home:before{content:"\fc43"}.fi-rr-smartphone:before{content:"\fc44"}.fi-rr-smile-beam:before{content:"\fc45"}.fi-rr-smile-plus:before{content:"\fc46"}.fi-rr-smile-wink:before{content:"\fc47"}.fi-rr-smile:before{content:"\fc48"}.fi-rr-smiley-comment-alt:before{content:"\fc49"}.fi-rr-smog:before{content:"\fc4a"}.fi-rr-smoke:before{content:"\fc4b"}.fi-rr-smoking-ban:before{content:"\fc4c"}.fi-rr-smoking:before{content:"\fc4d"}.fi-rr-snake:before{content:"\fc4e"}.fi-rr-snap:before{content:"\fc4f"}.fi-rr-snooze:before{content:"\fc50"}.fi-rr-snow-blowing:before{content:"\fc51"}.fi-rr-snowboarding:before{content:"\fc52"}.fi-rr-snowflake-droplets:before{content:"\fc53"}.fi-rr-snowflake:before{content:"\fc54"}.fi-rr-snowflakes:before{content:"\fc55"}.fi-rr-snowman-alt:before{content:"\fc56"}.fi-rr-snowman-head:before{content:"\fc57"}.fi-rr-snowmobile:before{content:"\fc58"}.fi-rr-snowplow:before{content:"\fc59"}.fi-rr-soap-alt:before{content:"\fc5a"}.fi-rr-soap:before{content:"\fc5b"}.fi-rr-social-network:before{content:"\fc5c"}.fi-rr-socks:before{content:"\fc5d"}.fi-rr-sofa-size:before{content:"\fc5e"}.fi-rr-sofa:before{content:"\fc5f"}.fi-rr-solar-panel-sun:before{content:"\fc60"}.fi-rr-solar-panel:before{content:"\fc61"}.fi-rr-solar-system:before{content:"\fc62"}.fi-rr-sold-house:before{content:"\fc63"}.fi-rr-sold-signal:before{content:"\fc64"}.fi-rr-sort-alpha-down-alt:before{content:"\fc65"}.fi-rr-sort-alpha-down:before{content:"\fc66"}.fi-rr-sort-alpha-up-alt:before{content:"\fc67"}.fi-rr-sort-alpha-up:before{content:"\fc68"}.fi-rr-sort-alt:before{content:"\fc69"}.fi-rr-sort-amount-down-alt:before{content:"\fc6a"}.fi-rr-sort-amount-down:before{content:"\fc6b"}.fi-rr-sort-amount-up-alt:before{content:"\fc6c"}.fi-rr-sort-amount-up:before{content:"\fc6d"}.fi-rr-sort-circle-down:before{content:"\fc6e"}.fi-rr-sort-circle-up:before{content:"\fc6f"}.fi-rr-sort-circle:before{content:"\fc70"}.fi-rr-sort-down:before{content:"\fc71"}.fi-rr-sort-numeric-down-alt:before{content:"\fc72"}.fi-rr-sort-numeric-down:before{content:"\fc73"}.fi-rr-sort-shapes-down:before{content:"\fc74"}.fi-rr-sort-shapes-up:before{content:"\fc75"}.fi-rr-sort-size-down:before{content:"\fc76"}.fi-rr-sort-size-up:before{content:"\fc77"}.fi-rr-sort:before{content:"\fc78"}.fi-rr-soup:before{content:"\fc79"}.fi-rr-source-data:before{content:"\fc7a"}.fi-rr-source-document-alt:before{content:"\fc7b"}.fi-rr-source-document:before{content:"\fc7c"}.fi-rr-spa:before{content:"\fc7d"}.fi-rr-space-shuttle:before{content:"\fc7e"}.fi-rr-space-station-moon-alt:before{content:"\fc7f"}.fi-rr-space-station-moon:before{content:"\fc80"}.fi-rr-spade:before{content:"\fc81"}.fi-rr-spaghetti-monster-flying:before{content:"\fc82"}.fi-rr-spain-map:before{content:"\fc83"}.fi-rr-sparkles:before{content:"\fc84"}.fi-rr-spartan-helmet:before{content:"\fc85"}.fi-rr-speaker:before{content:"\fc86"}.fi-rr-speakers:before{content:"\fc87"}.fi-rr-speech-bubble-story:before{content:"\fc88"}.fi-rr-speedometer-arrow:before{content:"\fc89"}.fi-rr-speedometer-kpi:before{content:"\fc8a"}.fi-rr-sphere:before{content:"\fc8b"}.fi-rr-spider-black-widow:before{content:"\fc8c"}.fi-rr-spider-web:before{content:"\fc8d"}.fi-rr-spider:before{content:"\fc8e"}.fi-rr-spinner:before{content:"\fc8f"}.fi-rr-split-up-relation:before{content:"\fc90"}.fi-rr-split:before{content:"\fc91"}.fi-rr-splotch:before{content:"\fc92"}.fi-rr-spoon:before{content:"\fc93"}.fi-rr-sport:before{content:"\fc94"}.fi-rr-spray-can-sparkles:before{content:"\fc95"}.fi-rr-spray-can:before{content:"\fc96"}.fi-rr-spring-calendar:before{content:"\fc97"}.fi-rr-sprinkler:before{content:"\fc98"}.fi-rr-spy:before{content:"\fc99"}.fi-rr-square-0:before{content:"\fc9a"}.fi-rr-square-1:before{content:"\fc9b"}.fi-rr-square-2:before{content:"\fc9c"}.fi-rr-square-3:before{content:"\fc9d"}.fi-rr-square-4:before{content:"\fc9e"}.fi-rr-square-5:before{content:"\fc9f"}.fi-rr-square-6:before{content:"\fca0"}.fi-rr-square-7:before{content:"\fca1"}.fi-rr-square-8:before{content:"\fca2"}.fi-rr-square-9:before{content:"\fca3"}.fi-rr-square-a:before{content:"\fca4"}.fi-rr-square-b:before{content:"\fca5"}.fi-rr-square-bolt:before{content:"\fca6"}.fi-rr-square-c:before{content:"\fca7"}.fi-rr-square-code:before{content:"\fca8"}.fi-rr-square-d:before{content:"\fca9"}.fi-rr-square-dashed-circle-plus:before{content:"\fcaa"}.fi-rr-square-dashed:before{content:"\fcab"}.fi-rr-square-divide:before{content:"\fcac"}.fi-rr-square-e:before{content:"\fcad"}.fi-rr-square-ellipsis-vertical:before{content:"\fcae"}.fi-rr-square-ellipsis:before{content:"\fcaf"}.fi-rr-square-exclamation:before{content:"\fcb0"}.fi-rr-square-f:before{content:"\fcb1"}.fi-rr-square-g:before{content:"\fcb2"}.fi-rr-square-h:before{content:"\fcb3"}.fi-rr-square-heart:before{content:"\fcb4"}.fi-rr-square-i:before{content:"\fcb5"}.fi-rr-square-info:before{content:"\fcb6"}.fi-rr-square-j:before{content:"\fcb7"}.fi-rr-square-k:before{content:"\fcb8"}.fi-rr-square-kanban:before{content:"\fcb9"}.fi-rr-square-l:before{content:"\fcba"}.fi-rr-square-m:before{content:"\fcbb"}.fi-rr-square-minus:before{content:"\fcbc"}.fi-rr-square-n:before{content:"\fcbd"}.fi-rr-square-o:before{content:"\fcbe"}.fi-rr-square-p:before{content:"\fcbf"}.fi-rr-square-phone-hangup:before{content:"\fcc0"}.fi-rr-square-plus:before{content:"\fcc1"}.fi-rr-square-poll-horizontal:before{content:"\fcc2"}.fi-rr-square-poll-vertical:before{content:"\fcc3"}.fi-rr-square-q:before{content:"\fcc4"}.fi-rr-square-quote:before{content:"\fcc5"}.fi-rr-square-r:before{content:"\fcc6"}.fi-rr-square-root:before{content:"\fcc7"}.fi-rr-square-s:before{content:"\fcc8"}.fi-rr-square-small:before{content:"\fcc9"}.fi-rr-square-star:before{content:"\fcca"}.fi-rr-square-t:before{content:"\fccb"}.fi-rr-square-terminal:before{content:"\fccc"}.fi-rr-square-u:before{content:"\fccd"}.fi-rr-square-up-right:before{content:"\fcce"}.fi-rr-square-v:before{content:"\fccf"}.fi-rr-square-w:before{content:"\fcd0"}.fi-rr-square-x:before{content:"\fcd1"}.fi-rr-square-y:before{content:"\fcd2"}.fi-rr-square-z:before{content:"\fcd3"}.fi-rr-square:before{content:"\fcd4"}.fi-rr-squid:before{content:"\fcd5"}.fi-rr-squircle:before{content:"\fcd6"}.fi-rr-squirrel:before{content:"\fcd7"}.fi-rr-staff:before{content:"\fcd8"}.fi-rr-stage-concert:before{content:"\fcd9"}.fi-rr-stage-theatre:before{content:"\fcda"}.fi-rr-stage:before{content:"\fcdb"}.fi-rr-stairs:before{content:"\fcdc"}.fi-rr-stamp:before{content:"\fcdd"}.fi-rr-standard-definition:before{content:"\fcde"}.fi-rr-star-and-crescent:before{content:"\fcdf"}.fi-rr-star-christmas:before{content:"\fce0"}.fi-rr-star-comment-alt:before{content:"\fce1"}.fi-rr-star-exclamation:before{content:"\fce2"}.fi-rr-star-octogram:before{content:"\fce3"}.fi-rr-star-of-david:before{content:"\fce4"}.fi-rr-star-rating-call:before{content:"\fce5"}.fi-rr-star-sharp-half-stroke:before{content:"\fce6"}.fi-rr-star-sharp-half:before{content:"\fce7"}.fi-rr-star-shooting:before{content:"\fce8"}.fi-rr-star:before{content:"\fce9"}.fi-rr-starfighter:before{content:"\fcea"}.fi-rr-stars:before{content:"\fceb"}.fi-rr-state-country:before{content:"\fcec"}.fi-rr-stationary-bike:before{content:"\fced"}.fi-rr-stats:before{content:"\fcee"}.fi-rr-steak:before{content:"\fcef"}.fi-rr-steering-wheel:before{content:"\fcf0"}.fi-rr-step-backward:before{content:"\fcf1"}.fi-rr-step-forward:before{content:"\fcf2"}.fi-rr-sterling-sign:before{content:"\fcf3"}.fi-rr-stethoscope:before{content:"\fcf4"}.fi-rr-sticker:before{content:"\fcf5"}.fi-rr-stocking:before{content:"\fcf6"}.fi-rr-stomach:before{content:"\fcf7"}.fi-rr-stop-circle:before{content:"\fcf8"}.fi-rr-stop-square:before{content:"\fcf9"}.fi-rr-stop:before{content:"\fcfa"}.fi-rr-stopwatch:before{content:"\fcfb"}.fi-rr-store-alt:before{content:"\fcfc"}.fi-rr-store-buyer:before{content:"\fcfd"}.fi-rr-store-lock:before{content:"\fcfe"}.fi-rr-store-slash:before{content:"\fcff"}.fi-rr-story-book:before{content:"\fd00"}.fi-rr-story-fairy-tale:before{content:"\fd01"}.fi-rr-story-fantasy:before{content:"\fd02"}.fi-rr-strategy-chess-risk:before{content:"\fd03"}.fi-rr-strawberry:before{content:"\fd04"}.fi-rr-street-view:before{content:"\fd05"}.fi-rr-stretcher:before{content:"\fd06"}.fi-rr-strikethrough:before{content:"\fd07"}.fi-rr-stroopwafel:before{content:"\fd08"}.fi-rr-student-alt:before{content:"\fd09"}.fi-rr-student:before{content:"\fd0a"}.fi-rr-subscript:before{content:"\fd0b"}.fi-rr-subscription-alt:before{content:"\fd0c"}.fi-rr-subscription:before{content:"\fd0d"}.fi-rr-subtitles-slash:before{content:"\fd0e"}.fi-rr-subtitles:before{content:"\fd0f"}.fi-rr-subway:before{content:"\fd10"}.fi-rr-suitcase-alt:before{content:"\fd11"}.fi-rr-summary-check:before{content:"\fd12"}.fi-rr-summer:before{content:"\fd13"}.fi-rr-sun-dust:before{content:"\fd14"}.fi-rr-sun-plant-wilt:before{content:"\fd15"}.fi-rr-sun-salutation-yoga:before{content:"\fd16"}.fi-rr-sun:before{content:"\fd17"}.fi-rr-sunday:before{content:"\fd18"}.fi-rr-sunglasses-alt:before{content:"\fd19"}.fi-rr-sunglasses:before{content:"\fd1a"}.fi-rr-sunrise-alt:before{content:"\fd1b"}.fi-rr-sunrise:before{content:"\fd1c"}.fi-rr-sunset:before{content:"\fd1d"}.fi-rr-superscript:before{content:"\fd1e"}.fi-rr-supplier-alt:before{content:"\fd1f"}.fi-rr-supplier:before{content:"\fd20"}.fi-rr-surfing:before{content:"\fd21"}.fi-rr-surprise:before{content:"\fd22"}.fi-rr-surveillance-camera:before{content:"\fd23"}.fi-rr-survey-xmark:before{content:"\fd24"}.fi-rr-sushi-alt:before{content:"\fd25"}.fi-rr-sushi-roll:before{content:"\fd26"}.fi-rr-sushi:before{content:"\fd27"}.fi-rr-svg:before{content:"\fd28"}.fi-rr-swap:before{content:"\fd29"}.fi-rr-swatchbook:before{content:"\fd2a"}.fi-rr-swimmer:before{content:"\fd2b"}.fi-rr-swimming-pool:before{content:"\fd2c"}.fi-rr-swing:before{content:"\fd2d"}.fi-rr-swipe-down:before{content:"\fd2e"}.fi-rr-swipe-left:before{content:"\fd2f"}.fi-rr-swipe-right:before{content:"\fd30"}.fi-rr-swipe-up:before{content:"\fd31"}.fi-rr-sword:before{content:"\fd32"}.fi-rr-symbol:before{content:"\fd33"}.fi-rr-symbols:before{content:"\fd34"}.fi-rr-synagogue:before{content:"\fd35"}.fi-rr-syringe:before{content:"\fd36"}.fi-rr-system-cloud:before{content:"\fd37"}.fi-rr-t:before{content:"\fd38"}.fi-rr-tab-folder:before{content:"\fd39"}.fi-rr-table-columns:before{content:"\fd3a"}.fi-rr-table-layout:before{content:"\fd3b"}.fi-rr-table-list:before{content:"\fd3c"}.fi-rr-table-picnic:before{content:"\fd3d"}.fi-rr-table-pivot:before{content:"\fd3e"}.fi-rr-table-rows:before{content:"\fd3f"}.fi-rr-table-tree:before{content:"\fd40"}.fi-rr-table:before{content:"\fd41"}.fi-rr-tablet-android-alt:before{content:"\fd42"}.fi-rr-tablet-android:before{content:"\fd43"}.fi-rr-tablet-rugged:before{content:"\fd44"}.fi-rr-tablet:before{content:"\fd45"}.fi-rr-tachometer-alt-average:before{content:"\fd46"}.fi-rr-tachometer-alt-fastest:before{content:"\fd47"}.fi-rr-tachometer-alt-slow:before{content:"\fd48"}.fi-rr-tachometer-alt-slowest:before{content:"\fd49"}.fi-rr-tachometer-average:before{content:"\fd4a"}.fi-rr-tachometer-fast:before{content:"\fd4b"}.fi-rr-tachometer-fastest:before{content:"\fd4c"}.fi-rr-tachometer-slow:before{content:"\fd4d"}.fi-rr-tachometer-slowest:before{content:"\fd4e"}.fi-rr-tachometer:before{content:"\fd4f"}.fi-rr-taco:before{content:"\fd50"}.fi-rr-tags:before{content:"\fd51"}.fi-rr-talent-alt:before{content:"\fd52"}.fi-rr-talent-hand:before{content:"\fd53"}.fi-rr-talent:before{content:"\fd54"}.fi-rr-tally-1:before{content:"\fd55"}.fi-rr-tally-2:before{content:"\fd56"}.fi-rr-tally-3:before{content:"\fd57"}.fi-rr-tally-4:before{content:"\fd58"}.fi-rr-tally:before{content:"\fd59"}.fi-rr-tamale:before{content:"\fd5a"}.fi-rr-tank-water:before{content:"\fd5b"}.fi-rr-tap:before{content:"\fd5c"}.fi-rr-tape:before{content:"\fd5d"}.fi-rr-target-audience:before{content:"\fd5e"}.fi-rr-target:before{content:"\fd5f"}.fi-rr-tax-alt:before{content:"\fd60"}.fi-rr-tax:before{content:"\fd61"}.fi-rr-taxi-bus:before{content:"\fd62"}.fi-rr-taxi:before{content:"\fd63"}.fi-rr-team-check-alt:before{content:"\fd64"}.fi-rr-team-check:before{content:"\fd65"}.fi-rr-teddy-bear:before{content:"\fd66"}.fi-rr-teeth-open:before{content:"\fd67"}.fi-rr-telescope:before{content:"\fd68"}.fi-rr-temperature-down:before{content:"\fd69"}.fi-rr-temperature-frigid:before{content:"\fd6a"}.fi-rr-temperature-high:before{content:"\fd6b"}.fi-rr-temperature-list:before{content:"\fd6c"}.fi-rr-temperature-low:before{content:"\fd6d"}.fi-rr-temperature-up:before{content:"\fd6e"}.fi-rr-template-alt:before{content:"\fd6f"}.fi-rr-template:before{content:"\fd70"}.fi-rr-tenge:before{content:"\fd71"}.fi-rr-tennis:before{content:"\fd72"}.fi-rr-tent-arrow-down-to-line:before{content:"\fd73"}.fi-rr-tent-arrow-left-right:before{content:"\fd74"}.fi-rr-tent-arrow-turn-left:before{content:"\fd75"}.fi-rr-tent-arrows-down:before{content:"\fd76"}.fi-rr-tents:before{content:"\fd77"}.fi-rr-terminal:before{content:"\fd78"}.fi-rr-terrace:before{content:"\fd79"}.fi-rr-test-tube:before{content:"\fd7a"}.fi-rr-test:before{content:"\fd7b"}.fi-rr-text-box-dots:before{content:"\fd7c"}.fi-rr-text-box-edit:before{content:"\fd7d"}.fi-rr-text-box:before{content:"\fd7e"}.fi-rr-text-check:before{content:"\fd7f"}.fi-rr-text-height:before{content:"\fd80"}.fi-rr-text-shadow:before{content:"\fd81"}.fi-rr-text-size:before{content:"\fd82"}.fi-rr-text-slash:before{content:"\fd83"}.fi-rr-text-width:before{content:"\fd84"}.fi-rr-text:before{content:"\fd85"}.fi-rr-theater-masks:before{content:"\fd86"}.fi-rr-thermometer-alt:before{content:"\fd87"}.fi-rr-thermometer-empty:before{content:"\fd88"}.fi-rr-thermometer-full:before{content:"\fd89"}.fi-rr-thermometer-half:before{content:"\fd8a"}.fi-rr-thermometer-quarter:before{content:"\fd8b"}.fi-rr-thermometer-three-quarters:before{content:"\fd8c"}.fi-rr-theta:before{content:"\fd8d"}.fi-rr-third-award:before{content:"\fd8e"}.fi-rr-third-laurel:before{content:"\fd8f"}.fi-rr-third-medal:before{content:"\fd90"}.fi-rr-third:before{content:"\fd91"}.fi-rr-thought-bubble:before{content:"\fd92"}.fi-rr-three-leaf-clover:before{content:"\fd93"}.fi-rr-thumbs-up-trust:before{content:"\fd94"}.fi-rr-thumbtack:before{content:"\fd95"}.fi-rr-thunderstorm-moon:before{content:"\fd96"}.fi-rr-thunderstorm-risk:before{content:"\fd97"}.fi-rr-thunderstorm-sun:before{content:"\fd98"}.fi-rr-thunderstorm:before{content:"\fd99"}.fi-rr-thursday:before{content:"\fd9a"}.fi-rr-ticket-airline:before{content:"\fd9b"}.fi-rr-ticket-alt:before{content:"\fd9c"}.fi-rr-ticket:before{content:"\fd9d"}.fi-rr-tickets-airline:before{content:"\fd9e"}.fi-rr-tie:before{content:"\fd9f"}.fi-rr-tilde:before{content:"\fda0"}.fi-rr-time-add:before{content:"\fda1"}.fi-rr-time-check:before{content:"\fda2"}.fi-rr-time-delete:before{content:"\fda3"}.fi-rr-time-fast:before{content:"\fda4"}.fi-rr-time-forward-sixty:before{content:"\fda5"}.fi-rr-time-forward-ten:before{content:"\fda6"}.fi-rr-time-forward:before{content:"\fda7"}.fi-rr-time-half-past:before{content:"\fda8"}.fi-rr-time-oclock:before{content:"\fda9"}.fi-rr-time-past:before{content:"\fdaa"}.fi-rr-time-quarter-past:before{content:"\fdab"}.fi-rr-time-quarter-to:before{content:"\fdac"}.fi-rr-time-twenty-four:before{content:"\fdad"}.fi-rr-time-watch-calendar:before{content:"\fdae"}.fi-rr-timer-clock-call:before{content:"\fdaf"}.fi-rr-times-hexagon:before{content:"\fdb0"}.fi-rr-tint-slash:before{content:"\fdb1"}.fi-rr-tip-coin:before{content:"\fdb2"}.fi-rr-tire-flat:before{content:"\fdb3"}.fi-rr-tire-pressure-warning:before{content:"\fdb4"}.fi-rr-tire-rugged:before{content:"\fdb5"}.fi-rr-tire:before{content:"\fdb6"}.fi-rr-tired:before{content:"\fdb7"}.fi-rr-to-do-alt:before{content:"\fdb8"}.fi-rr-to-do:before{content:"\fdb9"}.fi-rr-together-people:before{content:"\fdba"}.fi-rr-toggle-off:before{content:"\fdbb"}.fi-rr-toggle-on:before{content:"\fdbc"}.fi-rr-toilet-paper-blank-under:before{content:"\fdbd"}.fi-rr-toilet-paper-blank:before{content:"\fdbe"}.fi-rr-toilet-paper-slash:before{content:"\fdbf"}.fi-rr-toilet-paper-under-slash:before{content:"\fdc0"}.fi-rr-toilet-paper-under:before{content:"\fdc1"}.fi-rr-toilet:before{content:"\fdc2"}.fi-rr-toilets-portable:before{content:"\fdc3"}.fi-rr-token:before{content:"\fdc4"}.fi-rr-tomato:before{content:"\fdc5"}.fi-rr-tombstone-alt:before{content:"\fdc6"}.fi-rr-tombstone:before{content:"\fdc7"}.fi-rr-tool-box:before{content:"\fdc8"}.fi-rr-tool-crop:before{content:"\fdc9"}.fi-rr-tool-marquee:before{content:"\fdca"}.fi-rr-tools:before{content:"\fdcb"}.fi-rr-tooth:before{content:"\fdcc"}.fi-rr-toothbrush:before{content:"\fdcd"}.fi-rr-torch-inspiration-leader:before{content:"\fdce"}.fi-rr-torii-gate:before{content:"\fdcf"}.fi-rr-tornado:before{content:"\fdd0"}.fi-rr-total:before{content:"\fdd1"}.fi-rr-tour-guide-people:before{content:"\fdd2"}.fi-rr-tour-virtual:before{content:"\fdd3"}.fi-rr-tower-control:before{content:"\fdd4"}.fi-rr-track:before{content:"\fdd5"}.fi-rr-tractor:before{content:"\fdd6"}.fi-rr-trademark:before{content:"\fdd7"}.fi-rr-traffic-cone:before{content:"\fdd8"}.fi-rr-traffic-light-go:before{content:"\fdd9"}.fi-rr-traffic-light-slow:before{content:"\fdda"}.fi-rr-traffic-light-stop:before{content:"\fddb"}.fi-rr-traffic-light:before{content:"\fddc"}.fi-rr-trailer:before{content:"\fddd"}.fi-rr-train-journey:before{content:"\fdde"}.fi-rr-train-side:before{content:"\fddf"}.fi-rr-train-station-building:before{content:"\fde0"}.fi-rr-train-station:before{content:"\fde1"}.fi-rr-train-subway-tunnel:before{content:"\fde2"}.fi-rr-train-track:before{content:"\fde3"}.fi-rr-train-tram:before{content:"\fde4"}.fi-rr-train:before{content:"\fde5"}.fi-rr-tram:before{content:"\fde6"}.fi-rr-transform:before{content:"\fde7"}.fi-rr-transformation-block:before{content:"\fde8"}.fi-rr-transformation-circle:before{content:"\fde9"}.fi-rr-transformation-design:before{content:"\fdea"}.fi-rr-transformation-shapes:before{content:"\fdeb"}.fi-rr-transformer-bolt:before{content:"\fdec"}.fi-rr-transgender:before{content:"\fded"}.fi-rr-transporter-1:before{content:"\fdee"}.fi-rr-transporter-2:before{content:"\fdef"}.fi-rr-transporter-3:before{content:"\fdf0"}.fi-rr-transporter-4:before{content:"\fdf1"}.fi-rr-transporter-5:before{content:"\fdf2"}.fi-rr-transporter-6:before{content:"\fdf3"}.fi-rr-transporter-7:before{content:"\fdf4"}.fi-rr-transporter-empty:before{content:"\fdf5"}.fi-rr-transporter:before{content:"\fdf6"}.fi-rr-trash-can-check:before{content:"\fdf7"}.fi-rr-trash-can-clock:before{content:"\fdf8"}.fi-rr-trash-can-list:before{content:"\fdf9"}.fi-rr-trash-can-plus:before{content:"\fdfa"}.fi-rr-trash-can-slash:before{content:"\fdfb"}.fi-rr-trash-check:before{content:"\fdfc"}.fi-rr-trash-clock:before{content:"\fdfd"}.fi-rr-trash-empty:before{content:"\fdfe"}.fi-rr-trash-list:before{content:"\fdff"}.fi-rr-trash-plus:before{content:"\fe10"}.fi-rr-trash-restore-alt:before{content:"\fe11"}.fi-rr-trash-restore:before{content:"\fe12"}.fi-rr-trash-slash:before{content:"\fe13"}.fi-rr-trash-undo-alt:before{content:"\fe14"}.fi-rr-trash-undo:before{content:"\fe15"}.fi-rr-trash-xmark:before{content:"\fe16"}.fi-rr-trash:before{content:"\fe17"}.fi-rr-treadmill:before{content:"\fe18"}.fi-rr-treasure-chest:before{content:"\fe19"}.fi-rr-treatment:before{content:"\fe1a"}.fi-rr-tree-alt:before{content:"\fe1b"}.fi-rr-tree-christmas:before{content:"\fe1c"}.fi-rr-tree-deciduous:before{content:"\fe1d"}.fi-rr-tree:before{content:"\fe1e"}.fi-rr-trees-alt:before{content:"\fe1f"}.fi-rr-trees:before{content:"\fe30"}.fi-rr-triangle-music:before{content:"\fe31"}.fi-rr-triangle-person-digging:before{content:"\fe32"}.fi-rr-triangle-warning:before{content:"\fe33"}.fi-rr-triangle:before{content:"\fe34"}.fi-rr-tricycle:before{content:"\fe35"}.fi-rr-trillium:before{content:"\fe36"}.fi-rr-trophy-achievement-skill:before{content:"\fe37"}.fi-rr-trophy-star:before{content:"\fe38"}.fi-rr-trophy:before{content:"\fe39"}.fi-rr-truck-arrow-left:before{content:"\fe3a"}.fi-rr-truck-arrow-right:before{content:"\fe3b"}.fi-rr-truck-bolt:before{content:"\fe3c"}.fi-rr-truck-box:before{content:"\fe3d"}.fi-rr-truck-check:before{content:"\fe3e"}.fi-rr-truck-container-empty:before{content:"\fe3f"}.fi-rr-truck-container:before{content:"\fe40"}.fi-rr-truck-couch:before{content:"\fe41"}.fi-rr-truck-fire:before{content:"\fe42"}.fi-rr-truck-flatbed:before{content:"\fe43"}.fi-rr-truck-front:before{content:"\fe44"}.fi-rr-truck-ladder:before{content:"\fe45"}.fi-rr-truck-loading:before{content:"\fe46"}.fi-rr-truck-medical:before{content:"\fe47"}.fi-rr-truck-monster:before{content:"\fe48"}.fi-rr-truck-moving:before{content:"\fe49"}.fi-rr-truck-pickup:before{content:"\fe4a"}.fi-rr-truck-plow:before{content:"\fe4b"}.fi-rr-truck-ramp:before{content:"\fe4c"}.fi-rr-truck-side:before{content:"\fe4d"}.fi-rr-truck-tow:before{content:"\fe4e"}.fi-rr-truck-utensils:before{content:"\fe4f"}.fi-rr-trumpet:before{content:"\fe50"}.fi-rr-trust-alt:before{content:"\fe51"}.fi-rr-trust:before{content:"\fe52"}.fi-rr-tshirt:before{content:"\fe53"}.fi-rr-tty-answer:before{content:"\fe54"}.fi-rr-tty:before{content:"\fe55"}.fi-rr-tubes:before{content:"\fe56"}.fi-rr-tuesday:before{content:"\fe57"}.fi-rr-tugrik-sign:before{content:"\fe58"}.fi-rr-turkey:before{content:"\fe59"}.fi-rr-turn-left-down:before{content:"\fe5a"}.fi-rr-turn-left:before{content:"\fe5b"}.fi-rr-turn-right:before{content:"\fe5c"}.fi-rr-turntable:before{content:"\fe5d"}.fi-rr-turtle:before{content:"\fe5e"}.fi-rr-tv-music:before{content:"\fe5f"}.fi-rr-tv-retro:before{content:"\fe60"}.fi-rr-typewriter:before{content:"\fe61"}.fi-rr-u:before{content:"\fe62"}.fi-rr-ufo-beam:before{content:"\fe63"}.fi-rr-ufo:before{content:"\fe64"}.fi-rr-ui-ux:before{content:"\fe65"}.fi-rr-umbrella-beach:before{content:"\fe66"}.fi-rr-umbrella:before{content:"\fe67"}.fi-rr-under-construction:before{content:"\fe68"}.fi-rr-underline:before{content:"\fe69"}.fi-rr-undo-alt:before{content:"\fe6a"}.fi-rr-undo:before{content:"\fe6b"}.fi-rr-unicorn:before{content:"\fe6c"}.fi-rr-uniform-martial-arts:before{content:"\fe6d"}.fi-rr-universal-access:before{content:"\fe6e"}.fi-rr-unlock:before{content:"\fe6f"}.fi-rr-up-from-bracket:before{content:"\fe70"}.fi-rr-up-left:before{content:"\fe71"}.fi-rr-up-right-from-square:before{content:"\fe72"}.fi-rr-up-right:before{content:"\fe73"}.fi-rr-up:before{content:"\fe74"}.fi-rr-upload:before{content:"\fe75"}.fi-rr-url:before{content:"\fe76"}.fi-rr-usb-pendrive:before{content:"\fe77"}.fi-rr-usd-circle:before{content:"\fe78"}.fi-rr-usd-square:before{content:"\fe79"}.fi-rr-user-add:before{content:"\fe7a"}.fi-rr-user-alien:before{content:"\fe7b"}.fi-rr-user-astronaut:before{content:"\fe7c"}.fi-rr-user-check:before{content:"\fe7d"}.fi-rr-user-chef:before{content:"\fe7e"}.fi-rr-user-coach:before{content:"\fe7f"}.fi-rr-user-cowboy:before{content:"\fe80"}.fi-rr-user-crown:before{content:"\fe81"}.fi-rr-user-gear:before{content:"\fe82"}.fi-rr-user-graduate:before{content:"\fe83"}.fi-rr-user-headset:before{content:"\fe84"}.fi-rr-user-helmet-safety:before{content:"\fe85"}.fi-rr-user-injured:before{content:"\fe86"}.fi-rr-user-interface-ui:before{content:"\fe87"}.fi-rr-user-key:before{content:"\fe88"}.fi-rr-user-lock:before{content:"\fe89"}.fi-rr-user-md-chat:before{content:"\fe8a"}.fi-rr-user-md:before{content:"\fe8b"}.fi-rr-user-minus:before{content:"\fe8c"}.fi-rr-user-music:before{content:"\fe8d"}.fi-rr-user-ninja:before{content:"\fe8e"}.fi-rr-user-nurse:before{content:"\fe8f"}.fi-rr-user-pen:before{content:"\fe90"}.fi-rr-user-pilot-tie:before{content:"\fe91"}.fi-rr-user-pilot:before{content:"\fe92"}.fi-rr-user-police:before{content:"\fe93"}.fi-rr-user-robot-xmarks:before{content:"\fe94"}.fi-rr-user-robot:before{content:"\fe95"}.fi-rr-user-salary:before{content:"\fe96"}.fi-rr-user-shield:before{content:"\fe97"}.fi-rr-user-skill-gear:before{content:"\fe98"}.fi-rr-user-slash:before{content:"\fe99"}.fi-rr-user-tag:before{content:"\fe9a"}.fi-rr-user-time:before{content:"\fe9b"}.fi-rr-user-trust:before{content:"\fe9c"}.fi-rr-user-unlock:before{content:"\fe9d"}.fi-rr-user-visor:before{content:"\fe9e"}.fi-rr-user-xmark:before{content:"\fe9f"}.fi-rr-user:before{content:"\fea0"}.fi-rr-users-alt:before{content:"\fea1"}.fi-rr-users-class:before{content:"\fea2"}.fi-rr-users-gear:before{content:"\fea3"}.fi-rr-users-medical:before{content:"\fea4"}.fi-rr-users-slash:before{content:"\fea5"}.fi-rr-users:before{content:"\fea6"}.fi-rr-utensils-slash:before{content:"\fea7"}.fi-rr-utensils:before{content:"\fea8"}.fi-rr-utility-pole-double:before{content:"\fea9"}.fi-rr-utility-pole:before{content:"\feaa"}.fi-rr-ux-browser:before{content:"\feab"}.fi-rr-ux:before{content:"\feac"}.fi-rr-v:before{content:"\fead"}.fi-rr-vacuum-robot:before{content:"\feae"}.fi-rr-vacuum:before{content:"\feaf"}.fi-rr-value-absolute:before{content:"\feb0"}.fi-rr-vault:before{content:"\feb1"}.fi-rr-vector-alt:before{content:"\feb2"}.fi-rr-vector-circle:before{content:"\feb3"}.fi-rr-vector-polygon:before{content:"\feb4"}.fi-rr-vector:before{content:"\feb5"}.fi-rr-venus-double:before{content:"\feb6"}.fi-rr-venus-mars:before{content:"\feb7"}.fi-rr-venus:before{content:"\feb8"}.fi-rr-vest-patches:before{content:"\feb9"}.fi-rr-vest:before{content:"\feba"}.fi-rr-video-arrow-down-left:before{content:"\febb"}.fi-rr-video-arrow-up-right:before{content:"\febc"}.fi-rr-video-camera-alt:before{content:"\febd"}.fi-rr-video-camera:before{content:"\febe"}.fi-rr-video-duration:before{content:"\febf"}.fi-rr-video-plus:before{content:"\fec0"}.fi-rr-video-slash:before{content:"\fec1"}.fi-rr-videoconference:before{content:"\fec2"}.fi-rr-vihara:before{content:"\fec3"}.fi-rr-violin:before{content:"\fec4"}.fi-rr-virus-slash:before{content:"\fec5"}.fi-rr-virus:before{content:"\fec6"}.fi-rr-viruses:before{content:"\fec7"}.fi-rr-visit:before{content:"\fec8"}.fi-rr-voicemail:before{content:"\fec9"}.fi-rr-volcano:before{content:"\feca"}.fi-rr-volleyball:before{content:"\fecb"}.fi-rr-volume-down:before{content:"\fecc"}.fi-rr-volume-mute:before{content:"\fecd"}.fi-rr-volume-off:before{content:"\fece"}.fi-rr-volume-slash:before{content:"\fecf"}.fi-rr-volume:before{content:"\fed0"}.fi-rr-vote-nay:before{content:"\fed1"}.fi-rr-vote-yea:before{content:"\fed2"}.fi-rr-vr-cardboard:before{content:"\fed3"}.fi-rr-w:before{content:"\fed4"}.fi-rr-waffle:before{content:"\fed5"}.fi-rr-wagon-covered:before{content:"\fed6"}.fi-rr-walker:before{content:"\fed7"}.fi-rr-walkie-talkie:before{content:"\fed8"}.fi-rr-walking:before{content:"\fed9"}.fi-rr-wallet-arrow:before{content:"\feda"}.fi-rr-wallet-buyer:before{content:"\fedb"}.fi-rr-wallet:before{content:"\fedc"}.fi-rr-warehouse-alt:before{content:"\fedd"}.fi-rr-warranty:before{content:"\fede"}.fi-rr-washer:before{content:"\fedf"}.fi-rr-waste-pollution:before{content:"\fee0"}.fi-rr-waste:before{content:"\fee1"}.fi-rr-watch-calculator:before{content:"\fee2"}.fi-rr-watch-fitness:before{content:"\fee3"}.fi-rr-watch-smart:before{content:"\fee4"}.fi-rr-watch:before{content:"\fee5"}.fi-rr-water-bottle:before{content:"\fee6"}.fi-rr-water-ladder:before{content:"\fee7"}.fi-rr-water-lower:before{content:"\fee8"}.fi-rr-water-rise:before{content:"\fee9"}.fi-rr-water:before{content:"\feea"}.fi-rr-watermelon:before{content:"\feeb"}.fi-rr-wave-sine:before{content:"\feec"}.fi-rr-wave-square:before{content:"\feed"}.fi-rr-wave-triangle:before{content:"\feee"}.fi-rr-wave:before{content:"\feef"}.fi-rr-waveform-path:before{content:"\fef0"}.fi-rr-waveform:before{content:"\fef1"}.fi-rr-web-design:before{content:"\fef2"}.fi-rr-webcam-slash:before{content:"\fef3"}.fi-rr-webcam:before{content:"\fef4"}.fi-rr-webhook:before{content:"\fef5"}.fi-rr-wednesday:before{content:"\fef6"}.fi-rr-whale:before{content:"\fef7"}.fi-rr-wheat-awn-circle-exclamation:before{content:"\fef8"}.fi-rr-wheat-awn-slash:before{content:"\fef9"}.fi-rr-wheat-awn:before{content:"\fefa"}.fi-rr-wheat-slash:before{content:"\fefb"}.fi-rr-wheat:before{content:"\fefc"}.fi-rr-wheelchair-move:before{content:"\fefd"}.fi-rr-wheelchair-sleeping:before{content:"\fefe"}.fi-rr-wheelchair:before{content:"\ff00"}.fi-rr-whistle:before{content:"\ff01"}.fi-rr-white-space:before{content:"\ff02"}.fi-rr-wifi-1:before{content:"\ff03"}.fi-rr-wifi-2:before{content:"\ff04"}.fi-rr-wifi-alt:before{content:"\ff05"}.fi-rr-wifi-exclamation:before{content:"\ff06"}.fi-rr-wifi-slash:before{content:"\ff07"}.fi-rr-wifi:before{content:"\ff08"}.fi-rr-wind-turbine:before{content:"\ff09"}.fi-rr-wind-warning:before{content:"\ff0a"}.fi-rr-wind:before{content:"\ff0b"}.fi-rr-window-alt:before{content:"\ff0c"}.fi-rr-window-frame-open:before{content:"\ff0d"}.fi-rr-window-frame:before{content:"\ff0e"}.fi-rr-window-maximize:before{content:"\ff0f"}.fi-rr-window-minimize:before{content:"\ff10"}.fi-rr-window-restore:before{content:"\ff11"}.fi-rr-windsock:before{content:"\ff12"}.fi-rr-wine-bottle:before{content:"\ff13"}.fi-rr-wine-glass-crack:before{content:"\ff14"}.fi-rr-wine-glass-empty:before{content:"\ff15"}.fi-rr-wishlist-heart:before{content:"\ff16"}.fi-rr-wishlist-star:before{content:"\ff17"}.fi-rr-woman-head:before{content:"\ff18"}.fi-rr-woman-scientist:before{content:"\ff19"}.fi-rr-won-sign:before{content:"\ff1a"}.fi-rr-work-in-progress:before{content:"\ff1b"}.fi-rr-workflow-alt:before{content:"\ff1c"}.fi-rr-workflow-setting-alt:before{content:"\ff1d"}.fi-rr-workflow-setting:before{content:"\ff1e"}.fi-rr-workflow:before{content:"\ff1f"}.fi-rr-workshop:before{content:"\ff20"}.fi-rr-world:before{content:"\ff21"}.fi-rr-worm:before{content:"\ff22"}.fi-rr-wreath:before{content:"\ff23"}.fi-rr-wrench-alt:before{content:"\ff24"}.fi-rr-wrench-simple:before{content:"\ff25"}.fi-rr-x-ray:before{content:"\ff26"}.fi-rr-x:before{content:"\ff27"}.fi-rr-y:before{content:"\ff28"}.fi-rr-yen:before{content:"\ff29"}.fi-rr-yin-yang:before{content:"\ff2a"}.fi-rr-z:before{content:"\ff2b"}.fi-rr-zip-file:before{content:"\ff2c"}.fi-rr-zoom-in:before{content:"\ff2d"}.fi-rr-zoom-out:before{content:"\ff2e"}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/